/*-----------------------------------------------------------------------------------
     
        Theme Name: 24 News
    	Description: News Magazine Template
    	Author: Via-Theme
    	Author URI: https://themeforest.net/user/via-theme
    	Version: 1.0
     
    -----------------------------------------------------------------------------------*/
/* ================================ */
/* ======== TABLE OF CONTENTS ========= */
/* ================================ */
/*
    * 1.0 - Common Styles
    * 2.0 - Header
    * 3.0 - Content
    * 4.0 - Panel
    * 5.0 - Footer
    * 6.0 - Grid
    * 7.0 - Tables
    * 8.0 - List Styles
    * 9.0 - Navigation
    * 10.0 - Labels
    * 11.0 - Buttons
    * 12.0 - Blockquote
    * 13.0 - Social Media
    * 14.0 - Tabs
    * 15.0 - Forms
    * 16.0 - Sidebar Newsletter
	* 17.0 - Breaking News Ticker $ News On-Air
	* 18.0 - Prettify
     
    ---------------------------------------------------------------------- */

/* ----------------------------------------------------------------
	1.0 - Common Styles
-----------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, div, aside, footer, header, nav, section {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #49494d;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
a:hover {
	color: #d4000e;
}
ul {
	list-style: none;
	padding-left: 0;
}
h1 {
	line-height: 44px;
	margin: 0 0 22px 0;
	font-size: 33px;
	font-size: 3.3rem;
}
h2 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 22px 0;
}
h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.45;
	margin-top: 6px;
}
h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin: 0;
}
h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}
h6 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}
#wrapper {
	position: relative;
}
body {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
}
.container-fullwidth {
	position: relative;
	padding: 0 60px;
}
.label-danger {
	background-color: #d4000e;
}
.row.no-gutter [class*='col-']:first-child {
	padding-left: 0;
}
.row.no-gutter [class*='col-']:last-child {
	padding-right: 0;
}
ol li span a, ul li span a {
	color: #999;
}
/* ----------------------------------------------------------------
	2.0 - Header
-----------------------------------------------------------------*/
#header .fullwidth, #nav-top {
	background-color: #2c2c34;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
header {
	height: 50px;
}
/* nav-top */
#nav-top {
	height: 41px;
}
#nav-top ul {
	margin: 0px;
	padding: 0px;
}
#nav-top ul li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav-top ul li a {
	color: #CCC;
	display: inline-block;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #4c4c59;
}
#nav-top ul li a:hover {
	color: #fff;
	text-decoration: none;
}
/* Site Logo */
.site-logo {
	position: relative;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	line-height: 100%;
	margin-right: 40px;
}
.site-logo img {
	display: block;
	max-width: 100%;
}

/* ----------------------------------------------------------------
	3.0 - Content
-----------------------------------------------------------------*/
#content {
	position: relative;
	background-color: #FFF;
}
#content p {
	line-height: 1.7;
	margin-bottom: 6px;
	margin-top: 8px;
}
#content h3 {
	margin-bottom: 8px;
	padding-top: 40px;
	text-transform: uppercase;
	color: #898c8f;
	font-size: 20px;
}
#content h5 {
	margin-bottom: 8px;
	padding-top: 10px;
}
#content .table h3 {
	margin-bottom: 8px;
	padding-top: 10px;
	padding-left: 8px;
	text-transform: uppercase;
	color: #2c2c34;
	font-size: 18px;
}
#content h4 {
	margin-bottom: 8px;
	color: #d4000e;
}
.content-wrap {
	position: relative;
	padding: 0;
}
#content .container {
	position: relative;
}

/* Content Section */
.content-section {
	margin-top: 6px;
	margin-bottom: 30px;
}
.content-section .item p {
	padding-bottom: 6px;
}
.content-section .item {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 0;
	padding: 8px 2px 0 10px;
}
.content-section h2 {
	padding-bottom: 6px;
	font-weight: 300;
}
.content-section h2 b {
	padding-bottom: 6px;
	font-weight: 400;
}
.content-inner {
	padding-top: 200px;
	margin-top: -200px;
}

