/* respublica CSS tabs */

.live_event_tabs {
    position: relative;
	width:540px;
	height:460px;
	float:right;
	margin:0 10px -40px 10px;
	padding:0;
}
.author_tabs {
    position: relative;
	width:100%;
	height:460px;
	float:right;
	margin:20px 0;
	padding:0;
}
.live_event_tabs input, .author_tabs input {
	position: absolute;
	z-index: 1000;
	width: 140px;
	height: 40px;
	left: 0;
	top: 0;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
	padding:0;
	border:none;
	margin:0;
}
.live_event_tabs input#tab-2, .author_tabs input#tab-2 {
	left: 160px;
}
.live_event_tabs input#tab-3, .author_tabs input#tab-3 {
	left: 320px;
}
.live_event_tabs label, .author_tabs label {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	position: relative;
	margin:0 20px 0 0;
    float: left;
	display: block;
	width: 140px;
	color: #80A3A5;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.live_event_tabs input:hover + label, .author_tabs input:hover + label {
	color:#B0B0B0;
}
.live_event_tabs .tab-label-1 {
    z-index: 4;
	background:#1D1D1B url(../imgs/bkgs/tab_symbols.png) no-repeat 20px 0;
	background:#1D1D1B url(../svgs/bkgs/tab_symbols.svg) no-repeat 20px 0;
	background-size:40px 120px;
	padding: 0 0 0 60px;
}
.live_event_tabs .tab-label-2 {
    z-index: 3;
	background:#FFF url(../imgs/bkgs/tab_symbols.png) no-repeat 20px -40px;
	background:#FFF url(../svgs/bkgs/tab_symbols.svg) no-repeat 20px -40px;
	background-size:40px 120px;
	padding: 0 0 0 56px;
}
.live_event_tabs .tab-label-3 {
    z-index: 2;
	padding: 0 0 0 60px;
}


.author_tabs .tab-label-1 {
	background:#EA5B13 url(../imgs/bkgs/tab_symbols.png) no-repeat 20px -80px;
	background:#EA5B13 url(../svgs/bkgs/tab_symbols.svg) no-repeat 20px -80px;
	background-size:40px 120px;
}

.author_tabs .tab-label-1.society {
	background:#009ECC url(../imgs/bkgs/tab_symbols.png) no-repeat 20px -80px;
	background:#009ECC url(../svgs/bkgs/tab_symbols.svg) no-repeat 20px -80px;
	background-size:40px 120px;
}
.author_tabs .tab-label-1.prosperity {
	background:#B94256 url(../imgs/bkgs/tab_symbols.png) no-repeat 20px -80px;
	background:#B94256 url(../svgs/bkgs/tab_symbols.svg) no-repeat 20px -80px;
	background-size:40px 120px;
}
.author_tabs .tab-label-1.virtue{
	background:#784B79 url(../imgs/bkgs/tab_symbols.png) no-repeat 20px -80px;
	background:#784B79 url(../svgs/bkgs/tab_symbols.svg) no-repeat 20px -80px;
	background-size:40px 120px;
}
.author_tabs .tab-label-1 {
	z-index: 4;
	color:#FFF;
	padding: 0 0 0 60px;
}
.author_tabs .tab-label-2 {
    z-index: 3;
	background:#EFEFEF url(../imgs/bkgs/tab_symbols.png) no-repeat 20px -40px;
	background:#EFEFEF url(../svgs/bkgs/tab_symbols.svg) no-repeat 20px -40px;
	background-size:40px 120px;
	padding: 0 0 0 56px;
}



.live_event_tabs input:checked + label, .author_tabs input:checked + label {
	z-index: 6;
	color:#B0B0B0;
}
.author_tabs input:checked + label.tab-label-1 {
	color:#1D1D1B;
}
.author_tabs input:hover + label.tab-label-1 {
	color:#1D1D1B;
}
.live_event_tabs .contents, .author_tabs .contents {
	position: relative;
    width: 100%;
	z-index: 5;
	margin:0;
	padding:0;
	float:left;
}
.live_event_tabs .contents > div, .author_tabs .contents > div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	height:420px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}


.live_event_tabs .contents div.contents-1 {
	background:#1D1D1B;
	overflow-y:auto;
}
.live_event_tabs .contents div.contents-2 {
	background:#FFF;
	overflow-y:auto;
	position:relative;
}
.author_tabs .contents div.contents-1 {
	overflow-y:auto;
	background:#EA5B13;
}
.author_tabs .contents div.contents-1.society {
	background:#009ECC;
}
.author_tabs .contents div.contents-1.prosperity {
	background:#B94256;
}
.author_tabs .contents div.contents-1.virtue {
	background:#784B79;
}
.author_tabs .contents div.contents-2 {
	background:#EFEFEF;
	overflow-y:auto;
	position:relative;
}

.live_event_tabs input.tab-selector-1:checked ~ .contents .contents-1,
.live_event_tabs input.tab-selector-2:checked ~ .contents .contents-2,
.live_event_tabs input.tab-selector-3:checked ~ .contents .contents-3,
.live_event_tabs input.tab-selector-4:checked ~ .contents .contents-4,
.author_tabs input.tab-selector-1:checked ~ .contents .contents-1,
.author_tabs input.tab-selector-2:checked ~ .contents .contents-2,
.author_tabs input.tab-selector-3:checked ~ .contents .contents-3,
.author_tabs input.tab-selector-4:checked ~ .contents .contents-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.live_event_tabs .contents iframe {
	padding:0;
	margin:0;
	border:none;
	width:100%;
}
.live_event_tabs ::-webkit-scrollbar, .author_tabs ::-webkit-scrollbar {
    width: 15px;
}
.live_event_tabs ::-webkit-scrollbar-track, .author_tabs ::-webkit-scrollbar-track {
	background:#EFEFEF;
}
.live_event_tabs ::-webkit-scrollbar-thumb, .author_tabs ::-webkit-scrollbar-thumb {
	background:#B0B0B0;
}

.live_event_tabs .contents div.fade_top {
	position:absolute;
	top:0;
	left:20px;
	width:100%;
	height:20px;
	background:#f30;
	z-index:999999;
	display:block;
	margin:0;
	padding:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.live_event_tabs .contents div.fade_bottom {
	position:absolute;
	top:320px;
	left:20px;
	width:100%;
	height:20px;
	background:#f30;
	z-index:999999;
	display:block;
	margin:0;
	padding:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}




.author_tabs ul.articles {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
.author_tabs ul.articles > li {
	margin:15px 0 0 0 !important;
	padding:15px 0 0 0 !important;
	width:100%;
	display:block;
	position:relative;
	border-top:1px dotted #FFF;
	float:left;
}
.author_tabs ul.articles > li:first-child {
	margin:0 !important;
	padding:0 !important;
	border:none;
}
.author_tabs ul.articles > li h5 {
	margin:0;
	width:380px;
	padding:0;
	display:block;
	float:left;
}
.author_tabs ul.articles > li h6 {
	width:100%;
	margin:0;
	padding:5px 0 0 0;
	color:#1D1D1B;
	display:block;
	clear:both;
	font-size:14px;
}

.author_tabs ul.articles li a {
	color:#FFF;
}
.author_tabs ul.articles li a:hover {
	color:#1D1D1B;
}
ul.articles li ul {
	font-size:12px;
	line-height:20px;
	font-weight:600;
}