body.body-frame {
	background:#000;
}

.frame-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition:.4s;
}

.frame-iframe .single-article {
    border: 0;
	background:#fff;
	opacity:1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 180px 0 50px;
    overflow: auto;
    overflow-x: hidden;
	transition:.4s;
	z-index:0;
}

.frame-iframe .readability img {
    float: left;
    padding-left: 0;
    padding-bottom: 0;
    max-height: none;
    max-width: 100%;
    padding: 10px 0 20px;
}

.frame-iframe .bio-subscribe-text {
    font-size: 11px;
    color: #000;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 8px;
    margin-left: 20px;
    margin-bottom: 23px;
}

.frame-iframe .bio-subscribe-text input[type=checkbox] {
    margin: 6px 0 0 -20px !important;
}

.frame-iframe .bio_holder {
    padding-bottom: 15px;
    border: 1px solid #ddd;
    padding: 30px 30px 5px 20px;
}

.frame-iframe .bio_holder .col-md-2 > a {
    display: table;
    margin: 0 auto;
    position: relative;
    left: 10px;
}





.frame-iframe iframe {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding-top: 149px;
}

.body-frame {
    position: absolute;
    top: 105px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.frame-header-navigation {
    float: left;
    width: 102px;
    height: 50px;
    margin: 0px 23px 0 -15px;
    position: relative;
    padding: 0;
    border-left: none;
}

.frame-header-left-arrow i {
    width: 50px;
    height: 50px;
    border-right: 1px solid #E5E5E4;
    border-radius: 0;
    text-align: left;
    line-height: 48px;
    color: #bbb;
    font-size: 23px;
    padding-left: 19px;
    overflow: hidden;
    transition: .3s;
}

.frame-header-right-arrow i {
    width: 50px;
    height: 50px;
    border-right: 1px solid #E5E5E4;
    border-radius: 0;
    text-align: left;
    line-height: 48px;
    color: #bbb;
    font-size: 23px;
    padding-left: 19px;
    overflow: hidden;
    transition: .3s;
}

.iframe-header {
    top: 56px !important;
    z-index: 555 !important;
}

.frame-header-left-arrow:hover i ,
.frame-header-right-arrow:hover i {
    border: 1px solid #bbb;
	background:#bbb;
	color:#fff;
}

.frame-header-right-arrow {
    height: 50px;
    margin-right: 2px;
}

.frame-header-title {
    float: left;
    color: #000;
    line-height: 25px;
    margin: 0px 14px -4px 17px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 3px 17px 0;
    max-height: 51px;
}

.frame-header-title span {
    display: block;
    font-family: Varela;
    font-size: 12px;
    color: #999;
    margin: -8px 0 0;
}

.frame-header-title span a {
	cursor:pointer;
}

.frame-header-title span a:hover {
	color:#000;
}

.frame-header-title span a:first-child ,
.frame-header-title span a:first-child:hover {
	color:#999;
}

.frame-header-title span em {
    width: 3px;
    height: 3px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    position: relative;
    top: -2px;
}

.iframe-social {
    width: 100%;
	max-width:400px;
    background: #fff;
    display: table;
    margin: -5px -20px -5px 0;
    position: relative;
}

.iframe-social a {
    border-left: 1px solid #e5e5e5;
    position: relative;
    display: table-cell;
    float: none;
    width: 1%;
    text-align: center;
    font-size: 20px;
    transition: .3s;
    position: relative;
    height: 55px;
    overflow: hidden;
    color: #EB4924;
}

.iframe-social a span {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0px;
    transition:none;
    transition-delay: 0s;
    text-align: center;
    transform: translate(-50%,-50%);
}

.iframe-social a.active span {
	width:100%;
	margin-left: 0px;
	transition:.4s;
}

.iframe-social a:first-child { color:#3B5998;}
.iframe-social a:nth-child(2) { color:#0077B5;}
.iframe-social a:nth-child(3) { color:#1DA1F2;}
.iframe-social a:nth-child(4) { color:#BD081C;}
.iframe-social a:nth-child(5) { color:#E4405F;}
.iframe-social a:nth-child(6) { color:#CD201F;}
.iframe-social a:nth-child(7) { color:#36465D;}
.stream-social a:nth-child(8) { color:#EB4924;}

.iframe-social a:first-child:hover { background:#3B5998;color:#fff;}
.iframe-social a:nth-child(2):hover { background:#0077B5;color:#fff;}
.iframe-social a:nth-child(3):hover { background:#1DA1F2;color:#fff;}
.iframe-social a:nth-child(4):hover { background:#BD081C;color:#fff;}
.iframe-social a:nth-child(5):hover { background:#E4405F;color:#fff;}
.iframe-social a:nth-child(6):hover { background:#CD201F;color:#fff;}
.iframe-social a:nth-child(7):hover { background:#36465D;color:#fff;}
.iframe-social a:nth-child(8):hover { background:#EB4924;color:#fff;}

.frame-btns {
	padding-right:15px;
}

.frame-btns a.queue {
	border:1px solid #f05455;
	background:#f05455;
	color:#fff;	
}

.frame-btns a.queue:hover {
	border:1px solid #d23536;
	background:#d23536;
	color:#fff;	
}

.frame-btns a.queue.act ,
.frame-btns a.queue.act:hover {
	border:1px solid #bbb;
	background:#bbb;
	color:#fff;	
}


.frame-btns a {
    border: 1px solid #00A3E5;
    padding: 4px 15px;
    margin-top: 8px;
    display: table;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: Palanquin Dark;
    cursor: pointer;
    transition: .3s;
}

.frame-btns a:hover {
    border: 1px solid #00A3E5;
	background:#00A3E5;
	color:#fff;
	transition:.3s;
}

.frame-carousel .item .fc-thumb {
    width: 70px;
    float: left;
    margin-right: 15px;
}

.frame-carousel-wrap {
    position: absolute;
    top: 2px;
    width: 100%;
    padding: 0 7.5px;
    border-bottom: 1px solid #eee;
    z-index: 77;
    background: #fff;
	transition:.4s;
	overflow:hidden;
}

.frame-carousel-wrap .item {
	padding:15px 7.5px !important;
}

.frame-carousel .item h4 {
    font-size: 17px;
    margin: 5px 0 0;
}

.frame-carousel .item p {
    margin: 0;
}

.frame-carousel-wrap .next {
    width: 30px;
    height: 50px;
    background: #3A393C;
    color: #fff;
    line-height: 50px;
    text-align: right;
    font-size: 24px;
    padding-right: 8px;
    position: absolute;
    top: 50%;
    right: 0;
	opacity:0;
    margin-top: -25px;
	cursor:pointer;
	transition:.4s;
}

.frame-carousel-wrap .prev {
    width: 30px;
    height: 50px;
    background: #3A393C;
    color: #fff;
    line-height: 50px;
    text-align: right;
    font-size: 24px;
    padding-right: 12px;
    position: absolute;
    top: 50%;
    left: 0;
	opacity:0;
    margin-top: -25px;
	cursor:pointer;
	transition:.4s;
}

.frame-carousel-wrap:hover .next ,
.frame-carousel-wrap:hover .prev {
	opacity:0.4;
	cursor:pointer;
	transition:.4s;
}

.frame-carousel-wrap .next:hover ,
.frame-carousel-wrap .prev:hover {
	opacity:1;
	cursor:pointer;
	transition:.4s;
}

body.active .left-menu.left-menu-stats,
.left-menu.act {
    right: 0;
}

body.active .left-menu.left-menu-stats {
    z-index: 777777777;
    padding-top: 0;
}

.left-menu-stats {
    padding-top: 0;
}

.left-menu-stats .lm-head {
    padding: 35px 20px 8px 85px;
}

.left-menu-stats .left-menu-close {
    top: 0;
}

.left-menu-stats .lm-date {
    top: 40px;
}

.left-menu-stats .stats-tabs.act {
    display: block;
    border: none;
}

.left-menu-stats .tribal_stream_url {
    margin-bottom: 22px !important;
}

.left-menu {
    position: fixed;
    right: -680px;
    width: 675px;
    height: 100%;
    z-index: 7777;
    background: #fff;
    overflow-y: scroll;
    padding-top: 41px;
	padding-left:50px;
	border-left:1px solid #eee;
	transition:.4s;
	top:0;
}

.left-menu-inner {
	background: #fff;
	overflow:hidden;
}

.left-menu .tribal_stream_url {
    font-size: 11px;
    margin-bottom: 10px;
    padding: 0 20px 0 0!important;
    position: relative;
    left: 4px;
}

.left-menu .media-body-panel {
    padding: 20px 20px 0px 20px;
    max-height: 70vh;
    overflow: auto;
    overflow-x: hidden;
}

.body-frame .navbar-default {
    z-index: 777777;
}

.ic-close ,
.left-menu-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 62px;
    left: 0;
    cursor: pointer;
}

.ic-close {
    left: auto;
    right:0;
}

.ic-close span:first-child ,
.left-menu-close span:first-child {
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(45deg);
	z-index:11;
}

.ic-close span:last-child ,
.left-menu-close span:last-child {
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(-45deg);
	z-index:11;
}

.ic-close span ,
.left-menu-close span {
	background:#999;
	transition:.4s;
}

.ic-close:hover span ,
.left-menu-close:hover span {
	background:#000;
	transition:.4s;
}

.lm-head {
    padding: 42px 20px 8px 85px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.lm-head h2 {
    color: #00A3E5
}

.lm-date {
    border-right: 1px solid #eee;
    position: absolute;
    left: 18px;
    top: 47px;
    height: 50px;
    color: #000;
    width: 50px;
    text-align: center;
    font-size: 24px;
    padding-top: 4px;
}

.lm-date span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: -2px;
    color: #777;
}

.tribal_stream_body {
	font-family:Varela;
}

.iframe-close {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: -9px;
    z-index: 77;
    margin: -5px -11px -5px 11px;
    border-left: 1px solid #eee;
    top: -5px;
}

.iframe-close span:first-child {
    width: 20px;
    height: 1px;
    top: 59%;
    left: 50%;
    position: absolute;
    transform: translate(-60%,-50%) rotate(45deg);
	z-index:11;
}

.iframe-close span:last-child {
    width: 20px;
    height: 1px;
    top: 59%;
    left: 50%;
    position: absolute;
    transform: translate(-60%,-50%) rotate(-45deg);
	z-index:11;
}

.iframe-close span {
	background:#999;
	transition:.4s;
}

.iframe-close i {
    color: #999;
    transition: .4s;
    line-height: 73px;
    font-size: 17px;
    padding-left: 18px;
}

.iframe-close:hover i {
	color:#000;
	transition:.4s;
}

.iframe-close:hover span {
	background:#000;
	transition:.4s;
}

.body-frame.active {
    background: #000;
}

.body-frame.active .frame-iframe iframe {
    padding-top: 49px;
    opacity: 0.6;
}

.body-frame.active .frame-carousel-wrap {
    top: -100px;
}

.iframe-comments {
    position: relative;
    z-index: 777;
	transition:.4s;
}
.iframe-comments.act {
    left: 0;
}

.iframe-comments h2 {
	font-size:25px;
	margin:0 0 20px;
}

.iframe-comments h2 span {
	display:block;
	font-weight:400;
	color:#999;
	font-size:14px;
	margin-top:7px;
	font-family:Varela;
}

.iframe-comments form textarea {
    border: 1px solid #e5e5e5;
    min-height: 125px;
    padding: 15px 15px !important;
    margin: 0;
}

.iframe-comments form .btn.btn-default {
	width:auto;
}

.iframe-comments form .btn.btn-secondary2 {
    margin-right: 10px;
    padding: 9px 17px;
}

.frame-iframe .iframe-comments .conversation-holder {
    max-height: 300px;
    overflow: auto;
}


.iframe-comments .conversation-holder .media {
	list-style:none;
	border-bottom:1px solid #e5e5e5;
}

.iframe-comments .conversation-holder > span:last-child li {
	border-bottom:none;
}

.iframe-comments .conversation-holder > span {
	padding-bottom:1px;
	margin-bottom:15px;
	display:block;
}

.iframe-comments .conversation-holder-wrap h5 {
    text-transform: uppercase;
    margin: 7px 0 18px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
}

.iframe-comments .conversation-holder-wrap {
    margin: 40px 0 0;
}

.header-date {
    float: left;
    margin: 0 -27px 0 0px;
}

.header-date .lm-date {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    font-size: 21px;
    text-align: left;
}

.iframe-follow {
    background: #2FCEA0;
    padding: 3px 7px;
    border-radius: 3px;
    color: #fff !important;
    position: relative;
    top: 1px;
    font-size: 11px;
}

.iframe-follow i {
    color: #fff !important;
    font-size: 11px;
    top: 0;
    font-weight: normal;
}

.iframe-follow.act ,
.iframe-follow:hover {
    background: #414959;
    color: #fff;
}

.iframe-stats {
    background: #00A3E5;
    padding: 3px 7px;
    border-radius: 3px;
    color: #fff !important;
    position: relative;
    top: 1px;
    font-size: 11px;
}

.iframe-stats i {
    color: #fff !important;
    font-size: 11px;
    top: 0;
    font-weight: normal;
}

.iframe-stats:hover {
    background: #414959;
}

.nav-tabs>li>a {
    text-transform: uppercase;
    padding: 12px 15px 10px;
}


.stats-tabs .panel-posts {
    max-height: 67vh;
    border-bottom: 11px solid #ddd;
}

.stats-iframe {
    width: 106%;
    height: 400px;
    border: none;
    margin-left: -3%;
    display: table;
    min-width: 533px;
    transform: scale(0.9);
    margin-top:-1%;
}


body.body-frame.active .frame-iframe .single-article {
    padding: 89px 0 50px;
	opacity:0.6;
	transition:.4s;
}


.bio-subscribe-text {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 23px;
    position: relative;
    margin-left: 20px;
}

.bio-subscribe-text input[type="checkbox"] {
	position:absolute;
		opacity:0;
}

.bio-subscribe-text input[type="checkbox"]+ span {
    border: 1px solid #d5d5d5;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 12px;
    font-size: 9px;
    padding-left: 2.5px;
    position: absolute;
    left: -20px;
    top: 4px;
    color: #fff;
    border-radius: 3px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.bio-subscribe-text input[type="checkbox"]:checked + span {
    color: #666;
	transition:.3s;
	-webkit-transition:.3s;
	-moz-transition:.3s;
}

.bio_holder {
    padding-bottom: 15px;
    border: 1px solid #ddd;
    padding: 30px 30px 5px 20px;
}

.bio_holder .col-md-2 > a {
    display: table;
    margin: 0 auto;
    position: relative;
    left: 10px;
}

body.body-frame .stats-tabs {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    border-top: 0;
}

.left-menu .stats-tabs .responsive-tabs.nav-tabs {
    width: 100%;
    max-width: 100%;
}

.frame-carousel .item .fc-thumb {
	height: 70px;
}

.frame-header-title .follow:focus,
.frame-header-title .follow:hover,
.frame-header-title .follow {
    background: #2FCEA0 !important;
    padding: 3px 7px 4px;
    border-radius: 3px;
    color: #fff !important;
    position: relative;
    top: 1px;
    font-size: 10px;
    border: none;
    color: #fff;
    text-transform: none;
    font-weight: 200;
    letter-spacing: 0.5px;
    font-family: Varela;
    margin: -1px 0 0 !important;
}

.frame-header-title .follow:hover {
	background: #414959 !important;
    color: #fff;
}

.frame-header-title label br {
	display:none;
}

.frame-header-title .bio-subscribe-text {
    font-size: 9px;
    color: #000;
    margin-top: -2px;
    font-weight: 300;
    text-transform: uppercase;
    left: -22px;
    margin-right: -19px;
	line-height: 30px;
	margin-bottom:0px;
}

.frame-header-title .btn-group a .btn-default:focus,
.frame-header-title .btn-group a .btn-default:hover,
.frame-header-title .btn-group a .btn-default {
	background:#e5e5e5 !important;
}

.frame-header-title .btn-group a .btn:focus,
.frame-header-title .btn-group a .btn:hover,
.frame-header-title .btn-group a .btn {
    padding: 3px 6px 3px !important;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 3px;
    margin-top: -10px;
    border: none !important;
}