/* ----------------------------------------------------------------
	4.0 - Panel
-----------------------------------------------------------------*/
.bg-underline {
	background: transparent;
	border-bottom: 2px solid #d4000e;
}
.panel {
	margin-bottom: 20px;
	margin-top: 22px;
	margin-top: 10px;
	border-color: #ddd;
	border-radius: 2px;
	color: #333;
	box-shadow: none;
}
.panel-heading {
	background-color: #fff;
	border-bottom-color: #ddd;
}
.panel-body {
	position: relative;
	padding: 22px;
}
.content-group {
	margin-bottom: 20px !important
}
/* ----------------------------------------------------------------
	5.0 - Footer
-----------------------------------------------------------------*/
#footer {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0;
	width: 100%;
}

/* Copyrights */
#copyrights {
	background-color: #2d2e39;
	min-height: 40px;
}
.copyright {
	color: #7e7f8c;
	text-align: left;
	display: inline-block;
	margin-top: 10px;
}
.footer-social-icons {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 160px;
	display: inline;
}
.footer-social-icons li a {
	font-size: 1.35em;
	color: #7e7f8c;
	float: left;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.footer-social-icons li a:hover {
	color: #FFF !important;
}

/* ----------------------------------------------------------------
	6.0 - Grid
-----------------------------------------------------------------*/
.grid-demo [class*="col-"] > div:not(.row) {
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background-color: #e8e8eb;
	border: 1px solid #ddd;
	color: #333;
}
.col_last {
	margin-right: 0 !important;
	clear: right;
}
.col-md-2 {
	width: 16%;
}
.col-md-15 {
	width: 20%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.col-md-2 {
	display: block;
	position: relative;
	margin-right: 1%;
	float: left;
}

/* ----------------------------------------------------------------
	7.0 - Tables
-----------------------------------------------------------------*/
.table > thead > tr > th {
	font-weight: normal;
	border-bottom: 1px solid #bbb;
	vertical-align: middle;
	padding: 12px 16px;
	border-right: 1px solid #FFF;
}
.table > tbody > tr > td {
	vertical-align: middle;
	padding: 10px 16px;
}
.table a {
	color: #49494d;
}
.bg-red {
	background-color:#d4000e;
	border-color:#d4000e;
	color:#fff;
}
.bg-gray {
	background-color:#939399;
	color:#fff
}
.bg-underline {
	background: transparent;
	border-bottom: 2px solid #d4000e;
}
.table-footer {
	padding: 6px 14px;
	border-top: 1px solid #e3e2e2;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
	padding: 12px 16px;
	font-weight: normal;
	font-size: 1em;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-right: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------------------------
	8.0 - List Styles
-----------------------------------------------------------------*/
.list li {
	position: relative;
	margin-bottom: 3px;
}
.list li::before {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.list>li, .list>li .list>li {
	margin-top:4px
}
.list>li:first-child {
	margin-top:0
}
.list-mark-1 li::before {
	top: 3px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #999;
	content: '\f105';
}
.list-mark-1 li, .list-mark-2 li {
	padding-left: 20px;
}
.list-mark-2 li::before {
	top: 3px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #999;
	content: '\f046';
}

/* ----------------------------------------------------------------
	9.0 - Navigation
-----------------------------------------------------------------*/
.sidebar-content {
	background-color:#fff;
}
.category-title {
	background-color:#e8e8eb;
	padding: 8px 14px;
}
.no-padding {
	padding:0 !important
}
.sidebar-default .navigation .navigation-header, .sidebar-default .navigation .navigation-header a {
	color:#999;
}
.category-content {
	border: 1px solid #e1e1e5;
}
.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
	color: #fff;
	background-color: #2c2c34;
}
.navigation.nav > .active > .hidden-ul {
	display: block;
}
.navigation .hidden-ul {
	display: none;
}
.navigation .nav > li {
	display: block;
	position: relative;
	padding: 0;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.navigation li a {
	transition-duration: 0.2s;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e5;
	font-size: 14px;
	color: #49494d;
}
.navigation li a:hover {
	color: #333;
}
.navigation li:last-child a {
	border-bottom: none;
}
.navigation ul a {
	color: #666;
	padding: 8px 60px 8px 10px;
	font-size: 13px;
}
.navigation ul a {
	display: block;
	position: relative;
	padding: 13px 60px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.navigation ul li.active {
	background-color: #e8e8eb;
	color: #444;
}
.navigation ul li.active a::after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	top: 14px;
	right: 20px;
	font-size: 14px;
}
.navigation ul li {
	list-style: none;
	padding-left: 0;
}
.navigation ul {
	padding-left: 0;
}
@media (min-width:769px) {
.sidebar-fixed.affix {
	position:fixed;
	width:430px;
	top:20px;
	bottom:20px;
}
.sidebar-fixed.affix .sidebar-content {
	max-height:100%;
	overflow-y: hidden;
	overflow-x: hidden;
}
}

/* ----------------------------------------------------------------
	10.0 - Labels
-----------------------------------------------------------------*/
.label-1, .label-2, .label-3, .label-4, .label-5, .label-6, .label-7, .label-8, .label-9, .label-10, .label-11, .label-12, .label-13, .label-14 {
	padding: 4px 8px;
	font-weight: 400;
	color: #FFF;
	left: 0;
	right: auto;
	top: auto;
	text-align: center;
	border-radius: 1px;
	border: none;
	margin-right: 8px;
}
.label-1, .label-1:hover, .bg-1 {
	background-color: rgba(212,0,4,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-2, .label-2:hover, .bg-2 {
	background-color: rgba(64,169,255,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-3, .label-3:hover, .bg-3 {
	background-color: rgba(0,70,154,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-4, .label-4:hover, .bg-4 {
	background-color: rgba(76,176,80,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-5, .label-5:hover, .bg-5 {
	background-color: rgba(100,65,165,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-6, .label-6:hover, .bg-6 {
	background-color: rgba(255,152,0,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-7, .label-7:hover, .bg-7 {
	background-color: rgba(255,64,17,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-8, .label-8:hover, .bg-8 {
	background-color: rgba(57,201,187,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-9, .label-9:hover, .bg-9 {
	background-color: rgba(234,2,83,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-10, .label-10:hover, .bg-10 {
	background-color: rgba(84,110,122,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-11, .label-11:hover, .bg-11 {
	background-color: rgba(44,44,52,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-12, .label-12:hover, .bg-12 {
	background-color: rgba(0,0,0,1.00);
	color: #FFF;
	text-decoration: none;
}
.label-13, .label-13:hover, .bg-13 {
	background-color: rgba(239, 241, 242, 0.9);
	color: #141417;
	text-decoration: none;
}
.label-14, .label-14:hover, .bg-14 {
	background-color: rgba(0, 0, 0, .7);
	color: #ced2d9;
	text-decoration: none;
}

/* ----------------------------------------------------------------
	11.0 - Buttons
-----------------------------------------------------------------*/
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
	background: #666;
	border-radius: 2px;
	text-shadow: none;
	background-image: none;
	box-shadow: none;
	border: none;
}
.btn-default {
	background-color: #d4000e;
	color: #fefefe;
	border-radius: 2px;
	text-shadow: none;
	background-image: none;
	box-shadow: none;
	border: none;
}
.btn-default:hover {
	color: #fefefe;
	border-radius: 2px;
	text-shadow: none;
	background-image: none;
	box-shadow: none;
	border: none;
}
.btn-default.active {
	color: #FFF;
}
.btn-lg {
	padding: 12px 46px;
	margin-bottom: 20px;
}
.btn-black {
	background-color: #212121;
	color: #fff;
}
.btn-icon {
	padding-left: 9px;
	padding-right: 9px;
}
.btn {
	position: relative;
	border-radius: 2px;
}
.input-group-btn>.btn {
	height: 34px;
	padding: 5px 10px;
	border-radius: 2px;
}
.input-group-btn>.btn:hover {
	color: #FFF;
}
.btn-success {
	color: #fff;
	background-color: #d4000e;
	border: none;
	background-image: none;
	border-radius: 1px;
}
.btn-success:hover {
	color: #fff;
	background-color: #e4000d;
}
.btn-success.disabled {
	background-color: #49494d;
}
.btn-success:focus, .btn-success.disabled:focus {
	color: #fff;
	background-color: #d4000e;
	border: none;
}
.btn-primary:hover {
	background-color: #d4000e;
}
.btn-default:hover {
	background-color: #e4000d;
}
.btn-primary.active {
	background-color: #d4000e;
	border-color: #d4000e;
}

/* ----------------------------------------------------------------
	12.0 - Blockquote
-----------------------------------------------------------------*/
.blockquote {
	padding: 6px 12px;
	margin: 0;
	position: relative;
}
.blockquote_style01 {
	margin: 24px 30px;
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
}
.blockquote_style01 {
	padding: 8px 10px 8px 20px;
	border-left: none;
}
.blockquote_style02 {
	padding: 3px 0 0 30px;
	color: #2c2c34;
	margin-bottom: 20px;
}
.blockquote_style03 {
	padding: 3px 0 0 30px;
	color: #2c2c34;
	border-left: 3px solid #e3e2e2;
	margin-bottom: 20px;
}
.blockquote_style01::before {
	top: 55px;
	left: 10px;
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	content: '“';
	color: #d4000e;
}
.blockquote_style02 cite, .blockquote_style03 cite {
	text-transform: uppercase;
}
.blockquote_style02 h4 {
	line-height: 1.4;
	padding-bottom: 16px;
	color: #2c2c34 !important;
}
.blockquote_style03 h5 {
	line-height: 1.4;
	font-weight: 400;
	padding-bottom: 6px;
	margin: 0;
}
.blockquote-source {
	display: block;
	font-size: .775em;
	margin-top: 6px;
	color: #999;
}
.blockquote_style01 h4 {
	font-weight: 500;
	color: #999 !important;
	letter-spacing: .03em;
	text-transform: uppercase;
	font-style: italic;
	margin: 0;
}
.blockquote cite {
	font-style: normal;
	font-size: .875em;
}
.blockquote_style01 .blockquote_author {
	font-weight: 500;
	padding-top: 14px;
}
.blockquote_author {
	display: block;
	font-weight: 600;
	line-height: 1;
	color: #222;
}
.blockquote_style01 .blockquote_author::before {
	display: inline-block;
	width: 16px;
	height: 1px;
	margin-top: 6px;
	margin-right: 15px;
	line-height: 1;
	vertical-align: top;
	background-color: #999;
	content: '';
}
blockquote img {
	height: 42px;
	width: auto;
	float: left;
	margin-right: 20px;
}
.typography-blockquote {
	margin: 10px 0;
}
.blockquote_style02 {
	border-left: 3px solid #e4000d;
}

/* ----------------------------------------------------------------
	13.0 - Social Media
-----------------------------------------------------------------*/
.google-plus:hover {
	color: #FFF;
	background-color: #dd4b39;
}
.linkedin:hover {
	color: #FFF;
	background-color: #0976b4;
}
.twitter:hover {
	color: #FFF;
	background-color: #2e9edd;
}
.facebook:hover {
	color: #FFF;
	background-color: #3b5998;
}
.youtube:hover {
	color: #FFF;
	background-color: #e52d27;
}
.instagram:hover {
	color: #FFF;
	background-color: #3f729b;
}
.google-plus, .linkedin, .twitter, .facebook {
	display: inline-block;
}
#social-buttons {
	overflow: hidden;
	padding: 6px 3px 0;
	margin-bottom: 3px;
}
#social-buttons li, #sidebar-social-buttons li {
	float: left;
	width: 30px;
	margin-right: 16px;
}
#social-buttons li:last-child, #sidebar-social-buttons li:last-child {
	margin-right: 0;
}
#sidebar-social-buttons li:last-child {
	margin-right: 11px;
}
#social-buttons a {
	text-align: center;
	line-height: 40px;
	font-size: 1.3em;
	margin: 0;
	background-color: #f2f2f4;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px;
}
#sidebar-social-buttons a {
	text-align: center;
	line-height: 40px;
	font-size: 1.3em;
	margin: 0;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px;
}
#social-buttons .google-plus:hover, #sidebar-social-buttons .google-plus {
	color: #FFF;
	background-color: #dd4b39;
}
#social-buttons .linkedin:hover, #sidebar-social-buttons .linkedin {
	color: #FFF;
	background-color: #0976b4;
}
#social-buttons .facebook:hover, #sidebar-social-buttons .facebook {
	color: #FFF;
	background-color: #3b5998;
}
#social-buttons .twitter:hover, #sidebar-social-buttons .twitter {
	color: #FFF;
	background-color: #2e9edd;
}
#social-buttons .youtube:hover, #sidebar-social-buttons .youtube {
	color: #FFF;
	background-color: #e52d27;
}
#sidebar-social-buttons .pinterest {
	color: #FFF;
	background-color: #be0216;
}
#sidebar-social-buttons .rss {
	color: #FFF;
	background-color: #ff9900;
}
#sidebar-social-buttons .tumblr {
	color: #FFF;
	background-color: #36465d;
}
#sidebar-social-buttons .google-plus:hover, #sidebar-social-buttons .linkedin:hover, #sidebar-social-buttons .facebook:hover, #sidebar-social-buttons .twitter:hover, #sidebar-social-buttons .youtube:hover, #sidebar-social-buttons .pinterest:hover, #sidebar-social-buttons .rss:hover, #sidebar-social-buttons .tumblr:hover {
	opacity: 0.8;
}
.sidebar-social-buttons {
	padding: 5px;
	border: 1px solid #e3e2e2;
	border-radius: 1px;
	margin-bottom: 8px;
	margin-top: 0;
	height: auto;
	display: inline-block;
}

/* ----------------------------------------------------------------
	14.0 - Tabs
-----------------------------------------------------------------*/
.tab-content>.active {
	display:block;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	color: #fff;
}
.nav-tabs.nav-tabs-bottom > li.active > a, .nav-tabs.nav-tabs-bottom > li.active > a:hover, .nav-tabs.nav-tabs-bottom > li.active > a:focus {
	color: #333;
}
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
	color: #49494d;
	border-color: transparent;
}
.nav-tabs>li {
	position: relative;
	display: block;
	font-size: 16px;
	border-left: none;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: none;
}
.nav-tabs.nav-tabs-bottom > li > a:hover {
	border-bottom: 2px solid #999;
	background-color: transparent;
}
.panel .nav-tabs {
	border-bottom: 1px solid #e3e2e2;
	margin-bottom: 10px;
	background-color: #fafafa;
}
.panel .nav-tabs li:last-of-type {
	border-right: none;
}
.panel .nav-tabs li:first-of-type {
	border-left: none;
}
.panel .nav-tabs li.active a {
	border: none;
}
.panel .tab-content ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: #f44336;
}
.panel .tab-content ul li:last-child {
	margin-bottom: 8px;
}
.panel .tab-content ul li a p span {
	color: #818181;
	font-size: 11px;
}
.panel .tab-content .img-responsive {
	float: left;
	margin: 3px 8px 0 8px;
}
.nav-tabs.nav-tabs-bottom>li.active>a, .nav-tabs.nav-tabs-bottom>li.active>a:hover, .nav-tabs.nav-tabs-bottom>li.active>a:focus {
	border-color: transparent;
	border-bottom:1px solid #f44336;
	background-color: transparent;
}
.nav-tabs.nav-tabs-solid .active a {
	color: #fff;
	background-color: #e4000d;
}
.nav-tabs.nav-tabs-solid > .active > a:focus, .nav-tabs.nav-tabs-solid .active a {
	color: #fff;
	background-color: #e4000d;
}
.tabbable .nav-tabs {
	border-bottom: none;
}

/* ----------------------------------------------------------------
	15.0 - Forms
-----------------------------------------------------------------*/
.form-reply-section {
	margin-top: 10px;
}
.form-reply-section .col-xs-12 {
	padding-left: 0;
}
.form-reply {
	margin-top: 0;
	margin-bottom: 1.625em;
}
.form-control {
	display: block;
	width: 100%;
	font-size: 1em;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e3e2e2;
	box-shadow: none;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-weight: 400;
	padding: 6px 10px;
	letter-spacing: .02em;
	margin-bottom: 1.625em;
}
.form-group {
	margin-left: 0;
	margin-bottom: 1.625em;
}
.form-control:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #49494d;
}
.has-error .help-block {
	color: #d4000e;
}
.form-reply-section .btn {
	display: inline-block;
	background-color: #49494d;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 8px 30px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 1px;
}
.form-reply-section .btn:hover {
	color: #FFF;
}
textarea {
	resize: vertical;
}
.form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

/* ----------------------------------------------------------------
	16.0 - Sidebar Newsletter
-----------------------------------------------------------------*/
.sidebar-newsletter-form {
	padding: 0;
	border-radius: 1px;
	margin-bottom: 18px;
	height: 30px;
	margin-top: 8px;
}
#sidebar-newsletter input[type="email"] {
	border: 1px solid #e3e2e2;
	float: left;
	box-shadow: none;
	padding-left: 12px;
	border-radius: 2px;
}
label {
	display:inline-block;
	max-width:100%;
	margin-bottom:0;
	font-weight:700
}

/* ----------------------------------------------------------------
	17.0 - Breaking News Ticker $ News On-Air
-----------------------------------------------------------------*/
.outer {
	width: auto;
	height: 40px;
	overflow: hidden;
	background-color: #000;
	margin-bottom: 1.625em;
}
.outer ul {
	padding: 0;
}
.outer li {
	padding: 8px 0 8px 15px;
}
.outer li a {
	text-decoration: none;
	color: #CCC;
	font-weight: 400;
}
.breaking-ribbon h4 {
	margin: 0;
	color: #FFF !important;
}
.newsticker h4, .news-on-air h4 {
	margin: 0;
}
.breaking-ribbon {
	color: #FFF;
	width: auto;
	height: 100%;
	padding: 8px 16px;
	float: left;
	text-transform: uppercase;
	display: inline;
	letter-spacing: .01em;
	background-color: #d4000e;
}
.breaking-ribbon h5 {
	margin: 0;
	padding-top: 4px !important;
	color: #FFF !important;
}
.newsticker, .news-on-air {
	position: relative;
	overflow: hidden;
	display: block;
	color: #CCC;
	height: 40px;
	background-color: #212126;
}
.news-on-air .fa {
	padding-right: 8px;
	color: #CCC !important;
}
.outer .category {
	color: #FFF;
}
.outer a:hover {
	color: #FFF !important;
}
.navi {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
button.up, button.down {
	background-color: transparent;
	border: none;
	color: #FFF;
	float: left;
	font-size: 18px;
	transition: color .2s;
	opacity: .5;
	padding-right: 2px;
}
button.up:hover, button.down:hover {
	opacity: 1;
}

/* ----------------------------------------------------------------
	18.0 - Prettify
-----------------------------------------------------------------*/
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
} 
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}