@charset "UTF-8";
/* CSS Document */

.breadcrumb,.heading-menu {
    display: none;
}
.prdLogo a {
    display: block;
    color: #000;
    font-size: 23px;
    font-weight: 500;
    line-height: 37px;
    text-decoration: none;
}
.btmBar.mbH,.fr{
    display:;
}
.heading-menu{
    text-align: center;
}

.gdpr-banner{
   background-image:url('../images/gdpr-ebook-banner-bg.jpg');
   background-size: auto 100%;
   background-position: center center;
   min-height:360px;
}
.gdpr-banner h1{
   max-width:700px;
   margin:auto;
   padding: 50px 20px;
   color: #fff;
   text-align: center;
   font-size: 30px;
   line-height: 55px;
   letter-spacing: normal;
}
.gdpr-banner h1 strong{
   display: block;
   color:#fdd833;
   font-size: 33px;
}
.gdpr-banner h1 span{
   display: block;
}
.input-group #submit {
    display: block;
    width: 260px;
    height: 50px;
    margin: auto;
    background-color: #bc4626;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    border: 0;
    cursor: pointer;
}
.input-group {
    position: relative;
    max-width: 260px;
    margin: auto;
    padding-bottom: 40px;
}
.input-group span.error{
    display: none;
    position: absolute;
    top: -47px;
    background-color: #bc4527;
    border-radius: 5px 5px 0 0;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    line-height: normal;
}

.input-group .error.active{
    display: block;
}

.input-group #BusinessEmail {
    position: absolute;
    width: 229px;
    height: 28px;
    padding: 5px 15px;
    top: -30px;
    left: 0;
    right: 39px;
    margin: auto;
    border: 0;
    font-size: 15px;
    border-radius: 4px;
    background-color: #eee;
}

.input-group input:focus{
    outline:none;
}

p{
   font-size:15px;
   line-height:35px;
}
.book-cover{
    display: inline-block;
    vertical-align: middle;
   max-width:166px !important;
}
.book-cover-list{
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    font-weight: bold;
}
.book-cover-list li {
    font-size: 16px;
    line-height: 32px;
    max-width: 600px;
    margin-bottom: 15px;
    list-style-image: url(../images/bullet.png);
    margin-left: 25px;
}

.nav-dwn-icon{
    background: url(../images/me-sprite-new.png) no-repeat 0 0;
}

@media(max-width:600px){

.input-group {
    padding-bottom: 50px;
}

.book-cover {
    display: block;
    margin: 5px auto;
}

}