/* min-width: ---starting from
max-width: --up to

pseudo elements:  ::before  ::after CONTENT not element
content:"" ----required
img --- does not work
*/
/* Media Querie break points*/
/*355px*/
/*642[x*/
/*665px*/
/*765px*/
/*1024px*/
/*1200px*/
/*1440px*/
/*1800*/
:root {
  --prim-font:'Ubuntu', sans-serif;
  --second:'SansPro', sans-serif;
  --colorPrim:#3a506b;
  /* rgb 58 80 107*/
  --dkgreen:#5bc0be;
  /* rgb 91 192 190*/
  --ltgreen:#6fffe9;
  /* rgb 111 255 233*/
  --black:#191919;
  /*rgba25,25,25*/
  --black1:#2e282a;
  --bggray:#8d8d8e;
  /*rgb 141,141,142*/
  --darkgray:#333;
  /* 51,51,51*/
  --darkgray-1:#7f8c8d;
  /*rgba(127, 140, 141,1.0) asbestos */
  --darkgray-2:#95a5a6;
  /*rgba(149, 165, 166,1.0) concrete */
  --lightgrey:#A9B2AC;
  /*rgb(169,178,172)*/
  --yellow:#ffc914;
  /* rgba(255, 201, 20*/
  --yellow1:#ffc107;
  --offWhite:#f5f5f5;
  --white:#f3f3f3;
  --orange:#fd7e14;
}
.finish{
	width:30rem;
	margin:40rem auto;	
	font-size:1.5rem;
	text-emphasis: bold;
	
	
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /* 10px/16px = 62.5% -> 1rem = 10px*/
	
}

html *, html *:before, html *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: var(--prim-font);
  color: var(--darkgray-1);
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: var(--offWhite);
}


#comjshop{
	margin:20rem auto;
	padding:30px;
	
}
.jshop_list_product .product .name {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.jshop h1 {
    margin-top: 0px;
     font-size: 2rem; 
	color:#3a506b;
	padding-left:1rem;
	
}
.row-fluid {
    width: 100%;
    *zoom: 1;
    padding-left: -2%;
    margin-left: -5%;
}
@media(min-width:47.8125em){
 #comjshop{
	margin:15rem 10rem 5rem 10rem;

	
}
	}
	@media(min-width:47.8125em){
.jshop h1 {
    margin-top: 0px;
     font-size: 2.5rem; 
	color:#3a506b;
	padding-left:1rem;
	
}
}
@media(min-width:47.8125em){
	.jshop_list_product .product .name {
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}
	
}

@media(min-width:75em){
 #comjshop{
	margin:20rem 20rem 5rem 20rem;
	/*padding:150px;*/
	
}
}
@media(min-width:75em){
.jshop h1 {
    margin-top: 0px;
     font-size: 3.5rem; 
	color:#3a506b;
	padding-left:1rem;
	
}
}
@media(min-width:90em){
 #comjshop{
	margin:20rem 30rem 5rem 30rem;
	/*padding:150px;*/
	
}
}

/*###############joom shop and contact form ##############*/
jshop h1{
	font-size: 3rem;
	color:#ffc914;	
	background:#3a506b;
	text-align: center;
	border-radius: 5px;
}
a .btn.btn_detail{
	background:#3a506b;
}
.category_description{
	font-size:1.2rem;
}
@media(min-width:47.8125em){
	.category_description{
	font-size:1.5rem;
}
}
#mxcpr{
	display:none;
}
.description {
    padding-bottom: 5px;
    padding-top: 5px;
	text-align: center;
}


.contact-us{	
	padding:4.25rem;
	margin-top:15rem;
	margin-right: auto;
	margin-left:auto;	
}


/*###################IE #######################*/
@media screen and (-ms-high-contrast: none) {
  body {
    font-family: 'Ubuntu',sans-serif;
    color: #7f8c8d;
    background: #f5f5f5;
  }
}

@media screen and (-ms-high-contrast: none) {
  .nav-links a {
    color: #6fffe9;
  }
}

@media screen and (-ms-high-contrast: none) {
  .nav-container {
    border-bottom: 5px solid #6fffe9;
  }
  .nav-container img {
    top: 1rem;
  }
}

/*################### END OF IE ##############*/

/*################ NAV LINKS ####################*/
.wrapper{
	margin-top:-2rem;
}

.nav-links-wrap{		
		padding-top:4em;
	    /*margin-left:-2rem;*/
	}

@media (max-width:62.5em){
	.nav-links-wrap{		
		padding-top:4em;
	    margin-left:-2rem;
	}
	
}
.nav-links {
  list-style-type: none;
  display: none;
	
}


.nav-links a {
 display: block;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #6fffe9;
   background: #3a506b;
  -webkit-transition: color 2s ease, background 2s ease,padding 2s ease;
  transition: color 2s ease, background 2s ease,padding 2s ease;
	/*width:30rem;*/
    margin-left: -4rem;
    /*margin-bottom: -15px;
    align-content: center;*/	
}
@media (max-width:62.5em){
	.nav-links a{
		
		margin-left: 0;
		width:30rem;
	}		
}

.nav-links a:hover{
	background:#919191;
}

.nav-links-wrap ul ul{
	/*background:#3a506b;*/
	margin-left:-5rem;
	list-style: none;
}
.nav-links-wrap ul ul li {
	/*width:100%;*/
	margin-left:4rem;
	height:4rem;
}
.nav-links-wrap ul ul li a{
	
	background:#333;
}


ul li .fa-angle-down{
	font-size:1rem;
	padding-left:8px;
	
}

.nav-icons {
	list-style-type: none;
     display: flex;    
    flex-flow: row-reverse;    
   position:absolute;
	top:1.6rem;
	left:10rem;
}
.nav-icons a{
	border:1px solid #ffc914;
	padding:0.625rem;		
  background: linear-gradient(rgba(255, 201, 20, 0.8), rgba(255, 201, 20, 0.8));
}


.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(58, 80, 107, 0.8);
  border-bottom: 5px solid #6fffe9;
  height: 10rem;
  padding-right: 5%;
}

.nav-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
 background: #3a506b;
  width: 100%;
}

@media (min-width: 64em) {
  .nav-banner {
    position: absolute;
    top: 100%;
  }
}

.nav-banner-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 3rem;
}

.nav-banner h1 {
  font-size: 1.5rem;
  color: #f5f5f5;
}

@media (min-width: 64em) {
  .nav-banner h1 {
    font-size: 2rem;
  }
}

.joinAfm {
  -webkit-transition: color 2s ease;
  transition: color 2s ease;
  background: 2s ease,border 2s ease;
}

.joinAfm a {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #f5f5f5;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #6fffe9;
  padding: .5rem 1rem;
}

@media (min-width: 64em) {
  .joinAfm a {
    font-size: 1.6rem;
    padding: .5rem 2.5rem;
    border: 3px solid #6fffe9;
  }
}

.nav-container img {
  position: absolute;
  left: 2rem;
  width: 80px;
}

@media (min-width: 47.8125em) {
  .nav-container img {
    width: 80px;
  }
}

@media (min-width: 64em) {
  .nav-container img {
    position: absolute;
    z-index: 10;
    width: 120px;
    top: 2rem;
    left: 2rem;
  }
}

@media (min-width: 90em) {
  .nav-container img {
    width: 130px;
  }
}
/*################## Responsive Main menu button ######################*/
.mybtn {
  padding: 2px;
  display: inline-block;
  border: 4px solid #6fffe9;
  cursor: ponter;
  /*align-self: center;*/
}

@media (min-width: 64em) {
  .mybtn {
    display: none;
  }
}
.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 4px;
  margin: 5px;
  background: #6fffe9;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -7.5px);
  transform: rotate(45deg) translate(-6px, -7.5px);
}



