
#ez-home-container-wrap .ez-widget-area {
   background: rgba(0,0,0,0.0);

  -webkit-animation-background: rgba(0,0,0,0.4);
  -moz-animation-background: rgba(0,0,0,0.4);
  -o-animation-background: rgba(0,0,0,0.4);

  -moz-animation-name: intro; /* Firefox */
  -moz-animation-duration: 2s; /* Firefox */
  -o-animation-name: intro; /* Firefox */
  -o-animation-duration: 2s; /* Firefox */
  -webkit-animation-name: intro; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
/*  -webkit-animation-delay: 10s; /* Safari 4.0 - 8.0 */
  animation-name: intro;
  animation-duration: 2s;
/*  animation-delay: 10s;*/
}

/* Safari 4.0 - 8.0 */
  @-webkit-keyframes intro {
  from {opacity: 0; background: rgba(0,0,0,0.0);}
  to {opacity: 1; background: rgba(0,0,0,0.0);}
}

/* Firefox */
  @-moz-keyframes intro {
  from {opacity: 0; background: rgba(0,0,0,0.0);}
  to {opacity: 1; background: rgba(0,0,0,0.0);}
}
/* Standard syntax */
  @keyframes intro {
  from {opacity: 0; background: rgba(0,0,0,0.0);}
  to {opacity: 1; background: rgba(0,0,0,0.0);}
}

#ez-home-container-fade1 {

    -webkit-animation: fadein 2s ease-in forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s ease-in forwards; /* Firefox < 16 */
        -ms-animation: fadein 2s ease-in forwards; /* Internet Explorer */
         -o-animation: fadein 2s ease-in forwards; /* Opera < 12.1 */
            animation: fadein 2s ease-in forwards;

}

#ez-home-container-fade2 {

    -webkit-animation: fadein 4s ease-in forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s ease-in forwards; /* Firefox < 16 */
        -ms-animation: fadein 4s ease-in forwards; /* Internet Explorer */
         -o-animation: fadein 4s ease-in forwards; /* Opera < 12.1 */
            animation: fadein 4s ease-in forwards;

}

@keyframes fadein {
    0% { opacity:0; }
    60% { opacity:0; }
    100% { opacity:1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% { opacity:0; }
    60% { opacity:0; }
    100% { opacity:1; }
				}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% { opacity:0; }
    60% { opacity:0; }
    100% { opacity:1; }
				}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% { opacity:0; }
    60% { opacity:0; }
    100% { opacity:1; }
				}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0% { opacity:0; }
    60% { opacity:0; }
    100% { opacity:1; }
				}


body {
    background-color: black !important;
}


.site-header {
    background: #030A0F url(images/homepage_banner_1024x269.jpg) top center no-repeat;
    min-height: 200px;
    width: 90%;
    border-top: 0px solid #267ABE;
    border-bottom: 0px solid #267ABE;
    border-left: 0px solid #267ABE;
    border-right: 0px solid #267ABE;
    margin-top: 2%;
    margin-bottom: 1%;
    clear: both;
}
.site-container{
	height: 100%;
}

.site-inner{
   background: url(images/Alley_1240_1032_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}


a:link {
  text-decoration: none;
}


.content-sidebar-wrap {
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	float: none;

}

.content {
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	float: none;
	background:rgb(0,0,0);
	background: rgba(0,0,0,0.1) !important;
}

/*
.page {
	background:rgb(0,0,0);
	background: rgba(0,0,0,0.1)!important;

}
*/
.menu-secondary{
	width: 80% !important;
}

#home-hook-wrap{
margin: 0 auto;
max-width: 70%;
background:rgb(0,0,0);
background: rgba(0,0,0,0.2);
}

#homeIntroA {
 /*  background: url(images/alley-banner-mockup-750x492.png) no-repeat bottom center;
*/
	margin-top: -2.25%;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 1%;
	padding-top: 5%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 5%;
	width: 95%;
 	height: auto;
	float: right;
	position: relative;
/*	z-index: 10;   */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
/*	background-color: #DECAAB; */
	}
#homeIntroA p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16pt;
	font-weight: 500;
	text-align: left;
	color: #FFFFFF;
	}

#homeIntro {
 /*  background: url(images/alley-banner-mockup-750x492.png) no-repeat bottom center;
*/
	margin-top: -2.25%;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 1%;
	padding-top: 5%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 5%;
	width: 95%;
 	height: auto;
	float: right;
	position: relative;
/*	z-index: 10;   */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
/*	background-color: #DECAAB; */
	}
#homeIntro p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16pt;
	font-weight: 500;
	text-align: left;
	color: #FFFFFF;
	}
