@charset "UTF-8";


/*
Theme Name: Honolulu Star-Advertiser
Author: Honolulu Star-Advertiser Digital Development
Author URI: https://wordpress.org/
*/




/* @group Master Elements */
/* 1. MASTER ELEMENTS */

body, html {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;	
	font-size:1.75vh;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #1F1F1F;
	background:#FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 700;
	color: #1F1F1F;
	margin: 0;
}

h1 {
	font-size: 4.0vh;
	line-height: 38px;
	margin: 0 0 3% 0;
}
h2 {
	font-size: 3.75vh;
}
h3 {
	font-size: 2.0vh;
}


/*
#section-front h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #1F1F1F;
	margin: 0;
}
*/


#section-front a {
	color: #1F1F1F;
}

#section-front a:hover {
	color: #000;
}


/*
#story-section h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #1F1F1F;
	
}
#section h1, h2, h3, h4, h5, h6 {
	color: #1F1F1F;
}
*/

a {
	text-decoration:none;
}
.clearfix {
	clear: both;
}
.desktop {
	visibility: visible;
}
.tablet {
	display: none;
	visibility: hidden;
}

.mobile {
	display: none;
	visibility: hidden;
}

.byline {
	font-size:1.5vh;
	font-weight:normal!important;
	color:#1F1F1F;
}
.byline a {
	color:#1F1F1F!important;
	text-decoration: underline;
}
#photo-gallery .byline a {
	color: #FFF!important;
}
.byline a:hover {
	font-weight: 700;
}
.caption {
	width: 100%;
	margin: 1% auto 2%;
	display: block;
	font-size: .95vh;
	line-height: 16px;
}
.corrections {
	width: 98%;
	padding: 1%;
	margin: 2% auto;
	display: block;
	color: #4e0000;
	background: #d7b2b2;
	font-style: italic;
	font-size: 15px;
}
.modified {
	font-size: 12px;
	font-style: italic;
	color: #88a9bb;
	display: none;
}
.more-link {
	font-weight: 700;
	color: #000;
}
i.fa-star {
	color: #0083de;
	font-size:.72em;
	/* -webkit-text-shadow: 0 0 1px #000;
	-moz-text-shadow: 0 0 1px #000;
	-o-text-shadow: 0 0 1px #000;
	-ms-text-shadow: 0 0 1px #000;
	text-shadow: 0 0 1px #000;*/

}
section.anchor {
	display: block; 
	position: relative; 
	top: -150px; 
	visibility: hidden;
}
.blur {
	-webkit-filter:blur(3px);
	-moz-filter:blur(3px);
	-o-filter:blur(3px);
	-ms-filter:blur(3px);
	filter:blur(3px);
	-webkit-opacity: .65;
	-moz-opacity: .65;
	-o-opacity:.65;
	-ms-opacity:.65;
	opacity: .65;
}


.loginoverlay {
	position: absolute;
	width: 90%;
	padding: 5%;
	top: 12%;
	left: 0;
	-webkit-text-shadow: 0 0 1px #A0A0A0;
	-moz-text-shadow: 0 0 1px #A0A0A0;
	-o-text-shadow: 0 0 1px #A0A0A0;
	-ms-text-shadow: 0 0 1px #A0A0A0;
	text-shadow: 0 0 1px #A0A0A0;
	text-align: center;
	z-index: 300;
}
.loginoverlay h3 a:hover {
	color: #000!important;
}

.desktop {
	visibility: visible;
}
.mobile {
	visibility: hidden;
}
.weather #section h1 {
	text-transform: none!important;
}
ins {
	text-decoration: none!important;
}
sup {
	line-height: 0;
}

/* My Comment */
#main-container {
	width:100%;
	min-width:982px;
	display:block;
	margin:50px auto 0;

}
#footer {
	width: 100%;
	display: block;
	background: #000;
	padding: 2% 0;
	margin: 0;
	text-align: center;
	color: #FFF;
	float: left;
	font-size: 12px;
}
textarea {
	width: 98%;
	padding: 1%;
	display: block;
}
.widget-title {
	display: none;
}

/* SCROLL BACK TO TOP */
#top-anchor {
	width: 70px;
	height: 40px;
	/*-webkit-border-radius: 10px 10px 0 0;
	background:rgba(180,180,180,.99);
	background-color: #b9b9b9;*/
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 900;
	display: none;
	color:#C9C9C9;
	text-align: center;
	font-size: 3.5em;
	line-height: 0;
}
#top-anchor a {
	color: #C9C9C9;
}





/* RESPONSIVE YOUTUBE  */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:2%;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}



/* SOCIAL */
#social {
	width: 100%;
	margin: 1% 0;
	text-align: center;
}
#social ul {
	margin: 0;
	padding: 0;
}
#social ul li {
	list-style-type: none;
	display: inline;
	margin: 0 .5%;
}
#social i {
	color: #FFF;
}
#social i.fa-facebook-official:hover {
	color: #45619d;
}
#social i.fa-twitter:hover {
	color: #00ebee;
}
#social i.fa-google-plus:hover {
	color: #d90000;
}
#social i.fa-instagram:hover {
	color: #b64000;
}
#social i.fa-youtube-play:hover {
	color: #ff0000;
}

i.fa-facebook-official a:hover {
	color: #45619d!important;
}

i.fa-twitter a:hover {
	color: #00ebee!important;
}
i.fa-google-plus a:hover {
	color: #d90000!important;
}
i.fa-linkedin a:hover {
	color: #0077b5!important;
}
.excerpt {
	font-size: 16px;
	line-height: 22px;
	color: #1F1F1F;
}

/* POST NAVIGATION */
.nav-links {
	font-size: 15px;
	line-height: 17px;

}

.nav-links a {
	color: #1F1F1F;
}
.nav-links a:hover {
	color: #000;
	font-weight: 700;
}


/* Toolip */
.tooltip {
	display: inline;
	position: relative;
}
.tooltip:hover:after {
	width: 300px;
	background: #0083de;
	padding: 8px;
	color: #FFF;
	position: absolute;
	left: -15px;
	top: -48px;
	content:  "Blue stars indicate subscriber content. Please login to view story.";
	font-size: 12px;
	line-height: 13px;

}
.tooltip:hover:before {
	content:"";
    position: absolute;
    left: -5px;
    top:-6px;
    width:0px;
    height:0px;
    border-top:10px solid #0083de;
    border-right:15px solid transparent;
    border-left:15px solid transparent;

}

/* BREAKING ALERT BOX */
#breaking-alert {
	width: 80%;
	display: block;
	margin: 0 auto 5%;
	padding: 2% 10%;
	background: #FF0000;
	color: #FFF;
	float: left;
	font-size: 30px!important;
}
#breaking-alert h2 {
	color: #FFF;
	font-size: 40px;
}

/* AUTHOR PROFILES */
.author-avatar {
	width: 100%;
	overflow: hidden;
	margin: 0 0 5% 0;
	float: left;
}
.author-avatar img {
	width: 100%;
	height: auto;
}
.author-blurb {
	width:300px; 
	float:left; 
	margin:0 5% 0 0; 
	position:relative;	
	font-size: 12px;
}
.author-posts {

	width: calc(95% - 300px);
	float: left;
}
#author-sidebar {
	width: 300px;
    min-width: 200px;
    padding: 0 10px;
    background: rgba(255,255,255,.15);
    position: relative;
    z-index: 0;

}
#author-sidebar a {
	color: #1F1F1F;
}



#author-sidebar.stick {
	position: fixed;
    top: 15%;
    left: 5%;
    z-index: 0;
	
}

#author-sidebar ul {
	margin: 0 0 5% 0;
	padding: 0;
}
#author-sidebar ul li {
	list-style-type:none;
	margin:0 0 1.5% 0;
	padding:0 0 1.5% 0;
	font-size:15px;
	line-height:20px;
	color:#1F1F1F;
	border-bottom: dashed 1px #D3D3D3;
}
#author-sidebar ul li a:hover {
	color: #000;
	font-weight: 700;
}


/* GAME DAY TRACKER */
#gametracker {
	width:100%;
	height:auto;
	position:relative;
	margin:10px auto;
	font-family:Arial, Helvetica, 'sans-serif';
	font-weight:700;
	color:#FFF;
}
#gametracker img {
	width:100%;
	height:auto;
}
#gametracker .home-score {
	width:auto;
	position:absolute;
	left:18%;
	top:40%;
	z-index:1000;
	text-align:left;
}

#gametracker .away-score {
	width:auto;
	position:absolute;
	right:18%;
	top:40%;
	z-index:1000;
	text-align:right;
}
#gametracker .score {
	font-size:7.0vw;
}
#gametracker .quarter {
	width:100%;
	position:absolute;
	top:50%;
	z-index:900;
	text-align:center;
	font-size:2.0vw;
}

/* DFP AD FIXES */
#div-gpt-ad-1444028495459-45 iframe {
	width: 100%;
	height: 100%;
	min-height: 50px;
	max-height: 100px;
}

#div-gpt-ad-1444028495459-46 iframe {
	width: 100%;
	height: 100%;
	min-height: 50px;
	max-height: 100px;
}
#div-gpt-ad-1444028495459-47 iframe {
	width: 100%;
	height: 100%;
	min-height: 50px;
	max-height: 100px;
}


.DFP-sliding-billboard {
	width:100%; 
	text-align:center; 
	float:left; 
	position:relative; 
	z-index:1;
	margin: 25px 0 0;
	background: #000;
	padding: 5px 0;
}


/* YELLOW PAGES */
#yellow-pages {
	width: 300px;
	height: 250px;
	padding: 15px;
	background: #f3ed91;
	overflow-y:scroll;
	
}
#yellow-pages h3 {
	width: 100%;
	margin: 0 0 5% 0;
	
}
#yellow-pages a:hover {
	font-weight: 700;
	color: #000;
}

/* AD BLADE */

.adblade-dyna.zone-930 .zone .ad a.description {
	color: #6D6D6D!important;
}

/* MODAL WINDOW BIG Q */
#modal-big-q {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.75);
	z-index: 6000;
}
#modal-big-q .window {
	width: 80%;
	padding: 5%;
	position: fixed;
	top: 20%;
	background: #FFF;
}




/* @end */

/* @group Top Nav */



/* 2. TOP NAV */
#top-nav {
	width:100%;
	min-width: 982px;
	height:45px;
	background:#FFF;
	border-bottom:#D3D3D3 solid 1px;
	position:fixed;
	top:0;
	z-index:10000000;
	display:block;
	
}
#top-nav ul {
	margin:0;
	padding:0;
	height:45px;
}
#top-nav .left ul {
	margin:0;
	padding:0;
	height:45px;
	float:left;
}
#top-nav ul li {
	font-size:10px;
	color:#404040;
	display:inline;
	list-style-type:none;
	height:100%;
	margin-right:15px;
	padding:19px 15px 19px 0;
	text-transform:uppercase;
}
#top-nav ul li a {
	color:#404040;
}

