
.ebook-page{
	margin: 0px auto;
	position: relative;
}

.ebook-page.container{
	max-width: 1560px;
	width: 100%;
}

.ebook-intro{
	position: relative;
	margin-top: 10%;
}

.eb-dec{
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	margin: 20px 0;
	font-family: 'DINPro-Regular';
}

.eb-header > h2{
	font-size: 58px;
    color: #e2001a;
    font-family: 'DINCond-Black';
    font-weight: bold;
    margin:20px auto;
    text-align: center;
}

.eb-header > h3{
 font-family: 'DINCond-Bold';
 color: #fff;
 font-size: 40px;
 text-align: center;
 line-height: 1.2;
}

.pagetitle {
    font-family: 'DINCond-Black';
    font-size:36px;
    line-height: 1.2;
    color: #e2001a;
    margin:20px auto;
    text-align: center;
}



.eb-dec-wrap{
	width: 100%;
	max-width: 1170px;
	margin:0;

}

.eb-list-dec{
	margin-left: 15px;
}

.eb-list-dec li{
	list-style: disc;
	color: #fff;
	text-indent: -5px;
	margin-left: 15px;
	font-size: 18px;
	line-height: 1.6;
}

.form-check-label{
	font-size: 13px;
	color: #ca0000;
}

/*ebook_form*/

.ebook_form_wrap{
	margin: 20% auto;
	padding: 5% 15px;
	width: 100%;
	background-color: #eee;
	border-radius: 12px;
}

.ebook_form{
	display: block;
}


.ebook_form .label{
 	color:rgba(0,0,0,1);
 	font-size: 15px;
 	line-height: 1.2;
 	padding: 10px 0;
 	display: block;
 	text-align: left;
}

.form-control {
	height: 45px;
}




@media screen and (max-width: 1200px) {
	.ebook_form_wrap{
		margin: 10% auto;
		padding: 5% 30px;
		width: 90%;
	}

	.form-control {
    	height: 50px;
	}

	.eb-header > h2 {
    	font-size: 3em;
	}

	.eb-header > h3 {
    	font-size: 2em;
	}

	.pagetitle {
	    font-size: 2em;
	    line-height: 1.6;
	    margin: 15px auto;
	}
}

@media screen and (max-width: 768px) {

	.eb-header > h2 {
    	font-size: 2.5em;
	}

	.eb-header > h3 {
    	font-size: 1.6em;

	}

	.pagetitle {
	    font-size:1.6em;
	    line-height: 1.4;
	    margin: 15px auto;
	}

}


/*complate page*/
.ebook-complate{
	width: 100%;
	max-width: 1170px;
	margin: 50px auto;
}

.eb-complate-wrap{
	width: 100%;
	max-width: 1080px;
	padding: 30px;
   margin: 0 auto;

}

.eb-complate-wrap > .eb-header > .eb-dec{
	font-size:18px;
	text-align: center;


}
.eb-dec > .link{
	color: rgba(255,0,0,.8);
	text-decoration: underline;
	background-color: transparent;
	padding: 0 2px;
    word-wrap: break-word;
}

.eb-dec > .link:hover{
	color: rgba(255,0,0,1);
	
}


.sharelink{
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
}

.sharelink a{
	padding: 5px;
	font-size: 30px;
	cursor: pointer;
	color: #ccc;
}

.sharelink > a > img{
	max-width: 10%;
	width: auto;
}



#sharepopup .modal {
  text-align: center;
  padding: 0!important;
}

#sharepopup .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#sharepopup .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#sharepopup  .mailbox{
	background-color: #fff;
}


#sharepopup .modal-title{
	color: #c9c9c9;
	font-size: 18px;
	line-height: 1.6;

}

#sharepopup .form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#sharepopup  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    color: #c9c9c9;
}

#sharepopup  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

#sharepopup  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
    background-color: transparent;
    border: 1px solid #666;
    color: #fff;
}

#sharepopup .btn-wrap {
	text-align: center;
    cursor: pointer;
    display: inline-block;
    font-family: 'din_pro_bold';
    font-size: 16px;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
    border: solid 0px rgba(226,0,26,1);
    margin: 20px auto;
    border: 1px solid rgba(226,0,26,1); 
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

#sharepopup  .btn-red:hover {
    color: #fff;
    background: rgba(0,0,0,.65);
    border: 1px solid rgba(226,0,26,1); 
}


@media (min-width: 768px){

	#sharepopup .modal-dialog {
	    width: 480px;
	    margin: 30px auto;
	}

	button.close {
	    right: 0px;
	}

	.close{
		font-size: 36px;
	}
}

@media (max-width: 767px){
	.close{
		font-size: 2.4em;
	}
}