/*******************************************************
 *
 * Apply
 *
 *******************************************************/


.ip-banner {
    display: none;
}

#inner-page-wrapper,
#content-full {
    margin: 0;
}

#content h2, #content ul, #content p {
    margin: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-tbhe-logo-wrap {
    /* background-image: url(../../images/contact/bg-contact.png); */
    /* background-position: 50% 50px; */
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
    position: relative;
    /* margin-bottom: 30px; */
}

.ip-tbhe-logo-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 385px;
    background: url(../../images/contact/overlay-contact.png) top left/auto 100% repeat-x;
    pointer-events: none;
}

.ip-tbhe-wrap {
    overflow: hidden;
    position: relative;
    line-height: 1;
    letter-spacing: normal;
    font-size: 0;
    display: block;
    background-image: url(../../images/contact/bg-contact.png);
    background-position: 50% 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.ip-tbhe-logo {
    display: block;
    text-align: center;
    z-index: 3;
    position: relative;
}
    .ip-tbhe-logo img {
        max-width: 100%;
        width: 848px;
        height: auto;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

.ip-tbhe-content {
    display: block;
    position: relative;
}


.ip-tbhe-logo-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 25%;
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),to(rgba(0,0,0,0.95)));
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 );
    z-index: 2;
    display: none;
}


.ip-tbhe-logo-inner {
    padding: 223px 0 44px;
    display: block;
    position: relative;
}

.ip-tbhe-logo-inner::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 43.778%;
    height: 3px;
    background: #e4c87c;
    pointer-events: none;
    z-index: 5;
}

.ip-tbhe-content-wrap {
    margin-top: 30px;
    position: relative;
    background-color: #1f1f1f;
}
.ip-tbhe-content-wrap::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../images/ip-tbhe-content-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.06;
    filter: grayscale(1);
}

.ip-tbhe-content-wrap::after {
    position: absolute;
    content: '';
    bottom: -33px;
    left: 0;
    width: 43.778%;
    height: 3px;
    background: #e4c87c;
    pointer-events: none;
    z-index: 5;
}
.ip-tbhe-content {
    width: 100%;
    max-width: 1265px;
    margin: 0 auto 130px;
    padding: 123px 30px;
    color: #ffffff;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-align: center;
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/


@media only screen and (max-width: 1366px) {
    
}

@media only screen and (max-width: 1280px){
    
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .ip-tbhe-wrap, .ip-tbhe-content-wrap::before {
        background-attachment: scroll;
    }

    .ip-tbhe-logo-wrap {
        background-attachment: scroll;
        background-position: 50% 50px;
    }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-tbhe-logo-inner {
        padding-top: 70px;
        padding-bottom: 40px;
    }
        
    #inner-page-wrapper {
        padding-top: 100px;
    }

    .ip-tbhe-form-section .ip-tbhe-form-row {
        margin: 0!important;
        display: block;
    }

    .ip-tbhe-form-section .ip-tbhe-form-row .ip-tbhe-form-col {
        padding: 0!important;
        border: none!important;
        width: 100%!important;
    }

}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-tbhe-content {
        padding: 50px 20px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 567px) {


}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    
}