#top-nav ul li a:hover {
	color: #000;
	font-weight: 700;
}
#top-nav .box {
	width:45px;
	height:45px;
	position:absolute;
	background-color: #d3d3d3;
	background-size:cover;
	left:0;
	top:0;
}
#top-nav .logo {
	width:20%;
	text-align:center;
	margin:0 40%;
	position:relative;
}
#top-nav .logo img {
	height:40px;
	width:auto;
}
#top-nav .left {
	width:40%;
	text-align:left;
	position:absolute;
	left:60px;
	top:15px;
}
#top-nav .right {
	width:40%;
	text-align:right;
	position:absolute;
	right:5px;
	top:15px;
}
#top-nav-secondary {
	width:100%;
	height:20px;
	position:fixed;
	top:45px;
	left:0;
	padding:5px 0;
	background:#000;
	z-index:10000000;
	/*border-bottom:solid 1px #D7D7D7;*/
}
#top-nav-secondary .inner {
	width:100%;
	min-width:982px;
	overflow:hidden;
}
#top-nav-secondary ul {
	margin:6px auto 0;
	padding:0;
}
#top-nav-secondary ul li {
	list-style-type:none;
	display:inline;
	color:#FFF;
	font-size:12px;
	margin:0 1%;
}
#top-nav-secondary ul li:first-child {
	margin-left:0!important;
}
#top-nav-secondary ul li a {
	color:#FFF;
}
#search-box {
	width: 50%;
	display: block;
	float: right;
}
#search-icon {
	width: 10%;
	height: 21px;
	display: block;
	float: left;
	background:#404040;
	color: #FFF;
	text-align: center;
	padding: 1px 0 0 0;
}
input[type=search] {
	width: 75%;
	height: 22px;
	border: solid 1px #404040;
	background: #FFF;
	padding: 1%;
	float: left;
	margin: 0 -5px 0 0;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appeareance:none;
	-ms-appearance:none;
	appearance:none;
	box-sizing: border-box;

}
.menu-top-container {
	width: 80%;
    min-width: 982px;
    position: absolute;
    top: 0;
    left: 4%;
}
.longs-bug {
	float: right;
	margin: 0 2% 0 0;
}


/* SLIDE IN NAV */
#slide-in-nav {
	width: 350px;
	background: rgba(0,0,0,.95);
	height: 90%;
	position: fixed;
	top: 75px;
	z-index: 1000000000;
	overflow:scroll;
	padding: 10px 0 250px 0;
}

#slide-in-nav #menu {
	width: 100%;
	height: 90%;
	margin: 5px;
	color: #FFF;
	font-size: 12px;
	overflow-y: scroll;
	padding-bottom: 12%;
}
#slide-in-nav #menu ul {
	padding: 0;
	margin: 0;
}
#slide-in-nav #menu ul li {
	list-style-type: none;
	margin: 0 0 25px 0;
}
.hidden {
	position:fixed;
	left:-1000px;
	top:0;
}
#fade-logo {
	display: none;
}
.main-logo {
	width: 100%;
	height: auto;
}

/* MOBILE SLIDE IN NAV */

#mobile-slide-menu {
	width: 98%;
	padding: 2%;
	color: #FFF;
	font-size: 18px;
}
#mobile-slide-menu a {
	color: #FFF;
}
#mobile-slide-menu ul {
	margin: 0;
	padding: 0;
}
#mobile-slide-menu ul li {
	width: 100%;
	list-style-type: none;
	margin: 2% auto;
	display: block;
}
ul.sub-menu {
	margin: 5% 0 0 5%!important;
}


/* @end */

/* @group Weather and Ears */

/* 3. WEATHER AND EARS */

#weather {
	-webkit-width:calc(96% - 410px);
	-moz-width:calc(96% - 410px);
	-o-width:calc(96% - 410px);
	-ms-width:calc(96% - 410px);
	width:calc(96% - 410px);
	height:auto;
	margin:0 2%;
	padding: 1% 0 0 0;
	display:block;
	float:left;
	text-align: center;
}
.todays-weather-container {
	width: 100%;
	float: left;
}
.todays-weather {
	width:50%; 
	height:80px; 
	float:left; 
	display:table;
}
.todays-forecast {
	font-size:30px;
	font-size: 3vw;
	width:100%;
	display:block;
	float:left;
}
.five-day-forecast {
	width: 75%;
	display: table;
	height:100%; 
	float:left; 
	color:#1F1F1F;
}
.five-day-list {
	width: 15%;
	margin: 0 2% 0 0;
	display: block;
	text-align: center;
	float: left;
	font-size: 20px;
	color: #1F1F1F;
}
.five-day-list:last-child {
	margin: 0;
}
.five-day-icon {
	height:110px; 
	width:auto; 
	display:block; 
	margin:0 auto;
}
.five-day-conditions {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #1F1F1F;
}


#weather-news {
	width:100%;
	max-width: 1150px;
	margin:0 auto;
	display:inline-block;
	padding:0 1%;
	background:none;
	/*border:solid 1px #D3D3D3;*/
	clear:both;
	font-size: 18px;
	line-height: 24px;
	text-align: left;	
}
#weather-news h1 {
	font-size: 30px!important;
	line-height: 32px!important;
	font-weight: 700;
	margin: 0 0 3% 0;
	text-transform: none!important;
	
}
#weather-news  h1 a  {
	color: #1F1F1F;
}
#weather-news  h1 a:hover  {
	color: #000;
}
#weather-news a {
	color: #000;
}
#weather-news h3 {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #1F1F1F;
	margin: 0 0 1% 0;
	display: block;
	
}
#weather-news h3 a {
	color: #1F1F1F;
}
#weather-news h3 a:hover {
	color: #000;
}
#weather-news .thumbnail {
	width: 50%;
	height: 300px;
	overflow: hidden;
	float: left;
	display: block;
	margin: 0 2% 0 0;
}
#weather-news .blurb {
	width: 48%;
	float: left;
}
#weather-news .excerpt {
	font-size: 18px;
	line-height: 25px;
}
#weather-news .thumbnail img {
	width: 100%;
	height: auto;
}




#map {
	width:100%;
	height:650px; 
	display:block; 
	float:left; 
	margin:1% auto 2%;
	overflow: hidden;
}
#half-map {
	width:49%;
	margin: 0 2% 0 0;
	display: inline-block;
	float: left;
}
#half-map .inner {
	height: 350px;
	overflow: hidden;


}
#half-map:last-child {
	margin: 0;
	clear: right;
}
#weather-section {
	width: 80%;
	max-width: 1350px;
	margin:0 auto 10px;
	padding: 0 0 30px 0;
	display:inline-block;
	background:none;
	border-bottom:solid 1px #D3D3D3;
	position: relative;
	clear:both;
	/* font-size: 18px; */
}
#weather-section a  {
	color: #1F1F1F;
}
/*#weather-section .left {
	width: calc(100% - 300px);
	float: left;
}
*/
/*#weather-section .left .inner {
	width: 100%;
	display: block;
	float: left;
}*/

#weather-section .left-ear {
	width:300px!important;
	display:block;
	position: absolute;
	top: 100px;
	left: 0;
}

#weather-section .inner {
	width:425px!important;
	margin: 0 auto;
}
#weather-section .right {
	width: 300px;
	display:block;
	position: absolute;
	top: 100px;
	right: 0;
}
#weather-section .right img {
	width: 100%;
	height: auto;
	margin: 3% 0 0 0;
}

#weather-section .logo {
	width:100%!important;
	float:none!important;
	margin:0 auto!important;
}
#weather-section .weather-icon {
	width:auto; 
	height:60px; 
	margin:0 1% 0 0; 
	float:left
}
#weather-section .degrees {
	width:auto;
	height:60px;
	margin:3% 1% 0 0;
	padding:1% 0 0 0;
	float:left;
}
#weather-section .traffic {
	width:auto;
	height:60px;
	float:left;

}

#weather-section .traffic h3 {
	font-size: 2.5vh;
}






/* @end */

/* @group Homepage */

/* 4. HOMEPAGE */

#after-carousel {
	width: 100%;
	display: block;
	text-align: center;
}

#section {
	width: 80%;
	max-width: 1350px;
	min-width: 1000px;
	margin:0 auto;
	display:inline-block;
	padding:50px 1%;
	background:none;
	border-bottom:solid 1px #D3D3D3;
	clear:both;
	/* font-size: 18px; */
	line-height: 24px;
	text-align: left;
}
#section a {
	color:#1F1F1F;
}
#section.clear {
	width:92%;
	margin:1% 4%;
	display:block;
	padding:0!important;
	float:left;
	background:none!important;
	border:none!important;
}
#section h1 {
	width:100%;
	font-size:5.0vh;
	line-height:45px;
	margin:0 0 2% 0;
	text-transform:uppercase;
	color: #88a9bb;
}
#section h1 a {
	color: #88a9bb;

}
#section h1 a:hover {
	color: #000;

}
#section .left {
	width:80%;
	margin:0 2% 0 0;
	float:left;
}
#section .left .thumbnail {
	width:100%;
	max-height:500px;
	overflow:hidden;
	margin:0;
	position: relative;
}
#section .left .thumbnail img {
	width:105%;
	height:auto;
	/*-webkit-transition: all 4s ease; 
	-moz-transition: all 4s ease; 
	-o-transition: all 4s ease; 
	-ms-transition: all 4s ease; 	
	transition: all 4s ease;*/
	position: relative;


}
#section .left .thumbnail img:hover {
	/*-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);*/
}
#section .left .headline {
	width: 75%;
	padding: 1%;
	position: absolute;
	left: 0;
	bottom: 2%;
	z-index: 500;
	background: rgba(0,0,0,.75);
	color: #FFF;

}
#section .left .headline h2 {
	text-shadow: 1px 1px 2px #000;
}
#section .left .headline h2 a  {
	color: #FFF!important;
}
#section .left .headline .byline {
 	color: #FFF;
 	text-shadow: 1px 1px 2px #000;

}
#section .left .headline .byline a {
 	color: #FFF!important;
 	text-shadow: 1px 1px 2px #000;

}
#section .left .mobile-headline {
	width: 100%;
	color: #1F1F1F;

}
#section .left .mobile-headline a {
	color: #1F1F1F;
}
#section .left .mobile-headline .byline {
	color: #1F1F1F;
}
#section .left .mobile-headline .byline a {
	color: #1F1F1F!important;
}