/*################## Menu LINKS  ###################*/
@media screen and (min-width: 1024px) {
	.nav-links-wrap{
		padding:0px;
		width:	100%;
		display:flex;
		
	}
	
  .nav-container {
    background: transparent;
    border-bottom: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
  }
.nav-links {
  
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 12%;
  }
	.nav-links a {
    background: transparent;
    text-align: center;
    border-radius: 5px;
    padding: 20px 10px;
	   margin-left:0;
    border-bottom: none;
    align-content: left;
		color:#6fffe9;
    
  }
  .nav-links a:hover { 
	  color:#ffc914;
  }
	.nav-links-wrap ul ul{
		/*background: rgba(58,80,107,0.9);*/
      margin-left: 2rem;
        list-style: none;
		border-radius:5px;	
	}	
	.nav-links li ul { 
    display: none;
    position: absolute;		
}
.nav-links li ul li {
  border-top: 1px solid #444;
  display: block;
  height:40px;
  /*margin-left:1.3rem;*/
}

.nav-links li ul li:first-child {
  border-top: none;
}

.nav-links li ul li a {
  background: #373737;
  display: block;
  padding: 10px 15px;
  margin-left:-10px;
  text-align:left;
}
.nav-links li ul li a:hover {
   background:#f9f9f9f;
  
}

  .nav-links li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
	 /* height:4rem;
	  font-size:1.2rem;*/
  }
  
  .nav-icons {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style-type: none;
    padding: 0 20px;
	margin:0;
	height:0rem;
	  position:static;
  }
  .nav-icons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40px;
    flex: 1 0 40px;
    text-align: center;
  }
  .nav-icons a {
    font-size: 1.5rem;
    color: #6fffe9;
    -webkit-transition: color 2s ease .5s;
    transition: color 2s ease .5s;
	  padding:0.625rem;
	  background:transparent;
  }
  .nav-icons a:hover {
    color: #f5f3f5;
  }
  .bannerCard {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}

nav {
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transform: background 2s ease;
  transform: background 2s ease;
}

.navBackground {
  background: #374f6a;
	
}
nav {
  margin-bottom: 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0  0 auto;
  flex: 0  0 auto;
}

@media (min-width: 64em) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: rgba(58, 80, 107, 0.9);
  }
}


/*####################  TITLE  IE ##############################*/

/*###################IE #######################*/
@media screen and (-ms-high-contrast: none) {
  .bar1,
  .bar2,
  .bar3 {
    background: #6fffe9;
  }
}

@media screen and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .mybtn {
    border: 4px solid #6fffe9;
  }
}


  /*################### END IE #######################*/




/*#############header#####################*/
/*#############header#####################*/
.header-bg {
  min-height: 50vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/header-bcg-2-pp.jpg") center/cover  no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/header-bcg-2-pp.jpg") center/cover  no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.8125em) {
  .header-bg {
    min-height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../images/header.jpg) center/cover  no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/header.jpg) center/cover  no-repeat;
	  /*margin-top:8rem;*/
  }
}

@media (min-width: 64em) {
  .header-bg {
    min-height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../images/header.jpg) center/cover  no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/header.jpg) center/cover  no-repeat;
	   margin-top:10rem;
  }
}
@media (min-width: 75em) {
  .header-bg {	  
	   margin-top:11rem;
  }
  }
@media (min-width: 90em) {
 .header-bg {	  
	   margin-top:15rem;
  }
}
/*############# END header#####################*/
/*###################BANNER IE #######################*/
@media screen and (-ms-high-contrast: none) {
  .bannerCard h1 {
    color: #6fffe9;
  }
  .bannerText {
    color: #f3f3f3;
  }
  .banner-afm a {
    color: #f3f3f3;
    border: 3px solid #6fffe9;
  }
  .banner-afm a:hover {
    background: #f3f3f3;
    color: #333;
  }
}

/*#############    BANNER  #####################*/
.banner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	
}

.bannerCard {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  text-align: center;
  padding: 160px 0;
	/*margin-top:-20rem;*/
}

.bannerCard h1 {
  font-size: 2em;
  color: var(--ltgreen);
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.5rem;
}

@media (min-width: 23.4375em) {
  .bannerCard h1 {
    font-size: 2rem;
	  letter-spacing: 0;
	  
  }
	@media (min-width: 25.875em) {
  .bannerCard h1 {
    font-size: 2.2rem;
	  letter-spacing: 0;
	  
  }
}
	.bannerCard {
  padding: 160px 0;
	margin-top:2rem;
	height:75vh;
}
}

@media (min-width: 41.5625em) {
  .bannerCard h1 {
    font-size: 2.3em;
  }
	.bannerCard {
  padding: 160px 0;
	margin-top:2rem;
}
}

@media (min-width: 47.8125em) {
  .bannerCard h1 {
    font-size: 3em;
  }
	.bannerCard {
  padding: 160px 0;
	/*margin-top:-8rem;*/
}
}

@media (min-width: 64em) {
  .bannerCard h1 {
    font-size: 3.3em;
    letter-spacing: 0.5rem;
	margin-top:-7rem;
  }
}

@media (min-width: 90em) {
  .bannerCard h1 {
    font-size: 4em;
  }
	.bannerCard {
  padding: 160px 0;
	margin-top:-10rem;
}
}

.bannerText {
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: justify;
  color: var(--white);
}
@media (min-width: 23.4375em) {
	.bannerText{
		text-align: left;
	}
}

@media (min-width: 47.8125em) {
  .bannerText {
    width: 70%;
    margin: 0  auto;
    font-size: 1.9rem;
    text-align: justify;
    color: var(--white);
  }
}

@media (min-width: 64em) {
  .bannerText {
    width: 70%;
    margin: 0 auto;
    font-size: 2.5rem;
    text-align: justify;
    color: var(--white);
  }
}

.banner-afm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5%;
  -webkit-transition: color 2s ease,background 2s ease,border 2s ease;
  transition: color 2s ease,background 2s ease,border 2s ease;
}

.banner-afm a {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 8px;
  text-decoration: none;
  border: 3px solid var(--ltgreen);
  padding: 0.8rem 1rem;
}

@media (min-width: 41.5625em) {
  .banner-afm a {
    font-size: 1.5rem;
  }
}

.banner-afm a:hover {
  background: var(--yellow1);
  color: var(--darkgray);
  border: 3px solid var(--ltgreen);
  /*padding: 1.5rem 2rem;*/
}

.banner-contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(55% - 1rem);
  flex: 0 0 calc(55% - 1rem);
}

@media (min-width: 41.5625em) {
  .banner-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(35% - 1rem);
    flex: 0 0 calc(35% - 1rem);
  }
}

@media (min-width: 90em) {
  .banner-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 1rem);
    flex: 0 0 calc(25% - 1rem);
  }
}

.banner-contact a {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 8px;
  text-decoration: none;
  border: 3px solid var(--ltgreen);
  padding: 1rem 1rem;
}

@media (min-width: 41.5625em) {
  .banner-contact a {
    font-size: 1.5rem;
  }
}

.banner-contact a:hover {
  background: var(--yellow1);
  color: var(--darkgray);
  border: 3px solid var(--ltgreen);
  /*padding: 1.9rem 2.5rem;*/
}


@media screen and (-ms-high-contrast: none) {
  .title-icon .fa {
    color: #ffc914;
  }
}

/*####################  TITLE ##############################*/
.title {
	display:none;
  padding: 30px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
}

.awesome {
  font-size: 4rem;
  color: var(--yellow);
  margin-right: 10px;
}
@media(min-width:47.8125em){
	.awesome {
  font-size: 5rem;
  color: var(--yellow);
  margin-right: 10px;
}
}

.title-text {
  padding-left: 10px;
  border-left: 3px solid #b5c2b7;
  text-transform: uppercase;
}

