/****************** 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-testBan{
    background-image: url(../img/whatmakesBg.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 > .container > h1 > span {
    color: #fff;
    display: block;
    font-size: 62px;
}
.ep-pageSec {
    position: relative;
    margin: 0px auto 78px;
}
.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-pTitle {
    color: #c52819;
    font-size: 50px;
    line-height: normal;
    padding-bottom: 8px;
    margin: 0px auto 24px;
    font-family: 'bl-bold';
    text-transform: uppercase;
    border-bottom: 4px solid #c52819;
}
.ep-newsList {
    position: relative;
}
.ep-newsList > ul {
    margin: 0px -15px;
}
.ep-newsList > ul > li {
    padding: 0px 15px;
    width: 33.33%;
    margin: 0px auto 30px;
}
.ep-newsbox, .ep-newsbox > .ep-nbImg {
    position: relative;
    cursor: pointer;
}
.ep-nbImg > video {
    display: block;
}
.ep-newsbox > .ep-newsCont {
    position: relative;
    cursor: pointer;
    padding: 12px 24px;
    background-color: #f4f4f4;
}
.ep-newsCont > span {
    display: block;
    color: #ee3523;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-family: 'bl-semibold';
    text-decoration: underline;
}
.ep-newsbox:hover > .ep-newsCont {
    background-color: #f9efee;
}
@media only screen and (max-width: 767px){
    .ep-pageSec{
        margin: 0px auto 48px;
    }
    .ep-prodBan{
        background-position: -460px 0px;
    }
    .ep-prodBan > .container > h1{
        font-size: 32px;
        padding: 0px 12px;
        margin: -34px auto 0px;
    }
    .ep-prodBan > .container > h1 > span{
        font-size: 36px;
    }
    .ep-breadCrumb{
        overflow: hidden;
        overflow-x: auto;
        margin: 24px auto;
        white-space: nowrap;
    }
    .ep-breadCrumb::-webkit-scrollbar{
        display: none;
    }
    .ep-pTitle{
        font-size: 24px;
    }
    .ep-newsbox, .ep-newsbox > .ep-nbImg{
        text-align: center;
    }
    .ep-newsList > ul {
        margin: 0px auto;
    }
    .ep-newsList > ul > li{
        width: 100%;
        padding: 0px;
        margin: 0px auto 16px;
    }
    .ep-newsbox > .ep-newsCont{
        padding: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .ep-newsList > ul {
        margin: 0px -12px;
    }
    .ep-newsList > ul > li{
        padding: 0px 12px;
        margin: 0px auto 24px;
    }
}
@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;
    }
    .ep-pTitle{
        font-size: 36px;
    }
    .ep-newsList > ul {
        margin: 0px -8px;
    }
    .ep-newsList > ul > li{
        padding: 0px 8px;
        margin: 0px auto 16px;
    }
    .ep-newsbox > .ep-newsCont{
        padding: 12px;
    }
    .ep-newsCont > b{
        font-size: 16px;
        line-height: 18px;
    }
}
/****************** TAKE CSS TO HERE ******************/