#section .left h2 {
	width:100%;
	font-size: 4.25vh;
	margin:0 0 1% 0;
	font-weight:700;
	display:block;
	line-height:40px;
	color:#1F1F1F;

}
#section .left  h2:hover  {
	color:#000;
}
#section .right {
	width:18%;
	float:left;
}
#section .right ul {
	margin:0;
	padding:0;
}
#section .right ul li {
	list-style-type:none;
	margin:0 0 6% 0;
	padding:0 0 6% 0;
	font-size:18px;
	line-height:20px;
	color:#1F1F1F;
	border-bottom: dashed 1px #D3D3D3;
	font-weight: 600;
}
#section .right ul li a {
	color:#1F1F1F;
}
#section .right ul li a:hover {
	color:#000;
	font-weight:700;
}
#section .right ul li.visited a {
	color: #d3d3d3;
}

#section .more {
	width:100%;
	margin:2% auto;
	font-weight:700;
	font-size:2.75vh;
	text-transform:uppercase;
}
#section .more a:hover {
	color: #000;
}



/* 5. EMERGENCY NEWS ALERT */
#alert {
	width: 90%;
	display: block;
	float: left;
	margin: 2% 0 0 0;
	padding: 3% 5%;
	background: #c30000;
	color: #FFF;
	font-size: 22px;
	line-height: 22px;
	
}
#alert h1 {
	width: 100%;
	margin: 0 0 2% 0;
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
}
a #alert h1  {
	color: #FFF;
}


/* 6. HOMEPAGE CAROUSEL */
.carousel {
	width:100%;
	height:700px;
	display:block;
	position:relative;
	margin:0 0 1% 0;
	padding: 0;
	float:left;
	overflow:hidden;
	background: rgba(0,0,0,.6);
	color: #FFF;
	clear: both;
}
.carousel .featured-image {
	width:100%;
	height:700px;
	overflow:hidden;
	position:relative;
}
.carousel .featured-image img {
	width:100%;
	height:auto;
}
.carousel-text {
	width:30%;
	position:absolute;
	left:4%;
	bottom:4%;
	padding:1%;
	background:rgba(0,0,0,.85);
	z-index:500;
	color: #FFF;;
}
.carousel h2 {
	color:#FFF;
	font-weight:700;
}
.carousel ul {
	margin: 0;
	padding: 0;
}.carousel .bx-wrapper .bx-viewport {
	border-top: 1px!important;
}
.bx-viewport {
	height: auto!important;
}

/* GALLERY / BLOGS */

#section-gallery-normal {
	width:100%;
	float:left;
}

#section-gallery-normal #gallery-thumb {
	width:23.5%;
	margin-right:2%;
	display:block;
	float:left;

}

#section-gallery-normal #gallery-thumb:nth-child(4n) {
	margin-right:0!important;
}

#section-gallery-normal #gallery-thumb:nth-child(5n) {
	clear: left;
}
#section-gallery-special #gallery-thumb {
	width:48%;
	margin:0 2% 0 0;
	float:left;
}

#gallery-thumb h2 {
	width:100%;
	font-size:20px;
	margin:0 0 25px 0;
	color:#1F1F1F;
}
.blog-left {
	width: 300px;
	margin: 0 2% 0 0;
	float: left;
	
}

#blog {
	width:calc(98% - 300px); 
	float:left;
}
#blog.bottom {
	width:calc(95% - 300px); 
	float:left;
}

#blog .blogroll {
	width:48%;
	margin:0 2% 0 0;
	display:block;
	float: left;
}
#blog .blogroll:nth-child(2n) {
	margin: 0;
}

#blog .blogroll ul {
	margin:0;
	padding:0;
}
#blog .blogroll ul li {
	list-style-type:none;
	margin:0 0 2% 0;
	padding:0 0 2% 0;
	font-size:15px;
	font-weight: 700;
	line-height:25px;
	color:#1F1F1F;
	border-bottom: dashed 1px #D3D3D3;
}
#blog .blogroll ul li a:hover {
	color: #000;
	font-weight: 700;
}


.blogroll ul li a:hover {
	color: #000;
	font-weight: 700;
}
.blogroll .logo {
	width: 90%;
	height: auto;
}


#blog .half-roll {
	width:47.5%;
	margin:0 5% 0 0;
	display:block;
	float: left;
}
#blog .half-roll:nth-child(2n) {
	margin: 0;
}

#blog .half-roll ul {
	margin:0;
	padding:0;
}
#blog .half-roll ul li {
	list-style-type:none;
	margin:0 0 1.5% 0;
	padding:0 0 1.5% 0;
	font-size:15px;
	line-height:20px;
	color:#1F1F1F;
	border-bottom: dashed 1px #D3D3D3;
}
#blog .half-roll ul li a:hover {
	color: #000;
	font-weight: 700;
}


.half-roll ul li a:hover {
	color: #000;
	font-weight: 700;
}

#blog .half-roll ul li .modified {
	display: block!important;
}



#gallery-thumb .thumbnail {
	width:100%;
	height:150px;
	overflow:hidden;
	display:block;
	margin:0 0 1% 0;
}
#gallery-thumb .thumbnail img {
	width:110%;
	height:auto;
	/*-webkit-transition: all 4s ease;  Safari and Chrome */
	/*-moz-transition: all 4s ease;  Firefox */
	/*-o-transition: all 4s ease;  IE 9 */
	/*-ms-transition: all 4s ease;  Opera */
	/*transition: all 4s ease;*/
}

#gallery-thumb .thumbnail img:hover {

	/*-webkit-transform: scale(1.1);  Safari and Chrome */
	/*-moz-transform: scale(1.1); /* Firefox */
	/*-ms-transform: scale(1.1); /* IE 9 */
	/*-o-transform: scale(1.1); /* Opera */
	/*transform: scale(1.1);*/
}



/* NDN */



.ndn_widget_VideoPlayer-Inline590 .ndn_sliderWrapper {
	width:88%!important;
	margin:0 2%;
	background:#000!important;

}

.ndn_widget_VideoPlayer-Inline590 .ndn_selectableVideos .ndn_selectableVideo {
	width:125px!important;
	margin-right:15px!important;
}
.ndn_sliderWrapper .ndn_carousel-wrapper {
	width:100%!important;
	max-width:1000px!important;
}

.ndn_sliderThumbnailTitle {
	color:#FFF!important;
	background:#000!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderNext {
	width:4%;
	margin-left:0!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderPrev {
	width:4%;
	margin-right:0!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderNavButton {
	width:4%!important;
}


/* DINING OUT */

#dining-out {
	width: 96%;
	padding: 1% 2% 5%;
	margin: 5% auto;
	background: #f68e1f;
	float: left;
	display: block;
	position: relative;
	-webkit-box-shadow:0px 0px 15px #bababa;
	-moz-box-shadow:0px 0px 15px #bababa;
	-o-box-shadow:0px 0px 15px #bababa;
	-ms-box-shadow:0px 0px 15px #bababa;
	box-shadow:0px 0px 15px #bababa;
}
#dining-out .logo {
	width: 25%;
	padding: 1%;
	margin: 1% auto;
}
#dining-out ul {
	margin: 0;
	padding: 0;
	
}

#dining-out ul li {
	list-style-type: none;
	width: 23.5%;
	margin: 0 2% 0 0;
	display: inline;
	float: left;
}
#dining-out ul li:nth-child(4n){
	margin: 0!important;
}
#dining-out .thumbnail {
	width: 100%;
	height: 200px;
	background: #FFF;
	position: relative;
	overflow:  hidden;
}
#dining-out .thumbnail img {
	width: 125%;
	height: auto;
	/*-webkit-transition: all 4s ease; */
	/*-moz-transition: all 4s ease; */
	/*-o-transition: all 4s ease; */
	/*-ms-transition: all 4s ease; 	*/
	/*transition: all 4s ease;*/
	position: relative;
}


#dining-out .thumbnail img:hover {
	/*-webkit-transform: scale(1.1); */
	/*-moz-transform: scale(1.1); */
	/*-ms-transform: scale(1.1); */
	/*-o-transform: scale(1.1); */
	/*transform: scale(1.1);*/
}

#dining-out h3 {
	font-size: 20px;
	width: 96%;
	padding: 0 2%;
	margin: 0;
	color: #FFF;
	background: rgba(0,0,0,.65);
	position: absolute;
	left: :0;
	bottom: 0;
}




/* HONOLULU PULSE */

#pulse {
	width: 96%;
	padding: 1% 2% 5%;
	margin: 5% auto;
	background-image: url(/wp-content/uploads/site-images/pulse_bg.jpg);
	-webkit-background-image: url(/wp-content/uploads/site-images/pulse_bg.jpg);
	-moz-background-image: url(/wp-content/uploads/site-images/pulse_bg.jpg);
	-o-background-image: url(/wp-content/uploads/site-images/pulse_bg.jpg);
	-ms-background-image: url(/wp-content/uploads/site-images/pulse_bg.jpg);
	background-size:120% auto;
	-webkit-background-size:120% auto;
	-moz-background-size:120% auto;
	-o-background-size:120% auto;
	-ms-background-size:120% auto;
	float: left;
	display: block;
	position: relative;
	-webkit-box-shadow:0px 0px 15px #bababa;
	-moz-box-shadow:0px 0px 15px #bababa;
	-o-box-shadow:0px 0px 15px #bababa;
	-ms-box-shadow:0px 0px 15px #bababa;
	box-shadow:0px 0px 15px #bababa;
}
#pulse .logo {
	width: 25%;
	padding: 1%;
	margin: 0 auto 1%;
}
#pulse ul {
	margin: 0;
	padding: 0;
	
}

#pulse ul li {
	list-style-type: none;
	width: 23.5%;
	margin: 0 2% 0 0;
	display: inline;
	float: left;
}
#pulse ul li:nth-child(4n){
	margin: 0!important;
}
#pulse .thumbnail {
	width: 100%;
	height: 200px;
	background: #FFF;
	position: relative;
	overflow:  hidden;
}
#pulse .thumbnail img {
	width: 125%;
	height: auto;
	/* -webkit-transition: all 4s ease; */
	/*-moz-transition: all 4s ease; */
	/*-o-transition: all 4s ease; */
	/*-ms-transition: all 4s ease; */	
	/*transition: all 4s ease;*/
	position: relative;
}


#pulse .thumbnail img:hover {
	/*-webkit-transform: scale(1.1); */
	/*-moz-transform: scale(1.1); */
	/*-ms-transform: scale(1.1); */
	/*-o-transform: scale(1.1); */
	/*transform: scale(1.1);*/
}

