/* -------------- LAYOUT ------------------*/

/* ---------- Element Overrides ------------ */

html 	{
	position: relative;
  	min-height: 100%;
	color:#888;
}

body  {
  	margin-bottom: 60px;
	font-family:'Roboto', sans-serif;

}

header {
	background-position:center bottom;
	position:relative;
	z-index:1;
}

ol { padding-left:20px }

.well {padding:10px}

/* ---------- Columns ------------ */

.rightColumn {
	padding-left:26px !important
}

/* reset padding to bootstrap defaults on mobile */
@media screen 
	and (min-width:769px){
    .leftColumn {
		padding-right:4px !important
    }
}

@media screen 
	and (min-width:200px)
	and (max-width:768px){
    .leftColumn {
        padding-right:15px !important;
    }
	.rightColumn {
        padding-left:15px !important;
    }
}

/* used for headlines next to thumbnails in RC */
@media screen
	and (max-width:992px) {
	.no-gutter {
		padding-left:15px !important;
	}
}

.no-gutter {
	padding-left:0px;
}

.headlines_title {
	margin-top:0px;
}

.headlines_separator {
	margin:4px 0 8px;
}

/* ---------- Footer ------------ */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fff;
}

/* -------------- NAVIGATION ------------------*/

.navbar-brand {
	padding:5px
}

#topNav {
	z-index:-1;
}

#nav {
	width: 100%;
	box-shadow:0px 2px 2px #222;
	border-color: #000;
	background-repeat: repeat-x;
	z-index:1;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #ccc;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #ccc;
}

#nav.affix-top {
   z-index:1;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:2;
   -webkit-transition: all .6s ease-in-out;
}

.logo {padding:10px;}
.smalllogo {width:50px;}

.nav li a {
	cursor:pointer;
}

.icins {
	margin-left:4px;
}

#nav_expand .container {
	padding-bottom:8px;
}

/* -------------- Mobile NAVIGATION ------------------*/

.navbar-toggle {
	margin-left:15px;
}

.nav_weather {
	margin-right:15px;
}


/* -------------- Expanded Dropdown NAVIGATION ------------------*/

.navbar {
	margin-bottom: 0px;
}

#nav_expand, #features_expand {
	width: 100%;
	box-shadow:0px 2px 2px #222;
	border-color: #000;
	background-repeat: repeat-x;
	min-height:0px;
	display:none;
}

#nav_expand h4, #features_expand h4 {
	color:#fff;
}

#nav_expand.affix, #features_expand.affix{
   position: fixed;
   top: 51px;
   z-index:2;
   -webkit-transition: all .6s ease-in-out;
}

#nav_expand a, #features_expand a {
	color:#ffffff;
	text-decoration:none;
}

#nav_expand h3 a, #features_expand h3 a {
	text-decoration:underline;
}

#body_container {
	background-color:#ffffff;
	margin-top:0px;
	padding-top:20px;
	position:relative;
	z-index:1;
}

/* -------------- HEADER ------------------*/
#weather {vertical-align:middle; padding:0px 0px 10px 0px; float:right}
.current {font-size:14pt; color:#fff; padding-top:10px}
.current > span {font-size:8pt}
.high {font-size:14pt; color:yellow; font-weight:bold; padding:0px 10px 0px 0px}
.low {font-size:14pt; color:#ADD8E6; font-weight:bold}
.city {font-size:10pt; color:#fff; padding-right:5px}
.location {font-size:8pt; color:#ccc;}
#weather .media-body {max-width:180px}
#weather {/*background-color:rgba(34,34,34,0.5);*/padding:0px 0px 5px 5px} 

/* -------------- THEME ------------------*/

.alert {
	margin-bottom:10px;
	border-radius:0px;
}

.alert-danger {
	background-color:#cc0000; 
	color:#fff;
	padding:8px
}

.alert-info {
	color:#fff;
	padding:8px
}

.alert-warning {
	background-color:yellow; 
	color:red;
	padding:8px;
}

h3 	{
	margin:0; 
	padding:8px 0px; 
	font-size:12pt; 
	font-weight:bold;
	color:navy
}

#rightColumn h3 {
	font-size:12pt;
	border-bottom:1px solid #888;
	}
	
#rightColumn section {
	margin-bottom:15px;
	}

h3.biotitle {
	margin:0px;
	padding:5px 0px; 
	font-size:10pt;
}

h3 a {
	text-decoration:none;
}

h3 a:hover {
	text-decoration:none;
}

h4, h4 a {
	color:navy;
	font-size:12pt;
}

.ad {
	margin:0px auto 15px;
}

.thumbnail {
	margin-bottom:0px;
}

.tiles { 
	background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
   	transition: border 0.2s ease-in-out 0s;
   	height:300px;
	position:relative;
	overflow:hidden;
}

.tiles > img { 
	height: auto;
    max-width: 100%;
}

.vid_tiles { 
	background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
   	transition: border 0.2s ease-in-out 0s;
   	min-height:214px;
	position:relative;
	overflow:hidden;
}

.vid_tiles > img { 
	height: auto;
    max-width: 100%;
}

.breaking_banner {
	position: absolute; 
	top: 0px !important; 
	right: 0px !important; 
	left: auto !important;
	bottom: auto !important;
	z-index: 1;
	width:35% !important;
}

.video_overlay {
	position: absolute;
	top: auto !important;
	right: 4px !important;
	left: auto !important;
	bottom: 4px !important;
	z-index: 1;
	width: 30px !important;
}

.newscategory {
	background-color:rgba(34,34,34,0.6);
	padding:4px 6px; 
	color:#fff; 
	font-size:9pt; 
	position:absolute;
	top:10px;
}

.newscategory a {
	color:#fff;
	text-decoration:none;
}

.newscategory a:hover {
	text-decoration:none;
}

.feature_title  {
	padding-left:0px;
}

.feature_title h3 {
	margin:0px;
	padding:5px 5px; 
	font-size:10pt;
}

/*image resize*/
.img-wrapper-portrait {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:100%;
}

.img-wrapper-portrait {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:100%;
}

.img-wrapper-portrait:after {
	content: "";
	display:block;
	padding-top:177%;
}

.img-wrapper-portrait img {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	height:100%;'
}

.img-wrapper {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:100%;
}

.img-wrapper:after {
	content: "";
	display:block;
	padding-top:56.25%;
}

.img-wrapper img {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;'
}

.img-border {	
	border:4px solid #fff;
}

.alert_height_static {
	height:40px;
}

/* --------------STORY------------------*/
.sidebar img {
	max-width:100%;
}

.storyDate {
	color:#5a5a5a;
}

.storyItem {
	padding:4px 0;
}

.related_list {
	list-style-type:none;
	padding-left:0px;
}

/* --------- CALENDAR -------------------*/
#calendar-box {
	width:100%;
}

#row6 {
	margin-bottom:40px;
	
}