.title-text h3{
	font-size: 1.8rem;
}
@media(min-width:23.4375em){
	.title-text h3{
	font-size: 1.3rem;
}
	
}
@media(min-width:25.875em){
	.title-text h3{
	font-size: 1.3rem;
}
}
.title-heading {
 /* font-size: 3rem;*/
  color: #2e282a;
}
@media(min-width:23.4375em){
	.title-heading {
  font-size: 2rem;
 
}
	
}


/*################### OFFICE HOURS IE #######################*/
@media screen and (-ms-high-contrast: none) {
  .office-center {
    max-width: 70vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .office .title-heading {
    color: #6fffe9;
  }
  .info h1 {
    color: #f3f3f3;
  }
  .info p {
    color: #f3f3f3;
  }
  .info .fas {
    color: #5bc0be;
  }
}

/*################### end IE #######################*/
/*################OFFICE HOURS############*/
.office {
  /*min-height: 70vh;
  padding: 2.8rem 0 10% 0;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../images/office-bg.jpg") center/cover fixed no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/office-bg.jpg") center/cover  no-repeat;*/
	background:#18a2b8;
}

.office .title {
	border-bottom: 1px solid white;
    background-color: #333;
	height:15rem;
}


.office .title-heading {
  color: var(--ltgreen);
}

.office-center {
  max-width: 70vw;
  margin: 0 auto;
}


@media (min-width:22.1875em) {
	.info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
   /* -webkit-text-emphasis: center;
    text-emphasis: center*/
	height: 20rem;
    border: 2px solid #6fffe9;
    padding: 2rem;
    border-radius: 15px;
    background: #333;
    padding-top: 3rem;
	margin-bottom: 2rem;
  }
	.office-center {
  max-width: 80vw;
  margin: 0 auto; 
	padding-top:3rem;
		padding-bottom:5rem;
}
	
}
@media (min-width: 47.8125em) {
  .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
   /* -webkit-text-emphasis: center;
    text-emphasis: center*/
	height: 20rem;
    border: 2px solid #6fffe9;
    padding: 2rem;
    border-radius: 15px;
    background: #333;
    padding-top: 3rem;
  }
	 .office-center {
   /* max-width: 70vw;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	  height: 60rem;
    padding-top: 2rem;
	  padding-bottom:2rem;
  }
}

@media (min-width: 64em) {
  .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 1rem);
    flex: 0 0 calc(25% - 1rem);
	  height: 25rem;
    border: 2px solid #6fffe9;
    padding: 2rem;
    border-radius: 15px;
    background: #333;
    padding-top: 1rem;
  }
	.office-center {
    max-width: 80vw;
	height: 40rem;
   /* padding-top: 5rem;*/
  }
}

.info h1 {
  font-size: 2rem;
  color: var(--offWhite);
  margin: 0;
}

.info p {
  /*font-size: 1.6rem;*/
  color: var(--offWhite);
}
.info p  a{
  font-size: 1.6rem;
  color: #6fffe9;
}

.office-awesome {
  font-size: 2.5rem;
  color: var(--yellow1);
  padding-right: 0.5rem;
}
@media (min-width: 75em) {
	.info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 1rem);
    flex: 0 0 calc(25% - 1rem);
	  height: 25rem;
    border: 2px solid #6fffe9;
    padding: 2rem;
    border-radius: 15px;
    background: #333;
    padding-top: 1rem;
  }
	.office-center {
    max-width: 80vw;
	height: 43rem;
  }

}	
	
@media (min-width: 90em) {
	.office-center {
    max-width: 80vw;
	min-height: 45vh;
  }
}
	
	

/*################Referral Service  IE 12 ############*/
@media screen and (-ms-high-contrast: none) {
  .referral-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .category {
    height: 90%;
	   border: 1px solid #f5f5f5;
  }
  .referral-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  #referral .title h2 {
    color: #6fffe9;
  }
  .referral-info h1 {
    font-size: 2.5rem;
    color: #6fffe9;
  }
  #referral .title h3 {
    color: #f5f5f5;
  }
  .ref-text {
    font-size: 1.5rem;
    color: #F5F5F5;
  }
  .referral-header h2 {
    color: #6fffe9;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #f5f5f5;
  }
  .cat-links {
    list-style-type: none;
    margin-left: 5%;
  }
  .cat-links a {
    color: #f5f5f5;
    display: block;
    margin: 0 -6%;
  }
  .cat-links a:hover {
    color: #2e282a;
    background: #6fffe9;
  }
	.awesome {
  font-size: 4rem;
  color: #ffc914;
  margin-right: 10px;
}
}

/*################END Referral Service  IE 12 ############*/

/*################Referral Service############*/
#referral .title {
  padding-left: 2.8rem;
  padding-top: 5%;
}

#referral .title h2 {
  color: var(--ltgreen);
}
@media(min-width:23.4375em){
	#referral .title h2 {
     font-size: 2rem;
}
}
.referral-info h1 {
  font-size: 2.5rem;
  color: var(--ltgreen);
}

#referral .title h3 {
  color: var(--offWhite);
}

#referral {
  min-height: 70vh;
  margin-top: -8%;
  padding: 0 0 10% 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../images/referral-bg.jpg) center/cover fixed no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/referral-bg.jpg) center/cover  no-repeat;

}
@media (min-width:64em){
	#referral {
  min-height: 70vh;
  margin-top: -8%;
  padding: 0 0 10% 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../images/referral-bg.jpg) center/cover fixed no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/referral-bg.jpg) center/cover  no-repeat;
 
}
}

.referral-info {
  width: 100%;
  margin: -2rem 0;
  padding: 0 0 1rem 1rem;
}

@media (min-width: 47.8125em) {
  .referral-info {
    -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 3rem);
    flex: 0 0 calc(50% - 3rem);
  }
}

.ref-text {
  font-size: 1.5rem;
  color: var(--offWhite);
}

@media (min-width: 47.8125em) {
  .ref-text {
    font-size: 1.8rem;
  }
}

.category {
  margin: 1rem 0;
  border-radius: 20px;
  border: 1px solid var(--offWhite);
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
}

@media (min-width: 41.5625em) {
  .category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}

@media (min-width: 47.8125em) {
  .category {
    -webkit-box-flex: 0;
   -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 90%;
  }
}

@media (min-width: 64em) {
  .category {
    min-height: 40rem;
  }
}

.referral-header {
  padding: .5rem 0;
}

.referral-header h2 {
  color: var(--ltgreen);
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid var(--offWhite);
}

.referral-center {
  max-width: 90vw;
  margin: 0 auto;
  padding-bottom: -5%;
}

@media (min-width: 41.5625em) {
  .referral-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
	  padding-top:8rem;
  }
}

@media (min-width: 47.8125em) {
  .referral-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.cat-links {
  list-style-type: none;
  /*margin-left:10%;*/
}

.cat-links a {
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--offWhite);
  display: block;
  /*margin: 0 -6%;*/
  /*width: 60%;*/
	padding:.2rem 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cat-links a:hover {
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--offWhite);
  background: var(--ltgreen);
  width: 80%;
  padding: 5px 8px;
  border-radius: 3px;
}

/*################ INSTRUCTORS  IE 12 ############*/
@media screen and (-ms-high-contrast: none) {
  #teachers .title h2 {
    color: #6fffe9;
  }
  #teachers {
    background: #3a506b;
  }
  .teacher-info .ref-text {
    color: #f5f5f5;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .teacher-info h1 {
    font-size: 2.5rem;
    color: #6fffe9;
  }
  .teacher-header h2 {
    color: #6fffe9;
    border-bottom: 2px solid #6fffe9;
  }
  .teacher-category {
    border: 1px solid #6fffe9;
  }
  .teacher-category .cat-links a {
    color: #6fffe9;
  }
  .teacher-category .cat-links a:hover {
    color: #f5f5f5;
  }
}