#pulse h3 {
	font-size: 20px;
	width: 96%;
	padding: 0 2%;
	margin: 0;
	color: #FFF;
	background: rgba(0,0,0,.65);
	position: absolute;
	left: :0;
	bottom: 0;
}
/* STREET PULSE*/
#streetpulse {
	width: 90%;
	min-height: 150px;
    padding: 1% 5%;
    margin: 2% auto;
	float: left;
    display: block;
    position: relative;
    background-image: url(/wp-content/uploads/site-images/sp-widget-background.jpg);
	-webkit-background-image: url(/wp-content/uploads/site-images/sp-widget-background.jpg);
	-moz-background-image: url(/wp-content/uploads/site-images/sp-widget-background.jpg);
	-o-background-image: url(/wp-content/uploads/site-images/sp-widget-background.jpg);
	-ms-background-image: url(/wp-content/uploads/site-images/sp-widget-background.jpg);
	background-size:120% auto;
	-webkit-background-size:110% auto;
	-moz-background-size:110% auto;
	-o-background-size:110% auto;
	-ms-background-size:110% auto;
	-webkit-box-shadow:0px 0px 15px #bababa;
	-moz-box-shadow:0px 0px 15px #bababa;
	-o-box-shadow:0px 0px 15px #bababa;
	-ms-box-shadow:0px 0px 15px #bababa;
	box-shadow:0px 0px 15px #bababa;
}
#streetpulse a h3 {
	color: #FFF;
}
#streetpulse a {
	color: #FFF;
}
#streetpulse .logo {
	width: 25%;
	padding: 1%;
	margin: 1% auto;


}
#streetpulse .sp1 {
	width: 30%;
	display: block;
	float: left;
	margin: 0 5% 0 0;
}
#streetpulse .sp1 .thumbnail {
	width: 100%;
	height: 200px;
	margin: 0 0 15px 0;
	display: block;
	float: left;
	overflow: hidden;	
	
}
#streetpulse .sp1 img {
	width: 110%;
	height: auto;
	/*-webkit-transition: all 4s ease;*/
    /*-moz-transition: all 4s ease;*/
    /*-o-transition: all 4s ease;*/
   /* -ms-transition: all 4s ease;*/
   /* transition: all 4s ease;*/
    position: relative;
}
#streetpulse .sp1 img:hover {
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*-ms-: scale(1.1);*/
	/*transform: scale(1.1);*/
}
#streetpulse .sp2 {
	width: 30%;
	display: block;
	float: left;
}
#streetpulse .sp2 .thumbnail {
	width: 100%;
	height: 200px;
	margin: 0 0 15px 0;
	display: block;
	float: left;
	overflow: hidden;	
}
#streetpulse .sp2 img {
	width: 110%;
	height: auto;
	/*-webkit-transition: all 4s ease;*/
    /*-moz-transition: all 4s ease;*/
    /*-o-transition: all 4s ease;*/
   /* -ms-transition: all 4s ease;*/
   /* transition: all 4s ease;*/

    position: relative;
}
#streetpulse .sp2 img:hover {
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*-ms-: scale(1.1);*/
	/*transform: scale(1.1);*/
}




/* COLUMNISTS */
#section-columnists {
	width: 90%;
	padding: 2% 5%;
	margin: 2% auto;
	background: #2D2D2D;
	-webkit-box-shadow:0px 0px 15px #bababa;
	-moz-box-shadow:0px 0px 15px #bababa;
	-o-box-shadow:0px 0px 15px #bababa;
	-ms-box-shadow:0px 0px #bababa;
	box-shadow:0px 0px 15px #bababa;
	float: left;
	text-align: left;
}
#section-columnists h1 {
	width: 100%;
	display: block;
	font-size: 30px;
	margin: 0 0 5% 0;
	color: #FFF;
}
#section-columnists .more {
	color: #FFF;
	margin: 0 auto;
}
#section-columnists .more a {
	color: #FFF;
}
#section-columnists .more a:hover {
	color: #D3D3D3;
}
#columnists ul {
	padding: 0;
	margin: 0;
}
#columnists ul li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 30.666%;
	margin: 0 4% 5% 0;
}
#columnists .byline {
	color: #FFF;
}
#columnists .byline a {
	color: #FFF!important;
}
#columnists ul li:nth-child(4) {
	clear: left;
}
#columnists ul li:nth-child(3n) {
	margin: 0!important;
	float: right;
	clear: right;
}
#columnists .entry-thumbnail {
	width: 130px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin: 0 5% 1% 0;
}
#columnists .entry-thumbnail img {
	width: 100%;
	height: auto;
}
#columnists .category {
	display: block;
	margin: 0 0 1% 0;
	color: #88a9bb;
	font-size: 20px;
}
#columnists .category a {
	color: #88a9bb ;
}
#columnists .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
#columnists .title a {
	color: #FFF;
}



/* BIG Q */
#section .big-q-left {
	width: 300px;
	margin: 0 5% 0 0;
	float: left;
}
#section .big-q-right {
	width: calc(95% - 300px);
	float: left;
}
#section .big-q-right .big-q-logo {
	width: 20%;
	margin: 0 2% 0 0;
	float: left;
}
#section .big-q-right .big-q-question {
	width: 73%;
	float: left;
}
	
#section .big-q-right h2 {
	width: 100%;
	display: block;
	font-size: 3.25vh;
	line-height: 35px;
	margin: 0 0 2% 0;
	
}
#section .big-q-right ul {
	margin: 0;
	padding: 0;
}
#section .big-q-right ul li {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: dashed 1px #D3D3D3;
	font-size: 20px;
	display: block;

}
.wp-polls .Buttons {
	border: none!important;
	background-color: #0083de!important;
	width: 300px;
	padding: 1%;
	font-size: 20px;
	color: #FFF;
}

/* @group My Group */



/* @end */


/* @end */

/* @group Section Front / Category Page */
/* SECTION FRONT */
#section-front-sidebar {
	width: 20%;
	min-width: 200px;
	height: 80%;
	padding: 10px;
	background: rgba(255,255,255,.15);
	position: fixed;
	left: 2%;
	top: 12%;
	display: none;
	z-index: -1000;
	overflow: auto;
}
#section-front-sidebar ul {
	margin: 0;
	padding: 0;
}
#section-front-sidebar ul li {
	list-style-type:none;
	margin:0 0 2% 0;
	padding:0 0 2% 0;
	font-size:10px;
	line-height:14px;
	color:#1F1F1F;
	border-bottom: dashed 1px #D3D3D3;
}
#section-front-sidebar ul li a {
	color: #1F1F1F;
}
#section-front-sidebar ul li a:hover {
	font-weight: 700;
	color: #000;

}
#category-archive #section-front {
	width: 80%;
	min-width: 400px;
	margin: 2% 10% 5%;
	padding: 0 0 5% 0;
	float: left;
	border: none!important;
	
}

#section-front {
	width: 60%;
	display: block;
	margin: 2% 0 2% 25%;
	padding: 0 0 2% 0;
	float: left;
	border-bottom: dotted 1px #C3C3C3;

}
#section-front:after {
	clear: both;
}
#section-front .preview {
	width: 100%;
	margin: 1% 0 5% 0;
	float: left;
}
#section-front .thumbnail {
	width: 50%;
	height: 300px;
	overflow: hidden;
	float: left;
	display: block;
	margin: 0 2% 0 0;
	position: relative;
}
#section-front .blurb {
	width:48%;
	float:left
}
#section-front .excerpt {
	font-size: 18px;
	line-height: 25px;
}
#section-front .thumbnail img {
	width: 100%;
	height: auto;
	/*-webkit-transition: all 4s ease;*/
    /*-moz-transition: all 4s ease;*/
    /*-o-transition: all 4s ease;*/
   /* -ms-transition: all 4s ease;*/
   /* transition: all 4s ease;*/

	position: relative;

}
#section-front .thumbnail img:hover {
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*-ms-: scale(1.1);*/
	/*transform: scale(1.1);*/

}

#section-front .left {
	width: 100%;
	margin: 0 0 2% 0;
	float: left;
}
#section-front .left .thumbnail {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
}
#section-front .left .thumbnail img {
	width: 100%;
	height: auto;
	/*-webkit-transition: all 4s ease;*/
    /*-moz-transition: all 4s ease;*/
    /*-o-transition: all 4s ease;*/
   /* -ms-transition: all 4s ease;*/
   /* transition: all 4s ease;*/


}
#section-front .left .thumbnail img:hover {
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*-ms-: scale(1.1);*/
	/*transform: scale(1.1);*/
}
#section-front .left .thumbnail .headline {
	width: 98%;
	padding: 1%;
	position: absolute;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,.75);
}
#section-front .left .thumbnail .byline {
	color: #FFF;
	-webkit-text-shadow:1px 1px 2px #000;
	-moz-text-shadow:1px 1px 2px #000; 
	-o-text-shadow:1px 1px 2px #000;
	-ms-text-shadow:1px 1px 2px #000;
	text-shadow:1px 1px 2px #000; 
	
}
#section-front .left h2 {
	width:100%;
	margin:0 0 1% 0;
	font-weight:600;
	display:block;
	line-height:40px;
	color:#1F1F1F;

}
#section-front .left a {
		color:#1F1F1F;

}
#section-front .left  h2:hover  {
	color:#000;
}
#section-front .left .headline a {
	color: #FFF!important;
	-webkit-text-shadow:1px 1px 2px #000;
	-moz-text-shadow:1px 1px 2px #000; 
	-o-text-shadow:1px 1px 2px #000;
	-ms-text-shadow:1px 1px 2px #000;
	text-shadow:1px 1px 2px #000;   
}
#section-front .left .byline {
	color: #1F1F1F;
	
}

#section-front .right {
	width: calc(95% - 300px);
	margin: 0 5% 0 0;
	float: left;
}

#section-front .right ul {
	width: 100%;
	margin: 0;
	padding: 1% 0 0 0;
	border-top: dashed 1px #C6C6C6 ;
}
#section-front .right ul li {
	width: 100%;
	list-style-type:none;
	margin:0 0 1.5% 0;
	padding:0 0 1.5% 0;
	color:#1F1F1F;
	font-weight: 600;
	border-bottom: dashed 1px #C6C6C6;
	
}

#section-front .right2 {
	width: 100%;
	margin: 0 5% 0 0;
	float: left;
}
#section-front .right2 ul {
	width: 100%;
	margin: 0;
	padding: 1% 0 0 0;
	border-top: dashed 1px #C6C6C6 ;
}
#section-front .right2 ul li {
	width: 100%;
	list-style-type:none;
	margin:0 0 1.5% 0;
	padding:0 0 1.5% 0;
	color:#1F1F1F;
	font-weight: 600;
	border-bottom: dashed 1px #C6C6C6;
	
}

#section-front ul li:last-child {
	margin: 0;
}

#section-front .right a {
	color: #1F1F1F;
}
#section-front .right a:hover {
	font-weight: bold;
	color: #000;
}

#section-front .more {
	width:100%;
	margin:2% auto;
	font-weight:700;
	font-size:2.75vh;
	text-transform:uppercase;
}
#section-front .more a {
	color: #1F1F1F;
}
#section-front .more a:hover {
	color: #000;
}

.section-front-box {
	width: 300px;
	float: left;
}


#section-front .preview:after {
	clear: both;
}
a#section-front .preview {
	color: #1F1F1F;
}

