/****************** TAKE CSS FROM HERE ******************/
.ep-prodBan {
    position: relative;
    height: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/prodBan.jpg);
}
.ep-prodBan.ep-contactBan{
    background-image: url(../img/contactBg.jpg);
}
.ep-prodBan > .container {
    position: relative;
    height: 100%;
}
.ep-prodBan > .container > h1 {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #252525;
    font-size: 48px;
    font-family: 'bl-bold';
    margin: -55px auto 0px;
    text-transform: uppercase;
}
.ep-prodBan.ep-featureBan > .container > h1 {
    margin: -86px auto 0px;
}
.ep-prodBan > .container > h1 > span {
    color: #fff;
    display: block;
    font-size: 62px;
}
.ep-pageSec {
    position: relative;
    margin: 0px auto 106px;
}
.ep-breadCrumb {
    position: relative;
    font-size: 0px;
    margin: 32px auto;
    padding-left: 16px;
}
.ep-breadCrumb:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 0;
    left: 0px;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #ed3726 transparent transparent transparent;
}
.ep-breadCrumb > span, .ep-breadCrumb > ol {
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}
.ep-breadCrumb > span {
    text-transform: uppercase;
    font-family: 'bl-semibold';
}
.ep-breadCrumb > ol {
    padding-left: 8px;
}
.ep-breadCrumb > ol > li {
    position: relative;
    color: #ed3726;
    text-transform: uppercase;
    font-family: 'bl-semibold';
}
.ep-breadCrumb > ol > li > a {
    color: #363636;
    font-family: 'bl-regular';
}
.ep-breadCrumb > ol > li > a:hover{
	text-decoration: underline;
}
.ep-breadCrumb > ol > li + li:before {
    content: '/';
    position: absolute;
    top: 0px;
    left: -4px;
}
.ep-logCont {
    position: relative;
}
.ep-logCont > h2 {
    color: #bf2c1f;
    font-size: 30px;
    padding-bottom: 30px;
    margin: 0px auto 72px;
    font-family: 'bl-bold';
    border-bottom: 3px solid #bf2c1f;
}
.ep-logForm, .ep-logForm > form {
    position: relative;
}
.ep-logSec {
    position: relative;
}
.ep-logSec + .ep-logSec{
    margin: 84px auto 0px;
}
.ep-logSec > h3 {
    color: #464646;
    font-size: 26px;
    padding-bottom: 20px;
    margin: 0px auto 46px;
    font-family: 'bl-bold';
    text-transform: uppercase;
    border-bottom: 2px solid #636363;
}
.ep-formGroup {
    position: relative;
}
.ep-formGroup > label {
    color: #333;
    display: block;
    font-size: 16px;
    margin: 0px auto 16px;
    font-family: 'bl-semibold';
}
.ep-formGroup > label > span {
    color: #e02b27;
}
.ep-formGroup + .ep-formGroup {
    margin: 36px 0px 0px;
}
.ep-formGroup > input {
    width: 100%;
    display: block;
    max-width: 810px;
    padding: 12px 16px;
    border: 2px solid #e2e2e2;
}
.ep-newsLtr {
    position: relative;
    font-size: 0px;
    margin: 26px auto 0px;
}
.ep-newsLtr > label, .ep-newsLtr > span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.ep-newsLtr > span {
    color: #e33d3a;
    margin-left: 24px;
}
.ep-newsLtr > label {
    position: relative;
    cursor: pointer;
}
.ep-newsLtr > label > input {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    opacity: 0;
    width: 100%;
    margin: 0px;
    height: 100%;
    cursor: pointer;
}
.ep-newsLtr > label > b, .ep-newsLtr > label > span {
    display: inline-block;
    vertical-align: middle;
}
.ep-newsLtr > label > span {
    margin-left: 12px;
}
.ep-newsLtr > label > b {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e2e2;
}
.ep-newsLtr > label > b:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    transition: 0.5s;
    margin: -5px auto;
    transform: scale(0);
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transform: scale(0);
    background-color: #bf2c1f;
    -webkit-transform: scale(0);
}
.ep-newsLtr > label > input:checked ~ b{
    border: 2px solid #bf2c1f;
}
.ep-newsLtr > label > input:checked ~ b:before{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.ep-formGroup > span {
    padding: 10px;
    display: block;
    background-color: #f3f3f3;
}
.ep-logSec + .ep-logSec > .ep-formGroup {
    max-width: 450px;
}
.ep-formBtn {
    position: relative;
    border: none;
    color: #363636;
    cursor: pointer;
    font-size: 20px;
    padding: 18px 32px;
    line-height: normal;
    font-family: 'bl-bold';
    background-color: #ffc923;
}
.req {
    color: #e23a36;
    font-size: 14px;
    margin-left: 36px;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 767px){
    .ep-pageSec{
        margin: 0px auto 48px;
    }
    .ep-prodBan{
        background-position: -460px 0px;
    }
    .ep-prodBan > .container > h1{
        left: 12px;
        font-size: 32px;
        margin: -36px auto 0px;
    }
    .ep-prodBan > .container > h1 > span{
        font-size: 44px;
    }
    .ep-breadCrumb{
        overflow: hidden;
        overflow-x: auto;
        margin: 24px auto;
        white-space: nowrap;
    }
    .ep-breadCrumb::-webkit-scrollbar{
        display: none;
    }
    .ep-logCont > h2{
        font-size: 24px;
        padding-bottom: 16px;
        margin: 0px auto 24px;
    }
    .ep-logSec > h3{
        font-size: 24px;
        padding-bottom: 12px;
        margin: 0px auto 24px;
    }
    .ep-formGroup + .ep-formGroup{
        margin: 24px auto 0px;
    }
    .ep-logSec + .ep-logSec{
        margin: 36px auto 0px;
    }
    .ep-formBtn{
        width: 100%;
    }
    .req{
        display: block;
        margin: 12px auto 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
    .ep-prodBan{
        background-position: -200px 0px;
    }
    .ep-prodBan > .container > h1{
        left: 12px;
        font-size: 36px;
        margin: -42px auto 0px;
    }
    .ep-prodBan > .container > h1 > span{
        font-size: 48px;
    }
}
/****************** TAKE CSS TO HERE ******************/