#homeIntro .p1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	}
#homeIntro .p2 {
	font-family: CreteRoundRegular, georgia, sans-serif;
	font-size: 12pt;
	text-align: left;
	color: #000000;
	}

.NormalHeaderText1 {
  margin-top: -5%;
  margin-bottom: 2%;
	padding: 0px;
	margin-left: 0%;
	float: left;
	}
.NormalHeaderText1 .p1 {
  display: block;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
  text-shadow: -1px 1px 1px black;
	color:#d10303;
	}

.NormalHeaderText1 .p1 span {
  display: block;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
  text-shadow: -1px 1px 1px black;
	color:#d10303;
	}

#NormalIntro1 .p1 span {
  display: block;
	margin-top: 0%;
  margin-bottom: 2%;
	text-align: left;
	color: #000000;
	}

#NormalIntro1 .p1 {
  display: block;
	float: left;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 2%;
	font-family: 'Quantico', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #F2EEEE;
	}

#NormalIntro1 .p2 span {
  display: block;
	margin-top: 0%;
  margin-bottom: 2%;
	text-align: left;
	color: #F2EEEE;
	}

#NormalIntro2 .p2 {
  display: block;
	float: left;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 2%;
	text-align: left;
	color: #000000;
	}

#NH_PortraitFloat1 h1 {
  background: url(images/neilportrait2-272x280.png) no-repeat bottom center;
	margin-top: 0%;
	margin-left: 1%;
	margin-right: -2%;
	padding: 1%;
	width: 240px;
	height: 240px;
	float: right;
	position: relative;
}

#NH_PortraitFloat1 h1 span {
 	display:none
	}
#NH_PortraitFloat1 h2 span {
	display:none
	}

#ez-home-container-wrap .ez-widget-area {
color: white;
}

#ez-home-container-wrap .ez-widget-area h4.widget-title.widgettitle{
color: white;
}

.ez-widget-area a, .ez-widget-area a:visited  {
color: white !important;
}

#ez-home-top-container {
	border-bottom: 0px solid #C0DBF1;
	margin-bottom: 0.0rem;
	padding-bottom: 0.0rem;
	text-align: left;
	font-size: 2.0rem;

}

#ez-home-bottom-container {
	margin-top: -2.0rem;
	padding-top: 0.0rem;
	text-align: left;
	font-size: 1.0rem;

}

#ez-home-bottom-1 {
	margin-top: 5%;
	padding-top: 0.0rem;
	text-align: left;
	font-size:1.0rem;
    width: 80%
}

#ez-home-top-1 {
	width: 75%;
	text-align: left;

}

#ez-home-top-2 {
	width: 20%;
	text-align: left;
	margin-right: -1.0rem;

}

#FreeBookCover a {
display:block;
background: url(images/KINDLE-The-Journey-180x290.png) no-repeat top left;
   margin-top: -1%;
   margin-left: 0%;
   margin-right: 0%;
   margin-bottom: 2%;
padding-left: 2%;
padding-right: 2%;
padding-top: 0%;
padding-bottom: 0%;
width: 180px;
height: 290px;
/* float: left;  */
text-indent:-3000px;
overflow:hidden;
text-decoration:none;
}


#DDLBookCover a {
display:block;
background: url(images/the-doomsday-legacy-kindle-150x226.png) no-repeat top left;
   margin-top: 1%;
   margin-left: 0%;
   margin-right: 0%;
   margin-bottom: 2%;
padding-left: 2%;
padding-right: 2%;
padding-top: 0%;
padding-bottom: 0%;
width: 150px;
height: 250px;
float: left;
text-indent:-3000px;
overflow:hidden;
text-decoration:none;
}

#FSKBookCover a {
	display:block;
	background: url(images/the-foo-sheng-key-kindle-150x242.png) no-repeat top left;
   margin-top: 1%;
   margin-left: 0%;
   margin-right: 0%;
   margin-bottom: 0%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0%;
	padding-bottom: 0%;
	width: 150px;
	height: 250px;
	float: left;
	text-indent:-3000px;
	overflow:hidden;
	text-decoration:none;
	}

#SSBookCover a {
	display:block;
	background: url(images/the-simeon-scroll-kindle-150x236.png) no-repeat top left;
   margin-top: 1%;
   margin-left: 0%;
   margin-right: 0%;
   margin-bottom: 0%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0%;
	padding-bottom: 0%;
	width: 150px;
	height: 250px;
	float: left;
	text-indent:-3000px;
	overflow:hidden;
	text-decoration:none;
	}/* Main Wrap */


