#bginfomation,
#propertybg {
    background: #eaeaea
}


.pt140 {
    padding-top: 140px;
}

#ebook {
    background: url("../images/bgebook.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: auto;
    min-height: 60vh
}

#ebook>div {
    height: 100%;
    width: 100%;
  /*   margin-top: 100px */
}

.imgbook {
    margin-top: 80px
}

.textswap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.textswap h1,
.textswap h2,
.textswap h3,
.textswap h4,
.textswap p,
.textswap li {
    color: #FFF !important;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);

}

@media(max-width: 992px) {
    #ebook{ background-size:cover }
    .imgbook {
        margin: 0 -50px 0 0;
        padding: 0 100px;
 
    }

    .textswap {
        position: relative;
        text-align: center;
        top: 0;
        padding: 100px 30px 0 30px;
 
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }


    .textswap h1 {
        font-size: 30px;
    }

    .textswap h2 {
        font-size: 20px;
    }

    .textswap h3 {
        font-size: 16px !important;
    }
}

.textswap h2 {
    text-transform: uppercase;
}

.textswap h3 {
    font-size: 20px
}

.blackbtn,
.yellowbtn {
    padding: 10px 20px;
    width: 50%;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
}

.blackbtn {
    background: #333;
    color: #ffcc00;
}

.yellowbtn {
    background: #ffcc00;
    color: #333
}

.mt50 {
    margin: 50px 0;
    width: 100%
}

.coverthumb {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    position: relative;
}

.coverthumb a img {
    width: 100%
}

.contentswap {
    width: 100%;
    padding: 30px;
}

.contentswap h2 {
    font-size: 20px;

}

.contentswap p {
    font-size: 16px;
    line-height: 1.5em
}

.shelf {
    width: 100%;
    height: 100px;
    background: url('../images/shelf.png') no-repeat 50% 50%;
    background-size: 100%;
    margin: 0 0 30px 0
}

input[type=text] {
    width: 200px;
    font-family: "Open Sans", Arial, sans-serif;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/searchico.svg');
    background-position: 15px 15px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
    width: 100%;
}

.eicon {
    width: 100px;
}

.searchbox {
    margin: 30px 0
}

.found {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px
}

.headpage {
    font-family: "Open Sans", Arial, sans-serif;
    color: #333;
    font-size: 35px;
    width: 100%;
    text-align: center;
    font-weight: 600
}

.fullcover {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;

}

.fullcover img {
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

@media(max-width: 1024px) {

    .fullcover img {
        position: relative;
        bottom: 0;
        top: auto;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    }

    .shelf {
        display: none
    }

}