﻿ul.resp-tabs-list{
    margin: 0 0 0 20px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
	height: 32px;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

/* tabs a link */
.resp-tabs-list li  a.tabnews{
	width: 111px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news01.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabevents{
	width: 111px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news02.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabpromotion{
	width: 111px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news03.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabupdates{
	width: 111px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news04.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabtips{
	width: 94px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news05.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabesport{
	width: 130px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news06.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/* end tab a link */

/* tab hover */
.resp-tabs-list li  a.tabnews:hover{
	width: 111px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover01.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabevents:hover{
	width: 111px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover02.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabpromotion:hover{
	width: 111px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover03.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabupdates:hover{
	width: 111px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover04.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabtips:hover{
	width: 94px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover05.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabesport:hover{
	width: 130px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover06.png);
	background-position: top center;
	background-repeat: no-repeat;
}
/* end tab hover */
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
    padding: 15px 0px 15px 0px;
	max-height: 100%;
}
.resp-tabs-container p{
	display: inline-block;
	margin: 0 0 8px 0;
	padding: 0;
}
.resp-tabs-container p a{
	color: #000;
}
.resp-tabs-container p a:hover{
	color: #666;
}
.container-date{
		display: inline;
		color: #c20;
		text-decoration: none;
		font-size: 14px;
}
.date{
	float: right;
	}

/* tab active */
.resp-tabs-list li  a.tabnews:active{
	width: 111px;
	height: 32px;
	display: block;
	margin:0 auto;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover01.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabevents:active{
	width: 111px;
	height: 32px;
	display: block;
	margin:0 auto;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover02.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabpromotion:active{
	width: 111px;
	height: 32px;
	display: block;
	margin:0 auto;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover03.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabupdates:active{
	width: 111px;
	height: 32px;
	display: block;
	margin:0 auto;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover04.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabtips:active{
	width: 94px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover05.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.resp-tabs-list li  a.tabesport:active{
	width: 130px;
	height: 32px;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_hover06.png);
	background-position: top center;
	background-repeat: no-repeat;
}
/* end tab active */

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border:0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

/* accordion tab */
h2.resp-accordion a.tabnews{
	width: 111px;
	height: 32px;
	margin:0 auto;
	margin-top: -10px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news01.png);
	background-position: top center;
	background-repeat: no-repeat;
}
h2.resp-accordion a.tabevents{
	width: 111px;
	height: 32px;
	margin:0 auto;
	margin-top: -10px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news02.png);
	background-position: top center;
	background-repeat: no-repeat;
}
h2.resp-accordion  a.tabpromotion{
	width: 111px;
	height: 32px;
	margin:0 auto;
	margin-top: -10px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news03.png);
	background-position: top center;
	background-repeat: no-repeat;
}
h2.resp-accordion a.tabupdates{
	width: 111px;
	height: 32px;
	margin:0 auto;
	margin-top: -10px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news04.png);
	background-position: top center;
	background-repeat: no-repeat;
}
h2.resp-accordion a.tabtips{
	width: 94px;
	height: 32px;
	margin-top: -10px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news05.png);
	background-position: top center;
	background-repeat: no-repeat;
}
h2.resp-accordion a.tabesport{
	width: 130px;
	height: 32px;
	margin-top: -10px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	text-decoration: none;
	background-image: url(../images/tabupdate/tab_news06.png);
	background-position: top center;
	background-repeat: no-repeat;
}
/* end accordion tab */

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1024px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		background: url(../images/tabupdate/tabbg.jpg) repeat-x;
		height: 32px;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.resp-tabs-container p a{
		color: #000;
		font-size: 12px;
	}
	.date{
		display: inline;
		color: #c20;
		text-decoration: none;
		font-size: 12px;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 480px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		background: url(../images/tabupdate/tabbg.jpg) repeat-x;
		height: 32px;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.resp-tabs-container p a{
		color: #000;
		font-size: 12px;
	}
	.resp-tabs-container p{
		display: inline-block;
		margin: 0 0 8px 0;
		padding: 0;
}
}
