/****************** 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;
}
.ep-newsbox > .ep-newsCont {
    position: relative;
    padding: 20px;
    cursor: pointer;
    background-color: #f4f4f4;
}
.ep-newsCont > b {
    color: #252525;
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin: 0px auto 18px;
    font-family: 'bl-bold';
}
.ep-newsDate {
    position: relative;
    font-size: 0px;
    margin: 0px auto 18px;
}
.ep-newsDate > span {
    position: relative;
    color: #959595;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.ep-newsDate > span + span:before {
    content: '|';
    position: absolute;
    top: 0px;
    left: 10px;
}
.ep-newsDate > span + span {
    padding-left: 24px;
}
.ep-newsDate > span:first-child:before {
    content: "\e901";
    position: absolute;
    top: -4px;
    left: 0px;
    font-size: 18px;
    margin-right: 10px;
    font-family: 'europress';
}
.ep-newsDate > span:first-child {
    padding-left: 24px;
}
.ep-newsCont > p {
    color: #464646;
    font-size: 16px;
    line-height: 20px;
}
.ep-newsbox:hover > .ep-newsCont {
    background-color: #f9efee;
}
.ep-newsbox:hover > .ep-newsCont > p{
    color: #c52819;
}
.ep-niCont {
    position: relative;
    font-size: 0px;
}
.ep-niCont > .ep-niLeft, .ep-niCont > .ep-niRight {
    position: relative;
    width: 65%;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
}
.ep-niCont > .ep-niRight {
    width: 35%;
    padding-left: 26px;
}
.ep-newsInner {
    position: relative;
    font-size: 0px;
    margin: 24px auto 0px;
}
.ep-newsInner > .ep-newsShare, .ep-newsInner > .ep-niContent {
    position: relative;
    width: 8%;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
}
.ep-newsInner > .ep-niContent {
    width: 92%;
    padding-left: 20px;
}
.ep-newsShare > span {
    position: relative;
    color: #555;
    width: 60px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    margin: 0px auto 16px;
    background-color: #ebebeb;
    text-transform: uppercase;
    font-family: 'bl-semibold';
}
.ep-newsShare > span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    right: 0px;
    bottom: -8px;
    margin: 0px auto;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ebebeb transparent transparent transparent;
}
.ep-newsShare > ul > li + li {
    margin: 16px auto 0px;
}
.ep-newsShare > ul > li > a {
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
    background-color: #3a559f;
}
.ep-newsShare > ul > li > a.twitter{
    background-color: #2daae1;
}
.ep-newsShare > ul > li > a.linkedin{
    background-color: #0077b7;
}
.ep-niContent {
    position: relative;
}
.ep-niContent > h2 {
    font-size: 30px;
    margin: 0px auto 16px;
    font-family: 'bl-bold';
}
.ep-niContent > .ep-newsDate {
    padding-bottom: 18px;
    margin: 0px auto 18px;
    border-bottom: 2px solid #252525;
}
.ep-niPara {
    position: relative;
}
.ep-niPara > p, .ep-niPara > ul > li, .ep-nisLeft > p{
    color: #555;
    font-size: 16px;
    line-height: 22px;
}
.ep-niPara > p + p, .ep-nisLeft > p + p{
    margin: 24px auto 0px;
}
.ep-niPara > ul {
    margin: 24px auto;
}
.ep-niSub {
    position: relative;
    font-size: 0px;
    margin: 24px auto 0px;
}
.ep-niSub > .ep-nisLeft, .ep-niSub > .ep-nisRight {
    width: 60%;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
}
.ep-niSub > .ep-nisLeft {
    padding-right: 16px;
}
.ep-niSub > .ep-nisRight {
    width: 40%;
}
.ep-mostRed {
    position: relative;
    padding: 28px 0px;
    background-color: #f4f4f4;
}
.ep-mostRed > ul > li + li {
    margin: 24px auto 0px;
    padding: 24px 0px 0px;
    border-top: 1px solid #d7d7d7;
}
.ep-mrCard {
    position: relative;
    font-size: 0px;
    padding: 0px 24px;
}
.ep-mrCard > .ep-mrcLeft, .ep-mrCard > .ep-mrcRight {
    width: 26%;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
}
.ep-mrCard > .ep-mrcRight {
    width: 74%;
    padding-left: 16px;
    color: #414453 !important;
}
.ep-mrCard > .ep-mrcRight a{ 
    color: #414453 !important;
}
.ep-mrcRight > b {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0px auto 6px;
}
.ep-mrcRight > p {
    height: 36px;
    color: #454545;
    overflow: hidden;
    line-height: 18px;
}
@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;
    }
    .ep-mostRed > ul > li + li{
        margin: 12px auto 0px;
        padding: 12px 0px 0px;
    }
    .ep-mrCard{
        padding: 0px 12px;
    }
    .ep-niCont > .ep-niLeft, .ep-niCont > .ep-niRight{
        width: 100%;
        padding: 0px;
        display: block;
    }
    .ep-niCont > .ep-niRight{
        margin: 24px auto 0px;
    }
    .ep-niPara > p + p, .ep-nisLeft > p + p{
        margin: 12px auto 0px;
    }
    .ep-niPara > ul{
        margin: 12px auto;
    }
    .ep-mrCard > .ep-mrcLeft{
        width: 26%;
    }
    .ep-mrCard > .ep-mrcRight{
        width: 74%;
    }
    .ep-newsInner > .ep-newsShare, .ep-newsInner > .ep-niContent, .ep-niSub > .ep-nisLeft, .ep-niSub > .ep-nisRight{
        width: 100%;
        padding: 0px;
        display: block;
    }
    .ep-newsInner > .ep-niContent{
        margin: 16px auto 0px;
    }
    .ep-niContent > h2{
        font-size: 24px;
    }
    .ep-newsShare > ul{
        font-size: 0px;
        margin: 0px -6px;
        text-align: center;
    }
    .ep-newsShare > ul > li{
        font-size: 14px;
        padding: 0px 6px;
        display: inline-block;
        vertical-align: middle;
    }
    .ep-newsShare > ul > li + li{
        margin: 0px auto;
    }
    .ep-newsShare > ul > li > a{
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 44px;
    }
}
@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;
    }
    .ep-mostRed > ul > li + li{
        margin: 16px auto 0px;
        padding: 16px 0px 0px;
    }
    .ep-mrCard{
        padding: 0px 16px;
    }
}
@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;
    }
    .ep-newsDate{
        margin: 0px auto 12px;
    }
    .ep-newsDate > span + span{
        padding-left: 16px;
    }
    .ep-newsDate > span:first-child{
        padding-left: 22px;
    }
    .ep-niCont > .ep-niLeft, .ep-niCont > .ep-niRight{
        width: 100%;
        padding: 0px;
        display: block;
    }
    .ep-niCont > .ep-niRight{
        margin: 24px auto 0px;
    }
    .ep-niPara > p + p, .ep-nisLeft > p + p{
        margin: 12px auto 0px;
    }
    .ep-niPara > ul{
        margin: 12px auto;
    }
    .ep-mrCard > .ep-mrcLeft{
        width: 12%;
    }
    .ep-mrCard > .ep-mrcRight{
        width: 88%;
    }
}
.ep-newsCont a, .ep-newsCont a:visited, .ep-newsCont .alink:visited{
    color: #414453;
}
/****************** TAKE CSS TO HERE ******************/