.mainfooter {
    background:#fff;
    /*    margin-top: 10px;*/ color: #8c8a8a;
    font-family: PanchariUni;
    position: relative;
}

.mainfooter {
    list-style-type: none
}
.mainfooter p {
    margin: 0px;
    line-height: auto;
    font-size:16px;
    color: #333
}
.efctremoved .mainfooter {
    position: inherit;
    top: inherit !important;
    float: left;
}
.mainfooter a {
    text-decoration: none
}
.footerDispn {
    text-align: center;
    max-width: 1000px;
    font-size: 18px;
}
.footerDispn p {
    font-weight: 500
}

.inner-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
}
.footerIn {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.infopagelink, .copyrightp {
    font-family: arial;
    font-size: 15px;
}
.infopagelink {
    display: block;
    color: #8c8a8a;
    text-decoration: none;
}
.infopagelink span {
    /*    font-style: italic;*/
    font-weight: bold;
    color: #00b9f1;
}
.copyrightp.roboto {
    width: 100%;
    line-height: 18px;
    color: #8c8a8a;
}


.copyrightp.roboto {
    font-size: 15px;
}
.story-link{
    margin:0;
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    padding: 0 0;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.story-link a{
    color: #000;
}
.story-link-items{
    width:100%;
    padding: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;

}
.story-link-items-inner{
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal ;
    -ms-flex-direction: row ;
    flex-direction: row ;
    border: 1px solid #f1f1f1;
    height: 100%;
    background-color: #fff

}
.story-thump{
    max-width: 120px;
    margin-right: 5px;
    min-width: 120px;

}
.story-thump-inner{
    width: 100%;
    position: relative;
    padding-bottom: 52% ;
}
.story-content{
    font-size:18px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
        font-family: "PT Serif", serif;
    padding: 5px;
	width:100%;



}
@media only screen and (min-width: 600px) {
    .story-link-items{
        width: 33.33333333333333%;


    }
    .story-link-items-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal ;
        -ms-flex-direction: column ;
        flex-direction: column ;
        border: 0
    }
    .story-thump{
        max-width: 100%;
        margin-right: 0;
        min-width: 100%;

    }
    .story-content{
        padding: 0px;
        padding-top: 10px;
    }
    .story-link-items{
        padding:  10px;
    }
    .story-link{
        margin: 0 -10px;

    }
}