#section-front  h1 a  {
	color: #1F1F1F;
}
#section-front  h1 a:hover  {
	color: #000;
}
#section-front a {
	color: #000;
}
#section-front h3 {
	width: 100%;
	font-weight: 700;
	color: #88a9bb;
	margin: 0 0 1% 0;
	display: block;
	
}
#section-front h3 a {
	color: #88a9bb;

}
#section-front h3 a:hover {
	color: #000;
}
#section-front .preview .thumbnail {
	width: 300px;
	height: 185px;
	margin: 0 2% 0 0;
	float: left;
	overflow: hidden;
}
#section-front .preview .thumbnail img {
	width: 100%;
	height:auto;
	/*-webkit-transition: all 4s ease;*/
    /*-moz-transition: all 4s ease;*/
    /*-o-transition: all 4s ease;*/
   /* -ms-transition: all 4s ease;*/
   /* transition: all 4s ease;*/


}
#section-front .preview .thumbnail img:hover {
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*-ms-: scale(1.1);*/
	/*transform: scale(1.1);*/

}
#section-front .blogroll ul {
	margin: 0;
	padding: 0;
}
#section-front .blogroll ul li {
	list-style-type:none;
	margin:0 0 2.5% 0;
	padding:0 0 2.5% 0;
	color:#1F1F1F;
	border-bottom: dashed 1px #D3D3D3;
}
#section-front .blogroll ul li a {
	color: #1F1F1F;
}
#section-front .blogroll ul li a:hover {
	color: #000;
	font-weight: 700;
}


#section-front-2 {
	width: 90%;
	font-size: 20px;
	line-height: 25px;
	display: block;
	margin: 0 0 0 10%;
	float: left;
}
#section-front-2 .preview {
	width: 100%;
	margin: 1% 0 5% 0;
	float: left;
}


/* @group Native Ads */

#section .nativead h2 {
	width: 100%;
	display: block;
	margin: 0 0 2% 0;
	font-size: 30px;
	line-height: 40px;
	color: #70b700;
}
#section .nativead .thumbnail {
	width: 300px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin: 0 3% 0 0;
}
#section .nativead .presentedby {
	width: 100%;
	margin: 0 0 3% 0;
	font-size:12px;
	float: left;
}
#section .nativead .presentedby img {
	width: 10%;
	height: auto;
}
#section .nativead .thumbnail img {
	width: 120%;
	height: auto;
	/*-webkit-transition: all 4s ease;*/
    /*-moz-transition: all 4s ease;*/
    /*-o-transition: all 4s ease;*/
   /* -ms-transition: all 4s ease;*/
   /* transition: all 4s ease;*/
	position: relative;
}
#section .native .thumbnail img:hover {
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*-ms-: scale(1.1);*/
	/*transform: scale(1.1);*/
}



/* @end */


/* SUBMIT FORM */
#form-body {
	width: 96%;
	padding: 2%;
	font-size: 15px;
	line-height: 20px;
	float: left;
	background: #E3E3E3;
	border: solid 1px #C7C7C7;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* Form input */
#form-body input[type=text] {
	width: 45%;
	margin: 0 2% 4% auto;
	padding: 1%;
	display: block;
	font-size: 14px;
	float: left;
}
#form-body input[type=text]:nth-child(2n) {
	margin: 0 0 4% 0;
}


#form-body textarea {
	min-height: 150px!important;
}



/* Photo Gallery Section Front */
#photo-gallery-archive {
	width: 32%;
	height: 180px;
	float: left;
	position: relative;
	margin: 0 2% 2% 0;
}
#photo-gallery-archive:nth-child(3n+1) {
	margin: 0 0 2% 0!important;
}
#photo-gallery-archive .thumbnail {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#photo-gallery-archive .thumbnail img {
	width: 125%;
	height: auto;
	/*-webkit-transition: all 4s ease;*/
    /*-moz-transition: all 4s ease;*/
    /*-o-transition: all 4s ease;*/
   /* -ms-transition: all 4s ease;*/
   /* transition: all 4s ease;*/
	position: relative;
}
#photo-gallery-archive .thumbnail img:hover {
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*-ms-: scale(1.1);*/
	/*transform: scale(1.1);*/
}
#photo-gallery-archive .title {
	width: 98%;
	padding: 1%;
	font-size: 20px;
	font-weight: 700;
	background: rgba(0,0,0,.75);
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 25;
}

/* Photo Gallery Video Page */
#photo-gallery {
	width:70%; 
	margin:5% 15%; 
	float:left; 
	min-height: 300px; 
	display:block;
}

#photo-gallery a {
	color: #FFF;
}
#photo-gallery .byline {
	color: #FFF;
}
#photo-gallery .carousel-story-image {
	max-height: 700px;
}
#photo-gallery .caption {
	color: #FFF;
	font-size: 14px;
}

/* @end */

/* @group Story Level */

/* STORY CAROUSEL */

.carousel-story {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0 0 2% 0;
	float: left;
	overflow: hidden;
}
.carousel-story-image {
	width: 100%;
	max-height: 460px;
	overflow: hidden;
}
.carousel-story img {
	width: 100%!important;
	height: auto!important;
	display: block;
}
.caption {
	width: 100%;
	margin: 1% 0;
	color: #1F1F1F;
	font-size: 12px!important;
	
}
.redesign-SA-caption {
	width: 100%;
	margin: 1% 0;
	color: #1F1F1F;
	font-size: 12px!important;
	
}
redesign-SA-photo-credit {
	width: 100%;
	margin: 1% 0;
	color: #1F1F1F;
	font-size: 12px!important;
}

.carousel-story .ndn_embedContainer {
	background:#000;
	width: 100%!important;
	height: 400px!important;
}
.carousel-story ul li {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
}
.carousel-story .bx-viewport {
	width: 100%;
	position:relative;
	height: 100%;
	border: none!important;
	left: 0!important;
}

/* STORY LEVEL */


#story-section {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	font-size: 18px;
	line-height: 30px;
	color:#1F1F1F;
	position: relative;
}
#story-section .container {
	width: 60%;
	max-width: 728px;
	margin: 2% auto 0;
	clear: both;
	padding: 0 0 5% 0;
}
#story-section h1 {
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
	margin: 0 0 3% 0;
}
#story-section h3 {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #1F1F1F;
	margin: 0 0 1% 0;
	display: block;
}
#story-section h3 a {
	color: #1F1F1F;
}
#story-section h4 {
	width: 100%;
	font-size: 28px;
	line-height: 32px;
	display: block;
	margin: 2% auto;
}


#story-section .featured-image {
	width:100%;
	max-height: 500px;
	display: block;
	margin: 0 0 2% 0;
	overflow: hidden;
}
#story-section .featured-image img {
	width: 100%;
	height: auto;
}
#story-section .info {
	width: 300px;
	float: left;
	margin: 0;
	display: block;
}
#story-section ul {
	margin: 0;
	padding: 0;
}
#story-section ul li {
	list-style-type:none;
	margin:0 0 1.5% 0;
	padding:0 0 1.5% 0;
	font-size:15px;
	line-height:20px;
	color:#1F1F1F;
	font-weight: 600;
	border-bottom: dashed 1px #D3D3D3;
	
}
#story-section ul li a:hover {
	font-weight: 700;
	color: #000;
}
#story-section ul li a {
	color: #1F1F1F;
}
#story-section.photo-gallery ul li a {
	color: #FFF;
}
#gallery-social-media ul li a {
	color: #FFF;
}
#info-box {
	width: 350px;
	display: block;
	background: #D3D3D3;
	font-size: .8em;
	line-height: 2em;
	float: right;
	margin: 5% -35% 5% 5%;
	padding: 3%;
}
.infoboxright_table {
	width: 350px;
	display: block;
	background: #D3D3D3;
	font-size: .8em;
	line-height: 2em;
	float: right;
	margin: 5% -35% 5% 5%;
	padding: 3%;
}
.infoboxright_table a {
	color: #1F1F1F;
}
.infoboxright_table a:hover {
	color: #000;
	font-weight: 700;
}
.pullquote {
	width: 300px;
	padding: 50px 25px;
	font-size: 3.0vh;
	font-weight: 700;
	margin: 25px -50px 25px 25px;
	float: right;
	display: block;
	text-decoration: none!important;
	border-top: solid 3px #1F1F1F;
	border-bottom: solid 3px #1F1F1F;
}

.box-ad {
	width: 300px;
	display: block;
	float: left;
	margin: 0 2% 0 -15%;
	clear: both;
}
.top-social-media-icons {
	width: 300px;
	display: block;
	float: left;
	margin: 0 3% 0 -15%;
	clear: both;
}
.top-social-media-icons ul {
	margin: 0;
	padding: 0;
}
.top-social-media-icons ul li {
	list-style-type: none;
	font-size: 4em!important;
	margin: 0 10% 0 0!important;
	display: inline;
	border: none!important;
	float: left;
}
.social-media-icons {
	width: auto;
	position: fixed;
	left: 15px;
	top: 12%;
	display: none;
	z-index: 1000000;
	/*width: 100%;
	display: block;
	float: left;
	margin: 0 3%% 3% 0;
	clear: both;*/
}
.social-media-icons ul {
	margin: 0;
	padding: 0;
}
.social-media-icons ul li {
	list-style-type: none;
	font-size: 1.5em!important;
	margin: 0 0 15% 0!important;
	display: block;
	border: none!important;
	/*list-style-type: none;
	font-size: 1.75em!important;
	margin: 0 2% 0 0!important;
	display: inline;
	border: none!important;
	float: left;*/
}

/* COMMENTS */
#comments {
	width: 100%;
	background: #d1d1d1;
	margin: 5px 0 0 0;
	padding: 10px 0 40px 0;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	display: none;
	float: left;
}
#comments-tab {
	width: 15%;
	height: 30px;
	background: #000;
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 200;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;	
	color: #FFF;
	font-size: 1.5em;
	padding: .25% 1%;
}
#comments-tab:hover {
	cursor: pointer;
}
#comment-arrow {
	float: left;
	margin: 0 15px 0 0;
	color: #FFF;
}
#comment-arrow a {
	color: #FFF;
}
#comments-count {
	width: auto;
	height: 30px;
	bottom: 0;
	z-index: 200;
	color: #FFF;
	font-size: 14px;
}


#comments h4 {
	width: 64%;
	display: block;
	margin: 1% auto;
}
#comments-container {
	width: 60%;
	display: block;
	margin: 1% auto;
	padding: 2%;
	background: rgba(255,255,255,.65);
}
#comments ul {
	border: 0;
	margin: 0;
}
#comments ul li {
	border-bottom: none!important;
}
ul.children {
	width: 94%;
	display: block;
	margin: 2% auto!important;
	padding: 2% 3%!important;
	background: rgba(255,255,255,.65);
	border: solid 1px #D3D3D3!important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

	
}
.rotate {
	transform:rotate(-180deg);
}
.comment-author vcard {
	width: 100%;
	font-weight: bold;
	display: block;
}
.comment-metadata {
	width: 100%;
	margin: 2% auto;
	font-size: 12px;
	display: block;
}
.popular-posts {
	width:calc(96% - 300px); 
	display:block; 
	float:left;
}
.bottom-box-ad {
	width:300px; 
	display:block; 
	margin-right:4%; 
	float:left;
}
#story-nav {

	display: none;
	
}

