
.resp-tabs-list li {
    width: 24%;
    padding: 1em 0;
    margin: 0 0 0 1%;
    line-height: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border-bottom: 4px solid #bbb;
    position: relative;
}
.resp-tabs-list li:first-child{
    margin-left: 0.5%;
}
.resp-tabs-list li img {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

.resp-tab-content {
    display: none;
    padding-top: 1em;
}

.news-content > li > a {
    overflow: hidden;   
    display: block;
    border-bottom: 1px dotted #aaa;
    padding: 1em 0;
}
.news-content > li:first-child > a {
    border-top: 1px dotted #aaa;
}
.news-content > li:nth-child(2n+1) > a {
    background-color: #f6f6f6;
}
.news-content .date{
    width: 23%;
    padding-left: 4%;
    display: block;
    float: left;
    background: url(../images/icon01.png) no-repeat 4px 5px;
    text-decoration: underline;
}
.news-content .title{
    width: 72%;
    display: block;
    float: right;
    text-decoration: underline;
}
.news-link a{
    display: block;
    text-align: right;
    padding : 0.8em 0;
}
.news-link a span{
    padding-left: 18px;
    background: url(../images/icon01.png) no-repeat 0 5px;
}

.resp-tab-active {
/*	border: 1px solid #5AB1D0 !important;*/
	margin-bottom: -1px !important;
/*	padding: 12px 14px 14px 14px !important;*/
/*	border-top: 4px solid #5AB1D0 !important;*/
	border-bottom: 4px #F0AF00 solid !important;
    position: relative;
}
.resp-tab-active:after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    position: absolute;
    bottom: -20%;
    left: 46%;
    background-color: #f00;
    background: url(../images/icon04.png) no-repeat center top;
    z-index: 999999;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
/*
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
*/
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
/*
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
*/
    margin: 0px;
    padding: 0 15px;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
/*    padding: 10px 15px !important;*/
}

h2.resp-tab-title:last-child {
/*    border-bottom: 12px solid #c1c1c1 !important;*/
    background: blue;
}



.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 0.4em;
    margin-right: 0.6em;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
	border-top: 6px solid #538cb6;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    margin-right: 0.6em;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
	border-bottom: 6px solid #538cb6;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: transparent;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
/*    border: 1px solid #c1c1c1;*/
}

.resp-easy-accordion .resp-tab-content:last-child {
/*    border-bottom: 1px solid #c1c1c1; !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
/*    border-top: 1px solid #c1c1c1; !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-accordion-closed {
        display: none !important;
    }
    
    .resp-tab-active:after {
        display: none;
    }
    
    .resp-tabs-container .resp-accordion{
        padding: 1em 0;
		border-bottom: 2px solid #538cb6;
    }
    .resp-tab-active {
		border-bottom: 2px #538cb6 solid !important;
    }
    
    .resp-tab-content {
        padding-top: 0em;
    }
    
    .news-content > li > a {
        padding: 1em 0 1.2em;
    }
    
    .news-content .date{
        background: url(../images/icon01.png) no-repeat 4px 3px;
    }
    
    .news-link a span{
        padding-left: 18px;
        background: url(../images/icon01.png) no-repeat 0 3px;
    }
    
    .news-content .date{
        width: 20%;
        padding-left: 4%;
    }
    .news-content .title{
        width: 76%;
    }
    
    .news-link a{
		border-bottom: 1px solid #56A764;
        padding: 1.4em 0;
    }
    

}
@media only screen and (max-width: 480px) {
    .news-content .date{
        width: 94%;
        padding-left: 6%;
        float: none;
    }
    .news-content .title{
        width: 94%;
        padding-left: 6%;
        float: none;
        margin-top: 0.5em;
    }
}