.gallery-header { 
	margin-bottom: 5%;   
	margin-top: 5%;
}


.gallery-header h2 span { 
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: block;
    width: 100% !important;
    text-align: center;    
}

/* Gallery Grid changes for website */

.gallery-image img {
  width: 70%;
}




/* default min-width i.e. mobile. */
.gallery-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  grid-column-gap: 1rem;
  max-width: 1100px;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  }

/* media query changes for website */

/* tablet. */
@media (min-device-width: 600px) {
.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  margin-top: 5%;
  margin-left: 5%;
  margin-bottom: 5%;
  margin-right: 5%;

  }
}
/* desktop/laptop. */
@media (min-device-width: 900px) {
.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  margin-top: 5%;
  margin-left: 10%;
  margin-bottom: 5%;
  margin-right: 10%;
  }
}

/* end of media query changes for website */


/* Media Queries */

/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait and Landscape */

@media
  (min-device-width: 800px)
  and (max-device-width: 1280px) {
  .site-header {
	background: #030A0F url(images/homepage_banner_1024x269.jpg) top center no-repeat;
	min-height: 206px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_860_716_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}



/* Portrait */

@media
  (max-device-width: 800px)
  and (orientation: portrait) {
.site-header {
	background: #030A0F url(images/homepage_banner_1024x269.jpg) top center no-repeat;
	min-height: 206px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_860_716_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* Landscape */

@media
  (max-device-width: 1280px)
  and (orientation: landscape) {
.site-header {
	background: #030A0F url(images/homepage_banner_1024x269.jpg) top center no-repeat;
	min-height: 206px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_860_716_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}


/* iPad in portrait & landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
{ .site-header {
	background: #030A0F url(images/homepage_banner_1024x269.jpg) top center no-repeat;
	min-height: 260px;
	width: 100%;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_860_716_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
#home-hook-wrap{
margin: 0 auto;
max-width: 80%;
background:rgb(0,0,0);
background: rgba(0,0,0,0.2);
}
#ez-home-top-2 {
	width: 23%;
	text-align: left;
	margin-right: 1%;
  margin-left: 1%;
}
}

/* iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
{ .site-header {
	background: #030A0F url(images/homepage_banner_1024x269.jpg) top center no-repeat;
	min-height: 206px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_860_716_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
#home-hook-wrap{
margin: 0 auto;
max-width: 80%;
background:rgb(0,0,0);
background: rgba(0,0,0,0.2);
}
#ez-home-top-2 {
	width: 23%;
	text-align: left;
	margin-right: 1%;
  margin-left: 1%;
}
}

/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{ .site-header {
	background: #030A0F url(images/homepage_banner_1024x269.jpg) top center no-repeat;
	min-height: 206px;
	padding-left: 10%;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_860_716_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone X in portrait & landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
{ .site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone X in landscape  */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape)
{ .site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone X in portrait  */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait)
{ .site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 6, 7, & 8 Media Queries  */
/* iPhone 6, 7, & 8 in portrait & landscape  */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
{.site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
  min-height: 100px;

/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 6, 7, & 8 in landscape  */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape)
{ .site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
  min-height: 100px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 6, 7, & 8 in portrait  */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait)
{ .site-header {
	background: #030A0F url(images/homepage_banner_367x134.jpg) top center no-repeat;
	min-width: 375px;
  min-height: 100px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 6, 7, & 8 Plus Media Queries  */
/* iPhone 6, 7, & 8 Plus in portrait & landscape  */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
{ .site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
  min-height: 100px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 6, 7, & 8 Plus in landscape  */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape)
{.site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
  min-height: 100px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 6, 7, & 8 Plus in portrait  */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait)
{ .site-header {
	background: #030A0F url(images/homepage_banner_367x134.jpg) top center no-repeat;
	min-width: 375px;
  min-height: 100px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 5 & 5S Media Queries  */
/* iPhone 5 & 5S in portrait & landscape  */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
{ .site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 5 & 5S in landscape  */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape)
{ .site-header {
	background: #030A0F url(images/homepage_banner_560x204.jpg) top center no-repeat;
	min-width: 375px;
/*	height: 375px; */
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}

/* iPhone 5 & 5S in portrait  */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait)
{ .site-header {
	background: #030A0F url(images/homepage_banner_367x134.jpg) top center no-repeat;
	min-width: 375px;
	height: 200px;
	clear: both;
}
.site-inner{
   background: url(images/Alley_560_466_BW_40.jpg) left top ;
/*    overflow: hidden;
    background-size: cover;
    background-position: center;
*/
max-width: 100% !important;
max-height: 100%;
height: 100%;
}
}