#story-nav .left h1 {
	font-size: 30px;
}

#story-nav2 .right h1 {
	font-size: 30px;
}
#story-nav2 {

	display: none;
	
}
#story-nav .left {
	width: auto;
	position: fixed;
	left: 5px;
	top: 55%;
	z-index: 1000000;
}
#story-nav .left a {
	color: #1F1F1F;
}
.gallery-nav #story-nav a {
	color: #FFF;
}
#story-nav2 .right {
	width: auto;
	position: fixed;
	top: 55%;
	right: 5px;
	text-align: right;
	z-index: 1000000;
}
#story-nav2 .right a {
	color: #1F1F1F;
}
.gallery-nav #story-nav2 a {
	color: #FFF;
}

/* NDN AREA */
#ndn-section {
	width: 100%;
	min-height: 40px;
	display: block;
	float: left;
	margin: 0;
	background: #000;
	position: relative;
	z-index: 5;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderPrev {
	background-position: -25px -365px!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderNext {
		background-position: 5px -365px!important;

}
.ndn_widget_VideoPlayer-Inline590 .ndn_videoPlayer {
	height: 480px!important;
	margin: 0 0 25px 0!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderNavButton:hover {
	background-color: #1F1F1F!important;


}	

.signup-options {
	width: 90%;
	padding: 2% 5%;
	margin: 2% auto;
	background: #5D5D5D;
	color: #FFF;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
}
.signup-options:hover {
	background: #002932;
}
.signup-options a {
	color: #FFF;
}

/* WP POLLS */

.wp-polls .pollbar {border:none!important; height: 15px!important;}
.wp-polls-ul li:nth-child(01) .pollbar{ background:#14698e}  
.wp-polls-ul li:nth-child(02) .pollbar{ background:#780000}  
.wp-polls-ul li:nth-child(03) .pollbar{ background:#094000} 
.wp-polls-ul li:nth-child(04) .pollbar{ background:#636363}
.wp-polls-ul li:nth-child(05) .pollbar{ background:#ff6600}
.wp-polls-ul li:nth-child(06) .pollbar{ background:#000000}




/* @end */

/* @group Search Results fixes */

.gs-title  {
	color: #000!important;
	text-decoration: none!important;
}

.search-box {
	width: 75%;
	height: 22px;
	border: solid 1px #b3b3b3;
	background: #FFF;
	padding: 1%;
	float: left;
	margin: 0 -5px 0 0;
}
.search-submit {
	display: none;
}
#search-box .screen-reader-text {
	display: none;
}


/* @end */

/* @group 404 Page */
#errortext {
	width:45%;
	position:fixed;
	top:45%;
	left:25%;
	z-index:150000;
	text-align:center;
	padding:5%;
	color:#1F1F1F;
	-webkit-text-shadow:1px 1px 0px #000, 0px 0px 5px #FFF ;
	-moz-text-shadow:1px 1px 0px #000, 0px 0px 5px #FFF;
	-o-text-shadow:1px 1px 0px  #000, 0px 0px 5px #FFF;
	-ms-text-shadow:1px 1px 0px  #000, 0px 0px 5px #FFF;
	text-shadow:1px 1px 0px  #000, 0px 0px 5px #FFF;
	background: rgba(255,255,255,.6);
}
#errortext h1 {
	width:100%;
	margin: 0;
	display:block;
	font-size:5em;
	line-height: 1em;
	font-weight: 700;
	color:#ff0000;

}
#errortext #search-box {
	width:90%;
	display:block;
	float:right;
	margin:2% auto;
}
#errortext h3 {
	width:100%;
	margin: 0;
	display:block;
	font-size:2em;
	font-weight: 700;

}
#overlay {
     width:100%;
     height:100%;
     position:fixed;
     top:0;
     background:rgba(255,255,255, .9);
     z-index: 490;
}
#overlay img {
	width:100%;
	height:auto;
	-webkit-filter:blur(2px);
	-moz-filter:blur(2px);
	-o-filter:blur(2px);
	-ms-filter:blur(2px);
	-webkit-opacity:.4;
	-moz-opacity:.4;
	-o-opacity:.4;
	-ms-opacity:.4;
	opacity:.4;
	
}



/* @end */

/* @group 1500px wide and larger */
@media screen and (min-width:1500px) {
	

#main-container {
		margin:90px auto 10px;

}
#top-nav {
	height: 60px;
}
#top-nav .box {
	width: 60px;
	height: 60px;
}
#top-nav .left {
	left: 80px;
}
#top-nav ul li {
	font-size: 15px;
}
#top-nav .logo img {
	height: 50px;
}
#search-icon {
	height: 30px;
}
input[type=search] {
	height: 30px;
}
#top-nav-secondary {
	height: 30px;
	top: 60px;
}
#top-nav-secondary ul li {
	font-size: 15px;
}
#top-anchor {
	bottom: 80px;
}
#slide-in-nav {
	top: 90px;
}

.todays-forecast {
	font-size: 75px;
}
.carousel {
	height:750px;
}
.carousel .featured-image {
	height:750px;
	
}
#section h1 {
	line-height: 40px;
}
#section .left .thumbnail {
	max-height: 600px;
}

#section .right ul li {
	margin: 0 0 8% 0;
	padding: 0 0 8% 0;
}

#section-front .thumbnail {
	width: 55%;
	height: 350px;
}
.author-posts #section-front .thumbnail {
	height: 300px;
}
#section-front .blurb {
	width: 40%;
}
#section-front .left .thumbnail {
	height: 600px;
}

#gallery-thumb .blogroll ul li {
	font-size: 18px;
	line-height: 22px;
	
}
#gallery-thumb h2 {
	font-size: 20px;
	line-height: 30px;
}
#gallery-thumb .thumbnail {
	height: 200px;
}
#section-front .preview .thumbnail {
	width: 400px;
	height: 250px;
}
.playListPlayer {
	height: 500px!important;
	width: 100%;
}
#photo-gallery-archive {
	height: 250px;

}
/*
#weather-section .weather-icon {
	height: 120px;
}
*/


.DFP-sliding-billboard {
	margin: 10px 0;
	
}
}


/* @end */

/* @group 1200px to 1499px */

@media screen and (min-width:1200px) and (max-width:1499px) {
	

#section .left .thumbnail {
	max-height:600px;
}
#section .right ul li {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 8% 0;
}
.playListPlayer {
	height: 500px!important;
}
#photo-gallery-archive {
	height: 250px;

}
#weather-section .weather-icon {
	height: 80px;
}
.DFP-sliding-billboard {
		margin: 25px 0 10px;
}
}

/* @end */

/* @group 1290px and below WEATHER HEADER */

@media screen and (max-width:1290px) {

#weather-section .left-ear {
	display:none!important;
}

#weather-section .inner {
	width:350px!important;
	float: left!important;
}
#weather-section .right {
	float: right!important;
}


}




/* @end */




/* @group 900px to 1199px */
@media only screen and (min-width : 800px) and (max-width : 1199px)  {
	
#section .left {
	width: 65%;
}
#section .right {
	width: 33%;
}
#section .right ul li {
	margin: 0 0 4% 0;
	padding: 0 0 4% 0;
	font-size: 16px!important;
}

#gallery-thumb .thumbnail {
	height: 130px;
}
#columnists .entry-thumbnail {
	width: 80px;
	height: 100px;
}
#weather-section .weather-icon {
	height: 60px!important;
}
.author-posts #section-front .thumbnail {
	width: 100%!important;
	height: 300px!important;
}

.author-posts #section-front .blurb {
	width: 100%;
}


}

/* @end */


/* @group ipad portriat */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
body {
	font-size: 14px;
}	
.tablet {
	display: block;
	visibility: visible;
}
h1 {
	font-size:35px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
#section h1 {
	font-size: 35px!important;
}
#section h2 {
	font-size: 25px!important;	
}
#section .left h2 {
	font-size: 25px!important;
}
#section .more {
	font-size: 25px!important;
}
.byline {
	font-size: 15px!important;
}
#top-nav {
	min-width: 1px;
}
#top-nav-secondary {
	height: 30px;
}
#top-nav-secondary .inner {
	width: 97%;
	min-width: 10px;
	margin: 0 auto;
	
}
#top-nav-secondary ul li {
	font-size: 9px;
	margin: 0 5px;
}
#top-nav .right {
	width: 50%;
}
.menu-top-container {
	width: 85%;
	left: 2%;
	min-width: 10px;
	margin: 0;
}
.longs-bug {
	margin: 5px 2% 0 0;
}



.mobile {
	visibility: visible!important;
	display: block;
}
.desktop {
	visibility: hidden;
	display: none;
}
.main-logo {
	width: 300px;
	height: auto;
}
	
#main-container {
	width:100%;
	min-width:0px;
	display:block;
	margin:50px auto 10px;
}
#top-nav .left {
	display: none;
}
#top-nav .logo {
	margin: 0;
	position: absolute;
	left: 62px;
}
#left-ear, #right-ear {
	display: none;
	visibility: hidden;
}
#weather {
	width: 100%;
}
#weather-section {
	width: 95%;
}
/*#weather-section .left {
	width: calc(100%-300px);
}*/
#weather-section .right {
	width: 300px;
	display: block;
}
#weather-section .logo {
	max-width: 400px;
	margin: 0 auto;
	float: none;
}
#weather-section .weather-icon {
	width:auto; 
	height:40px; 
	margin:1% 1% 0 0; 
	float:left
}
#weather-section .inner {
	width: 350px!important;
	float: left;
}
#weather-section .left-ear {
	display:none;
}
#weather-section .degrees {
	width:auto;
	height:40px;
	margin:0 1% 0 0;
	padding:1% 0 0 0;
	float:left;
}
#weather-section .traffic {
	width:auto;
	height:40px;
	margin:0 1% 0 0;
	padding:1% 0 0 0;

}
#tile1 {
	width: 50%;
	float: left;
}

.five-day-list {

	font-size: 12px;
}
.five-day-icon {
	height:80px; 
}
.five-day-conditions {
	font-size: 10px;
	line-height: 12px;

}
#map {
	height:400px; 
	display:block; 
}

#half-map {
	height: 200px
}

.carousel {
	width: 100%;
	margin: 5% auto;
	height:450px;
}
.carousel .featured-image {
	height:450px;
}
.carousel h2 {
	bottom: 2px;
}
#section {
	width:80%;
	min-width: 100px;
	margin:0 10%;
	display:block;
	padding:3% 0;
	float: left;
}



