/*===========================================================*/
/* BEGIN - jbg.global.reset-base.css - Template Version: 8 */
/*===========================================================*/

@charset "utf-8";
:focus { outline: 0!important; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font:inherit;
	vertical-align: baseline;
}
em{
margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
	vertical-align: baseline;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {line-height: 1;}
ul {list-style: none;}
caption,th { text-align:left; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after { clear: both; }

a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
dfn { font-style: italic; }
b, strong { font-family: FrutigerLTPro-Bold, Arial Bold;
	font-weight: normal; }
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
	/*max-width: 100%;*/
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input { line-height: normal; }

/*
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
	*overflow: visible;
}
button[disabled],
input[disabled] { cursor: default; }
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/*===========================================================*/
/* BEGIN - jbg.global.grid.css - Template Version: 3 */
/*===========================================================*/

/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2,
.container_12 .prefix_2a {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}

/* `Push Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .push_1 {left: 80px;}
.container_12 .push_2 {left: 160px;}
.container_12 .push_3 {left: 240px;}
.container_12 .push_4 {left: 320px;}
.container_12 .push_5 {left: 400px;}
.container_12 .push_6 {left: 480px;}
.container_12 .push_7 {left: 560px;}
.container_12 .push_8 {left: 640px;}
.container_12 .push_9 {left: 720px;}
.container_12 .push_10 {left: 800px;}
.container_12 .push_11 {left: 880px;}

/* `Pull Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .pull_1 {left: -80px;}
.container_12 .pull_2 {left: -160px;}
.container_12 .pull_3 {left: -240px;}
.container_12 .pull_4 {left: -320px;}
.container_12 .pull_5 {left: -400px;}
.container_12 .pull_6 {left: -480px;}
.container_12 .pull_7 {left: -560px;}
.container_12 .pull_8 {left: -640px;}
.container_12 .pull_9 {left: -720px;}
.container_12 .pull_10 {left: -800px;}
.container_12 .pull_11 {left: -880px;}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
/*===========================================================*/
/* BEGIN - jbg.global.style.css - Template Version: 79 */
/*===========================================================*/
@font-face {font-family: 'FrutigerLTPro-Light';src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_0_0.eot');src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_0_0.eot?#iefix') format('embedded-opentype'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_0_0.woff') format('woff'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_0_0.ttf') format('truetype'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_0_0.svg#wf') format('svg');}
@font-face {font-family: 'FrutigerLTPro-Roman';src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_1_0.eot');src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_1_0.eot?#iefix') format('embedded-opentype'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_1_0.woff') format('woff'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_1_0.ttf') format('truetype'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_1_0.svg#wf') format('svg');}
@font-face {font-family: 'FrutigerLTPro-Bold';src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_2_0.eot');src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_2_0.eot?#iefix') format('embedded-opentype'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_2_0.woff') format('woff'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_2_0.ttf') format('truetype'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2850DE_2_0.svg#wf') format('svg');}
@font-face {font-family: 'FrutigerLTPro-BoldCn';src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2A1311_0_0.eot');src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2A1311_0_0.eot?#iefix') format('embedded-opentype'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2A1311_0_0.woff') format('woff'),url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/2A1311_0_0.ttf') format('truetype');}

.FrutigerLTPro-Light { 
	font-family: FrutigerLTPro-Light, Arial;
	font-weight: normal;
	font-style: normal;
}
.FrutigerLTPro-Roman { 
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
}
.FrutigerLTPro-Bold { 
	font-family: FrutigerLTPro-Bold, Arial;
	font-weight: normal;
	font-style: normal;
}

.float-right{ float:right; }

#loader{width:100%;  
		height:auto !important;
		height:100%;
		min-height:100%; 
		margin:0 auto; 
		text-align:center; 
		background-color:#ccc;
		padding-top:200px; 
		position:fixed;
		top:0;
        display:none;
        z-index: 20000}
#loader p{color: #0066FF; font-size:12px; margin-top:15px; padding-left:10px;}

h3{ 
	font-family: FrutigerLTPro-Light, Arial;
	font-size:18px;
	color: #0080ff; 
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
table{
	margin-bottom:10px;
}

a{
	color:#0080ff;
	text-decoration:none;
}
a:hover{
	color:#009;
}

h2{
	font-size:36px;
	line-height: 41px; 
	font-family: FrutigerLTPro-Roman, Arial;
}
p{
	font-size:14px;
	line-height:18px;
}

body{
	color:#000;
	font-size:14px; 
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
}

.html-weather-radar .jcarousel-skin-tango li.jcarousel-item-placeholder-horizontal {
 display:none!important;
}
.transparency {    
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0.7; /* Mozilla */
     -khtml-opacity: 0.7; /* Safari */
     opacity: 0.7;  /* general CSS3 */
}
.no-top-banner .transparency{    
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 100); /* IE5+ */
     filter: alpha(opacity=100);/* IE4- */
     moz-opacity: 1; /* Mozilla */
     -khtml-opacity: 1; /* Safari */
     opacity: 1;  /* general CSS3 */
}
@media only screen and (min-width: 1px) and (max-width: 1004px) {
/* bookmark-block
----------------------------------------------- */
.bookmark-block{
	height:60px;
}
.bookmark-header{
	background:url(http://media.jrn.com/designimages/shadow-bottom.png) repeat-x 0 100%;
	height:60px;
}
.bookmark-text{
	height:60px;
	float:left;
	text-align:center;
}
.bookmark-text span{
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
	line-height:60px;
}
.bookmark{
	float:left;
	margin-top:2px;
}
.close-bookmark{
	float:right;
	margin:17px 16px 0 0;
}
}
@media only screen and (min-width: 685px) and (max-width: 1004px) {
body.bookmark-block-none{
	top:0;
}
.bookmark-block{
	width:685px;
	position:absolute; 
	top:-60px;
}
body.articles .mobile-top-header {
    position: absolute;
    top: 0px;
}
.bookmark-header{
	width:685px;
}
.bookmark-text{
	width:420px;
}
}
/* end bookmark-block
----------------------------------------------- */

@media only screen and (min-width: 1px) and (max-width: 1004px) {
/* TOP HEADER
------------------------------------- */
body.no-top-banner .top-header,
.band-news a.button-x,
.band-weather-alerts-black a.button-x-black{ display:none; }

.top-header{
	background-color:#fff;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
	width:100%;
	height:90px;
}
.top-header-content{
	width:1005px;
	margin:0 auto;
}
.top-header a{ text-decoration:none; }
.top-logo{
	display:block;
	float:left;
}
.top-banner{
	display:block;
	float:right;
	margin-right:15px;
}
/* END TOP HEADER
------------------------------------- */
.window-space header{ height:40px; }
body.no-top-banner header{
	position:fixed;
	top:0;
	z-index:777;
	height:100px;
}

/* navigation
------------------------------------- */
.navigation-search-block{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
}
.navigation-search-container{
	margin:0 auto;
	height:40px;
	width:977px;
}
nav{
	float:left;
	height:40px;
}
nav ul{
	height:40px;
	padding-left:1px;
}
nav ul li, 
nav ul li.active:hover{
	float:left;
	height:40px;
}
nav ul li a{
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:13px;
	display:block;
	height:40px;
	line-height:38px;
	padding:0 7px;
	text-decoration:none;
	
}
nav ul li.active a{ cursor:default; }
nav ul li.sub-navigation a{
	background:url(http://media.jrn.com/designimages/menu-arrow.png) no-repeat 50% 29px;
	height:50px;
}
nav ul li.sub-navigation a:hover,
nav ul li.sub-navigation:hover a{
	background-image:none
}
/* END navigation;
------------------------------------- */

/* SEARCH
------------------------------------- */
.search{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	float:right;
	height:40px;
	padding-left:10px;
}
.search input{
	background:none;
	border:none;
}
.search input[type="text"]{
	color:#fff;
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:13px;
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	width:103px;
	overflow: hidden;
	padding-right:10px;
}
.separator-search{
	float:left;
	width:1px;
	height:40px;
	overflow:hidden;
}
.search input[type="button"]{
	background:url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
	display:block;
	float:left;
	height:40px;
	width:39px;
	cursor:pointer;
	overflow: hidden;
}
/* END SEARCH
------------------------------------- */

/* SUB NAVIGATION
------------------------------------- */
.no-top-banner .sub-nav-block{ 
	height:85px;
} 
.no-top-banner .points, 
.no-top-banner .sub-nav-login{ 
	height:85px;
	overflow:hidden; 
}
.articles .sub-nav-block{
	height:60px;
	overflow:hidden;
}
.shadow-top{
	height:10px;
	background:url(http://media.jrn.com/designimages/shadow-top.png) repeat-x 0 0;
	overflow:hidden;
}
.sub-nav{
	margin:0 auto;
}
.sub-nav h4{ 
	color:#fff;
	float:left;
	display:block;
	font-family: FrutigerLTPro-Light, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:36px;
	margin-top:13px;
}
/* END SUB NAVIGATION
------------------------------------- */

.points{
	border-left: 1px solid #4e4e4e;
	color:#fff;
	float:right;
	height:65px;
	padding:10px 0 0 15px;
	width:250px;
	line-height:19px;
	font-size:14px;
}
.points p{
	float:left;
	font-size:36px;
	margin-right:16px;
	line-height:normal;
}
.points span{ 
	 
	font-size:12px;
	position:relative;
	top:2px; 
}
.points font{ color:#999; }
.points a{
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
}
/* sub-nav-login
------------------------------------- */
.sub-nav-login{
	border-left: 1px solid #4e4e4e;
	float:right;
	height:60px;
	padding:15px 0 0 15px;
	font-size:14px;
	color:#999;
	line-height:18px;
}
.sub-nav-login p{
	float:left;
	overflow:hidden;
	margin:0 10px 0 0;
	height:45px;
}
.sub-nav-login span{ 
	display:block;
	float:left;
	margin-top:-3px;
	width:154px;
	margin-bottom:1px;
}
.sub-nav-login a{ color:#fff; text-decoration:none; }
.sub-nav-login a:hover{ text-decoration:underline; }
/* end sub-nav-login
------------------------------------- */
.shadow-block h2{
	font-family: FrutigerLTPro-Light, Arial; 
	margin-bottom:15px; 
}
.gallery-button{
	font-family: FrutigerLTPro-Bold, Arial;
	display:block;
	background-color:#0080ff;
	color:#fff;
	float:left;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:14px;
	text-decoration:none;
}
.gallery-button:hover{
	color:#fff;
	background-color:#009;
}

/* row
------------------------------------- */
.row{
	margin:0 0 10px 0;
	overflow:hidden;
} 
.sidebar-block .row{ background-color:#fff; }
.field-images{
	float:left;
	width:70px;
	height:70px;
	overflow:hidden;
}
.field-content{
	padding: 7px 10px 0 10px;
	height:63px;
	overflow:hidden;
}
.left-col .row .field-content, 
.left-col .row .field-content a{
	font-size:18px;
	font-family: FrutigerLTPro-Bold, Arial;
	color:#333;
}
.field-content a{
	font-family: FrutigerLTPro-Bold, Arial;
	color:#000;
	line-height:18px;
}

.field-content a:hover, 
.left-col .row .field-content a:hover, 
.top-results-block ol li a:hover{
	color:#0080ff;
}
/* end row
------------------------------------- */

.social-shadow-block, 
.photos-block, 
.previous-results, 
.top-results{
	clear:both;
	overflow:hidden;
}

/* social-shadow-block
------------------------------------- */
.social-shadow-block{ margin:0 0 30px 0; }
.border1{
	float:left;
	border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:7px 8px 7px 18px;
	margin:0 9px 0 0;
	height:24px;
}
.border1 img{ 
	margin-right:5px;
	position:relative;
	top:-1px; 
}
.border1 a{
	color:#333;
	padding-right:10px;
	line-height:24px;
}
.border1 a:hover{
	color:#0080ff;
}
.border2{
	float:left;
	border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 9px 18px;
	height:20px;
}
.like, 
.tweet{
	float:left;
	margin-right:15px;
}
.border2 .gallery-button{
	float:right;
	height:20px;
	line-height:20px;
	font-size:11px;
} 
.skip{ float:right; }
.skip .gallery-button{
	height:39px;
	line-height:39px;
	font-size:18px;
}
/* end social-shadow-block
------------------------------------- */

/* photos block
------------------------------------- */
.photos-block{ margin-bottom:10px; }
.photos{
	position:relative;
	height:300px;
	background-color:#eaeaea;
}
.photos-photo{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-150px;
	height:300px;
	width:300px;
	overflow:hidden;
	z-index:1;
}
.photos-content{
	position:absolute;
	bottom:0;
	left:0;
	background:url(http://media.jrn.com/designimages/band1.png) repeat 0 0;
	padding:15px 0;
	min-height:40px;
	z-index:2;
	width:100%;
}
.photos-content span{
	display:block;
	float:left;
	width:200px;
	color:#fff;
	font-size:18px;
	line-height:normal;
	position:relative;
	top:-3px;
	left:10px;
	text-align:left;
}
.photos-content a.gallery-button{
	float:right;
	height:40px;
	line-height:40px;
	font-size:18px;
	position:relative;
	right:10px;
}
/* photos block
------------------------------------- */

/* Previous Results block
------------------------------------- */
.sub-block-row{
	padding-top:10px;
	position:relative;
	margin-bottom:10px;
	margin-top:-11px;
}
.sub-block-row-links{
	background-color:#222;
	min-height:20px;
	padding:5px 5px 5px 12px;
}
.sub-block-row-links p{
	color:#fff;
	float:left;
	margin:0;
	
	font-size:11px;
	line-height:20px;
}
.sub-block-row-links .gallery-button{
	line-height:20px;
	height:20px;
	font-size:11px;
	float:right;
}
.sub-block-row span{
   border-color: transparent transparent #222 transparent;
   border-style: solid;
   border-width: 10px;
   height:0;
   width:0;
   position:absolute;
   top:-9px;
   left:26px;
}
/* End Previous Results block
------------------------------------- */

/* top results block
------------------------------------- */
.top-results-block{
	float:left;
}
.top-results .row .field-content span{
	color:#0080FF;
}
.top-results-block ol{
	margin:0 0 0 20px;
} 
.top-results-block ol li{
	font-family: FrutigerLTPro-Bold, Arial;
	color:#0080FF;
} 
.top-results-block ol li:last-child{
	position:relative;
	left:6px;
}  
.top-results-block ol li a{
	border-bottom: 1px solid #ccc;
	font-size:14px;
	color:#333;
	font-family: FrutigerLTPro-Bold, Arial;
	padding: 9px 0;
	display:block;
	margin-left:9px;
} 
.top-results-block ol li:last-child a{
	border-bottom: none;
	margin-left: 3px;
}
/* end top results block
------------------------------------- */

/* GALLERY BLOCK
------------------------------------- */ 
.black-block{
	background-color:#222;
	margin-bottom:13px;
	overflow:hidden;
	position:relative;
}

.black-block td{
	vertical-align:middle;
	width:137px;
	height:137px;
	overflow:hidden;
}
.black-block table{
	width:auto;
	margin:10px 0 4px 0;
}
.black-block td:first-child{
	text-align:right;
	padding:0 6px 6px 0
}
.black-block td:last-child{
	text-align:left;
	padding:0 0 6px 0
}
.black-block td a{
	display:block;
	vertical-align:middle;
	text-align:center;
	width:137px;
	height:137px;
	overflow:hidden;
}
.black-block td a.vertical-img img{ width:137px; }
.black-block td a.horizontal-img img{ height:137px; }

.gallery-block .content-box{
	margin:0 10px;
	padding-bottom:15px;
	overflow:hidden;
}
.shadow-block .gallery-block .content-box h2{ margin-bottom:5px; }
.gallery-block .content-box h2{
	color:#000;
	font-size:24px;
	line-height:28px;
	font-family: FrutigerLTPro-BoldCn, Arial;
}
.gallery-block .content-box p a{
	color:#333; 
	font-family: FrutigerLTPro-Bold, Arial;
}
.gallery-block .content-box p a:hover{ color:#0080FF; }

.gallery-block .content-box a.gallery-button{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-family: FrutigerLTPro-Bold, Arial;
}
.vs{
	background:url(http://media.jrn.com/designimages/vs.png) no-repeat 0 0;
	display:block;
	width:68px;
	height:68px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-34px;
	margin-left:-34px;
	text-align:center;
	line-height:68px;
	z-index:66;
	cursor:pointer;
}

.vertical-big-img {
    width: 300px;
}
.horizontal-big-img {
    height: 300px;
}
.vertical-img {
    width: 70px;
}
.horizontal-img {
    height: 70px;
}

/* END GALLERY BLOCK
------------------------------------- */

.gallery-banner{ background:transparent!important; }

.fixed.sidebar-block{
	position:fixed;
	bottom:0;
	width:300px;
	margin-right:0;
}


/* sidebar-block
------------------------------------- */
.top-news .top-news-photo a{
	position:relative;
	display:table;
	width:auto;
}
.top-news .top-news-photo span, 
.gallery-block span{
	background:url(http://media.jrn.com/designimages/band1.png) repeat 0 0;
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:11px;
	display:block;
	padding:10px 15px;
	position:absolute;
	left:0;
	top:0;
	
}

.sidebar-block .top-news .top-news-content{
	background-color:#fff;
	padding:9px 10px;
	margin-bottom:10px;
	font-size:18px;
	font-family: FrutigerLTPro-Bold, Arial;
	line-height:24px;
	color:#000;
}
.sidebar-block .top-news .top-news-content a:hover{ color:#0080ff; }

.sidebar-block .gallery-button{ 
	margin:5px 0 15px 0;
	font-family: FrutigerLTPro-Bold, Arial; 
}
/* end sidebar-block
---------------------------------------- */

/* nested-block-1
--------------------------------- */
.nested-block-1{
	width:300px;
	clear:both;
	overflow:hidden;
	margin-bottom:28px;
}
.nested-block-1 .grid_2{
	margin:0;
}
.nested-block-1 img{    
	border: 0 none;
    height: auto;
    max-width: 100%;
}
.header-nestedblock1{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
	padding:0 10px;
	overflow:hidden;
}
.header-nestedblock1 a{
	display:block;
	float:left;
	text-decoration:none;    
	width:83px;
	height:39px
}
.headerform-nestedblock1{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	float:right;
	height:40px;
	padding:0 2px 0 5px;
}
.headerform-nestedblock1 input{    
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	background:none;
	border:none;
	height:40px;
}
.headerform-nestedblock1 input[type="text"]{
	display:block;
	float:left;
	width:71px;
	padding-right:5px;
	line-height:40px;
}
.headerform-nestedblock1 input[type="button"]{
	font-size:11px;
	
	font-weight:bold;
	display:block;
	float:right;
	width:35px;
	cursor:pointer;
}
.headerform-nestedblock1 input[type="button"]:hover{
}
.content-nestedblock1{
	background:url(http://media.jrn.com/designimages/bg_content_nestedblock2.png) no-repeat 0 0;
	width:280px;
	padding:5px 10px 0 10px;
	display:table-cell;
}
.left-elements{
	float:left;
	margin-right:10px;
	width:150px;
}
.content-nestedblock1 .left-elements h3{
	color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 4px 0;
	padding:0;
    
}

.content-nestedblock1 .left-elements .select-element{
    height:24px;
    padding-top:6px;
    width:150px;
    margin-bottom:5px;
    overflow:hidden;
    background:#0066FF url(http://media.jrn.com/designimages/tr1.png) no-repeat 130px 13px;
}
.content-nestedblock1 .left-elements .select-element select{
    border:none;
    background:none;
	-webkit-appearance:none;
    color:#fff;
    width:165px;
    margin-left:5px;
    cursor:pointer;
}
.mac-os .content-nestedblock1 .left-elements .select-element select{
    margin-left:10px;
}

.content-nestedblock1 .left-elements .grid_2 img{
	float:left;
	height:69px;
	width:92px;
	overflow:hidden;
	margin-bottom:5px;
}
.content-nestedblock1 .left-elements .grid_2 .row-line{
	margin-bottom:1px;
	line-height:14px;
	clear:both;
	overflow:hidden;
}
.content-nestedblock1 .left-elements .grid_2 .row-line div{
	float:left;
}
.content-nestedblock1 .left-elements .grid_2 .row-line span{
	font-weight:bold;
	float:right;
	display:block
}
.weather-row .grid_2 .row-line span img{
	position:relative;
	left:-3px;
}
.content-nestedblock1 .left-elements .grid_2 .temperature{
	line-height:61px;
}
.content-nestedblock1 .left-elements .grid_2 .row-line{
	font-family: Arial, Helvetica, sans-serif;
	width:150px;
}
.content-nestedblock1 .left-elements .grid_2 .weather-variant{
	height:auto;
}
.red-text span a{
	text-decoration:none;
}
.red-text span a:hover{
	text-decoration:underline;
}
.content-nestedblock1 .right-elements{
	float:left;
	width:120px;
}
.content-nestedblock1 .right-elements .sponsoredby{
	text-align:center;
	width:120px;
	height:11px;
	margin:1px 0 3px 0;
	overflow:hidden;
	font-size:11px;
	color:#262626;
}
.content-nestedblock1 .right-elements .sponsoredby img{
	vertical-align:top;
}
.prew-nestedblock1{
	position:relative;
	height:60px;
	width:120px;
	margin-bottom:4px;
	overflow:hidden;
}
.prew-nestedblock1 a{
	text-decoration:none;
	display:block;
}
.prew-nestedblock1 span{
	display:block;
	width:115px;
	position:absolute;
	bottom:0;
	z-index:2;
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding-left:5px;
}
.prew-nestedblock1 span a{
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/* end nested-block-1
--------------------------------- */
}

/* screen width of 685px to 1004px
---------------------------------------- */ 
@media only screen and (min-width: 685px) and (max-width: 1004px) {
	body{
		margin:0 auto;
		background-color:#ccc;
	}
	#content{ 
		background:url(http://media.jrn.com/designimages/bg_idcontent2.png) repeat-y 0 0;
		width:685px;
		margin:0 auto; 
	}
	.banner-for-mobile-version, 
	.block-box{
		display:none;
	}
	.top-header,  
	.navigation-search-block{
		display:none;
	}

	/* TOP HEADER MOBILE
	------------------------------------- */
	.mobile-top-header {
		background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
		height:40px;
		margin:0 auto;
		width:685px;
		position:fixed;
		top:0;
		z-index:9999;
		display:block;
	}
	.mobile-top-header .top-logo{
		display:block;
		float:left;
		padding: 0 10px 0 23px;
		position:relative;
		top:-3px;
	}	
	
	.mobile-link-navigation{
		height:40px;
		float:right;
		margin-right:9px;
	}
	.mobile-top-header a{
		color:#fff;
		display:block;
		line-height:40px;
		height:40px;
		padding-right:24px;
		text-decoration:none;
		font-size:13px; 
		font-family: FrutigerLTPro-Light, Arial;
	}
	.mobile-top-header a.close{
		background:url(http://media.jrn.com/designimages/bg_op.png) no-repeat 100% 15px;	
	}
	.mobile-top-header a.open{
		background:url(http://media.jrn.com/designimages/bg_on.png) no-repeat 100% 15px;	
	}
	
	.mobile-search-navigation{
		background-color:#0080ff;
		position:relative;
		height:555px;
		width:685px;
		overflow:hidden;
		overflow-y:auto;
	}
	
	/* MOBILE SEARCH
	------------------------------------------------- */
	.mobile-search{
		float:left;
		height:40px;
		background:url(http://media.jrn.com/designimages/bg_search.png) repeat-x 0 0;
		padding-left:10px;
		margin:10px 0 0 10px;
	}
	.mobile-search input{
		background:none;
		border:none;
	}
	/* END MOBILE SEARCH
	------------------------------------------------- */
	
	/* MOBILE LOGIN
	--------------------------------------------- */	
	.mobile-login{
		float:left;
		height:30px;
		margin:15px 0 0 10px;
	}
	.mobile-login a{
		background:url(http://media.jrn.com/designimages/photo_prew_login.png) no-repeat 0 0;
		color:#fff;
		display:block;
		font-family: FrutigerLTPro-Roman, Arial;
		font-size: 14px;
		line-height:30px;
		height:30px;
		text-decoration:none;
		padding: 0 0 0 40px;
	}
	.mobile-login a:hover{color:#009;}
	/* END MOBILE LOGIN
	--------------------------------------------- */
		
	/* MOBILE NAV
	--------------------------------------------- */	
	nav{
		background:none;
		float:none;
		width:100%;
		position:absolute;
		top:60px;
	}
	nav ul{
		background:none;
		padding-left:0;
		width:100%;
		margin:0 auto;
		height:auto;
	}
	nav ul li {
		background:none;
		background-color:#0080ff;
		float:none;
		width:100%;
	}
	nav ul li a{
		color:#fff; 
		margin:0; 
		width:670px;
		display:block;
	}
	nav ul li a:hover, nav ul li.active a {
		background:url(http://media.jrn.com/designimages/bg_search.png) repeat-x 0 0;
		color: #fff;
	}	
	/* END MOBILE NAV
	--------------------------------------------- */
	
	.articles header{
		height:60px;
	}
	
	/* SUB NAVIGATION
	------------------------------------- */
	.sub-nav-block{
		width:685px;
		height:100px;
	}

	.sub-nav h4{ padding:0 10px; width:auto; }
	header .overlay_menus1{
		margin-left:-80px;
		margin-top:20px!important;
	}
	.no-top-banner header .overlay_menus1{
		margin-top:60px!important;
	}
	/* END SUB NAVIGATION
	------------------------------------- */
	.container-ivote{ 
		background:url(http://media.jrn.com/designimages/bg_idcontent2.png) repeat-y 0 0;
		display:table-cell;
		vertical-align:top;
		width:685px;
	}
	.left-col{
		background:url(http://media.jrn.com/designimages/bg_left-col2.png) no-repeat 8px 0;
		float: left;
		/*margin-top: -22px;*/
		width: 370px;
		position:relative;
		top:-22px;
	}
	.shadow-block{
		padding: 22px 20px 15px 35px;
		width:300px;
	}
	h2.your-favorite-header{ margin-top:7px; }
	
	.bottom-color1{
		background:url(http://media.jrn.com/designimages/bg_2bottom-color.png) no-repeat 0 0;
		height:15px;
		overflow:hidden;
	}
	
	.left-col .row{ 
		background-color:#eaeaea;
		width:300px;
	}
	.left-col .row{ 
		background-color:#eaeaea;
		width:300px;
	}
	.previous-results { margin-bottom:20px; }
	
	.top-results .row .field-content a{
		display:block;
		float:left;
		width:190px;
	}
	
	.sidebar-block{ 
		float:right;
		width:300px;
		margin-right:15px;
		margin-top:15px;
	}
	.photos-block .photos-center{
		width:300px;
		margin-bottom:20px;
	}
	.sub-nav h4{ padding:0 0 0 34px; }
	.sub-nav-login{ 
		width:197px;
		margin-left:10px; 
	}
	.social-shadow-block {
     	margin: 0 0 10px 0;
		position:relative;
	 }
	.border1 {
		margin: 0 0 10px 0;
	}	
	.border2 {
		float:none;
		clear:both;
	}
	.skip {
		float: none;
		position:absolute; 
		top:0;
		right:0;
		margin: 0 0 10px 0;
	}
	
	.gallery-block{
		background-color:#eaeaea;
		border-bottom:4px solid #999;
		margin:0 0 20px 20px!important;
		float:left;
		width:300px;
	}
	.gallery-banner{
		border-bottom:none;
	}
	.gallery-blocks .gallery-block:nth-child(odd){ margin-left:0!important; }
	.gallery-blocks .gallery-block:nth-child(even){ float:right!important; }

	.top-results .row .field-content span{
		width:20px;
		height:70px;
		color:#0080FF;
		display:block;
		float:left;
		overflow:hidden;
	}
	.top-results .row .field-content a{
		display:block;
		float:left;
		height:55px;
		overflow:hidden; 
	} 
	.top-results-block ol li{
		width:280px;
	}
	.about-ivote{ margin:0 0 30px 0; }
	.top-news{ margin-bottom:15px; }	
	.fixsed-sidebar-block{
		position:fixed;
		bottom:0;
		margin-left:370px;
	}	
}

@media only screen and (min-width: 1px) and (max-width: 1004px) {
body {
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
	-o-background-size: 100% auto;  /* Opera 9.5+ */
	-webkit-background-size:100% auto; /* Safari 3+, Chrome */
	-moz-background-size:100% auto; /* Firefox 3.6+ */
	-khtml-background-size:100% auto; /* Konqueror */
	background-size: 100% auto; 
}
.sub-nav h1{ 
	color:#fff;
	float:left;
	display:block;
	font-family: FrutigerLTPro-Light, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:36px;
	margin:12px 0 10px 12px; 
} 
.sub-nav h1 ul li{
	margin:0; 
}
.sub-nav h1 ul{ 
	margin-top:10px;
	margin-left:-5px;
	clear:both;
}
.sub-nav h1 ul li{ 
	float:left;
	padding:0 8px;
}
.sub-nav h1 ul li:last-child{ 
	float:left;
	border-right:none;
	padding:0 0 0 8px;
}
.sub-nav h1 ul li a{
	display:block; 
	float:left;
	color:#fff;
	font-size:13px;
	
}

.breadcrumbs{
	margin:0;
	position:relative;
	top:15px;
	left:23px;
}
.no-top-banner .breadcrumbs{
	top:22px;
}
.breadcrumbs li{ 
	float:left;
	margin-right:2px;
}
.breadcrumbs li a{
	display:block; 
	float:left;
	color:#fff;
	font-size:14px;
}
.breadcrumbs li a:hover{
	color:#fc0;
}
.breadcrumbs li.active a,
.breadcrumbs li.active a:hover{
	color:#fff;
	text-decoration:none;
}

.articles .sub-nav h1{ 
	text-transform:none; 
	font-size:14px;
	margin-top:15px; 
}
.articles .sub-nav h1 a{
	margin-left:8px;
	vertical-align:middle;
}
.articles .sub-nav h1 a img{
	position:relative;
	top:-2px;
}
.articles.no-top-banner .sub-nav h1{ 
	margin-top:21px; 
}

.sub-nav-login { border-left: none; }
.sub-nav-login a:hover { color:#fff; text-decoration:underline; }

.shadow-block{ overflow:hidden; }

.shadow-block h2 { margin-bottom: 25px; }

.top-news .top-news-photo span, 
.gallery-block span {
    background:none;
	background-color:#d6d6d6;
	color:#000;
}

.black-block{ background:none; }

.sport-block{ 
	position:relative;
	overflow:hidden;
	clear:both;
	min-height:2px;
}
.gallery-block .sport-block a{
	display:block;
	width:100%;
	height:200px;
	background-position: center center!important;
	background-repeat:no-repeat!important;
}
.sport-photo ul{ 
	margin:0; 
}
.sport-block ul li{
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 12px;
    
	clear:both;
}

.time-stamp,
.section-name,  
.media-type{
	display:block;
	float:left;
	padding: 10px;
}

.black-block .sport-block{
	height:200px;
	overflow:hidden;
}

.black-block .sport-block img{ height:300px; }
.black-block .sport-block .vertical-img img{ width:300px; }
.black-block .sport-block .horizontal-img img{ height:300px; }

.content-box a.gallery-button{ margin-bottom:5px; }

/* packersnews
------------------------------------- */
.packersnews{}
.photo-packersnews{}
.photo-packersnews img{
	max-width:100%;
}
.photo-packersnews-text{
	background-color:#eaeaea;
	overflow:hidden;
	padding:8px 10px;
	color:#333;
	margin-bottom:15px;
	line-height:18px;
}
/* end packersnews
------------------------------------- */

/* SLIDER AUTHOR
-------------------------------------- */
.contributor .slider-block{
	padding:0;
	margin:0;
}
.contributor .bx-wrapper {
	position: relative;
	margin: 0 auto 30px;
	padding: 0;
	*zoom: 1;
}
.contributor .bx-wrapper ul,
.contributor .bx-wrapper ul li{
	margin:0;
}
.contributor .bx-wrapper .bx-pager,
.contributor .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 100%;
}

/* LOADER */
.contributor .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://media.jrn.com/designimages/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.contributor .bx-wrapper .bx-pager {
	display:none;
	text-align: center;
	padding-top: 20px;
}
.contributor .bx-wrapper .bx-pager .bx-pager-item,
.contributor .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.contributor .bx-wrapper .bx-pager.bx-default-pager a {
	background: #0080ff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	padding:0;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.contributor .bx-wrapper .bx-pager.bx-default-pager a:hover,
.contributor .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #009;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.contributor .bx-prev,
.contributor .bx-next{
	position:absolute;
	z-index:2;
	display:block;
	width:50px;
	height:50px;
	margin-top:-25px;
	text-decoration:none;
	text-indent:-9999px;
}
.contributor .bx-prev {
	left:10px;
	top:45%;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 0;
}
.contributor .bx-prev:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 -50px;
}
.contributor .bx-next{
	right:10px;
	top:45%;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px 0;
}
.contributor .bx-next:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px -50px;
}

.contributor .bx-wrapper .bx-controls-direction a {
}
.contributor .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.contributor .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.contributor .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width:50px;
	height:50px;
	outline: 0;
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 0;
}
.contributor .bx-wrapper .bx-controls-auto .bx-start:hover{
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 -50px;
}
.contributor .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width:50px;
	height:50px;
	outline: 0;
	background:url(http://media.jrn.com/designimages/stop_video.png) no-repeat 0 0;
}
.contributor .bx-wrapper .bx-controls-auto .bx-stop:hover{
	background:url(http://media.jrn.com/designimages/stop_video.png) no-repeat 0 -50px;
}
.contributor .bx-controls-auto .bx-controls-auto-item .active{
	display:none!important;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.contributor .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
}
.contributor .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	position:absolute;
	top:45%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	width:50px;
	height:50px;
}
/* IMAGE CAPTIONS */
.contributor .bx-wrapper .bx-caption {}
.contributor .bx-wrapper .bx-caption span {}
.contributor .bx-wrapper .separator{
	background-color:#eaeaea;
	position:absolute;
	bottom:0;
	left:0;
	padding:0;
	width:100%;
	min-height:40px;
	min-height:40px;
}
.contributor .bx-wrapper .separator span{
	color:#333;
	padding:5px 10px;
	display:table-cell;
	height:30px;
	min-height:30px;
	vertical-align:middle;
	line-height:18px;
}
.contributor .bx-wrapper .separator a{color:#333;}
.contributor .bx-wrapper .separator a:hover{color:#0080ff;}
}
@media only screen and (min-width: 685px) and (max-width: 1004px) {
.contributor .bx-wrapper { margin: 0 auto 20px; }
.contributor .bx-wrapper, 
.contributor .bx-wrapper li{
	height:210px;
}
.contributor .bx-wrapper img {
    display: block;
	max-width:300px;
    width: auto;
	height:170px;
	max-height:170px;
}
.photo-on-off{
	border-bottom:1px solid #d6d6d6;
	width:300px;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:30px;
	color:#444;
}
.photo-on-off .left{
	float:left;
}
.photo-on-off .right{
	float:right;
}
.photo-on-off .right a{
	color:#000;
}
.photo-on-off .right a:hover{
	color:#0080ff;
}
.photo-on-off .right .active{
	color:#0080ff;
}
.photo-on-off .right .active:hover{
	color:#000;
}
/* social blog contributor ----- */
.for-mobile-headertitle.for-narrow{
	display:block;
	visibility:visible;
	margin:0 15px 20px 15px;
	background-color:#222;
}
.for-mobile-headertitle.for-narrow h1{    
	font-family: FrutigerLTPro-Light,Arial;
    font-size: 18px;
	color:#fff;
	margin:0 20px;
	display:block;
	height:40px;
	line-height:40px;
}
.shadow-block.contributor{ padding-bottom:0; }
.social-blog-contributor{ 
	width:300px;
	margin-left:35px;
	margin-bottom:20px; 
	display:table; 
	background-color:#222; 
}
.social-blog-contributor h3{
	display:none;
}
.social-blog-contributor a{	
	border-right:1px solid #333; 
	color:#999;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:25%;
	height:80px;
	overflow:hidden; 
}

.social-blog-contributor a:last-child{ border-right:none; }
.social-blog-contributor a:hover{ background-color:#000; color:#999; }
.social-blog-contributor a img{ margin-bottom:5px; }
/* end social blog contributor ----- */
}
/* END SLIDER AUTHOR
------------------------------------ */
@media only screen and (min-width: 1px) and (max-width: 1004px) {
/* author block
------------------------------------- */
.author-block{
	margin-bottom:20px;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom: 1px dotted #eaeaea;
}
.author-block h1,
.article-author h1{
    margin-bottom: 25px;
    font-family: FrutigerLTPro-Light, Arial;
    font-size: 36px;
    line-height: 41px;
}
.article-author h1{ margin-bottom: 20px; }
.contributor .article-author h1{ margin-bottom: 15px; }
.photo-author{
	float:left;
	width:50px;
	margin-right:12px;
	overflow:hidden;
}
.photo-author span{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
/* end author block
------------------------------------- */

/* content author
------------------------------------- */
.content-author{
	margin-left:62px;
}
.content-author-row{}
.content-author-row h4, 
.content-author-row h4 a{
	margin:5px 0 8px 0;
}
.content-author-row h4 a:hover{ color:#000; }
.content-author-row ul{
	margin:0;
}
.content-author-row ul li{
	float:left;
	border-right:1px solid #d9d9d9;
	padding:0 10px 0 9px;
	margin:0;
}
.content-author-row ul li:first-child{ padding-left:0; }
.content-author-row ul li:last-child{
	border-right:none; 
	padding-right:0; 
}
.content-author-row ul li a{ 
	color:#000;
	display:block;
	font-family: FrutigerLTPro-Bold, Arial;
	line-height:20px;
}

.about-author{
	width:100%;
	clear:both;
	color:#666;
	line-height:20px;
}
/* end content author
------------------------------------- */

/* created block
------------------------------------- */
.body{
	color:#333;
	font-size:15px;
	line-height:20px;
}
.body span{
	display:block;
	color:#666;
	line-height:20px;
	margin-bottom:15px;
}
.body p{
	color:#333;
	font-size:15px;
	line-height:20px;
	margin-bottom:15px;
}
.body ul li{
	background:url(http://media.jrn.com/designimages/square_7px_7px.png) no-repeat 0 6px;
	color:#333;
	margin:0 0 15px 10px;
	padding:0 0 0 20px;
	line-height:20px;
}
.body ol{
	padding-bottom:4px;
	font-family: FrutigerLTPro-Bold, Arial;
	font-weight:bold;
	color:#f00!important;
	list-style:decimal;
}
.body ol li{
	color:#333;
	margin:0 0 15px 30px;
	padding-left:3px;
	line-height:20px;
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight:normal;
}

/* end created block
------------------------------------- */

/* social author block
------------------------------------- */
.social-author-block{
	border-top:3px solid #eaeaea;
}
.social-author-row{
	border-bottom: 1px dotted #eaeaea;
}
.field-social-author{
	width:300px;
	float:left;
	margin:12px 0;
}
.social-author-block{}
.social-author-block a{
    display: inline-block;
    font-family: FrutigerLTPro-Roman, Arial;
    font-size: 11px;
    text-align: center;
    
    width: 42px;
}
.social-author-block img{ 
	margin-bottom:5px;
	width:34px;
	height:34px; 
}
.social-author-block a:last-child{
	width:60px;
	margin-left:30px;
}
/* end social author block
------------------------------------- */

/* social-author-form
------------------------------------- */
.field-social-author h3{ line-height:50px; }
.social-author-form{
	background-color:#eaeaea;
	padding:10px;
}
.social-author-form input{
	border:none;
	background-color:#fff;
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	font-size:13px;
}
.social-author-form input[type="text"],
.social-author-form input[type="email"]{ width:190px; }
.social-author-form button{
	border:none;
	height:30px;
	line-height:30px;
	text-align:center;
	width:70px;
	font-family: FrutigerLTPro-Bold,Arial;
	float:right;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing:-0.9px;
}
/* end social-author-form
-------------------------------------- */

/* Related Stories block
-------------------------------------- */
.related-stories-block{
	border-top:3px solid #eaeaea;
	padding-top:20px;
	width:100%;
	overflow:hidden;
}
.related-stories-block h3{ 
	margin-bottom:20px; 
}
.left-col .related-stories-block .row .field-content,
.left-col .related-stories-block .row .field-content h4, 
.left-col .related-stories-block .row .field-content h4 a{
    font-size: 14px;
	text-transform:none;
}
.left-col .related-stories-block .row .field-content h4 a:hover{ color:#009; }
/* end Related Stories block
-------------------------------------- */

/* field-from
-------------------------------------- */
.field-from{
	width:300px;
	float:left;
}
.field-from h3{ margin-bottom:15px; }
.field-from li{ 
	margin-bottom:15px;
	line-height:18px; 
}
.field-from li a{ 
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial; 
}
/* end field-from
-------------------------------------- */

/* comments block
-------------------------------------- */
.comments-block{}
.comments-block h3{
	height:16px;
	line-height:16px;
	background:url(http://media.jrn.com/designimages/icon_comments.png) no-repeat 100% 0;
}
.comments-block p{
	color:#666;
	font-size:12px;
}
.comments-block p a{ color:#000; }
.comments-plagin img{ width:100%; }
/* end comments block
-------------------------------------- */

.row-top-block .content-box h2 a{ color:#000; }

.fixed-sidebar-block{
	position:fixed;
	bottom:0;
	width:300px;
	margin-right:0;
}

/* sidebar-block
------------------------------------- */
a.gallery-button:hover{ color:#fff!important; }
.sidebar-block .right-banner, 
.fixed-sidebar-block .right-banner{ 
	border-bottom: 3px solid #999;
	margin-bottom:17px;
	padding-bottom:30px;
}

.sidebar-top-banner .right-banner{ 
	border-bottom: none;
	margin-bottom:0;
	padding-bottom:30px;
}

.about-ivote{ 
	border-bottom: 3px solid #999;
	margin-bottom:17px;
	padding-bottom:5px;
}

ul.tabs {
	margin:0 0 15px 0;
	height:40px;
	width:100%;
	clear:both;
}
.tabs li {    
	background:url(http://media.jrn.com/designimages/bg_grey11.png) repeat-x 0 0 transparent;
	margin: 0;
	cursor: pointer;
	position: relative;
	height:40px;
	text-align:center;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:14px;
	line-height:40px;
	
	width:50%;
	float:left;
}
.tabs li:hover{
	background: #ccc;
}
.tabs li.current{
	color:#fff;
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	cursor:default;	
}

.tabs li.current h3{
	color:#fff;
}

/* featured videos
----------------------------------- */
.sidebar-block .featured-videos-block{ 
	border-bottom: 3px solid #999;
	margin-bottom:30px;
	padding-bottom:10px;
	overflow:hidden
}
.fixed-sidebar-block .featured-videos-block{ 
	border-bottom: 3px solid #999;
	margin-bottom:30px;
	padding-bottom:25px;
	overflow:hidden
}

.sidebar-block .content-Authors h5, 
.fixed-sidebar-block .content-Authors h5{
	color:#06f;
	font-size:13px;
	margin:4px 0;
}
.sidebar-block .featured-videos{
	margin-bottom:7px;
	overflow:hidden;
}
.sidebar-block .featured-videos a{
    background-position: center center;
    background-repeat: no-repeat;
	position:relative;
	display:table;
	width:100%;
	overflow:hidden;
}
.sidebar-block .featured-videos a img{ width:100%; }

.sidebar-block .featured-videos span{
	background-color:#000;
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:11px;
	display:block;
	padding:10px 15px;
	position:absolute;
	left:0;
	top:0;
	
}
.sub-text{
	font-size:24px;
	line-height:27px;
	margin:10px 0;
}
.sub-text a{
	color:#000;
	font-size:24px;
	line-height:27px;
	font-family: FrutigerLTPro-BoldCn, Arial;
}
/* end featured videos
----------------------------------- */

.sidebar-block .top-news{ 
	border-bottom: 3px solid #999;
	margin-bottom:20px;
	padding-bottom:5px;
}
.sidebar-block h3{
	margin-bottom:15px; 
}

.social{ 
	border-bottom: 3px solid #999;
	margin-bottom:16px;
	padding-bottom:23px;
	overflow:hidden;
	clear:both;
	text-align:center;
}
.social h3{
	text-align:center;
}
.social-ul li{
	display:inline-block;
	float:left;
}
.social-ul li:nth-child(1),
.social-ul li:nth-child(2),
.social-ul li:nth-child(3),
.social-ul li:nth-child(5),
.social-ul li:nth-child(6),
.social-ul li:nth-child(7){
	border-right:1px solid #d6d6d6
}
.social-ul li:nth-child(5),
.social-ul li:nth-child(6),
.social-ul li:nth-child(7),
.social-ul li:nth-child(8){
	border-top:1px solid #d6d6d6
}
.social a{
	color:#000;
	display:table-cell;
	vertical-align:top;
	text-align:center;
	height:79px;
	width:74px;
	margin:0;
	padding:0;
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:13px;
	text-decoration:none;
	
}
.social a:hover{
	background-color:#fff;
	color:#000;
}
.social a img{ 
	margin-bottom:6px;
	margin-top:12px; 
}
.social a span{
	display:block;
}

.sidebar-search{ 
	border-bottom: 3px solid #999;
	margin-bottom:16px;
	padding-bottom:15px;
}
.sidebar-search h3{ text-align:left; }
.sidebar-search input{ margin-bottom:15px; }
.sidebar-search input[type="text"]{
	height:30px;
	width:203px;
	padding:0 5px;
	border:none;
	background-color:#fff;
}
.sidebar-search input[type="submit"]{
	height:30px;
	width:81px;
	padding:0 5px;
	border:none;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.Authors{ 
	border-bottom: 3px solid #999;
	margin-bottom:30px;
	padding-bottom:15px;
	overflow:hidden;
}
.tabs-Authors{ margin-bottom:30px; }
.row-Authors{
	clear:both;
	overflow:hidden; 
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:15px;
}
.Authors .row-Authors:last-child{ 
	border-bottom: none;
	margin-bottom:10px;
	padding-bottom:0px; 
}
.row-Authors a{
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
}  

.photo-Authors{
	display:block;
	float:left;
	width:70px;
	height:70px;
	overflow:hidden;
	margin-right:12px;
}
.photo-Authors a img{
	overflow:hidden;
	margin-top:5px;
}
.content-Authors{
	display:table-cell;
	vertical-align:top;
}
.content-Authors h4{
	font-size:18px;
	line-height:normal;
	margin:0 0 5px 0;
	font-family: FrutigerLTPro-Bold, Arial;
}
.sidebar-block .content-Authors .gallery-button { 
	margin:2px 0 5px 0;
	font-family: FrutigerLTPro-Bold, Arial;
	color:#0080FF;
}
.more-Authors{ 
	display:block;
	font-family: FrutigerLTPro-Bold, Arial;
	margin-bottom:8px;
}

#sideBar .sub-menu{
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}
#sideBar .sub-menu a{
	color:#000;
	padding:0 5px 0 0;
	margin:0 5px 10px 0;
	display:inline-block;
	float:left;
	border-right:1px solid #acadaa;
}

#sideBar .sub-menu .links a:first-child{  }
#sideBar .sub-menu .links a:last-child{ margin-right:0; padding-right:0; border-right: none; }

#sideBar .copyright{ margin-bottom:20px; } 

.shadow-block .gallery-block .content-box h3,
.gallery-block .content-box h3 {
    margin-bottom: 5px;
	margin-top:10px;
    color: #000;
    font-family: FrutigerLTPro-BoldCn, Arial;
    font-size: 24px;
    line-height: 28px;
	text-transform:none;
}
.shadow-block .gallery-block .content-box h3 a{
    color: #000;
    font-family: FrutigerLTPro-BoldCn, Arial;
    font-size: 24px;
    line-height: 28px;
}
.gallery-block .content-box h3 a{
    color: #000;
    font-family: FrutigerLTPro-BoldCn, Arial;
    font-size: 24px;
    line-height: 28px;
}

.sidebar-block .content-Authors h3{
    font-size: 14px;
    line-height: 18px;
	text-transform:none;
	font-family: FrutigerLTPro-Roman, Arial;
}
}

/* screen width of 685px to 1004px
---------------------------------------- */ 
@media only screen and (min-width: 685px) and (max-width: 1004px) {

.top-icon{
	color:#fff;
}
.top-icon img {
    margin-left: 4px;
}
.banner-for-mobile-version, 
.body .for-mobile-linck, 
nav .sub-menu,
nav .copyright,
.shadow-block .tabs, 
.plagin-width620px,
.mobile-navigation .social,
.html-weather-radar .next-post-article,
.newsitems-jcarousel,
.next-post-article,
.articles .author-block .photo-author,
.articles .author-block .content-author{
	display:none;
}
.sub-nav{ padding-left:13px; }

.articles .author-block h1{
	margin-bottom:0;
}

/* MOBILE SEARCH
------------------------------------------------- */
.mobile-search{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
.mobile-search input[type="text"]{
	color:#fff;
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:13px;
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	width:109px;
	padding-right:10px;
	overflow: hidden;
}
.mobile-search input[type="button"]{
	background:url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
	display:block;
	float:left;
	height:40px;
	width:39px;
	cursor:pointer;
	overflow: hidden;
}
/* END MOBILE SEARCH
------------------------------------------------- */
	
/* MOBILE NAV
--------------------------------------------- */	
nav ul li {
	width:100%;
	clear:both;
	overflow:hidden;
}	
/* END MOBILE NAV
--------------------------------------------- */

.left-col .shadow-block:first-child{ 
	padding-bottom:0; 
}

.packersnews{ width:300px; }

.row-top-block .black-block{
	height:200px;
	width:300px;
	text-align:center;
	margin:0 0 10px 0;
}

.bgpol .content-box{
	margin:10px 10px 0 10px;
	clear:both;
}

.packersnews .for-mobile-headers{ padding:0 0 10px 0; }
.packersnews .for-mobile-headers h1{   
	font-family: FrutigerLTPro-Light, Arial;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.packersnews .for-mobile-headers h4{
    margin: 5px 0 5px 0;
}

.sidebar-search input[type="submit"]{ float:right; }

.content-author-row ul{ margin-bottom:5px; }
.content-author-row ul li{
	float:none;
	border-right: none;
	padding:0;
}
.content-author-row ul li:last-child a{ width:80px; }

.social-author-row .field-social-author:first-child{ margin-bottom:0; }
.field-social-author h3{ line-height:normal; margin:0; }

.left-col .related-stories-block .previous-results { margin-bottom:10px; }

.sidebar-block .featured-videos a{ width:300px; }
.sidebar-block .featured-videos a img{ width:300px; }
.sidebar-block .featured-videos a.horizontal-img img{ }
.sidebar-block .featured-videos a.vertical-img img{ }

.shadow-block-gallery{text-align:left;}

}


/* screen width of 1px to 684px
---------------------------------------- */ 
@media only screen and (min-width: 1px) and (max-width: 684px) {
body{ 
	background-image:none!important; 
}
.bottom-color1,
.sub-nav-block,
#sideBar, 
.author-block, 
.field-social-author:last-child, 
.social-author-block .social-author-row:last-child, 
.shadow-block .field-from, 
.m-ivove,
.gallery-blocks .item:first-child .gallery-banner, 
.gallery-blocks .right-advertisment, 
.plagin-width620px{
	display:none;
}

.bgpol h2{ margin-top:10px; }

.top-icon{
	color:#fff;
	width:100px;
	height:40px;
	line-height:40px;
}
.top-icon img{margin-left:4px;}

/* SOCIAL BLOCK
------------------------------------- */
.mobile-navigation .social{
	border-bottom:none;
	background:url(http://media.jrn.com/designimages/shadow-top.png) repeat-x 0 0;
	color:#fff;
	clear:both;
	height:68px;
	padding-bottom:0;
	padding-top:17px;
	margin-bottom:0;
	text-align:center;
}
.mobile-navigation .social a{
	display:inline-block;
	width:55px;
	text-align:center;
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:12px;
	text-decoration:none;
	
}
.mobile-navigation .social a img{
	display:block;
	margin:0 0 9px 12px;
}
/* END SOCIAL BLOCK
------------------------------------- */

/* NEXT POST BLOCK Article
------------------------------------- */
.next-post-article{
	height:40px;
	position:absolute;
	top:40px;
	width:100%;
}
.next-post-article h3{
	float:left;
	margin:0 0 0 10px;
	color:#fff;
	line-height:40px;
	
}
.next-post-article .next-post{
	background:url(http://media.jrn.com/designimages/s_right.png) no-repeat 100% 12px;
	float:right;
	display:block;
	padding-right:20px;
	margin-right:10px;
	color:#fff;
	font-size:18px;
	line-height:37px;
	
	
}
/* END NEXT POST BLOCK Article
------------------------------------- */

.articles header{ height:40px; }

.packersnews,
.author-block, 
.shadow-block .field-from, 
.photo-packersnews-text,
.body, 
.social-author-block{ 
	margin:0 10px;
	background-color:#fff;
}

.photo-packersnews-text {
    background-color: #fff;
	border-bottom: 1px dotted #eaeaea;
	padding:10px 0;
}
.packersnews .for-mobile-headers{ padding:10px; }
.packersnews .for-mobile-headers h1{   
	font-family: FrutigerLTPro-Light, Arial;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.packersnews .for-mobile-headers h4{
    color:#0080FF;
    margin: 5px 0 5px 0;
}

.body{ padding:10px; }

.related-stories-block {
    border-top: none;
    padding-top: 10px;
}

.social-author-block, 
.social-author-row{ border:none; }
.social-author-block .social-author-row{ 
	padding-left:10px; 
	padding-right:10px; 
}

.comments-block{ margin-bottom:2px; }
.next-post-article,
.comments-block h3{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
.comments-block p{ padding:10px; }
.comments-block p, 
.comments-plagin{
	margin:0 10px;
	background-color:#fff;
}

ul.tabs{ margin-bottom:10px; }
ul.fixed-tabs{ 
	position:fixed; 
	top:40px; 
	z-index:4;
	background-color:#eaeaea; 
}

.item{ width:100%; }

.sport-block .background-image img { 
height:auto;
width:auto; 
}

.bgpol{
	margin-left:0!important;
	margin-right:0!important;
}

.plagin-width300px .fb-comments{  }

.page-elements .main-reklama {
	margin: 0 10px;
}
	
}


/* screen width of 685px to 1004px
---------------------------------------- */ 
@media only screen and (min-width: 685px) and (max-width: 1004px) {
.additional-logo{
	margin:0 auto;
	height:auto;
	width:685px; 
	overflow:hidden;
	position:relative;
	top:0px;
	text-align:center;
	padding-bottom:12px;
}
.additional-logo a{
	/*float:right;*/
}
.additional-logo img{
	max-height:200px;
	max-width:685px;
}
.window-space .sub-nav-block {
	top:240px;
	height:100px;
}
.window-space.no-top-banner .sub-nav-block {
	top:40px;
	height:100px;
}
.window-space .container-ivote {top: 340px;}
.window-space .open-navigation .container-ivote{ top: 140px; }
.window-space .open-navigation .sub-nav-block{ top:40px; }
.window-space.no-top-banner .sub-nav-block { top:40px; height:60px; overflow:hidden; }
.window-space.no-top-banner .sub-nav-block .sub-nav h1 { 
	margin-top: 21px!important;
    font-size: 14px;
    text-transform: none;
}
.window-space.no-top-banner .sub-nav-block h1 ul{ display:none; }

.body-generic.no-top-banner .sub-nav-block,
.articles.no-top-banner .sub-nav-block{ 
	top:40px; 
	height:60px; 
	position:relative; 
}
.body-generic.no-top-banner .sub-nav-block .sub-nav h1 { 
	margin-top: 21px!important;
    font-size: 14px;
    text-transform: none;
}
.body-generic.no-top-banner .sub-nav-block h1 ul{ display:none; }
/* NEW STYLES FOR: Video/Slideshow template, Article template */
.video-template, 
.article-template{
	width:300px;
	height:250px;
	text-align:left;
}

.video-template .background-image, 
.video-template .section-name,
.semi-transparent, 
.video-template h4{
	position:absolute;
	left:0;
	top:0;
}
.video-template .section-name{
	z-index:1;
}
.video-template .section-name{
	z-index:3;
}
.semi-transparent{
	width:300px;
	height:250px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
	z-index:2;
}
.video-template h4{
	top:40px;
	left:10px;
	margin:0;
	padding:0;
	z-index:4;
	width:160px;
}

.article-template{
	background-color:#222;
}
.article-template .section-name,
.video-template .section-name{    
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 12px;
	
}
.article-template h4,
.video-template h4{
	color:#fff;
	font-size:24px;
	line-height:27px;
	font-family: FrutigerLTPro-BoldCn, Arial;
}
.article-template h4{
	margin:10px 4px 4px 8px;
}
.article-template .content-article{
	color:#bbb;
	font-size:14px;
	line-height:20px;
	font-family: FrutigerLTPro-Roman, Arial;
	width:160px;
	padding:0 10px;
}
.article-template img, 
.video-template img{
	height:auto;
}
.sponsored-article{
	position:absolute;
	right:0;
	bottom:0;
	width:120px;
	overflow:hidden;
	text-align:center;
	color:#888;
	font-size:11px;
	line-height:20px;
	z-index:5;
}
.video-template .sponsored-article div{ 
	background-color: #000;    
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0.6; /* Mozilla */
     -khtml-opacity: 0.6; /* Safari */
     opacity: 0.6;  /* general CSS3 */
	 overflow:hidden;
} 
/* END NEW STYLES FOR: Video/Slideshow template, Article template */

}


@media only screen and (min-width: 685px) and (max-width: 1004px) {
/* page weather-radar
--------------------------------- */
.html-weather-radar body{
	background-image:url(http://media.jrn.com/designimages/body-weather-radar.jpg);
	background-attachment:scroll;
}
.html-weather-radar .no-top-banner .jcarousel-skin-tango, 
.html-weather-radar .sub-nav h1, 
.html-weather-radar .no-top-banner .div-jcarousel-backtowather{ display:none; }
.html-weather-radar .no-top-banner .sub-nav h1{
	display:block;
	overflow:visible;
}
.html-weather-radar .no-top-banner .sub-nav h1 a{ color:#fff; }
.html-weather-radar .no-top-banner .sub-nav h1 a span{
	display:block;
	float:left;
	width:22px;
	height:22px;
	background:url(http://media.jrn.com/designimages/overlay-menus2.png) no-repeat 0 0;
}
.html-weather-radar .no-top-banner .sub-nav h1 a span:hover{
	background:url(http://media.jrn.com/designimages/overlay-menus2.png) no-repeat 0 -22px;
}
	
/* jcarousel
---------------------------------------------------------- */
.html-weather-radar .jcarousel-skin-tango{float:left;}	
.html-weather-radar .jcarousel-skin-tango .jcarousel-container {height:107px;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-direction-rtl {direction: rtl;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-container-horizontal { 
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
	position:relative;
	left:9px;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-clip-horizontal {height: 107px;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-item {
	width: 160px;
	height: 107px;
	text-align:center;
	border-right: 1px solid #393939;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-item-horizontal {margin: 0;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-item-placeholder {}
.html-weather-radar .div-jcarousel-backtowather{
	float:left;
	width: 160px;
	overflow:hidden;
	text-align:center;
	position:relative;
	border-left: 1px solid #393939;
}
.html-weather-radar .div-jcarousel-backtowather a{ color:#06f; }
.html-weather-radar .div-jcarousel-backtowather a span{ 
	color:#06f!important; 
	width:160px; 
	text-align:center; 
	display:block; 
}
.html-weather-radar .div-jcarousel-backtowather a span img{ margin:10px 0 20px 0; }
.html-weather-radar .div-jcarousel a{
	display:block;
	padding-top:15px;
	width: 160px;
	height: 107px;
	height: 92px;
	text-align:center;
}
.html-weather-radar .div-jcarousel a:hover{
	background-color:#111;
}

.div-jcarousel .img-wrap54{margin-bottom:10px;height:54px;overflow:hidden}
.radar-maps .grid_4 .img-wrap144 {margin-bottom: 10px;height:144px;overflow:hidden}
.html-weather-radar .div-jcarousel a span{
	display:block;
	color:#fff;
	width:160px;
	text-align:center;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 0;
	right: -21px;
	width: 19px;
	height: 122px;
	cursor: pointer;
	background: transparent url(http://media.jrn.com/designimages/js-next.png) no-repeat 50% 50%;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background: #111 url(http://media.jrn.com/designimages/js-next.png) no-repeat 50% 50%;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 0;
	left: -183px;
	width: 20px;
	height: 122px;
	cursor: pointer;
	background: transparent url(http://media.jrn.com/designimages/js-prev.png) no-repeat 50% 50%;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-prev-horizontal:hover  {
	background: #111 url(http://media.jrn.com/designimages/js-prev.png) no-repeat 50% 50%;
}

.html-weather-radar .div-jcarousel a.active,
.html-weather-radar .div-jcarousel a.active:hover{
	background:#111 url(http://media.jrn.com/designimages/tr-w16.png) no-repeat 50% 100%;
	cursor:default;
}	
/* end jcarousel
---------------------------------------------------------- */

.html-weather-radar .no-top-banner .sub-nav h1 a font{ position: relative; top: 4px; left:8px; }
.html-weather-radar .sub-nav-block { height:122px; }
.html-weather-radar .body-generic.no-top-banner .sub-nav-block { height: 60px; }
.html-weather-radar .left-col{ background-image:none; margin-top:-5px; }
.html-weather-radar .Authors { border-top: 3px solid #d8d8d8; padding-top:15px; }
	
	.top-big-radar{
		height:15px;
		overflow:hidden;
		margin-top:-15px;
	}
	.big-radar {
		padding:0 15px;
	}
	.bottom-big-radar{
		height:15px;
		overflow:hidden;
	}
	
	.social-radar{
		background:url(http://media.jrn.com/designimages/shadow-bottom-soc.png) repeat-x  0 100%;
		height: 60px;
		position:relative;
		top:-15px;
	}
	.social-radar .social{
		border-bottom: none;
		height: 60px;
		margin-bottom: 0;
		overflow: hidden;
		padding-bottom: 0;
		text-align: left;
		float:left;
	}
	.social-radar .social h3{
		float:left;
		border-right: 1px solid #e3e3e3;
		height:60px;
		padding:0;
		line-height:57px;
		margin:0;
		width:77px;
		text-align:center;
	}
	.social-radar .social a {
		border-right: 1px solid #e3e3e3;
		color:#000;
		margin:0;
		text-align: center;
		width: auto;
		padding:12px 12px 0 10px;
		height:48px;
	}
	.social-radar .social a img {
		margin-bottom: 0;
		margin-right:5px;
		background-color:#222;
	}
	.social-radar .social a:hover img {
		background-color:#000;
	}
	
	.social-radar .next{
		border-left: 1px solid #e3e3e3;
		float:right;
		height:60px;
		padding:0 16px 0 0;
	}
	.social-radar .next h3{
		height:60px;
		padding:0 10px 0 14px;
		line-height:57px;
		float:left;
		margin:0;
	}
	.social-radar .next a{
		color:#06f;
		display:block;
		float:left;
		text-decoration:none;
		padding:12px 0 0 0;
		height:48px
	}
	.social-radar .next a:hover{
		color:#009;
	}
	.social-radar .next a img{
		background-color:#06f;
		margin-right:5px;
	}
	.social-radar .next a:hover img{ background-color:#009; }
	
	.radar-block{ margin:0 37px 0 38px; }
	.radar-block-header{
		clear:both;
		overflow:hidden;
		margin-top:9px;
		padding-bottom:25px;
	}
	.radar-block-header h2{
		font-family: FrutigerLTPro-Light, Arial;
		float:left;
		margin:0;
	}
	.radar-block-sponsoredby{ float:right; }
	.radar-field{ padding: 0 0 31px 0; }
	.radar-banner{
		padding: 0 0 40px 0;
		text-align:center;
	}
	.radar-banner div{
		margin-top:2px;
	}
	
	.more-weather-radar{
		background-color:#222;
		clear:both;
		overflow:hidden;
		height:100px;
	}
	.more-weather-radar h3{
		height:100px;
		margin:0;
		padding:0;
		line-height:100px;
		float:left;
		text-align:center;
		font-family: FrutigerLTPro-Light, Arial;
		color:#999;
		font-size:18px;
	}
	.more-weather-radar a, 
	.more-weather-radar a:hover{
		color:#999;
		display:table-cell;
		text-align:center;
		border-left: 1px solid #333;
		vertical-align:top;
		height:82px;
		padding-top:18px;
	}
	.more-weather-radar a:hover{
		background-color:#000;
	}
	.more-weather-radar a font{
		display:block;
	}
	.more-weather-radar a span{
		display:inline-block;
		text-align:center;
		height:46px;
		width:46px;
	}
	a.outlook span{background:url(http://media.jrn.com/designimages/icon-outlook.png) no-repeat 0 0;}
	a.current-conditions span{background:url(http://media.jrn.com/designimages/icons-current-conditions.png) no-repeat 0 0;}
	a.hourly-forecast span{background:url(http://media.jrn.com/designimages/icon-hourly-forecast.png) no-repeat 0 0;}
	a.extended-forecast span{background:url(http://media.jrn.com/designimages/icon-extended-forecast.png) no-repeat 0 0;}
	a.closings span{background:url(http://media.jrn.com/designimages/icon-closings.png) no-repeat 0 0;}
	
	.for-radar-banner1005px{ display:none; }
}	
@media only screen and (min-width: 685px) and (max-width: 1004px) {
	.html-weather-radar .container-ivote { top: 162px; }
	.top-big-radar{background:url(http://media.jrn.com/designimages/top-big-radar2.png) no-repeat 0 100%;}
	.big-radar {
		width:655px;
		background:url(http://media.jrn.com/designimages/big-radar685px.png) repeat-y 0 0;
	}
	.bottom-big-radar{background:url(http://media.jrn.com/designimages/bottom-big-radar2-685px.png) no-repeat 0 0;}
	.radar-field{ 
		max-width:580px; 
		overflow:hidden; 
	}
	.radar-field img{ max-width:100%; }
	.radar-banner div img{ max-width:580px; }	
	.more-weather-radar h3{width:100px;}	
	.more-weather-radar a{
		width:114px;
		vertical-align:top;
	}
	
	/* jcarousel
	---------------------------------------------------------- */	
	.html-weather-radar .jcarousel-skin-tango .jcarousel-container-horizontal { width: 481px; margin-left:-2px; }
	.html-weather-radar .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 481px; }
	.html-weather-radar .div-jcarousel-backtowather{ left:7px; }
	.html-weather-radar .jcarousel-skin-tango .jcarousel-prev-horizontal {
		left: -181px;
		width: 19px;
	}
	/* end jcarousel
	---------------------------------------------------------- */
}

/* end page weather-radar
--------------------------------- */

@media only screen and (min-width: 1px) and (max-width: 1004px) {
/* page weather-desktop
-------------------------------------------------------------- */
.weather-desktop{
	background-image:url(http://media.jrn.com/designimages/body-weather-radar.jpg);
}
.header-weather-logo{
	float:left;
}
.header-weather-block{
	float:right;
	margin:5px 15px 0 0;
}
.header-weather-block span{
	display:block;
	text-align:right;
	color:#fff;
	border-top:1px solid #666;
	width:220px;
	padding:8px 0;
	font-family: FrutigerLTPro-Light, Arial;
}
.header-weather-block span.temperature{
	border-top:none;
	font-size:36px; 
	font-family: FrutigerLTPro-Light, Arial;
}
.header-weather-block span a{ 
	color:#fff;
	font-family: FrutigerLTPro-Roman, Arial; 
}
.header-weather-block span a font{ float:right; }
.header-weather-block span a font.tr-font{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
	margin:4px 0 0 5px;
}

.weather-desktop header { height: 40px; }
.weather-desktop .sub-nav { width:auto; }
.weather-desktop.no-top-banner .sub-nav-block{ 
	height: 60px; 
	overflow:hidden;
	background-image:none;
	background-color:#222;
}
.weather-desktop .sub-nav h4{
	float:left;
	display:block;
	padding:0;
	margin:15px 15px 0 15px;
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:24px;
	line-height:29px;
}

.weather-desktop .search input[type="text"]{ font-size:13px; }
.weather-desktop .seach-zip {
    background:#fff url(http://media.jrn.com/designimages/bg_search2.png) no-repeat 0 0;   
    height: 30px;
    width: 220px;
	margin:15px 0 0 0;
}
.weather-desktop .seach-zip input[type="text"] {
    background: none;
    border: medium none;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-family: FrutigerLTPro-Roman, Arial;
    font-size: 13px;
    padding: 0 8px;
    width: 174px;
}
.weather-desktop .seach-zip input[type="button"] {
    background: none;
    border: none;
    float: left;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    width: 30px;
}

/* alert-banner-top ------------------------------ */
.no-top-banner .alert-banner-top{ display:none; }
.alert-banner-top{
	height:40px;
	background-color:#f00;
	position:relative;
	width:100%;
	float:left;
}
.alert-banner-top .back{
	margin:0 auto;
	position:relative;
}
.alert-banner-top .left-block{
	background-color:#900;
	height:40px;
	width:170px;
	margin-right:10px;
}
.alert-banner-top .left-block h3{
	color:#fff;
	line-height:40px;
	height:40px;
	font-family: FrutigerLTPro-Light, Arial;
	background:url(http://media.jrn.com/designimages/alert-pic.png) no-repeat 15px 10px;
	margin-bottom:0;
	padding-left:45px;
}
.alert-banner-top .grid_10{
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 14px;
	line-height:40px;
	color:#fff;
	width:auto;
}
.alert-banner-top .grid_10 p{
	float:left;
	display:inline-block;
	margin-right:10px;
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 14px;
	line-height:40px;
	color:#fff;
}
.alert-banner-top .grid_10 a{
	color:#fff;
	font-family: FrutigerLTPro-Roman, Arial;
    font-size: 14px;
	line-height:25px;
	text-decoration:none;
	color:#fff;
	background-color:#900;
	padding:0px 14px 1px 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	display:inline-block;
}
}
@media screen and (min-width: 684px) {
	.alert-banner-top .grid_10 a font,
	.today-tmj4{ display:none!important; }    
}
@media only screen and (min-width: 1px) and (max-width: 1004px) {
.alert-banner-top .grid_10 a span{
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	height: 0;
	width: 0;
	position:relative;
	top:12px;
}
.alert-banner-top .grid_10 a i{ 
	font-style:normal;
	font-size:13px;
	font-family: FrutigerLTPro-Roman, Arial; 
}
.alert-banner-top a.button-close{
	background:none;
	padding:0;
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	position:absolute;
	top:8px;
	right:13px;
	z-index:3;
}
/* end alert-banner-top -------------------------- */

/* top-shadow-weather  --------------------------- */
.top-shadow-weather{
    height: 15px;
    margin-top: -15px;
    overflow: hidden;
}
.content-shadow-weather{ 
	padding: 0 15px;
    overflow: hidden;
}
.bottom-shadow-weather{
    height: 15px;
    overflow: hidden;
}
/* end top-shadow-weather  ----------------------- */

/* left-menu-weather  --------------------------- */
.left-menu-weather{
	width:140px;
	float:left;
	margin:15px 15px 0 0;
}
body.no-top-banner .left-menu-weather {
    position: fixed;
	top:100px;
}
.left-menu-weather ul{ margin-bottom:24px; }
.left-menu-weather li a{
    color: #000;
    display: block;
    font-family: FrutigerLTPro-Roman, Arial;
    font-size: 13px;
    text-decoration: none;
    
	border-bottom:1px solid #ccc;
	padding:8px 0 8px 9px;
}
.left-menu-weather li.active a{
	background-color:#ccc;
	cursor:default;
}
.left-menu-weather li a span {
	display:inline-block;
	font-size:11px;
	height:17px;
	line-height:17px;
    background-color: #f00;
    border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-o-border-radius: 11px;
	-ms-border-radius: 11px;
    color: #fff;
    left: 10px;
    padding: 0 7px 0 6px;
    position: relative;

}
.left-menu-weather .social{    
	border-bottom: none;
    clear: both;
    height: auto;
}
.left-menu-weather .social a{
	color:#000;
	margin:0;
}
.left-menu-weather .social a img{ background-color:#999;}
.left-menu-weather .social a:hover img{ background-color:#666;}
/* end left-menu-weather  ----------------------- */

/* weather-contents-box  ----------------------- */
.weather-contents-box{
	float:right;
	margin:0 20px;
}
.weather-contents-box .page-elements{
	padding-top:10px;
	margin-bottom:30px;
	text-align:left;
}
.weather-contents-box .header-title{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.weather-contents-box .header-title h1 {
    float: left;
    font-family: FrutigerLTPro-Light, Arial;
    font-size: 36px;
    font-weight: normal;
	text-align:left;
}
.weather-contents-box .header-title .sponsored-by {float: right;}
.weather-contents-box .header-title .sponsored-by a{
	color:#acacac;
	font-size:10px;
}
.weather-contents-box .header-title .sponsored-by a img{ margin-left:5px; }

/* video-slider   -------------------------------- */
.page-elements .video-slider,
.page-elements .mobilegalery-prewblock, 
.page-elements .photo-prew-block{ text-align:left; }
.page-elements .video-block{
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 460px;
}
.page-elements .video-element{ 
	height:255px; 
}
.page-elements .prev-video,
.page-elements .next-video, 
.page-elements .play-video{
	position:absolute;
	z-index:2;
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
}
.page-elements .prev-video{
	left:10px;
	top:104px;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 0;
}
.page-elements .prev-video:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 -50px;
}
.page-elements .next-video{
	right:10px;
	top:104px;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px 0;
}
.page-elements .next-video:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px -50px;
}
.page-elements .play-video{
	top:104px;
	left:211px;
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 0;
}
.play-video:hover{
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 -50px;
}
.page-elements .video-block .bx-pager {
    margin-top: 12px;
    text-align: center;
}
.bx-pager a{
	background:url(http://media.jrn.com/designimages/pagin_slider_video.png) no-repeat 50% 0;
	display:inline-block;
	height:8px;
	overflow:hidden;
	text-decoration:none;
	padding:0 5px;
	text-indent:-99999px;
}

.bx-pager a:hover, 
.bx-pager a.pager-active{
	background:url(http://media.jrn.com/designimages/pagin_slider_video.png) no-repeat 50% -8px;
}
/* end video-slider   -------------------------------- */

.page-elements h2 {
    font-family: FrutigerLTPro-Bold, Arial;
    font-size: 18px;
    margin:0 0 10px 0;
	line-height:normal;
}
.page-elements p, 
.article-author .text-block p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom:0;
	font-family: FrutigerLTPro-Roman, Arial
}
.page-elements .text-block, 
.article-author .text-block{
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
} 
.page-elements .band-white-cap,
.article-author .band-white-cap{
	background:url(http://media.jrn.com/designimages/white-cap.png) repeat-x 0 0;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:4;
}
.article-author .show-more{
	background-color:#EAEAEA;
	float:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	margin-bottom:15px;
}
.article-author .show-more:hover{background-color:#009;}
.contributor .article-author .show-more{
	background-color:#fff;
	font-size:14px;
}
.contributor .article-author .show-more:hover{background-color:#009;}
.page-elements .show-more a{
	display:block;
	float:left;
	margin:0 6px 30px 0;
	text-decoration:none;
	font-size:13px;
}
.article-author .show-more a{
	display:block;
	float:left;
	padding:9px 6px 9px 13px;
	text-decoration:none;
	font-size:12px;
}
.article-author .show-more:hover a{ color:#fff; }
.page-elements .show-more span{    
  border-color: #0080FF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0;
  margin-top:5px;
  display:block;
  float:left;
}
.article-author .show-more span{    
  border-color: #0080FF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0;
  margin:13px 12px 0 0;
  display:block;
  float:left;
}
.page-elements .show-more:hover span{ border-color: #009 transparent transparent transparent; }
.article-author .show-more:hover span{ border-color: #fff transparent transparent transparent; }
.page-elements .show-more span.active,
.article-author .show-more span.active{    
  border-color: transparent transparent #0080FF transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  height: 0;
  width: 0;
  margin-top:5px;
  display:block;
  float:left;
}
.article-author .show-more span.active{ margin-top:13px; }
.page-elements .show-more:hover span.active{ border-color: transparent transparent #009 transparent; }
.article-author .show-more:hover span.active{ border-color: transparent transparent #fff transparent; }

/* GALERY PREW ----------------------- */
.page-elements .galery-radar-prew{ 
	margin:0 0 25px 0; 
}
.page-elements .galery-radar-prew a{
	display:block;
	width:140px;
	margin:0 0 10px 0;
}
.page-elements .galery-radar-prew a img{
	max-width:140px;
	height:80px;
}
.band1 {
    color: #000;
    font-family: FrutigerLTPro-Bold, Arial;
}
/* END GALERY PREW ----------------------- */

/* PHOTO PREW BLOCK ---------------------- */
.page-elements .photo-prew-block {
	clear:both;
    margin-bottom: 10px;
	overflow:hidden;
}
.page-elements .photo-prew-block .grid_2{ 
	width:140px;
	overflow:hidden;
	margin:0 10px 20px 0;
}
.page-elements .photo-prew-block .grid_2 a, 
.page-elements .photo-prew-block .grid_2 span{
	display:table-cell;
	vertical-align:middle;
	height:68px;
}
.page-elements .photo-prew-block .grid_2 img{ border: 1px solid #d9d7da; margin-right:5px; }
/* END PHOTO PREW BLOCK ---------------------- */

/* main-reklama AD BLOCK --------------------- */
.page-elements .main-reklama {
    clear: both;
    display: block;
    overflow: hidden;
}
.page-elements .main-reklama-top {
    background: url(http://media.jrn.com/designimages/bg_reklama-grey.png) no-repeat scroll 50% 0;
    display: block;
    height: 15px;
    overflow: hidden;
    width: 100%;
}
.page-elements .reklama-block {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.page-elements .main-reklama-bottom {
    border-bottom: 1px solid #d6d6d6;
    display: block;
    height: 8px;
    overflow: hidden;
    width: 100%;
}
/* end main-reklama AD BLOCK --------------------- */

/* CURRENT CONDITIONS ---------------------------- */
.current-onditions-page{
	clear:both;
	overflow:hidden; 
}
.current-onditions-page{text-align:left; }
.current-onditions-page .grid_2{
padding:10px 0 0 10px;
margin:0 20px 0 0;
width:130px;
min-height:100px;
background: -moz-linear-gradient(-45deg,  rgba(219,219,219,1) 0%, rgba(255,255,255,0) 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* IE10+ */
background: linear-gradient(135deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.current-onditions-page .grid_2 img{
	position: relative;
	left: -10px;
	margin-top:10px;
}
.current-onditions-page span{
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:14px;
}
.gradus{
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:45px;
	padding:2px 0 0 0;
}
.weather-data-item{ 
	min-height:70px;
}
.weather-data-item p{
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:26px;
}
/* END CURRENT CONDITIONS ---------------------------- */

/* Hourly Forecast carousel -------------------------- */
.weather-row .grid_2{
padding:10px 0 0 10px;
width:130px;
min-height:92px;
background: -moz-linear-gradient(-45deg,  rgba(219,219,219,1) 0%, rgba(255,255,255,0) 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* IE10+ */
background: linear-gradient(135deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.weather-row h3{
	margin-bottom:4px; 
}
.weather-row .grid_2 img{
	position: relative;
	left: -10px;
}
.weather-row span{
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:14px;
}
.hour{
    font-family: FrutigerLTPro-Light, Arial;
	color:#666;
	font-size:18px;
} 
.month-day{
    font-family: FrutigerLTPro-Bold, Arial;
	color:#000;
	font-size:14px;
}
.month-day{  }
.temperature{
    font-family: FrutigerLTPro-Bold, Arial;
	margin:3px 0 14px 0;
}
.temperature font{ color:#666; }
.row-line{
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:14px;
	font-style:normal;
	margin-bottom:5px;
	line-height:18px;
	clear:both;
}
.row-line span{ float:right; }
.weather-variant{  
	overflow:hidden;
	font-family: FrutigerLTPro-Bold, Arial;
	height:34px;
	overflow:hidden;
}
.weather-row .grid_2 .row-line span img{
	position:relative;
	left:-3px;
}

/* RADAR & MAPS ------------------------------------ */
.radar-maps{ 
	clear:both;
	overflow:hidden 
}
.radar-maps .grid_4{
	margin:0 1px 1px 0;
	height:259px;
}
.radar-maps .grid_4 a{
	height:259px;
	display:block;
	overflow:hidden;
	text-align:center;
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:18px;
	position:relative;
}
.radar-maps .grid_2{
	margin:0 1px 1px 0;
	height:129px;
}
.radar-maps a{
	width:159px;
	height:129px;
	display:block;
	overflow:hidden;
	text-align:center;
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
	position:relative;
}
.radar-maps a:hover{ color:#000; }
.radar-maps .grid_4 a span{
	display:block;
	width:256px;
	height:144px;
}
.radar-maps .grid_4 a span img{ margin-bottom:10px; }
.radar-maps .grid_2 a span{
	display:block;
	width:96px;
	height:54px;
}
.radar-maps .grid_4 a strong,
.radar-maps .grid_2 a strong{
	background:url(http://media.jrn.com/designimages/icon-for-radar.png) no-repeat 0 0;
	display:block;
	width:38px;
	height:38px;
	position:absolute;
	z-index:2;
}
.radar-maps .grid_4 a:hover strong,
.radar-maps .grid_2 a:hover strong{
	background:url(http://media.jrn.com/designimages/icon-for-radar.png) no-repeat 0 -38px;
}
/* END RADAR & MAPS -------------------------------- */

/* CLOSINGS ---------------------------------------- */
.cc-header{
	width:100%;
	float:left;
}
.cc-header img{
	float:left;
}
/* END CLOSINGS ------------------------------------ */

/* ALERTS BLOCK ------------------------------------ */
.alert-block table{ width:100%; margin-bottom:20px; }
.alert-block td{ 
	border-top:1px solid #d6d6d6;
	vertical-align:middle;
	padding:5px 0;
	height:30px;
}
.alert-block a {color:#000; }
.alert-block a:hover{ color:#f00; }
.alert-block a.view{
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	color:#f00;
	font-size:14px;
	font-weight:normal;
	font-family: FrutigerLTPro-Bold, Arial;
	background-color:#e8e8e8;
	padding:0 10px;  
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}
.alert-block a.view:hover{background-color:#ccc; color:#fff;}
/* END ALERTS BLOCK -------------------------------- */

/* SELECT ------------------------------------------ */
.alert-select{
    width:220px;
    float:right; 
    -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    height:25px;
    padding-top:5px;
    overflow:hidden;
    -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    background: #e9e9e9 url(http://media.jrn.com/designimages/tr-red.png) no-repeat 200px 14px;
}
.alert-select select {
    background: none;
    border: 0 none;
    display: inline-block;
    -webkit-appearance:none;
    width: 235px;
    margin-left:5px;
    color:#f00;   
    font-family: FrutigerLTPro-Bold, Arial;
    font-size: 14px;
}
.mac-os .alert-select select{
	margin-left:10px;
}
/* END SELECT ------------------------------------------ */

/* More Weather ---------------------------------------- */
.more-weather .gallery-block{ 
	overflow:hidden; 
	text-align:left;
	background-color:#eee; 
}
.more-weather .gallery-block .content-box {
    margin: 0;
    overflow: hidden;
    padding-bottom: 15px;
	padding-left:15px;
}
.more-weather .gallery-block .content-box h2 {
	color:#000;
	margin:10px 0 8px 0;
}
.more-weather .gallery-block .content-box h2 a {color:#000; }
.more-weather .gallery-block .content-box h2 a:hover {color:#009; }
.page-elements .more-weather .gallery-block .content-box p {
    font-size:15px;   
	color: #7B7B7B;
    font-family: FrutigerLTPro-Roman, Arial;
    line-height: 18px;
	margin-right: 10px;
	margin-bottom: 12px;
}
.more-weather .gallery-block .content-box a.gallery-button { margin-bottom: 0; }
.weather-desktop .more-weather .sport-block ul{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
/* end More Weather ------------------------------------ */

.weather-desktop .search{ background-image:none; }
.lupa{ 
	background-color:#06f;
	float:left;
	width:39px;
	height:40px; 
}
.lupa:hover{ background-color:#fff; }
.lupa input[type="button"] {
    background: url(http://media.jrn.com/designimages/lupa_009.png) no-repeat 0 0;
}

/* weather-desktop FOOTER ---------------------------------------------- */
.weather-desktop footer{
	background-color:#fff;
	border-top:1px solid #ccc;
	position:fixed;
	bottom:0;
	z-index:666;
	min-height:50px;
	padding-top:10px;
	text-align:center;
	color:#666;
	font-family: FrutigerLTPro-Light, Arial;
}

.weather-desktop .footer_left_side{
	text-align:right;
	display:block;
	float:left;
}
.weather-desktop .font-size12px-normal{
	display:inline;
	text-align:right;
	font-size:18px;
	font-family: FrutigerLTPro-Light, Arial;
	
	width:200px;
	padding-right:5px;
	color:#666;
}
.weather-desktop .footer-today{
	font-size:18px;
	font-family: FrutigerLTPro-Light, Arial;
	line-height:40px;
	color:#000;
}
.weather-desktop .footer-transition{
	 text-decoration:none;
	 font-size:18px;
	 font-family: FrutigerLTPro-Light, Arial;
	 height:40px;
	 display:inline;
	 float:left;
}
.weather-desktop .footer-transition img{
	margin:4px 10px;
	background-color:#0080ff;
}
.weather-desktop .footer-transition img:hover{
	background-color:#009;
}
.weather-desktop .footer-today img{
	margin:0 4px 0 2px;
}
.weather-desktop .footer-transition span{
	color:#666;
	position:relative;
	top:1px;
}
/* END weather-desktop FOOTER -------------------------------------- */

/* end weather-contents-box  ----------------------- */
}

@media only screen and (min-width: 685px) and (max-width: 1004px) {
.weather-desktop .container-ivote .mobile-search-navigation, 
.weather-desktop .container-ivote .sub-nav-block, 
.for-mobile-view{ display:none!important; }
.weather-desktop #content{ background:none; }
.header-weather-desktop{
	background:url(http://media.jrn.com/designimages/bg_headerweatherblock.png) no-repeat 100% 0;
	margin:0 auto;
	height:220px;
	width:685px; 
	overflow:hidden;
	position:relative;
}
.weather-desktop.no-top-banner .header-weather-desktop{ display:none; }
.weather-desktop .sub-nav { padding-left:0; }
.weather-desktop  .sub-nav-block{ 
	background-color:transparent;
	background:url(http://media.jrn.com/designimages/black80.png) repeat 0 0; 
	width:685px;
	height:155px;
	z-index:66;
	position:absolute;
	top:220px;
}
.weather-desktop .band-weather-alerts-black{ background: url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100% }
.weather-desktop .container-ivote {
    position: absolute;
    top: 375px;
    z-index: 66;
}

.weather-desktop .alert-banner-top-none { top: 295px; }
.weather-desktop .open-navigation .container-ivote{ top: 140px; }
.weather-desktop .open-navigation .sub-nav-block{ top:40px; }
.weather-desktop.no-top-banner .sub-nav-block { top:40px; height:60px!important; overflow:hidden; }
.alert-banner-top .left-block{ display:none; }
.top-shadow-weather{ background: url(http://media.jrn.com/designimages/top-shadow-weather685px.png) no-repeat 0 100%; }
.content-shadow-weather{ background: url(http://media.jrn.com/designimages/content-shadow-weather685.png) repeat-y 0 0; width: 655px; }
.bottom-shadow-weather{ background: url(http://media.jrn.com/designimages/bottom-shadow-weather685.png) no-repeat 0 0; }
.weather-contents-box{ width:460px; }
.page-elements .mobilegalery-prewblock{
	clear:both;
	margin-left:-20px;
}
.page-elements .mobile-galery-prew{ 
	float:left;
	margin-left:20px;
	width:140px;
}
.page-elements .reklama-block img{ max-width:460px; }
.current-onditions-page .grid_2:first-child h3{ display:none; }
.current-onditions-page .grid_2{ margin-right:10px; }
.current-onditions-page .grid_2:first-child{ min-height:320px; }
.width-br{ width:50%; }
/* Hourly Forecast horizontal carousel ------------------------ */
.weather-row{
	width:100%;
	float:left;
}
.weather-row .carousel {
	width:480px;
	position: relative;
	left:0px;
	margin-bottom:30px;
}
.weather-row .carousel .grid_2{
	margin-left:0;
	margin-right:20px;
	text-align:left;
}
.weather-row .jcarousel-skin-tango .jcarousel-direction-rtl {direction: rtl;}
.weather-row .jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}
.weather-row .jcarousel-skin-tango .jcarousel-item-vertical {
	width:140px;
	height:105px;
	margin-bottom:10px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal {
	height:50px;
	width:25px;
	position:absolute;
	top:140px;
	right:0px;
	z-index:777;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat -25px 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat -25px -50px;
	cursor:pointer;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat -25px 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat -25px -100px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal {
	height:50px;
	width:25px;
	position:absolute;
	top:140px;
	left:-20px;
	z-index:777;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat 0 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat 0 -50px;
	cursor:pointer;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat 0 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat 0 -100px;
}
/* end Hourly Forecast horizontal carousel ----------------------------- */

/* RADAR & MAPS ------------------------------ */
.radar-maps .grid_4, 
.radar-maps .grid_4 a{ width:305px; }
.radar-maps .grid_2{ width:152px; }
.radar-maps .grid_4 a, 
.radar-maps .grid_2 a{ 
background: -moz-linear-gradient(-45deg,  rgba(219,219,219,1) 0%, rgba(255,255,255,0) 40%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* IE10+ */
background: linear-gradient(135deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}
.radar-maps .grid_4 a span, 
.radar-maps .grid_2 a span{ margin:22px 0 10px 22px; }
.radar-maps .grid_4 a strong{ right:10px; top:4px; }
.radar-maps .grid_2 a strong{ right:25px; top:4px; }
/* END RADAR & MAPS -------------------------- */

/* CLOSINGS -------------------------------- */
.clousing{
	width:460px;
	height:260px;
	margin:0 0 30px 0;
	position:relative;
	display:table;
	float:left;
	overflow:hidden;
}

.clousing-content{
	position:absolute;
	bottom:20px;
	left:30px;
	z-index:2;
	width:460px;
	height:auto;
}
.clous-div{
	height:38px;
	background:url(http://media.jrn.com/designimages/pic-cc1l.png) no-repeat 0 0;
	padding-left:16px;
	float:left;
}
.clous-div span {
	background:url(http://media.jrn.com/designimages/pic-cc1r.png) no-repeat 100% 0;
    color: #fff;
    display: inline-block;
    font-family: FrutigerLTPro-Roman, Arial;
    height: 38px;
    line-height: 30px;
    padding: 0 25px 0 2px;
}
.clous-view{
	height:38px;
	background:url(http://media.jrn.com/designimages/pic-cc2l.png) no-repeat 0 0;
	padding-left:16px;
	float:left;
}
.clous-view a{
	background:url(http://media.jrn.com/designimages/pic-cc2r.png) no-repeat 100% 0;
    color: #fff;
    display: inline-block;
    font-family: FrutigerLTPro-Roman, Arial;
    height: 38px;
    line-height: 30px;
    padding: 0 25px 0 2px;
	text-decoration:none;
	color:#003;
}
.clous-view a:hover{ color:#f00;}
/* END CLOSINGS ---------------------------- */

.alerts-page{
	width:100%;
	float:left;
}
.alert-block td{ 
	font-size:15px;
	font-weight:normal;
	font-family: FrutigerLTPro-Bold, Arial; 
}
.alert-block a{
	color:#000;
	font-size:15px;
	font-weight:normal;
	font-family: FrutigerLTPro-Bold, Arial;
}

.more-weather{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.more-weather .gallery-block{ 
	width:300px; 
	margin:0 0 20px 80px!important;
	float:left; 
}
.more-weather .sport-block { width:300px; }
.more-weather .gallery-block .content-box { width:280px; }

/* NARROW NAVIGATION ---------------------------------------- */
.html-weather-radar .container-ivote .mobile-search-navigation{ display:none!important; }
.mobile-link-navigation{
    margin-right: 0!important;
	font-family: FrutigerLTPro-Light, Arial!important;
	font-weight: normal!important;
	font-style: normal!important;
}
.active-navigation .mobile-topheader-block .mobile-link-navigation{ 
	background:url(http://media.jrn.com/designimages/shadow-navigation-left.png) repeat-y 0 0; 
	padding-left:10px; 
}

.mobile-top-header .mobile-link-navigation a.open, 
.mobile-top-header .mobile-link-navigation a.close{
	padding-right:54px;
	padding-left:17px;
	display:block;
	width:30px;
	height:40px;
	line-height:38px;
	font-size:18px;
	font-family: FrutigerLTPro-Light, Arial;
	font-weight: normal;
	font-style: normal;
	cursor:pointer;
}
.mobile-top-header .mobile-link-navigation a.close{
	background: url(http://media.jrn.com/designimages/bg_op.png) no-repeat 68px 16px;
}
.mobile-top-header .mobile-link-navigation a.open{
	background:#0080ff url(http://media.jrn.com/designimages/bg_on.png) no-repeat 68px 16px;
}

.mobile-top-header .mobile-link-navigation a img{
	vertical-align:top;
	margin-top:13px;
}
.weather-desktop .container-ivote .mobile-search-navigation{ display:none!important; } 
.mobile-top-header .mobile-search-navigation{
	position:absolute;
	top:40px;
	right:0;
	z-index:3;
	width:200px; 
	height:auto!important;
	padding-bottom:15px;
}
.weather-desktop .mobile-search-navigation .mobile-search{
	display:block;
	position: relative!important;
	margin-bottom:15px;
	margin-top:15px;
}
.mobile-top-header .mobile-search-navigation nav{
	margin:70px 15px 0 15px;
	width:170px;
	display:block;
	position: relative!important;
	height:auto!important;
	top:0;
}
.mobile-top-header .mobile-search-navigation nav ul{ border-left:none; }
.mobile-top-header .mobile-search-navigation nav ul li{ 
	border-right:none; 
	height:30px; 
	line-height:30px; 
}
.mobile-top-header .mobile-search-navigation nav ul li a{
    display: block;
	float:left;
	width:155px;
    padding: 0 5px 0 10px;
	font-size:13px;
	font-family: FrutigerLTPro-Roman, Arial; 
	height:30px; 
	line-height:30px;
}
.mobile-top-header .mobile-search-navigation nav ul li a:hover{
	background-color:#3f9bff;
}

.mobile-top-header .mobile-search-navigation nav ul li.active a, 
.mobile-top-header .mobile-search-navigation nav ul li.active:hover a, 
.mobile-top-header .mobile-search-navigation nav ul li.active:hover a:hover {
	background-image:none!important;
	background-color:#009;
}
/* END NARROW NAVIGATION ------------------------------------- */

.page-elements .reklama-block a span.for-desktop,
.for-mobile-headertitle { display:none; }

.mobile-top-header .mobile-search { margin: 10px 0 0 15px; background-image:none; }
.mobile-top-header .mobile-search input[type="text"] {
    padding-right: 9px;
    width: 110px;
	font-size:13px;
	font-family: FrutigerLTPro-Roman, Arial;
}

.weather-desktop footer{ width:463px; }
.weather-desktop .footer_left_side{ width:200px;}

}

@media only screen and (min-width: 1px) and (max-width: 1004px) {
.weather-desktop .left-col {
    background-image: none;
    margin-top: -5px;
}
.weather-desktop .Authors {
    border-top: 3px solid #D8D8D8;
    padding-top: 15px;
}
/* end page weather-desktop
-------------------------------------------------------------- */

/* contributors-sidebar
--------------------------------------------------------------- */
.contributors-sidebar {
    border-bottom: 3px solid #999;
    border-top: 3px solid #D8D8D8;
    padding: 15px 0;
    margin-bottom: 30px;
}
.contributors-sidebar .alphabet{
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.contributors-sidebar .alphabet p{
	margin-bottom:20px;
}
.contributors-sidebar .alphabet	span{
	display:block;
	margin-bottom:5px;
	color:#666;
	font-size:18px;
	font-family: FrutigerLTPro-Roman, Arial;
	text-transform:uppercase;
}
.contributors-sidebar .alphabet	a{
	display:block;
	font-size:14px;
	line-height:21px;
}
/* end contributors-sidebar
--------------------------------------------------------------- */

.ad-div{ display:none; }
 
}

@media screen and (min-width: 1005px) {
/* bookmark-block
----------------------------------------------- */
.bookmark-block{
	height:60px;
}
.bookmark-header{
	background:url(http://media.jrn.com/designimages/shadow-bottom.png) repeat-x 0 100%;
	height:60px;
}
.bookmark-text{
	height:60px;
	float:left;
	text-align:center;
}
.bookmark-text span{
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
	line-height:60px;
}
.bookmark{
	float:left;
	margin-top:2px;
}
.close-bookmark{
	float:right;
	margin:17px 16px 0 0;
}

body.articles { }
body.bookmark-block-none{
	top:0;
}
.bookmark-block{
	width:1005px;
}
.bookmark-header{
	width:1005px;
}
.bookmark-text{
	width:420px;
}
/* end bookmark-block
----------------------------------------------- */

.mobile-top-header{
	display:none;
}

/* TOP HEADER
------------------------------------- */
body.no-top-banner .top-header{ display:none; }

.top-header{
	background-color:#fff;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
	width:100%;
	height:90px;
}
.top-header-content{
	width:1005px;
	margin:0 auto;
}
.top-header a{ text-decoration:none; }
.top-logo{
	display:block;
	float:left;
}
.top-banner{
	display:block;
	float:right;
	margin-right:15px;
}
/* END TOP HEADER
------------------------------------- */
header{ }
body.no-top-banner header{
	position:fixed;
	top:0;
	z-index:777;
	/*height:100px;*/
}

/* navigation
------------------------------------- */
.navigation-search-block{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
}
.navigation-search-container{
	margin:0 auto;
	height:40px;
	width:977px;
}
nav{
	float:left;
	height:40px;
}
nav ul{
	height:40px;
	padding-left:1px;
}
nav ul li, 
nav ul li.active:hover{
	float:left;
	height:40px;
}
nav ul li a{
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:13px;
	display:block;
	height:40px;
	line-height:38px;
	padding:0 7px;
	text-decoration:none;
	
}
nav ul li.active a{ cursor:default; }
nav ul li.sub-navigation a{
	background:url(http://media.jrn.com/designimages/menu-arrow.png) no-repeat 50% 29px;
	height:50px;
}
nav ul li.sub-navigation a:hover,
nav ul li.sub-navigation:hover a{
	background-image:none
}
/* END navigation;
------------------------------------- */

/* SEARCH
------------------------------------- */
.search{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	float:right;
	height:40px;
	padding-left:10px;
}
.search input{
	background:none;
	border:none;
}
.search input[type="text"]{
	color:#fff;
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:13px;
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	width:103px;
	overflow: hidden;
	padding-right:10px;
}
.separator-search{
	float:left;
	width:1px;
	height:40px;
	overflow:hidden;
}
.search input[type="button"]{
	background:url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
	display:block;
	float:left;
	height:40px;
	width:39px;
	cursor:pointer;
	overflow: hidden;
}
/* END SEARCH
------------------------------------- */

/* SUB NAVIGATION
------------------------------------- */
.no-top-banner .sub-nav-block{ 
	height:85px;
} 
.no-top-banner .points, 
.no-top-banner .sub-nav-login{ 
	height:85px;
	overflow:hidden; 
}
.shadow-top{
	height:10px;
	background:url(http://media.jrn.com/designimages/shadow-top.png) repeat-x 0 0;
	overflow:hidden;
}
.sub-nav{
	margin:0 auto;
}
.sub-nav h4{ 
	color:#fff;
	float:left;
	display:block;
	font-family: FrutigerLTPro-Light, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:36px;
	margin-top:13px;
}
/* END SUB NAVIGATION
------------------------------------- */

.points{
	border-left: 1px solid #4e4e4e;
	color:#fff;
	float:right;
	height:65px;
	padding:10px 0 0 15px;
	width:250px;
	line-height:19px;
	font-size:14px;
}
.points p{
	float:left;
	font-size:36px;
	margin-right:16px;
	line-height:normal;
}
.points span{ 
	 
	font-size:12px;
	position:relative;
	top:2px; 
}
.points font{ color:#999; }
.points a{
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
}
/* sub-nav-login
------------------------------------- */
.sub-nav-login{
	border-left: 1px solid #4e4e4e;
	float:right;
	padding:15px 0 0 15px;
	font-size:14px;
	color:#999;
	line-height:18px;
}
.sub-nav-login p{
	float:left;
	overflow:hidden;
	margin:0 10px 0 0;
	height:45px;
}
.sub-nav-login span{ 
	display:block;
	float:left;
	margin-top:-3px;
	width:154px;
	margin-bottom:1px;
}
.sub-nav-login a{ color:#fff; text-decoration:none; }
.sub-nav-login a:hover{ text-decoration:underline; }
/* end sub-nav-login
------------------------------------- */
.shadow-block h2{
	font-family: FrutigerLTPro-Light, Arial; 
	margin-bottom:15px; 
}
.gallery-button{
	font-family: FrutigerLTPro-Bold, Arial;
	display:block;
	background-color:#0080ff;
	color:#fff;
	float:left;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:14px;
	text-decoration:none;
}
.gallery-button:hover{
	color:#fff;
	background-color:#009;
}

/* row
------------------------------------- */
.row{
	margin:0 0 10px 0;
	overflow:hidden;
} 
.sidebar-block .row{ background-color:#fff; }
.field-images{
	float:left;
	width:70px;
	height:70px;
	overflow:hidden;
}
.field-content{
	padding: 7px 10px 0 10px;
	height:63px;
	overflow:hidden;
}
.left-col .row .field-content, 
.left-col .row .field-content a{
	font-size:18px;
	font-family: FrutigerLTPro-Bold, Arial;
	color:#333;
}
.field-content a{
	font-family: FrutigerLTPro-Bold, Arial;
	color:#000;
	line-height:18px;
}

.field-content a:hover, 
.left-col .row .field-content a:hover, 
.top-results-block ol li a:hover{
	color:#0080ff;
}
/* end row
------------------------------------- */

.social-shadow-block, 
.photos-block, 
.previous-results, 
.top-results{
	clear:both;
	overflow:hidden;
}

/* social-shadow-block
------------------------------------- */
.social-shadow-block{ margin:0 0 30px 0; }
.border1{
	float:left;
	border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:7px 8px 7px 18px;
	margin:0 9px 0 0;
	height:24px;
}
.border1 img{ 
	margin-right:5px;
	position:relative;
	top:-1px; 
}
.border1 a{
	color:#333;
	padding-right:10px;
	line-height:24px;
}
.border1 a:hover{
	color:#0080ff;
}
.border2{
	float:left;
	border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 9px 18px;
	height:20px;
}
.like, 
.tweet{
	float:left;
	margin-right:15px;
}
.border2 .gallery-button{
	float:right;
	height:20px;
	line-height:20px;
	font-size:11px;
} 
.skip{ float:right; }
.skip .gallery-button{
	height:39px;
	line-height:39px;
	font-size:18px;
}
/* end social-shadow-block
------------------------------------- */

/* photos block
------------------------------------- */
.photos-block{ margin-bottom:10px; }
.photos{
	position:relative;
	height:300px;
	background-color:#eaeaea;
}
.photos-photo{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-150px;
	height:300px;
	width:300px;
	overflow:hidden;
	z-index:1;
}
.photos-content{
	position:absolute;
	bottom:0;
	left:0;
	background:url(http://media.jrn.com/designimages/band1.png) repeat 0 0;
	padding:15px 0;
	min-height:40px;
	z-index:2;
	width:100%;
}
.photos-content span{
	display:block;
	float:left;
	width:200px;
	color:#fff;
	font-size:18px;
	line-height:normal;
	position:relative;
	top:-3px;
	left:10px;
	text-align:left;
}
.photos-content a.gallery-button{
	float:right;
	height:40px;
	line-height:40px;
	font-size:18px;
	position:relative;
	right:10px;
}
/* photos block
------------------------------------- */

/* Previous Results block
------------------------------------- */
.sub-block-row{
	padding-top:10px;
	position:relative;
	margin-bottom:10px;
	margin-top:-11px;
}
.sub-block-row-links{
	background-color:#222;
	min-height:20px;
	padding:5px 5px 5px 12px;
}
.sub-block-row-links p{
	color:#fff;
	float:left;
	margin:0;
	
	font-size:11px;
	line-height:20px;
}
.sub-block-row-links .gallery-button{
	line-height:20px;
	height:20px;
	font-size:11px;
	float:right;
}
.sub-block-row span{
   border-color: transparent transparent #222 transparent;
   border-style: solid;
   border-width: 10px;
   height:0;
   width:0;
   position:absolute;
   top:-9px;
   left:26px;
}
/* End Previous Results block
------------------------------------- */

/* top results block
------------------------------------- */
.top-results-block{
	float:left;
}
.top-results .row .field-content span{
	color:#0080FF;
}
.top-results-block ol{
	margin:0 0 0 20px;
} 
.top-results-block ol li{
	font-family: FrutigerLTPro-Bold, Arial;
	color:#0080FF;
} 
.top-results-block ol li:last-child{
	position:relative;
	left:6px;
}  
.top-results-block ol li a{
	border-bottom: 1px solid #ccc;
	font-size:14px;
	color:#333;
	font-family: FrutigerLTPro-Bold, Arial;
	padding: 9px 0;
	display:block;
	margin-left:9px;
} 
.top-results-block ol li:last-child a{
	border-bottom: none;
	margin-left: 3px;
}
/* end top results block
------------------------------------- */

/* GALLERY BLOCK
------------------------------------- */ 
.black-block{
	background-color:#222;
	margin-bottom:13px;
	overflow:hidden;
	position:relative;
}

.black-block td{

	vertical-align:middle;
	width:137px;
	height:137px;
	overflow:hidden;
}
.black-block table{
	width:auto;
	margin:10px 0 4px 0;
}
.black-block td:first-child{
	text-align:right;
	padding:0 6px 6px 0
}
.black-block td:last-child{
	text-align:left;
	padding:0 0 6px 0
}
.black-block td a{
	display:block;
	vertical-align:middle;
	text-align:center;
	width:137px;
	height:137px;
	overflow:hidden;
}
.black-block td a.vertical-img img{ width:137px; }
.black-block td a.horizontal-img img{ height:137px; }

.gallery-block .content-box{
	margin:0 10px;
	padding-bottom:15px;
	overflow:hidden;
}
.shadow-block .gallery-block .content-box h2{ margin-bottom:5px; }
.gallery-block .content-box h2{
	color:#000;
	font-size:24px;
	line-height:28px; 
	font-family: FrutigerLTPro-BoldCn, Arial;
}
.gallery-block .content-box p a{
	color:#333; 
	font-family: FrutigerLTPro-Bold, Arial;
}
.gallery-block .content-box p a:hover{ color:#0080FF; }

.gallery-block .content-box a.gallery-button{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-family: FrutigerLTPro-Bold, Arial;
}
.vs{
	background:url(http://media.jrn.com/designimages/vs.png) no-repeat 0 0;
	display:block;
	width:68px;
	height:68px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-34px;
	margin-left:-34px;
	text-align:center;
	line-height:68px;
	
	z-index:66;
	cursor:pointer;
}
.vertical-big-img {
    width: 300px;
}
.horizontal-big-img {
    height: 300px;
}
.vertical-img {
    width: 70px;
}
.horizontal-img {
    height: 70px;
}
/* END GALLERY BLOCK
------------------------------------- */

.gallery-banner{ background:transparent!important; }

.gallery-banner .right-banner{
	margin-bottom:0;
}

.fixed.sidebar-block{
	position:fixed;
	bottom:0;
	width:300px;
	margin-right:0;
}

/* sidebar-block
------------------------------------- */
.sidebar-block .right-advertisment{ margin:2px 0 4px 0; }
.right-banner{ 
	margin-bottom:30px;
	text-align:center; 
}
.top-news .top-news-photo a{
	position:relative;
	display:table;
	width:auto;
}
.top-news .top-news-photo span, 
.gallery-block span{
	background:url(http://media.jrn.com/designimages/band1.png) repeat 0 0;
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:11px;
	display:block;
	padding:10px 15px;
	position:absolute;
	left:0;
	top:0;
	
}

.sidebar-block .top-news .top-news-content{
	background-color:#fff;
	padding:9px 10px;
	margin-bottom:10px;
	font-size:18px;
	font-family: FrutigerLTPro-Bold, Arial;
	line-height:24px;
	color:#000;
}
.sidebar-block .top-news .top-news-content a:hover{ color:#0080ff; }

.sidebar-block .gallery-button{ 
	margin:5px 0 15px 0;
	font-family: FrutigerLTPro-Bold, Arial; 
}
/* end sidebar-block
---------------------------------------- */

/* nested-block-1
--------------------------------- */
.nested-block-1{
	width:300px;
	clear:both;
	overflow:hidden;
	margin-bottom:28px;
}
.nested-block-1 .grid_2{
	margin:0;
}
.nested-block-1 img{    
	border: 0 none;
    height: auto;
    max-width: 100%;
}
.header-nestedblock1{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
	padding:0 10px;
	overflow:hidden;
}
.header-nestedblock1 a{
	display:block;
	float:left;
	text-decoration:none;    
	width:83px;
	height:39px
}
.headerform-nestedblock1{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	float:right;
	height:40px;
	padding:0 2px 0 5px;
}
.headerform-nestedblock1 input{    
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	background:none;
	border:none;
	height:40px;
}
.headerform-nestedblock1 input[type="text"]{
	display:block;
	float:left;
	width:69px;
	padding-right:5px;
	padding-left:2px;
	line-height:40px;
}
.headerform-nestedblock1 input[type="button"]{
	font-size:11px;
	
	font-weight:bold;
	display:block;
	float:right;
	width:35px;
	cursor:pointer;
}
.headerform-nestedblock1 input[type="button"]:hover{
}
.content-nestedblock1{
	background:url(http://media.jrn.com/designimages/bg_content_nestedblock2.png) no-repeat 0 0;
	width:280px;
	padding:5px 10px 0 10px;
	display:table-cell;
}
.left-elements{
	float:left;
	margin-right:10px;
	width:150px;
}
.content-nestedblock1 .left-elements h3{
	color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 4px 0;
	padding:0;
    
}
.content-nestedblock1 .left-elements .select-element{
	height:24px;
	padding-top:6px;
	width:150px;
	margin-bottom:5px;
	overflow:hidden; 
	background:#0066FF url(http://media.jrn.com/designimages/tr1.png) no-repeat 130px 13px;
}
.content-nestedblock1 .left-elements .select-element select{
	border:none;
	background:none;
	-webkit-appearance:none;
	color:#fff;
	width:165px;
	margin-left:5px;
	cursor:pointer;
}
.mac-os .content-nestedblock1 .left-elements .select-element select{
	margin-left:10px;
}
.content-nestedblock1 .left-elements .grid_2 img{
	float:left;
	height:69px;
	width:92px;
	overflow:hidden;
	margin-bottom:5px;
}
.content-nestedblock1 .left-elements .grid_2 .row-line{
	margin-bottom:1px;
	line-height:14px;
	clear:both;
	overflow:hidden;
}
.content-nestedblock1 .left-elements .grid_2 .row-line div{
	float:left;
}
.content-nestedblock1 .left-elements .grid_2 .row-line span{
	font-weight:bold;
	float:right;
	display:block
}
.weather-row .grid_2 .row-line span img{
	position:relative;
	left:-3px;
}
.content-nestedblock1 .left-elements .grid_2 .temperature{
	font-family: Arial, Helvetica, sans-serif;
	line-height:61px;
}
.content-nestedblock1 .left-elements .grid_2 .row-line{
	font-family: Arial, Helvetica, sans-serif;
	width:150px;
}
.content-nestedblock1 .left-elements .grid_2 .weather-variant{
	height:auto;
}
.red-text span a{
	text-decoration:none;
}
.red-text span a:hover{
	text-decoration:underline;
}
.content-nestedblock1 .right-elements{
	float:left;
	width:120px;
}
.content-nestedblock1 .right-elements .sponsoredby{
	text-align:center;
	width:120px;
	height:11px;
	margin:1px 0 3px 0;
	overflow:hidden;
	font-size:11px;
	color:#262626;
}
.content-nestedblock1 .right-elements .sponsoredby img{
	vertical-align:top;
}
.prew-nestedblock1{
	position:relative;
	height:60px;
	width:120px;
	margin-bottom:4px;
	overflow:hidden;
}
.prew-nestedblock1 a{
	text-decoration:none;
	display:block;
}
.prew-nestedblock1 span{
	display:block;
	width:115px;
	position:absolute;
	bottom:0;
	z-index:2;
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding-left:5px;
}
.prew-nestedblock1 span a{
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/* end nested-block-1
--------------------------------- */

	body{
		margin:0 auto;
		background-color:#ccc;
	}	
	#content{ 
		/*background:url(http://media.jrn.com/designimages/bg_idcontent1.png) repeat-y 0 0;*/
		overflow:hidden;
		width:1005px;
		margin:0 auto; 
	}
	.banner-for-mobile-version, 
	.block-box{
		display:none;
	}
	.top-header{
		width:1005px;
		margin:0 auto;
	}
	.top-header a.top-logo{ 
		position: relative;
		left:28px;
	}
	header{
		width:1005px;
	}	
	header .overlay_menus1{
	}
	.sub-nav{ width:980px; }
	.sub-nav-login{ 
		width:197px;
		margin-left:10px; 
	}
	.sub-nav h4{ margin-left:21px; }
	.container-ivote{ 
		background:url(http://media.jrn.com/designimages/bg_idcontent1.png) repeat-y 0 0;
		width:1005px;
		display:table;
		vertical-align:top;
	}
	.left-col{
		background:url(http://media.jrn.com/designimages/bg_left-col1.png) no-repeat 8px 0;
		float: left;
		width: 690px;
		margin-top:-22px;
	}
	
	.body-generic .left-col{
	}

	.left-col .row{ 
		background-color:#eaeaea;
		width:300px;
	}
	.previous-results{ margin-bottom:20px; }
	.previous-results .previous-results-row{ float:left; }
	.top-results .row .field-content a{
		display:block;
		float:left;
		width:190px;
	}
	
	.photos-center {
		float:left;
		width:300px;
		margin-bottom:20px;
	}
	.photos-block .photos-center:first-child, 
	.previous-results .previous-results-row:first-child, 
	.top-results .top-results-block:first-child{ margin-right:20px; }

	.shadow-block{
		padding: 22px 20px 15px 35px;
		width:620px;
	}
	h2.your-favorite-header{ margin-top:7px; }
	.border2{ width:275px; }
	
	.bottom-color1{
		background:url(http://media.jrn.com/designimages/bg_1bottom-color.png) no-repeat 0 0;
		height:15px;
		overflow:hidden;
	}

	.gallery-block{
		background-color:#eaeaea;
		border-bottom:4px solid #999;
		margin:0 0 20px 0;
		width:300px;
	}
	.gallery-block p{ line-height:20px; }
	
	.sidebar-block{ 
		float:right;
		width:300px;
		margin-right:15px;
		margin-top:15px;
	}
	.top-results .row .field-content span{
		width:20px;
		height:70px;
		display:block;
		float:left;
		overflow:hidden;
	}
	.top-results .row .field-content a{
		display:block;
		float:left;
		height:55px;
		overflow:hidden; 
	} 
	.top-results-block ol li{
		width:280px;
	}
	.about-ivote{ margin:0 0 30px 0; }
    .top-news{ margin-bottom:15px; }	
	.fixsed-sidebar-block{
		position:fixed;
		bottom:0;
		margin-left:690px;
	}	
	.no-top-banner .fixsed-sidebar-block{
		position:fixed;
		bottom:0;
		margin-left:690px;
	}

body {
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
	-o-background-size: 100% auto;  /* Opera 9.5+ */
	-webkit-background-size:100% auto; /* Safari 3+, Chrome */
	-moz-background-size:100% auto; /* Firefox 3.6+ */
	-khtml-background-size:100% auto; /* Konqueror */
	background-size: 100% auto; 
}
.sub-nav h1{ 
	color:#fff;
	float:left;
	display:block;
	font-family: FrutigerLTPro-Light, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:36px;
	margin:12px 0 10px 12px; 
} 
.sub-nav h1 ul li{
	margin:0; 
}
.sub-nav h1 ul{ 
	margin-top:10px;
	margin-left:-5px;
	clear:both;
}
.sub-nav h1 ul li{ 
	float:left;
	padding:0 8px;
}
.sub-nav h1 ul li:last-child{ 
	float:left;
	border-right:none;
	padding:0 0 0 8px;
}
.sub-nav h1 ul li a{
	display:block; 
	float:left;
	color:#fff;
	font-size:13px;
	
}

.breadcrumbs{
	margin:0;
	position:relative;
	top:15px;
	left:23px;
}
.no-top-banner .breadcrumbs{
	top:22px;
}
.breadcrumbs li{ 
	float:left;
	margin-right:2px;
}
.breadcrumbs li a{
	display:block; 
	float:left;
	color:#fff;
	font-size:14px;
}
.breadcrumbs li a:hover{
	color:#fc0;
}
.breadcrumbs li.active a,
.breadcrumbs li.active a:hover{
	color:#fff;
	text-decoration:none;
}

.articles .sub-nav h1{ 
	text-transform:none; 
	font-size:14px;
	margin-top:10px; 
}
.articles .sub-nav h1 a{
	margin-left:8px;
}
.articles.no-top-banner .sub-nav h1{ 
	margin-top:21px; 
}

.sub-nav-login { border-left: none; }
.sub-nav-login a:hover { color:#fff; text-decoration:underline; }

.shadow-block{ overflow:hidden; }

.shadow-block h2 { margin-bottom: 25px; }

.top-news .top-news-photo span, 
.gallery-block span {
    background:none;
	background-color:#d6d6d6;
	color:#000;
}

.black-block{ background:none; }

.sport-block{ 
	position:relative;
	overflow:hidden;
	clear:both;
	min-height:2px;
}
.gallery-block .sport-block a{
	display:block;
	width:100%;
	height:200px;
	background-position: center center!important;
	background-repeat:no-repeat!important;
}
.sport-photo ul{ 
	margin:0;
}
.sport-block ul li{
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 12px;
	clear:both;
}

.time-stamp,
.section-name,  
.media-type{
	display:block;
	float:left;
	padding: 10px;
}

.sport-block img{ height:170px; }
.black-block .sport-block{
	height:200px;
	overflow:hidden;
}

.black-block .sport-block img{ height:300px; }
.black-block .sport-block .vertical-img img{ width:300px; }
.black-block .sport-block .horizontal-img img{ height:300px; }

.content-box a.gallery-button{ margin-bottom:5px; }

/* packersnews
------------------------------------- */
.packersnews{}
.photo-packersnews{}
.photo-packersnews img{
	max-width:100%;
}
.photo-packersnews-text{
	background-color:#eaeaea;
	overflow:hidden;
	padding:8px 10px;
	color:#333;
	margin-bottom:15px;
	line-height:18px;
}
/* end packersnews
------------------------------------- */


/* SLIDER AUTHOR
-------------------------------------- */
.contributor .slider-block{
	padding:0;
	margin:0;
}
.contributor .bx-wrapper {
	position: relative;
	margin: 0 auto 30px;
	padding: 0;
	*zoom: 1;
}
.contributor .bx-wrapper ul,
.contributor .bx-wrapper ul li{
	margin:0;
}
.contributor .bx-wrapper .bx-pager,
.contributor .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 100%;
}

/* LOADER */
.contributor .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://media.jrn.com/designimages/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.contributor .bx-wrapper .bx-pager {
	display:none;
	text-align: center;
	padding-top: 20px;
}
.contributor .bx-wrapper .bx-pager .bx-pager-item,
.contributor .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.contributor .bx-wrapper .bx-pager.bx-default-pager a {
	background: #0080ff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	padding:0;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.contributor .bx-wrapper .bx-pager.bx-default-pager a:hover,
.contributor .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #009;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.contributor .bx-prev,
.contributor .bx-next{
	position:absolute;
	z-index:2;
	display:block;
	width:50px;
	height:50px;
	margin-top:-25px;
	text-decoration:none;
	text-indent:-9999px;
}
.contributor .bx-prev {
	left:10px;
	top:45%;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 0;
}
.contributor .bx-prev:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 -50px;
}
.contributor .bx-next{
	right:10px;
	top:45%;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px 0;
}
.contributor .bx-next:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px -50px;
}

.contributor .bx-wrapper .bx-controls-direction a {
}
.contributor .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.contributor .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.contributor .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width:50px;
	height:50px;
	outline: 0;
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 0;
}
.contributor .bx-wrapper .bx-controls-auto .bx-start:hover{
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 -50px;
}
.contributor .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width:50px;
	height:50px;
	outline: 0;
	background:url(http://media.jrn.com/designimages/stop_video.png) no-repeat 0 0;
}
.contributor .bx-wrapper .bx-controls-auto .bx-stop:hover{
	background:url(http://media.jrn.com/designimages/stop_video.png) no-repeat 0 -50px;
}
.contributor .bx-controls-auto .bx-controls-auto-item .active{
	display:none!important;
}

.photo-on-off{
	border-bottom:1px solid #d6d6d6;
	width:620px;
	overflow:hidden;
	margin-top:-10px;
	padding-bottom:20px;
	margin-bottom:30px;
	color:#444;
}
.photo-on-off .left{
	float:left;
}
.photo-on-off .right{
	float:right;
}
.photo-on-off .right a{
	color:#000;
}
.photo-on-off .right a:hover{
	color:#0080ff;
}
.photo-on-off .right .active{
	color:#0080ff;
}
.photo-on-off .right .active:hover{
	color:#000;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.contributor .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
}
.contributor .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	position:absolute;
	top:45%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	width:50px;
	height:50px;
}
/* IMAGE CAPTIONS */
.contributor .bx-wrapper .bx-caption {}
.contributor .bx-wrapper .bx-caption span {}
.contributor .bx-wrapper .separator{
	background-color:#eaeaea;
	position:absolute;
	bottom:0;
	left:0;
	padding:0;
	width:100%;
	min-height:40px;
	min-height:40px;
}
.contributor .bx-wrapper .separator span{
	color:#333;
	padding:5px 10px;
	display:table-cell;
	height:30px;
	min-height:30px;
	vertical-align:middle;
	line-height:18px;
}
.contributor .bx-wrapper .separator a{color:#333;}
.contributor .bx-wrapper .separator a:hover{color:#0080ff;}
.contributor .bx-wrapper, 
.contributor .bx-wrapper li{
	height:400px;
}
.contributor .bx-wrapper img {
    display: block;
	max-width:620px;
    width: auto;
	height:360px;
	max-height:360px;
} 
/* END SLIDER AUTHOR
------------------------------------ */

/* social blog contributor --------- */
.shadow-block.contributor{ padding-bottom:0; }
.social-blog-contributor{ 
	width:660px;
	margin-left:15px; 
	display:table; 
	background-color:#222; 
}
.social-blog-contributor h3{
	border-right:1px solid #333; 
	color:#999;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:auto;
	height:80px;
	width:170px;
	overflow:hidden;
}
.social-blog-contributor a{	
	border-right:1px solid #333; 
	color:#999;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:auto;
	height:70px;
	width:75px;
	padding-top:10px;
	float:left;
	overflow:hidden; 
}

.social-blog-contributor a:last-child{ /*border-right:none;*/ }
.social-blog-contributor a:hover{ background-color:#000; color:#999; }
.social-blog-contributor a img{ margin-bottom:5px; }
/* end social blog contributor ----- */

/* author block
------------------------------------- */
.author-block{
	margin-bottom:20px;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom: 1px dotted #eaeaea;
}
.author-block h1,
.article-author h1{
    margin-bottom: 25px;
    font-family: FrutigerLTPro-Light, Arial;
    font-size: 36px;
    line-height: 41px;
}
.article-author h1{ margin-bottom: 20px; }
.contributor .article-author h1{ margin-bottom: 15px; }
.photo-author{
	float:left;
	width:50px;
	margin-right:12px;
	overflow:hidden;
}
.photo-author span{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
/* end author block
------------------------------------- */

/* content author
------------------------------------- */
.design-author-block{}
.author-block-new{
	border-top: 1px dotted #cecece;
	padding-top:19px;
	margin-bottom:26px;
	width:100%;
	float:left;
}
.design-author-block .author-block-new:last-child{
	margin-bottom:36px;
}
.row-new-1{
	overflow:hidden;
}
.row-new-1 span{
	display:block;
	width:50px;
	height:50px;
	float:left;
}
.row-new-1 span img{
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.author-header-new{
	margin-top:3px;
	margin-left:62px;
	min-height:50px;
}
.author-header-new h4{
	color:#666!important;
	font-size:18px;
	float:left;
	margin:5px 23px 22px 0;
	font-family: FrutigerLTPro-Light, Arial;
	float:left
}
.author-header-new a{
	margin-right:18px;
	margin-top:1px;
	margin-bottom:22px;
	display:block;
	float:left;
}
.row-new-2{
	margin-left:62px;
	margin-top:-14px;
}
.about-author-new{
	color:#222;
	line-height:18px;
	font-size:13px;
	margin-bottom:14px;
}
.link-author-block{
	margin-top:7px;
}
.link-author-block .gallery-button{
	background-color:#eaeaea;
	margin-right:9px;
}
/* end content author
------------------------------------- */

/* created block
------------------------------------- */
.body{
	color:#333;
	font-size:15px;
	line-height:20px;
}
.body span{
	display:block;
	color:#666;
	line-height:20px;
	margin-bottom:15px;
}
.body p{
	color:#333;
	font-size:15px;
	line-height:20px;
	margin-bottom:15px;
}
.body ul li{
	background:url(http://media.jrn.com/designimages/square_7px_7px.png) no-repeat 0 6px;
	color:#333;
	margin:0 0 15px 10px;
	padding:0 0 0 20px;
	line-height:20px;
}
.body ol{
	padding-bottom:4px;
	font-family: FrutigerLTPro-Bold, Arial;
	font-weight:bold;
	color:#f00!important;
	list-style:decimal;
}
.body ol li{
	color:#333;
	margin:0 0 15px 30px;
	padding-left:3px;
	line-height:20px;
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight:normal;
}

/* end created block
------------------------------------- */

/* social author block
------------------------------------- */
.social-author-block{
	border-top:3px solid #eaeaea;
}
.social-author-row{
	border-bottom: 1px dotted #eaeaea;
}
.field-social-author{
	width:300px;
	float:left;
	margin:12px 0;
}
.social-author-block{}
.social-author-block a{
    display: inline-block;
    font-family: FrutigerLTPro-Roman, Arial;
    font-size: 11px;
    text-align: center;
	color:#000;
    width: 42px;
}
.social-author-block img{ 
	margin-bottom:5px;
	width:34px;
	height:34px; 
}
.social-author-block a:last-child{
	width:60px;
	margin-left:30px;
}
/* end social author block
------------------------------------- */

/* social-author-form
------------------------------------- */
.field-social-author h3{ line-height:50px; }
.social-author-form{
	background-color:#eaeaea;
	padding:10px;
}
.social-author-form input{
	border:none;
	background-color:#fff;
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	font-size:13px;
}
.social-author-form input[type="text"],
.social-author-form input[type="email"]{ width:190px; }
.social-author-form button{
	border:none;
	height:30px;
	line-height:30px;
	text-align:center;
	width:70px;
	font-family: FrutigerLTPro-Bold,Arial;
	float:right;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing:-0.9px;
}
/* end social-author-form
-------------------------------------- */

/* Related Stories block
-------------------------------------- */
.related-stories-block{
	border-top:3px solid #eaeaea;
	padding-top:20px;
	width:100%;
	overflow:hidden;
}
.related-stories-block h3{ 
	margin-bottom:20px; 
}
.left-col .related-stories-block .row .field-content,
.left-col .related-stories-block .row .field-content h4, 
.left-col .related-stories-block .row .field-content h4 a{
    font-size: 14px;
	text-transform:none;
}
.left-col .related-stories-block .row .field-content h4 a:hover{ color:#009; }
/* end Related Stories block
-------------------------------------- */

/* field-from
-------------------------------------- */
.field-from{
	width:300px;
	float:left;
}
.field-from h3{ margin-bottom:15px; }
.field-from li{ 
	margin-bottom:15px;
	line-height:18px; 
}
.field-from li a{ 
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial; 
}
/* end field-from
-------------------------------------- */

/* comments block
-------------------------------------- */
.comments-block{}
.comments-block h3{
	height:16px;
	line-height:16px;
	background:url(http://media.jrn.com/designimages/icon_comments.png) no-repeat 100% 0;
}
.comments-block p{
	color:#666;
	font-size:12px;
}
.comments-block p a{ color:#000; }
.comments-plagin img{ width:100%; }
/* end comments block
-------------------------------------- */

.row-top-block .content-box h2 a{ color:#000; }

.fixed-sidebar-block{
	position:fixed;
	bottom:0;
	width:300px;
	margin-right:0;
}

/* sidebar-block
------------------------------------- */
a.gallery-button:hover{ color:#fff!important; }
.sidebar-block .right-banner, 
.fixed-sidebar-block .right-banner{ 
	border-bottom: 3px solid #999;
	margin-bottom:17px;
	padding-bottom:30px;
}

.sidebar-top-banner .right-banner{ 
	border-bottom: none;
	margin-bottom:0;
	padding-bottom:30px;
}

.about-ivote{ 
	border-bottom: 3px solid #999;
	margin-bottom:17px;
	padding-bottom:5px;
}

.sidebar-block .right-advertisment, 
.fixed-sidebar-block .right-advertisment{ /*margin-top:-28px;*/ }
.sidebar-block .sidebar-top-banner .right-advertisment, 
.fixed-sidebar-block .sidebar-top-banner .right-advertisment{ margin-top:0px; }


ul.tabs {
	margin:0 0 15px 0;
	height:40px;
	width:100%;
	clear:both;
}
.tabs li {    
	background:url(http://media.jrn.com/designimages/bg_grey11.png) repeat-x 0 0 transparent;
	margin: 0;
	cursor: pointer;
	position: relative;
	height:40px;
	text-align:center;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:14px;
	line-height:40px;
	
	width:50%;
	float:left;
}
.tabs li:hover{
	background: #ccc;
}
.tabs li.current{
	color:#fff;
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	cursor:default;	
}

.tabs li.current h3{
	color:#fff;
}

/* featured videos
----------------------------------- */
.sidebar-block .featured-videos-block{ 
	border-bottom: 3px solid #999;
	margin-bottom:30px;
	padding-bottom:10px;
	overflow:hidden
}
.fixed-sidebar-block .featured-videos-block{ 
	border-bottom: 3px solid #999;
	margin-bottom:30px;
	padding-bottom:25px;
	overflow:hidden
}

.sidebar-block .content-Authors h5, 
.fixed-sidebar-block .content-Authors h5{
	color:#06f;
	font-size:13px;
	
	margin:4px 0;
}
.sidebar-block .featured-videos{
	margin-bottom:7px;
	overflow:hidden;
}
.sidebar-block .featured-videos a{
    background-position: center center;
    background-repeat: no-repeat;
	position:relative;
	display:table;
	width:100%;
	overflow:hidden;
}
.sidebar-block .featured-videos a img{ width:100%; }
.sidebar-block .featured-videos a.horizontal-img img{ }
.sidebar-block .featured-videos a.vertical-img img{ }

.sidebar-block .featured-videos span{
	background-color:#000;
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:11px;
	display:block;
	padding:10px 15px;
	position:absolute;
	left:0;
	top:0;
	
}
.sub-text{
	font-size:24px;
	line-height:27px;
	margin:10px 0;
}
.sub-text a{
	color:#000;
	font-size:24px;
	line-height:27px;
	font-family: FrutigerLTPro-BoldCn, Arial;
}
/* end featured videos
----------------------------------- */

.sidebar-block .top-news{ 
	border-bottom: 3px solid #999;
	margin-bottom:20px;
	padding-bottom:5px;
}
.sidebar-block h3{
	margin-bottom:15px; 
}

.social{ 
	border-bottom: 3px solid #999;
	margin-bottom:16px;
	padding-bottom:23px;
	overflow:hidden;
	clear:both;
	text-align:center;
}
.social h3{
	text-align:center;
}
.social-ul li{
	display:inline-block;
	float:left;
}
.social-ul li:nth-child(1),
.social-ul li:nth-child(2),
.social-ul li:nth-child(3),
.social-ul li:nth-child(5),
.social-ul li:nth-child(6),
.social-ul li:nth-child(7){
	border-right:1px solid #d6d6d6
}
.social-ul li:nth-child(5),
.social-ul li:nth-child(6),
.social-ul li:nth-child(7),
.social-ul li:nth-child(8){
	border-top:1px solid #d6d6d6
}
.social a{
	color:#000;
	display:table-cell;
	vertical-align:top;
	text-align:center;
	height:79px;
	width:74px;
	margin:0;
	padding:0;
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:13px;
	text-decoration:none;
	
}
.social a:hover{
	background-color:#fff;
	color:#000;
}
.social a img{ 
	margin-bottom:6px;
	margin-top:12px; 
}
.social a span{
	display:block;
}

.sidebar-search{ 
	border-bottom: 3px solid #999;
	margin-bottom:16px;
	padding-bottom:15px;
}
.sidebar-search h3{
	text-align:left; 
}
.sidebar-search input{ margin-bottom:15px; }
.sidebar-search input[type="text"]{
	height:30px;
	width:203px;
	padding:0 5px;
	border:none;
	background-color:#fff;
}
.sidebar-search input[type="submit"]{
	height:30px;
	width:81px;
	padding:0 5px;
	border:none;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.Authors{ 
	border-bottom: 3px solid #999;
	margin-bottom:30px;
	padding-bottom:15px;
	overflow:hidden;
}
.tabs-Authors{ margin-bottom:30px; }
.row-Authors{
	clear:both;
	overflow:hidden; 
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:15px;
}
.Authors .row-Authors:last-child{ 
	border-bottom: none;
	margin-bottom:10px;
	padding-bottom:0px; 
}
.row-Authors a{
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
}  

.photo-Authors{
	display:block;
	float:left;
	width:70px;
	height:70px;
	overflow:hidden;
	margin-right:12px;
}
.photo-Authors a img{
	overflow:hidden;
	margin-top:5px;
}
.content-Authors{
	display:table-cell;
	vertical-align:top;
}

.no-photo-autor .content-Authors{
	padding-left:82px;
}
.content-Authors h4{
	font-size:18px;
	line-height:normal;
	margin:0 0 5px 0;
	font-family: FrutigerLTPro-Bold, Arial;
}
.sidebar-block .content-Authors .gallery-button { 
	margin:2px 0 5px 0;
	font-family: FrutigerLTPro-Bold, Arial;
	color:#0080FF;
}
.more-Authors{ 
	display:block;
	font-family: FrutigerLTPro-Bold, Arial;
	margin-bottom:8px;
}

#sideBar .sub-menu{
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}
#sideBar .sub-menu a{
	color:#000;
	padding:0 5px 0 0;
	margin:0 5px 10px 0;
	display:inline-block;
	float:left;
	border-right:1px solid #acadaa;
}

#sideBar .sub-menu .links a:first-child{  }
#sideBar .sub-menu .links a:last-child{ margin-right:0; padding-right:0; border-right: none; }

#sideBar .copyright{ margin-bottom:20px; } 

.shadow-block .gallery-block .content-box h3 {
    margin-bottom: 5px;
	margin-top:10px;
    color: #000;
    font-family: FrutigerLTPro-BoldCn, Arial;
    font-size: 24px;
    line-height: 28px;
	text-transform:none;
}
.shadow-block .gallery-block .content-box h3 a{
    color: #000;
    font-family: FrutigerLTPro-BoldCn, Arial;
    font-size: 24px;
    line-height: 28px;
}

.sidebar-block .content-Authors h3{
    font-size: 14px;
    line-height: 18px;
	text-transform:none;
	font-family: FrutigerLTPro-Roman, Arial;
}

.next-post-article,
.banner-for-mobile-version,
.for-mobile-headers, 
.body .for-mobile-linck, 
nav .sub-menu, 
nav .copyright, 
.shadow-block .tabs, 
.plagin-width300px{
	display:none;
}

/* new style for nav-logo
---------------------------------- */ 
.nav-logo{
	display:none;
	float:left;
	margin:3px 7px 0 0;

}
.no-top-banner .nav-logo{
	display:block;
	overflow:visible;
}

nav ul li.active a, nav ul li.active a, 
nav ul li.active a, nav ul li.active a:hover {color: #009;}
.articles .sub-nav-block { height:60px; }
.sub-nav-block  { height:100px; }

.no-top-banner .navigation-search-block { margin-bottom: 0; }

.left-col .shadow-block:first-child{ 
	padding-bottom:0;
	padding-top:27px; 
}
/* end new style for nav-logo
---------------------------------- */ 

.packersnews{ width:620px; }

.row-top-block, 
.row-top-block2{
	width:620px;
	clear:both;
}
.row-top-block{ margin-bottom:20px; }
.row-top-block .gallery-block{ float:left; }
.row-top-block .black-block{
	float:left;
	height:200px;
	width:300px;
	text-align:center;
	margin:0;
}
.row-top-block .black-block img{}

.row-top-block .content-box{
	float:left;
	width:270px;
	margin:10px 10px 0 20px;
	padding-bottom:0;
}

.gallery-blocks .row-top-block:first-child{ height:200px; }
 
.bgpol{
	background:url(http://media.jrn.com/designimages/bgpol.png) repeat-y 0 0;
	overflow:hidden;
}
.gallery-block.row-top-block,
.bgpol .gallery-block{
	border:none;
}
.row-top-block .top-photo a{
	/*height:300px;*/
}
.bgpol h2{ margin-top:10px; }
.bgpol .content-box{ margin:0 10px 0 10px; }
.bgpol .gallery-block:nth-child(odd){ margin-left:0!important; }
.bgpol .gallery-block:nth-child(even){ float:right!important; }

.shadow-block-gallery{    
	padding: 22px 20px 15px 15px;
    width: 640px;
	position:relative;
	left:20px;
	text-align:left;
}
#container{}
.item{}
.item .gallery-banner{
	border-bottom:none;
}
.item .right-banner{}
.item .gallery-block{}

/* NEW STYLES FOR: Video/Slideshow template, Article template */
.video-template, 
.article-template{
	width:300px;
	height:250px;
	text-align:left;
}

.video-template .background-image, 
.video-template .section-name,
.semi-transparent, 
.video-template h4{
	position:absolute;
	left:0;
	top:0;
}
.video-template .section-name{
	z-index:1;
}
.video-template .section-name{
	z-index:3;
}
.semi-transparent{
	width:300px;
	height:250px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
	z-index:2;
}
.video-template h4{
	top:40px;
	left:10px;
	margin:0;
	padding:0;
	z-index:4;
	width:160px;
}

.article-template{
	background-color:#222;
}
.article-template .section-name,
.video-template .section-name{    
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 12px;
	
}
.article-template h4,
.video-template h4{
	color:#fff;
	font-size:24px;
	line-height:27px;
	font-family: FrutigerLTPro-BoldCn, Arial;
}
.article-template h4{
	margin:10px 4px 4px 8px;
}
.article-template .content-article{
	color:#bbb;
	font-size:14px;
	line-height:20px;
	font-family: FrutigerLTPro-Roman, Arial;
	width:160px;
	padding:0 10px;
}
.article-template img, 
.video-template img{
	height:auto;
}
.sponsored-article{
	position:absolute;
	right:0;
	bottom:0;
	width:120px;
	overflow:hidden;
	text-align:center;
	color:#888;
	font-size:11px;
	line-height:20px;
	z-index:5;
}
.video-template .sponsored-article div{ 
	background-color: #000;    
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0.6; /* Mozilla */
     -khtml-opacity: 0.6; /* Safari */
     opacity: 0.6;  /* general CSS3 */
	 overflow:hidden;
} 
/* END NEW STYLES FOR: Video/Slideshow template, Article template */


.sidebar-search input[type="submit"]{ float:right; }

.social-author-row .field-social-author:last-child{ float:right; }
.left-col .related-stories-block .row{ margin-bottom:0; }
.shadow-block .field-from:first-child{ margin-right:20px; }


.sidebar-block .featured-videos a{ width:300px; }
.sidebar-block .featured-videos a img{ width:300px; }


.additional-logo{
	margin:0 auto;
	height:auto;
	width:1005px; 
	overflow:hidden;
	text-align:center;
	padding-bottom:12px;
}
.additional-logo a{
	/*float:right;*/
}
.additional-logo img{
	max-height:240px;
	max-width:1005px;
}

.window-space .sub-nav-block  { height:100px; }
.window-space.no-top-banner .sub-nav-block{ height: 60px; overflow:hidden; }
.window-space.no-top-banner .sub-nav-block .sub-nav h1 { margin-top: 21px!important; }
.window-space.no-top-banner .sub-nav-block .sub-nav h1 {
    font-size: 14px;
    margin-top: 15px;
    text-transform: none;
}
.window-space.no-top-banner .sub-nav-block h1 ul,
.window-space.no-top-banner .additional-logo{ display:none; }
.window-space.no-top-banner .navigation-search-block { }
.window-space.no-top-banner .navigation-search-block { margin-bottom:0; }
.window-space .container-ivote { top: 510px; }
/*.window-space.no-top-banner  .container-ivote { top: 125px; }*/


.body-generic.no-top-banner .sub-nav-block{ height: 60px; overflow:hidden; }
.body-generic.no-top-banner .sub-nav-block .sub-nav h1 { margin-top: 21px!important; }
.body-generic.no-top-banner .sub-nav-block .sub-nav h1 {
    font-size: 14px;
    margin-top: 15px;
    text-transform: none;
}
.body-generic.no-top-banner .sub-nav-block h1 ul{ display:none; }

/* page weather-radar
--------------------------------- */
.html-weather-radar body{
	background-image:url(http://media.jrn.com/designimages/body-weather-radar.jpg);
	background-attachment:scroll;
}
.html-weather-radar .no-top-banner .jcarousel-skin-tango, 
.html-weather-radar .sub-nav h1, 
.html-weather-radar .no-top-banner .div-jcarousel-backtowather{ display:none; }
.html-weather-radar .no-top-banner .sub-nav h1{
	display:block;
	overflow:visible;
}
.html-weather-radar .no-top-banner .sub-nav h1 a{ color:#fff; }
.html-weather-radar .no-top-banner .sub-nav h1 a span{
	display:block;
	float:left;
	width:22px;
	height:22px;
	background:url(http://media.jrn.com/designimages/overlay-menus2.png) no-repeat 0 0;
}
.html-weather-radar .no-top-banner .sub-nav h1 a span:hover{
	background:url(http://media.jrn.com/designimages/overlay-menus2.png) no-repeat 0 -22px;
}
	
/* jcarousel
---------------------------------------------------------- */
.html-weather-radar .jcarousel-skin-tango{float:left;}	
.html-weather-radar .jcarousel-skin-tango .jcarousel-container {height:107px;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-direction-rtl {direction: rtl;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-container-horizontal { 
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
	position:relative;
	left:9px;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-clip-horizontal {height: 107px;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-item {
	width: 160px;
	height: 107px;
	text-align:center;
	border-right: 1px solid #393939;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-item-horizontal {margin: 0;}
.html-weather-radar .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-item-placeholder {}
.html-weather-radar .div-jcarousel-backtowather{
	float:left;
	width: 160px;
	overflow:hidden;
	text-align:center;
	position:relative;
	border-left: 1px solid #393939;
}
.html-weather-radar .div-jcarousel-backtowather a{ color:#06f; }
.html-weather-radar .div-jcarousel-backtowather a span{ 
	color:#06f!important; 
	width:160px; 
	text-align:center; 
	display:block; 
}
.html-weather-radar .div-jcarousel-backtowather a span img{ margin:10px 0 20px 0; }
.html-weather-radar .div-jcarousel a{
	display:block;
	padding-top:15px;
	width: 160px;
	height: 107px;
	height: 92px;
	text-align:center;
}
.html-weather-radar .div-jcarousel a:hover{
	background-color:#111;
}

.div-jcarousel .img-wrap54{margin-bottom:10px;height:54px;overflow:hidden}
.radar-maps .grid_4 .img-wrap144 {margin-bottom: 10px;height:144px;overflow:hidden}
.html-weather-radar .div-jcarousel a span{
	display:block;
	color:#fff;
	width:160px;
	text-align:center;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 0;
	right: -21px;
	width: 19px;
	height: 122px;
	cursor: pointer;
	background: #222 url(http://media.jrn.com/designimages/js-next.png) no-repeat 50% 50%;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background: #111 url(http://media.jrn.com/designimages/js-next.png) no-repeat 50% 50%;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 0;
	left: -185px;
	width: 22px;
	height: 122px;
	cursor: pointer;
	background: #222 url(http://media.jrn.com/designimages/js-prev.png) no-repeat 50% 50%;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-prev-horizontal:hover  {
	background: #111 url(http://media.jrn.com/designimages/js-prev.png) no-repeat 50% 50%;
}

.html-weather-radar .div-jcarousel a.active,
.html-weather-radar .div-jcarousel a.active:hover{
	background:#111 url(http://media.jrn.com/designimages/tr-w16.png) no-repeat 50% 100%;
	cursor:default;
}	
/* end jcarousel
---------------------------------------------------------- */

.html-weather-radar .no-top-banner .sub-nav h1 a font{ position: relative; top: 4px; left:8px; }
.html-weather-radar .sub-nav-block { height:122px; }
.html-weather-radar .body-generic.no-top-banner .sub-nav-block { height: 60px; }
.html-weather-radar .left-col{ background-image:none; margin-top:-5px; }
.html-weather-radar .Authors { border-top: 3px solid #d8d8d8; padding-top:15px; }
	
	.top-big-radar{
		height:15px;
		overflow:hidden;
		margin-top:-15px;
	}
	.big-radar {
		padding:0 15px;
	}
	.bottom-big-radar{
		height:15px;
		overflow:hidden;
	}
	
	.social-radar{
		background:url(http://media.jrn.com/designimages/shadow-bottom-soc.png) repeat-x  0 100%;
		height: 60px;
		position:relative;
		top:-15px;
	}
	.social-radar .social{
		border-bottom: none;
		height: 60px;
		margin-bottom: 0;
		overflow: hidden;
		padding-bottom: 0;
		text-align: left;
		float:left;
	}
	.social-radar .social h3{
		float:left;
		border-right: 1px solid #e3e3e3;
		height:60px;
		padding:0;
		line-height:57px;
		margin:0;
		width:77px;
		text-align:center;
	}
	.social-radar .social a {
		border-right: 1px solid #e3e3e3;
		color:#000;
		margin:0;
		text-align: center;
		width: auto;
		padding:12px 12px 0 10px;
		height:48px;
	}
	.social-radar .social a img {
		margin-bottom: 0;
		margin-right:5px;
		background-color:#222;
	}
	.social-radar .social a:hover img {
		background-color:#000;
	}
	
	.social-radar .next{
		border-left: 1px solid #e3e3e3;
		float:right;
		height:60px;
		padding:0 16px 0 0;
	}
	.social-radar .next h3{
		height:60px;
		padding:0 10px 0 14px;
		line-height:57px;
		float:left;
		margin:0;
	}
	.social-radar .next a{
		color:#06f;
		display:block;
		float:left;
		text-decoration:none;
		padding:12px 0 0 0;
		height:48px
	}
	.social-radar .next a img{
		background-color:#06f;
		margin-right:5px;
	}
	.social-radar .next a:hover{ color:#009; }
	.social-radar .next a:hover img{ background-color:#009; }
	
	.radar-block{ margin:0 37px 0 38px; }
	.radar-block-header{
		clear:both;
		overflow:hidden;
		margin-top:9px;
		padding-bottom:25px;
	}
	.radar-block-header h2{
		font-family: FrutigerLTPro-Light, Arial;
		float:left;
		margin:0;
	}
	.radar-block-sponsoredby{ float:right; }
	.radar-field{ padding: 0 0 31px 0; }
	.radar-banner{
		padding: 0 0 40px 0;
		text-align:center;
	}
	.radar-banner div{
		margin-top:2px;
	}
	
	.more-weather-radar{
		background-color:#222;
		clear:both;
		overflow:hidden;
		height:100px;
	}
	.more-weather-radar h3{
		color:#999;
		font-family: FrutigerLTPro-Light, Arial;
		font-size:18px;
		height:100px;
		margin:0;
		padding:0;
		line-height:100px;
		float:left;
		text-align:center;
	}
	.more-weather-radar a, 
	.more-weather-radar a:hover{
		color:#999;
		display:table-cell;
		text-align:center;
		border-left: 1px solid #333;
		vertical-align:top;
		height:82px;
		padding-top:18px;
	}
	.more-weather-radar a:hover{
		background-color:#000;
	}
	.more-weather-radar a font{
		display:block;
	}
	.more-weather-radar a span{
		display:inline-block;
		text-align:center;
		height:46px;
		width:46px;
	}
	a.outlook span{background:url(http://media.jrn.com/designimages/icon-outlook.png) no-repeat 0 0;}
	a.current-conditions span{background:url(http://media.jrn.com/designimages/icons-current-conditions.png) no-repeat 0 0;}
	a.hourly-forecast span{background:url(http://media.jrn.com/designimages/icon-hourly-forecast.png) no-repeat 0 0;}
	a.extended-forecast span{background:url(http://media.jrn.com/designimages/icon-extended-forecast.png) no-repeat 0 0;}
	a.closings span{background:url(http://media.jrn.com/designimages/icon-closings.png) no-repeat 0 0;}

	.for-radar-banner685px{ display:none; }

	.html-weather-radar .container-ivote { }
	.html-weather-radar body.no-top-banner .container-ivote { margin-top:292px}
	.top-big-radar{background:url(http://media.jrn.com/designimages/top-big-radar.png) no-repeat 0 100%;}
	.big-radar {
		background:url(http://media.jrn.com/designimages/big-radar.png) repeat-y 0 0;
		width: 975px;
	}
	.bottom-big-radar{
		background:url(http://media.jrn.com/designimages/bottom-big-radar.png) no-repeat 0 0;
	}
	.radar-field{ max-width:900px; }
	.more-weather-radar h3{ width:167px; }
	.more-weather-radar a{width:160px;}
	.more-weather-radar a font{margin:6px 0 0 0;}
	
	/* jcarousel
	---------------------------------------------------------- */	
	.html-weather-radar .jcarousel-skin-tango .jcarousel-container-horizontal { width: 800px; }
	.html-weather-radar .jcarousel-skin-tango .jcarousel-clip-horizontal { width:  800px; }
	.html-weather-radar .div-jcarousel-backtowather{ left:9px; }	
	/* end jcarousel
	---------------------------------------------------------- */	
	
/* end page weather-radar
--------------------------------- */

/* page weather-desktop
-------------------------------------------------------------- */
.weather-desktop{
	background-image:url(http://media.jrn.com/designimages/body-weather-radar.jpg);
}
.header-weather-logo{

	float:left;
}
.header-weather-block{
	float:right;
	margin:5px 15px 0 0;
}
.header-weather-block span{
	display:block;
	text-align:right;
	color:#fff;
	border-top:1px solid #666;
	width:220px;
	padding:8px 0;
	font-family: FrutigerLTPro-Light, Arial;
}
.header-weather-block span.temperature{
	border-top:none;
	font-size:36px; 
	font-family: FrutigerLTPro-Light, Arial;
}
.header-weather-block span a{ 
	color:#fff;
	font-family: FrutigerLTPro-Roman, Arial; 
}

.weather-desktop .sub-nav { width:auto; }
.weather-desktop .sub-nav-block { 
	height:155px;
	background-color:transparent;
	background:rgba(0,0,0,.80); 
}
.weather-desktop .band-weather-alerts-black{ background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100% }
.weather-desktop.no-top-banner .sub-nav-block{ 
	height: 60px!important; 
	overflow:hidden;
	background-image:none;
	background-color:#222;
}
.weather-desktop .sub-nav h4{
	float:left;
	display:block;
	padding:0;
	margin:15px 15px 0 15px;
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:24px;
	line-height:29px;
}

.weather-desktop .search input[type="text"]{ font-size:13px; }
.weather-desktop .seach-zip {
    background:#fff url(http://media.jrn.com/designimages/bg_search2.png) no-repeat 0 0;   
    height: 30px;
    width: 220px;
	margin:15px 0 0 0;
}
.weather-desktop .seach-zip input[type="text"] {
    background: none;
    border: medium none;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-family: FrutigerLTPro-Roman, Arial;
    font-size: 13px;
    padding: 0 8px;
    width: 174px;
}
.weather-desktop .seach-zip input[type="button"] {
    background: none;
    border: none;
    float: left;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    width: 30px;
}

/* alert-banner-top ------------------------------ */
.no-top-banner .alert-banner-top{ display:none; }
.alert-banner-top{
	height:40px;
	background-color:#f00;
	position:relative;
	width:100%;
	float:left;
}
.alert-banner-top .back{
	margin:0 auto;
	position:relative;
}
.alert-banner-top .left-block{
	background-color:#900;
	height:40px;
	width:170px;
	margin-right:10px;
}
.alert-banner-top .left-block h3{
	color:#fff;
	line-height:40px;
	height:40px;
	font-family: FrutigerLTPro-Light, Arial;
	background:url(http://media.jrn.com/designimages/alert-pic.png) no-repeat 15px 10px;
	margin-bottom:0;
	padding-left:45px;
}
.alert-banner-top .grid_10{
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 14px;
	line-height:40px;
	color:#fff;
	width:auto;
}
.alert-banner-top .grid_10 p{
	float:left;
	display:inline-block;
	margin-right:10px;
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 14px;
	line-height:40px;
	color:#fff;
}
.alert-banner-top .grid_10 a{
	color:#fff;
	font-family: FrutigerLTPro-Roman, Arial;
    font-size: 14px;
	line-height:25px;
	text-decoration:none;
	color:#fff;
	background-color:#900;
	padding:0px 14px 1px 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	display:inline-block;
}

.alert-banner-top .grid_10 a span{
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	height: 0;
	width: 0;
	position:relative;
	top:12px;
}
.alert-banner-top .grid_10 a i{ 
	font-style:normal;
	font-size:13px;
	font-family: FrutigerLTPro-Roman, Arial; 
}
.alert-banner-top a.button-close{
	background:none;
	padding:0;
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	position:absolute;
	top:8px;
	right:13px;
	z-index:3;
}
/* end alert-banner-top -------------------------- */

/* top-shadow-weather  --------------------------- */
.top-shadow-weather{
    height: 15px;
    margin-top: -15px;
    overflow: hidden;
}
.content-shadow-weather{ 
	padding: 0 15px;
    overflow: hidden;
}
.bottom-shadow-weather{
    height: 15px;
    overflow: hidden;
}
/* end top-shadow-weather  ----------------------- */

/* left-menu-weather  --------------------------- */
.left-menu-weather{
	width:140px;
	float:left;
	margin:15px 15px 0 0;
}
body.no-top-banner .left-menu-weather {
    position: fixed;
	top:100px;
}
.left-menu-weather ul{ margin-bottom:24px; }
.left-menu-weather li a{
    color: #000;
    display: block;
    font-family: FrutigerLTPro-Roman, Arial;
    font-size: 13px;
    text-decoration: none;
    
	border-bottom:1px solid #ccc;
	padding:8px 0 8px 9px;
}
.left-menu-weather li.active a{
	background-color:#ccc;
	cursor:default;
}
.left-menu-weather li a span {
	display:inline-block;
	font-size:11px;
	height:17px;
	line-height:17px;
    background-color: #f00;
    border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-o-border-radius: 11px;
	-ms-border-radius: 11px;
    color: #fff;
    left: 10px;
    padding: 0 7px 0 6px;
    position: relative;

}
.left-menu-weather .social{    
	border-bottom: none;
    clear: both;
    height: auto;
}
.left-menu-weather .social a{
	color:#000;
	margin:0;
}
.left-menu-weather .social a img{ background-color:#999;}
.left-menu-weather .social a:hover img{ background-color:#666;}
/* end left-menu-weather  ----------------------- */


/* weather-contents-box  ----------------------- */
.weather-contents-box{
	float:right;
	margin:0 20px;
}
.weather-contents-box .page-elements{
	padding-top:10px;
	margin-bottom:30px;
	text-align:left;
}
.weather-contents-box .header-title{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.weather-contents-box .header-title h1 {
    float: left;
    font-family: FrutigerLTPro-Light, Arial;
    font-size: 36px;
    font-weight: normal;
	text-align:left;
}
.weather-contents-box .header-title .sponsored-by {float: right;}
.weather-contents-box .header-title .sponsored-by a{
	color:#acacac;
	font-size:10px;
}
.weather-contents-box .header-title .sponsored-by a img{ margin-left:5px; }

/* video-slider   -------------------------------- */
.page-elements .video-slider,
.page-elements .mobilegalery-prewblock, 
.page-elements .photo-prew-block{ text-align:left; }
.page-elements .video-block{
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 460px;
}
.page-elements .video-element{ 
	height:255px; 
}
.page-elements .prev-video,
.page-elements .next-video, 
.page-elements .play-video{
	position:absolute;
	z-index:2;
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
}
.page-elements .prev-video{
	left:10px;
	top:104px;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 0;
}
.page-elements .prev-video:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 -50px;
}
.page-elements .next-video{
	right:10px;
	top:104px;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px 0;
}
.page-elements .next-video:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px -50px;
}
.page-elements .play-video{
	top:104px;
	left:211px;
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 0;
}
.play-video:hover{
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 -50px;
}
.page-elements .video-block .bx-pager {
    margin-top: 12px;
    text-align: center;
}
.bx-pager a{
	background:url(http://media.jrn.com/designimages/pagin_slider_video.png) no-repeat 50% 0;
	display:inline-block;
	height:8px;
	overflow:hidden;
	text-decoration:none;
	padding:0 5px;
	text-indent:-99999px;
}

.bx-pager a:hover, 
.bx-pager a.pager-active{
	background:url(http://media.jrn.com/designimages/pagin_slider_video.png) no-repeat 50% -8px;
}
/* end video-slider   -------------------------------- */

.page-elements h2 {

    font-family: FrutigerLTPro-Bold, Arial;
    font-size: 18px;
    margin:0 0 10px 0;
	line-height:normal;
}
.page-elements p, 
.article-author .text-block p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom:0;
	font-family: FrutigerLTPro-Roman, Arial
}
.page-elements .text-block, 
.article-author .text-block{
	margin-bottom:7px;
	overflow:hidden;
	position:relative;
} 
.page-elements .band-white-cap,
.article-author .band-white-cap{
	background:url(http://media.jrn.com/designimages/white-cap.png) repeat-x 0 0;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:4;
}
.article-author .show-more{
	background-color:#EAEAEA;
	float:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	margin-bottom:15px;
}
.article-author .show-more:hover{background-color:#009;}
.contributor .article-author .show-more{
	background-color:#fff;
	font-size:14px;
}
.contributor .article-author .show-more:hover{background-color:#009;}
.page-elements .show-more a{
	display:block;
	float:left;
	margin:0 6px 30px 0;
	text-decoration:none;
	font-size:13px;
}
.article-author .show-more a{
	display:block;
	float:left;
	padding:9px 6px 9px 13px;
	text-decoration:none;
	font-size:12px;
}
.article-author .show-more:hover a{ color:#fff; }
.page-elements .show-more span{    
  border-color: #0080FF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0;
  margin-top:5px;
  display:block;
  float:left;
}
.article-author .show-more span{    
  border-color: #0080FF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0;
  margin:13px 12px 0 0;
  display:block;
  float:left;
}
.page-elements .show-more:hover span{ border-color: #009 transparent transparent transparent; }
.article-author .show-more:hover span{ border-color: #fff transparent transparent transparent; }
.page-elements .show-more span.active,
.article-author .show-more span.active{    
  border-color: transparent transparent #0080FF transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  height: 0;
  width: 0;
  margin-top:5px;
  display:block;
  float:left;
}
.article-author .show-more span.active{ margin-top:13px; }
.page-elements .show-more:hover span.active{ border-color: transparent transparent #009 transparent; }
.article-author .show-more:hover span.active{ border-color: transparent transparent #fff transparent; }

/* GALERY PREW ----------------------- */
.page-elements .galery-radar-prew{ 
	margin:0 0 25px 0; 
}
.page-elements .galery-radar-prew a{
	display:block;
	width:140px;
	margin:0 0 10px 0;
}
.page-elements .galery-radar-prew a img{
	max-width:140px;
	height:80px;
}
.band1 {
    color: #000;
    font-family: FrutigerLTPro-Bold, Arial;
}
/* END GALERY PREW ----------------------- */

/* PHOTO PREW BLOCK ---------------------- */
.page-elements .photo-prew-block {
	clear:both;
    margin-bottom: 10px;
	overflow:hidden;
}
.page-elements .photo-prew-block .grid_2{ 
	width:140px;
	overflow:hidden;
	margin:0 10px 20px 0;
}
.page-elements .photo-prew-block .grid_2 a, 
.page-elements .photo-prew-block .grid_2 span{
	display:table-cell;
	vertical-align:middle;
	height:68px;
}
.page-elements .photo-prew-block .grid_2 img{ border: 1px solid #d9d7da; margin-right:5px; }
/* END PHOTO PREW BLOCK ---------------------- */

/* main-reklama AD BLOCK --------------------- */
.page-elements .main-reklama {
    clear: both;
    display: block;
    overflow: hidden;
}
.page-elements .main-reklama-top {
    background: url(http://media.jrn.com/designimages/bg_reklama-grey.png) no-repeat scroll 50% 0;
    display: block;
    height: 15px;
    overflow: hidden;
    width: 100%;
}
.page-elements .reklama-block {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.page-elements .main-reklama-bottom {
    border-bottom: 1px solid #d6d6d6;
    display: block;
    height: 8px;
    overflow: hidden;
    width: 100%;
}
/* end main-reklama AD BLOCK --------------------- */

/* CURRENT CONDITIONS ---------------------------- */
.current-onditions-page{
	clear:both;
	overflow:hidden; 
}
.current-onditions-page{text-align:left; }
.current-onditions-page .grid_2{
padding:10px 0 0 10px;
margin:0 20px 0 0;
width:130px;
min-height:100px;
background: -moz-linear-gradient(-45deg,  rgba(219,219,219,1) 0%, rgba(255,255,255,0) 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* IE10+ */
background: linear-gradient(135deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.current-onditions-page .grid_2 img{
	position: relative;
	left: -10px;
	margin-top:10px;
}
.current-onditions-page span{
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:14px;
}
.gradus{
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:45px;
	padding:2px 0 0 0;
}
.weather-data-item{ 
	min-height:70px;
}
.weather-data-item p{
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:26px;
}
/* END CURRENT CONDITIONS ---------------------------- */

/* Hourly Forecast carousel -------------------------- */
.weather-row .grid_2{
padding:10px 0 0 10px;
width:130px;
min-height:92px;
background: -moz-linear-gradient(-45deg,  rgba(219,219,219,1) 0%, rgba(255,255,255,0) 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* IE10+ */
background: linear-gradient(135deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.weather-row h3{
	margin-bottom:4px; 
}
.weather-row .grid_2 img{
	position: relative;
	left: -10px;
}
.weather-row span{
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:14px;
}
.hour{
    font-family: FrutigerLTPro-Light, Arial;
	color:#666;
	font-size:18px;
} 
.month-day{
    font-family: FrutigerLTPro-Bold, Arial;
	color:#000;
	font-size:14px;
}
.month-day{  }
.temperature{
	margin:3px 0 15px 0;
}
.temperature font{ color:#666; }
.row-line{
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:14px;
	font-style:normal;
	margin-bottom:5px;
	line-height:18px;
	clear:both;
}
.row-line span{ float:right; }
.weather-variant{  
	overflow:hidden;
	font-family: FrutigerLTPro-Bold, Arial;
	height:34px;
	overflow:hidden;
}
.weather-row .grid_2 .row-line span img{
	position:relative;
	left:-3px;
}

/* RADAR & MAPS ------------------------------------ */
.radar-maps{ 
	clear:both;
	overflow:hidden 
}
.radar-maps .grid_4{
	margin:0 1px 1px 0;
	height:259px;
}
.radar-maps .grid_4 a{
	height:259px;
	display:block;
	overflow:hidden;
	text-align:center;
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:18px;
	position:relative;
}
.radar-maps .grid_2{
	margin:0 1px 1px 0;
	height:129px;
}
.radar-maps a{
	width:159px;
	height:129px;
	display:block;
	overflow:hidden;
	text-align:center;
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
	position:relative;
}
.radar-maps a:hover{ color:#000; }
.radar-maps .grid_4 a span{
	display:block;
	width:256px;
	height:144px;
}
.radar-maps .grid_4 a span img{ margin-bottom:10px; }
.radar-maps .grid_2 a span{
	display:block;
	width:96px;
	height:54px;
	overflow:hidden;
}
.radar-maps .grid_4 a strong,
.radar-maps .grid_2 a strong{
	background:url(http://media.jrn.com/designimages/icon-for-radar.png) no-repeat 0 0;
	display:block;
	width:38px;
	height:38px;
	position:absolute;
	z-index:2;
}
.radar-maps .grid_4 a:hover strong,
.radar-maps .grid_2 a:hover strong{
	background:url(http://media.jrn.com/designimages/icon-for-radar.png) no-repeat 0 -38px;
}
/* END RADAR & MAPS -------------------------------- */

/* CLOSINGS ---------------------------------------- */
.cc-header{
	width:100%;
	float:left;
}
.cc-header img{
	float:left;
}
/* END CLOSINGS ------------------------------------ */

/* ALERTS BLOCK ------------------------------------ */
.alert-block table{ width:100%; margin-bottom:20px; }
.alert-block td{ 
	border-top:1px solid #d6d6d6;
	vertical-align:middle;
	padding:5px 0;
	height:30px;
}
.alert-block a {color:#000; }
.alert-block a:hover{ color:#f00; }
.alert-block a.view{
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	color:#f00;
	font-size:14px;
	font-weight:normal;
	font-family: FrutigerLTPro-Bold, Arial;
	background-color:#e8e8e8;
	padding:0 10px;  
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}
.alert-block a.view:hover{background-color:#ccc; color:#fff;}
/* END ALERTS BLOCK -------------------------------- */

/* SELECT ------------------------------------------ */
.alert-select{
	width:220px;
	float:right;  
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
	height:25px;
	padding-top:5px;
	overflow:hidden; 
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
	background: #e9e9e9 url(http://media.jrn.com/designimages/tr-red.png) no-repeat 200px 14px;
}
.alert-select select {
	background: none;
    border: 0 none;
	display: inline-block;
	-webkit-appearance:none;
	width: 235px;
	margin-left:5px;
	color:#f00;    
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 14px;
}
.mac-os .alert-select select{
	margin-left:10px;
}
/* END SELECT ------------------------------------------ */

/* More Weather ---------------------------------------- */
.more-weather .gallery-block{ 
	overflow:hidden; 
	text-align:left;
	background-color:#eee; 
}
.more-weather .gallery-block .content-box {
    margin: 0;
    overflow: hidden;
    padding-bottom: 15px;
	padding-left:15px;
}
.more-weather .gallery-block .content-box h2 {
	color:#000;
	margin:10px 0 8px 0;
}
.more-weather .gallery-block .content-box h2 a {color:#000; }
.more-weather .gallery-block .content-box h2 a:hover {color:#009; }
.page-elements .more-weather .gallery-block .content-box p {
    font-size:15px;   
	color: #7B7B7B;
    font-family: FrutigerLTPro-Roman, Arial;
    line-height: 18px;
	margin-right: 10px;
	margin-bottom: 12px;
}
.more-weather .gallery-block .content-box a.gallery-button { margin-bottom: 0; }
/* end More Weather ------------------------------------ */

.weather-desktop .search{ background-image:none; }
.lupa{ 
	background-color:#06f;
	float:left;
	width:39px;
	height:40px; 
}
.lupa:hover{ background-color:#fff; }
.lupa input[type="button"] {
    background: url(http://media.jrn.com/designimages/lupa_009.png) no-repeat 0 0;
}

/* weather-desktop FOOTER ---------------------------------------------- */
.weather-desktop footer{
	background-color:#fff;
	border-top:1px solid #ccc;
	position:fixed;
	bottom:0;
	z-index:666;
	min-height:50px;
	padding-top:10px;
	text-align:center;
	color:#666;
	font-family: FrutigerLTPro-Light, Arial;
}

.weather-desktop .footer_left_side{
	text-align:right;
	display:block;
	float:left;
}
.weather-desktop .font-size12px-normal{
	display:inline;
	text-align:right;
	font-size:18px;
	font-family: FrutigerLTPro-Light, Arial;
	
	width:200px;
	padding-right:5px;
	color:#666;
}
.weather-desktop .footer-today{
	font-size:18px;
	font-family: FrutigerLTPro-Light, Arial;
	line-height:40px;
	color:#000;
}
.weather-desktop .footer-transition{
	 text-decoration:none;
	 font-size:18px;
	 font-family: FrutigerLTPro-Light, Arial;
	 height:40px;
	 display:inline;
	 float:left;
}
.weather-desktop .footer-transition img{
	margin:4px 10px;
	background-color:#0080ff;
}
.weather-desktop .footer-transition img:hover{
	background-color:#009;
}
.weather-desktop .footer-today img{
	margin:0 4px 0 2px;
}
.weather-desktop .footer-transition span{
	color:#666;
	position:relative;
	top:1px;
}
/* END weather-desktop FOOTER -------------------------------------- */

/* end weather-contents-box  ----------------------- */
 
.weather-desktop .container-ivote .mobile-search-navigation, 
.weather-desktop .container-ivote .sub-nav-block, 
.for-mobile-view, .weather-desktop.no-top-banner .header-weather-desktop{ display:none!important; }
.header-weather-desktop{
	background:url(http://media.jrn.com/designimages/bg_headerweatherblock.png) no-repeat 100% 0;
	margin:0 auto;
	height:180px;
	width:1005px; 
	overflow:hidden;
}
.weather-desktop .navigation-search-block { }
.weather-desktop.no-top-banner .navigation-search-block { margin-bottom:0; }
.weather-desktop .container-ivote {}
.weather-desktop .alert-banner-top-none { }
.top-shadow-weather{ background: url(http://media.jrn.com/designimages/top-shadow-weather1005px.png) no-repeat 100% 0; }
.content-shadow-weather{ background: url(http://media.jrn.com/designimages/content-shadow-weather1005.png) repeat-y 0 0; width: 975px; }
.bottom-shadow-weather{ background: url(http://media.jrn.com/designimages/bottom-shadow-weather1005.png) no-repeat 0 0; }
.weather-contents-box{ width:780px; }
.page-elements .video-slider{
	width:460px;
	margin:0 20px 0 80px;
	float:left;
}
.page-elements .mobilegalery-prewblock{
	float:left;
	width:140px;
}
.page-elements .photo-prew-block { margin-left:80px; }
.current-onditions-page .grid_2:first-child h3{ display:none; }
.current-onditions-page{ margin-left:80px; margin-bottom:30px; }
.current-onditions-page .grid_2:first-child{ min-height:212px; }
/* Hourly Forecast horizontal carousel ------------------------ */
.for-carousel{ text-align:left; }
.weather-row{
	width:100%;
	float:left;
}
.weather-row .carousel {
	width:640px;
	position: relative;
	left:70px;
	margin-bottom:30px;
}
.weather-row .jcarousel-skin-tango .jcarousel-direction-rtl {direction: rtl;}
.weather-row .jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}
.weather-row .jcarousel-skin-tango .jcarousel-item-vertical {
	width:140px;
	height:105px;
	margin-bottom:10px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal {
	height:49px;
	width:28px;
	position:absolute;
	top:140px;
	right:-50px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal {
	background:url(http://media.jrn.com/designimages/carousel-pag.png) no-repeat -28px 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background:url(http://media.jrn.com/designimages/carousel-pag.png) no-repeat -28px -49px;
	cursor:pointer;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background:url(http://media.jrn.com/designimages/carousel-pag.png) no-repeat -28px 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background:url(http://media.jrn.com/designimages/carousel-pag.png) no-repeat -28px -98px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal {
	height:49px;
	width:28px;
	position:absolute;
	top:140px;
	left:-50px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:url(http://media.jrn.com/designimages/carousel-pag.png) no-repeat 0 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background:url(http://media.jrn.com/designimages/carousel-pag.png) no-repeat 0 -49px;
	cursor:pointer;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background:url(http://media.jrn.com/designimages/carousel-pag.png) no-repeat 0 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background:url(http://media.jrn.com/designimages/carousel-pag.png) no-repeat 0 -98px;
}
/* end Hourly Forecast horizontal carousel ----------------------------- */

.radar-maps{ margin-left:70px; margin-bottom:40px; }
.radar-maps .grid_4, 
.radar-maps .grid_4 a{ width:319px; }
.radar-maps .grid_2{ width:159px; }
.radar-maps .grid_4, 
.radar-maps .grid_2 a{
background: -moz-linear-gradient(-45deg,  rgba(219,219,219,1) 0%, rgba(255,255,255,0) 40%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* IE10+ */
background: linear-gradient(135deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}
.radar-maps .grid_4:hover, 
.radar-maps .grid_2 a:hover{ /*background-color:#d6d6d6;*/ }
.radar-maps .grid_4 a span,
.radar-maps .grid_2 a span{ margin:27px 0 10px 31px; }
.radar-maps .grid_4 a strong,
.radar-maps .grid_2 a strong{ right:10px; top:10px; }

/* CLOSINGS -------------------------------- */
.clousing{
	width:620px;
	height:350px;
	margin:0 0 35px 80px;
	position:relative;
	display:table;
	float:left;
	overflow:hidden;
}
/*.clousing-images img{ max-width:620px; height:auto; }*/

.clousing-content{
	position:absolute;
	bottom:20px;
	left:30px;
	z-index:2;
	height:auto;
	width:620px;
}
.clous-div{
	height:38px;
	background:url(http://media.jrn.com/designimages/pic-cc1l.png) no-repeat 0 0;
	padding-left:16px;
	float:left;
}
.clous-div span {
	background:url(http://media.jrn.com/designimages/pic-cc1r.png) no-repeat 100% 0;
    color: #fff;
    display: inline-block;
    font-family: FrutigerLTPro-Roman, Arial;
    height: 38px;
    line-height: 30px;
    padding: 0 25px 0 2px;
}
.clous-view{
	height:38px;
	background:url(http://media.jrn.com/designimages/pic-cc2l.png) no-repeat 0 0;
	padding-left:16px;
	float:left;
}
.clous-view a{
	background:url(http://media.jrn.com/designimages/pic-cc2r.png) no-repeat 100% 0;
    color: #fff;
    display: inline-block;
    font-family: FrutigerLTPro-Roman, Arial;
    height: 38px;
    line-height: 30px;
    padding: 0 25px 0 2px;
	text-decoration:none;
	color:#003;
}
.clous-view a:hover{ color:#f00;}
/* END CLOSINGS ---------------------------- */


.alerts-page{
	width:100%;
	float:left;
}
.alert-block td{ 
	font-size:18px;
	font-weight:normal;
	font-family: FrutigerLTPro-Bold, Arial; 
}
.alert-block a{
	color:#000;
	font-size:18px;
	font-weight:normal;
	font-family: FrutigerLTPro-Bold, Arial;
}

.more-weather{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.more-weather .sport-block { width:300px; }
.more-weather .gallery-block .content-box { width:280px; }
.more-weather .gallery-block{ width:620px; }
.more-weather .sport-block { float:left; }

.page-elements .reklama-block a span.for-naroow-mobile,
.for-mobile-headertitle { display:none; }

.weather-desktop .more-weather .sport-block ul{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

.weather-desktop footer{ width:780px; }
.weather-desktop .footer_left_side{ width:362px;}

.weather-desktop .left-col {
    background-image: none;
    margin-top: -5px;
}
.weather-desktop .Authors {
    border-top: 3px solid #D8D8D8;
    padding-top: 15px;
}
/* end page weather-desktop
-------------------------------------------------------------- */


/* contributors-sidebar
--------------------------------------------------------------- */
.contributors-sidebar {
    border-bottom: 3px solid #999;
    border-top: 3px solid #D8D8D8;
    padding: 15px 0;
    margin-bottom: 30px;
}
.contributors-sidebar .alphabet{
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.contributors-sidebar .alphabet p{
	margin-bottom:20px;
}
.contributors-sidebar .alphabet	span{
	display:block;
	margin-bottom:5px;
	color:#666;
	font-size:18px;
	font-family: FrutigerLTPro-Roman, Arial;
	text-transform:uppercase;
}
.contributors-sidebar .alphabet	a{
	display:block;
	font-size:14px;
	line-height:21px;
}
/* end contributors-sidebar
--------------------------------------------------------------- */

/* ad-div block
---------------------------------- */
.ad-div{
	background-color:#222;
	overflow:hidden;
	width:1005px;
}
.no-top-banner .ad-div{ display:none; }
/* end ad-div block
---------------------------------- */
}

@media screen and (min-width: 685px) {
.radar-block-header-mobile{ display:none; }
}

/* pop-up
---------------------------------- */
.overlay_menus1{
	margin-top: 12px!important;
	display:none;
}
.overlay_menus2{
	margin-top: -5px!important;
	margin-left:0px;
	display:none;
}
.overlay_menus2  a{
	height:100%!important;
	line-height: 100%;
}
.overlay_menus2  a:hover{
	color:#000099;
}

.chat-bubble {
   background-color:#eaeaea;
   border:1px solid #666;
   padding:12px 0 8px 0;
   position:absolute;
   width:200px;
   z-index: 9999;
   border-radius:10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   -moz-box-shadow:0 0 6px #666;
   -webkit-box-shadow:0 0 6px #666;
   box-shadow:0 0 6px #666;
 }  
.bubble-arrow-bordergrey{
   border-color: transparent transparent #cccccc transparent;
   border-style: solid;
   border-width: 11px;
   height:0;
   width:0;
   position:absolute;
   top:-22px;
   left:40px;
}
.bubble-arrow-border {
   border-color: transparent transparent #666 transparent;
   border-style: solid;
   border-width: 10px;
   height:0;
   width:0;
   position:absolute;
   top:-20px;
   left:40px;
}
.bubble-arrow {
   border-color: transparent transparent #eaeaea transparent;
   border-style: solid;
   border-width: 10px;
   height:0;
   width:0;
   position:absolute;
   top:-19px;
   left:40px;
}
nav .bubble-arrow-bordergrey,
nav .bubble-arrow-border,
nav .bubble-arrow{
   left:20px;
}
.popup-content{
	padding-bottom:5px;
}
.popup-content a{
	border-bottom:1px solid #ccc;
	display:block;
	color:#000;
	font-family: FrutigerLTPro-Roman, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:13px;
	text-decoration:none;
	
	padding:9px 10px 8px 10px;
}
.popup-content a:hover{
	background-color:#fff;
	color:#000;
}
.popup-content a:last-child{
	border-bottom:none;
}
/* end pop-up
---------------------------------- */





/* ////////////////////////////////
   ********************************
   style for site redesign
   -------------------------------- */
 
/* band-news
----------------------------------- */ 
.no-top-banner .band-news{ display:none; } 
.band-news{
	background:#f00 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
	position:relative;
}
.band-news p{
	height:40px;
	color:#fff;
	font-size:18px;
	line-height:37px;
	margin:0 25px;
	white-space: nowrap;
	word-wrap: normal;
	overflow:hidden;
}
.band-news p strong{
	white-space: nowrap;
	word-wrap: normal;
}
.band-news p a.button{
	background-color:#900;
	display:inline-block;
	color:#fff;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:14px;
	text-decoration:none;
	margin-left:8px;
	position:relative;
	top:-1px;
}

.band-news a.button-x {
    position: absolute;
    right: 22px;
    top: 7px;
    z-index: 3;
}

@media only screen and (min-width: 685px) and (max-width: 1004px) {
.display-none-narrow,
.band-news p a.button,
.band-news p a.button,
.main-left-top .links,
.sub-news-links,
.mobile-topheader-block .left-menu,
.mobile-topheader-block .right-menu{
	display:none;
}
.band-news p,
.band-weather-alerts-black .content-band{
	margin:0 20px 0 25px!important;
}
}
/* end band-news
----------------------------------- */

.border-3pxsolid999{
	border-bottom: 3px solid #999;
	margin-bottom:15px;
}

/* band-weather-alerts-black
----------------------------------- */
.no-top-banner .band-weather-alerts-black{ display:none; }
.band-weather-alerts-black{
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	color:#fff;
	height:40px;
	position:relative;
}
.band-weather-alerts-black .content-band{
	margin:0 25px;
}
.band-weather-alerts-black font{
	color:#fff;
	font-size:18px;
	line-height:37px;
}
.band-weather-alerts-black .button{
	background-color:#000;
	display:inline-block;
	color:#fff;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:14px;
	text-decoration:none;
	margin-left:12px;
	margin-right:35px;
	position:relative;
	top:-1px;
}
.band-weather-alerts-black span {
    background-color: #f00;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px 0 6px;
	margin-left:15px;
}
.band-weather-alerts-black a.button-x-black {
    position: absolute;
    right: 22px;
    top: 7px;
    z-index: 3;
}
/* end band-weather-alerts-black
----------------------------------- */

/* Watch Live
----------------------------------- */
.watch-live{    
	border-top: 3px solid #999;
	padding:12px 0 0 0;
	margin:0 0 30px 0;
    width: 300px;
	clear:both;
	overflow:hidden;
}
.cool1{
	float:left;
	width:170px;
}
.cool2{
	float:left;
	width:120px;
}
.watch-live .cool1 h3{
	margin-bottom:9px; 
}
.watch-live .cool1 .gallery-button{ margin-bottom:0; }
.watch-live .coll2 a{
	display:block;
	width:120px;
	height:67px;
	overflow:hidden;
	position:relative;
}
.watch-live .coll2 a img.icon-play{
	position:absolute;
	top:15px;
	left:40px;
	z-index:2;
}
/* end Watch Live
----------------------------------- */

@media screen and (min-width: 1005px) {
.display-none-desktop,
.mobile-left-right-menu{
	display:none;
}
.main .left-col{
	background:url(http://media.jrn.com/designimages/bg_left-col1-h.png) no-repeat 8px 0;
	margin-top:0px;
}
.main-left-top{
	padding-top:33px;
}
.main-left-top .gallery-block{
	float:left;
	width:460px;
	margin-bottom:0;
}
.main-left-top .gallery-block .sport-block a {
    background-position: center center;
    background-repeat: no-repeat; 
	background-size: auto 100% ;
    display: block;
    height: 260px;
	width:460px;
    width: 100%;
}
.main-left-top .gallery-block .content-box a.contentbox-link{ display:none!important; }
.main-left-top .gallery-block .content-box h3,
.main-left-top .gallery-block .content-box h3 a{
	font-size:32px;
	line-height:34px;
	font-family: FrutigerLTPro-BoldCn, Arial;
}
.main-left-top .links{
	border-top: 1px solid #ccc;
	width:160px;
	float:left;
}
.main-left-top .links a{
	border-bottom: 1px solid #ccc;
	display:block;
	padding:8px 0 8px 10px;
	color:#000;
	width:150px;
	line-height:18px;
}
.main-left-top .links a:hover,
.main-left-top .links a.active{
	color:#0080ff;
}
.main-left-top .links a.active{
	cursor:default;
}
.sub-news-links{
	width:660px;
	height:60px;
	background-color:#222;
	margin-left:15px;
}
.sub-news-links a, 
.sub-news-links a:hover{
	color:#fff;
	display:table-cell;
	text-align:center;
	border-left: 1px solid #333;
	vertical-align:top;
	height:37px;
	width:165px;
	padding-top:23px;
}
.sub-news-links a:hover{
	background-color:#000;
}
.sub-news-links a img{
	vertical-align:top;
	position:relative;
	top:-8px;
}

/* navigation ------------------------------------ */
.notifications-block{
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	color:#fff;
	min-height:40px;
}
.notifications-content{
	color:#fff;
	font-size:18px;
	line-height:40px;
	margin:0 25px;
}
.navigation .left-col{    
	background: url(http://media.jrn.com/designimages/bg_left-col1-h.png) no-repeat 8px 0;
    margin-top: 0;
}
.navigation .left-col .shadow-block:first-child,
.navigation .left-col .shadow-block {
    padding-bottom: 0;
    padding-top:35px;
}
/* end navigation --------------------------------- */

}
@media only screen and (min-width: 685px) and (max-width: 1004px) {
.main header{ height:auto;}
#content{ margin-top:40px; }
.main .left-col{
	background:url(http://media.jrn.com/designimages/bg_left-col2-h.png) no-repeat 8px 0;
	margin-top:0px;
	top:0;
}
.main-left-top{ padding-top:33px; padding-bottom:0; }
.main-left-top .gallery-block{
	float:left;
	width:300px;
	margin:0 0 20px 0!important;
}
.main-left-top .gallery-block .sport-block a {
	background-size: auto 100% ;
}
.main-left-top .gallery-block .content-box h3,
.main-left-top .gallery-block .content-box h3 a{
	font-size:24px;
	line-height:28px;
	font-family: FrutigerLTPro-BoldCn, Arial;
}
.main-left-top .links{
	border-top: 1px solid #ccc;
	width:160px;
	float:left;
}
.main-left-top .links a{
	border-bottom: 1px solid #ccc;
	display:block;
	padding:8px 0 8px 10px;
	color:#000;
	width:150px;
	line-height:18px;
}
.main-left-top .links a:hover,
.main-left-top .links a.active{
	color:#0080ff;
}
.main-left-top .links a.active{
	cursor:default;
}
.sub-news-links{
	width:660px;
	height:60px;
	background-color:#222;
	margin-left:15px;
}
.sub-news-links a, 
.sub-news-links a:hover{
	color:#fff;
	display:table-cell;
	text-align:center;
	border-left: 1px solid #333;
	vertical-align:top;
	height:37px;
	width:165px;
	padding-top:23px;
}
.sub-news-links a:hover{
	background-color:#000;
}
.sub-news-links a img{
	vertical-align:top;
	position:relative;
	top:-8px;
}


/* navigation ------------------------------------ */
.notifications-block{
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	color:#fff;
	min-height:40px;
}
.notifications-content{
	color:#fff;
	font-size:18px;
	line-height:40px;
	margin:0 25px;
}
.navigation .left-col{    
	background: url(http://media.jrn.com/designimages/bg_left-col2-h.png) no-repeat 8px 0;
    margin-top: 0;
	top:0;
}
.navigation .left-col .shadow-block:first-child,
.navigation .left-col .shadow-block {
    padding-bottom: 0;
    padding-top:35px;
}
/* end navigation --------------------------------- */



/*  mmmmmmmmmmmmmmmmmmmmmmmmmmmm
	mmmmmmmmmmmmmmmmmmmmmmmmmmmm
	mmmmmmmmmmmmmmmmmmmmmmmmmmmm */


/* mobile-left-right-menu narrow ------------------------------------- */
.mobile-left-right-menu{
	background: url(http://media.jrn.com/designimages/shadow-navigation-m.png) repeat-x 0 0;
	width:685px;
	height:40px;
	margin:0 auto;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:888;
}
	
.mobile-left-right-menu td{
	vertical-align:top;
}
#simple-menu a{
	float:left;
	display:block;
}
.sidr-open .mobile-left-right-menu{
	height:100%!important;
	cursor:pointer;
}
.sidr-open .mobile-left-right-menu td{
}	
.left-menu a img{
	position: relative;
	top:-3px;
}
#right-menu a{
	float:right;
	display:block;
}
.right-menu a img{
	position: relative;
	top:-2px;
}

.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:240px;
	overflow-x:none;
	overflow-y:auto;
	background:#2d2d2d url(http://media.jrn.com/designimages/shadow-mobile-left.png) repeat-y 100% 0;
}
.sidr.right{
	left:auto;
	right:-240px
}
.sidr.left{
	left:-240px;
	right:auto
}

.mobile-left{
	width:240px;
}
.left-search{
	background-color:#000;
	height:40px;
}
.left-search-block{
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:30px;
	width:219px;
	position:relative;
	top:4px;
	left:10px;
}
.left-search form{
	height:21px;
	width:208px;
	position:relative;
	top:4px;
	left:6px;
}
.left-search form input[type="button"]{
	background:url(http://media.jrn.com/designimages/lupa-black.png) no-repeat 0 0;
	border:none;
	width:21px!important;
	height:21px!important;
	cursor:pointer;
	float:left;
	margin-right:6px;
	display:inline-block;
	margin:0!important;
	padding:0!important;
}
.left-search form input[type="text"]{
	border:none;
	width:155px!important;
	height:21px!important;
	float:left;
	display:inline-block;
	margin:1px 0 0 5px!important;
	padding:0!important;
}

.navigation-left ul{
	margin-bottom:0;
}
.navigation-left ul li{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
.navigation-left ul li a{
	height:40px;
	display:block;
	padding:0 0 0 10px;
	font-family: FrutigerLTPro-Roman,Arial;
	font-weight:bold;
    font-size: 13px;
	line-height:38px;
	color:#fff;
	position:relative;
}
.navigation-left ul li a span{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:40px;
	width:14px;
	padding:0 12px;
	cursor:pointer;
	z-index:2;
}
.navigation-left ul li.close a span{
	background: url(http://media.jrn.com/designimages/bg_op.png) no-repeat 50% 15px;
}
.navigation-left ul li.open a span{
	background: url(http://media.jrn.com/designimages/bg_on.png) no-repeat 50% 15px;
}
.navigation-left ul ul{
	margin-left:20px;
}
.navigation-left ul ul li{
	background:none;
}
.navigation-left ul ul li a{
	border-top:1px solid #444;
	color:#bebebe;
	padding-left:0;
}

.mobile-left .copyright{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
    font-size: 13px;
	line-height:38px;
	color:#666;
}
.mobile-left .copyright span{
	margin-left:10px;
}
.mobile-right{
	width:240px;
	background:#2d2d2d url(http://media.jrn.com/designimages/shadow-mobile-right.png) repeat-y 0 0;
}
 
#right-menu a{
	width:49px;
	height:40px;
	display:block;
}

.navigation-right ul{
	margin-bottom:0;
}
.navigation-right ul li{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
.navigation-right ul li a{
	height:40px;
	display:block;
	padding:0 0 0 11px;
	font-family: FrutigerLTPro-Roman,Arial;
	font-weight:bold;
    font-size: 13px;
	line-height:38px;
	color:#fff;
	position:relative;
}

.navigation-right ul ul{
	margin-left:20px;
}
.navigation-right ul ul li{
	background:none;
	border-top:1px solid #444;
	color:#bebebe;
	clear:both;
	overflow:hidden;
	font-family: FrutigerLTPro-Roman,Arial;
	font-weight:bold;
    font-size: 13px;
	line-height:38px;
}
.navigation-right ul ul li a{
	color:#bebebe;
	padding-left:0;
}

.navigation-right ul li font{
	float:right;
	position:relative;
	right:10px;
}
.navigation-right ul li font a{
	display:block;
	width:60px;
	height:24px;
	text-decoration:none;
	overflow:hidden;
	margin-top:7px;
}
.navigation-right ul li font a.r-on{
	background:url(http://media.jrn.com/designimages/r-on.png) no-repeat 0 0;
}
.navigation-right ul li font a.r-off{
	background:url(http://media.jrn.com/designimages/r-off.png) no-repeat 0 0;
}

.navigation-right ul li a span {
    background-color: #06f;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 17px;
    left: 5px;
    line-height: 17px;
    padding: 0 7px 0 6px;
    position: relative;
}

.email-address{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	padding-bottom:5px;
	overflow:hidden;
}
.email-address p{
	height:40px;
	font-family: FrutigerLTPro-Roman,Arial;
	font-weight:bold;
    font-size: 13px;
	line-height:38px;
	color:#fff;
	margin:0 0 0 10px;
}
.form-email-address{
	background:#2d2d2d url(http://media.jrn.com/designimages/shadow-mobile-left.png) repeat-y 100% 0;
	height:40px;
	overflow:hidden;
}
.block-email-address{
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:29px;
	width:219px;
	position:relative;
	left:10px;
}
.block-email-address form{
	height:21px;
	width:208px;
	position:relative;
	top:5px;
	left:6px;
}
.block-email-address form input[type="button"]{
	background:url(http://media.jrn.com/designimages/r-email.png) no-repeat 0 4px;
	border:none;
	width:21px!important;
	height:21px!important;
	cursor:pointer;
	float:left;
	margin-right:5px;
	display:inline-block;
	margin:0!important;
	padding:0!important;
}
.block-email-address form input[type="text"]{
	border:none;
	width:160px!important;
	height:21px!important;
	float:left;
	display:inline-block;
	margin:1px 0 0 5px!important;
	padding:0!important;
}

/* end mobile-left-right-menu narrow --------------------------------- */

/*
	end  
	mmmmmmmmmmmmmmmmmmmmmmmmmmmm
	mmmmmmmmmmmmmmmmmmmmmmmmmmmm
	mmmmmmmmmmmmmmmmmmmmmmmmmmmm */

}    
   
   
@media screen and (min-width: 684px) {
.navigstion-left,
.info-box1,
.mobile-left,
.mobile-right{
	display:none;  
}
.sport-block{
	margin:0 0 10px 0;
}
.video-template, .article-template{
	margin:0;	
}
.shadow-block .gallery-block .content-box a.contentbox-link{
	display:block;
	margin:0 0 5px 0;
	font-size:14px;
}

.shadow-block .gallery-block .content-box h3{
	font-family: FrutigerLTPro-BoldCn, Arial;
	margin:0 0 10px 0;
}
.content-box p{
	margin:-5px 0 10px 0;
}
.content-box a.gallery-button {
    margin-bottom: 5px;
}

.main .sidebar-block{ margin-top:15px; }

.main .sidebar-block .featured-videos-block{
	margin-bottom:15px;
}

.sidebar-block .featured-videos-block .row-Authors.first-child{
	border-top:1px solid #ccc;
	padding-top:6px;
}

.sidebar-block .more-tmj4{
    border-bottom: 3px solid #999;
    margin-bottom: 17px;
    padding-bottom: 30px;
	text-align:center;
	color:#666;
	font-size:18px;
}
.sidebar-block .more-tmj4 a{
	color:#666;
	font-size:18px;
}
.sidebar-block .more-tmj4 img{
	background-color:#06f;
}
.sidebar-block .more-tmj4 a:hover img{
	background-color:#009;
}

}


.gallery-block .sport-block .photo-gallery-item{
	width:290px;
	overflow:hidden;
	background-color:#000;
	padding:10px 0 4px 10px;
}
.gallery-block .sport-block .photo-gallery-item a{
	display:block;
	width:137px;
	height:137px;
	float:left;
	overflow:hidden;
	margin:0 6px 6px 0;
}
.gallery-block .sport-block .photo-gallery-item img{
	height:auto;
	width:auto;
}

.sponsored-item{
	width:100%;
	height:250px;
	overflow:hidden;
	background-color:#e4ebf3;
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
}
.sponsored-item ul{
	position:absolute;
	top:0;
	left:0;
}
.sponsored-item .content-box{
	background:url(http://media.jrn.com/designimages/bg_gall.png) repeat-x 0 0;
	position:absolute;
	bottom:0;
	left:0;
	padding:0;
	margin:0;
}
.sponsored-item .content-box h3{
	margin:0!important;
	padding:14px 10px 10px 10px;
}
.sponsored-item .content-box p{
	margin-left:10px;
	margin-right:10px;
}
.sponsored-item .content-box .gallery-button{
	margin-left:10px;
	margin-bottom:20px;
}
.sponsored-item.no-pfoto ul{
	position:relative;
	clear:both;
	overflow:hidden;
}
.sponsored-item.no-pfoto{
	min-height:250px;
}
.sponsored-item.no-pfoto .content-box{
	background:none;
	position:relative;
	clear:both;
	overflow:hidden;
}
.sponsored-item.no-pfoto .content-box h3{
	padding-top:0;
}
/* ////////////////////////////////
   ********************************
   end style for site redesign
   -------------------------------- */
   
  
   
/* ///////////////////////////////////////////////////////////////
   ***************************************************************
   contact-form
   ------------------------------------------------------------- */
   
/* dekstop ----------------------------------------------------- */ 
@media screen and (min-width: 685px) {
.contact-form{
	margin-bottom:150px;
}
.contact-form h2{
	margin-bottom:10px;
}
.contact-form .sub-header{
	color:#666;
	margin-bottom:25px;
}
.contact-form .gallery-block{
	background:none;
	border-bottom:none;
}
.contact-form .gallery-block h3{
	border-top:3px solid #999;
	padding:10px 0 0 0;
	margin:0 0 15px 0;
}
.contact-form .sut-text{
	color:#666;
	line-height:18px;
	height:40px;
	overflow:hidden;
}
.call-newsroom{
	display:none;
}

.display-none-error{
	display:none;
}
.error-field{
	margin-bottom:20px;
	background-color:#eee;
	max-width:600px;
	padding:10px;
}
.error-field font{
	color:#c00;
}

.contact-form input[type="text"]{
	background-color:#eee;
	border:none;
	height:40px;
	padding:0 10px;
	margin-bottom:10px;
	width:280px;
	font-size:15px;
}
.contact-form input.error{
	color:#c00;
}
.contact-form textarea{
	background-color:#eee;
	border:none;
	height:276px;
	max-height:276px;
	padding:10px;
	margin-bottom:10px;
	width:280px;
	max-width:280px;
	font-size:15px;
}

.contact-form .file{
	background-color:#eee;
	height:40px;
	width:300px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
.contact-form .file .add{
	background-color:#eee;
	height:40px;
	width:239px;
	line-height:40px;
	overflow:hidden;
	padding:0 10px;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
}
.contact-form .file .icon{
	height:40px;
	width:40px;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
	border-right:1px solid #fff;
}
.contact-form .file .icon a{
	background-color: #0080ff;
	display:block;
	height:40px;
	width:40px;
}
.contact-form .file .icon a:hover{
	background-color: #009;
}
.contact-form .file input[type="file"]{
	position:absolute;
	top:0;
	right:0;
	height:40px;
	z-index:1;
}

.contact-form .checkbox{
	margin:0 0 28px 170px;
}
.contact-form .checkbox input[type="checkbox"]{
	vertical-align:top;
	position:relative;
	top:1px;
}
.contact-form .checkbox a{
	color:#000;
	text-decoration:underline;
}
.contact-form .checkbox a:hover{
	text-decoration:none;
}
.contact-form .submit{
	text-align:center;
	margin-bottom:20px;
}
.contact-form .submit input[type="submit"]{
	background-color: #0080ff;
	border:none;
	color:#fff;
	cursor:pointer;    
	font-family: FrutigerLTPro-Light,Arial;
    font-size: 18px;
	height:40px;
	width:300px;
	text-align:center;
	font-size:24px;
	font-family: FrutigerLTPro-Light, Arial;
}
.contact-form .submit  input[type="submit"]:hover{
	background-color: #009;
}
.iContribute-form .checkbox{
	margin-left:170px!important;
}
}
/* end dekstop ------------------------------------------------- */

/* narrow ------------------------------------------------------ */ 
@media only screen and (min-width: 685px) and (max-width: 1004px) {
.contact-form .checkbox{
	text-align:left;
}
.contact-form textarea{
	height:136px;
	max-height:136px;
}
.contact-form .checkbox{
	margin-left:0;
}
.iContribute-form .checkbox{
	margin-left:0!important;
}
}
/* end narrow ------------------------------------------------- */
 
/* end contact-form
   ------------------------------------------------------------- */
   /* /////////////////////////////////////////////////////////////
   **************************************************************** */ 
   
/* ///////////////////////////////////////////////////////////////
   ***************************************************************
   iContribute-form
   ------------------------------------------------------------- */
   
/* dekstop ----------------------------------------------------- */ 
@media screen and (min-width: 685px) {
.for-mobile-ph{
	display:none
}
.iContribute-form{
	margin-bottom:150px;
}
.iContribute-form h3{
	border-top:3px solid #999;
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	max-width:620px;
}
.input-icontribute{
	float:left;
	width:300px;
	margin-right:20px;
	margin-bottom:15px;
}
.input-icontribute input[type="text"]{
	background-color:#eee;
	border:none;
	height:40px;
	padding:0 10px;
	margin-bottom:10px;
	width:280px;
	font-size:15px;
}
.will{
	color:#666;
	font-size:13px;
	padding-top:12px;
	margin-bottom:10px;
}
.input-icontribute textarea{
	background-color:#eee;
	border:none;
	height:120px;
	max-height:120px;
	padding:10px;
	margin-bottom:10px;
	width:280px;
	max-width:280px;
	font-size:15px;
}

.iContribute-form .file{
	background-color:#eee;
	height:40px;
	width:300px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
.iContribute-form .file .add{
	background-color:#eee;
	height:40px;
	width:239px;
	line-height:40px;
	overflow:hidden;
	padding:0 10px;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	color:#000;
	font-size:15px;
}
.iContribute-form .file .icon{
	height:40px;
	width:40px;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
	border-right:1px solid #fff;
}
.iContribute-form .file .icon a{
	background-color: #0080ff;
	display:block;
	height:40px;
	width:40px;
	border-left:1px solid #fff;
}
.iContribute-form .file .icon a:hover{
	background-color: #009;
}
.iContribute-form .file input[type="file"]{
	position:absolute;
	top:0;
	right:0;
	height:40px;
	z-index:1;
}
.file.position{
	position: relative;
	left:170px;
	margin-bottom:25px;
	background-color:#0080ff;
	color:#fff;
}
.iContribute-form .file.position .add{
	background-color:#0080ff;
	color:#fff;

}
.iContribute-form .checkbox{
	margin:0 0 28px 0;
}
.iContribute-form .checkbox input[type="checkbox"]{
	vertical-align:top;
	position:relative;
	top:1px;
}
.iContribute-form .checkbox a{
	color:#000;
	text-decoration:underline;
}
.iContribute-form .checkbox a:hover{
	text-decoration:none;
}
.iContribute-form .submit{
	text-align:center;
	margin-bottom:20px;
}
.iContribute-form .submit input[type="submit"]{
	background-color: #0080ff;
	border:none;
	color:#fff;
	cursor:pointer;    
	font-family: FrutigerLTPro-Light,Arial;
    font-size: 18px;
	height:40px;
	width:300px;
	text-align:center;
	font-size:24px;
	font-family: FrutigerLTPro-Light, Arial;
}
.iContribute-form .submit input[type="submit"]:hover{
	background-color: #009;
}



/* SELECT ------------------------------------------ */
.icontribute-select{
	width:300px;  
	height:40px;
	overflow:hidden;
	margin-bottom:10px;
	background:#eee url(http://media.jrn.com/designimages/icon-11.png) no-repeat 100% 0;
}
.icontribute-select select {
	background: none;
    border: 0 none;
	display: inline-block;
	width:315px;
	height:40px;
	line-height:40px;
	margin-left:5px;
	cursor:pointer;
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:15px;
	-webkit-appearance:none;
}
.mac-os .icontribute-select select {
	margin-left:10px;
}
.icontribute-select select option {
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:15px;
	line-height:21px;
}
/* Target all Firefox */
@-moz-document url-prefix() { 
	.icontribute-select select {
		padding-top:12px;
		overflow:hidden;
	} 
}
.icontribute-select select.srReplacedSelect {
	width: 1px;
	position: absolute;
	left: -999em;
}
.icontribute-select ul.srList {
	list-style:none;
	padding:0;
	margin:0;
	width:300px;	
}
.icontribute-select ul.srList li {
	display:none;
	background-color:#eee;
	color:#000;    
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 14px;
	padding:13px 0 1px 10px;
	width:290px;
	min-height:26px;
	cursor:pointer;
}
.icontribute-select ul.srList li:first-child { 
}
.icontribute-select ul.srList li:last-child {
}
.icontribute-select ul.srExpanded li.srHoverLi {
	background-color: #0080ff;
	color:#000;
}
.icontribute-select ul.srBlur li.srSelectedLi {
	display:block;
	color:#000;
	background: #eee url(http://media.jrn.com/designimages/icon-11.png) no-repeat 260px 0;
}
.icontribute-select ul.srFocus li.srSelectedLi{
	display:block;
	background: #eee url(http://media.jrn.com/designimages/icon-11.png) no-repeat 260px 0;
} 
.alert-select ul.srHoverUl li.srSelectedLi {
	display:block;
	background: #eee url(http://media.jrn.com/designimages/icon-11.png) no-repeat 260px 0;
}
.icontribute-select ul.srExpanded li.srSelectedLi { 
	display:block;
	background:none;
	background-color:#eee;
	color:#000;
}
.icontribute-select ul.srExpanded li.srSelectedLi:hover {
	background-color:#d6d6d6;
	color:#000;
	cursor:default;
}
.icontribute-select ul.srExpanded {
	position:absolute;
	z-index:1000;
}
.icontribute-select ul.srExpanded li {
	display:block;
}
/* END SELECT ------------------------------------------ */


}
/* end dekstop ------------------------------------------------- */

/* narrow ------------------------------------------------------ */ 
@media only screen and (min-width: 685px) and (max-width: 1004px) {
.input-icontribute.narrow{
	margin-bottom:0;
}
.input-icontribute.will{
	padding-top:0;
	margin-bottom:20px;
}
.file.position{
	left:0;
}
}
/* end narrow ------------------------------------------------- */

.templateBlock{display:none}
/* end iContribute-form
   ------------------------------------------------------------- */
   /* /////////////////////////////////////////////////////////////
   **************************************************************** */ 
   
/* ///////////////////////////////////////////////////////////////
   ***************************************************************
   Search Results
   ------------------------------------------------------------- */

@media screen and (min-width: 1005px) {
body.search-result .container-ivote{
	position:relative;
}
body.search-result .container-ivote .left-col{
	padding-top:13px;
}
.filters-mobile{
	display:none;
}
.search-results-title{
    background: #222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
    color: #fff;
    min-height: 60px;
}
.search-results-title h3{
	color:#fff;
	font-size:18px;
    line-height: 42px;
    margin: 0 0 0 25px;
}

.left-filtrs{
	float:left;
	width:140px;
	margin-right:20px;
}
.filtrs-blocks{
	border-top:3px solid #ccc;
	padding-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.filtrs-blocks a{
	display:block;
	color:#000;
	margin-bottom:10px;
	font-family: FrutigerLTPro-Bold, Arial;
}
.filtrs-blocks a font{
	color:#444;
	padding-left:3px;
	font-family: FrutigerLTPro-Roman, Arial;
}

.center-results{
	float:left;
	width:460px;
	overflow:hidden;
}
.search-center{
	background-color:#eaeaea;
	width:460px;
	height:40px;
	margin-bottom:18px;
}
.search-center input[type="text"]{
	background:none;
	border:none;
	padding:0 10px;
	line-height:40px;
	height:40px;
	width:398px;
	margin:0;
	color:#666;
	font-size:18px;
	float:left;
}
.search-center input[type="button"]{
	float:right;
	border:0;
	background:#0080ff url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
	width:40px;
	height:40px;
}
.search-center input[type="button"]:hover{
	background:#009 url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
	cursor:pointer;
}
.sub-text-search{
	font-size:13px;
	line-height:18px;
	margin-bottom:18px;
}

.list-search{
	width:460px;
	margin-bottom:33px;
}
.bottom-list{
	margin-top:20px;
	margin-bottom:80px;
}
.list-search a{
	background-color:#eaeaea;
	color:#000;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:30px;
	height:30px;
	border-right:1px solid #fff;
}
.list-search a:hover{
	background-color:#222;
	color:#fff;
}
.list-search a.active{
	background-color:#222;
	cursor:default;
	color:#fff;
}

.result-block{
	margin-bottom:30px;
}
.result-block h2{
	font-size:24px;
	line-height:27px;
	margin-bottom:5px;
	color:#000;
}
.result-block h2 a{
	font-size:24px;
	line-height:27px;
	color:#000;
}
.result-block h2 a:hover{
	color:#009;
}
.field-separator{
	font-size:13px;
	line-height:18px;
	color:#666;
	margin-bottom:10px;
}
.field-text{
	font-size:13px;
	line-height:18px;
	color:#333;
	margin-bottom:10px;
}
.field-results-link a{
	line-height:18px;
}

.autor-menu{
	border-top:3px solid #ccc;
	padding-top:10px;
	margin-bottom:30px;
	position:absolute;
	top:18px;
	right:15px;
	width:300px;
}
.autor-menu a {
    border-right: none;
    display: block;
    float: none;
	clear:both;
    margin: 0 0 10px 0;
    padding: 0;
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
}

}

@media only screen and (min-width: 685px) and (max-width: 1004px) {
body.search-result .sidebar-block,
.search-results-title,
.filters-mobile{
	display:none;
}

body.search-result #content{ 
	background: url(http://media.jrn.com/designimages/bg_idcontent3.png) repeat-y 0 0;
}
body.search-result .container-ivote{ 
	background: url(http://media.jrn.com/designimages/bg_left-result.png) no-repeat 0 0;
}
.search-result .left-col{
	width:685px;
}
.search-result .left-col .shadow-block{
	padding: 22px 15px 15px 15px!important;
	width:655px!important;
	margin-top:20px;
}

.search-results-title{
    background: #222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
    color: #fff;
    min-height: 60px;
}
.search-results-title h3{
	color:#fff;
	font-size:18px;
    line-height: 42px;
    margin: 0 0 0 25px;
}

.left-filtrs{
	float:left;
	width:140px;
	margin-right:35px;
}
.filtrs-blocks{
	border-top:3px solid #ccc;
	padding-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.filtrs-blocks a{
	display:block;
	color:#000;
	margin-bottom:10px;
	font-family: FrutigerLTPro-Bold, Arial;
}
.filtrs-blocks a font{
	color:#444;
	padding-left:3px;
	font-family: FrutigerLTPro-Roman, Arial;
}

.center-results{
	float:left;
	width:460px;
	overflow:hidden;
	margin-top:19px;
}
.search-center{
	background-color:#eaeaea;
	width:460px;
	height:40px;
	margin-bottom:18px;
}
.search-center input[type="text"]{
	background:none;
	border:none;
	padding:0 10px;
	line-height:40px;
	height:40px;
	width:398px;
	margin:0;
	color:#666;
	font-size:18px;
	float:left;
}
.search-center input[type="button"]{
	float:right;
	border:0;
	background:#0080ff url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
	width:40px;
	height:40px;
}
.search-center input[type="button"]:hover{
	background:#009 url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
	cursor:pointer;
}
.sub-text-search{
	font-size:13px;
	line-height:18px;
	margin-bottom:18px;
}

.list-search{
	width:460px;
	margin-bottom:33px;
}
.bottom-list{
	margin-top:20px;
	margin-bottom:80px;
}
.list-search a{
	background-color:#eaeaea;
	color:#000;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:30px;
	height:30px;
	border-right:1px solid #fff;
}
.list-search a:hover{
	background-color:#222;
	color:#fff;
}
.list-search a.active{
	background-color:#222;
	cursor:default;
	color:#fff;
}

.result-block{
	margin-bottom:30px;
}
.result-block h2{
	font-size:24px;
	line-height:27px;
	margin-bottom:5px;
	color:#000;
}
.result-block h2 a{
	font-size:24px;
	line-height:27px;
	color:#000;
}
.result-block h2 a:hover{
	color:#009;
}
.field-separator{
	font-size:13px;
	line-height:18px;
	color:#666;
	margin-bottom:10px;
}
.field-text{
	font-size:13px;
	line-height:18px;
	color:#333;
	margin-bottom:10px;
}
.field-results-link a{
	line-height:18px;
}

.autor-menu a {
    border-right: none;
    display: block;
    float: none;
	clear:both;
    margin: 0 0 10px 0;
    padding: 0;
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
}
}

/* ----------------------------------------------------------------
	end Search Results
   /* /////////////////////////////////////////////////////////////
   **************************************************************** */ 
   
@media screen and (min-width: 685px) {
.swipe-next-article,
.swipe-prew-article,
.milwaukee-mobile{
	display:none!important
}   
   
/* journal-block ---------------------- */   
.journal-block{}
.journal-block .close-open{
	float:right;
}
.journal-block .close-open a{
	color:#666;
	font-size:13px;
	position:relative;
	top:6px;
}
.journal-block .close-open a:hover{
	color:#000;
}
.journal-block .close-open a img{
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.unit-opened{
	margin-top:17px;
	overflow:hidden;
}
.unit-opened a{
	display:block;
	text-align:center;
	color:#000;
	font-size:13px;
	border-top:1px solid #ccc;
	min-height:40px;
	line-height:40px;
}
.journal-block .copyright{
	border-top:1px solid #ccc;
	text-align:center;
	color:#666;
	font-size:13px;
	line-height:40px;
	height:40px;
}
/* end journal-block ---------------------- */    
}

/* page story-contributor ----------------- */
.section-contributors .sub-nav h1 {
    margin-top: 15px;
}
.section-contributors-gallery .black222-background{ 
	background-image:none; 
	background-color:#222;
}
.section-contributors-gallery .gallery-block{
	border-bottom:none;
}
.photoauthor{
	text-align:center;
	margin-bottom:10px;
}
.photoauthor img{
	border-radius:70px;
	-moz-border-radius:70px;
	-webkit-border-radius:70px;
}
.section-contributors-gallery .content-box p{
	color:#444;
}
/* end page story-contributor ------------- */ 


@media only screen and (min-width: 685px) and (max-width: 1004px) {
/* content author
------------------------------------- */
.design-author-block{}
.author-block-new{
	border-top: 1px dotted #cecece;
	padding-top:19px;
	margin-bottom:6px;
	width:100%;
	float:left;
}
.design-author-block .author-block-new:last-child{
	margin-bottom:16px;
}
.row-new-1{
	overflow:hidden;
}
.row-new-1 span{
	display:block;
	width:50px;
	height:50px;
	float:left;
}
.row-new-1 span img{
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.author-header-new{
	margin-top:3px;
	margin-left:62px;
	min-height:50px;
}
.author-header-new h4{
	color:#666!important;
	font-size:18px;
	float:left;
	margin:5px 24px 22px 0;
	font-family: FrutigerLTPro-Light, Arial;
	float:left;
}
.author-header-new a{
	margin-right:18px;
	margin-top:1px;
	margin-bottom:22px;
	display:block;
	float:left;
}
.row-new-2{
	margin-left:62px;
	margin-top:-14px;
}
.about-author-new{
	color:#222;
	line-height:18px;
	font-size:13px;
	margin-bottom:14px;
}
.link-author-block{
	margin-top:7px;
}
.link-author-block .gallery-button{
	background-color:#eaeaea;
	margin-bottom:20px;
}
/* end content author
------------------------------------- */
} 
   

/* page desktop-newschannel5 -------- */
/* NewsChannel 5+ news-container */
.news-container{
	margin-left:-20px;
}
.news-block{
	display:block;
	float:left;
	height:127px;
	margin:0 0 0 20px;
	overflow:hidden;
	width:140px;
}
.news-block span{
	display:block;
	margin-bottom:8px;
	width:140px;
	height:74px;
	overflow:hidden;
}
.news-block span img{
	max-height:74px;
	max-width:140px;
}
.news-block	a{
	color:#000;
	font-family: 'FrutigerLTPro-BoldCn', Arial;
}
@media only screen and (min-width: 685px) and (max-width: 1004px) {
#simple-menu a span{
	display:none;
}
}
@media only screen and (min-width: 1px) and (max-width: 684px) {
.news-container.top-block-news{
	margin-top:50px;
}
.news-container{
	margin-left:-10px;
}
}
/* end NewsChannel 5+ news-container */ 
/* end page desktop-newschannel5 -------- */ 

/* modified-sponsored ------------------------------------------ */
/*   
.modified{
	height:250px;
	overflow:hidden;
	width:300px;
	position:relative;
}
.modified ul{
	position:absolute;
	z-index:7;
}
.modified-sponsored-play{
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	z-index:6;
	left:50%;
	top:0;
	margin-top:35px;
	margin-left:-40px;
	z-index:4;
}
.bg-modified-sponsored{
	position:absolute;
	top:0;
	width:300px;
	height:250px;
	z-index:3;
background: -moz-linear-gradient(top,  rgba(234,234,234,0) 15%, rgba(234,234,234,1) 65%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,0)), color-stop(60%,rgba(234,234,234,1)));
background: -webkit-linear-gradient(top,  rgba(234,234,234,0) 15%,rgba(234,234,234,1) 65%);
background: -o-linear-gradient(top,  rgba(234,234,234,0) 15%,rgba(234,234,234,1) 65%);
background: -ms-linear-gradient(top,  rgba(234,234,234,0) 15%,rgba(234,234,234,1) 65%);
background: linear-gradient(to bottom,  rgba(234,234,234,0) 15%,rgba(234,234,234,1) 65%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=0 );
}
.modified .content-box{
	position:absolute;
	bottom:0;
	z-index:4;
}
.modified .content-box h3{
	margin-bottom:5px!important;
}
@media only screen and (min-width: 1px) and (max-width: 684px) {
.modified, 
.bg-modified-sponsored{
	width:100%;
}
.modified-sponsored-content img{
	max-width:100%;
	width:100%;
} 
}
*/
/* end modified-sponsored ------------------------------------------ */


/* 12.08.014 */
/* search-the-morning page ---------------- */
.content-nestedblock1 .select-element ul.srList{
	display:none;
}
@media only screen and (min-width: 685px){
/*body.morning-blend-page{
	background-color:#ff7c00;
	background-image:url(http://media.jrn.com/designimages/bg-body-morning-blend-page.jpg);
}*/
.display-none-1,
body.morning-blend-page.no-top-banner .additional-logo{
	display:none;
}
.menu-mobile-morning,
.morning-blend-page .additional-logo.mobile{
	display:none;
}
.search-morning{
	margin-bottom:20px;
	width:100%;
	float:left;
}
.morning-calendar, 
.morning-select,
.morning-input-text{
	float:left;
	width:200px;
	height:30px;
}
.morning-calendar, 
.morning-select{
	margin:0 10px 0 0;
}
.accordion-mobile{
	display:none;
}

.field-coll{
	width:300px;
	float:left;
}
.content-box-1 .field-coll:first-child{
	margin-right:20px;
}
.field-coll.border-top{
	border-top:3px solid #999;
	padding:14px 0 30px 0;
}
.field-coll h2{
	margin-bottom:20px;
}
.field-coll h2 a{
	float:right;
}
.field-coll.border-top p{
	color:#333;
	font-size:14px;
	line-height:18px;
}
.field-coll.border-top p strong{
	font-weight:normal;
	font-family: FrutigerLTPro-Bold, Arial;
}
.field-coll-social a{
	display:block;
}

.box-articles-sponsor{
	border-top:3px solid #999;
	padding:14px 0 20px 0;
}

.column-2{
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.column-2 a{
	display:block;
}

}

.search-morning h3{
	font-size:18px;
	font-family: FrutigerLTPro-Light, Arial;
}

.sponsored-link{
	float:right;
	margin:7px 0 0 0;
}

.body .sponsored-link{
	float:none;
	margin-bottom:8px;
}
.sponsored-link a{
	color:#999;
	font-size:11px;
}
.body .sponsored-link a{
	font-size:14px;
}
.sponsored-link a font{
	background-color:#aaa;
	color:#fff;
	font-size:12px;
	line-height:18px;
	padding:0 4px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	font-weight:bold;
}
.body .sponsored-link a font{
	position:relative;
	top:-1px;
}

.morning-calendar{
	background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2.png) no-repeat 180px 13px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height:30px;
	width:200px;
	color:#c30;
	font-family: FrutigerLTPro-Bold, Arial;
	float:left;
}
.morning-calendar input[type="text"]{
	background:none;
	border:none;
	height:30px;
	width:190px;
	color:#c30;
	font-family: FrutigerLTPro-Bold, Arial;
	padding:0 0 0 10px;
	cursor:pointer!important;
}
.morning-calender input[type="submit"]{
	background: url(http://media.jrn.com/designimages/lupa.png) no-repeat 2px 1px;
	background-size: 25px auto;
	float:right;
	width:30px;
	height:31px;
	border:none;
	cursor:pointer;
}
.ui-datepicker{
	margin-top:4px;
	z-index:777!important;
}

.morning-select{
	margin:0 10px 0 0;
}
.morning-select .select-element{
	height:30px;
	width:200px;
}
.morning-select select.srReplacedSelect{
	width: 1px;
	position: absolute;
	left: -999em;
}
.morning-select ul.srList,
.morning-select ul.srExpanded{
	list-style:none;
	padding:0;
	margin:0;
	width:200px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
}
.morning-select ul.srCollapsed{
	height:30px;
	overflow:hidden;
}
.morning-select ul.srList li{
	display:none;
	color:#c30;    
	font-family: FrutigerLTPro-Bold, Arial;
	line-height:18px;
	cursor:pointer;   
	padding: 7px 20px 8px 10px;
    width: 170px;
}
@media only screen and (min-width: 1005px){
.morning-select ul.srList,
.morning-select ul.srExpanded{
    width:200px;
}
.morning-select ul.srList li{
    width: 170px;
}
}
.morning-select ul.srCollapsed li.srSelectedLi{
 	text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
}
.morning-select  ul.srBlur li.srSelectedLi{
	display:block;
}
.morning-select ul.srFocus li.srSelectedLi, 
.morning-select ul.srHoverUl li.srSelectedLi{
	display:block;
}
.morning-select ul.srExpanded li.srSelectedLi{ 
	display:block;
	background:none;
}
.morning-select ul.srExpanded{
	position:absolute;
	z-index:1000;
	border:1px solid #e4e4e4;
	-webkit-box-shadow: 1px 1px 4px #888;
	-moz-box-shadow: 1px 1px 4px #888;
	box-shadow: 1px 1px 4px #888;
	background-color:#fff;    
}
.morning-select ul.srExpanded li{
	display:block;
}
.morning-select .left-elements .select-element ul.srList li{   
	padding: 8px 10px 7px 10px;
    width: 180px;
}
.morning-select ul.srBlur li.srSelectedLi{
    display: block;
}
.morning-select ul.srExpanded li.srSelectedLi,
.morning-select ul.srExpanded li.srSelectedLi:hover{
	background-image:none!important;
}

.morning-input-text{
	background-color:#e4e4e4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
	height:30px;
}
.morning-input-text input[type="text"]{
	background:none;
	border:none;
	color:#c30;
	font-family: FrutigerLTPro-Bold, Arial;
	height:30px;
	float:left;
	margin:0 5px 0 10px;
	width:153px;
}
.morning-input-text input[type="submit"]{
	background: url(http://media.jrn.com/designimages/lupa.png) no-repeat 2px 1px;
	background-size: 25px auto;
	float:right;
	width:30px;
	height:31px;
	border:none;
	cursor:pointer;
}



.header-accordion-sidebar{
	background:url(http://media.jrn.com/designimages/calendar-accordion.png) no-repeat 0 0;
	width:300px;
	height:91px;
	margin:0 0 3px 0;
}
.header-accordion-sidebar h3{
	color:#fff;
	font-size:18px;
	font-family: FrutigerLTPro-Light, Arial;
	padding:55px 0 0 10px;
}

.accordion-callendar-repeat{
	margin-bottom:3px;
}

.accordion-callendar-title{
	background:#600;
	height:36px;
	cursor:pointer;
	margin-top:
}

.accordion-callendar-title h5{
	display:block;
	cursor: pointer;
	height:36px;
	line-height:36px;
	color:#fff;
	font-size:14px;
	font-family: FrutigerLTPro-Bold, Arial;
	margin:0;
	padding:0 0 0 10px;
	float:left;
	width:250px;	
}
.accordion-callendar-title span{
	background:url(http://media.jrn.com/designimages/accordion-arrow.png) no-repeat 0 -19px;
	display:block;
	width:19px;
	height:19px;
	float:right;
	margin:9px 10px 0 0;
}
.accordion-callendar-repeat.active .accordion-callendar-title span{
	background:url(http://media.jrn.com/designimages/accordion-arrow.png) no-repeat 0 0;
}
.accordion-callendar-block{
	border-bottom:3px solid #600;
	border-left:3px solid #600;
	border-right:3px solid #600;
	display:none;
}
.accordion-callendar-repeat.active .accordion-callendar-block{
	display:block;
}
.accordion-callendar-content{
	background:#fff url(http://media.jrn.com/designimages/icon-i.png) no-repeat 268px 11px;
	padding:10px 30px 10px 10px;
}
.accordion-callendar-content:nth-child(even){
	background:#e4e4e4 url(http://media.jrn.com/designimages/icon-i.png) no-repeat 268px 11px;
}

.accordion-callendar-block h3{
	font-family: FrutigerLTPro-Bold, Arial;
	margin-bottom:2px;
	line-height:21px;
	color:#000;
}
.accordion-callendar-block h3 a{
	font-family: FrutigerLTPro-Bold, Arial;
	margin-bottom:0;
	color:#000;
	line-height:21px;
}
.accordion-callendar-block p{
	margin:0;
}

@media only screen and (min-width: 685px) and (max-width: 1004px) {
.morning-blend-page #content{
	background:none;
}
.search-morning{
	float:none;
}
.morning-calendar, 
.morning-select,
.morning-input-text{
	float:none;
	width:300px;
	height:30px;
}
.morning-calendar, 
.morning-select{
	margin:0 0 10px 0;
}

.morning-calendar{
	background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2.png) no-repeat 280px 13px;
	width:300px;
}
.morning-calendar input{
	width:290px;
	cursor:pointer!important;
}
.morning-select .select-element{
	width:200px;
}
.morning-select select.srReplacedSelect {
	width: 1px;
	position: absolute;
	left: -999em;
}
.morning-select ul.srList,
.morning-select ul.srExpanded {
	width:300px;
}
.morning-select ul.srList li {
    width: 270px;
}
.morning-select .left-elements .select-element ul.srList li {   
    width: 280px;
}
.morning-input-text input[type="text"]{
	width:253px;
}
.field-coll.header{
	display:none;
}
.field-coll{
	float:none;
}
.field-coll h2{
	overflow:hidden;
}
.field-coll h2 a{
	float:left;
}
.column-2{
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
}
.field-coll-social a{
	display:block;
	font-family: FrutigerLTPro-Bold, Arial;
}
.field-coll-social a img{
	margin-right:7px;
}
/* end search-the-morning page ------------ */ 
/* end 12.08.014 */

.shadow-block h2 a.clear-button{
    font-family: FrutigerLTPro-Bold, Arial;
    display:block;
    background-color:#c30;
    color:#fff;
    float:right;
    height:30px;
    line-height:30px;
    padding:0 10px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    font-size:14px;
    text-decoration:none;
    margin:8px 20px 0 0;
}
.shadow-block h2 a.clear-button:hover{
    color:#fff;
    background-color:#600;
}
@media only screen and (min-width: 685px) and (max-width: 1004px) {
.shadow-block h2 a.clear-button{
    margin-right:0;
}
body.morning-blend-page .shadow-block h2{
    letter-spacing:-1px;
}
}

/* .box-popup
------------------------------------------ */
.box-popup{
	background-color:#fff;
	width:720px;
	height:540px;
	position:relative;
}
.box-popup-container{
	width:620px;
	margin-left:50px;
}
.box-popup-top{
	border-bottom:3px solid #ccc;
	height:80px;
}
.top-text{
	color:#222;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:18px;
	padding-top:30px;
}
.top-text span{
	color:#666;
	font-family: 'FrutigerLTPro-Light' Arial;
}

.box-popup-header{
	color:#000;
	font-family: 'FrutigerLTPro-Light' Arial;
	font-size:36px;
	padding-top:30px;
	margin-bottom:15px;
}
.box-popup-sub-header{
	color:#000;
	font-family: 'FrutigerLTPro-Roman' Arial;
	font-size:13px;
	margin-bottom:20px;
}
.box-popup-content{
	color:#000;
	font-family: 'FrutigerLTPro-Roman' Arial;
	font-size:15px;
	line-height:21px;
	margin-left:40px;
	padding-bottom:12px;
}
.box-popup-content p,
.overlay-layer p{
	margin: 0 0 16px 0;
	line-height:21px;
	font-size:15px;
	font-family: 'FrutigerLTPro-Roman' Arial;
}
.box-popup-footer{
	border-top:1px solid #ccc;
	color:#000;
	font-family: 'FrutigerLTPro-Roman' Arial;
	font-size:13px;
	padding-top:27px;
}

.layer-2p{
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	background: rgba(0, 0, 0, 0.3);
	width:720px;
	height:540px;
	position:absolute;
	left:0;
	top:0;
}
.overlay-layer{
	background-color:#fff!important;
	height:150px;
	width:300px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5));
	box-shadow: 0 0px 10px rgba(0,0,0,.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	margin:190px 0 0 212px;
	position:relative;
}
.overlay-padding{
	padding:25px 30px 0 30px;
}
.overlay-layer p{
	margin-bottom:12px;
}
button.overlay-cancel{
	background-color:#eaeaea;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#000;
	font-family: 'FrutigerLTPro-Roman' Arial;
	font-size:13px;
	line-height:40px;
	height:40px;
	width:100px;
	text-align:center;
	margin:0 5px;
}
button.overlay-cancel:hover{
	background-color:#666;
	color:#fff;
	cursor:pointer;
}
button.overlay-print{
	background-color:#222;
	color:#fff;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'FrutigerLTPro-Roman' Arial;
	font-size:13px;
	line-height:40px;
	height:40px;
	width:100px;
	text-align:center;
	margin:0 5px;
}
button.overlay-print:hover{
	background-color:#666;
	cursor:pointer;
}
button.overlay-print i{
    font-size:20px;
    margin-right:8px;
    position:relative;
    top:2px
}
/* end .box-popup
------------------------------------------ */ 
/* main style for awesome
   -----------------------------
   ****************************** */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#simple-menu a{
	color:#b3d9ff!important;
	font-size:28px;
	margin:5px 7px 0 7px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
#simple-menu a:before {
  content: "\f0c9"; 
}
#simple-menu a img{
	display:none;
}
#simple-menu a span {
	font-family: FrutigerLTPro-Roman, Arial;
    top: -4px!important;
	left:10px;
	font-size:15px;
	color:#fff;
}
#right-menu a{
	color:#b3d9ff;
	font-size:28px;
	margin:5px 0 0 0;
	width:31px!important;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
}
#right-menu a:before {
  content: "\f007"; 
}
#right-menu a img{
	display:none;
}

nav ul li.sub-navigation a {
    background:none;
	position:relative;
}
nav ul li.sub-navigation a:before {
  content: "\f107";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#fff;
	position:absolute;
	bottom:-1px;
	left:50%;
	z-index:2;
	margin-left:-6px;
	font-size:18px;
}

nav ul li.sub-navigation .popup-content a:before {
    content: "";
    font-family: FrutigerLTPro-Light,Arial;
}

.header-weather-block font{
	float:right;
}
.header-weather-block font.tr-font{
	margin:0 0 0 6px;
	color:#fff;
	position:relative;
	top:2px;
}
.header-weather-block font.tr-font:before {
    content: "\f0d7";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}

.page-elements .video-element a{
	background-image:none!important;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
}
.page-elements .video-element a:hover{
	background-image:none!important;
	background-color:rgba(0,0,0,0.75);
	color:#a5a5a5;
}
.page-elements .video-element a.prev-video:before{
	content: "\f104";
	font-size:47px;
	line-height:50px;
	padding-left:14px;
}
.page-elements .video-element a.next-video:before{
	content: "\f105";
	font-size:47px;
	line-height:50px;
	padding-left:18px;
}

.page-elements .video-element a.play-video:before{
	content: "\f04b";
	font-size:24px;
	line-height:50px;
	padding-left:17px;
}
.page-elements .video-element a.pause-video {
    display: block;
    height: 50px;
    position: absolute;    
	left: 211px;
    top: 104px;
    text-decoration: none;
    width: 50px;
    z-index: 2;
}
.page-elements .video-element a.pause-video:before{
  	content: "\f04c";
	font-size:20px;
	line-height:50px;
	padding-left:15px;
}

.page-elements .bx-pager a{
	background-image:none!important;
	text-indent:0;
	padding:0 2px;
	overflow:visible;
	font-size:10px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	color:#06f;
}
.page-elements .bx-pager a:before {
  content: "\f111";
}
.page-elements .bx-pager a:hover{
	color:#009;
}

.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:active,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:active,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background:none;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:normal;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:before{
	content: "\f105";
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:before{
	content: "\f104";
}
@media only screen and (min-width: 1005px) {
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
	top:130px;
	width:auto;
	height:auto;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
	font-size:80px;
}

.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal{ 
	color:#06f;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover{ 
	color:#009;
}

.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal{ 
	color:#06f;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover{ 
	color:#009;
}

.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover{ 
	color:#999;
}
}
@media only screen and (max-width: 1004px) {
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
	width:25px;
	height:50px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
	font-size:26px;
	line-height:50px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal{
	background-color:#06f;
}.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover{
	background-color:#009;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover{
	background-color:#999;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-top-left-radius:25px;
	-moz-border-bottom-left-radius:25px;
	-moz-border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	border-top-left-radius:25px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
	-webkit-border-bottom-right-radius:25px;
	-webkit-border-top-right-radius:25px;
	-moz-border-bottom-right-radius:25px;
	-moz-border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	border-top-right-radius:25px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover{ 
	color:#fff;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:before{
	padding-left:5px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:before{
	padding-right:5px;
}
}
@media only screen and (max-width: 684px) {
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:before{
	padding-left:10px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:before{
	padding-right:0;
	padding-left:5px;
}
}

.radar-maps .grid_4 a strong, 
.radar-maps .grid_2 a strong{
	background-image:none!important;
	background-color:#06f;
	color:#fff;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:40px;
	font-size:18px;
}
.radar-maps .grid_4:hover a strong, 
.radar-maps .grid_2:hover a strong{
	background-color:#009;
}
.radar-maps .grid_4 a strong:before,
.radar-maps .grid_2 a strong:before {
  content: "\f08e";
  position:relative;
  left:1px;
}

.weather-desktop .footer-transition img{
	display:none;
}
.weather-desktop .footer-transition span{
	padding-left:10px;
	top:-7px;
}
.footer-transition{
	margin-left:10px;
}

.footer-transition:before {
    content: "\f13a";
	font-size:40px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;    
	position: relative;
    top: 1px;
}
.footer-transition.up:before {
  content: "\f139";
}

.social-radar .next a{
	line-height:18px;
}

.social-radar .next a img{
	display:none;
}
.social-radar .next a:before{
    content: "\f138";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:40px;
	margin-right:6px;
	position:relative;
	top:9px;
}

.html-weather-radar .div-jcarousel-backtowather a{
	padding-top:24px;
	height:83px;
}
.html-weather-radar .div-jcarousel-backtowather a span:first-child{
	margin-bottom:20px;
	margin-top:1px;
}
.html-weather-radar .div-jcarousel-backtowather a span img{
	display:none;
}
.html-weather-radar .div-jcarousel-backtowather a span:first-child:before{
    content: "\f104";
	color:#fff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	background-color:#06f;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:33px;
	display:inline-block;
	width:31px;
	height:34px;
	padding-right:3px;
}

.more-maps-link img{
	display:none;
}
.more-maps-link a{	
	color:#fff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	background-color:#06f;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:33px;
	display:inline-block;
	width:34px;
	height:34px;
	text-align:center;
}
.more-maps-link a:hover{	
	color:#fff;
	background-color:#009;
}
.more-maps-link a:first-child:before{
	content: "\f104";
}
.more-maps-link a:last-child:before{
	content: "\f105";
}

.html-weather-radar .jcarousel-skin-tango .jcarousel-prev-horizontal,
.html-weather-radar .jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.html-weather-radar .jcarousel-skin-tango .jcarousel-next-horizontal,
.html-weather-radar .jcarousel-skin-tango .jcarousel-next-horizontal:hover{
	background-image:none;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:33px;
	color:#fff;
	line-height:114px;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-prev-horizontal:before{
	content: "\f104";
	padding-left:5px;
}
.html-weather-radar .jcarousel-skin-tango .jcarousel-next-horizontal:before{
	content: "\f105";
	padding-left:4px;
}

@media only screen and (max-width: 684px) {
.html-weather-radar .next-post-article h3 a{
	position:relative;
	top:-2px;
}
.html-weather-radar .next-post-article h3 a img{
	display:none;
}
.html-weather-radar .next-post-article h3 a:before{
	content: "\f104";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;   
	font-size: 23px;
    position: relative;
    top: 1px;
	margin-right:5px;
}
.html-weather-radar .next-post-article .next-post{
	background-image:none!important;
	padding-right:0!important;
    position: relative;
    top: 1px;
}
.html-weather-radar .next-post-article .next-post:before{
	content: "\f107";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;   
	font-size: 23px;
	float:right;
    position: relative;
    top: 1px;
	margin-left:7px;
}

a.wi, 
a.wi:hover{
	background-image:none!important;
}
a.wi:before{
	content: "\f107";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;   
	font-size: 23px;
	margin-left:0;
	float:left;
	display:inline-block;
}
a.wi span{
	position:relative;
	top:-1px;
}

.drop-1 img{
	display:none;
}
.drop-1:before {
  content: "\f041";
	color:#666;
	font-size:36px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
	top:-5px;  
}
}

.more-weather-radar a span{
    background: none;
}
.more-weather-radar a span:before {
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#fff;
}
a.closings span:before {
  	content: "\f023";
	font-size:49px;
}
a.extended-forecast span:before {
  	content: "\f073";
	font-size:39px;
}
a.hourly-forecast span:before {
  	content: "\f017";
	font-size:46px;
}
a.current-conditions span:before {
  	content: "\f0c2";
	font-size:46px;
}
a.outlook span:before {
  	content: "\f03d";
	font-size:46px;
}

.html-weather-radar .no-top-banner .sub-nav h1 a span{
	background:none;
	border:1px solid #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width:21px;
	height:21px;
	position:relative;
	top:-1px;
}
.html-weather-radar .no-top-banner .sub-nav h1 a span:before{
	content: "\f100";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
	left:6px;
	top:4px;
	color:#fff;
}

.journal-block .close-open a img{
	display:none;
}
/*.journal-block .close-open a:before{
	content: "\f107";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
	float:right;
	color:#fff;
	background-color:#222;
	display:inline-block;
	width:12px;
	height:14px;
	overflow:hidden;
	position:relative;
	top:6px;
	font-size:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left:2px;
}*/
.journal-block .up a:before{
	content: "\f106";
}

.sidebar-block .more-tmj4 img{
	display:none;
}

/* 
	end main style for awesome
   ******************************
	----------------------------- */ 
/* section-name-page
------------------------------------------ */
body.section-name-page .container-ivote{
            background:none;
            background-color:#eaeaea;
}
.section-name-bottom{
            background:url(../designimages/bg01-1.png) no-repeat 50% 0;
            height:20px;    
}
body.section-name-page .radar-block-header{
            margin-top:0;
}
body.section-name-page .section-name-content{
            padding-bottom:50px;
}
 
body.section-name-page .journal-block{
            width:300px;
            margin:0 auto;
}
@media only screen and (min-width: 685px) and (max-width: 1004px) {
body.section-name-page .top-big-radar{
            background:url(../designimages/bg01-2top.png) no-repeat 50% 100%;
}
body.section-name-page .section-name-bottom{
            background:url(../designimages/bg01-2.png) no-repeat 50% 0;       
}
}
 
@media only screen and (min-width: 1px) and (max-width: 684px) {
body.section-name-page .container-ivote{
            background-color:#fff;
            margin:0 10px;
}
body.section-name-page .journal-block,
body.section-name-page .top-big-radar,
body.section-name-page .section-name-bottom{
            display:none;
}
body.section-name-page .top-big-radar,
body.section-name-page .radar-block-header-mobile h2{
            font-size:18px;
            line-height:normal;
}
body.section-name-page .section-name-content{
            padding-bottom:40px;
}
}
/* end section-name-page
------------------------------------------ */

/*===========================================================*/
/* BEGIN - jbg.global.style-mobile.css - Template Version: 32 */
/*===========================================================*/
@media only screen and (min-width: 1px) and (max-width: 684px) {
	
body{
	min-width:300px;
	font-size:15px;
}
.top-header,  
.navigation-search-block,
.additional-logo,
.main-left-top .links,
.sub-news-links,
.mobile-link-navigation,
.newsitems-jcarousel,
.mobile-top-header,
.mobile-top-header .top-logo,
.sub-nav .div-jcarousel-backtowather,
.sub-nav .jcarousel-skin-tango{
	display:none;
}
.narrow-top{
	display:none!important;
}
#content, 
.container_12{
	margin:0 auto;
	width:100%;
}
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	width:100%;
	float:none;
}
p{ font-size:15px; }
body{ background-color:#fff; }

.bookmark-block{ display:none; }

.weather-desktop #content,
.main #content{
	margin-top:40px;
}

/* TOP HEADER MOBILE
------------------------------------- */
.top-logo img{ width:63px; }	

.mobile-link-navigation{
	height:40px;
	float:right;
	margin-right:10px;
}
.mobile-top-header a{
	color:#fff;
	display:block;
	line-height:40px;
	height:40px;
	padding-right:24px;
	text-decoration:none;
	font-size:18px; 
	font-family: FrutigerLTPro-Light, Arial;
	font-weight: normal;
	font-style: normal;
}
.mobile-top-header a.close{ background:url(http://media.jrn.com/designimages/bg_op.png) no-repeat 100% 17px; }
.mobile-top-header a.open{ background:url(http://media.jrn.com/designimages/bg_on.png) no-repeat 100% 17px; }

.mobile-search-navigation{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

/* MOBILE SEARCH
------------------------------------------------- */
.mobile-search{
	float:left;
	height:40px;
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	padding-left:10px;
	margin:10px 0 10px 10px;
	overflow:hidden;
}
.mobile-search input{
	background:none;
	border:none;
}
.mobile-search input[type="text"]{
	color:#fff;
	font-family: FrutigerLTPro-Light, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:15px;
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	width:104px;
	padding-right:10px;
	overflow: hidden;
}
.separator-search{
	float:left;
	width:1px;
	height:40px;
	overflow:hidden;
}
.mobile-search input[type="button"]{
	background:url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
	display:block;
	float:left;
	height:40px;
	width:39px;
	cursor:pointer;
	overflow: hidden;
}
/* END MOBILE SEARCH
------------------------------------------------- */

/* MOBILE LOGIN
--------------------------------------------- */	
.mobile-login{
	float:left;
	height:30px;
	margin:15px 0 0 10px;
}
.mobile-login a{
	background:url(http://media.jrn.com/designimages/photo_prew_login.png) no-repeat 0 0;
	color:#fff;
	display:block;
	font-family: FrutigerLTPro-Roman, Arial;
	font-size: 14px;
	line-height:30px;
	height:30px;
	text-decoration:none;
	padding: 0 0 0 40px;
}
/* END MOBILE LOGIN
--------------------------------------------- */
	
/* MOBILE NAV
--------------------------------------------- */

.mobile-search-navigation {
	margin-bottom:0; 
	height:auto!important;
	position: relative!important;
}
mobile-search-navigation .mobile-search{
	display:block;
	position: relative!important;
	height:60px!important;
}

.mobile-search-navigation .social{
	display:block;
	position: relative!important;
	height:34px!important;
}

.mobile-search-navigation nav.mobile-navigation{
	display:block;
	position: relative!important;
	height:auto!important;
	top:0;
}
	
nav{
	background:none;
	float:none;
	width:100%;
}
nav ul{
	background:none;
	padding-left:0;
	width:100%;
	margin:0 auto;
	height:auto;
	clear:both;
	overflow:hidden;
}
nav ul li {
	background:none;
	float:none;
	width:100%;
	clear:both;
	overflow:hidden;
}
nav ul li a{ margin:0; }
nav ul li a:hover, 
nav ul li.active a, 
nav ul li.active a:hover {
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}	
/* END MOBILE NAV
--------------------------------------------- */	

/* SUB NAVIGATION
------------------------------------- */
.sub-nav-block{}
.sub-nav h4{ padding:0 10px; width:auto; }
.points{ display:none; }
/* END SUB NAVIGATION
------------------------------------- */

/* END TOP HEADER MOBILE
------------------------------------- */

/* sub-menu
------------------------------------- */
nav .sub-menu{
	clear:both;
	text-align:center;
	padding:8px 10px 0 010px;
}
nav .sub-menu h3{
	background:none;
	margin:0!important;
	padding:0!important;
	height:auto!important;
	line-height:normal!important;
}
nav .sub-menu a{
	padding:0 8px;
	line-height:24px;
	
	font-size:13px;
	font-family: FrutigerLTPro-Roman, Arial;
}
/* end sub-menu
------------------------------------- */
nav .copyright{
	text-align:center;
	padding:15px 0 17px 0;
}

.sub-nav-block {
	height:60px;
	overflow:hidden;
	background:#222 url(http://media.jrn.com/designimages/bg_mobile_ivote.png) repeat-x 0 100%;
}
.sub-nav h4{ 
	padding:0 0 0 10px;
	margin-top: 11px; 
}
.sub-nav-login{    
	height: 45px;
	margin-left: 0;
	overflow: hidden;
	width: 150px;
}
.sub-nav-login span { width: 110px; }
.sub-nav-login .log-out{ display:none; }	

.left-col{ width:100%; }

.social-shadow-block {
	margin: 0 10px 10px 10px;
	position:relative;
}
.border1 { margin: 0 0 10px 0; }	
.border2 {
	float:none;
	clear:both;
	margin: 0 0 10px 0;
}
.skip {
	float: none;
	position:absolute; 
	top:0;
	right:0;
	margin: 0 0 10px 0;
}

.comments-block p{ display:none; }
.comments-plagin{ padding-top:10px; }	
	
.sidebar-block {width:100%; }
	
.left-col .row{ 
	background-color:#fff;
	width:100%;
	float:left;
}

.previous-results .previous-results-row{
	overflow:hidden;
	clear:both;
 }
 
.sub-block-row {
	margin-bottom: 10px;
	margin-top: 70px;
	padding-top: 10px;
	position: relative;
}

.your-favorite-header,
.photos-block,
.previous-results, 
.top-results, 
.gallery-blocks, 
.about-ivote p, 
.top-news-photo, 
.top-news-content,
.main-left-top{
	margin:0 10px;
}
.gallery-block{
	background-color: #eaeaea;
	border-bottom:4px solid #999;
	margin-bottom:10px;
}
.gallery-block.row-top-block{
	margin-top:10px;
}
.gallery-banner{
	border-bottom:none;
}
.gallery-block .sport-block a{
	display:block;
	width:100%;
	height:200px;
	background-position: center center!important;
	background-repeat:no-repeat!important;
}

.photos-block .photos{
	margin-bottom:10px;
}
.photos-photo{
	background-color:#e4e4e4;
	width:100%;
	text-align:center;
	height:300px;
	width:300px;
	overflow:hidden;
}
.photos-content{
	min-width:280px;
}

.top-results .row{ 
	min-width:280px; 
	height:70px; 
	overflow:hidden; 
}

.top-results-block{ width:100%; }
.top-results-block ol { margin: 0 0 20px 20px; }
.top-results-block ol li  {min-width:280px; }
.top-results .row .field-content{
	min-width:180px;
	height:70px;
}
.top-results .row .field-content a{ min-width:160px; }

.header-mobile, 
.about-ivote h3,
.top-news h3,
.comments-block h3{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	clear:both;
	overflow:hidden!important;
	line-height:40px!important;
	height:40px!important;
	padding-left:10px;
	margin:0 0 10px 0!important;
	
	font-family: FrutigerLTPro-Bold!important, Arial;
}
.header-mobile a, 
.about-ivote h3 a,
.top-news h3 a{
	color:#fff;
	line-height:40px;
	height:40px;
	padding-left:10px;	
}
.about-ivote p { margin-bottom:10px; }
.m-ivove{ padding-left:10px; }	
.sidebar-block .row,
.sidebar-block .top-news-photo,
.sidebar-block .top-news .top-news-content {
	background-color: #e4e4e4;
}
 
.row-block{ margin:0 10px; }

.sidebar-top-banner,
.display-none{
	display:none;
}
.sidebar-block .right-banner{ text-align:center; }

.about-ivote, 
.about-ivote h3 {
	margin-bottom: 0!important;
}
.about-ivote .open-block{ padding:8px 0 0 0; }
.about-ivote p { margin-bottom:10px; }

.banner-for-mobile-version{
	background:#eaeaea url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	padding:10px 0;
	margin:0 0 10px 0;
}
.banner-for-mobile-version .banner-block{
	text-align:center;
}

.block-box{
	display:block;
	float:right;
	margin:7px 10px 0 0!important;
	padding:0 31px 0 0!important;
	height:24px!important;
	line-height:24px!important;
	overflow:hidden;
	cursor:pointer;
}
.open-box{ background:url(http://media.jrn.com/designimages/plus-minus.png) no-repeat 100% 0; }
.close-box{ background:url(http://media.jrn.com/designimages/plus-minus.png) no-repeat 100% -24px; }

.page-section .left-col{ float:right!important; }
.page-section .sidebar-block{ float:left!important; }

header{ height: auto; }
/*.left-col{ margin-top:10px; }*/
body.page-section header{ height:100px; }

.top-news .top-news-content{
	background-color:#e4e4e4;
	padding:9px 10px;
	margin-bottom:10px;
	font-size:18px;
	font-family: FrutigerLTPro-Bold, Arial;
	line-height:24px;
	color:#000;
}
.top-news-photo{ background-color:#e4e4e4; }
.top-news .gallery-button{ margin:5px 0 15px 0; }

/* NEW STYLES FOR: Video/Slideshow template, Article template */
.video-template, 
.article-template{
	width:300px;
	height:250px;
	text-align:left;
}
.video-template .background-image, 
.video-template .section-name,
.semi-transparent, 
.video-template h4{
	position:absolute;
	left:0;
	top:0;
}
.video-template .section-name{
	z-index:1;
}
.video-template .section-name{
	z-index:3;
}
.semi-transparent{
	width:100%;
	height:250px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
	z-index:2;
}
.video-template h4{
	top:40px;
	left:10px;
	margin:0;
	padding:0;
	z-index:4;
	width:160px;
}

.article-template{
	background-color:#222;
}
.article-template .section-name,
.video-template .section-name{    
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 12px;
	
}
.article-template h4,
.video-template h4{
	color:#fff;
	font-size:24px;
	line-height:27px;
	font-family: FrutigerLTPro-BoldCn, Arial;
}
.article-template h4{
	margin:10px 4px 4px 8px;
}
.article-template .content-article{
	color:#bbb;
	font-size:14px;
	line-height:20px;
	font-family: FrutigerLTPro-Roman, Arial;
	width:160px;
	padding:0 10px;
}
.article-template img, 
.video-template img{
	height:auto;
}
.sponsored-article{
	position:absolute;
	right:0;
	bottom:0;
	width:120px;
	overflow:hidden;
	text-align:center;
	color:#888;
	font-size:11px;
	line-height:20px;
	z-index:5;
}
.video-template .sponsored-article div{ 
	background-color: #000;    
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0.6; /* Mozilla */
     -khtml-opacity: 0.6; /* Safari */
     opacity: 0.6;  /* general CSS3 */
	 overflow:hidden;
} 
 
/* END NEW STYLES FOR: Video/Slideshow template, Article template */

/* ivote mobile
--------------------------------------- */
body.page-ivote{
	background-color:#fff!important;
}
.page-ivote .left-col {
    margin-top: 0;
}
.page-ivote .sub-nav-block,
.page-ivote .author-block,
.page-ivote .m-ivove{
	display:block;
	overflow:visible;
}
.page-ivote .shadow-block{
	background-color:#fff;
}
.page-ivote .photos,
.page-ivote .left-col .row {
    background-color: #e4e4e4;
}
.page-ivote .photos-block .photos-center:first-child {
    margin-right: 0;
}
.page-ivote .photos-content{
	background: url(http://media.jrn.com/designimages/band1.png) repeat 0 0 transparent;
}
.page-ivote .photos-content span{
	color:#fff;
}
.page-ivote .top-news .top-news-photo span, 
.page-ivote .gallery-block span {
    background-color: #000;
}
.page-ivote .header-mobile, 
.page-ivote .about-ivote h3,
.page-ivote .top-news h3{
	background-color:#0080FF;
	color:#fff;
	clear:both;
	overflow:hidden!important;
	line-height:40px!important;
	height:40px!important;
	padding-left:10px;
	margin:0 0 10px 0!important;
	font-size: 12px!important;
	
	font-family: FrutigerLTPro-Bold!important;
	}
.page-ivote .header-mobile a, 
.page-ivote .about-ivote h3 a,
.page-ivote .top-news h3 a{
	color:#fff;
	line-height:40px;
	height:40px;
	padding-left:10px;	
}

.page-ivote .gallery-block {
    background-color: #e4e4e4;
}
.page-ivote .gallery-button {
    background-color: #0080FF;
    color: #fff;
}
.page-ivote .gallery-button:hover {
    background-color: #009;
}

.page-ivote .sub-nav-block {
	position:fixed;
	top:40px;
	width:100%;
	z-index: 999;
	height:60px;
	overflow:hidden;
	background:url(http://media.jrn.com/designimages/bg_mobile_ivote.png) repeat-x 0 100%;
}
.page-ivote .sub-nav h4{ 
	padding:0 0 0 10px;
	margin-top: 11px; 
}
.page-ivote .sub-nav-login{    
	height: 45px;
	margin-left: 0;
	overflow: hidden;
	width: 150px;
}
.page-ivote .sub-nav-login span { width: 110px; }
.page-ivote .sub-nav-login .log-out{ display:none; }	
.page-ivote .left-col{ width:100%; }
/* end ivote mobile
--------------------------------------- */

/* page weather-desktop
------------------------------------------------------- */
body.weather-desktop{
	background-image:none!important;
	background-color:#fff!important;
}
.header-weather-desktop,  
.weather-desktop .container-ivote .left-menu-weather, 
.weather-desktop .alert-banner-top .grid_10, 
.weather-desktop .alert-banner-top .button-close,
.weather-desktop header .sub-nav-block .sub-nav h4 font,
.weather-desktop footer{ display:none; }

.weather-desktop .active-navigation{
    background-color: #009;
}
/* .weather-desktop header --------------------------- */
.weather-desktop header{height:130px;}


.weather-desktop .container-ivote .mobile-search-navigation {
	margin-bottom:0; 
	height:auto!important;
	position: relative!important;
}
.weather-desktop .container-ivote .mobile-search-navigation .mobile-search{
	display:block;
	position: relative!important;
	height:60px!important;
}

.weather-desktop .container-ivote .mobile-search-navigation .social{
	display:block;
	position: relative!important;
	height:34px!important;
}

.weather-desktop .container-ivote .mobile-search-navigation nav.mobile-navigation{
}

.weather-desktop .sub-nav-block,
.weather-desktop .sub-nav-block .sub-nav{
	height:120px;
	background-color:#222;
	display:block;

}
.weather-desktop .sub-nav-block .sub-nav .alert-banner-top{
	height:40px;
	width:100%;
	float:left;
	background: #f00 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
.weather-desktop .alert-banner-top .left-block {
    background-color:transparent;
    height: 40px;
    margin-right: 10px;
    width: auto;
	padding:0 10px;
}
.weather-desktop .alert-banner-top .left-block h3 {
    background:none;
	background-color:transparent;
    text-indent:0;
	color:#fff;
	line-height:40px;
	font-size:18px;
	font-family: FrutigerLTPro-Light, Arial;
	padding-left:0;
	
}
.for-mobile-view{
	float:right;
	margin-right:10px;
}
.for-mobile-view a{
	display:block;
	height:40px;
	color:#fff;
	line-height:40px;
	  
	background: url(http://media.jrn.com/designimages/bg_op.png) no-repeat 100% 15px;
    font-family: FrutigerLTPro-Bold, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding-right: 24px;
    text-decoration: none;
}
.for-mobile-view a:hover{ color:#fff; }
.weather-desktop .sub-nav-block .sub-nav h4{
    display: block;
    float: left;
    font-family: FrutigerLTPro-Roman, Arial;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0 10px;
	
}
.weather-desktop .seach-zip {
	margin:5px 5px 0 0;
	float:right;
}
/* end .weather-desktop header --------------------------- */

/* .weather-desktop .mobile-search ----------------------- */
.weather-desktop .mobile-search{
	float:none;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	background:none;
	height:60px;
}
.weather-desktop .mobile-search form{
	margin:10px 50px 10px 10px;
	padding:0 10px;
	height:40px;
	position:relative;
}
.weather-desktop .mobile-search input[type="text"] {
    width: 100%;
	padding:0;
	margin:0;
}
.lupa{
	position:absolute;
	right:-40px;
	z-index:2;
}
.lupa:hover{ background-color:#fff; }
.lupa input[type="button"] {
    background: url(http://media.jrn.com/designimages/lupa_009.png) no-repeat 0 0;
}
.weather-desktop .mobile-search .separator-search{
	position:absolute;
	right:-50px;
	z-index:2;
}
/* end .weather-desktop .mobile-search ------------------- */


/* weather-desktop MOBILE NAV
--------------------------------------------- */	
.weather-desktop .mobile-top-header .mobile-link-navigation a img{
	vertical-align:top;
	margin-top:13px;
}
.weather-desktop .mobile-navigation-box{
	margin-left:10px;
	margin-right:10px;
}
.weather-desktop .mobile-navigation-box .block-menu h3{
	font-family: FrutigerLTPro-Light, Arial;
	font-size:18px;
	color:#009;
	padding-left:10px;
}
h3.two-menu-h3{margin-left:10px;}
.block-menu{
	float:left;
	width:50%;
}
.one-menu{margin-right:10px;}
.two-menu{margin-left:10px;}
.weather-desktop nav ul{
	width:100%;
	height:auto;
	clear:none;
	float:left!important;
	overflow:hidden;
	display:block;
	margin-bottom:20px;
	border-left:none;
}
.weather-desktop nav ul:first-child{ float:left!important; }
.weather-desktop nav ul:last-child{ float:right!important; }
.weather-desktop nav ul li{border-right:none;}
.weather-desktop nav ul li:hover a{ background-color:#0080FF;}
.weather-desktop nav ul li a{
	padding-right:0; 
	font-size:13px;
	font-family: FrutigerLTPro-Roman, Arial;
}	
/* weather-desktop  END MOBILE NAV
--------------------------------------------- */

.weather-desktop .for-mobile-view a{ 
	background: url(http://media.jrn.com/designimages/bg_op.png) no-repeat 100% 16px;
    font-family: FrutigerLTPro-Light, Arial;
    font-size: 18px;
}

/* weather-desktop SOCIAL
--------------------------------------------- */
.weather-desktop .container-ivote .mobile-search-navigation .social {
	border-bottom: 1px solid #5D9EFF;
	height:34px;
	clear:both;
	overflow:hidden;
	padding-bottom:13px;
	margin:3px 10px 29px 10px;
}
.weather-desktop .container-ivote .mobile-search-navigation .social h3{
	float:left;
	color:#009;
	height:34px;
	line-height:34px;
	margin-left:10px;
	margin-bottom:0;
}
.weather-desktop .container-ivote .mobile-search-navigation .social a{
	position:relative;
	left:-17px;
}
.weather-desktop .container-ivote .mobile-search-navigation .social a img{ margin-bottom:0; }
/* END weather-desktop SOCIAL
--------------------------------------------- */

.display-none-formobile,
.weather-desktop .mobile-top-header .mobile-search-navigation{
	display:none!important;
}

/* .weather-desktop .sub-menu ----------------------- */
.weather-desktop .sub-menu .links{ padding-bottom:10px; }
.weather-desktop .sub-menu .links a{ display: inline; }
.weather-desktop .copyright{padding-top:10px; }
/* end .weather-desktop .sub-menu ----------------------- */

.weather-desktop .content-shadow-weather{ padding:0; }

.weather-desktop .page-elements .alerts-page,
.weather-desktop .page-elements .more-weather{
	clear:both;
	overflow:hidden;
}

.weather-desktop .page-elements .header-title .sponsored-by{
	margin-right:0;
	width:100%;
}
.weather-desktop .page-elements .header-title .sponsored-by a{
	width:300px;
	display:block;
	text-align:right;
}

.weather-contents-box{
	background-color:#fff;
	float:none; 
	margin-left:0px; 
	margin-right:0px;
	overflow:hidden; 
}

.weather-contents-box .page-elements {
    margin-bottom: 20px;
    padding-top: 10px;
}

.page-elements .header-title h1, 
.for-mobile-headertitle{
	float:none;
	clear:both;
	width:100%;
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	color:#fff;    
	font-size: 14px;
    
	height:40px;
	padding-left:10px;
	line-height:40px;
	font-family: FrutigerLTPro-Roman, Arial;
}
.for-mobile-headertitle{ margin-bottom:10px; text-align:left; }

.for-mobile-headertitle h1{
	font-size:18px;    
	font-family: FrutigerLTPro-Light, Arial;
    text-transform: capitalize;
}
.page-elements .reklama-block img {
    max-width: 100%;
}
.page-elements .gallery-button, 
body.weather-desktop .gallery-block .gallery-button{
    background-color: #fff;
}
.page-elements .gallery-button:hover, 
body.weather-desktop .gallery-block .gallery-button:hover{
	color:#fff;
	background-color:#009;
}
.more-weather .gallery-block .content-box h2 a:hover {color:#009; }
body.weather-desktop .gallery-block {
    background-color: #eaeaea;
}


.page-elements .video-slider,
.page-elements .mobilegalery-prewblock,
.page-elements .photo-prew-block,
.page-elements .weather-row, 
.page-elements .radar-maps,
.page-elements .more-weather .gallery-block, 
.weather-desktop .gallery-blocks{ width:300px; }
.shadow-block-gallery .gallery-blocks{text-align:left;}

.weather-desktop .more-weather{ margin-bottom:20px; }

	
/* video-slider -------------------------------- */
.page-elements .mobile-video {
	width:100%;
	height:auto;
	margin:0;
	overflow:hidden; 
}
.page-elements.mobile-video .header-title h1{ display:none; }
.page-elements .video-block {
	position: relative;
	display:block;
	height:auto;
	padding-bottom:20px;
	width:auto;
}
.page-elements .video-element{height:auto;}

.page-elements .video-element img{ width:100%; }
		
.page-elements .prev-video,
.page-elements .next-video, 
.page-elements .play-video{
	margin-top:-60px;
}
.page-elements .prev-video{
	left:10px;
	top:50%;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 0;
}
.page-elements .prev-video:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 -50px;
}
.page-elements .next-video{
	right:10px;
	top:50%;
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px 0;
}
.page-elements .next-video:hover{
	background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px -50px;
}
.page-elements .play-video{
	top:50%;
	left:50%;
	margin-left:-25px;
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 0;
}
.play-video:hover{
	background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 -50px;
}
.page-elements .video-block .bx-pager {
    margin-top: 12px;
    text-align: center;
}
.bx-pager a{
	background:url(http://media.jrn.com/designimages/pagin_slider_video.png) no-repeat 50% 0;
	display:inline-block;
	height:8px;
	overflow:hidden;
	text-decoration:none;
	padding:0 5px;
	text-indent:-99999px;
}

.bx-pager a:hover, 
.bx-pager a.pager-active{
	background:url(http://media.jrn.com/designimages/pagin_slider_video.png) no-repeat 50% -8px;
}
/* end video-slider -------------------------------- */

/* mobilegalery-prewblock ------------------- */
.page-elements .mobilegalery-prewblock{
	clear:both;
	margin-left:0;
}
.page-elements .mobile-galery-prew{ 
	float:left;
	margin-right:0;
	width:140px;
	overflow:hidden;
}
.page-elements .mobile-galery-prew:nth-child(odd){
	margin-right:20px;
}
.page-elements .mobile-galery-prew:last-child{ margin-right:0; }
/* end mobilegalery-prewblock --------------- */

.page-elements .photo-prew-block .grid_2{ 
	width:145px;
	margin:0 5px 20px 0;
}

/* CURRENT CONDITIONS ---------------------------- */
.current-onditions-page{width:300px; }
.current-onditions-page .grid_2{ 
	min-height:60px; 
	float:left;
	width:140px;
	margin-left:0;
	margin-right:0;
}
.weather-data-item { min-height: 60px; }
.current-onditions-page .grid_2:first-child{
	float:none;
	clear:both;
	position:relative;
	display:block;
	width:300px;
	margin-bottom:30px;
}
.current-onditions-page .grid_2:first-child h3{ margin-bottom:0; }
.current-onditions-page .grid_2 .gradus{
	position:absolute;
	top:0;
	left:160px;
}
.current-onditions-page .grid_2:first-child span{ width:140px; display:block; }
.current-onditions-page .grid_2:first-child span.fl{
	position:absolute;
	top:60px;
	left:160px;
}
.current-onditions-page .grid_2:first-child img {
    left: -10px;
    margin-top: 0;
    position: relative;
	display:block;
}
/* END CURRENT CONDITIONS ---------------------------- */


/* Hourly Forecast horizontal carousel ------------------------ */
.weather-row{
	clear:both; 
	width:300px;
	text-align:left;
}
.weather-row .carousel {
	margin-bottom:20px; 
	width:320px;
}
.weather-row .carousel .grid_2{
	padding:10px 0 0 10px;
	margin:0;
	width:130px;
	margin-left:0px;
	margin-right:20px;
}
.weather-row .jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}

.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal {
	height:50px;
	width:25px;
	position:absolute;
	top:140px;
	right:10px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat -25px 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat -25px -50px;
	cursor:pointer;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat -25px 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat -25px -100px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal {
	height:50px;
	width:25px;
	position:absolute;
	top:140px;
	left:-10px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat 0 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat 0 -50px;
	cursor:pointer;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat 0 0;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background:url(http://media.jrn.com/designimages/carousel-pag-mobile.png) no-repeat 0 -100px;
}
/* end Hourly Forecast horizontal carousel ----------------------------- */


/* RADAR & MAPS ------------------------------ */
.radar-maps{text-align:left;}
.radar-maps .grid_4, 
.radar-maps .grid_4 a{ width:300px; height:220px; }
.radar-maps .grid_2{ width:140px; text-align:}
.radar-maps .grid_2 font{ display:block; width:140px; }
.radar-maps .grid_2:nth-child(even){ margin-right:10px; }
.radar-maps .grid_4{
	display:table;
	position:relative;
	left:50%;
	margin-left:-150px;
	width:300px;
	height:180px;
}
.radar-maps .grid_4 a, 
.radar-maps .grid_2 a{ 
background: -moz-linear-gradient(-45deg,  rgba(219,219,219,1) 0%, rgba(255,255,255,0) 40%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* IE10+ */
background: linear-gradient(135deg,  rgba(219,219,219,1) 0%,rgba(255,255,255,0) 40%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}
.radar-maps .grid_4 a span, 
.radar-maps .grid_2 a span{ margin:22px 0 10px 22px; }
.radar-maps .grid_4 a strong{ right:10px; top:4px; }
.radar-maps .grid_2 a strong{ right:25px; top:4px; }
/* END RADAR & MAPS -------------------------- */

/* CLOSINGS -------------------------------- */
.clousing{
	width:300px;
	height:170px;
	margin:0 0 30px 0;
	position:relative;
	display:table;
	overflow:hidden;
}
/*.clousing-images img{ max-width:300px; height:auto; }*/

.clousing-content{
	position:absolute;
	bottom:15px;
	left:20px;
	z-index:2;
	width:300px;
	height:auto;
}
.clousing-content .cc-header{width:100%;float:left;}
.clousing-content .cc-header img { float:left; max-width:260px; }
.clous-div{
	height:38px;
	background:url(http://media.jrn.com/designimages/pic-cc1l.png) no-repeat 0 0;
	padding-left:16px;
	float:left;
}
.clous-div span {
	background:url(http://media.jrn.com/designimages/pic-cc1r.png) no-repeat 100% 0;
    color: #fff;
    display: inline-block;
    font-family: FrutigerLTPro-Roman, Arial;
    height: 38px;
    line-height: 30px;
    padding: 0 25px 0 2px;
}
.clous-view{
	height:38px;
	background:url(http://media.jrn.com/designimages/pic-cc2l.png) no-repeat 0 0;
	padding-left:16px;
	float:left;
}
.clous-view a{
	background:url(http://media.jrn.com/designimages/pic-cc2r.png) no-repeat 100% 0;
    color: #fff;
    display: inline-block;
    font-family: FrutigerLTPro-Roman, Arial;
    height: 38px;
    line-height: 30px;
    padding: 0 25px 0 2px;
	text-decoration:none;
	color:#003;
}
.clous-view a:hover{ color:#f00;}
/* END CLOSINGS ---------------------------- */

.page-elements .reklama-block a span.for-desktop { display:none; }

.mobile-lertblock table,
.mobile-alertblock-select table{width:300px;}

.page-elements .alerts-page .mobile-lertblock{ margin-bottom:20px;}
.page-elements .alerts-page .mobile-alertblock-select{ margin-bottom:-10px; }

.mobile-alertblock-select td{
	display:block;
	float:none;
	clear:both;
	border:none;
}
.mobile-alertblock-select td:nth-child(odd){ 
	border-top:1px solid #d6d6d6;
	line-height:10px;
	height:15px!important;
	padding:12px 0 6px 0;
}

.mobile-alertblock-select td:nth-child(even){padding:0 0 12px 0;}
/* SELECT ------------------------------------------ */
.mobile-alertblock-select .alert-select{
	float:left;
	width:300px;
	background: #e9e9e9 url(http://media.jrn.com/designimages/tr-red.png) no-repeat 280px 14px;
}
.alert-select select {
	width: 105%;
}
.mac-os .alert-select select{
	margin-left:10px;
}
/* END SELECT ------------------------------------------ */

.weather-desktop .left-col .tabs, .html-weather-radar .left-col .tabs{ display:none; }

/* end page weather-desktop
-------------------------------------------------------- */

/* article author BLOCK -------------------------------- */
.article-author{
	background-color:#fff;
	margin:0 10px;
	overflow:hidden;
}
.article-author h1{    
	margin:15px 10px 5px 10px;
    padding-bottom: 5px;
}
.article-author .text-block{
	margin:0 10px 5px 10px;
	overflow:hidden;
}
.contributor .article-author .text-block{
	margin:0 10px;
}
.article-author .show-more{ margin: 5px 10px 20px 10px; }
/* END article author BLOCK ---------------------------- */

/* SLIDER AUTHOR
------------------------------------ */
.contributor{ margin-bottom:10px; }
.contributor .bx-wrapper img {
	max-width: 100%;
	display: block;
}
.contributor .bx-wrapper, 
.contributor .bx-wrapper li{
}
.contributor .bx-wrapper img {
}
/* END SLIDER AUTHOR
------------------------------------ */

/* end social blog contributor ----- */

.social-blog-contributor-block h3{
	background-color:#fff;
	margin:0 10px 0 10px;
	padding:12px 0 0 10px;
}
.contributor .article-author .show-more{
	margin-bottom:5px;
}
/* social blog contributor ----- */
.for-mobile-contributor{
	margin:0 10px 10px 10px;
}
.shadow-block.contributor{ padding-bottom:0; }
.social-blog-contributor{ 
	width:100%; 
	display:table; 
	background-color:#222 
}
.social-blog-contributor h3{
	display:none;
}
.social-blog-contributor a{	
	border-right:1px solid #333; 
	color:#999;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:25%;
	height:80px;
	overflow:hidden; 
}

.social-blog-contributor a:last-child{ border-right:none; }
.social-blog-contributor a:hover{ background-color:#000; color:#999; }
.social-blog-contributor a img{ margin-bottom:5px; }
/* end social blog contributor ----- */





.contributor .bx-wrapper{ margin-bottom:0; }
.photo-on-off{
	border-bottom:1px solid #d6d6d6;
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:30px;
	color:#444;
}
.photo-on-off .left{
	float:left;
}
.photo-on-off .right{
	float:right;
}
.photo-on-off .right a{
	color:#000;
}
.photo-on-off .right a:hover{
	color:#0080ff;
}
.photo-on-off .right .active{
	color:#0080ff;
}
.photo-on-off .right .active:hover{
	color:#000;
}
/* end social blog contributor ----- */


/* .html-weather-radar
------------------------------------ */


.html-weather-radar .active-navigation {
    background-color: #009;
}
.html-weather-radar .social-radar .social,
.html-weather-radar .mobile-top-header .mobile-search-navigation{
	display:none!important;
}

/* .html-weather-radar .mobile-search ----------------------- */
.html-weather-radar .mobile-search{
	float:none;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	background:none;
	height:60px;
}
.html-weather-radar .mobile-search form{
	margin:10px 50px 10px 10px;
	padding:0 10px;
	height:40px;
	position:relative;
	background-color:#009;
}
.html-weather-radar .mobile-search input[type="text"] {
    width: 100%;
	padding:0;
	margin:0;
}
.html-weather-radar .mobile-search .separator-search{
	position:absolute;
	right:-50px;
	z-index:2;
}
/* end .html-weather-radar .mobile-search ------------------- */

/* .html-weather-radar MOBILE NAV
--------------------------------------------- */	
.html-weather-radar .mobile-top-header .mobile-link-navigation a img{
	vertical-align:top;
	margin-top:13px;
}
.html-weather-radar .mobile-navigation-box{
	margin-left:10px;
	margin-right:10px;
}
.html-weather-radar .mobile-navigation-box .block-menu h3{
	font-family: FrutigerLTPro-Light, Arial;
	font-size:18px;
	color:#009;
	padding-left:10px;
}
.html-weather-radar nav ul{
	width:100%;
	height:auto;
	clear:none;
	float:left!important;
	overflow:hidden;
	display:block;
	margin-bottom:20px;
	border-left:none;
}
.html-weather-radar nav ul:first-child{ float:left!important; }
.html-weather-radar nav ul:last-child{ float:right!important; }
.html-weather-radarp nav ul li{border-right:none;}
.html-weather-radar nav ul li:hover a{ background-color:#0080FF;}
.html-weather-radar nav ul li a{
	padding-right:0; 
	font-size:13px;
	font-family: FrutigerLTPro-Roman, Arial;
}	
/* .html-weather-radar  END MOBILE NAV
--------------------------------------------- */

.html-weather-radar .for-mobile-view a{ 
	background: url(http://media.jrn.com/designimages/bg_op.png) no-repeat 100% 16px;
    font-family: FrutigerLTPro-Light, Arial;
    font-size: 18px;
}

/* .html-weather-radar SOCIAL
--------------------------------------------- */
.html-weather-radar .container-ivote .mobile-search-navigation .social {
	border-bottom: 1px solid #5D9EFF;
	height:34px;
	clear:both;
	overflow:hidden;
	padding-bottom:13px;
	margin:3px 10px 29px 10px;
}
.html-weather-radar .container-ivote .mobile-search-navigation .social h3{
	float:left;
	color:#009;
	height:34px;
	line-height:34px;
	margin-left:10px;
	margin-bottom:0;
}
.html-weather-radar .container-ivote .mobile-search-navigation .social a{
	position:relative;
	left:-17px;
}
.weather-desktop .container-ivote .mobile-search-navigation .social a img{ margin-bottom:0; }
/* END .html-weather-radar SOCIAL
--------------------------------------------- */

.html-weather-radar .mobile-top-header .mobile-search-navigation{
	display:none!important;
}

/* .html-weather-radar .sub-menu ----------------------- */
.html-weather-radar .sub-menu .links{ padding-bottom:10px; }
.html-weather-radar .sub-menu .links a{ display: inline; }
.html-weather-radar .copyright{padding-top:10px; }
/* end .html-weather-radar .sub-menu ----------------------- */

.html-weather-radar .radar-block-header .radar-block-sponsoredby,
.html-weather-radar .radar-block-header h2,
.html-weather-radar .radar-banner,
.html-weather-radar .next,
.html-weather-radar .more-weather-radar{
	display:none;
}
.html-weather-radar .radar-block-sponsoredby{ 
	float:right;
	margin:0 10px 10px 10px; 
}
.html-weather-radar .radar-block-header-mobile h2{
	color:#222;
	font-size:24px;
	font-family: FrutigerLTPro-Bold, Arial;
	margin:10px 10px 0 10px;
}
.html-weather-radar .radar-field img{
	max-width: 100%;
}
.html-weather-radar .container-ivote{ }

/* NEXT POST BLOCK Article
------------------------------------- */
.html-weather-radar .next-post-article{
	height:40px;
	position:relative;
	top:0;
	width:100%;
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	margin-top:-40px;
}
.html-weather-radar .next-post-article h3{
	float:left;
	margin:0 0 0 10px;
	color:#fff;
	line-height:40px;
	height:40px;
	
}
.html-weather-radar .next-post-article h3 a{
	color:#fff;
	line-height:40px;
	display:block;
	height:40px;
	font-family: FrutigerLTPro-Light, Arial;	
}
.html-weather-radar .next-post-article h3 a img{ 
	margin-right:5px;
	vertical-align:top;
	position: relative; 
	top: 13px; 
}
.html-weather-radar .next-post-article .next-post{
	background:url(http://media.jrn.com/designimages/bg_op.png) no-repeat 100% 16px;
	float:right;
	display:block;
	padding-right:24px;
	margin-right:10px;
	color:#fff;
	font-size:18px;
	line-height:37px;
	
	font-family: FrutigerLTPro-Light, Arial;
	
}
.html-weather-radar .next-post-article .open{
	background:url(http://media.jrn.com/designimages/bg_on.png) no-repeat 100% 16px;
}
.ul-browse-maps{
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	margin-bottom:0;
}
.ul-browse-maps li{
	border-top: 1px solid #393939;
}
.ul-browse-maps li a{
	color:#fff;    
	display: block;
    font-family: FrutigerLTPro-Roman,Arial;
    font-size: 13px;
	height:40px;
	line-height:40px;
	padding:0 10px;
    text-decoration: none;
    text-transform: capitalize;
}
.ul-browse-maps li a:hover{
	background-color:#000;
}
.ul-browse-maps li.active a{
	background-color:#000;
	cursor:default;
}

.more-maps{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:0 10px 20px 10px;
	padding:10px 0;
}
.more-maps-link{
	float:left;
	margin-right:8px;
}
.more-maps span{
	color:#222;
	font-size:18px;
}
.more-maps font{
	color:#1d1d1d;
	font-size:13px;
}
/* END NEXT POST BLOCK Article
------------------------------------- */

.html-weather-radar body{
	background-color:#fff!important;
}
.html-weather-radar .gallery-block {
    background-color: #EAEAEA;
}
.html-weather-radar .gallery-button{
    background-color: #fff;
    color: #06f;
} 
.html-weather-radar .gallery-block .gallery-button:hover {
    background-color: #009;
    color: #fff;
}

/* end .html-weather-radar
------------------------------------ */



/* ////////////////////////////////
   ********************************
   style for site redesign
   -------------------------------- */

.mobile-left-right-menu{
	background: url(http://media.jrn.com/designimages/shadow-navigation-m.png) repeat-x 0 0;
	width:100%;
	height:40px;
	position:fixed;
	top:0;
	z-index:888;
}
.mobile-left-right-menu td{
	vertical-align:top;
}
#simple-menu a{
	float:left;
	display:block;
}
.open-menu-block{
	height:100%!important;
	cursor:pointer;
}	
.left-menu a img{
	position: relative;
	top:-3px;
}
#right-menu a{
	float:right;
	display:block;
}
.right-menu a img{
	position: relative;
	top:-2px;
}

/* info-box-mobile
------------------------------------ */
.info-box-mobile{}
.info-box1-table1{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	width:100%;
	padding:10px 0 0 0;
	color:#fff;
	overflow:hidden;
}
.info-box1-table1 table{
	width:100%;
}
.info-box1-table1 td{
	color:#fff;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
}
.info-box1-table1 img{
	position:relative;
	top:-2px;
}
.info-box1-table1 tr:last-child  td:last-child img{
	top:-1px;
}
.info-box1-table1 font{
	font-size:36px;
	font-weight:normal;
}
.info-box1-table1 a{
	color:#fff;
	font-size:13px;
	text-decoration:none;
}

.info-box2{
	width:100%;
	margin-bottom:0;
}
.info-box2 tr{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
.info-box2 td{
	color:#fff;
	font-size:13px;
	width:50%;
	padding:10px;
}
.info-box2 img{
	position:relative;
	top:-2px;
}
.info-box2 a{
	color:#000;
	font-size:13px;
	text-decoration:none;
}
.info-box2 a:hover{
	color:#06f;
}

/* end info-box-mobile
------------------------------------ */

.black-header{
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
	width:100%;
}
.black-header{ margin-bottom:10px; }
.black-header h4{
	color:#fff;    
	font-size: 18px;
    
	height:40px;
	margin:0 10px;
	line-height:40px;
	font-family: FrutigerLTPro-Roman, Arial;
}

/* menu structure for the mobile version of the site
------------------------------------ */

.mobile-left,
.mobile-right{
	display:none;
}

.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:240px;
	overflow-x:none;
	overflow-y:auto;
	background:#2d2d2d url(http://media.jrn.com/designimages/shadow-mobile-left.png) repeat-y 100% 0;
	/*
	-webkit-box-shadow:inset 0 0 5px 5px #222;
	-moz-box-shadow:inset 0 0 5px 5px #222;
	box-shadow:inset 0 0 5px 5px #222*/
}
.sidr.right{
	left:auto;
	right:-240px
}
.sidr.left{
	left:-240px;
	right:auto
}

.mobile-left{
	width:240px;
}
.left-search{
	background-color:#000;
	height:40px;
}
.left-search-block{
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:30px;
	width:219px;
	position:relative;
	top:4px;
	left:10px;
}
.left-search form{
	height:21px;
	width:208px;
	position:relative;
	top:4px;
	left:6px;
}
.left-search form input[type="button"]{
	background:url(http://media.jrn.com/designimages/lupa-black.png) no-repeat 0 0;
	border:none;
	width:21px!important;
	height:21px!important;
	cursor:pointer;
	float:left;
	margin-right:6px;
	display:inline-block;
	margin:0!important;
	padding:0!important;
}
.left-search form input[type="text"]{
	border:none;
	width:155px!important;
	height:21px!important;
	float:left;
	display:inline-block;
	margin:1px 0 0 5px!important;
	padding:0!important;
}

.navigation-left ul{
	margin-bottom:0;
}
.navigation-left ul li{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
.navigation-left ul li a{
	height:40px;
	display:block;
	padding:0 0 0 10px;
	font-family: FrutigerLTPro-Roman,Arial;
	font-weight:bold;
    font-size: 13px;
	line-height:38px;
	color:#fff;
	position:relative;
}
.navigation-left ul li a span{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:40px;
	width:14px;
	padding:0 12px;
	cursor:pointer;
	z-index:2;
}
.navigation-left ul li.close a span{
	background: url(http://media.jrn.com/designimages/bg_op.png) no-repeat 50% 15px;
}
.navigation-left ul li.open a span{
	background: url(http://media.jrn.com/designimages/bg_on.png) no-repeat 50% 15px;
}
.navigation-left ul ul{
	margin-left:20px;
}
.navigation-left ul ul li{
	background:none;
}
.navigation-left ul ul li a{
	border-top:1px solid #444;
	color:#bebebe;
	padding-left:0;
}
/* end menu structure for the mobile version of the site
------------------------------------ */

.mobile-left .copyright{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
    font-size: 13px;
	line-height:38px;
	color:#666;
}
.mobile-left .copyright span{
	margin-left:10px;
}

.mobile-right{
	width:240px;
	background:#2d2d2d url(http://media.jrn.com/designimages/shadow-mobile-right.png) repeat-y 0 0;
}
 
#right-menu a{
	width:49px;
	height:40px;
	display:block;
}

.navigation-right ul{
	margin-bottom:0;
}
.navigation-right ul li{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
.navigation-right ul li a{
	height:40px;
	display:block;
	padding:0 0 0 11px;
	font-family: FrutigerLTPro-Roman,Arial;
	font-weight:bold;
    font-size: 13px;
	line-height:38px;
	color:#fff;
	position:relative;
}

.navigation-right ul ul{
	margin-left:20px;
}
.navigation-right ul ul li{
	background:none;
	border-top:1px solid #444;
	color:#bebebe;
	clear:both;
	overflow:hidden;
	font-family: FrutigerLTPro-Roman,Arial;
	font-weight:bold;
    font-size: 13px;
	line-height:38px;
}
.navigation-right ul ul li a{
	color:#bebebe;
	padding-left:0;
}

.navigation-right ul li font{
	float:right;
	position:relative;
	right:10px;
}
.navigation-right ul li font a{
	display:block;
	width:60px;
	height:24px;
	text-decoration:none;
	overflow:hidden;
	margin-top:7px;
}
.navigation-right ul li font a.r-on{
	background:url(http://media.jrn.com/designimages/r-on.png) no-repeat 0 0;
}
.navigation-right ul li font a.r-off{
	background:url(http://media.jrn.com/designimages/r-off.png) no-repeat 0 0;
}

.navigation-right ul li a span {
    background-color: #06f;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 17px;
    left: 5px;
    line-height: 17px;
    padding: 0 7px 0 6px;
    position: relative;
}

.email-address{
	background:url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	padding-bottom:5px;
	overflow:hidden;
}
.email-address p{
	height:40px;
	font-family: FrutigerLTPro-Roman,Arial;
	font-weight:bold;
    font-size: 13px;
	line-height:38px;
	color:#fff;
	margin:0 0 0 10px;
}
.form-email-address{
	background:#2d2d2d url(http://media.jrn.com/designimages/shadow-mobile-left.png) repeat-y 100% 0;
	height:40px;
	overflow:hidden;
}
.block-email-address{
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:29px;
	width:219px;
	position:relative;
	left:10px;
}
.block-email-address form{
	height:21px;
	width:208px;
	position:relative;
	top:5px;
	left:6px;
}
.block-email-address form input[type="button"]{
	background:url(http://media.jrn.com/designimages/r-email.png) no-repeat 0 4px;
	border:none;
	width:21px!important;
	height:21px!important;
	cursor:pointer;
	float:left;
	margin-right:5px;
	display:inline-block;
	margin:0!important;
	padding:0!important;
}
.block-email-address form input[type="text"]{
	border:none;
	width:160px!important;
	height:21px!important;
	float:left;
	display:inline-block;
	margin:1px 0 0 5px!important;
	padding:0!important;
}

/* jcarousel-block
----------------------------------- */
.today-tmj4{
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	padding:0 0 30px 0px;
	margin:0 0 15px 0;
}
.today-tmj4 h3{
	margin:0 10px;
	padding:10px 0;
	color:#fff;
	text-align:left;
}
.today-tmj4 .jc-carousel{
	margin:0 10px;
	overflow:hidden;
	text-align:left;
}
.jc-div{
	width:140px;
	border-bottom:4px solid #666;
	overflow:hidden;
	margin:0 10px 0 0;
}
.jc-div-img{
	margin-bottom:10px;
	width:140px;
	height:93px;
	overflow:hidden;
}
.jc-div .link1{
	font-size:14px;
	line-height:18px;
	display:block;
	margin-bottom:5px;
}
.jc-div .link1:hover{
	color:#fff;
}
.jc-div p{
	margin:0 0 5px 0;
}
.jc-div p,
.jc-div p a{
	font-size:18px;
	line-height:22px;
	color:#fff;
}
.jc-div p a:hover{
	color:#06f;
}
.jc-div p a:hover{
	font-size:18px;
	line-height:22px;
}
.jc-div .button {
    background-color: #000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:14px;
    display: block;
    float: left;
    font-family: FrutigerLTPro-Bold,Arial;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
	margin:5px 0 15px 0;
}
.today-tmj4 .jcarousel-prev{}
.today-tmj4 .jcarousel-next{}
/* end jcarousel-block
----------------------------------- */

.sport-block,
.shadow-block .gallery-block .content-box h3{
    margin: 0 0 10px 0;
}
.shadow-block .gallery-block .content-box a.contentbox-link {
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.gallery-banner .right-banner{
	margin-bottom:0;
}

.band-news{
	height:auto!important;
	padding-bottom:10px;
	padding-top:10px; 
}
.band-news p{
	margin:0 10px;
	overflow:hidden;
	height:auto!important;   
	white-space: normal;
    word-wrap: break-word;
	line-height:normal;
}
.band-news p strong {
    white-space: normal;
}
.band-weather-alerts-black .content-band{
	margin:0 10px;
	overflow:hidden;   
	white-space: nowrap;
    word-wrap: normal;
}
.band-weather-alerts-black span {
    margin-left:4px;
	margin-right:10px;
}
.band-news a.button-x,
.band-weather-alerts-black a.button-x-black{
	right:10px;
}
.band-news p a.button,
.band-weather-alerts-black .button{
	display:none;
}

/* navigation ------------------------------------ */
.notifications-block{
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	color:#fff;
	min-height:40px;
	margin-bottom:10px;
}
.notifications-content{
	color:#fff;
	font-size:18px;
	line-height:40px;
	margin:0 10px;
}
/* end navigation --------------------------------- */

.body-generic #content{
	margin-top:40px;
}
.body-generic .sub-nav-block{
	display:block;
	visibility:visible;
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	height:40px;
	overflow:hidden;
}
.body-generic .sub-nav-block h1{
	font-family: FrutigerLTPro-Light,Arial;
    font-size: 18px;
	line-height:40px;
	margin:0 10px;
}
.body-generic .sub-nav-block .sub-nav-login{
	display:none;
}

/* ////////////////////////////////
   ********************************
   end style for site redesign
   -------------------------------- */
   
  
   
/* ///////////////////////////////////////////////////////////////
   ***************************************************************
   contact-form
   ------------------------------------------------------------- */

.contact-form{
	margin-top:50px;
}
.contact-form h2{
	margin-bottom:5px;
}
.contact-form h2 font, 
.contact-form .gallery-block h3 font{
	display:block;
	margin:0 10px;
}

.display-none-error{
	display:none;
}
.error-field{
	margin:0 10px 20px 11px;
}
.error-field{
	margin-bottom:20px;
	background-color:#eee;
	padding:10px;
}
.error-field font{
	color:#c00;
}

.indent{
	margin:0 10px;
}

.contact-form .sub-header{
	display:none;
}
a.call-newsroom{
	display:block;
	height:40px;
	background-color: #0080ff;
	margin-bottom:20px;
	color:#fff;
	text-decoration:none;
	line-height:40px;
	
}
a.call-newsroom:hover{
	color:#fff;
}
a.call-newsroom font{
	float:left;
	position:relative;
	left:10px;
}
.call-newsroom img{
	float:right;
	border-left:1px solid #fff;
}
.contact-form .gallery-block{
	background:none;
	border-bottom:none;
}
.contact-form .gallery-block h3{
	height:40px;
	background-color:#222;
	color:#fff;
	line-height:40px;
}
.contact-form .sut-text{
	color:#666;
}
.shadow-block-gallery .contact-form .gallery-blocks{
	margin-left:0;
	margin-right:0;
}
.indent{
	margin:0 10px;
	overflow:hidden;
}
.contact-form input[type="text"]{
	background-color:#eee;
	border:none;
	height:40px;
	padding:0 10px;
	margin-bottom:10px;
	width:100%;
}
.contact-form input.error{
	color:#c00;
}
.indent .textarea{
	background-color:#eee;
	padding:10px 0 0 10px;
}
.contact-form textarea{
	background-color:#eee;
	border:none;
	height:136px;
	max-height:136px;
	margin-bottom:10px;
	width:100%;
}

.contact-form .file{
	background-color:#eee;
	height:40px;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.contact-form .file .add{
	background-color:#eee;
	height:40px;
	width:100%;
	line-height:40px;
	padding:0 10px;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
}
.contact-form .file .icon{
	height:40px;
	width:40px;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
	border-right:1px solid #fff;
}
.contact-form .file .icon a{
	background-color: #0080ff;
	display:block;
	height:40px;
	width:40px;
}
.contact-form .file .icon a:hover{
	background-color: #009;
}
.contact-form .file input[type="file"]{
	position:absolute;
	top:0;
	right:0;
	height:40px;
	z-index:1;
}

.contact-form .checkbox{
	margin:0 10px 20px 10px;
}
.contact-form .checkbox input[type="checkbox"]{
	vertical-align:top;
	position:relative;
	top:1px;
}
.contact-form .checkbox a{
	color:#000;
	text-decoration:underline;
}
.contact-form .checkbox a:hover{
	text-decoration:none;
}
.contact-form .submit{
	text-align:center;
	margin:0 10px 20px 10px;
}
.contact-form .submit input[type="submit"]{
	background-color: #0080ff;
	border:none;
	color:#fff;
	cursor:pointer;    
	font-family: FrutigerLTPro-Light,Arial;
    font-size: 18px;
	height:40px;
	width:100%;
	text-align:center;
}
 
/* end contact-form
   ------------------------------------------------------------- */
   /* /////////////////////////////////////////////////////////////
   **************************************************************** */
   
/* ///////////////////////////////////////////////////////////////
   ***************************************************************
   iContribute-form
   ------------------------------------------------------------- */
 
.iContribute-form{
	margin-top:50px;
	margin-bottom:5px;
}
.icontribute-icon{
	margin-left:10px;
}
.iContribute-form h2{
	margin-left:10px;
	margin-right:10px;
}
.iContribute-form h3{
	height:40px;
	background-color:#222;
	color:#fff;
	line-height:40px;
} 
.iContribute-form h3 font{
	display:block;
	margin:0 10px;
}
.input-icontribute{
	margin-bottom:15px;
}
.input-icontribute.narrow{
	margin-bottom:0;
}
.input-icontribute input[type="text"]{
	background-color:#eee;
	border:none;
	height:40px;
	padding:0 0 0 8px;
	margin-bottom:10px;
	width:100%;
	font-size:15px;
}
.will{
	color:#666;
	font-size:13px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
.input-icontribute textarea{
	background-color:#eee;
	border:none;
	height:120px;
	max-height:120px;
	padding:10px 0 0 10px;
	margin-bottom:10px;
	width:100%;
	font-size:15px;
}

.iContribute-form .file{
	background-color:#eee;
	height:40px;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
.iContribute-form .file .add{
	background-color:#eee;
	height:40px;
	width:100%;
	line-height:40px;
	overflow:hidden;
	padding:0 10px;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	color:#000;
	font-size:15px;
}
.iContribute-form .file .icon{
	height:40px;
	width:40px;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
	border-right:1px solid #fff;
}
.iContribute-form .file .icon a{
	background-color: #0080ff;
	display:block;
	height:40px;
	width:40px;
	border-left:1px solid #fff;
}
.iContribute-form .file .icon a:hover{
	background-color: #009;
}
.iContribute-form .file input[type="file"]{
	position:absolute;
	top:0;
	right:0;
	height:40px;
	z-index:1;
}
.file.position{
	margin-bottom:25px;
	background-color:#0080ff;
	color:#fff;
}
.iContribute-form .file.position .add{
	background-color:#0080ff;
	color:#fff;

}

.iContribute-form .checkbox{
	margin:10px 0 28px 10px;
}
.iContribute-form .checkbox input[type="checkbox"]{
	vertical-align:top;
	position:relative;
	top:1px;
}
.iContribute-form .checkbox a{
	color:#000;
	text-decoration:underline;
}
.iContribute-form .checkbox a:hover{
	text-decoration:none;
}
.iContribute-form .submit{
	text-align:center;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
.iContribute-form .submit input[type="submit"]{
	background-color: #0080ff;
	border:none;
	color:#fff;
	cursor:pointer;    
	font-family: FrutigerLTPro-Light,Arial;
    font-size: 18px;
	height:40px;
	width:100%;
	text-align:center;
	font-size:24px;
	font-family: FrutigerLTPro-Light, Arial;
}
.iContribute-form .submit input[type="submit"]:hover{
	background-color: #009;
}


/* SELECT ------------------------------------------ */
.icontribute-select{  
	height:40px;
	overflow:hidden;
	margin-bottom:10px;
	background:#eee url(http://media.jrn.com/designimages/icon-11.png) no-repeat 100% 0;
	margin-left:10px;
	margin-right:10px;
}
.icontribute-select select {
	background: none;
    border: 0 none;
	display: inline-block;
	width:103%;
	height:40px;
	line-height:40px;
	margin-left:5px;
	cursor:pointer;
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:15px;
	-webkit-appearance:none;
}
.mac-os .icontribute-select select {
	margin-left:10px;
}
.icontribute-select select option {
	font-family: FrutigerLTPro-Roman, Arial;
	font-size:15px;
	line-height:21px;
}
/* Target all Firefox */
@-moz-document url-prefix() { 
	.icontribute-select select {
		padding-top:12px;
		overflow:hidden;
	} 
}
.icontribute-select select.srReplacedSelect {
	width: 1px;
	position: absolute;
	left: -999em;
}
.icontribute-select ul.srList {
	list-style:none;
	padding:0;
	margin:0;
	width:300px;
}
.icontribute-select ul.srList li {
	display:none;
	background-color:#eee;
	color:#000;    
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 14px;
	padding:13px 0 1px 10px;
	width:290px;
	min-height:26px;
	cursor:pointer;
}
.icontribute-select ul.srList li:first-child { 
}
.icontribute-select ul.srList li:last-child {
}
.icontribute-select ul.srExpanded li.srHoverLi {
	background-color: #0080ff;
	color:#000;
}
.icontribute-select ul.srBlur li.srSelectedLi {
	display:block;
	color:#000;
	background: #eee url(http://media.jrn.com/designimages/icon-11.png) no-repeat 260px 0;
}
.icontribute-select ul.srFocus li.srSelectedLi{
	display:block;
	background: #eee url(http://media.jrn.com/designimages/icon-11.png) no-repeat 260px 0;
} 
.alert-select ul.srHoverUl li.srSelectedLi {
	display:block;
	background: #eee url(http://media.jrn.com/designimages/icon-11.png) no-repeat 260px 0;
}
.icontribute-select ul.srExpanded li.srSelectedLi { 
	display:block;
	background:none;
	background-color:#eee;
	color:#000;
}
.icontribute-select ul.srExpanded li.srSelectedLi:hover {
	background-color:#d6d6d6;
	color:#000;
	cursor:default;
}
.icontribute-select ul.srExpanded {
	position:absolute;
	z-index:1000;
}
.icontribute-select ul.srExpanded li {
	display:block;
}
/* END SELECT ------------------------------------------ */

/* end iContribute-form
   ------------------------------------------------------------- */
   /* /////////////////////////////////////////////////////////////
   **************************************************************** */ 
   
/* ///////////////////////////////////////////////////////////////
*****************************************************************
Search Results
--------------------------------------------------------------- */
.left-filtrs{
    display:none;
}
.filters-mobile p{
    background: #222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
    height:40px;
    margin:40px 0 0 0;
}
.filters-mobile span{
    color:#fff;
    font-size:18px;
    line-height: 40px;
    margin: 0 0 0 10px;
}
.search-result .next-post{
    background:url(http://media.jrn.com/designimages/bg_op.png) no-repeat 100% 16px;
    float:right;
    display:block;
    padding-right:24px;
    margin-right:10px;
    color:#fff;
    font-size:18px;
    line-height:37px;
    
    font-family: FrutigerLTPro-Light, Arial;
    
}
.search-result .open{
    background:url(http://media.jrn.com/designimages/bg_on.png) no-repeat 100% 16px;
}

.search-results-title h3{
    background: #222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
    font-family: FrutigerLTPro-Light, Arial;
    color:#fff;
    font-size:18px;
    height: 40px;
    line-height:40px;
    margin:0;
    padding: 0 0 0 10px;
}

.select-mobile-block{
    margin-top:10px;
}
.search-result .left-col .shadow-block{
    margin:10px 10px 0 10px;
}
.search-center{
    background-color:#eaeaea;
    height:40px;
    margin-bottom:18px;
    padding-left:10px;
    position:relative;
}
.search-center input[type="text"]{
    background:none;
    border:none;
    padding:0;
    margin:0;
    line-height:40px;
    height:40px;
    color:#666;
    font-size:18px;
    width:83%;
}
.search-center input[type="button"]{
    position:absolute;
    top:0;
    right:0;
    z-index:3;
    border:0;
    background:#0080ff url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
    width:40px;
    height:40px;
}
.search-center input[type="button"]:hover{
    background:#009 url(http://media.jrn.com/designimages/lupa.png) no-repeat 0 0;
    cursor:pointer;
}
.sub-text-search{
    font-size:13px;
    line-height:18px;
    margin-bottom:18px;
}

.list-search{
    margin-bottom:43px;
}
.bottom-list{
    margin-top:20px;
    margin-bottom:80px;
}
.list-search a{
    background-color:#eaeaea;
    color:#000;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    width:30px;
    height:30px;
    border-right:1px solid #fff;
}
.list-search a:hover{
    background-color:#222;
    color:#fff;
}
.list-search a.active{
    background-color:#222;
    cursor:default;
    color:#fff;
}
.result-block{
    margin-bottom:40px;
}
.result-block h2{
    font-size:24px;
    line-height:27px;
    margin-bottom:5px;
    color:#000;
}
.result-block h2 a{
    font-size:24px;
    line-height:27px;
    color:#000;
}
.result-block h2 a:hover{
    color:#009;
}
.field-separator{
    font-size:13px;
    line-height:18px;
    color:#666;
    margin-bottom:10px;
}
.field-text{
    font-size:13px;
    line-height:18px;
    color:#333;
    margin-bottom:10px;
}
.field-results-link a{
    line-height:18px;
}



/* ----------------------------------------------------------------
end Search Results
/* /////////////////////////////////////////////////////////////////
***************************************************************** */
/* content author
------------------------------------- */
.articles .body h2{
	display:none;
}
.design-author-block{
	margin-left:10px;
	margin-right:10px;
}
.author-block-new{
	overflow:hidden;
	margin-bottom:11px;
	border:1px solid #d8d8d8;
	padding:10px 10px 22px 10px;
}

.row-new-1{
	border-bottom: 1px dotted #cecece;
	overflow:hidden;
	padding-bottom:9px;
	margin-bottom:10px;
}
.row-new-1 span{
	display:block;
	width:50px;
	height:50px;
	margin-right:8px;
	float:left;
}
.row-new-1 span img{
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.author-header-new{
	float:left;
}
.author-header-new h4{
	color:#666!important;
	font-size:18px;
	margin:2px 5px 9px 0;
	font-family: FrutigerLTPro-Light, Arial;
}
.author-header-new a{
	margin-right:18px;
}
.row-new-2{
}
.about-author-new{
	color:#222;
	line-height:18px;
	font-size:13px;
	margin-bottom:10px;
}
.link-author-block{
	margin-top:10px;
	width:100%;
	float:left;
}
.link-author-block .gallery-button{
	background-color:#eaeaea;
	margin-right:9px;
} 
/* end content author
------------------------------------- */
/* end 12.08.14 */
.morning-blend-page .sub-nav-block{
	display:none;
}
.morning-blend-page .additional-logo.mobile{
	display:block;
	overflow:visible;
}
.morning-blend-page .additional-logo.mobile{
	text-align:center;
	padding-bottom:7px;
}
.morning-blend-page .additional-logo.mobile a{
	display:block;
	margin:0 10px;
}
.morning-blend-page .additional-logo.mobile img{
	max-width:100%;
}
/* menu-mobile-morning ---------------- */
.menu-mobile-morning{
	padding:10px 0;
}
.menu-mobile-morning ul{
	margin:0 10px;
}
.menu-mobile-morning ul li{
	border-right: 1px solid #666;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}
.menu-mobile-morning ul li:last-child{
	border-right:none;
	margin:0;
	padding:0;
}
.menu-mobile-morning ul li a{
	display:block;
	margin:3px 0;
}
/* end menu-mobile-morning ------------ */
/* search-the-morning page ------------ */ 
.search-morning{
	margin:0px 0 20px 0;
}
.search-morning form{
	margin:0 10px;
}
.search-morning, 
.morning-calendar, 
.morning-select,
.morning-input-text{
	float:none;
}
.morning-calendar, 
.morning-select{
	margin:0 0 10px 0;
}
.morning-select{
	height:30px;
}
.morning-calendar{
	background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2.png) no-repeat 97% 13px;
	width:100%;
}
.morning-calendar input{
	width:100%;
	cursor:pointer!important;
}

.morning-input-text{
	position:relative;
}
.morning-input-text div{
	margin:0 35px 0 10px;		
}
.morning-input-text input[type="text"]{
	width:100%;
	margin:0;
}
.morning-input-text input[type="submit"]{
	position:absolute;
	right:0;
	z-index:2;
	margin:0;
}

.sidebar-block.accordion-sidebar{
	display:none;
}
.accordion-sidebar.accordion-mobile .accordion-callendar{
	margin:10px 10px;
}
.accordion-callendar{
display:none;
}

.header-accordion-sidebar{
    background:#d84801 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
    height: 40px;
    margin: 0;
    width: 100%;
}
.header-accordion-sidebar.open{
	margin-bottom:10px;
}
.header-accordion-sidebar h3{
    color: #fff;
	line-height:40px;
    padding: 0 10px;
}
.header-accordion-sidebar h3 a{
	float:right;
	color:#fff;
}
.header-accordion-sidebar h3 a img{
	margin:-4px 0 0 10px;
}


.search-morning h3{
	background:#d84801 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
	color:#fff!important;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.search-morning h3 span{
	padding:0 10px;
}

.accordion-sidebar.accordion-mobile .accordion-callendar-content {
    background:#fff url(http://media.jrn.com/designimages/icon-i.png) no-repeat 98% 11px;
}
.accordion-sidebar.accordion-mobile .accordion-callendar-content:nth-child(2n) {
    background:#e4e4e4 url(http://media.jrn.com/designimages/icon-i.png) no-repeat 298% 11px;
}
.accordion-sidebar.accordion-mobile .accordion-callendar-title span {
    margin: 9px 2.4% 0 0;
}


.block-info-1{
	margin:0 20px 10px 20px;
}
.column-2 a{
	display:block;
}

.morning-blend-page .packersnews .for-mobile-headers .sponsored-link{
	float:none;
	margin-bottom:10px;
}
.morning-blend-page .packersnews .for-mobile-headers h1{
	color:#333;
}
.morning-blend-page .packersnews .for-mobile-headers span {
    color: #666;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}
.morning-blend-page .body{
	padding-bottom:0;
}
.morning-blend-page .social-author-block{
	position:relative;
	top:-10px;
}
.morning-blend-page .body .clearfix .sponsored-link,
.morning-blend-page .body h2,
.morning-blend-page .body span,
.field-coll.header{
	display:none;
}
.field-coll h2{
	text-align:center;
	margin-bottom:20px!important;
}
/* end search-the-morning page ------------ */ 
/* end 12.08.14 */

.left-col h3.header-mobile a.float-right{
    margin-right:10px;
    color:#fff; 
}
.left-col h3.header-mobile a.float-right font{
    font-weight:bold;
}
 
.morning-select ul.srExpanded{
    width:94%;
}
 
}
 
@media only screen and (min-width: 685px) {
.left-col h3.header-mobile{
    display:none;
}

}
/*===========================================================*/
/* BEGIN - jbg.global.generic.css - Template Version: 16 */
/*===========================================================*/
h3{ color:#666; }

a{ color:#0080ff; }
a:hover{ color:#009; }

.bookmark-block{
	background:#009 url(http://media.jrn.com/designimages/banner-top_blue.png) repeat-y 0 0;
}

.mobile-top-header a:hover{ color:#fff; }

/* navigation
------------------------------------- */
.navigation-search-block,
.mobile-search-navigation{
	background-color:#0080ff;
}
nav ul{border-left:1px solid #5d9eff; }
nav ul li{
	border-right:1px solid #5d9eff;
}
nav ul li:hover{background:#009 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;}
nav ul li a{color:#fff;}
nav ul li a:hover{color:#fff;}

nav ul li.active,
nav ul li.active:hover{
	background:#009 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}
nav ul li.active a,
nav ul li.active a:hover{color:#fff;}
.mobile-login a:hover{color:#009;}
/* END navigation
------------------------------------- */

/* SEARCH
------------------------------------- */
.search,
.mobile-search, 
.weather-desktop .mobile-search form{background-color:#009;}
.separator-search{
	background-color:#5d9eff;
}
/* END SEARCH
------------------------------------- */

/* .weather-desktop .sub-menu ----------------------- */

.weather-desktop .mobile-navigation-box .sub-menu,
.weather-desktop .mobile-navigation-box .copyright,
.html-weather-radar .mobile-navigation-box .sub-menu,
.html-weather-radar .mobile-navigation-box .copyright {background-color:#0080ff;}
.weather-desktop .sub-menu .links a,
.html-weather-radar .sub-menu .links a{ color:#009; }
.weather-desktop .sub-menu .links a:hover,
.html-weather-radar .sub-menu .links a:hover{ color:#fff; }
.weather-desktop .mobile-navigation-box .copyright,
.html-weather-radar .mobile-navigation-box .copyright{ border-top: 1px solid #5D9EFF; color:#5D9EFF; }
.sub-nav h1 ul li a:hover{ color:#3385FF; }
/* end .weather-desktop .sub-menu ----------------------- */

.sub-nav h1 ul li{ border-right:1px solid #666; }

@media only screen and (min-width: 1px) and (max-width: 1004px) {
/* MOBILE NAV
--------------------------------------------- */	
nav ul li {
	background-color:#0080ff;
	border-top:1px solid #5d9eff;
}
nav ul li a{color:#fff;}
nav ul li a:hover, 
nav ul li.active a, 
nav ul li.active a:hover {
	/*background:#009 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%!important;*/
	background:none;
	background-color:#009;
	color: #fff;
}	
/* END MOBILE NAV
-------------------------------------- */
.packersnews .for-mobile-headers h4{color:#0080FF;}
}

.sub-nav-block { background-color: #222; }

.content-author-row h4,
.content-author-row h4 a{ color:#0080FF; }

.content-author-row ul li:last-child a{
	padding-right:12px;
	background:url(http://media.jrn.com/designimages/greg-1.png) no-repeat 100% 7px;
}
.content-author-row ul li:last-child a:hover,
.content-author-row ul li:last-child a.active{
	background:url(http://media.jrn.com/designimages/greg-2.png) no-repeat 100% 7px;
	color:#009;
}

.social-author-form button{
	background-color:#fff;
	color:#0080FF;
}
.social-author-form button:hover{
	background-color:#009;
	color:#fff;
}

.row-top-block .content-box h2 a:hover,
.shadow-block .gallery-block .content-box h3 a:hover,
.gallery-block .content-box h3 a:hover,
.content-author-row ul li a:hover,
.left-col .related-stories-block .row .field-content h4 a:hover,
.field-from li a:hover,
.field-from li a:hover span,
#sideBar .sub-menu a:hover, 
.comments-block p a:hover{ color:#009; }

.field-from li a span{  color:#0080ff; }

.tabs li.current{ background-color: #0080ff; }
.tabs li { color: #0080FF; }

.time-stamp{ background-color:#0080ff; color:#fff; }
.section-name{ background-color:#d6d6d6; color:#000; }
.media-type{ background:url(http://media.jrn.com/designimages/black_60.png) repeat 0 0; color:#fff; }
.black-background{ background-color:#000; }

.gallery-button,
.sidebar-search input[type="submit"], 
.sidebar-block .content-authors .gallery-button{
    background-color: #fff;
    color: #0080ff; 
}
.gallery-button:hover, 
.sidebar-search input[type="submit"]:hover,
.sidebar-block .content-authors .gallery-button:hover{
	color:#fff;
	background-color:#009;
}

#sideBar .social a img{ }
#sideBar .social a img:hover{ }
.social-author-block a img{ background-color:#222; }


/* for mobile fersion
-------------------------------------------------- */
.mobile-top-header{ background-color:#0080ff; }
.active-navigation{ background-color:#0080ff; }
/* end for mobile fersion
-------------------------------------------------- */

@media only screen and (min-width: 1px) and (max-width: 684px) {
	
.next-post-article,
.info-box1-table1, 
.social{ background-color:#0080ff; }
.social a{ color:#fff; }	
/* sub-menu
------------------------------------- */
nav .copyright{ 
	color:#fff;
	background-color:#009; 
}
nav .sub-menu{
	color:#fff;
	border-top:1px solid #5d9eff;
	color:#5d9eff;
	background-color:#009;
}
nav .sub-menu a{ color:#fff; }
/* end sub-menu
------------------------------------- */	
.header-mobile, 
.about-ivote h3,
.top-news h3,
.comments-block h3{
	background-color:#222;
	color:#fff;
}

.weather-desktop .container-ivote .mobile-search-navigation .social a img:hover{ background-color: #009; }
	
}

/* nested-block-1
--------------------------------- */
.header-nestedblock1{
	background-color:#222;
}
.headerform-nestedblock1{
	background-color:#333;
}
.headerform-nestedblock1 .separator-search{
	background-color:#5c5c5c;
}

.headerform-nestedblock1 input[type="text"],
.headerform-nestedblock1 input[type="button"]{
	color:#fff;
}
.content-nestedblock1 ul.srList li {
	background-color:#0066FF;
	border-bottom: 1px solid #3385FF;
}
.content-nestedblock1 ul.srList li.srHoverLi {
	background-color: #009;
}
.content-nestedblock1 ul.srExpanded li.srSelectedLi { 
	background-color:#0066FF;
}
.content-nestedblock1 ul.srExpanded li.srSelectedLi:hover {
	background-color: #009;
}
.content-nestedblock1 .left-elements .select-element ul.srBlur li.srSelectedLi {
	background:#0066FF url(http://media.jrn.com/designimages/tr1.png) no-repeat  130px 13px;
}
.content-nestedblock1 .left-elements .select-element ul.srFocus li.srSelectedLi{
	background:#0066ff url(http://media.jrn.com/designimages/tr1.png) no-repeat  130px 13px;
}
.content-nestedblock1 .left-elements .select-element ul.srHoverUl li.srSelectedLi {
	background:#009 url(http://media.jrn.com/designimages/tr1.png) no-repeat  130px 13px;
}
.content-nestedblock1 .left-elements .select-element ul.srExpanded li.srSelectedLi { 
	background-color:#0066ff;
}
.content-nestedblock1 .left-elements .select-element ul.srExpanded li.srSelectedLi:hover { 
	background-color:#009;
}
.content-nestedblock1 .left-elements .grid_2 .temperature{
	font-family: FrutigerLTPro-Bold, Arial;
    font-size: 30px;
	font-weight:bold;
}
.content-nestedblock1 .left-elements .grid_2 .row-line{
	font-size:11px;
}
.content-nestedblock1 .left-elements .grid_2 .weather-variant{
	font-weight:bold;
}
.red-text,
.red-text span a{
	color:#f00;
}
.prew-nestedblock1 span{
	background-color:#0066ff;
}
.prew-nestedblock1 span a{
	color:#fff;
}
.prew-nestedblock1:hover span{
	background-color:#009;
}
/* end nested-block-1
--------------------------------- */

.gallery-item{
	background-color:#e5eaf2;
}

.contributors-sidebar .alphabet	a{
	color:#000;
}
.contributors-sidebar .alphabet	a:hover{
	color:#009;
}
/* 12.08.014 */
/* search-the-morning page ---------------- */
body.morning-blend-page .sub-nav-block{ background:rgba(34,34,34,.70); }
body.morning-blend-page.no-top-banner .sub-nav-block{ background:rgba(34,34,34,1); }
.search-morning h3{
	color:#666;
}
.sponsored-link a:hover font{
	background-color:#009;
}
.morning-input-text input[type="submit"]{
	background-color:#c30;
}
.morning-input-text input[type="submit"]:hover{
	background-color:#009;
}

.morning-select ul.srList li {
	background-color:#fff;
}
.morning-select ul.srList li.srHoverLi {
	background-color: #e4e4e4;
}
.morning-select ul.srExpanded li.srSelectedLi { 
	background-color:#e4e4e4;
}
.morning-select ul.srExpanded li.srSelectedLi:hover {
	background-color: #e4e4e4;
}
.morning-select ul.srBlur li.srSelectedLi {
	background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2.png) no-repeat  97% 13px;
}
.morning-select ul.srFocus li.srSelectedLi{
	background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2.png) no-repeat  97% 13px;
}
.morning-select ul.srHoverUl li.srSelectedLi {
	background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2.png) no-repeat  97% 13px;
}
@media only screen and (max-width: 684px) {
.morning-select ul.srBlur li.srSelectedLi {
    background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2a.png) no-repeat  97% 13px;
}
.morning-select ul.srFocus li.srSelectedLi{
    background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2a.png) no-repeat  97% 13px;
}
.morning-select ul.srHoverUl li.srSelectedLi {
    background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2a.png) no-repeat  97% 13px;
}
}
.morning-select ul.srExpanded li.srSelectedLi { 
	background-color:#e4e4e4;
}
.morning-select ul.srExpanded li.srSelectedLi:hover { 
	background-color:#e4e4e4;
}

.accordion-callendar-block h3 a:hover{
	color:#009;
}

.field-coll-social a{
	color:#333;
}
.field-coll-social a:hover{
	color:#009;
}

@media only screen and (min-width: 685px) and (max-width: 1004px) {
.morning-select ul.srBlur li.srSelectedLi {
	background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2.png) no-repeat  280px 13px;
}
.morning-select ul.srFocus li.srSelectedLi{
	background:#e4e4e4 url(http://media.jrn.com/designimages/tr-red2.png) no-repeat  280px 13px;
}
.morning-select ul.srHoverUl li.srSelectedLi {
	background:#cdcdcd url(http://media.jrn.com/designimages/tr-red2.png) no-repeat  280px 13px;
}
}

/* menu-mobile-morning ---------------- */
@media only screen and (max-width: 684px) {
.menu-mobile-morning{
	background:#222 url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%;
}

.menu-mobile-morning ul li a{
	color:#fff;
}
.morning-blend-page .additional-logo.mobile{
	background-color:#ff7c00;
}
}
/* end menu-mobile-morning ------------ */
.column-2 a{
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
	font-size:14px;
	line-height:21px;
}
.column-2 a:hover{
	color:#009;
}

/* end search-the-morning page ------------ */
/* end 12.08.014 */
/*===========================================================*/
/* BEGIN - font-awesome.css - Template Version: 1 */
/*===========================================================*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-user:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}










/* 
	main style for awesome
	-----------------------------
   ****************************** */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('http://graphics.jrn.com/webfonts/jrnweather/webfonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#simple-menu a{
	color:#b3d9ff;
	font-size:28px;
	margin:5px 7px 0 7px;
	float:left;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
#simple-menu a:before {
  content: "\f0c9"; 
}
#simple-menu a img{
	display:none;
}
#simple-menu a span {
	font-family: FrutigerLTPro-Roman, Arial;
    position: relative;
    top: -5px;
	left:10px;
	font-size:15px;
	color:#fff;
}
#right-menu a{
	color:#b3d9ff;
	font-size:28px;
	margin:5px 0 0 0;
	float:right;
	width:31px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
}
#right-menu a:before {
  content: "\f007"; 
}
#right-menu a img{
	display:none;
}

.header-weather-block font{
	float:right;
}
.header-weather-block font.tr-font{
	margin:0 0 0 6px;
	color:#fff;
	position:relative;
	top:2px;
}
.header-weather-block font.tr-font:before {
    content: "\f0d7";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}

.page-elements .video-element a{
	background-image:none!important;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	font-family: FontAwesome;
	/*display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
}
.page-elements .video-element a:hover{
	background-image:none!important;
	background-color:rgba(0,0,0,0.75);
	color:#a5a5a5;
}
.page-elements .video-element a.prev-video:before{
	content: "\f104";
	font-size:47px;
	line-height:50px;
	padding-left:14px;
}
.page-elements .video-element a.next-video:before{
	content: "\f105";
	font-size:47px;
	line-height:50px;
	padding-left:18px;
}

.page-elements .video-element a.play-video:before{
	content: "\f04b";
	font-size:24px;
	line-height:50px;
	padding-left:17px;
}
.page-elements .video-element a.pause-video {
    display: block;
    height: 50px;
    position: absolute;    
	left: 211px;
    top: 104px;
    text-decoration: none;
    width: 50px;
    z-index: 2;
}
.page-elements .video-element a.pause-video:before{
  	content: "\f04c";
	font-size:20px;
	line-height:50px;
	padding-left:15px;
}

.page-elements .bx-pager a{
	background-image:none!important;
	text-indent:0;
	padding:0 2px;
	overflow:visible;
	font-size:10px;
	font-family: FontAwesome;
	/*display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	color:#06f;
}
.page-elements .bx-pager a:before {
  content: "\f111";
}
.page-elements .bx-pager a:hover{
	color:#009;
}

.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:active,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:active,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background:none;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:normal;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:before{
	content: "\f105";
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:before{
	content: "\f104";
}
@media only screen and (min-width: 1005px) {
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
	top:130px;
	width:auto;
	height:auto;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
	font-size:80px;
}

.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal{ 
	color:#06f;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover{ 
	color:#009;
}

.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal{ 
	color:#06f;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover{ 
	color:#009;
}

.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover{ 
	color:#999;
}
}
@media only screen and (max-width: 1004px) {
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
	width:25px;
	height:50px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
	font-size:26px;
	line-height:50px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal{
	background-color:#06f;
}.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover{
	background-color:#009;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover{
	background-color:#999;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-top-left-radius:25px;
	-moz-border-bottom-left-radius:25px;
	-moz-border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	border-top-left-radius:25px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
	-webkit-border-bottom-right-radius:25px;
	-webkit-border-top-right-radius:25px;
	-moz-border-bottom-right-radius:25px;
	-moz-border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	border-top-right-radius:25px;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.weather-row .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover{ 
	color:#fff;
}
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:before{
	padding-left:5px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:before{
	padding-right:5px;
}
}
@media only screen and (max-width: 684px) {
.weather-row .jcarousel-skin-tango .jcarousel-next-horizontal:before{
	padding-left:10px;
}
.weather-row .jcarousel-skin-tango .jcarousel-prev-horizontal:before{
	padding-right:0;
	padding-left:5px;
}
}

.radar-maps .grid_4 a strong, 
.radar-maps .grid_2 a strong{
	background-image:none!important;
	background-color:#06f;
	color:#fff;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	font-family: FontAwesome;
	/*display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:40px;
	font-size:18px;
}
.radar-maps .grid_4:hover a strong, 
.radar-maps .grid_2:hover a strong{
	background-color:#009;
}
.radar-maps .grid_4 a strong:before,
.radar-maps .grid_2 a strong:before {
  content: "\f08e";
  position:relative;
  left:1px;
}

.weather-desktop .footer-transition img{
	display:none;
}
.weather-desktop .footer-transition span{
	padding-left:10px;
	top:-7px;
}
.footer-transition{
	margin-left:10px;
}

.footer-transition:before {
    content: "\f13a";
	font-size:40px;
	font-family: FontAwesome;
	/*display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;    
	position: relative;
    top: 1px;
}
.footer-transition.up:before {
  content: "\f139";
}

/*
.social-radar .next a{
	line-height:36px;
}
.social-radar .next a .fa-angle-right{
	background-color:#06f;
	color:#fff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color:#fff;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:30px;
	float:left;
	margin-right:10px;
}

.social-radar .next a:hover .fa-angle-right,
.more-maps-link a:hover{
	background-color:#009;
}
*/
.social-radar .next a img{
	display:none;
}
.social-radar .next a:before{
    content: "\f137";
	font-family: FontAwesome;
	/*display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
/*
.sponsored-link a font {
    background-color: #aaa;
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
	display:block;
	width:15px;
	height:15px;
	padding:0;
	text-align:center;
	float:left;
	margin-right:10px;
	line-height: 1;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f155";
  
}
.sponsored-link a font:before {
  content: "\f155";
}
*/











/* 9999 **** 6666 **** */

.navigation-right ul li font .size{
	color:#fff;
	font-size:21px;
	position:relative;
	top:3px;
}
.navigation-right ul li font .fa-facebook.size{
	right:5px;
}

.field-coll-social .fa{
	color:#999;
	font-size:14px;
	margin-right:5px;
}
.field-coll-social a:hover .fa{
	color:#009;
}

.info-box1-table1 .fa-play-circle.size,
.info-box1-table1 .fa-bullseye.size{
	color:#b2d8fe;
	font-size:27px;
	margin-right:3px;
	position:relative;
	top:4px;
}
.info-box1-table1 a:hover .fa-play-circle.size,
.info-box1-table1 a:hover .fa-bullseye.size{
	color:#009;
}
.info-box1-table1 a,
.info-box1-table1 a{
	position:relative;
	top:-3px;
}

.accordion-callendar-title h5{
	width:256px;
}
.accordion-callendar-title .fa-arrow-circle-down.size,
.accordion-callendar-title .fa-arrow-circle-up.size{
	color:#fff;
	font-size:27px;
	display:block;
	float:right;
	margin-right:10px;
	position:relative;
	top:4px;
}
.accordion-callendar-title .fa-arrow-circle-up.size{
	display:none;
}
.accordion-callendar-repeat.active .accordion-callendar-title .fa-arrow-circle-up.size{
	display:block;
	overflow:visible!important;
}
.accordion-callendar-repeat.active .accordion-callendar-title .fa-arrow-circle-down.size{
	display:none;
}

nav ul li.sub-navigation a{
    background:none;
	text-align:center;
}
nav ul li.sub-navigation a i{    
	display: block;
    font-size: 10px;
    position: relative;
    top: -13px;
}

nav ul li.sub-navigation .popup-content a{
	text-align:left;
}

.navigation-left ul li.close a span,
.navigation-left ul li.open a span {
    background: none;
}

.fw-button{
	border:none;
	background:none;
	width:39px;
	height:40px;
	cursor:pointer;
}
.fw-button .fa-search.size{
	color:#0080ff;
	font-size:30px;
}
.fw-button:hover .fa-search.size{
	color:#fff;
}

.fw-button-s{
	border:none;
	background:none;
	cursor:pointer;
	float:right;
}
.fw-button-s .fa-search{
	color:000;
	font-size:21px;
}

.block-email-address .fw-button-s{
	border:none;
	background:none;
	cursor:pointer;
	float:left;
}
.block-email-address .fw-button-s .fa-envelope{
	color:000;
	font-size:20px;
}

.indent .fa-plus{
	color:#fff;    
	font-size: 36px;
    left: 5px;
    position: relative;
    top: 3px;
}

.call-newsroom span{
	float:right;
	display:block;
	width:40px;
	height:40px;
	border-left: 1px solid #fff;
}
	
.call-newsroom span .fa-phone{
	color:#fff;
	font-size:30px;
	position:relative;
	left:8px;
	top:5px;
}

.sidebar-block .more-tmj4 .fa-chevron-down{
	background-color:#0080ff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color:#fff;
	line-height:34px;
	padding:0 8px;
	font-size:18px;
}
.sidebar-block .more-tmj4 .fa-chevron-down:hover{
	background-color:#009;
}

.center-results .search-center button{
	border:none;
	background:#0080ff;
	height:40px;
	width:40px;
	float:right;
}
.center-results .search-center button:hover{
	background-color:#009;
}
.center-results .search-center button .fa-search{
	color:#fff;
	font-size:30px;
}


.more-maps-link a:hover{
	background-color:#009;
}

.font-angle-left1{
	background-color:#06f;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color:#fff;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	position:relative;
	left:62px;
	margin:10px 0 5px 0;
}
.font-angle-left1 .fa,
.more-maps-link a .fa{
	line-height:34px;
	font-size:30px;
}

.more-maps-link a .fa-angle-left{
	position:relative;
	left:-2px;
}
.more-maps-link a .fa-angle-right{
	position:relative;
	right:-1px;
}

.more-maps-link a{
	background-color:#06f;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color:#fff;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	float:left;
	text-align:center;
}

.html-weather-radar .next-post-article h3 a .fa{
	font-size:24px;
	position:relative;
	top:1px;
}

.html-weather-radar .next-post-article .next-post{
	background:none;
	margin-right:10px;
	padding-right:0;
}
.html-weather-radar .next-post-article .next-post .fa{
	font-size:24px;
	position:relative;
	top:4px;
}

a.wi, 
a.wi:hover{
	background:none;
}
a.wi span {
    margin-left:0;
}
a.wi span .fa-angle-down{
	font-size:24px;
	position:relative;
	top:2px;
	margin-right:9px;
}

.drop-1{
	top:1px;
}
.drop-1 .fa-map-marker{
	color:#666;
	font-size:36px;
}

.left-menu-weather .social a{
    height: auto;
	padding-bottom:11px;
}
.left-menu-weather .social a:hover{
	background:none;
}
.left-menu-weather .social a .fa{
	background-color:#222;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color:#fff;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	float:left;
	text-align:center;
	font-size:24px;
	position:relative;
	left:7px;
	top:12px;
	margin-bottom:17px;
}
.left-menu-weather .social a:hover{
	background-color:#fff;
}

.sidebar-block .social a .fa{
	background-color:#222;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color:#fff;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:22px;
	position:relative;
	left:20px;
	margin-bottom:15px;
	top:11px;
	overflow:hidden;
}

.sidebar-block .social a .fa-google-plus{
	font-size:24px;
}
.sidebar-block .social a .fa-mobile{
	font-size:33px;
}

.info-box2 .fa-desktop{
	color:#0266ff;
	font-size: 17px;
    position: relative;
    top: 2px;
}

.social-blog-contributor a .fa{
	color:#fff;    
	font-size:34px;
    margin-bottom:3px;
    margin-top:4px;
}


.author-header-new a .fa{
	color:#a8a8a8;
	font-size:20px;
	position:relative;
	top:2px;
}

.field-social-author .fa{
	background-color:#222;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color:#fff;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:22px;
	position:relative;
	left:4px;
	margin-bottom:5px;
}
.field-social-author .fa-comment{
	left:12px;
}

.header-accordion-sidebar{ cursor:pointer; }

.journal-block .close-open{
	position:relative;
	left:8px;
}
.journal-block .fa-square{
	color:#222;
	font-size:17px;
	line-height:17px;
	position:relative;
	top:1px;
}
.journal-block a:hover .fa-square{
	color:#666;
}
.journal-block .fa-chevron-down,
.journal-block .fa-chevron-up{
    font-size: 9px;
    position: relative;
    right: 12px;
    top: -3px;
	color:#fff;
}

/* 
	end main style for awesome
   ******************************
	----------------------------- */
/*===========================================================*/
/* BEGIN - jbg.global.localoverrides.css - Template Version: 177 */
/*===========================================================*/
/* weather block logo overrides */
body.todaystmj4 #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/stormteam4-weather-logo.png); }
body.css620wtmj #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/stormteam4-weather-logo.png); }
body.kgun9 #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/kgun_weather.png); }
body.ksawtv #weatherBlock .header-nestedblock1 a { background: url(http://media.jrn.com/designimages/ksaw_weather.png) no-repeat right center; }
body.fox4now #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/wftx_weather.png); }
body.fox47news #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/wsym_weather.png); }
body.kivitv #weatherBlock .header-nestedblock1 a { background: url(http://media.jrn.com/designimages/kivi-OYS-FORECAST.png) no-repeat right center; }
body.fox9now #weatherBlock .header-nestedblock1 a { background: url(http://media.jrn.com/designimages/kivi_weather.png) no-repeat right center; }
body.kmir6 #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/kmir_weather.png); }
body.kmtv #weatherBlock .header-nestedblock1 a { background: url(http://media.jrn.com/designimages/kmtv_weather.png) no-repeat 10px bottom; width: 97px;}
body.ktnv #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/ktnv_weather.png); }
body.nbc26 #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/wgba_weather.png); }
body.power965 #weatherBlock .header-nestedblock1 a,
body.ktts #weatherBlock .header-nestedblock1 a { background: url(http://media.jrn.com/designimages/ktts_weather.png) no-repeat 0 0; }
body.kfdi #weatherBlock .header-nestedblock1 a { background-image: url(http://media.jrn.com/designimages/kfdi_footer_logo.png); }
body.newschannel5 #weatherBlock .header-nestedblock1 a { background: url(http://media.jrn.com/designimages/nc5storm-weather-logo.png) no-repeat right center; }

/* weather block search button. we use submit due to some js */
.headerform-nestedblock1 input[type="submit"]{
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	float:right;
	width:35px;
	cursor:pointer;
	color:#fff;
	border-left: 1px solid #0066FF;
}

/* Newsletter form uses submit, not button */
.social-author-form input[type="submit"] {
border: none;
height: 30px;
line-height: 30px;
text-align: center;
width: 80px;
float: right;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.social-author-form input[type="submit"] {
background-color: #fff;
color: #0080FF;
}
.social-author-form input[type="submit"]:hover {
background-color: #009;
color: #fff;
}

.field-social-author.bottom-sharing-tools { float: none;margin: 12px auto;width: 240px; }


.comments-block h3 { background-image: none; }

#sideBar .sub-menu .links,
#sideBar .copyright { font-size: 11px; }
#sideBar .sub-menu { margin-top:20px; }

/* SLIDER
------------------------------------ */    
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom:20px;
    padding: 0;
    *zoom: 1;  
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(0,0,0,.4);
     -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(0,0,0,.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(0,0,0,.4);
    /*height:480px;*/
}

.bx-wrapper li{
    overflow:hidden;
    text-align:center;
    max-width:100%;
    overflow:hidden;
}


.photo-galery{
    background-repeat:no-repeat!important;
    background-position:center center!important;
    /*height:480px;*/
    overflow:hidden;
    width:100%;
    overflow:hidden;
}
.photo-galery img{
}

.bx-wrapper img {
    height:100%;
}

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -25px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(http://media.jrn.com/designimages/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 20px;
    
    display:none;
    
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
    display:none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #0080ff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #009;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-prev,
.bx-next{
    position:absolute;
    z-index:500;
    display:block;
    width:50px;
    height:50px;
    margin-top:-25px;
    text-decoration:none;
    text-indent:-9999px;
}

.bx-prev {
    left:10px;
    top:50%;
    background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 0;
}

.bx-prev:hover{
    background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat 0 -50px;
}

.bx-next{
    right:10px;
    top:50%;
    background:url(http://media.jrn.com/designimages//pager_video.png) no-repeat -50px 0;
}
.bx-next:hover{
    background:url(http://media.jrn.com/designimages/pager_video.png) no-repeat -50px -50px;
}

.bx-wrapper .bx-controls-direction a {
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width:50px;
    height:50px;
    outline: 0;
    background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-auto .bx-start:hover{
    background:url(http://media.jrn.com/designimages/play_video.png) no-repeat 0 -50px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width:50px;
    height:50px;
    outline: 0;
    background:url(http://media.jrn.com/designimages/stop_video.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover{
    background:url(http://media.jrn.com/designimages/stop_video.png) no-repeat 0 -50px;
}

.bx-controls-auto .bx-controls-auto-item .active{
    display:none!important;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    display:none;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-25px;
    width:50px;
    height:50px;
}

.bx-wrapper .bx-caption {
}
.bx-wrapper .bx-caption span {
}

.galery-repeat-block .separator{
	margin: -20px 0 10px 0;
	position: relative;
	color: black;
	text-align: left;
}
.galery-repeat-block .separator p{
	margin: 0;
	min-height: 30px;
	padding: 15px 125px 25px 15px;
	background: #eee;
}
.galery-repeat-block .separator p.empty {
	padding: 0;
	min-height: 0;
}
.galery-repeat-block .separator p.empty-ap{
	padding: 0;
}
.galery-repeat-block .separator p.ap-no-video{
	padding-right: 15px;
}
.galery-repeat-block .separator span{
    color:#999;
}
.galery-repeat-block .separator #autoplay-controls {
	position:absolute;
	top:10px;
	right:10px;
	font-size: 0.85em;
}
.photo-galery .play-video {
display: block;
width: 80px;
height: 80px;
position: absolute;
left: 45%;
top: 40%;
margin-top: 0;
margin-left: 0;
text-decoration: none;
z-index: 4;
}
.play-video:hover { background: none; }
/* end SLIDER
-------------------------------------- */

/* iframe-video-block
----------------------------------- */
.iframe-video-block{ 
	padding-bottom:10px;
	overflow:hidden;
	width:300px;
}
.iframe-video-block a{
	color:#000;
	text-decoration:none;
}
.iframe-video-block a:hover{
	color:#009;
}
.iframe-video-block h3 {
	font-family: FrutigerLTPro-Bold, Arial;
    margin:0 0 15px 0;
	padding:13px 0 0 0;
    color:#666;
	/*text-transform:capitalize;*/
	font-weight:normal;
	font-style:normal; 
	font-size: 14px;
}
.iframe-video-block .iframe-videos{
	margin-bottom:7px;
	height:170px;
	overflow:hidden;
}
.iframe-video-block .iframe-videos a{
	position:relative;
	display:table;
	width:100%;
	height:170px;
	overflow:hidden;
}
.iframe-video-block .iframe-videos a img{ width:100%; }
.iframe-video-block .iframe-videos a.horizontal-img img{ height:70px; }
.iframe-video-block .iframe-videos a.vertical-img img{ width:70px; }
.iframe-video-block .iframe-videos span{
	background-color:#0080ff;
	color:#fff;
	font-family: FrutigerLTPro-Bold, Arial;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	display:block;
	padding:10px 15px;
	position:absolute;
	left:0;
	top:0;
	/*text-transform:capitalize;*/
}
.iframe-video-block .sub-text{
	border-bottom: 1px solid #d6d6d6;
	font-size:18px;
	line-height:24px;
	padding-bottom:10px;
	margin-bottom:10px;
    font-family: FrutigerLTPro-Bold ,Arial;
    font-style: normal;
    font-weight: normal;
}
.iframe-video-block .sub-text a{
	font-size:18px;
	line-height:24px;
}
.iframe-video-block .row-authors{
	clear:both;
	overflow:hidden; 
	border-bottom: 1px solid #d6d6d6;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top:-4px;
}
.iframe-video-block .row-authors a{
	color:#000;
	font-family: FrutigerLTPro-Bold, Arial;
    font-style: normal;
    font-weight: normal;
}  
.iframe-video-block .photo-authors{
	display:block;
	float:left;
	width:70px;
	height:70px;
	overflow:hidden;
	margin-right:12px;
}
.iframe-video-block .photo-authors a img{
	overflow:hidden;
	margin-top:4px;
}
.iframe-video-block .content-authors{
	display:table-cell;
	vertical-align:top;
}
.iframe-video-block .content-authors h5{
	color:#0080ff;
	font-family: FrutigerLTPro-Bold, Arial;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	/*text-transform:capitalize;*/
	margin:4px 0 0 0;
	padding:0;
}
.iframe-video-block p {
	font-family: FrutigerLTPro-Bold, Arial;
	font-weight:normal;
	font-style:normal;
    font-size: 14px;
    line-height: 18px;
    margin:4px 0 0 0;
	padding:0;
}
.iframe-video-block .gallery-button{
	font-family: FrutigerLTPro-Bold, Arial;
	font-weight:normal;
	font-style:normal;
	display:block;
	background-color:#eaeaea;
	color:#000;
	float:left;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:14px;
	text-decoration:none;
}
.iframe-video-block .gallery-button:hover{
	color:#fff;
	background-color:#009;
}
.iframe-videos.no-image,
.iframe-videos.no-image a {
	height: 35px;
}

/* end iframe-video-block
----------------------------------- */

/* =========================== */
/* ===== GENERAL fixes ======= */
/* =========================== */
.content-author-row ul li:last-child a.no-teaser {
background-image: none;
}

#top-story-area .body img {
float: left;
margin: 0 10px 10px 0;
}

.social-author-block { clear: both; }

.packersnews {
overflow:hidden;
}

#autoplay-iframe{
margin-top: -10px;
margin-bottom: 10px;
overflow: hidden;
float: right;
}

#top-story-area .body a {
background-color: #ddd;
}

#top-story-area .body a:hover {
background-color: #06F;
color: #FFF;
}
#top-story-area .body .sponsored-link a,
#top-story-area .body .sponsored-link a:hover { background-color: transparent;color:#999; }

#pending-container{
overflow: hidden;
visibility: hidden;
position: absolute;
bottom: 0;
min-height:400px;
}

.content-nestedblock1 .right-elements .sponsoredby{
	height:auto;
}

.gallery-block.gallery-banner { width:300px; /*height:280px;*/ }
.featured-content-block.initial-hide { display: none; }

.sub-nav h1 a:active,
.sub-nav h1 a:hover,
.sub-nav h1 a { color: white; }

nav li.section-primary.closings-active {  background: #F00 url(http://media.jrn.com/designimages/shadow-top.png) repeat-x 0 0; }
nav li.section-primary.closings-active:hover {  background: #EAEAEA url(http://media.jrn.com/designimages/shadow-navigation.png) repeat-x 0 100%; }

.sub-nav-dropdown a { display: none; }
.body-generic.no-top-banner .sub-nav-dropdown a { display: inline; }

.watch-live .coll2 a { display: inline; }

.main-left-top .gallery-block .sport-block a ,
.gallery-block .sport-block a { background-size: cover; }
.gallery-banner { margin-top:0;border:0; }

h3.grid-title { padding: 5px 10px;font-weight: bold; }
.iframe-video-block p.hl-author-bio { font-family: FrutigerLTPro-Light, Arial; }
.input-icontribute{ margin-right:10px; }

/* ---------------------------------- */
/* Hiding nav until URL is replaced */
nav ul li a { display: none; }

/* Expanding Ad Fixes */
.top-header { overflow:visible; }
.top-banner { width:728px;height:90px;position:relative; }

/* Video & Gallery thumbnail Fixes */
/*.sport-block img {position:inherit !important; }*/
#container .sport-block.sport-photo { height:170px; }

.column-2{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.articles .sub-nav-block { height: auto; padding-bottom: 15px; }

div.taboola-links { margin: 10px 35px; }

/* =========================== */
/* ===== DESKTOP fixes ======= */
/* =========================== */
@media screen and (min-width: 1005px) {
.no-top-banner .navigation-search-block nav ul li:first-child { display: none; }
.sidebar-top-banner .right-banner { margin-top: 15px; }
.sidebar-block .featured-videos a { height: 200px; background-size: cover;}
.content-nestedblock1 .left-elements .select-element select option { background-color:#06f; }
body.no-top-banner header { z-index:1201; }
.newschannel5-news-newschannel-5-investigates .story-span-formatting span { display: inline; color: black; margin-bottom: 0; }
.article-author .text-block p { margin-bottom: 10px; }
.menu-mobile-morning,
.additional-logo.mobile{
	display:none;
}
.articles .sub-nav-block { height: 80px; }
.articles .sub-nav h1 { font-size:36px; }
.no-top-banner .additional-logo { display: none; }

#top-story-area .ndn_embedContainer { margin: 10px 35px; }

}
/* =========================== */
/* ===== narrow TABLET fixes ===== */
/* =========================== */
@media only screen and (min-width: 685px) and (max-width: 1004px) {
.additional-logo{ display: none; }
.sidebar-block .featured-videos a { height: 200px; background-size: cover;}
.content-nestedblock1 .left-elements .select-element select option { background-color:#06f; }

/*for stories brought in by worldnow */
.newschannel5-news-newschannel-5-investigates .story-span-formatting span { display: inline; color: black; margin-bottom: 0; }

/*to fix a bug on jrn tablet news flow*/
.left-col { width: 355px; }

.photo-galery .play-video { left: 38%; top: 30% }
.packersnews .for-mobile-headers{ display: none; }
.menu-mobile-morning,
.additional-logo.mobile{
	display:none;
}
.articles header { height: auto; }
.articles .sub-nav-block { height: 100px; }
.articles .sub-nav h1 { font-size:36px; }
#content { background-image: none; }
.additional-logo { display: block; }
.no-top-banner .additional-logo,
.no-top-banner .sub-nav-block { display: none; }

}
/* =========================== */
/* ===== MOBILE overrides ====== */
/* =========================== */
@media only screen and (min-width: 1px) and (max-width: 684px) {

.OUTBRAIN { display: none; }
#container .sport-block.sport-photo { height:auto; }
.field-social-author:last-child { display: block; padding-top: 5px; }
.gallery-block { width: 100%; } /* fix for mobile latest news */
body.articles #content { margin-top:40px; }
.articles header { height: auto; }
.for-mobile-headertitle h1{ text-transform:none; }

/*for stories brought in by worldnow */
.newschannel5-news-newschannel-5-investigates .story-span-formatting span { display: inline; color: black; margin-bottom: 0; }

.photo-galery .play-video { left: 38%; top: 30% }

.sub-nav-block{
	display:none;
}
.additional-logo.mobile{
	display:block;
	overflow:visible;
}
.additional-logo.mobile{
	text-align:center;
	padding-bottom:7px;
}
.additional-logo.mobile a{
	display:block;
	margin:0 10px;
}
.additional-logo.mobile img{
	max-width:100%;
}
a.clear-button-mobile {
	font-family: FrutigerLTPro-Bold, Arial;
	background-color: #c30;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	margin: 0 auto 10px;
	width: 50px;
}
.design-author-block { background-color:white;padding:7px; }

}
/* ===================================== */
.shadow-block .separator{margin: -20px 0 10px 0;
	position: relative !important;
	color: black!important;
	text-align: left!important; }
.shadow-block .separator p.ap-no-video {margin: 0;
	min-height: 30px!important;
	padding: 15px 125px 25px 15px!important;
	background: #eee!important;}	
.shadow-block .separator span{color:#999!important;}
.social-author-form input[type="text"],
.social-author-form input[type="email"]{ width:186px !important; }
table.cmP_survey input {width: 206px;}
table.cmP_survey span.cmP_label{margin-bottom: 1px; display:inline;}
table.cmP_survey span.cmP_requiredSubQuestion{margin-bottom: 1px; display:inline;}
table.cmP_survey span.cmP_questionNumber{margin-bottom: 1px; display:inline;}
table.cmP_survey span.cmP_requiredQuestion{margin-bottom: 1px; display:inline;}
table.cmP_survey td.cmP_question{width: 290px;}
@media only screen and (min-width: 1px) and (max-width: 684px) {
table.cmP_survey input {width: 75px; }
    }
.accordion-sidebar{margin-bottom:15px;}

.ad-div{background-color: #ccc !important;}