/*################END INSTRUCTORS IE 12 ############*/
/*###############instructors##############*/
#teachers .title {
  padding-left: 2.8rem;
}

#teachers .title h2 {
  color: var(--ltgreen);
}
@media(min-width:23.4375em){
	#teachers .title h2 {
    font-size: 2rem;
}
}

#teachers {
  min-height: 65vh;
  /*background:var(--colorPrim);*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../images/piano-music-bg.jpg) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/piano-music-bg.jpg) center/cover no-repeat;
  padding-bottom: 5%;
}

.teacher-center {
  max-width: 90vw;
  margin: 0 auto;
}

@media (min-width: 41.5625em) {
  .teacher-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.teacher-category {
  margin: 1rem 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  border: 1px solid var(--ltgreen);
  margin: 0 auto;
}

@media (min-width: 41.5625em) {
  .teacher-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 60vw;
  }
}

@media (min-width: 47.8125em) {
  .teacher-category {
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 8%;
    min-width: 30vw;
  }
}

@media (min-width: 64em) {
  .teacher-category {
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 4%;
    max-width: 30vw;
  }
}

.teacher-info {
  width: 100%;
  margin: -2rem 0;
  padding: 0 0 1rem 1rem;
}

@media (min-width: 47.8125em) {
  .teacher-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.teacher-info .ref-text {
  color: var(--offWhite);
}

.teacher-info h1 {
  font-size: 2.5rem;
  color: var(--ltgreen);
}

.teacher-header {
  padding: .5rem 0;
}

.teacher-header h2 {
  color: var(--ltgreen);
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid var(--ltgreen);
}
@media(min-width:23.4375em){
	.teacher-header h2 { 
  font-size: 1.8rem;
}
}

.teacher-category .cat-links a {
  color: var(--ltgreen);
}

.teacher-category .cat-links a:hover {
  color: var(--offWhite);
}

.inst-img img {
  max-width: 90%;
  border-radius: 10px;
}

/*############### END instructors##############*/
/*########################LIVE MUSIC IS BEST IE 12 ##########*/
@media screen and (-ms-high-contrast: none) {
  .members-join-container {
    width: 90vw;
    height: 175rem;
    margin: 0 auto;
    padding: 2rem 2.5rem;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 64em) {
  .members-join-container {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

@media screen and (-ms-high-contrast: none) {
  .live-music {
    background-color: #3a506b;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    border-bottom: 5px solid #f5f5f5;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 64em) {
  .live-music {
    border: none;
  }
}

@media screen and (-ms-high-contrast: none) {
  .become-member {
    background-color: #3a506b;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    border-bottom: 5px solid #f5f5f5;
    padding-bottom: 2rem;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 64em) {
  .become-member {
    border: none;
  }
}

@media screen and (-ms-high-contrast: none) {
  .new-members-section {
    background-color: #3a506b;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

@media screen and (-ms-high-contrast: none) {
  .live-header {
    width: 100%;
    text-align: center;
   
    color: #6fffe9;
    text-transform: uppercase;
    border-radius: 4px;
  }
}

/*########################END LIVE MUSIC IS BEST IE 12 ##########*/
/*########################LIVE MUSIC IS BEST ##########*/
.live-music-best {
  /*background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(/images/hand.jpg)center/cover no-repeat;*/
  position: relative;
}

.best-banner {
  height: 30vh;
  left: 0px;
  top: 30px;
  width: 100%;
  height: calc(100% - 65px);
  position: absolute;
  background: #ffc914;
  z-index: -3;
}

.members-join-container {
  width: 90vw;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 64em) {
  .members-join-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.live-music {
  background-color: #3a506b;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333333% - 3rem);
  flex: 0 0 calc(33.333333% - 3rem);
  border-bottom: 5px solid #f5f5f5;
  padding-bottom: 2rem;
}

@media (min-width: 64em) {
  .live-music {
    border: none;
  }
}

.live-header {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #6fffe9;
  text-transform: uppercase;
  border-radius: 4px;
}
.live-header h1{
	font-size: 2.5rem;
}

.live-music-text {
  margin: 0 2rem;
  font-size: 1.5rem;
  color: #f5f3f5;
}

.become-member {
  background-color: #3a506b;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333333% - 3rem);
  flex: 0 0 calc(33.333333% - 3rem);
  border-bottom: 5px solid #f5f5f5;
  padding-bottom: 2rem;
}

@media (min-width: 64em) {
  .become-member {
    border: none;
  }
}

.become-member-image img {
  border-radius: 5px;
  display: block;
  width: 50%;
  margin: 0 auto;
}

@media (min-width: 64em) {
  .become-member-image img {
    width: 90%;
  }
}

.become-member-text {
  margin: 0 2rem;
  font-size: 1.5rem;
  color: #f5f3f5;
  padding-bottom: 1rem;
}

.new-members-section {
  background-color: #3a506b;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333333% - 3rem);
  flex: 0 0 calc(33.333333% - 3rem);
}

.new-members-text {
  margin: 0 2rem;
  font-size: 1.5rem;
  color: #f5f3f5;
}

.new-members-header {
  font-size: 1.8rem;
  color: #6fffe9;
  text-transform: uppercase;
}

/*###################### END HIRE LIVE MUSIC ###############*/
/*######################## IE 12  footer ###################*/

	@media screen and (-ms-high-contrast: none) {
  .footer {
    width: 100%;
    background: #3a506b;
    padding: 2.5rem 2.5rem;
  }
  .footer-center {
    margin: 0 auto;
    height: 60rem;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 47.8125em) {
  .footer-center {
    width: 90%;
    height: 20rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

/*########################END  IE 12  footer ###################*/
/*###### ################### FOOTER #####################*/
.footer {
  width: 100%;
  background: var(--colorPrim);
  padding: 2.5rem 2.5rem;
}

.footer-center {
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.8125em) {
  .footer-center {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.about {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
}

.address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.footer-header {
  font-size: 1.7rem;
  color: #6fffe9;
}

.footer-text {
  width: 90%;
  font-size: 1.2rem;
  color:#f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-awesome-social {
  font-size: 3rem;
  color: #ffc914;
  padding-right: 1rem;
}

.footer-awesome-address {
  font-size: 3rem;
  color: #ffc914;
  margin-left: -1rem;
  padding-right: 10px;
  margin-top: -39px;
}

@media (min-width: 47.8125em) {
  .footer-awesome-address {
    margin-left: -4.8rem;
  }
}

.footer-awesome-phone {
  font-size: 3rem;
  color: #ffc914;
  padding-right: 1rem;
}

.footer-awesome-email {
  font-size: 3rem;
  color: #ffc914;
  padding-right: 1rem;
}

/*######END FOOTER ########*/
/*##################### Ensembles page ##################*/
/*#################### Ensem TITLE #############*/
.preloader{
 display:none;
}

@media (min-width: 75em) {
	.preloader{
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#ffc107;
  z-index:999;
  display: grid;
  justify-content: center;
  align-items: center;
}
}
.ens-title {
  padding: 2rem 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ens-awesome {
  font-size: 2.1rem;
  color: #ffc107;
  margin-right: 10px;
}
@media(min-width:23.4375em){
	 .ens-awesome {
    font-size: 4rem;
  }
}
	
	

@media (min-width: 47.8125em) {
  .ens-awesome {
    font-size: 5rem;
  }
}

.ens-title-text {
  padding-left: 10px;
  border-left: 3px solid #b5c2b7;
  text-transform: uppercase;
}

.ens-title-heading {
  font-size: 2.1rem;
  color: #6fffe9;
}

.ens-title-text h3 {
  font-size: 1.2rem;
  color: #f5f5f5;
}
.duo-bg {
  min-height: 60vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../../../images/duo2.jpg") center/cover fixed no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../../images/duo2.jpg") center/cover fixed no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.8125em) {
  .duo-bg {
    min-height: 70vh;
  }
}
.solo-bg {
  min-height: 60vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../../../images/solo.jpg") center/cover fixed no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../../images/solo.jpg") center/cover fixed no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.8125em) {
  .solo-bg {
    min-height: 70vh;
  }
}
.ensembles-bg {
  min-height: 60vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../images/referral-bg-1.jpg") center/cover fixed no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/referral-bg-1.jpg") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.8125em) {
  .ensembles-bg {
    min-height: 70vh;
  }
}

#ensembles-banner {
  margin-top: 160px;
}
@media(min-width:23.4375em){
	.ens-heading{
		height:60vh;
	}
}
.ens-heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	height:50vh;
}


.ensCard {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  text-align: center;
  padding: 80px 0;
}

.ensCard h1 {
  font-size: 2.2em;
  color: #6fffe9;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.5rem;
}
@media(min-width:23.4375em){
	.ensCard h1{
		font-size:2.5rem;
		letter-spacing: 0;
	}
}
@media (min-width: 41.5625em) {
  .ensCard h1 {
    font-size: 3rem;
  }
}

@media (min-width: 47.8125em) {
  .ensCard h1 {
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
}

@media (min-width: 64em) {
  .ensCard h1 {
    font-size: 4.5rem;
    letter-spacing: 0.5rem;
  }
}

@media (min-width: 112.5em) {
  .ensCard h1 {
    font-size: 5rem;
  }
}
.ensCard h2 {
  font-size: 1.2rem;
  color: #ffc914;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.5rem;
}
@media(min-width:23.4375em){
	.ensCard h2{
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}

@media (min-width: 41.5625em) {
  .ensCard h2 {
    font-size: 1.2rem;
  }
}

@media (min-width: 47.8125em) {
  .ensCard h2 {
    font-size: 1.7rem;
    letter-spacing: 0.5rem;
  }
}

@media (min-width: 64em) {
  .ensCard h2 {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
}

@media (min-width: 112.5em) {
  .ensCard h2 {
    font-size: 3rem;
  }
}

.ensText {
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: justify;
  color: var(--white);
}
@media(min-width:23.4375em){
	.ensText{
		text-align: left;
	}
}

@media (min-width: 47.8125em) {
  .ensText {
    width: 70%;
    margin: 0  auto;
    font-size: 1.9rem;
    text-align: justify;
    color: var(--white);
  }
}

@media (min-width: 64em) {
  .ensText {
    width: 70%;
    margin: 0 auto;
    font-size: 2rem;
    text-align: justify;
    color: var(--white);
  }
}

/*#################### Ensemble NAV ##########*/
#bigBands {
  height: 100vh;
  width: 100%;
  background: var(--offWhite);
}

/* nav Btn */
.navBtn-ens {
  text-align: center;
  border: 4px solid  #ffc914;
  border-radius: 5px;
  position: fixed;
  top: 35%;
  right: 5%;
  font-size: 4.5rem;
  color: #ffc914;
  z-index: 23;
  cursor: pointer;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media(min-width:22.1875em){
	.navBtn-ens{
		 top: 60%;
		
	}
}
@media(min-width:41.5625em){
	.navBtn-ens{
		 top: 60%;
		
	}
}


@media(min-width:47.8125em){
	.navBtn-ens{
		 top: 25%;
		
	}
}
@media(min-width:50em){
	.navBtn-ens{
		 top: 50%;
		
	}
}
@media(min-width:64em){
	.navBtn-ens{
		 top: 30%;
		
	}
}

.group-menu {
  font-size: 4rem;
}

.menu-title {
  font-size: 1.6rem;
  padding-bottom:10px;
}

/* nav btn PULSE  animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bar4,
.bar5,
.bar6 {
  width: 45px;
  height: 4px;
  margin: 5px;
  background: #ffc914;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
}

.change .bar4 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar5 {
  opacity: 0;
}

.change .bar6 {
  -webkit-transform: rotate(45deg) translate(-6px, -7.5px);
  transform: rotate(45deg) translate(-6px, -7.5px);
}

/* nav */
.nav-ens {
  position: fixed;
  top: 20%;
  left: 0;
  /*width: 15rem;*/
  background: rgba(242, 180, 80, 0.9);
  border-radius: 0 5px 5px 0;
  z-index: 22;
}

.nav-ens-logo {
  font-size: 4rem;
}

/*.nav-ens_link{
 */
.nav-ens__links {
  padding: 0 5px 20px 0;
  list-style-type: none;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.2rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ensem-solo{
	font-size: 2rem;
	line-height: 2rem;
}
.current h1{
	font-size:2rem;
}

.nav-ens__links a {
  text-decoration: none;
  font-size: 1.5rem;
  color: var(--black1);
}
li h1{
	font-size:2rem;
	line-height: 2rem;
}
.nav-ens__links a:hover {
  color: var(--ltgreen);
  font-size: 1.7rem;
  text-decoration: underline;
}

.nav-ens {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.nav-ens--show {
  width: 21rem;
  top: 30%;
  padding-left: 1.25rem;
	
}

@media (min-width: 41.5625em) {
  .nav-ens--show {
    width: 20rem;
    top: 20%;
  }
}

/*############# GROUPS ###################*/
.group {
  margin: 3rem 0;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
 /* box-shadow: 0 .5rem 2rem rgba(0, 0, 0, 0.4);*/
  border-radius: 10px;
  padding-top: 2rem;
	box-shadow:0.3rem 0.3rem 0.3rem  #e92929,0.5rem 0.5rem 0.5rem  #a2e946,0.7rem 0.7rem 0.7rem #297ce9,0.9rem 0.9rem #e92999;
	transition: box-shadow 0.5s 0.3s;
}
.group:hover{
	 box-shadow: .5rem .5rem 0.1rem  #e92929, .9rem .9rem 0.1rem  #a2e946,1.2rem 1.2rem 0.1rem #297ce9,1.5rem 1.5rem 0.1rem #e92999;
	transition: box-shadow 0.5s 0.3s;
}
@media (min-width: 22.1875em) {
  .group {
	  width:75%;
	  margin-left: auto;
	  margin-right:auto;
	  margin-top:0;
	  margin-bottom:1rem;
	  border-top: 3px solid #e0e0e0;
    border-left: 3px solid #e0e0e0;
  }
}
@media (min-width: 51.25em) {
  .group {
	  width:55%;
	  margin-left: auto;
	  margin-right:auto;
	  margin-top:0;
	  margin-bottom:1rem;
	  border-top: 3px solid #e0e0e0;
    border-left: 3px solid #e0e0e0;
  }
}
@media (min-width: 64em) {
  .group {
	  width:65%;
	  margin-left: auto;
	  margin-right:auto;
	  margin-top:0;
	  margin-bottom:1rem;
	 /* box-shadow:0.3rem 0.3rem 0.3rem  #e92929,0.5rem 0.5rem 0.5rem  #a2e946,0.7rem 0.7rem 0.7rem #297ce9,0.9rem 0.9rem 0.1rem  #e92999;*/
	  border-top: 3px solid #e0e0e0;
    border-left: 3px solid #e0e0e0;
  }
}

.group-center {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
	padding-bottom:2rem;
}

@media (min-width: 41.5625em) {
  .group-center {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
	  width:70%;
	  margin:0 auto;
  }
}

@media (min-width: 47.8125em) {
  .group-center {
    width: 98%;
    padding: 0 2.5rem;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
	  padding-bottom:2rem;
  }
}

@media (min-width: 64em) {
  .group-center {
    width: 100%;
    grid-template-columns: repeat(2, 0.7fr);
    grid-gap: 1;
  }
}

.group img {
  display: block;
  margin: 0 auto;
  width: 80%;
  border-radius: 5px;
}

@media (min-width: 41.5625em) {
  .group img {
    width: 70%;
  }
}

@media (min-width: 40em) {
  .group img {
    width: 70%;
  }
}

@media (min-width: 47.8125em) {
  .group img {
    width: 80%;
  }
}
.solo-duo-name {
  margin-bottom: 1rem;
  display: grid;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3a506b;
  color: #f5f5f5;
  height: 5rem;
  width: 73.4%;
  text-align: center;
  margin: -7% auto;
  font-size: 1.3rem;
  position: absolute;
  left: 5rem;
  border-radius: 5px;
}

@media (min-width: 22.1875em) {
  .solo-duo-name {
    position: relative;
    left: 0;
    width: 50%;
  }
}

@media (min-width: 40em) {
  .solo-duo-name {
    position: relative;
    left: 0;
    width: 55%;
    margin: -4% auto;
  }
}

@media (min-width: 41.5625em) {
  .solo-duo-name {
    position: relative;
    left: 0;
  }
}
.group-name {
  margin-bottom: 1rem;
  display: grid;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--black1);
  color: var(--offWhite);
  height: 5rem;
  width: 73.4%;
  text-align: center;
  margin: -7% auto;
  font-size: 1.3rem;
  position: absolute;
  left: 5rem;
  border-radius: 5px;
}

@media (min-width: 22.1875em) {
  .group-name {
    position: relative;
    left: 0;
    width: 50%;
  }
}

@media (min-width: 40em) {
  .group-name {
    position: relative;
    left: 0;
    width: 55%;
    margin: -4% auto;
  }
}

@media (min-width: 41.5625em) {
  .group-name {
    position: relative;
    left: 0;
  }
}
.group-name-video {
  margin-bottom: 1rem;
  display: grid;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--black1);
  color: var(--offWhite);
  height: 5rem;
  width: 73.4%;
  text-align: center;
  margin: -7% auto;
  font-size: 1.3rem;
  position: absolute;
  left: 5rem;
  border-radius: 5px;
}

@media (min-width: 22.1875em) {
  .group-name-video {
    position: relative;
    left: 0;
    width: 50%;
  }
}

@media (min-width: 40em) {
  .group-name-video {
    position: relative;
    left: 0;
    width: 55%;
    margin: -1% auto;
  }
}

@media (min-width: 41.5625em) {
  .group-name-video {
    position: relative;
    left: 0;
  }
}

.group-sound {
	display:flex;
	flex-direction:row;
  width: 20rem;
  /*padding: 0 2.5rem;*/
  margin: 0 auto;
}

@media (min-width: 41.5625em) {
  .group-sound {
	  display:flex;
	flex-direction:row;
    width:20rem;
    /*padding: 0 2.5rem;*/
    margin: 0 auto;
  }
}

#player {
  width: 80%;
  height: 2rem;
}

@media (min-width: 22.1875em) {
  #player {
    width: 40%;
  }
}

@media (min-width: 40em) {
  #player {
    width: 30%;
  }
}

@media (min-width: 41.5625em) {
  #player {
    width: 60%;
  }
}

.video-js {
  width: 90%;
  height: 320px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.group-contact {
  padding: 4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
	margin:0 auto;
}

@media (min-width: 40em) {
  .group-contact {
    width: 75%;
  }
}

@media (min-width: 41.5625em) {
  .group-contact {
    width: 70%;
  }
}

@media (min-width: 47.8125em) {
  .group-contact {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .group-contact {
    width: 90%;
  }
}

.group-info-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.group-info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.g-awesome {
  font-size: 3rem;
  color: var(--yellow1);
}

.g-name {
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 10px;
}

.g-phone {
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 10px;
}

.g-email {
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 10px;
}

.g-email a {
  text-decoration: none;
  color: #6fffe9;
}

.g-web {
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 10px;
}

.g-web a {
  text-decoration: none;
  color: #6fffe9;
}

.g-web a:hover {
  text-decoration: none;
  color: #6fffe9;
}

.group-bio {
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto;
font-size: 1.4rem;
  text-align: left;
}

.bio-header {
  font-weight: bold;
  text-align: center;
}

/*########### Groups IE 11 ##################*/
@media screen and (-ms-high-contrast: none) {
  .group-center {
     width:100%;
 /* margin:0 auto;*/
  display:flex;
  flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 41.5625em) {
  .group-center {
    width:88%;
  margin:0 auto;
 flex-direction:row;
 /*justify-content: space-between;
 justify-content: center;*/
 flex-wrap:wrap;
  }
}
@media screen and (-ms-high-contrast: none) {
  .group {
    width: 100%;   
    margin: 0 auto;
    position: relative;
    margin-bottom: 5%;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 64em) {
  .group {
   flex: 0 0 32%; 
  }
}

/*@media screen and (-ms-high-contrast: none) {
  .group-center {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 22.1875em) {
  .group-center {
    width: 80%;
  }
}*/



@media screen and (-ms-high-contrast: none) {
  .group-img {
    display: block;
    margin: 0 auto;
    width: 60%;
   
  }
}

/*@media screen and (-ms-high-contrast: none) and (min-width: 41.5625em) {
  .group-img {
    width:60%;
    height:20%;
  }
}*/

@media screen and (-ms-high-contrast: none) and (min-width: 47.8125em) {
  .group-img {
    width: 60%;
	 
  }
}

@media screen and (-ms-high-contrast: none) {
  .group-name {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2e282a;
    color: #f5f5f5;
    height: 5rem;
    width: 73.4%;
    text-align: center;
    margin: -7% auto;
    font-size: 1.2rem;
    z-index: 4;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 41.5625em) {
  .group-name {
    margin: -4%  auto;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 47.8125em) {
  .group-name {
    width: 40%;
    margin: -3%  auto;
  }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 560px) {
  .group-name {
    width: 40%;
  }
}

@media screen and (-ms-high-contrast: none) {
  .group-contact {
    width: 100%;
    padding: 2.2rem 0;
    font-size: 1.1rem;
  }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 450px) {
  .group-contact {
    font-size: 1.2rem;
  }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 550px) {
  .group-contact {
    font-size: 1.4rem;
   
  }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 776px) {
  .group-contact {
   
    font-size: 1.6rem;
  }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 992px) {
  .group-contact {
  
    font-size: 1.6rem;
  }
}

@media screen and (-ms-high-contrast: none) {
  .group-info-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .group-info-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #player {
    width: 50%;
    height: 2.5rem;
  }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 450px) {
  #player {
    width: 50%;
  }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 776px) {
  #player {
    width: 40%;
  }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 992px) {
  #player {
    width: 30%;
  }
}

@media screen and (-ms-high-contrast: none) {
  .group-sound {
    text-align: center;
  }
 
}
@media screen and (-ms-high-contrast:none){
	 .group-bio {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: left;
  }
}


@media screen and (-ms-high-contrast: none) {
  .bio-header {
    font-weight: bold;
    text-align: center;
  }
}

/*############ END GROUPS IE 11 #############*/

/*########### JOIN PAGE ##################*/
.join-title {
 padding: 20px;
  margin-left:-30%;
}
@media(min-width:23.4375em){
	.join-title{
		margin-left:0;
	}
}
@media (min-width: 40em) {
	.join-title {
 /*padding: 40px;
  margin-left:-60%;*/
	width:40%;
}
}
.join-title-heading{
	font-size: 2.2rem;
  color: #6fffe9;
}
.join-awesome {
  font-size: 2.1rem;
  color: #ffc107;
  margin-right: 10px;
}

@media (min-width: 47.8125em) {
  .join-awesome {
    font-size: 5rem;
  }
}

.join-title-text {
  padding-left: 10px;
  border-left: 3px solid #b5c2b7;
  text-transform: uppercase;
}

.title-text-heading {
  font-size: 2rem;
  color: #6fffe9;
}
@media(min-width:47.8125em){
	.title-text-heading {
  font-size: 2.1rem;
  color: #6fffe9;
}
}

.join-title-text h3 {
  font-size: 1.6rem;
  color: #f5f5f5;
}
@media(min-width:23.4375em){
	.join-bg{
		flex-direction: column;
		align-items: center;
		
	}
}
.join-bg {
  margin-top:16rem;	
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../../../images/join-bg-m.jpg") center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../../images/join-bg-m.jpg") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	overflow: hidden;
}


#join-banner {
	width:100%;
   display:flex;
    align-items: center;
	margin-left: 2rem;
}


.join-heading {
  -webkit-box-flex: 1;
 /* -ms-flex: 1 0 auto;
  flex: 1 0 auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  /*-ms-flex-pack: center;
  justify-content: center;*/
	height:30vh;
}
@media(min-width:23.4375em){
	.join-heading{
		height:10vh;
	}
}
@media (min-width: 40em) {
	.join-heading{
	height:30vh;
	}
}
.joinCard {
 
  padding: 1.875rem 0;

}
.joinCard h1{
   font-size: 1.8em;
  color: #6fffe9;
  text-transform: uppercase;
  font-style: italic;
	margin-top:-20%;
	height:10rem;
  
}

@media(min-width:23.4375em){
	.joinCard h1{
		height:0;
	}
}



@media (min-width: 41.5625em) {
  .joinCard h1 {
    font-size: 3rem;
	   margin-top:-12%;
	  height:15rem;
  }
}

@media (min-width: 47.8125em) {
  .joinCard h1 {
    font-size: 4rem;
    letter-spacing: 0.5rem;
	  /*margin-top:15rem;
	  height:25rem;*/
  }
}

@media (min-width: 64em) {
  .joinCard h1 {
    font-size: 4.5rem;
    letter-spacing: 0.5rem;
	  margin-top: -.5rem;
	  
  }
}

@media (min-width: 112.5em) {
  .joinCard h1 {
    font-size: 5rem;
  }
}

.joinText {
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: justify;
  color: var(--white);
}

@media (min-width: 47.8125em) {
  .joinText {
    width: 70%;
    margin: 0  auto;
    font-size: 1.9rem;
    text-align: justify;
    color: var(--white);
  }
}

@media (min-width: 64em) {
  .joinText {
    width: 70%;
    margin: 0 auto;
    font-size: 2rem;
    text-align: justify;
    color: var(--white);
  }
}


/*############### join page section##############*/
/*#######popup############*/


.popup-overlay {
  visibility: hidden;
  position: absolute;
  width: 50%;
  height: 50%;
  left: 25%;
  z-index: -1;
}
.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  background: url('../../../images/work-1.jpg')center/cover;
  height: 40vh;
  border: 0.5rem solid #ffc914;
  border-radius: 0.4rem;
  z-index: 2;
}

@media(min-width:64em){
	.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  background: url('../../../images/work-1.jpg')center/cover;
  height: 60vh;
  border: 0.5rem solid #ffc914;
  border-radius: 0.4rem;
  z-index: 2;
}
}
@media(min-width:75em){
.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  background: url('../../../images/work-1.jpg')center/cover;
  height: 60vh;
	
  border: 0.5rem solid #ffc914;
  border-radius: 0.4rem;
  z-index: 2;
}
}
@media(min-width:90em){
.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  background: url('../../../images/work-1.jpg')center/cover;
  height: 70vh;
	
  border: 0.5rem solid #ffc914;
  border-radius: 0.4rem;
  z-index: 2;
}
}
.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;

}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;



}

Popbutton {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #f2f2f2;
  text-decoration: none;
  padding: .5rem 1.5rem;
  border: 3px solid #6fffe9;
  background: #3a506b;
  border-radius: 8px;
	margin-top:1rem;
	margin-bottom:3rem;
}
@media ( max-width:768px){
	Popbutton{
		display:none;
	}
	
}

Popbutton:hover {
  font-size: 1.2rem;
  color: #f2f2f2;
  text-decoration: none;
  padding: .5rem 1.5rem;
  border: 3px solid #ffc914;
  background: #3a506b;
  border-radius: 8px;
}
/* ################## work section  ####################*/
.work-item__img {
  width: 80%;
  display: block;
  transition: all 1s linear;
  opacity: 1;
}
@media(min-width:41.5625em){
	.work-item__img {
  width: 60%;
  display: block;
  transition: all 1s linear;
  opacity: 1;
}
}

.work-modal__close {
  position: fixed;
  font-size: 5rem;
  color: #ffc914;
  bottom: 15%;
  right: 20%;
  transition: color 0.5s linear;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.work-modal__close:hover {
  color: #fd7e14;
}

/*################## end modal #################*/
.firstchar {
  color: #fd7e14;
  float: left;
  font-size: 45px;
  line-height: 30px;
  padding-top: 4px;
  padding-right: 3px;
  padding-left: 3px;
}

@media (min-width: 47.8125em) {
  .firstchar {
    font-size: 65px;
  }
}
@media (min-width: 64em) {
  .firstchar {
    font-size: 65px;
  }
}
#joinNow {
  min-height: 65vh;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
}

.joinNow .title {
  padding-left: 2.8rem;
  color: var(--ltgreen);
}

.join-center {
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 47.8125em) {
  .join-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
	  width:90vw;
	  margin-bottom:5rem;
	   
  }
}


.join-center-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 /* background:#fd7e14;*/
  height:10rem;
	width:100vw;
}