#section .left {
	width:100%;
	margin: 0 0 2% 0;
	padding:  0 0 2% 0;
	border-bottom: 1px dashed #D3D3D3;

}
#section .left .thumbnail {
	max-height:450px;
	
}

#section .right {
	width:100%;
}
#section .right ul li {
	/* list-style-type:none;
	display: inline;
	width: 32%;
	min-height: 100px;
	float: left;
	margin:0 2% 2% 0!important;
	font-size:14px;
	border: none;
	color:#1F1F1F;
	*/
	width: 100%!important;
	font-size: 20px;
	margin: 0 0 2% 0;
	padding: 0 0 2% 0;
	border-bottom: 1px dashed #D3D3D3;
	min-height: 20px;

}
#section .right ul li:nth-child(3n){
	margin-right: 0!important;
}

#section .big-q-right h2 {
	font-size: 40px;
	line-height: 35px;
}

#section-front h1 {
	font-size: 30px;
	line-height: 40px;
	
}
.more {
	width: 100%;
	float: left;
	margin: 1% 0;
	text-align: center;
	font-size: 25px;
}

#columnists ul li {
	list-style-type: none;
	display: inline;
	width: 48%;
	
}
#columnists ul li:nth-child(odd) {
	float: left;
	clear: left;
	margin: 0 4% 5% 0!important;
	
}
#columnists ul li:nth-child(even) {
	float: right;
	clear: right;
	margin: 0 0 5% 0!important;
}
#columnists .title {
	font-size: 16px;
	line-height: 24px;
}

#blog .blogroll .more {
	text-align: left;
}

#gallery-thumb .thumbnail {
	height: 100px;
}
#photo-gallery-archive {
	height: 130px;
}
#photo-gallery-archive .title {
	font-size: 20px!important;
}
#section-gallery-normal #gallery-thumb h2 {
	font-size: 20px!important;
	margin: 0;
}


#section-front-sidebar {
	min-width: 150px;
}
#section-front-sidebar ul li {
	margin: 0 0 5% 0;
	padding: 0 0 5% 0;
}
#section .right ul li.section-front {
	width: 100%!important;
	font-size: 20px;
	margin: 0 0 1% 0;
	padding: 0 0 1% 0;
	border-bottom: 1px dashed #D3D3D3;
	min-height: 20px;
}

#comments-tab {
	width: 20%;
}
#section-front {
	width: 70%;
	margin: 2% 0 10% 28%;
}

.author-posts #section-front .byline {
	margin: 0 0 15px 0;
}

.author-posts #section-front .thumbnail {
	hight:250px;
}

#section-front .left {
	width: 100%;
	margin: 0 0 3% 0;
}
#section-front .left .thumbnail {
	width: 100%;
	height: 350px;
}

#section-front .right {
	width: 100%;
}

#section-front .thumbnail {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 2% auto;
}
#section-front .blurb {
	width: 100%;
}


#section-front .preview .thumbnail {
	width: 100%;
	height: 275px;
}

#category-archive #section-front {
	min-width: 1px;
}



#info-box {
	width: 275px;
	display: block;
	background: #D3D3D3;
	font-size: 18px;
	line-height: 25px;
	float: right;
	margin: 5% -25% 5% 5%;
	padding: 3%;
}
.infoboxright_table {
	width: 275px;
	display: block;
	background: #D3D3D3;
	font-size: 18px;
	line-height: 25px;
	float: right;
	margin: 5% -25% 5% 5%;
	padding: 3%;
}

.pullquote {
	width: 100%;
	padding: 20px 15px;
	font-size: 25px;
	font-weight: 700;
	margin: 25px auto;
	display: block;
	text-decoration: none!important;
	border-top: solid 3px #1F1F1F;
	border-bottom: solid 3px #1F1F1F;
}

.popular-posts {
	width:100%; 
	display:block; 
	float:left;
	margin: 2% auto;
}
.bottom-box-ad {
	width:100%; 
	display:block; 
	float:left;
	margin: 2% auto;
	text-align: center;
}
.playListPlayer {
	height: 300px!important;
}
.playListPlayerObject {
	height: 100%;
	width:78%!important;
	float: left;
}
.playListEntries {
	height: 100%;
	width: 20%!important;
	float: right!important;
	overflow-y:scroll;
}

.big-q-left {
	width: 100%!important;
	text-align: center;
	margin: 0% auto 5%!important;
	padding: 0 0 5% 0;
	border-bottom: solid 1px #D7D7D7;
	float: left;
}
.big-q-right {
	width: 100%!important;
	float: left;
}
.blog-left {
	width: 100%;
	margin: 5% auto;
}
#blog {
	width: 100%;
}
#blog .blogroll ul li  {
	font-size: 20px;
	
}
#blog.bottom {
	width: 100%;
}
#dining-out ul li {
	width: 49%;
	margin: 0 2% 2% 0;
}
#dining-out ul li:nth-child(2n) {
	margin: 0 0 2% 0;
}
#dining-out .thumbnail {
	height: 200px;
}

#pulse ul li {
	width: 49%;
	margin: 0 2% 2% 0;
}
#pulse ul li:nth-child(2n) {
	margin: 0 0 2% 0;
}
#pulse .thumbnail {
	height: 200px;
}
#streetpulse .sp1 .thumbnail {
	height: 120px;
	margin: 0 0 10px 0;

}

#streetpulse .sp2 .thumbnail {
	height: 120px;
	margin: 0 0 10px 0;

}

/* YELLOW PAGES */
#yellow-pages {
	width: 100%;
	height: 250px;
	padding: 15px 0;	
}
#yellow-pages h3 {
	width: 100%;
	margin: 0 0 5% 0;
	font-size: 3.0vh;
}

.DFP-sliding-billboard {
	margin: 34px 0 10px 0;
	max-height: 245px;

	
}
.DFP-sliding-billboard iframe {
	width: 100%;
	
}
.DFP-sliding-billboard iframe div {
	width: 100%;
	
}
}




/* @end */

/* @group Mobile */
@media screen and (min-device-width : 200px) and (max-device-width:750px) {


.mobile {
	visibility: visible!important;
	display: block;
}
.desktop {
	display: none;
	visibility: hidden;
}	
h2 {
	font-size: 1.75vh;
}
h3 {
	font-size: 1.5vh;
}	

#main-container {
	width:100%;
	min-width:0px;
	max-width: 600px;
	display:block;
	margin:60px auto 10px;
}
#footer {
	padding: 0 0 15% 0;
}
.main-logo {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
#top-nav {
	min-width: 10px;
}
#top-nav .logo {
	width:20%;
	text-align:center;
	margin:0 0 0 20%;
	position:relative;
}
#top-nav .logo img {
	height:35px;
	width:auto;
}
#top-nav ul li {
	font-size: 8px;
	margin: 10px 5px 0 0;
	padding: 0;
}
#slide-in-nav {
	width: 100%;
	top: 45px;

}
	


#weather {
	width: 100%;
	height: auto!important;
}
#weather-news .thumbnail {
	width: 100%;
	height: 200px;
	overflow: hidden;
	float: left;
	display: block;
	margin: 0 0 2 0;
}
#weather-news .blurb {
	width: 100%;
	float: left;
}
#weather-section {
	width: 95%;
	margin: 10px auto;
	padding: 0;
}
#weather-section .logo {
	width:60%; 
	height:auto; 
	margin:0 auto; 
	padding:0; 
	float:none;
}
#weather-section .weather-icon {
	width:auto; 
	height:35px; 
	margin:-3% 0 0 0; 
	float:left
}
#weather-section .degrees {
	width:auto;
	height:35px;
	margin:0;
	padding:10;
	float:left;
}
#weather-section .traffic {
	width:100%;
	height:35px;
	margin:1.5% 0;

}
/* #weather-section .left {
	width: 100%;
	float: left;
}*/

#weather-section .inner {
	width: 100%!important;
}
#weather-section .left-ear {
	display:none;
}
#weather-section .right {
	display: block!important;
	width: 100%;
	text-align: center;
	margin: 10px auto;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

#weather-section .traffic h3 {
	font-size: 2.5vh;
}
#weather-section .traffic h2 {
	font-size: 2.5vh;
}
.todays-weather {

	width: 100%!important;
}

.todays-weather-container {
	width: 48%!important;
	float: left;
	margin: 0 2% 0 0;
}
.todays-weather-container:nth-child(2n) {
	margin: 0!important;
}

.todays-forecast {
	font-size:30px;
	width:100%;
	display:block;
	float:left;
	margin-bottom:5px;
}
.five-day-forecast {
	width:100%!important;
	margin: 0 0 4% 0!important;
}
.five-day-list {
	width: 30%;
	margin: 0 5% 6% 0;
	display: block;
	text-align: center;
	float: left;
	font-size: 12px;
	color: #1F1F1F;
}
.five-day-list:nth-child(3n) {
	margin: 0 0 6% 0;
	clear: right;
}
.five-day-icon {
	height:80px; 
	width:auto; 
	display:block; 
	margin:0 auto;
}
.five-day-conditions {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #1F1F1F;
}

#map {
	width:100%;
	height:200px; 
	display:block; 
	float:left; 
	margin:1% auto 4%;
}
#half-map {
	width:100%;
	margin: 0 0 4% 0;
	display: block;
	float: left;
}
#half-map .inner {
	height: 200px;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch


}

.byline {
	font-size: 12px;
}
#top-nav .left {
	display: none;
}

#top-nav .right {
	position: absolute;
	width: 45%;
	right: 0;
}
#search-box {
	display: none;
}
#top-nav-secondary {
	display: none;
}
.carousel {
	width: 100%;
	height:250px;
	margin: 5% 0;
}
.carousel .featured-image {
	height:250px;
	
}

.carousel h2 {
	font-size: 20px;
	bottom: 0;
}
.carousel-story .ndn_embedContainer {
	background:#000;
	width: 100%!important;
	height: 200px!important;
}
#section .left {
	width:100%;
	margin: 0 0 4% 0;
	padding: 0 0 4% 0;
	border-bottom:1px dashed #D3D3D3
}
#section .left .thumbnail {
	max-height:200px;
	margin: 0 0 5% 0;
	
}
.mobile-section {
	width: 85%!important;
	margin: 1% 0 1% 15%!important;
}
#section {
	width: 95%;
	min-width: 200px;
	margin: 10px auto;
	padding: 10px 0;
}	

#section h1 {
	font-size: 25px;
	line-height: 24px;
	margin: 0 0 3% 0;
}


