/* 0A. Dynamic Page Required Selectors */
#main {
	max-width: 1500px;	
	min-width: 976px;	
	width: 100%;
}
#content {
	float: none;
	width: 100%;
} 


/* 00. Page Required Selectors */
.isDesktop #content {
	float: none;
	width: 100%;
} 
.isDesktop #globalPencilBanner {
	display: none;
}


/* 01. "Grand Openning" Landing Page Global Selectors */
/* Shared */
.grand-opening section .desktop-element { 
	display: inline-block; 
	width: 100%;
}
.grand-opening section .mobile-element { 
	display: none;
	width: 100%;
}
.grand-opening .desktop-element { 
	display: inline-block; 
}
.grand-opening .mobile-element { 
	display: none; 
}
.grand-opening p {
	font-family: montserratregular, Arial, Helvetica, sans-serif;
}
/* Desktop specific */
.isDesktop .grand-opening {
	background-attachment: fixed;
	background-color: #fff; 
	background-image: url("//static.guitarcenter.com/static/gc/2019/page-bcc/grand-opening/desktop/gc-md-hb-grand_openning-06-12-19.jpg"); 
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #000;
	margin: 0 auto;
	max-width: 1500px; 
	min-width: 976px; 
	width: 100%; 
}
.isDesktop .grand-opening section {
	padding-bottom: 20px;
}	
.isDesktop .grand-opening .desktop-only-element {
	display: inline-block;
}
.isDesktop .grand-opening .mobile-only-element {
	display: none;
}
/* Mobile specific */
.isMobile .grand-opening {
	margin: 0 -2%;
	padding: 0 2%;
	width: 100%;
}
.isMobile .grand-opening section {
	margin: 0 auto 2%;
	max-width: 1500px;
	width: 100%;
}
.isMobile .desktop-only-element {
	display: none;
}
.isMobile .mobile-only-element {
	display: inline-block;	
}


/* 02. Hero Banner Selectors */
/* Shared */
.grand-opening .hero-banner-wrap,
.grand-opening .hero-banner-wrap img {
	width: 100%; 
}
.grand-opening .hero-banner-wrap {
	position: relative;
}
.grand-opening .hero-banner-wrap img {
	left: 0;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
	right: 0;
	top: 0;
	vertical-align: top; 
}
.grand-opening .hero-banner-wrap img.main-banner-image {
	left: 0;
	position: relative;
	top: 0;
	z-index: 1;
}
.grand-opening .hero-banner-wrap img.title-banner-image {
	left: 0;
	position: relative;
	top: 0;
	z-index: 2;
}
.grand-opening .hero-banner-wrap .hero-copy {
	bottom: 5%;
	color: #fff;
	font-family: montserratregular, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 5%;
	z-index: 3;
}
.grand-opening .hero-banner-wrap h1 {
	color: transparent;
}
.grand-opening .hero-banner-wrap .hero-copy p:last-child {
	margin-bottom: 0;
}
.grand-opening .hero-banner-wrap .hero-copy a {
	color: #fff;
	text-decoration: underline;
}
.grand-opening .hero-banner-wrap .hero-copy {
	text-align: right;
}
/* Mobile */
.isMobile .grand-opening .hero-banner-wrap img.title-banner-image { position: absolute; }

/* 03. Store Promo Selectors */
.grand-opening .store-promo-wrap,
.grand-opening .store-promo-wrap img {
	width: 100%;

}
.grand-opening .store-promo-wrap {
	position: relative;
}
.grand-opening .store-promo-wrap img {
	left: 0;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
	right: 0;
	top: 0;
	vertical-align: top; 
}
.grand-opening .store-promp-copy { 
	position: absolute;
	right: 4%;
	text-align: left;
	top: 15%;
	width: 35%;
	z-index: 1;
}
/* Desktop */
.isDesktop .grand-opening .store-promo-wrap {
	padding-bottom: 0;
}
/* Mobile */
.isMobile .grand-opening .store-promo-wrap {
	background: #000;
}
.isMobile .grand-opening .store-promp-copy { 
	right: 2%;
	width: 37%; 
}