@media (min-width: 47.8125em) {
  .join-center-add {
    width: 87vw;
    margin: 0 auto;
	 /*  -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);*/
  }
}

.join-center-add h2 {
  display: block;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 4rem;
  color: var(--offWhite);
}
/*############ membership ############*/
.membership {
  padding: 0 20px;
 /* -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;*/
	margin-top:1.5rem;
	 
}

@media (min-width: 47.8125em) {
  .membership {
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	 -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  }
}
@media (min-width: 64em) {
  .membership {
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	 -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  }
}

.membership p img {
  width: 10%;
  display: inline-block;
}

.membership h2 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 1.5rem 0 5px 0;
  font-size: 2.5rem;
  color: var(--black1);
}
.jurisdiction-map{
	font-size:2rem;
}

/*############ END membership ############*/
/*############ AFM INFO ############*/
.afm-info {
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

@media (min-width: 47.8125em) {
  .afm-info {
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    margin-top: 1.5rem;
 -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  }
}
@media (min-width: 64em) {
  .afm-info {
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    margin-top: 1.5rem;
 -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  }
}


.afm-info h2 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 1.5rem 0 5px 0;
  font-size: 2.5rem;
  color: var(--black1);
}

.afm-info h3 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  font-size: 1.8rem;
  color: var(--black1);
}