#section .right {
	width:100%;
}
#section .right ul li {
	width: 100%!important;
	font-size: 15px;
	margin: 0 0 4% 0;
	padding: 0 0 4% 0;
	border-bottom: 1px dashed #D3D3D3;
	min-height: 20px;
	
}
#section .left h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
}
#section-gallery-special {
	width: 100%;
}
#section-gallery-special #gallery-thumb {
	width: 100%;
}
.mobile-box-ad {
	width: 100%;
	text-align: center;
	margin: 2% auto!important;
	display: block;
}
#gallery-thumb h2 {
	font-size: 15px;
	margin: 0;
}
#section-gallery-normal #gallery-thumb {
	width: 49%;
	margin: 0 2% 0 0;
	float: left;
	clear: left;
}
#section-gallery-normal #gallery-thumb:nth-child(2n) {
	margin: 0!important;
	clear: right;
}
#gallery-thumb .thumbnail {
	height: 100px;
}

#columnists ul li {
	list-style-type: none;
	display: inline;
	width: 100%;
	margin: 0 0 4% 0!important;
	
}
#columnists .title {
	font-size: 16px;
	line-height: 24px;
}

.author-blurb {
	width:100%; 
	float:left; 
	margin:1% auto; 
}


#dining-out ul li {
	list-style-type: none;
	width: 48%;
	display: inline;
	
}
#dining-out ul li:nth-child(odd) {
	float: left;
	clear: left;
	margin: 0 4% 4% 0!important;
	
}
#dining-out ul li:nth-child(even) {
	float: right;
	clear: right;
	margin: 0 0 4% 0!important;
	
}
#dining-out .thumbnail {
	width: 100%;
	height: 120px;
}
#dining-out h3 {
	font-size: 16px;
	line-height: 24px;
}



#pulse ul li {
	list-style-type: none;
	width: 48%;
	display: inline;
	
}
#pulse ul li:nth-child(odd) {
	float: left;
	clear: left;
	margin: 0 4% 4% 0!important;
	
}
#pulse ul li:nth-child(even) {
	float: right;
	clear: right;
	margin: 0 0 4% 0!important;
	
}
#pulse .thumbnail {
	width: 100%;
	height: 120px;
}
#pulse h3 {
	font-size: 16px;
	line-height: 24px;
}

#section-front {
	width: 90%;
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin: 5%;

}


#section-front .thumbnail {
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 4% 0;
}
#section-front .blurb {
	width: 100%;
}
#section-front .thumbnail img {
	width: 100%;
	height: auto;
}

#section-front .left {
	width: 100%;
	margin: 0 0 3% 0;
}
#section-front .left .thumbnail {
	width: 100%;
	height: 200px;
}
#section-front .left h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
}

#section-front .right {
	width: 100%;
}

#section-front .preview .thumbnail {
	width: 100%;
	height: 150px;
	margin: 1% auto;
}


#section-front h1 {
	font-size: 22px!important;
	line-height: 25px!important;
}
#section-front h3 {
	font-size: 15px;
}

#section-front-sidebar {
	position: absolute;
	left: -1000px;
}
#section-front .excerpt {
	font-size: 15px;
	line-height: 18px;
}

#category-archive #section-front {
	min-width: 1px;
}
#section-front-2 {
	width: 80%;
	margin: 0 0 0 20%;
}
.section-front-box {
	width: 100%;
	margin: 7% auto 0;
}
.section-front-box img {
	width: 100%;
	height: auto;
}
#section .big-q-left {
	width: 100%;
	margin: 5% 0;
	text-align: center;
}
#section .big-q-left img {
	width: 100%;
	height: auto;
}

#section .big-q-right {
	width: 100%;
}

#section .big-q-right .big-q-logo {
	width: 30%;
	margin: 0 2% 0 0;
	float: left;
}
#section .big-q-right .big-q-question {
	width: 68%;
	float: left;
}
#section .big-q-right h2 {
	width: 100%;
	display: block;
	font-size: 3.0vh;
	line-height: 20px;
	margin: 0 0 2% 0;
	
}

#columnists .entry-thumbnail {
	width: 60px;
	height: 90px;
}
.blog-left {
	width: 100%;
	margin: 5% 0;
	text-align: center;
	
}
.blog-left img {
	width: 100%;
	height: auto;
}

#blog {
	width: 100%!important;

}
#blog  .blogroll {
	width: 100%;
	margin: 5% auto;
	display: block;
	float: left;
}

#story-section h1 {
	font-size: 30px!important;
	line-height: 40px;
}
#story-nav .left {
	top: auto;
	bottom: 0;
}

#story-nav2 .right {
	top: auto;
	bottom: 0;
}
#story-nav h1 {
	font-size: 20px!important;
}
#story-nav2 h1 {
	font-size: 20px!important;
}
#story-section .container {
	width: 95%!important;
	margin: 0 auto!important;
	max-width: 900px;
}
#gallery-social-media ul li a {
	color: #1F1F1F;
}


#yellow-pages {
	width: 90%;
	margin: 5% auto;
	padding: 5%;
	display: block;
}
.social-media-icons {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0!important;
	top: auto!important;
	display: none;
	z-index: 1000;
	/*width: 100%;
	display: block;
	float: left;
	margin: 0 3%% 3% 0;
	clear: both;*/
}
.social-media-icons ul {
	background: #FFF;
	text-align: center;
	padding: 5px 0;
}

.social-media-icons ul li {
	list-style-type: none;
	font-size: .95em!important;
	margin: 0 2% 15% 2%!important;
	display: inline;
	border: none!important;
}
#info-box {
	width: 96%;
	display: block;
	float: none;
	margin: 5% auto;
	padding: 2%;

}
.infoboxright_table {
	width: 96%;
	display: block;
	float: none;
	margin: 5% auto;
	padding: 2%;
}

.box-ad {
	width: 100%;
	text-align: center;
	margin: 2% auto 5%;
	display: block;
}
.popular-posts {
	width:100%; 
	display:block; 
	float:left;
	margin: 2% auto;
}
.bottom-box-ad {
	width:100%; 
	display:block; 
	float:left;
	margin: 2% auto;
	text-align: center;
}
.pullquote {
	width: 100%;
	padding: 10px 0;
	font-size: 3.75vh;
	font-weight: 700;
	margin: 25px auto;
	display: block;
	text-decoration: none!important;
	border-top: solid 3px #1F1F1F;
	border-bottom: solid 3px #1F1F1F;
}

#comments-tab {
	width: 65%;
}
.playListPlayer {
	height: 300px!important;
}

.playListEntryTitle {
	width: 100%;
	font-size: 8px;
	line-height: 10px;
}
.author-blurb {
	width: 100%;
	margin: 1% auto;
}

.author-posts {
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
}
.author-posts #category-archive #section-front {
	width: 100%;
	margin: 0;
}
#author-sidebar ul {
	margin: 0 0 5% 0;
	padding: 0;
}
#author-sidebar ul li {
	list-style-type:none;
	margin:0 0 1.5% 0;
	padding:0 0 1.5% 0;
	font-size:15px;
	line-height:20px;
	color:#1F1F1F;
	border-bottom: dashed 1px #D3D3D3;
}
#author-sidebar {
	position: relative;
	width: 100%;
	max-width: 500px;
	left: 0;
	top:0;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;

}
#author-sidebar.stick {
	position: relative;
	width: 100%;
	max-width: 500px;
	left: 0;
	top:0;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	
}

#gametracker .quarter {

	top:30%;
	z-index:900;
	text-align:center;
	font-size:2.5vw;
}


#gametracker .home-score {
	left:18%;
	top:30%;

}

#gametracker .away-score {
	right:18%;
	top:30%;


	
}
#photo-gallery-archive {
	width:100%;
	height: 180px;
	float: left;
	position: relative;
	margin: 5% 0;
}

#div-gpt-ad-1444028495459-46 iframe {
	max-height: 50px;
}

/* NATIVE AD */
#section .nativead {
	font-size: 15px;
	line-height: 18px;
}
#section .nativead h2 {
	margin: 0 0 5% 0;
	font-size: 25px;
	line-height: 30px;
}
#section .nativead .thumbnail {
	width: 100%;
	height: 200px;
	margin: 0 0 5% 0;
}
#section .nativead .presentedby {
	width: 100%;
	margin: 0 0 3% 0;
	font-size:15px;
	float: left;
}
#section .nativead .presentedby img {
	width: 20%;
	height: auto;
}

/* DFP FIXES .big-q-left iframe {
	width: 100%;
	height: auto;
}
.big-q-left iframe #ad-wrapper {
	width: 100%;
	height: auto;
}
.big-q-left iframe #ad-wrapper img {
	width: 100%;
	height: auto;
}
*/



#blog .half-roll {
	width:100%;
	margin:0 0 5% 0;
	display:block;
	float: left;
}
#blog .half-roll:nth-child(2n) {
	margin: 0 0 5% 0;
}
#errortext {
	width:90%;
	position:fixed;
	top:60%;
	left:2.5%;
	padding: 0;
}
#errortext h1 {
	width:100%;
	margin: 0;
	display:block;
	font-size:5em;
	line-height: 1em;
	font-weight: 700;
	color:#ff0000;

}
#errortext #search-box {
	width:90%;
	display:block;
	float:right;
	margin:2% auto;
}
#errortext h3 {
	width:100%;
	margin: 0;
	display:block;
	font-size:2em;
	font-weight: 700;

}
#overlay {
     width:100%;
     height:100%;
     position:fixed;
     top:0;
     background:rgba(255,255,255, .9);
     z-index: 490;
}
#overlay img {
	width:100%;
	height:auto;
	-webkit-filter:blur(2px);
	-moz-filter:blur(2px);
	-o-filter:blur(2px);
	-ms-filter:blur(2px);
	-webkit-opacity:.4;
	-moz-opacity:.4;
	-o-opacity:.4;
	-ms-opacity:.4;
	opacity:.4;
	
}
#comments-container {
	width: 90%;
}

/* STREEET PULSE */
#streetpulse .sp1 .thumbnail {
	height: 70px;
	margin: 0 0 10px 0;

}

#streetpulse .sp2 .thumbnail {
	height: 70px;
	margin: 0 0 10px 0;

}
#streetpulse h3 {
	font-size: 12px;
	line-height: 14px;
}




.ndn_widget_VideoPlayer-Inline590 .ndn_videoPlayer {
	height: 300px!important;
}
}






/* @end */

/* @group Print */

@media print {
body {
	background: #FFF;
}

#top-nav, .top-leader, #top-nav-secondary, .social-media-icons, #ndn-section, #footer, .DFP-sliding-billboard, #weather-section .right, .box-ad, .bottom-box-ad, .popular-posts, #story-nav, #story-nav2, #comments-tab, .adblade-dyna, #weather-section .left-ear, #story-nav .left, #story-nav2 .right {
	display: none!important;
	visibility: hidden!important;
}
.byline, .custom_byline {
	display: block!important;
	visibility: visible!important;
}

#story-section .container {
	width: 90%;
	max-width: auto;
	margin: 2% auto;
}
#info-box, .infoboxright_table {
	width: 100%;
	margin: 2% auto;
	padding: 2% 0;
	border-top: 2px solid #000;
	border-bottom:  2px solid #000;
}


}

/* @end */








