
/* HEADER */
.header {
	background-color: black;
	padding: 40px 0 0;
	margin-bottom: 20px; 
	color: white;
}
.header .grid-container {padding-bottom: 5px;}

@media screen and (min-width: 69.63em) {
	.logo-wrapper {margin-right: -25px;}
	#site-navigation {
		margin-right: -57px !important;
		max-height: 66px;
		overflow: hidden;
	}

}

.logo {width: 228px !important; }
.menu {
	display: inline;
	list-style: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}


.grid65 {padding-left:30px;}
nav {margin-right: -6.5%;}
.menu li {
	float: left; 
	width: auto; 
	margin: 5px 0;
}
.menu li a {
	color: white;
	display: block;
	padding: 25px 3px;
	border-left: 1px solid #aaa;
	font-size: 0.75rem;
	text-align: center;
	-webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
	
}
.menu li:first-child a {border-left: 1px solid #000;}
.menu li:hover a,
.menu .current-menu-item a { 
	color: #0075a0;
	border-left: 1px solid #0075a0;
}
.menu li:hover + li a {border-left: 1px solid #0075a0;}
.menu li:last-child:hover {border-right: 1px solid #0075a0;}

/*@media screen and (max-width: ) {
	.on-air-embedded {display: none;}	
}*/

.on-air-dj-names {display: none;}
.showtime {
	margin: -30px 0 0 10px; 
	padding: 0 0 0 12px;
	text-align: center;
}
.on-air-dj-avatar {
	display: block;
	float: left;
	width: 50%;
}
.showtime > a {
	position: relative;
	top: -4px;
	display: block;
	color:#dd5a2c;
	font: normal 500 10px/23px "minion-pro", serif;
}
.showtime > a:hover {
	color:white; 
	font-size: 12px;
}
.showtime h3{
	float: right;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 4px;
	font: italic normal 11px/14px "minion-pro", serif;
	color:#0075a0;
	text-align: left;
}

.showtime .on-air-list {
	margin-bottom: 0;
}
.showtime .on-air-dj-title {
	float: left;
	width: 50%;
	/*padding-right: 10px;*/
	font-size: 11px;
	text-align: left;
}
.showtime > a img {
	width: 80%;
}

/* MAIN*/
.title-bar {
	display: block;
	background-color: #0075a0;
	color:white;
	padding: 5px 10px;
	text-transform: uppercase;
	overflow: hidden;
}
.archive .title-bar {height: 44px;}


.slideshow {padding-bottom: 20px;}
.slider {position: relative;}
.excerpt {
	position: absolute;
	bottom: 0;
	left:0;
	background-color: rgba(0,0,0,0.65);
	color:white;
	padding: 10px;
	width: 100%;
}

.excerpt h2 {padding-right: 5px;}
.excerpt p {
	margin-bottom: 5px;
	display: inline;
	font-size: 0.81rem;
}
/*.excerpt span {display: block;}*/
.excerpt .more {display: inline; font-style: italic; font-size: 12px; padding-left: 5px;}
.border:hover .title-bar { background-color: black;}

.block-title {
	border-bottom: 1px dotted gray;
	padding-bottom: 6px;
	margin-bottom: 11px;
	font-weight: 600;
}
.block-title,
.title-bar {letter-spacing: 0.5px;}


.footer { 
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #000;
	color: #999;
	line-height: 1.5;
}

.footer a {
	color: #ccc;
}

.footer-menu {
	float: left;
}
.footer-menu li {
	padding-bottom: 10px;
	text-transform: uppercase;
}

.search {
	float: right;
}

.dsn {
	padding-top: 30px;
}

.hide {visibility: hidden !important;}

/* SIDEBAR */
.featured {
	display: block;
	padding: 6px 1px 6px 0;
	overflow: hidden;
	margin-bottom: 2px;
}
.featured:hover {background-color:#dcdfe0;}
.featured img {float: left;padding-right: 5px;}
.featured span {
	display:block; 
	font-size: 11px; 
	font-weight: 600;
	padding: 0;
	margin:0; 
}

.newspaper {
	padding-bottom: 20px;
}
.newspaper-archive {
	font: normal normal 9px "minion-pro", serif;
	padding-bottom: 7px;
}
.newspaper-archive span {color: #0075a0;}

.textwidget {
	padding-bottom: 20px;
}
.search {padding-bottom:20px;}
.search-box {
	width: 66%;
	height:26px;
	background-color: #ccc;
	color: #000;
	content: '&nbsp;';
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
   color: #000;
}

.search .submit {
	font-family: "minion-pro", serif;
	float: right; 
	font-size: 10px;
	margin: 0;
	padding: 6px 0 0 0;
	background-color: transparent;
	color: #fff;
	border: none;
	outline: none;
	text-align: right;
}
.menu select {
	margin-top: 40px; 
	/*width:80%;*/
	width: 160px;
	height: 50px;
}

.upp {text-transform: uppercase;}
.more {color: #0075a0;}
/* SINGLE */

aside .border {margin-bottom: 11px;}
.single em {font-size: 9px;}
.post-title {
	border-bottom: 2px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.post img {padding: 0 10px 10px 0;}

.post img.alignleft {float: left;}
.post p {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1.3;
}

.border {border: 1px solid gray; margin-bottom: 20px; display: block;}
.trans {
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.button {
	display: block;
	margin: 10px 0;
	padding: 10px;
	background-color: #0075a0;
	color: white;
	letter-spacing: 0.5px;
	text-align: center;
}

.button__secondary {display: inline;}

.button:hover {
	letter-spacing: 2px;
}

.button__secondary:hover {
	background-color: #000;
	letter-spacing: 0.5px;
}

article ul {margin-left: 40px;}
article li {
	list-style: disc;
	line-height: 1.5;
}
.med-thumb img,
.category-container img {
	max-width: 100%;
	max-height: 210px; 
	overflow: hidden;
}

@media screen {
	.left {padding-left: 0 !important;}
	.right {padding-right: 0 !important; float: right !important;}
	.right:after {clear:both;}
	.gutter10 {padding-right: 5px !important;}
}
@media screen and (max-width:937px) {
	.menu li{display:none;}
	.menu select {display:inline-block;}
	.left {padding-left: 10px !important;}
	.right {padding-right: 10px !important;}
	.gutter10 {padding-right: 0 !important;}

}

@media screen and (min-width:938px) {
	.menu select {display:none;}
	/*.menu li {display:block;}*/
}

@media screen and (max-width:984px) {
	.menu li a {font-size: 0.63rem;}
	.grid20 {width:16%;}
}

@media screen and (min-width:1205px) {
	#menu-neapolisnews {height: 0;}
 	.grid65 {padding-left:0;}
 	.menu li a {
	font-size: 0.81rem;
	letter-spacing: 0.5px;
	padding: 25px 5px; 

 }
 .showtime > a {font-size: 11px;}
 .featured span {font-size: 12px;}
 .search .submit {font-size: 11px;}
 .newspaper-archive {font-size: 11px;}
 .single em {font-size: 11px;}
 .gutter10 {padding-right: 15px !important;}

}

.border-img {border: 1px solid #ccc;}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../img/AjaxLoader.gif) no-repeat center center
}

.banner{
	padding-bottom: 20px;
}

.primary-sidebar * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.banner.half-width {
	width: 50%;
	float: left;
	padding-right: 10px;
}
.banner.oneThird-width {
	width: 33.3%;
	float: left;
}
.banner.half-width:nth-of-type(2n),
.banner.oneThird-width:nth-of-type(3n) {
	padding-right: 0;
	padding-left: 10px;
}

.flash {
	display: none;
	width: 100%; height: 100%; margin: 0 auto; text-align: center;
}

@media screen and (min-width: 1025px) {
	.flash { display:inherit;}
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container.ekloges {
    padding-top: 2000%;
}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}