.afm-container {
  max-width: 90vw;
  padding-top: 10%;
}
@media(min-width:47.8125em){
	.afm-container {
  max-width: 90vw;
  padding-top: 30%;
	}
}
@media(min-width:64em){
	.afm-container {
       max-width: 90vw;
		 padding-top:0;
  
	}
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*############ END AFM INFO ############*/
/*############ BENEFITS ############*/
.benefits {
  padding: 0 20px;

}
@media (min-width: 47.8125em) {
	.benefits{
    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	  margin-top:1.5rem;
	 -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  }
}
@media (min-width: 64em) {
	.benefits{
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	  margin-top:1.5rem;
	 -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  }
}

.benefits h2 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 1.5rem 0 5px 0;
  font-size: 2.5rem;
  color: var(--black1);
}

.brochures {
  font-size: 1.4rem;
  list-style-type: none;
  line-height: 2;
  padding: 1rem;
}

@media (min-width: 47.8125em) {
  .brochures {
    padding: 0;
  }
}

.join-awesome {
  font-size: 2rem;
  color: var(--orange);
  margin-right: .5rem;
}

/*###########cost##############*/

.cost-center {
  padding: 0 20px;
}

@media (min-width: 47.8125em) {
  .cost-center {
	  width:90vw;
	  margin:0 auto;
	  padding-bottom:5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cost-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*background: #fd7e14;*/
  height: 6rem;
  margin: 0 auto;
	width:100vw;
}

@media (min-width: 47.8125em) {
  .cost-banner {
    width: 87vw;
    margin: 0 auto;
	  /* -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);*/
  }
}

.cost-banner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 3rem;
  color: var(--bggray);
}
/*############### DUES ################*/
.dues {
  padding: 0 20px;
 
}

