/*******************************

	#CONTACT

*******************************/


html[id="contact"] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image:url(../../view/images/book/popmyday/1.jpg);
}

#message {
    width: 100%;
    height: 200px;
}

#email {
    width: 100% !important;
}

#rem {
    width: 100% !important;
}

.htfa{
}

.htfb{
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     height: 0;
     width: 0;
     z-index: -1;
}


/*******************************

	#CONTACT RESPONSIVE

*******************************/


@media all and (max-width: 1200px)
{
}

@media all and (max-width: 990px)
{
}

@media all and (max-width: 767px)
{
    html[id="contact"] {
        background-image: none;
        background-color: #F8F8F8;
    }

    #email {
    }
}