/* 04. Store Offer Selectors */
.grand-opening .store-offer-wrap {
	background: #fff;
	position: relative;
	width: 100%;
}
.grand-opening .store-offer-wrap .js-animate {
	position: relative;
}
.grand-opening .store-offer-wrap img {
	position: relative;
	top: 0;
	vertical-align: top;
	width: calc(100% - 60px);
}	
.grand-opening .store-offer-wrap.animate-right img {
	left: 60px;
}
.grand-opening .store-offer-wrap.animate-left img {
	left: 0;
}
.grand-opening .store-offer-wrap .category-button-wrap {
    background: rgba(0,0,0,0.45);
 	border: 1px solid #fff; 
 	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
    bottom: 3.5%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto; 
    padding: 5px;
    position: absolute;
    text-align: center;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;    
    width: 12%;
}
.grand-opening .store-offer-wrap.animate-left .category-button-wrap {
	left: 5%;
}
.grand-opening .store-offer-wrap.animate-right .category-button-wrap {
	right: 5%;
}
.grand-opening .store-offer-wrap .category-button-wrap:hover {
	background: rgba(0,0,0,1);
}
.grand-opening .store-offer-wrap .category-button-caption {

}
/* Desktop Animation */
.isDesktop .grand-opening .store-offer-wrap.animate-left .css-animate {
	animation: 1s linear 0s slideInLeft;
}
.isDesktop .grand-opening .store-offer-wrap.animate-right .css-animate {
	animation: 1s linear 0s slideInRight;
}
  @keyframes slideInRight {
    from {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      opacity: 0
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }

  @keyframes slideInLeft {
    from {
      transform: translate3d(-100%, 0, 0);
      visibility: visible
    }
    to {
      transform: translate3d(0, 0, 0)
    }
  }
/* Mobile */
.isMobile .grand-opening .store-offer-wrap .category-button-wrap {  }

/* 05. Info Box Selectors */
.grand-opening .store-offer-wrap .infobox {
	background: rgba(255, 255, 255, .8);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	bottom: 0;        	
	display: none;
	height: 100%;
	min-width: 295px;
	padding: 20px;
	position: absolute;
	width: 20%;
}
.grand-opening .store-offer-wrap .infobox .centered-content {
	left: 50%;
	margin-right: -50%;
	padding: 20px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
}
.grand-opening .store-offer-wrap .infobox.fineprint {
	min-width: 420px;
	padding: 10px;
	width: 43%;
}
.grand-opening .store-offer-wrap .right-box {
	right: 60px;
	top: 0;
}
.grand-opening .store-offer-wrap .left-box {
	left: 60px;
	top: 0;
}
.grand-opening .store-offer-wrap .left-box h4,
.grand-opening .store-offer-wrap .left-box p {
	text-align: left;
}
.grand-opening .store-offer-wrap .right-box h4,
.grand-opening .store-offer-wrap .right-box p {
	text-align: right;
}
.grand-opening .store-offer-wrap h4 {
    font-family: montserratbold, 'Arial Black', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.grand-opening .store-offer-wrap .fineprint h4 { font-size: 14px; }
.grand-opening .store-offer-wrap p {
    font-size: 12px;
    line-height: 22px;
}
.grand-opening .store-offer-wrap .infobox.fineprint p {
	font-size: 10px;
	line-height: 14px;
}
/* Desktop */
.isDesktop .grand-opening .store-offer-wrap .right-box.css-animate {
	animation: slideInRight .75s;
	color: #000;
	display: block;
}
.isDesktop .grand-opening .store-offer-wrap .left-box.css-animate {
	animation: slideInLeft .75s;
	color: #000;
	display: block;
}
/*
.isMobile .grand-opening .store-offer-wrap .infobox {
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px;
}
*/
/* Mobile */
.isMobile .grand-opening .store-offer-wrap .right-box.css-animate {
	animation: slideInRight .75s;
	color: #000;
	display: block;
}
.isMobile .grand-opening .store-offer-wrap .left-box.css-animate {
	animation: slideInLeft .75s;
	color: #000;
	display: block;
}

/* 06. Media Query */
@media (min-width: 1501px) {
	/* 01. "Grand Openning" Landing Page Global Selectors */
	.isDesktop .grand-opening {
		background-position: center 0;
		background-size: 1500px;
	}

	/* 02. Hero Banner Selectors */
	.grand-opening .hero-banner-wrap h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.grand-opening p {
		font-size: 19.25px;
		line-height: 27px;
	}
	.grand-opening .store-promp-copy p {
		font-size: 24px;
		line-height: 30px;		
	}		
}
@media (max-width: 1500px) and (min-width: 977px) {
	/* 02. Hero Banner Selectors */
	.grand-opening .hero-banner-wrap h2 {
		font-size: 1.6vw;
		line-height: 1.9vw;
	}
	.grand-opening p {
		font-size: 1.29vw;
		line-height: 1.8vw;
	}
	.grand-opening .store-promp-copy p {
		font-size: 1.6vw;
		line-height: 2.0vw;		
	}				
}	
@media (max-width: 976px) {
	/* 01. "Grand Openning" Landing Page Global Selectors */
	.isDesktop .grand-opening {
		background-size: 976px;
	}

	/* 02. Hero Banner Selectors */
	.grand-opening .hero-banner-wrap h2 {
	    font-size: 15px;
	    line-height: 20px;
	}
	.grand-opening p {
		font-size: 12.14px;
		line-height: 16px;
	}
	.grand-opening .store-promp-copy p {
		font-size: 16px;
		line-height: 18.75px;		
	}			
	/* Mobile */
	.isMobile .grand-opening .store-promp-copy p {
		font-size: 1.1em;
		line-height: 1.1875em;
	}
	.isMobile .grand-opening .hero-banner-wrap .hero-copy {
		bottom: 2%;	
	}

	/* 05. Info Box Selectors */
	.isMobile .grand-opening .store-offer-wrap .infobox p {
		font-size: 1em;
		line-height: 1.3em;
	}
	.isMobile .grand-opening .store-offer-wrap .infobox.fineprint p {
		font-size: 1.1vw;
		line-height: 1.3vw;
	}	
}
@media (max-width: 875px) {
	/* 02. Hero Banner Selectors */
	/* Mobile */
	.isMobile .grand-opening .store-promp-copy p {
		font-size: 1.7vw;
		line-height: 2.0vw;
	}
}	

/* 768 pixels: We will start to show mobile with this viewport; ----------- */
@media only screen and (max-width: 768px) {
	/* 00. General Selectors */ 
	.isMobile .grand-opening {
	    padding: 0;
	    width: 104%;
	} 	  
	.isMobile .grand-opening section .desktop-element { 
		display: none; 
	}
	.isMobile .grand-opening section .mobile-element { 
		display: inline-block;
	} 
	.isMobile #guitarAThon section { margin: 0 auto 2%; }

	/* 02. Hero Banner Selectors */
	.isMobile .grand-opening .hero-banner-wrap h2 {
	    font-size: 1.0em;
	    line-height: 1.5em;
	}
	.isMobile .grand-opening .hero-banner-wrap .hero-copy {
		left: 0;
		right: 0;
		text-align: center;
	}
	.isMobile .grand-opening .store-promp-copy p {
		font-size: 1.14em;
		line-height: 1.6em;
	}	

	/* 03. Store Promo Selectors */
	.isMobile .grand-opening .store-promp-copy {
		position: relative;
		right: 0;
		text-align: center;
		top: 0;
		width: 100%;
	}	
	.isMobile .grand-opening .store-promo-wrap {
		background: #fff;
	}	

	/* 04. Store Offer Selectors */
	.isMobile .grand-opening .store-offer-wrap img { width: 100%; }	
	.isMobile .grand-opening .store-offer-wrap.animate-right img,
	.isMobile .grand-opening .store-offer-wrap.animate-left img {
		left: 0;
	}
	.isMobile .grand-opening .store-offer-wrap .category-button-wrap {
		display: block;
		padding: 3%;
		position: relative;
		top: -70px;
		width: 65%;
	}
	.isMobile .grand-opening .store-offer-wrap .category-button-wrap::after {
	    content: '\0003E';
	    display: inline-block;
	    font-family: arial, sans-serif;
	    font-size: 16px;
	    font-weight: 100;
	    position: absolute;
	    right: 5%;
		-webkit-transform: rotate(90deg) scale(1, 1.75);
	       -moz-transform: rotate(90deg) scale(1, 1.75);
			-ms-transform: rotate(90deg) scale(1, 1.75);
			 -o-transform: rotate(90deg) scale(1, 1.75);
	            transform: rotate(90deg) scale(1, 1.75); 	    
	    -webkit-transition: .35s;
	       -moz-transition: .35s;
	        -ms-transition: .35s;
	         -o-transition: .35s;
	            transition: .35s;	   		
	}
	.isMobile .grand-opening .store-offer-wrap .category-button-wrap.active::after {
	    content: "\000D7";
		-webkit-transform: scale(1.5, 1.5);
	       -moz-transform: scale(1.5, 1.5);
			-ms-transform: scale(1.5, 1.5);
			 -o-transform: scale(1.5, 1.5);
	            transform: scale(1.5, 1.5); 
	}	
	.isMobile .grand-opening .store-offer-wrap.animate-left .category-button-wrap,		
	.isMobile .grand-opening .store-offer-wrap.animate-right .category-button-wrap {
		left: 0;
		right: 0;
	}

	/* 05. Info Box Selectors */
	.isMobile .grand-opening .store-offer-wrap .right-box {
		right: 0px;
		top: 0;
	}

	.isMobile .grand-opening .store-offer-wrap .left-box {
		left: 0px;
		top: 0;
	}	
	.isMobile .grand-opening .store-offer-wrap .infobox,
	.isMobile .grand-opening .store-offer-wrap .infobox.fineprint {
		min-width: 320px;
		padding: 0 5% 2%;
		position: relative;
		top: -10px;
		width: 100%;
	}
	.isMobile .grand-opening .store-offer-wrap .infobox .centered-content {
	    left: 0;
	    margin-right: 0;
	    padding: 0;
	    position: relative;
	    top: 0;
	    transform: none;		
	}
	.isMobile .grand-opening .store-offer-wrap .fineprint h4 { font-size: 16px; }
	.isMobile .grand-opening .store-offer-wrap .left-box h4,
	.isMobile .grand-opening .store-offer-wrap .left-box p,
	.isMobile .grand-opening .store-offer-wrap .right-box h4,
	.isMobile .grand-opening .store-offer-wrap .right-box p { text-align: center; }
	.isMobile .grand-opening .store-offer-wrap .infobox.fineprint p {
		font-size: 1em;
		line-height: 1.3em;
	}	
}