video#irm-video { 
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(/irm-img/BangkokShipYard.jpg) no-repeat;
	background-size: cover; 
}

div.transbox {
	color:#000000;
    margin: 30px;
    background-color: #ccc;
    border: 1px solid black;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

div.contactus-custom{
	margin-left:20px;
}

/*----------------------------------------

CONTACTS.php PAGE

------------------------------------------*/
.hero-img-contact {
    min-height: 320px;
    width: 100%;
    height: 45%;
    background: url(../img/contacthero.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.contact__form {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}
.contact__main-content {
    padding-top: 2em;
}
.contact__main-content h5 {
    font-family: "futurabook";
}
.contact__form-content .button-submit {
    text-align: right;
}
.contact__info i {
    margin-right: 5px;
    color: #022C64;
}
.align-right {
    text-align: right;
}
@media only screen and (max-width: 40em){
    .align-right {
        text-align: center;
        padding-bottom: 1.4em;
    }
    .align-left {
        text-align: center;
    }
}
.contact__form .button {
    background: #FEA813 !important;
}
.contact__form .button:hover, .contact__form .button:focus {
    background: #fcb336 !important;
}
.contact__form-title h3 {
    font-family: "futurabook";
}