@media (min-width: 47.8125em) {
  .dues {
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	  margin-top:1.5em;
	   -webkit-box-flex: 0;
  -ms-flex: 0 0 48;
  flex: 0 0 48%;
  }
}
@media (min-width: 64em) {
  .dues {
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	  margin-top:1.5em;
	   -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333% - 1rem);
  flex: 0 0 calc(33.3333% - 1rem);
  }
}


.dues h2 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 1.5rem 0 5px 0;
  font-size: 2.5rem;
  color: var(--black1);
}
/*############### APP FORM ################*/
.app-form {
  padding: 0 20px;
  
}
@media (min-width: 47.8125em) {
  .app-form {
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	 margin-top:1.5em;
	   -webkit-box-flex: 0;
 -ms-flex: 0 0 48;
  flex: 0 0 48%;
  }
}

@media (min-width: 64em) {
  .app-form {
  -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	 margin-top:1.5em;	 
	   -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333% - 1rem);
  flex: 0 0 calc(33.3333% - 1rem);
  }
}

.app-form h2 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 1.5rem 0 5px 0;
  font-size: 2.5rem;
  color: var(--black1);
	 
}
/*############### ONLINE ################*/
.online {
  padding: 0 20px;
  
}

@media (min-width: 47.8125em) {
  .online {
    -webkit-box-shadow: 0.2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	  margin-top:1.5em;
	   -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  }
}
@media (min-width: 64em) {
  .online {
    -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
	  margin-top:1.5em;
	   -webkit-box-flex: 0;
   -ms-flex: 0 0 calc(33.3333% - 1rem);
  flex: 0 0 calc(33.3333% - 1rem);
  }
}

