
@font-face {
    font-family: 'latoblack';
    src: url('../font/lato-black-webfont.woff2') format('woff2'),
        url('../font/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack_italic';
    src: url('../font/lato-blackitalic-webfont.woff2') format('woff2'),
        url('../font/lato-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../font/lato-bold-webfont.woff2') format('woff2'),
        url('../font/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold_italic';
    src: url('../font/lato-bolditalic-webfont.woff2') format('woff2'),
        url('../font/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoitalic';
    src: url('../font/lato-italic-webfont.woff2') format('woff2'),
        url('../font/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../font/lato-light-webfont.woff2') format('woff2'),
        url('../font/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight_italic';
    src: url('../font/lato-lightitalic-webfont.woff2') format('woff2'),
        url('../font/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../font/lato-regular-webfont.woff2') format('woff2'),
        url('../font/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'latoregular';
    background-image: url(../img/bg.png);
    background-size: cover;
    /*    background-position: center;*/
}

#myVideo {
    position: fixed;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.mhzContent {
    z-index: 3;
    position: relative;
   display: block;
   flex:inherit;
}
.mhzcontainer {
    min-height: 100vh;  
    max-height: 100%;
}
.mhzContent a {
    display: inline-block;
}
.subscribeForm .error {
    color: red;
    text-align: left;
    /* margin-bottom: 5px; */
    display: block;
    font-family: 'latoregular';
}
.subscribeForm label.error {
    position: absolute;
    width: 100%;
    bottom: -32px;
}
.mhzContent h3 {
    font-family: 'latobold';
    font-size: 30px;
    /*    font-weight: bold;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin: 40px auto 30px auto;
}

.mhzContent h6 {
    font-family: 'latolight';
    font-size: 18px;
    /* font-weight: 300; */
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: 1.8px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8392156862745098);
    margin: 30px auto 30px auto;
}
.subscribeForm {
    /* max-width: 100%; */
    margin: 0px auto;
    position: relative;
    flex: 0 0 100%;
}
.btnForm {
    max-width: 430px;
    margin: 30px auto 20px auto;
    position: relative;
}
.subscribeForm input {
    margin: 0px auto 0px auto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.2px;
    text-align: left;
    color: #010101;
    font-family: 'latolight';
    background-color: #f8f8f8;
    /* padding-right: 45px; */
    position: relative;
    padding: 6px 50px 6px 20px;
    /* max-width: 430px; */
    /* flex: 0 0 430px; */
}
.inputIcon {
    position: relative;
    width: -webkit-fill-available;
}
.inputIcon:before {
    content: ""; 
    background-image: url('../img/mail.png'); 
    background-position: right; 
    background-size: auto; 
    width: 30px; 
    height: 38px; 
    position: absolute; 
    right: 20px; 
    top: 0px; 
    z-index: 2; 
    background-repeat: no-repeat; 
}

.mhzContent p {
    font-size: 12px;
    /* font-weight: normal; */
    font-style: normal;
    font-stretch: normal;
    /*    line-height: 4.58;*/
    letter-spacing: 2.4px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8392156862745098);
    font-family: 'latoregular';
    margin-top: 50px;
}

.commonBtn {
    background-color: #faa74a;
    font-size: 14px;
    /* font-weight: bold; */
    font-style: normal;
    font-stretch: normal;
    /*    line-height: 3.93;*/
    letter-spacing: 2.8px;
    text-align: center;
    color: #000000!important;
    font-family: 'latobold';
    padding: 9px 18px;
    flex: none;
    border-radius: 5px;
}

.buttonLoader {
    border: 5px solid #faa74a!important;
    border-radius: 50%!important;;
    border-top: 5px solid #000 !important;;
    width: 25px!important;;
    height: 23px!important;
    -webkit-animation: spin 2s linear infinite !important;; /* Safari */
    animation: spin 2s linear infinite !important;;
    /*    margin: 6px !important;;*/
    cursor: default!important;;
    background-color: transparent !important;
    padding: 0px!important;
    pointer-events: none!important;
}

.buttonLoader:hover, .buttonLoader:active, .buttonLoader:focus {
    background-color: transparent !important;
    pointer-events: none!important;
}
.btnLoader {
    pointer-events: none!important;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#hwfrmRequestQuote {
    /* max-width: 430px; */
    text-align: center;
    margin: 0px auto;
}