.box {
	border:1px solid white;
	text-align:center;
	padding:10px 0 0;
	background-color:#f9f9f9;
	min-height:6em !important;
	
}

.dayBox {
	border:1px solid white;
	text-align:center;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#F2F1EF;
}

.box:hover {
	background-color:#F2F1EF;
}

.weekendBox {
	background-color:#6C5195;
	color:white;
}

.weekendBox:hover {
	background-color:#2ABB9B;
}

.deadBox {
	background-color:#F2F1EF;
}

.deadBox:hover {
	background-color:#F2F1EF;	
}

.eventDay {
	font-weight:bold;
}

.eventDay a {
	text-decoration:none;
}
	
.btnPick {
	background-color:#FFB61E;
	margin-top:20px;
	color:#eee;
}

.btnPick:hover {
	background-color:#F9690E;
	color:#F2F1EF;
}

h3.monthName {
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:-1px;
	color:#525252;
}

h3.page-header.monthName{
	margin-right:24px;
	  border-bottom: 1px solid #eee;
	  position: relative;
	  right: 4px;
}

.dayHas.btn-info{
	background-color:#2ABB9B;
}

.dayHas.btn-info:hover{
	background-color:#6C5195
}

.weekendBox > .btn-info {
	background-color:#f9f9f9;
	border-color:transparent;
	color:#525252;
}
.weekendBox > .btn-info:hover {
	background-color:#F2F1EF;
}

.monthContainer {
	margin-left:0px;
}

/* ---------------------CUSTOM FOOTER-----------------*/
.siteFooter {
	margin-bottom:-60px;
	color:#ffffff;
	position:relative;
	z-index:10;
}

.siteFooter .container {
	padding-top:10px;
	padding-bottom:10px;
}

.siteFooter h5 a {
	color:#ffffff;
	font-weight:bold;
}

.siteFooter h6 a {
	color:#ffffff;
}

.siteFooter .footerLinks {
	padding:10px 0;
	background-color:rgba(10,10,10,0.4);
}

.siteFooter ul.inline {
	list-style:none;
	margin:0px;
	padding:0px;
}

.siteFooter ul.inline > li {
	display:inline-block;
	padding:0px 15px 0px 0px;
}

.siteFooter ul.inline > li a {
	color:#ffffff;
}

/* -----------------RADAR---------------------- */

.radarContainer {
	width:100%;
	height:464px;
}

@media screen 
	and (min-width:200px)
	and (max-width:768px){
    .radarContainer {
		height:240px;
    }
}

/* ------------------TEST FOR ADS------------------ */
.cube-ad-container {
    position: relative;
    padding-bottom: 83.33%;
    height: 0;
    overflow: hidden;
}

.cube-ad-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---------------- TEST FOR BG ADS ----------------- */
.wallpaper_container {
	left: 0px; 
	position: fixed; 
	width: 100%; 
	background-size: auto auto;
	background-position: center top; 
	background-repeat: no-repeat; 
	z-index: 0; 
	top: 50px; 
	height: calc(100% - 50px);
}

.wallpaper_left {
	height:100%; width:100%; position:absolute; top:0px; left:0px; width:50%;
}

.wallpaper_right {
	height:100%; width:100%; position:absolute; top:0px; right:0px; width:50%;
}

.wallpaper_link {
	height:100%;
	width:100%;
	display:block;
}
