/* for all stories */
.storyTopBanner{
    width: 100%;
	display: block;
}
.storyTopIMGM{
	width: 100%;
	display: none;
}
.storyTopIMGC{
	width: 100%;
	display: block;
}
.storyArea{
	position: relative;
}

.storyTitle{
	margin: 0;
	padding: 20px;
	border-bottom: 2px solid #000;
	text-align: center;
	font-size: 30px;
}
.storyTitle2{
	margin: 0;
	padding: 20px;
	text-align: center;
	font-size: 30px;
}

.storyDiscription{
	width: 90%;
	display: grid;
	grid-template-columns: 25% 75%;
	grid-template-rows: auto;
	box-sizing: border-box;
	overflow: hidden;
	margin: 60px auto 60px auto;
	padding: 0;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0 0 10px #aaa;
}
.storyIllustration{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px 40px 40px 40px;
}
.storyIMG{
	width: 100%;
	display: block;
}

.storyText{
    width: 100%;
    box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding: 40px;
	font-size: 25px;
	background-color: #eee;
}
.storyAnimation{
	width: 100%;
	margin: 0 auto 60px auto;
	background-color: #eee;
}
.storyVideo{
	width: 70%;
	display: block;
	margin: 0 auto 20px auto;
	border: none;
}


.storyModels{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto 60px auto;
	padding: 20px 10% 20px 10%;
	background-color: #fff;
	text-align: center;
}

/*gallery*/
.storyGallery{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 5%;
	text-align: center;
}
.storyGalleryElement{
	width: 30%;
	height: 300px;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 20px 1%;
	border-radius: 40px;
	box-shadow: 0 0 10px #aaa;
}
.storyGalleryElement a:link{
	width: 100%;
	height: 300px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
}
.storyGalleryElement a:visited{
	width: 100%;
	height: 300px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
}
.storyGalleryElement a:hover{
	width: 100%;
	height: 300px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #aaa;
}
.storyGalleryElement img{
	width: 80%;
	height: 200px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	object-fit: contain;
	margin: 5px auto;
}
.storyGalleryElement h3{
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 5px;
	font-size: 20px;
}

/*subscription */

.subscriptionBg{
	background-image: url('/backgrounds/bg_ss23-1-c.jpg');
	background-attachment: fixed;
	background-size: cover;
}

.subscriptionPg{
	width: 80%;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto auto 100px auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 40px;
}

.subscriptionHeading{
	height: 300px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 150px 0 20px 0;
	text-align: center;
	font-size: 70px;
	color: #fff;
	text-shadow: 0 0 20px #000;
}

.offerPhrase{
	width: 90%;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto auto 40px auto;
	padding: 40px;
	text-align: center;
	font-size: 30px;
	color: #dcc01f;
}

.subscrForm{
	
}

.emailInput{
	width: 90%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	background-color: #eee;
	border: none;
	border-radius: 30px;
	font-size: 24px;
	font-family: 'Monteserrat', 'century gothic', 'calibri light', 'consolas', sans-serif;
}

.submitButton{
	width: 30%;
	height: 60px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 30px auto auto auto;
	background-color: #dcc01f;
	border: none;
	border-radius: 30px;
	font-size: 24px;
	font-family: 'Monteserrat', 'century gothic', 'calibri light', 'consolas', sans-serif;
	color: #fff;
}

.offerDetails{
	margin: 70px auto 40px auto;
	text-align: center;
	font-size: 24px;
}

.offerDetails p{
	padding: 10px;
	border-bottom: 2px solid #dcc01f;
}