/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	
}

html,body{overflow-x:hidden;}
body {
	font:300 11px/1.4 'Roboto',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	color:#444;
	background: #000;
		overflow:hidden;
	
	
	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	
	width:95%;
	margin:0 auto;
	position:relative;
	
	
}
/* header */
.header.scrolled {
	width: 100%;
	background-color: #000 !important;
  transition: background-color 200ms linear;
  height: 80px;
  position:fixed;
  z-index: 70;
  top: 0;
}




/* logo */
	.logo a{
float: left;
margin-top: 0.5em;
margin-left: 2em;
height: 75px;
overflow:hidden;
position: fixed;
z-index: 10;

}

.logo-img{
	width: 130px;
}

.logo-img:hover {
  margin-top: -71px;
 
}

/* nav */

.container{
	display: none;
}

.nav {
	right: 0;	
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	padding-right: 2em;
	position: fixed;
	z-index:50;
	
	}
	
.nav a{position: relative;
 text-decoration:none;}	
.nav a:hover{
	color: #ffffff;	
}	
.nav a:before{
	content: "";
  position: absolute;
  width: 100%;
  height: 1px;
   bottom: -5px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav a:hover:before{
visibility: visible;
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
}
	
.nav li{
	float: left;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	
}

li#menu-item-53 a{
	background-color: #ffffff;
	color: #000;
	padding: 0.2em;
}
li#menu-item-53 a:hover{
	background: none;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}


ul{
	
	list-style-type: none; 
		
}

/*HOME PAGE STYLES*/
/*HOME PAGE STYLES*/