.online h2 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 1.5rem 0 5px 0;
  font-size: 2.5rem;
  color: var(--black1);
}

.online h3 a {
  font-size: 1.2rem;
  color: var(--offWhite);
  text-decoration: none;
  padding: .5rem 1.5rem;
  border: 3px solid var(--ltgreen);
  background: var(--colorPrim);
  border-radius: 8px;
}

.online h3 a:hover {
  font-size: 1.2rem;
  padding: .5rem 1.5rem;
  border: 3px solid var(--yellow);
}

.online img {
  width: 80%;
  display: block;
}
@media(min-width:41.5625em){
	.online img {
  width: 60%;
  display: block;
}
	
}
/*############### END join page section##############*/

/*############### join page section IE 11##############*/
@media screen and (-ms-high-contrast: none) {
  .join-center {
        padding:0 20px;
		margin: 0 auto;		
  }	
	.join-center-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fd7e14;
  /*height:6rem;*/
}
	.work-item__img {
  width: 30%;
  height: 30%;
  display: block;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  opacity: 1;
}
	.afm-container {
  max-width: 90vw;
  
}
	.afm-info {
  padding: 60px 40px;
}

.afm-1 img {
  width: 20rem;
}
}
	

/*####################### COST IE 11##############*/
@media all and (-ms-high-contrast: none)   {

.cost-center {
  padding: 0 20px;
}
	
.dues {
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
	}
.app-form {
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
	.online {
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
	
.online img {
  width: 20%;
  display: block;
}
	
}
@media all and (-ms-high-contrast: none) and (min-width: 47.8125em){
.cost-center{
width:90vw;
margin: 0 auto;
padding-bottom: 5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
	}/*ie 11*/
		
}

/*############### END  join page section IE 12##############*/

/*#####################INSTRUCTORS################*/
.instructors-bg {
  min-height: 60vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../../../images/guitar2-bg.jpg") center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../../images/guitar2-bg.jpg") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media(min-width:23.4375em){
	.instCard {  
  padding: 0;
}
}
.instCard {  
  text-align: center;
  padding: 3.75rem 0  6rem 0;
}
@media(min-width:23.4375em){
	.instCard h1{
	font-size:2rem;		
}
}
.instCard h1{
	color:#6fffe9;
	font-size:3rem;
	margin-top:-3rem;
}

.inst-heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.instructor-center {
  padding: 0 2.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.8125em) {
  .instructor-center {
    padding: 0 2.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 64em) {
  .instructor-center {
    padding: 0 2.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	  width:90%;
  }
}


.instructor {
  margin: 3rem 0;
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.4);
  border-radius: 10px;
	box-shadow:0.3rem 0.3rem 0.3rem  #e92929,0.5rem 0.5rem 0.5rem  #a2e946,0.7rem 0.7rem 0.7rem #297ce9,0.9rem 0.9rem #e92999;
	transition: box-shadow 0.5s 0.3s;
}
.instructor:hover{
	 box-shadow: .5rem .5rem 0.1rem  #e92929, .9rem .9rem 0.1rem  #a2e946,1.2rem 1.2rem 0.1rem #297ce9,1.5rem 1.5rem 0.1rem #e92999;
	transition: box-shadow 0.5s 0.3s;
}

@media (min-width: 47.8125em) {
  .instructor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin: 3rem 0;
    border-radius: 10px;
	  border-top: 3px solid #e0e0e0;
    border-left: 3px solid #e0e0e0;
  }
}

@media (min-width: 64em) {
  .instructor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
     flex: 0 0 45%;
    margin: 3rem 0;
    border-radius: 10px;
	  border-top: 3px solid #e0e0e0;
    border-left: 3px solid #e0e0e0;
  }
}

.inst-header {
  height: 9.375rem;
  background: #3a506b;
  border-radius: 5px 5px 0 0;
  padding-top: 1rem;
}

.inst-name {
  font-size: 3rem;
  color: #f5f3f5;
  text-align: center;
  font-family: Great Vibes;
}

.inst-taught {
  font-size: 1.5rem;
  color: #6fffe9;
  text-align: center;
}

.inst-info {
	display:flex;
  padding: 2rem 2.5rem;
  margin: 0 auto;
  font-size: 1.5rem;
}

.inst-info-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inst-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inst-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inst-info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inst-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inst-email a {
  text-decoration: none;
  color: #6fffe9;
}

.inst-website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inst-awesome {
  font-size: 3rem;
  color: var(--yellow1);
  padding-right: 1rem;
}
.inst-photo{
	width:100%;
     padding-top:3rem;
	margin:0 auto;
}
.inst-img {
  margin-bottom: 1rem;
  margin-left: 2.5rem;
  border: 2px solid #3a506b;
  display: block;
  border-radius: 5px;
  width: 40%;
}

.inst-bio {
  font-size: 1.5rem;
  color: #191919;
  margin-left: 2.5rem;
  margin-right: 1.5rem;
  margin-bottom: 5rem;
}
/*######Dues payment received #########*/
#dues-banner {
    /*width: 35%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.duesCard {
   width:60%;
	margin:0 auto;
}
.dues-payment{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:16.54rem;
	height:50vh;
}

.dues-payment-text {
    padding-left: 10px;
    border-left: 3px solid #b5c2b7;
    text-transform: uppercase;
}
.dues-title-heading {
    font-size: 2.2rem;
    color: #6fffe9;
}
.dues-title-text h3 {
    font-size: 1.6rem;
    color: #2e282a;
}
.dues-heading {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/	
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
   