.hero-image{
	position: absolute;
	width: 100%;
	top: 0%;
	right: 0%;
	background-image: url(https://www.escape406.com/wp-content/uploads/2026/03/west-cover.jpg);
	height: 100vh;
	z-index: -1;
	background-position: center;
	
	background-repeat: no-repeat;
	display:block;
	
	}

.hero-wrapper{
	margin: 0px auto;
	max-width: 1170px;
	min-height: 750px;
	height: 100vh;
	position: relative;
	
	
	
}

.hero-content{
	height: 350px;
	width: 400px;
	top: 15%;
	left: 0;
	position: absolute;
	background-color: ;
	text-align: center;
	z-index: 2;
	
}



.hero-logo{
background-image: url(https://www.escape406.com/wp-content/uploads/2026/03/WEST-font.png);
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
display:block;
}

.hero-info{
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: -60px;
	margin-bottom: 0px;
}

.hero-button a{
	overflow:hidden;
	color: #000; 
 background: #9a7638; /* Old browsers */
background: -moz-linear-gradient(-45deg, #9a7638 20%, #fbf3be 50%, #9a7638 86%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #9a7638 20%,#fbf3be 50%,#9a7638 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #9a7638 20%,#fbf3be 50%,#9a7638 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a7638', endColorstr='#9a7638',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 12px 25px;
    margin: 25px;
    font-family: League Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}



.hero-button a:hover {
    box-shadow: inset 150px 0 0 0 #000;
    color: #fff;
}

.hero-button-2 a{
	overflow:hidden;
color: #FFF; 
    background: #ff6c5d; /* Old browsers */
background: -moz-linear-gradient(45deg, #ff6c5d 0%, #ad01df 44%, #ff039f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #ff6c5d 0%,#ad01df 44%,#ff039f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #ff6c5d 0%,#ad01df 44%,#ff039f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c5d', endColorstr='#ff039f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 12px 25px;
    margin: 25px;
    font-family: League Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}



.hero-button-2 a:hover {
    box-shadow: inset 150px 0 0 0 #000;
    color: #fff;
}

.hero-button-3 a{
	overflow:hidden;
	color: #000; 
 background: #9a7638; /* Old browsers */
background: -moz-linear-gradient(-45deg, #9a7638 20%, #fbf3be 50%, #9a7638 86%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #9a7638 20%,#fbf3be 50%,#9a7638 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #9a7638 20%,#fbf3be 50%,#9a7638 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a7638', endColorstr='#9a7638',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 12px 25px;
    margin: 10px;
    font-family: League Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}



.hero-button-3 a:hover {
    box-shadow: inset 150px 0 0 0 #000;
    color: #fff;
}
/*About blurb*/

.about-description {
    padding: 50px 25px;
	padding-bottom: 150px;
    width: 60%;
    color: #ffffff;
}
p.step-1-sub-about {
	font-size:13px;	
	color: #c1c0c1;
}

/*escape steps*/
/*escape steps*/



.escape-steps-jar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
	
}



.escape-steps-content{
	width: 100%;
position: relative;

}

.escape-steps-content::after,.escape-steps-content::before {
	content: " ";
	display: table;
}



.escape-steps-header{
	padding-left: 25px;
	font-family: 'Oswald',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	font-size: 10px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

a.step-1 {
	float: left;
	width: 250px;
	padding: 15px 25px;
	position: relative;
	padding-right: 25px;
	overflow: hidden;
  box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;	
}

a.step-1:hover {
    box-shadow: inset 200px 0 0 0 #fff;
    color: #fff;
}




.step-1-number {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	position: relative;
	transition: color .3s;
	z-index: 2;
}

.step-1-divider{
	
	width: 70px;
	height: 1px;
	background-color: #d8d8d8;
	margin: 10px 0 15px;
	position: relative;
}

.step-1-title {
	font-family: 'Oswald',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 3px;
	z-index: 2;
}

.step-1-sub {
	font-size: 12px;
	color: #c1c0c1;
	line-height: 16px;
	position: relative;
	transition: color .3s;
	z-index: 2;
}

a.step-1:hover .step-1-title {
    
    color: #000;
}

a.step-1:hover .step-1-number {
    
    color: #000;
}

a.step-1:hover .step-1-divider {
	background-color: #000;
}

a.step-1:hover .step-1-sub {
	color: #000;
}

/*escape steps*/
/*escape steps*/

.clearfix {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.home-wrapper{
	padding-top: 50px;
	max-width: 1170px;
	display: block;
	position: relative;
	margin: 0px auto;
	content: " ";


}

.soon-content-jar-book{
	width: 100%;
	height: 400px;
	background-position: -100px center;
	background-size: 800px 800px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
	background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/talisman-wall.jpg);
}

.soon-content-jar-manor{
	width: 100%;
	height: 400px;
	background-position: -100px center;
	background-size: 800px 800px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
	background-image: url(https://www.escape406.com/wp-content/uploads/2018/04/bleak.jpg);
}


.soon-content-jar{
	width: 100%;
	height: 400px;
	background-position: -100px center;
	background-size: 800px 800px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
	background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/talisman-wall.jpg);
}

.soon-content{
	margin-right: 0;
	width: 50%;
	float: left;
	z-index: 2;
	position: relative;
	padding-left: 60px;
}

.soon-divide{
	height:145px;
}

.soon-content-2{
	margin-right: 0;
	width: 50%;
	float: left;
	z-index: 2;
	position: relative;
	padding-left: 60px;
}

.soon-content-3{
	margin-right: 0;
	width: 50%;
	float: right;
	z-index: 2;
	position: relative;
	padding-left: 60px;
}

.soon-content-jar-2, .soon-content-jar-2-abyss{
	
	width: 100%;
	height: 400px;
	background-position: right center;
	background-size: 800px 800px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
	background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/wonder-wall.jpg);
}

.soon-content-jar-wild{
	
	width: 100%;
	height: 400px;
	margin-top: 60px;
	background-position: right -80px;
	background-size: 620px 620px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: -30px;
	background-image: url(https://www.escape406.com/wp-content/uploads/2026/03/west-wall.jpg);
}


.soon-content-jar-drac{
	
	width: 100%;
	padding-top: 40px;
	height: 400px;
	background-position: right -100px;
	background-size: 800px 800px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0px;
	background-image: url(https://www.escape406.com/wp-content/uploads/2023/01/drac-wall.jpg);
}


.soon-content-jar-light{
	
	width: 100%;
	padding-top: 40px;
	height: 400px;
	background-position: -30px -100px;
	background-size: 650px 650px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: -50px;
	background-image: url(https://www.escape406.com/wp-content/uploads/2024/07/light-wall.jpg);
}



.soon-content-jar-3, .soon-content-jar-3-wonder{
	
	width: 100%;
	padding-top: 35px;
	height: 400px;
	background-position: -100px center;
	background-size: 800px 800px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
	background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/wonder-wall.jpg);
}

.soon-content-jar-3-wonder {background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/wonder-wall.jpg);}

.soon-content-jar-3, .soon-content-jar-2-abyss{
	background-image: url(https://www.escape406.com/wp-content/uploads/2021/11/abyss-wall.jpg);
}

.soon-content-jar-3-drac{
	
	width: 100%;
	padding-top: 35px;
	height: 400px;
	background-position: -50px -100px;
	background-size: 700px 700px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
	background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/wonder-wall.jpg);
}
.soon-content-jar-3-drac{background-image: url(https://www.escape406.com/wp-content/uploads/2023/01/drac-wall.jpg)}

.tomb-button a{
	
	
	overflow:hidden;
	color: #FFF; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,3d0009+100 */
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(left, #a90329 0%, #8f0222 44%, #3d0009 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #a90329 0%,#8f0222 44%,#3d0009 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #a90329 0%,#8f0222 44%,#3d0009 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#3d0009',GradientType=1 ); /* IE6-9 */
    padding: 12px 25px;    
    font-family: League Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.tomb-button a:hover {
    box-shadow: inset 150px 0 0 0 #000;
    color: #fff;
}

.dracula-button a{
	
	
	overflow:hidden;
	color: #FFF; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,3d0009+100 */
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(left, #f81a00 0%, #c11400 44%, #3d0009 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f81a00 0%,#c11400 44%,#3d0009 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f81a00 0%,#c11400 44%,#3d0009 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f81a00', endColorstr='#3d0009',GradientType=1 ); /* IE6-9 */
    padding: 12px 25px;    
    font-family: League Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.dracula-button a:hover {
    box-shadow: inset 150px 0 0 0 #000;
    color: #fff;
}


.soon-sub {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 15px;
	color: #fff;
	
}

.soon-sub-line {
	display: inline-block;
	width: 125px;
	height: 1px;
	background-color: #c1c0c1;
	margin-left: 22px;
	margin-bottom: 6px;
	position: relative;
}

.soon-title-book {
	font-family: 'Oswald',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	font-size: 72px;
	letter-spacing: 2px;
	line-height: 86px;
	color: #fff;
	padding-left: 20px;
}

.soon-title {
	font-family: 'Oswald',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	font-size: 72px;
	letter-spacing: 2px;
	line-height: 86px;
	color: #fff;
}


.soon-text{
	width: 75%;
	text-align: center;

	
}

.soon-head{
	margin-top: 25px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 15px;
	color: #fff;
	font-family: Berkshire Swash;
}

.soon-p{
	margin-top: 30px;
font-size: 14px;
	letter-spacing: 1px;
	
	line-height: 25px;
	margin-bottom: 30px;
	color: #fff;
}

/*HOME PAGE STYLES*/
/*HOME PAGE STYLES*/


/* wonder-wall */

.wonder-wrapper{
	height: 1000px;
	height: 100vh;
	width: 100%;
	
}

.wonder-wall,.tomb-wall, .talisman-wall, .dracula-wall, .wild-west-wall{
	
background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/wonder-wall.jpg);
width: 100%;
height: 100vh;
background-position: center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
display:block;


}

.wild-west-wall{
	background-position: center 30%;

background-image: url(https://www.escape406.com/wp-content/uploads/2026/03/west-wall.jpg);}

.tomb-wall{
	background-position: center 30%;

background-image: url(https://www.escape406.com/wp-content/uploads/2024/07/light-wall.jpg);}

.talisman-wall{

background-image: url(https://www.escape406.com/wp-content/uploads/2021/11/abyss-wall.jpg);}

.dracula-wall{

background-image: url(https://www.escape406.com/wp-content/uploads/2023/01/drac-wall.jpg);}

.lower-opacity {
    opacity:0.2;
	transition: opacity 1s;
	
}
	
.wonder-logo-box,.tomb-logo-box, .talisman-logo-box, .dracula-logo-box, .wild-west-logo-box{
	
	height: 300px;
	width: 100%;
	background-image: url(https://www.escape406.com/wp-content/uploads/2020/03/wonderlandlogoclock.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	position: fixed;
    top: 0;
	right:0;
	left:0;
	bottom:0;
	
}

.wild-west-logo-box{
	background-image: url(https://www.escape406.com/wp-content/uploads/2026/03/WEST-font.png);
}

.tomb-logo-box{
	background-image: url(https://www.escape406.com/wp-content/uploads/2024/07/lightkeep-font.png);
}

.talisman-logo-box{
	background-image: url(https://www.escape406.com/wp-content/uploads/2021/11/abyss-logo2.png);
}

.dracula-logo-box{
	background-image: url(https://www.escape406.com/wp-content/uploads/2023/01/drac-font.png);
}


/*scroller*/
/*scroller*/

p.scroll-text{
	position: absolute;
  bottom: 90px;
    left: 50%;
	 margin-left: -45px;
	 color: #fff;
}

.pointy{
	width: 60px;
	height: 30px;
	
	 position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
}

#section07 a {
  padding-top: 80px;
 
}
#section07 a span {
  position: absolute;
  bottom: 64px;
  left: 50%;
  width: 2px;
  height: 2px;
  margin-left: -12px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#section07 a span:nth-of-type(4) {
  bottom: 80px;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
}

#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(2) {
  bottom: 48px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  
}
#section07 a span:nth-of-type(3) {
  bottom: 32px;
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
  
  width: 10px;
  height: 10px;
  margin-left: -15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*scroller*/
/*scroller*/

	
/* Story */

.subtitle-jar{
	margin: 30px auto;
	width: 900px;	
	
	
}

.subtitle-jar-mid{
	margin: 0px auto;
	width: 900px;	
	padding-top: 135px;
	
	
}

.sub-jar-container{
	width: 95%;
	position: relative;
	margin: 0px auto;
	
}

.subtitle-jar-map{
	margin: 0px auto;
	width: 900px;	
	padding-top: 30px;	
	
}


.subtitle{
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 10px;
	color: #fff;
	
}

.sub-line{

	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #c1c0c1;
	margin-left: 22px;
	margin-bottom: 4px;
	position: relative;
	
}

.headline{
	margin: 0px auto;
	width: 900px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	font-family: 'Oswald';
	letter-spacing: 3px;
	
	
}

#storyboard{
	max-width: 700px;
	margin: 0px auto;
	
	
}

.room-story-text, .room-story-text-wonderland, .room-story-text-wild{
	color: #c1c0c1;
	font-size: 20px;
	font-family: 'Cormorant Garamond', Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	font-weight: 400;
}

.room-story-text p:first-of-type{
	font-size: 28px;
	color: #ffffff;
	font-family: 'Cormorant Garamond', serif;
}
.room-story-text-wild p:first-of-type{
	font-size: 28px;
	color: #ffffff;
	font-family: 'Cormorant Garamond', serif;
}

.room-story-text p::first-letter{
	font-size: 28px;
	color: #ffffff;
	font-family: 'Cormorant Garamond', serif;}
	
.room-story-text-wonderland p:first-of-type{
	font-size: 25px;
	color: #ffffff;
	font-family: 'Berkshire Swash','Cormorant Garamond', serif;
}

.room-story-text-wonderland p::first-letter{
	font-size: 25px;
	color: #ffffff;
	font-family: 'Berkshire Swash','Cormorant Garamond', serif;}
	
/*story line*/

.story-underline{
	
	width: 60px;
	height: 1px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 30px;
	margin-top: 30px;
}	
/*story line*/

.story-disc{
	color: #fff;
	max-width: 500px;
	font-size: 11px;
	margin-top: 25px;
	text-align: center;
	margin: 25px auto;
}

/*story button*/

.story-button-jar{
	text-align: center;
}

.story-button a{
	
	
	overflow:hidden;
	color: #FFF; 
    background: #ff6c5d; /* Old browsers */
background: -moz-linear-gradient(45deg, #ff6c5d 0%, #ad01df 44%, #ff039f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #ff6c5d 0%,#ad01df 44%,#ff039f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #ff6c5d 0%,#ad01df 44%,#ff039f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c5d', endColorstr='#ff039f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 12px 25px;    
    font-family: League Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.story-button a:hover {
    box-shadow: inset 150px 0 0 0 #000;
    color: #fff;
}

/*story button*/

/*story info graph*/

.wonder-info-box-wrapper{
	height: 105px;
	width: 100%;
	margin: auto;
	position: relative;
   
	
	
}

.wonder-info-box{
	
	height: 100%;
	max-width: 700px;
	margin: auto;
	text-align: center;
	
}



p.info-text{
	color: #fff;
	font-size: 12px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}

p.new-info-text{
	color: #fff;
	font-size: 50px;
	margin-top: -15px;
	margin-bottom:0px;
	font-weight: bold;
	
	
}

p.info-text-1{
	color: #fff;
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}

#info-1{
	float: left;
	height: 50px;
	width: 70px;
	text-align: center;
	
}

#info-2{
	display: inline-block;
	height: 50px;
	width: 70px;
	background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/clock.png);
	background-repeat: no-repeat;
	
	
}

#info-3{
	float: right;
	height: 50px;
	width: 70px;
	background-image: url(https://www.escape406.com/wp-content/themes/html5blank-stable/img/players.png);
	background-repeat: no-repeat;
	
	
}

#info-4{
	float: right;
	height: 100%;
	width: 40px;
	
}


.experiment{
	color: #fff;
	font-size: 40px;
	
	float: left;
}

/*story info graph*/



/* Story */

/*gallery grid*/

.grid{
	max-width: 100%;
	padding-top: 80px;
	margin: 0px auto;
	
	}

	.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-image{
	height: 100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .4s ease;
	z-index: 1;

}

.grid-shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}


.grid-item-1,.grid-item-3,.grid-item-2,.grid-item-4,.grid-item-3,.grid-item-5,.grid-item-6,.grid-item-7,.grid-item-8{
width: 30%;
  height: 700px;
  float: left;
  padding: 20px;
  	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  
  
}

.grid-item-1, .grid-item-3,.grid-item-5,.grid-item-7{
	width: 40%;
}

.is-selected{
	 -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none);
}

.grid-content {
	position: absolute;
	top: 50%;
	left: 5;
	width: 88%;
	transform: translateY(-50%);
	z-index: 3;
}

.content-header{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Oswald';
	margin-left: 15px;
	text-transform: uppercase;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}


.grid-divider {
	display: inline-block;
	width: 35%;
	height: 1px;
	background-color: #fff;
	margin-left: 0px;
	margin-bottom: 6px;
	
}

.content-room{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 15px;
	text-transform: uppercase;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


.content-time{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 15px;
	text-transform: uppercase;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

@media only screen and (max-width:630px) {

.grid-item-1,.grid-item-3,.grid-item-2,.grid-item-4,.grid-item-3,.grid-item-5,.grid-item-6,.grid-item-7,.grid-item-8{
	
	width: 81%;
}

.content-header, .content-room, .content-time{margin-left: 5px;}
}
@media only screen and (max-width:380px) {

.grid-item-1,.grid-item-3,.grid-item-2,.grid-item-4,.grid-item-3,.grid-item-5,.grid-item-6,.grid-item-7,.grid-item-8{
	
	width: 100%;
}

.content-header{
	font-size: 20px;
}
}
/*gallery grid*/

/*reviews*/

.slider-section {
	width: 100%;
	display: block;
	position: relative;
}

.review-wrapper-fluid{
	
	width: 100%;
	position: relative;

}

.review-wrapper{
	
	

}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	 cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.review-flick-jar{
	max-width:100%;
	margin: 0px auto;
}

.flickity-enabled {
	position: relative;
}

.flickity-prev-next-button{
	display:none;
}

.flickity-page-dots {
	display:none;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.slide {
	width: 320px;
	margin-right: 30px;
	margin-left: 30px;
	height: 425px;
	padding: 40px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 75px;
	margin-top: 75px;
	
	
}

h1.review {
	font-size: 20px;
	font-family: 'Oswald',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.review-text {
	font-size: 13px;
	letter-spacing: 1px;
	color: #5e5e5e;
	text-align: center;
	line-height: 20px;
}

.slide-divider {
	width: 90%;
	margin: 20px auto;
	height: 1px;
	background-color: #e8e4e8;
}

.review-pic img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.meta-container{
	width: 100%;
	text-align: center;
}

ul.post-meta{
	padding: 0 !important;
	margin-top: 5px;
}

.post-meta li:first-of-type{
	font-weight: 600;
}

.post-meta-key{
	display:none;
}

/*reviews*/

/*contact*/
/*contact*/

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	display: block;
	font-weight: 300;
	font-size: 14px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
	color: #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
	display: block;
	font-size: 13px;
	float: none;
	font-weight: 400;
	line-height: 1.3;
	margin: 4px 0 0;
	padding: 0;
	color: #fff;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
margin-bottom: 100px;
}


.wpforms-field-container {
max-width: 800px !important;
margin: 0 auto !important;
}

.wpforms-submit-container {
text-align:center;
}

div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
	text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
	padding: 20px 0 20px 0;
	
	
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
	padding: 20px 0 20px 0;
	width: 304px;
	margin: 0px auto;
}

/*contact*/
/*contact*/

/*map*/
/*map*/

.map{
	padding-top: 40px;
	width: 100%;
	}

.map-text{
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: 600;
	
}

.map-sub-text{
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-bottom: 20px;
	
	
}

.map-text img{height: 30px;
margin-right: 10px;}

/*map*/
/*map*/

/*gift card*/
/*gift card*/
.gift-jar{
	padding-top: 150px;
	max-width: 900px;
margin: 0px auto;
text-align: center;}


.gift-img {
	background-image: url(https://www.escape406.com/wp-content/uploads/2018/03/gift.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 300px;
	display: block;
}

.gift-title {
	font-family: 'Oswald',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	font-size: 72px;
	letter-spacing: 2px;
	line-height: 86px;
	color: #fff;
	
}

.gift-sub {
	margin-top: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 30px;
	color: #fff;
}

.gift-button a{
	overflow:hidden;
	color: #000; 
	background: #fff; /* Old browsers */
    padding: 12px 25px;
    margin: 25px;
    font-family: League Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.gift-button a:hover {
    box-shadow: inset 150px 0 0 0 #000;
    color: #fff;
}

@media only screen and (max-width:510px) {
	.gift-title {
		
		font-size: 60px;
	
}

.gift-sub{
	margin-top: 0px;
}
	
	.gift-img {height: 150px;}
	
	.gift-jar{padding-top: 50px;}
}


/*gift card*/

/* footer */
/* footer */
.footer {

position:relative;
display: block;
text-align: center;
padding: 80px 0;
vertical-align: top;
}

.social{
	margin-bottom: 35px;
	padding: 0;
	
}

.social li{
	width: 50px;
	height: auto;
	display: inline-block;
	margin: 0 8px;
	transition: all 0.3s ease;
}

.social li:hover{
	-webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
} 

/* next line*/

#footer-nav-jar{
	font-size: 0;
}


.footer-nav a{
	margin-bottom: 40px;
	position: relative;
	
}

.footer-nav a:hover{color: #fff;}

ul#extra-menu{
	padding:0;
	
}

.footer-nav a:before{
content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}

.footer-nav a:hover:before{
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);}

.footer-nav li{
	margin: 15px;
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 1.6;
	display: inline-block;
	
}

/* footer */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.faq-jar{
	padding-top: 150px;
	max-width: 900px;
	margin: 0px auto;

}

.faq-header{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding-top: 40px;
}

.faq-answer{
	font-size: 16px;
	padding-top: 20px;
	color: #fff;
	
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:1280px) {
	
	
.logo a{
float: left;
margin-top: 0.5em;
margin-left: 2em;
height: 75px;
overflow:hidden;
position: fixed;
z-index: 10;
}

.logo-img{
	width: 130px;
	z-index: 10;
}

.logo-img:hover {
  margin-top: -71px;
  
}

.hero-content{
	left: 2.5%
}

}

@media only screen and (max-width:1160px) {
	.soon-title-book{
		padding-left: 5px;
	}
}
@media only screen and (max-width:1150px) {
	
	.soon-content-jar,.soon-content-jar-2,.soon-content-jar-book, .soon-content-jar-manor, .soon-content-jar-drac, .soon-content-jar-3, .soon-content-jar-3-wonder, .soon-content-jar-light, .soon-content-jar-2-abyss, .soon-content-jar-wild{
	background-position: center;
}	
	
	.soon-content-jar-drac, .soon-content-jar-light, .soon-content-jar-wild{
		background-position: center -80px;
	}
	.soon-content-jar-wild{
		margin-bottom: -10px;
	}
	
.soon-content-jar-3-drac{
		background-position: center -100px;
	}	
	
	.soon-content, .soon-content-2, .soon-content-3{
	width:99%;
	margin: 0px auto;
	text-align: center;
	padding-left: 0px;
	
}
	.soon-text{
	margin: 0px auto;
}
}



@media only screen and (max-width:1024px) {
	
	.soon-content-jar-3{padding-top:0px;}

	.logo{display: none;}
	.logo a{display: none;}
	.logo-img{display: none;}
	.header.scrolled{display:none;}
	
	
}




@media only screen and (max-width:768px) {
	.logo{display: none;}
	.logo a{display: none;}
	.logo-img{display: none;}
	
	
	
.soon-pic-jar{
	width:1%;
}
	
	
a.step-1{
	width: 200px;
}

	
.hero-content{
	width: 95%;
	margin: 0 auto;
	text-align: center;

}

.nav{display:none;}

.header.scrolled{
	height: 0px;
	
}



	 
  .container{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  display: block;
	overflow-x: hidden;
  
  
}
.menu-open {
  transform: translate(-230px, 0);
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
#nav {
  background: #24222d;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  
  
}
#nav li {
  display: inline-block;
}
#nav li a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 25px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  font-weight:500;

    
}
 #nav li a:hover {
  border: 2px solid #fff;
}
.about-description {
	width: 100%;
}

/* Burger */
 .toggle {
  display: none;
  position: absolute;
  left: -55px;
  top: 0;
  cursor: pointer;
  background-color: #24222d;
  padding: 15px 15px 10px;
  z-index:100;
}
.toggle .bar1,
.toggle .bar2,
.toggle .bar3 {
  width: 25px;
  height: 2px;
  background: #FFF;
  margin-bottom: 8px;
  transition: all 0.6s;
   -webkit-transition: all 0.6s;
}
/* Change it to an X */
#nav.open .toggle .bar1 {
  transform: rotate(45deg) translate(8px, 7px);
}
 #nav.open .toggle .bar2 {
  opacity: 0;
}
 #nav.open .toggle .bar3 {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* content */
h1{
  padding: 10px;
}

  .toggle {
    display: block;
  }
  
  #nav ul{
	  padding:0;
	  margin: 0;
  }
  #nav {
    width: 230px;
    max-width: 480px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -230px;
	
  }
  #nav li{
    display: block;
	
	
  }
  #nav li a:hover, #nav li a:focus {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
  }
  
/* LOGO START 768 */


/* LOGO END */


}

@media only screen and (max-width:630px) {


.soon-pic {
	
	
	
}
	
	a.step-1{
	width: 150px;
}

.step-1-title{
	font-size:11px;
}

	
}

@media only screen and (max-width:480px) {
	
	.soon-pic {
	
	background-position: -200px center;
	
}
	
		a.step-1{
	width: 120px;
}
	
	/* LOGO START 480 */

  


/* LOGO END */

}

@media only screen and (max-width:420px) {
	.tomb-logo-box, .wonder-logo-box, .talisman-logo-box{
		background-size: contain;
	}
	
	.hero-content{
		top: 10%;
	}
	
	.hero-logo{
		background-size: 100%;
	}
	
	.hero-info{
		font-size: 14px;
		margin-top: -40px;
	}

}

@media only screen and (max-width:385px) {
	a.step-1{
	width: 80px;
	}
	
	.step-1-sub{
		display:none;
	}
}
@media only screen and (max-width:320px) {
	
	.hero-info{margin-top: -60px;}

 

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (man-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

