
/*
	 Template Name: Cornike - Business HTML5 Template
	 Author: Tripples
	 Author URI: https://themeforest.net/user/tripples
	 Description: Cornike - Business HTML5 Template
	 Version: 1.0
*/

/* Table of Content
==================================================
1.    Typography
2.    Global Styles
3.    Top Bar
4.    Header area
5.    Slider
6.    Call to action
7.    Features
8.    Factsre
9.    Services
10.   Project area
11.   Content area
12.   Testimonial
13.   Subscribe area
14.   News section
15.   Footer
16.   Sub Pages
17.   Contact Us
18.   News Listing
19.   News Single
20.   Sidebar
21.   Error page
	
*/

@import url(https://fonts.googleapis.com/css?family=Source Sans Pro:400,700);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);



.vc_video-bg-container.video-bg:before{
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);

}

.vc_video-bg-container.video-bg .thw-title-shortcode{
	position: relative;
	z-index: 2;
}

/* Typography
================================================== */

body{
	background:#fff;
	color: #333;
}


body, p {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 24px;
	font-size: 16px;
	text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6{
	color: #1c1c1c;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

h1{
	font-size: 36px;
	line-height: 48px;
}

h2{
	font-size: 28px;
	line-height: 36px;
}

h3{
	font-size: 24px;
	margin-bottom: 20px;
}

h4{
	font-size: 18px;
	line-height: 28px;
}

h5{
	font-size: 14px;
	line-height: 24px;
}

.alert .icon {
	margin-right: 15px;
}

/* Global styles
================================================== */

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width:480px)  { 
	body{
		padding-top: 35px;
	}
}

.body-inner{
	position: relative;
	overflow: hidden;
}


a:link,
a:visited{
	text-decoration: none;
}

a{
	color: #002065;
}


a:hover{
	text-decoration: none;
	color: #4f73bf;
}

a.read-more{
	color: #4f73bf;
	font-weight: 700;
	text-transform: uppercase;
}

a.read-more:hover{
	color: #4f73bf;
}

section, .section-padding{
	padding: 15px 0;
	position: relative;
}

section.block-wrapper.roi {
	padding: 15px 0 0;
}

section.block-wrapper.special-sections {
    padding-bottom: 20px;
}

section.banner-wrapper {
	padding: 30px 0;
	margin: 40px 0 60px;
	background: #eaeaea;
}

section.special-sections.display4 {
	padding: 50px 0 20px;
}


.special-sections .sidebar .widget {
    margin-bottom: 0;
}

.no-padding{
	padding: 0;
}

.padding-30 {
	padding: 30px 0;
}

.p-top-0{
	padding-top: 0;
}

.p-bottom-0{
	padding-bottom: 0;
}

.m-top-0{
	margin-top: 0 !important;
}

.m-bottom-0{
	margin-bottom: 0;
}

.m-bottom-30{
	margin-bottom: 30px;
}

.media>.pull-left{
	margin-right: 20px;
}

img.banner{
	display: inline-block;
}

.gap-100 {
	clear: both;
	height: 100px;
}

.gap-60 {
	clear: both;
	height: 60px;
}

.gap-50 {
	clear: both;
	height: 50px;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

.gap-15 {
	clear: both;
	height: 15px;
}

.mrb-30{
	margin-bottom: 30px;
}

.mrb-80{
	margin-bottom: -80px;
}

.mrt-0{
	margin-top: 0 !important;
}

.pab{
	padding-bottom: 0;
}

a:focus{
	outline: 0;
}

img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}

img.pull-right {
	margin-left: 20px;
	margin-bottom: 20px;
}

ol, ul{
	margin-bottom: 20px;
}

.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ts-padding {
	padding: 60px;
}

.solid-bg{
	background: #f9f9f9;
}

.solid-row {
	background: #f0f0f0;
}


/* Dropcap */

.dropcap {
	font-size: 44px;
	line-height: 50px;
	display: inline-block;
	float: left;
	margin: 0 12px 0 0;
	position: relative;
	text-transform: uppercase;
}

/* Video responsive */

.embed-responsive {
	padding-bottom: 56.25%;
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
}

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

/* Input form */

.form-control{
	box-shadow: none;
	border: 1px solid #dadada;
	padding: 5px 20px;
	height: 40px;
	background: none;
	color: #959595;
	font-size: 12px;
	border-radius: 0;
}

.form-control:focus{
	box-shadow: none;
	border: 1px solid #4f73bf;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	height: 1px;
	margin: 40px 0;
}

blockquote{
	position: relative;
	background: #f7f7f7;
	padding: 45px 50px 30px;
	border: 0;
	margin: 50px 0 40px;
	font-size: 22px;
	line-height: 34px;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400;
	text-align: center;
}


blockquote:before{
	position: absolute;
	content: '\f10e';
	font-family: FontAwesome;
	font-size: 24px;
	padding: 8px 15px;
	top: -30px;
	left: 50%;
	margin-left: -44px;
	color: #fff;
	background: #002065;
}

cite {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

blockquote.pull-left {
	padding-left: 15px;
	padding-right: 0;
	text-align: left;
	border-left: 5px solid #eee;
	border-right: 0;
}

/* Button */

.btn-primary,
.btn-dark{
	border: 0;
	border-radius: 0;
	padding: 12px 25px 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.btn-white.btn-primary {
	background: #fff;
	color: #4f73bf;
}

.btn-primary {
	background: #4f73bf;
}

.btn-dark {
	background: #242427;
}


.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover{
	background: #272d33;
	color: #fff;
}

.general-btn{
	clear: both;
	margin-top: 50px;
}

/* Ul, Ol */

.list-round, 
.list-arrow,
.list-check{
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-round li{
	line-height: 28px;
}

.list-round li:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right: 10px;
	color: #4f73bf;
	font-size: 12px;
}

.list-arrow{
	padding: 0;
}

ul.list-arrow li:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 10px;
	color: #4f73bf;
	font-size: 16px;
}


ul.list-check li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 10px;
	color: #4f73bf;
	font-size: 14px;
}


/* Bootstrap */

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a{
	border: 0;
	background: none;
}

.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}

.pattern-bg {
	background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

/* Common styles
================================================== */

/*-- Block padding --*/

.pad-0{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom:0;
}

.pad-r{
	padding-right: 2px;
}

.pad-l{
	padding-left: 2px;
}

.pad-r-small{
	padding-right: 1.5px;
}

.pad-l-small{
	padding-left: 1.5px;
}

.pad-l-0{
	padding-left: 0;
}

.pad-r-0{
	padding-right: 0;
}

/*-- Block title --*/

.smallmediascr, .mobiledev {
	display: none;
}

.related-posts {
	margin-top: 40px;
}

.related-posts .block .caption{

}

.block-title, .related .block-title {
/*	font-size: 14px;*/
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0  30px;
	border-bottom: 2px solid #002065;
}

.sidebar .block-title, .related-posts .block-title {
	font-size: 14px;
}

.block-title > span, .related .block-title > span{
	background: #002065;
	color: #fff;
	height: 30px;
/*   line-height: 30px;
   padding: 8px 15px;*/
	line-height: 32px;
	padding: 6px 15px;
   position: relative;
}

.sidebar .block-title > span, .related-posts .block-title > span {
	line-height: 28px;
}

.block-title > span:after, .related .block-title > span:after{
	border-color: #002065 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -20px;
	margin-left: -10px;
	left: 50%;
	border-width: 10px;
	border-style: solid;
}

/*.block-title.politiki {
	border-bottom: 2px solid #0e3b86;
}

.block-title.politiki > span {
	background: #0e3b86;
}

.block-title.politiki > span:after{
	border-color: #0e3b86 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.block-title.oikonomia {
	border-bottom: 2px solid #418CFC;
}

.block-title.oikonomia > span {
	background: #418CFC;
}

.block-title.oikonomia > span:after{
	border-color: #418CFC rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.block-title.koinonia {
	border-bottom: 2px solid #CD0000;
}

.block-title.koinonia > span {
	background: #CD0000;
}

.block-title.koinonia > span:after{
	border-color: #CD0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.block-title.kosmos {
	border-bottom: 2px solid #929292;
}

.block-title.kosmos > span {
	background: #929292;
}

.block-title.kosmos > span:after{
	border-color: #929292 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.block-title.parapol {
	border-bottom: 2px solid #70039B;
}

.block-title.parapol > span {
	background: #70039B;
}

.block-title.parapol > span:after{
	border-color: #70039B rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.block-title.sports {
	border-bottom: 2px solid #18b9bf;
}

.block-title.sports > span {
	background: #18b9bf;
}

.block-title.sports > span:after{
	border-color: #18b9bf rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}*/



.block-title a {
	color: #fff;
}

.special-sections .block-title {
    margin-left: 15px;
    margin-right: 15px;
}

.commentsx .block-title {
	background: url(images/xatzinikolaou.jpg) no-repeat center right;
	padding: 90px 0 0 0;
	margin-bottom: 0;
}




/*-- Post title --*/

.post-title{
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 0;
}

.post-title-area .post-title {
	font-size: 39px;
	line-height: 46px;
	color: #002065;
	margin: 0 0 5px;
}

.post-title a{
	color: #002065;
}

.post-title.title-extra-large{
	/*font-size: 26px;
   line-height: 30px;*/
	font-size: 34px;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.post-title.title-large{
	font-size: 20px;
	line-height: initial;
	/*26px*/
	margin-top: 15px;
	margin-bottom: 5px;
}

.post-title.title-large.home {
	font-size: 23px;
	line-height: 25px;
}

.editors-block .post-title.title-large {
	font-size: 20px;
}

.post-title.title-medium{
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.post-title.title-small{
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
/*	margin-bottom: 0px;*/
	font-weight: 600;
}
.post-title.summary-small{
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
/*	margin-bottom: 0px;*/
	font-weight: 400;
}

.audioarchive .post-title {
    margin-top: 5px;    
	max-height: 95px;
    overflow: hidden;
}

.audioarchive .col-md-6, .audioarchive .col-sm-6 {
    /*padding-bottom: 30px;*/
    min-height: 300px;
}
@media (max-width 400px) {
	min-height: unset;
}}

.post-block-style.post-float {
	font-size: 18px;
}

.post-title.title-related a {
	font-size: 20px;
}

.dropd-cont {
	background: #e9e9ea;
	padding: 10px;
	text-align: center;
}

.dropd-cont select  {
    outline: 0;
    overflow: hidden;
    height: 37px;
    background: #fff;
    color: #1c1c1c;
    border: #1c1c1c;
    padding: 8px 3px 8px 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.dropd-cont select option {border: 1px solid #1c1c1c; background: #e4e9f4;}

select#dropd.archives {
    float: left;
}

.dropd-cont h4 {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0;
}


/*-- Post meta --*/

a.post-cat, .related-tit, .editor-tit {
	 position: relative;
	 font-size: 15px;
	 padding: 2px 5px;
	 background: #feb401;
	 font-weight: 700;
	 color: #fff;
	 height: 24px;
	 line-height: 20px;
	 display: inline-block;
}

.editor-tit {
	margin-bottom: 10px;
}

.sidebar-right .widget .post-thumb a.post-cat {
	 position: absolute;
	 top: 0;
}

.post-block-style.post-float a.post-cat {
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.post-cat:before, .related-tit:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 z-index: 0;
	 bottom: -8px;
	 border-top: 8px solid #feb401;
	 border-right: 8px solid transparent;
}

.related-tit {
	font-size: 14px;
	height: 21px;
}

.related-tit:before {
	z-index: 10;
}


.post-cat a{
	 color: #fff;
}

.post-author {
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
    padding-left: 40px;
    display: block;
    background: url('http://www.real.gr/images/author.jpg') left no-repeat;
    background-size: 30px 30px;
    margin: 30px 0 20px 0;
}

.post-meta .post-author a{
	color: #1c1c1c;
   font-weight: 700;
}

.post-meta span{
	font-size: 13px;
	margin-right: 8px;
	/*padding-right: 6px;*/
	line-height: 12px;
	display: inline-block;
/*	display: table-cell;*/
	font-weight: 600;
}

.articleContainer .post-meta span.post-author {
	padding-right: 10px;
}

div#articleContainer .container .row.banner {
	margin: 0 auto 0px;
}

span.time {
    border: none;
    background: #feb401;
    padding: 2px 5px 3px;
    color: #fff;
    margin-right: 0px;
	font-size: 13px;
}

.post-meta span.post-date, .articleContainer .rest-arts .post-meta span.post-date {
	border-right: 0;
/*	font-weight: 600;*/
	background: #e2e2e2;
	padding: 2px 5px 3px;
	color: #4e4e4e;
	font-size: 13px;
	/*margin-left: -3px;*/
	margin-left: 3px;
}

.post-meta span.post-updated, .articleContainer .rest-arts .post-meta span.post-updated {
	border-right: 0;
/*	font-weight: 600;*/
	background: #ff4040;
	padding: 2px 5px 3px;
	color: white;
	font-size: 13px;
	margin-left: -3px;
}

.articleContainer .post-meta span.post-date {
	background: none;
	padding: 0 15px 0 0;
}

.articleContainer span.post-date {
    background: none;
}

.articleContainer .post-meta.interviews span.post-date {
	background: #e2e2e2;
   padding: 2px 5px 3px;
}

span.post-comment{
	border-right: 0;
	line-height: 24px;
	margin-right: 0;
	padding-right: 0;
}

span.post-comment span{
	border-right: 0;
	line-height: 100%;
}

.post-meta span i{
	margin-right: 5px;
}

/*-- Post Overaly --*/

.post-overaly-style{
	position: relative;
	overflow: hidden;
}

.post-overaly-style:before{
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	z-index: 1;
	bottom: 0;
	left: 0;
/* 	background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);*/
}

.post-overaly-style .post-content{
	position: absolute;
	bottom: 0;
	/*padding: 15px;*/
	padding: 15px 12px 8px 12px;
	background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
	width: 100%;
}

.post-overaly-style .post-title a{
	color: #fff;
	display: block;
}

.post-overaly-style .post-date{
	color: #4e4e4e;
	background: #e2e2e2;
}

.post-thumb{
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.post-block-style.top-larget-post .post-thumb {
	min-height: 350px;
}

.post-thumb img{
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.post-block-style.post-list.editors-sum .post-thumb img {
	border-radius: 50%;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img, 
.post-block-style:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.post-block-style.post-float:hover .post-thumb img{
/*	transform:none;*/
}

.video-tab .post-overaly-style:hover .post-thumb img {
	transform: none;
}

.thumb-float-style .post-cat{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content{
	top: 0;
	bottom: auto;
}

.post-overaly-style.contentTop:before{
	top: 0;
	left: 0;
 	background: -moz-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content{
	padding: 30px 30px 60px;
}

.post-overaly-style.text-center{
	margin-bottom: 30px;
}

.post-overaly-style.text-center:last-child{
	margin-bottom: 0;
}

.post-overaly-style.text-center .post-thumb img{
	min-height: 260px;
}

.post-overaly-style.text-center .post-meta span{
	padding: 0;
	margin: 0;
}

.post-overaly-style.text-center:before{
 	background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%);
}

/*-- Post Block style --*/

.post-block-style{
	position: relative;
	/*overflow: hidden;*/
}

.post-block-style .post-content{
	padding: 0 15px;
}
.toparticle-sum .post-content {
    padding: 0!important;
}

.sum-rest .post-block-style .post-content {
	min-height: 170px;
	display: -webkit-inline-box;
}


.post-block-style .post-title a:hover{
	color: #4f73bf;
}

.secondart .post-block-style .post-title a:hover{
	color: #fff;
}

.post-block-style .post-content p{
	font-size: 16px;
}

.post-block-style .post-cat{
	position: absolute;
	top: 0;
	left: 0;
/*	top: 20px;
	left: 20px;*/
	z-index: 1;
}

.post-block-style.post-list.editors-sum .post-cat {
    position: inherit;
}

.post-block-style .post-content .post-meta{
/*	margin: 3px 0 3px 5px;*/
	margin: 3px 0 3px 0px;
}


.post-block-style.content-right{

}

.view-all, .pagination-more.button.center-text.p100 {
    margin-bottom: 30px;
    display: block;
    padding: 0 0 10px;
    border-bottom: 3px solid #13306d;
    text-align: center;
    color: #feb401;
	font-size: 25px;    
	clear: both;
}

.pagination-more.button.center-text.p100 {
	border-bottom: none;
}
 
.view-all a, .pagination-more.button.center-text.p100 a {
	font-weight: 700;
	font-size: 17px;
	background: url(images/arrow-right.png) no-repeat top right;
	padding: 7px 25px 6px 0; 
	display: block;
}

.pagination-more.button.center-text.p100 a {
    border-bottom: 3px solid #13306d;
	background: url(images/arrow-down.png) no-repeat center right;	
}

/* COVER */
  /*
.post-content-area.cover {
    padding: 20px 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #002065; 

   url('http://media.real.clients.zentech.gr/filesystem/images/20180606/engine/abstract-2709402-1920_252863_117221_type13259.jpg'); 
}

*/

.post-content-area.cover {
    padding: 0px 2%;
    background: #002065;
}

.post-content-area.cover img {
    /*outline: 1px solid #cfcfcf;*/
    box-shadow: -5px 10px 20px 0px rgba(2,3,3,0.25);
    width: 100%;
}

.post-content-area.cover .protoselido img {
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    webkit-box-shadow: -5px 10px 20px 0px rgba(2,3,3,0.25);
    -moz-box-shadow: -5px 10px 20px 0px rgba(2,3,3,0.25);
    -webkit-backface-visibility: hidden;
}

.post-content-area.cover .post-thumb {
	overflow: inherit;
	padding-top: 70px;
   padding-bottom: 30px;
  	padding-right: 10px;
}

.post-content-area.cover h4 {
	color: #002065;
}




/* OFFERS PREVIOUS VERSION */

.offers {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,cfcfcf+100&0+56,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(116,116,116,0) 56%, rgba(207,207,207,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(116,116,116,0) 56%,rgba(207,207,207,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(116,116,116,0) 56%,rgba(207,207,207,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6cfcfcf',GradientType=0 ); /* IE6-9 */
	margin-right: 15px;
	margin-left: 15px; 
}

.offers .block-title {
	display: none;
}

.offers .col-md-4 {
	overflow: hidden;
	min-height: 170px;
}

.cover-content {
    margin-left: 170px;
}

.offers .post-title.title-large {
	font-size: 18px;
}

.offers img.cover {
    float: left;
    top: 11px;
    left: 33px;
    position: absolute;
    outline: 1px solid #cfcfcf;
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    webkit-box-shadow: -5px 10px 20px 0px rgba(2,3,3,0.25);
    -moz-box-shadow: -5px 10px 20px 0px rgba(2,3,3,0.25);
    box-shadow: -5px 10px 20px 0px rgba(2,3,3,0.25);
    width: 35%;
}

.offers img.cover-norotate {
    width: 68%;
    margin-left: 20px;
    margin-top: 32px;
	outline: 1px solid #cfcfcf;
    webkit-box-shadow: -5px 10px 15px 0px rgba(2,3,3,0.25);
    -moz-box-shadow: -5px 10px 15px 0px rgba(2,3,3,0.25);
    box-shadow: -5px 10px 15px 0px rgba(2,3,3,0.25);
}

.cover-content p {
	font-size: 14px;
	line-height: normal;
}

img.offer {
    position: relative;
}

.offer-content {
    position: absolute;
    top: 30%;
    left: 35%;
    width: 230px;
    background: rgba(255,255,255,.8);
    padding: 15px;
}

.offer-content.offer2 {
	right: 10px;
	left: inherit;
}

.offer-content h2.post-title.title-large {
    margin: 0;
}

.offers .post-content {
	padding: 0;
}

h2.post-title.title-large a {
	display: block;
	margin: 0 0 10px 0;
}





/*-- Review box --*/

.review-box{
	background: #1c1c1c;
	color: #fff;
	position: absolute;
	top: 0;
	padding: 2px 7px;
	font-weight: 700;

}

/*-- Post list --*/

.list-post-block{
	margin-top: 30px;
}

.special-sections .list-post-block {
    margin-top: 0;
}

.commentsx .list-post-block {
	margin-top: 0px;
	background: #f5f4f4;
	padding: 25px 15px 20px;
}

.list-post{
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-post-block .list-post > li{
	/*margin-bottom: 30px;
	max-height: 75px;*/
	margin-bottom: 25px; /* for rect photos */
    max-height: 100px;
}

.special-sections .list-post-block .list-post > li {
/*	max-height: 95px;*/
	max-height: 138px; /* for rect photos */
}

.list-post-block .list-post > li.commentsx{
	margin-bottom: 10px;
}

.list-post-block .list-post > li:last-child{
	margin-bottom: 0;
}

.post-block-style.post-float .post-thumb{
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 20px;
}

.post-block-style.post-float .post-thumb img{
	max-width: 100px;
	min-height: 75px;
}

.special-sections .post-block-style.post-float .post-thumb img {
	max-width: 150px;
}

.post-block-style.post-float .post-title {
	margin-top: 0;
	font-size: 14px;
}

.special-sections .post-block-style.post-float .post-title {
	font-size: 15px;
}

.commentsx .post-title.title-small {
    font-size: 16px;
}

.post-block-style.post-float .post-content{
	z-index: 0;
}

.post-block-style.post-float .post-cat{
	font-size: 10px;
	left: 0;
	top: 0;
}


/*********   SMALLER HomaPage TOP ARTICLE   **********/
.widget.color-default.commentsx.commentsx_sm  .block-title {
	background: url(images/xatzinikolaou.jpg) no-repeat bottom right;
    font-size: 14px;
    background-size: 20%;
}
.widget.color-default.commentsx.commentsx_sm .list-post-block {
	padding: 15px 10px 10px!important;
}

.widget.color-default.commentsx.commentsx_sm .block-title {
    padding: 70px 0 0 0;
}
.widget.color-default.commentsx.commentsx_sm .block-title > span {
	    left: -46px!important;
}

.widget.color-default.commentsx.commentsx_sm h2.post-title.title-small {
	text-align: 
}
.single-post .post-title_sm {
	font-size: 40px;
	line-height: 40px;
}
/*********   SMALLER HomaPage TOP ARTICLE  THE END  **********/





/*-- Review post list --*/

.review-stars i{
	color: #1c1c1c;
}

/* Different Color
================================================== */

/*-- Color Default --*/

.color-default a.post-cat{
	background: #FEB400;
}

.color-default .post-cat:before{
	border-top: 8px solid #FEB400;
}

/*-- Color Red --*/

.color-red .block-title{
	border-bottom: 2px solid #4f73bf;
}

.color-red .block-title > span,
.color-red a.post-cat{
	background: #4f73bf;
}

.color-red .post-cat:before{
	border-top: 8px solid #4f73bf;
}

.color-red .block-title > span:after{
	border-color: #4f73bf rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-red .owl-carousel.owl-theme .owl-nav > div:hover{
	background: #4f73bf;
}

/*-- Color Blue --*/

.color-blue .block-title{
	border-bottom: 2px solid #1e88e5;
}

.color-blue .block-title > span,
.color-blue a.post-cat{
	background: #1e88e5;
}

.color-blue .post-cat:before{
	border-top: 8px solid #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li.active>a{
	color: #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li.active>a:after{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}

.color-blue .block-title > span:after {
   border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Blue --*/

.color-dark-blue .block-title{
	border-bottom: 2px solid #4258fe;
}

.color-dark-blue .block-title > span,
.color-dark-blue a.post-cat{
	background: #4258fe;
}

.color-dark-blue .post-cat:before{
	border-top: 8px solid #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs>li.active>a{
	color: #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs>li.active>a:after{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.color-dark-blue .block-title > span:after {
   border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


/*-- Color Orange --*/

.color-orange .block-title{
	border-bottom: 2px solid #ff7a09;
}

.color-orange .block-title > span,
.color-orange a.post-cat{
	background: #ff7a09;
}

.color-orange .post-cat:before{
	border-top: 8px solid #ff7a09;
}

.color-orange.featured-tab .nav-tabs>li.active>a{
	color: #ff7a09;
}

.color-orange.featured-tab .nav-tabs>li.active>a:after{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0);
}

.color-orange .block-title > span:after {
   border-color: #ff7a09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Aqua --*/

.color-aqua .block-title{
	border-bottom: 2px solid #00bdb3;
}

.color-aqua .block-title > span,
.color-aqua a.post-cat{
	background: #00bdb3;
}

.color-aqua .post-cat:before{
	border-top: 8px solid #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a{
	color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a:after{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
}

.color-aqua .block-title > span:after {
    border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Violet --*/

.color-violet .block-title{
	border-bottom: 2px solid #9401d3;
}

.color-violet .block-title > span,
.color-violet a.post-cat{
	background: #9401d3;
}

.color-violet .post-cat:before{
	border-top: 8px solid #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a{
	color: #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a:after{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0);
}

.color-violet .block-title > span:after {
    border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


/* Trending Bar
================================================== */

.trending-bar{
	background: #101b40;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 0px;
}

.trending-title{
	background: #4f73bf;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px;
	line-height: 100%;
	float: left;
	margin: 0 20px 0 0;
}

.trending-bar .post-content,
.trending-light .post-content{
	padding: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav{
	position: absolute;
	right: 0;
	top: -3px;
	margin: 0;
}	

.owl-carousel.owl-theme.trending-slide .owl-nav > div{
	background: #4f73bf;
	border: 0;
	color: #fff;
}

.owl-carousel.owl-theme.trending-slide .owl-nav > div:hover{
	background: #fff;
	border: 0;
	color: #4f73bf;
}


.trending-slide .post-title a{
	color: #fff;
}

.trending-slide .post-title.title-small{
	font-weight: 400;
	margin: 0;
}

/* Trending light */

.trending-light{
	color: #1c1c1c;
	margin: 30px 0;
}

.trending-light .trending-slide .post-title{
	font-weight: 600;
	margin-top: 3px;
	font-size: 15px;
}

.trending-light .trending-slide .post-title a{
	color: #1c1c1c;

}

.trending-light .trending-title{
	padding: 8px 10px 7px;
}

.trending-light .owl-carousel.owl-theme.trending-slide 
.owl-nav > div:hover{
	background: #333;
	color: #fff;
}


/* Top Bar
================================================== */

.top-bar {
	padding: 8px 0;
	border-bottom: 1px solid #dedede;
	color: #a3a3a3;
	font-size: 13px;
}

/* Date */

.ts-date{
	display: inline-block;
	border-right: 1px solid #acacac;
	padding-right: 10px;
	line-height: 12px;
}


.ts-date i{
	margin-right: 5px;
}

/* Top nav */

.top-nav{
	display: inline-block;
}

.top-nav li{
	display: inline-block;
	line-height: 12px;
	padding-left: 12px;
}

.top-nav li a{
	background: none;
	color: #a3a3a3;
   padding: 0;
   line-height: 100%;
}
.top-nav li a:hover{
	color: #4f73bf;
}


/* Top social */

.col-md-3.col-sm-3.col-xs-12.top-social {
	padding: 0;
}

.top-social ul{
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.top-social li {
	display: inline-block;
	padding: 0;
}

.top-social li a{
	color: #feb401;
	margin-right: 10px;
	font-size: 16px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}

.top-social li a:hover{
	color: #1f2d5f;
}

.top-social h2.date {
	color: #1e2d5f;
	line-height: normal;
	font-size: 15px;
	font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}

.col-md-4.col-sm-4.col-xs-12.listenlive.text-right {
	padding: 24px 0;
}

 .weather {
  text-align: left;
  /*width: 25%;*/
  float: left;
  	margin: 0px 0px 0;
}

.weather img {
    float: right;
    margin-left: 10px;
}

span.weather-txt {
    display: inline-block;
}

.weather h4, .weather h2, .weather h3 {
    line-height: 0px;
}

.weather h4 {
	font-size: 16px;
	margin: 0 0 3px;
	font-weight: 700;
	color: #1e2d5f;
}

.weather h2 {
	font-size: 15px;
	font-weight: 400;
color: #1e2d5f;
}

.weather h2 .cel {
	font-weight: 700;
}

.weather h3 {
	font-weight: 400;
	font-size: 14px;
}

.weather h3 a {
	color: #002065;
}

#widget.v2 h2 {
	display: none;
}

/* weather widget

iframe #forecasts {
	background: #fff !important;
}

iframe .sep, iframe #left, iframe #right, iframe #logo {
	display: none !important;
}
 */


/* Top bar border */

.top-bar-border{
	 padding: 8px 20px 8px;
	 border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info{
	 color: #7c7c7c;
	 font-weight: 400;
}

.top-bar-border .top-social li a{
	 color: #7c7c7c;
}

.top-bar-border ul.top-info li i{
	 color: #4f73bf;
}

.row.banner {
/*    background: #e2e0e0;*/
/*    padding: 5px 0 0;*/
    max-width: 1150px;
    margin: 0 auto 15px;
}


/* Banner place all */
:root {
  --billboardScaling: 1;
}

.ban72890 {
	margin: 0 auto;
	text-align: center;
}

.ban300 {
	margin: 0 auto;
	text-align: center;
}

.banBillboard{
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

/* Desktop Banners */
@media not all and (max-width: 475px){

	.banBillboardDesktop{
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
	}

	.ban300Mobile {
		display: none;
	}
}

/* Mobile Banners */
@media all and (max-width: 475px){

	.banBillboardDesktop{
		display: none;
	}

	.ban300Mobile {
		margin: 0 auto;
		text-align: center;
		padding-bottom: 20px;
	}
}


/* Header Default
================================================== */

.header {
	 padding: 10px 0;
}

.header .row.real {
	background: #fff;
	margin: 0;
	padding-top: 5px;
}

.navbar-fixed {
	background: #fff;
	z-index: 99999;
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-webkit-animation: fadeInDown 800ms;
	-moz-animation: fadeInDown 800ms;
	-ms-animation: fadeInDown 800ms;
	-o-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
	padding: 10px 0;
	text-align: center;
}

/* header right */

.header-right {
	float: right;
}

/* Logo center */

.header.text-center{
	padding: 10px 0;
}

/* listen live */
.col-md-3.col-sm-3.col-xs-12.listenlive {
	padding: 20px 0 0;
	white-space: nowrap;
}
.listenlive {
	margin: 13px 0 0 0;
}

.listenlive .img-responsive {
    max-width: 50%;
    display: inherit;
    height: auto;
}
li.listenlivesm img {
    max-width: 18px!important;
    margin: 3px 0 0px 0;
}
div#liveprogram {
    display: block;
    float: left;
    width: 70%;
    text-align: left;
}
div#liveprogram .img-responsive {
    max-width: 80%;
    display: inherit;
    height: auto;
    float: left;
}
#lppopup {
    background: url(images/liveprogram.png) no-repeat right top #002065;
    box-shadow: 0 25px 30px -20px rgba(0,0,0,0.3), 0 0 0px #a2a9b1;
    border: 2px solid #fff;

    min-width: 337px;
    height: 125px;
    position: absolute;
    z-index: 1;
    padding: 25px 15px 40px 15px;
    color: #fff;
    font-size: 14px;
    top: 105px;
    right: 100px;
}

#lppopup .person {
	color: #fdb415;
	font-weight: 600;
	font-size: 16px;
}

#liveprogram #lppopup {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}


#liveprogram:hover #lppopup {
  /*display: block;*/
  visibility: visible;
  opacity: 1;

}


.mobilebanners {
	display: none;
}




@media screen and (max-width:845px) {
	#liveprogram:hover #lppopup {
  		display: none;
}
.mobilehide {
	display: none;
}
.mobilebanners {
	display: block;
}

.widget {
    margin-bottom: 30px;
}
}


img.salonica {
    clear: both;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*.col-md-3.col-sm-3.col-xs-12.listenlive .img-responsive {
	display: initial;
}*/


/*-- Search start --*/


ul.top-info-box > li.nav-search{
	 cursor: pointer;
	 padding-left: 30px;
	 margin-left: 30px;
}

ul.top-info-box > li.nav-search:before{
	 position: absolute;
	 content: '';
	 background: #ddd;
	 left: 0;
	 width: 1px;
	 height: 40px;
	 top: 50%;
	 margin-top: -10px;
}

ul.top-info-box > li.nav-search i{
	 font-size: 20px;
	 top: 10px;
	 position: relative;
	 cursor: pointer;
	 color: #999;
}

/* Main navigation */

.site-nav-inner{
	position: relative;
}

.main-nav >.container > .row {
	border-top: 3px solid #fbb715;
	border-bottom: 3px solid #1e2d5f;
	margin-left: 0;
	margin-right: 0;
	background: #fff;
}

.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-toggle{
	 float: left;
	 margin-top: 6px;
	 padding: 8px;
	 border-radius: 0;
	 margin-right: 5px;
	 background: #002065;
}

.navbar-toggle .icon-bar{
	 background: #fff;
	 width: 25px;
	 height: 3px!important;
	 margin-top: 5px!important;
}


.navbar-toggle .i-bar{
	background: #fff;
}

.navbar-collapse{
	padding-left: 0;
}

ul.navbar-nav{
	 float: left;
	 display: inline-block;
	 /*height: 36px;*/
}

ul.navbar-nav > li{
	 float: none;
	 display: inline-block;
}

ul.navbar-nav > li{
	 padding: 0;
	 position: relative;
}

ul.navbar-nav li.btn-home span {
	display: none;
}

ul.navbar-nav > li > a{
	display: inline-block;
	padding: 0 15px;
	line-height: 50px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #001542;
	margin: 0;
	position: relative;
/*	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
	*/
}

ul.navbar-nav >li:hover>a:before, 
ul.navbar-nav >li.active>a:before {
	border-color: #002065;
	opacity: 1;
	/*transform: scale(1) translateZ(0);*/
}

ul.navbar-nav >li>a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-bottom: 3px solid;
	transform: scale(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.45s ease,opacity 0.55s ease;
	-moz-transition: -moz-transform 0.45s ease,opacity 0.55s ease;
	-ms-transition: -ms-transform 0.45s ease,opacity 0.55s ease;
	-o-transition: -o-transform 0.45s ease,opacity 0.55s ease;
	transition: transform 0.45s ease,opacity 0.55s ease;
}


ul.navbar-nav > li > a:hover, 
ul.navbar-nav > li > a:focus{
	 background: none;
}

ul.navbar-nav > li > a i{
	font-weight: 300;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}


/* Dropdown */

ul.navbar-nav > li.mega-dropdown{
	position: static;
}

.dropdown-submenu {
	 position: relative;
}

.dropdown-submenu>.dropdown-menu {
	 top: 0;
	 left: 100%;
	 margin-top: -2px;
	 border-radius: 0;
}

.dropdown-submenu>a:after {
	 display: block;
	 content: "\f105";
	 font-family: FontAwesome;
	 float: right;
	 margin-top: 0;
	 margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
	 border-left-color: #fff;
}

.dropdown-submenu.pull-left {
		float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


.dropdown-menu{
	text-align: left;
	/*background: #fff;*/
	background: #002065;
	z-index: 100;
/*	min-width: 230px;*/
/*	min-width: 715px;*/
	min-width:  550px;
	border-radius: 0;
	border: 0;
	border:0;
	padding: 20px;
}

.navbar-nav>li>.dropdown-menu{
	border-top: 1px solid #dedede;
}

.navbar-nav>li> .dropdown-menu.mega-menu-content{
	border-top: 0;
}

.dropdown-menu span {
    margin: 0 15px 0 0;
}

.dropdown-menu-large{
	 min-width: 400px;
}

.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dropdown-menu-large > li > ul > li > a{
	 padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a{
	 color: #4f73bf;
}

.navbar-nav>li>.dropdown-menu>a{
	background: none;
}

/* especially for real */
ul.dropdown-menu li {
    float: left;
}

.dropdown-menu li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
/*	padding: 12px 15px 12px 10px;
	border-bottom: 1px solid #e5e5e5;*/
    padding: 10px 15px 10px 10px;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 5px;
    margin-right: 5px;
	/*color: #333333;*/
	color: #fff;
	min-width: 165px;
}
.dropdown-menu li:nth-child(3n+3) a {  
  /*border-right: 0;*/
}

.dropdown42799 .dropdown-menu li a {
	min-width: 250px;
}
.dropdown42799 .dropdown-menu li:nth-child(2n+2) a {  
  border-right: 0;
}

.dropdown-menu li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>.dropdown-menu>.active>a{
	background: none;
	color: #4f73bf;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus{
	background: #4f73bf; 
	color: #fff;
}

@media (min-width: 768px) {
	 ul.nav li.dropdown:hover .dropdown-menu{ display: block; }
}

@media (min-width: 767px) {
	ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
		left: 100%;
		top: 0;
		display: none;
	}
	ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu{
		display:block;
	}
}

.mega-menu-content{
	width: 100%;
	max-width: 1140px;
	left: 15px;
	padding: 0;
}

.mega-menu-content-inner{
	padding: 20px;
	border-top: 3px solid #1e2d5f;
}

.dropdown-menu span {
    margin: 0 10px 5px 0;
    border-right: 1px solid #fbb715;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
}

.dropdown-menu span:last-child {
    border: 0;
}

.mega-menu-content .video-icon{
	border:0;
	margin-top: -40px;
}

/*-- Dark bg style --*/

.main-nav.dark-bg >.container > .row {
	border: 0;
	background: #272727;
	margin-left: 0;
	margin-right: 0;
}

.main-nav.dark-bg ul.navbar-nav > li > a{
	color: #fff;
}

.main-nav.dark-bg ul.navbar-nav >li>a:before{
	border: 0;
}

.main-nav.dark-bg ul.navbar-nav > li.active,
.main-nav.dark-bg ul.navbar-nav > li:hover{
	background: #4f73bf;
}

.main-nav.dark-bg .nav-search i{
	color: #fff;
}

/*-- Nav Search start --*/

.main-nav > .container,
.search-area{
	position: relative;
}

.search-area{
	min-height: 70px;
	padding-right: 0;
}

.nav-search{
	float: right;
	display: inline-block;
	position: relative;
	cursor: pointer;
	top: 12px;
   right: 10px;
}


.search-block {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 300px;
	z-index: 10;
	margin-top: 0;
}

.search-block .form-control {
	background-color: #f7f7f7;
    border: none;
    color: #000;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.search-block .search-close {
	color: #525252;
	position: absolute;
	top: -43px;
	right: 4px;
	font-size: 32px;
	cursor: pointer;
	background: #fff;
	padding: 5px;
}

.search-area .nav-search{
	top: 23px;
}

.search-area .search-block .search-close{
	top: -50px;
}

.search-area .search-block {
	right: 0;
}

/*-- Menu tab --*/

.menu-tab .nav.nav-tabs{
	background: #f6f6f6;
   border-right: 1px solid #dedede;
   padding: 25px 20px 20px;
   padding-right: 0;
   min-height: 250px;
}

.menu-tab .nav.nav-tabs > li >a{
	border: 1px solid transparent;
	border-radius: 0;
	font-weight: 600;
	padding: 10px 15px;
}

.menu-tab .nav.nav-tabs > li.active >a{
	background: #fff;
	margin-right: -1px;
	border: 1px solid #dedede;
   border-right: 0;
   color: #4f73bf;
   cursor: pointer;
}

.menu-tab .tab-content>.tab-pane{
	padding: 25px 10px;
   min-height: 250px;
}

.menu-tab .tab-content>.tab-pane .col-md-3{
	padding-right: 10px;
	padding-left: 10px;
}

/* Header with Menu
================================================== */

.header.header-menu{
	padding: 0;
}

.header.header-menu .logo{
	padding: 12px 0;
}

.header.header-menu >.container>.row {
	border-bottom: 1px solid #dedede;
	margin-left: 0;
	margin-right: 0;
}

.header.header-menu ul.navbar-nav > li > a{
	line-height: 70px;
}

.header.header-menu ul.navbar-nav > li.mega-dropdown,
.site-nav-inner{
	position: static;
}


.header.header-menu .mega-menu-content{
	min-width: 1145px;
   left: -43%;
}

/* Featured Post area 
================================================== */

.featured-post-area{
	margin-bottom: -10px;
}

/*-- Owl slide common --*/

.owl-carousel.page-slider .owl-nav{
	 margin: 0;
}

.owl-carousel.owl-theme.post-slide .owl-nav{
	text-align: center;
	position: absolute;
   top: -82px;
   right: 0;
}

.owl-carousel.owl-theme .owl-nav > div{
	 margin: 0 3px;
	 background: none;
    border: 1px solid #dedede;
    color: #999;
	 width: 20px;
	 height: 20px;
	 line-height: 18px;
	 padding: 0;
	 border-radius: 0;
	 display: inline-block;
	 text-align: center;
	 font-size: 12px;
	 -webkit-transition: 400ms;
	 -moz-transition: 400ms;
	 -o-transition: 400ms;
	 transition: 400ms;
}

.owl-carousel.owl-theme .owl-nav > div:hover{
	 background: #272d33;
	 border: 1px solid transparent;
}

.owl-theme .owl-dots{
	 text-align: center;
	 position: absolute;
	 z-index: 1;
	 top: -67px;
    right: 0;
    margin: 0  !important;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
		width: 8px;
		height: 8px;
		margin: 5px 4px;
		display: inline-block;
		border-radius: 0;
		background: rgba(0,0,0,0.5);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
		background: #4f73bf;
}

/* Latest slider */

.owl-carousel.owl-theme.latest-news-slide .owl-nav{
	text-align: center;
	position: absolute;
   top: -82px;
   right: 0;
}

/* Featured slider */

.featured-slider .item{
	 min-height: 465px;
	 position: relative;
	 background-position: 50% 50%;
	 -webkit-background-size: cover;
	 background-size: cover;
	 -webkit-backface-visibility: hidden;
}

.featured-slider .item:before{
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
 	background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
}

.post-content{
	padding: 30px;
	z-index: 1;
	position: relative;
}

.featured-slider.owl-theme .owl-nav > div{
	background: rgba(0, 0, 0, 0.65);
	border: 0;
	position: absolute;
	top: 50%;
	width: 34px;
	height: 40px;
	line-height: 38px;
	padding: 0;
	border-radius: 0;
	font-size: 24px;
	text-align: center;
	opacity: 0;
	margin: 0;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.featured-slider.owl-theme:hover .owl-nav > div{
	opacity: 1;
}

.featured-slider.owl-theme .owl-nav > .owl-prev{
	left: 0;
}

.featured-slider.owl-theme .owl-nav > .owl-next{
	right: 0;
}

.featured-slider.owl-theme .owl-nav > div:hover{
	 background: #4f73bf;
	 color: #fff;
	 border: 0;
}

.featured-post .post-date,
.featured-post .post-title a{
	color: #fff;
}

/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post{
	position: absolute;
	bottom: 0;
}

.featured-slider.content-bottom .item:before{
 	background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
}


/* Trending post hot */

.hot-post-big {
	min-height: 415px;
}

.hot-post-top{
	max-height: 240px;
/*	max-height: 280px;*/
	margin-bottom: 3px;
}

.hot-post-bottom,
.hot-post-bottom img{
	min-height: 205px;
/*	min-height: 172px;
	min-height: 182px;*/
}

.hot-post-top .post-content,
.hot-post-bottom .post-content{
	padding: 20px;
}

/*-- 4 News Box --*/

.fourNewsbox, 
.fourNewsbox img,
.fourNewsboxTop,
.fourNewsboxTop img{
	min-height: 231px;
}

.fourNewsboxTop{
	margin-bottom: 3px;
}

/* Post overaly text center on Featured area */

.featured-post-area .post-overaly-style.text-center{
	max-height: 231px;
}

.featured-post-area .post-overaly-style.first{
	 margin-bottom: 4px;
}


/* Block
================================================== */
.block-wrapper.top-stories {
	padding-top: 15px;
	padding-bottom: 0;
}


.block{
	position: relative;
}

.block.related {
	margin-bottom: 25px;
}


/* Sidebar
================================================== */

.sidebar .widget.m-bottom-0{
	margin-bottom: 0;
}

/*-- Social Icon --*/

.social-icon{
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-icon li{
	display: inline-block;
   margin: 0 4px 0 0;
}

.social-icon li a i{
	background: #4f73bf;
	color: #fff;
	font-size: 18px;
	width: 48px;
	height: 48px;
	line-height:48px;
	text-align: center;
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.social-icon li a i.fa-rss{
	background: #FA9B39;
}

.social-icon li a i.fa-facebook{
	background: #3B5998;
}

.social-icon li a i.fa-twitter{
	background: #00aced;
}

.social-icon li a i.fa-google-plus{
	background: #dd4b39;
}

.social-icon li a i.fa-vimeo-square{
	background: #7FC400;
}

.social-icon li a i.fa-youtube{
	background: #bb0000;
}

.social-icon li a i:hover{
	background: #1c1c1c;
}

/* Social icon box style */

.social-icon-box > li{
	width: 100%;
	background: #1c1c1c;
	padding: 12px;
	color: #fff;
	margin-bottom: 10px;
}

.social-icon-box > li > a{
	color: #fff;
}

.social-icon-box > li > a i{
	width: 48px;
   height: 48px;
   line-height: 48px;
	text-align: center;
	float: left;
	margin-right: 20px;
	background: rgba(0,0,0,0.2);
}

.social-icon-box .ts-social-title{
	font-size: 14px;
    margin-bottom: -5px;
}

.social-icon-box .ts-social-desc{
	display: block;
	font-size: 13px;
}

.social-icon-box > li.rss{
	background: #FA9B39;
}

.social-icon-box > li.facebook{
	background: #3B5998;
}

.social-icon-box > li.twitter{
	background: #00aced;
}

.social-icon-box > li.gplus{
	background: #c53942;
}



/* Featuted Tab
================================================== */

/*-- Common styles --*/

.featured-tab{
	position: relative;
}

.featured-tab .nav-tabs{
	border:0;
	position: absolute;
	top: 0;
	right: 0;
}

.featured-tab .nav-tabs > li > a {
	color: #999999;
	text-shadow: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0;
	margin: 0 1px 0;
	padding: 0 0 0 15px;
	border: 0 !important;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.featured-tab .tab-content{
	 border-top: 0;
	 padding: 0;
	 overflow: hidden;
}

.featured-tab .nav-tabs>li.active>a{
	 color: #1c1c1c;
	 position: relative;
	 background: none;
}

.featured-tab .nav-tabs>li.active>a:after{
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -14px;
	margin-left: 0;
	left: 50%;
	border-width: 7px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0);
}


.featured-tab .list-post-block{
	margin-top: 0;
}


/* Ad Content area
================================================== */

.bancont {
	background: #cacaca;
	padding: 15px 0;
}

.ad-content-area img{
	display: inline-block;
}


/* Video Block
================================================== */


section.block-wrapper.video-block-cont {
	padding: 0px 0;
	margin: 40px 0;
}

.video-block {
	padding: 30px 0;
	background: #1c1c1c;
	color: #fff;
}

.realeurope .video-block {
	padding: 30px 0;
	background: url(images/parallaxseparator-epbuilding2.jpg) no-repeat left top #030d16;
	color: #fff;
	background-size: cover;
}


.video-tab-title{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 0px 0px;
	background: #1c1c1c;
	padding: 5px 20px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: inline-block;
	line-height: inherit;
}
.video-tab-title a {
	color: #fff;
}

.video-tab .post-overaly-style{
	min-height: 430px;
}

.video-tab .post-overaly-style .post-content{
	padding: 35px;
}


.video-tab .post-title{
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
}

.video-tab .nav-tabs>li{
	width: 100%;
	float: none;
	display: block;
	margin-bottom: -1px;
	border: 1px solid #393a3b;
	min-height: 149px;
/*	padding: 30px 30px 25px;*/
	padding: 20px 20px 25px;
}
.realeurope .video-tab .nav-tabs>li {
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(3,13,22,1) 66%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(3,13,22,1) 66%);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(3,13,22,1) 66%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#030d16",GradientType=1);
}

.video-tab .nav-tabs>li>a{
	background: none;
	border: 0;
	padding: 0;
}

.video-tab .nav-tabs>li>a .post-thumb img, 
.video-tab .nav-tabs>li>.post-thumb img {
/*    max-width: 110px;*/
    max-width: 155px;
    min-height: 85px;
}

.video-tab .nav-tabs>li>a .post-thumb, 
.video-tab .nav-tabs>li>.post-thumb {
	float: left;
   margin-right: 20px;
   position: relative;
   overflow: hidden;
}

.video-tab .nav-tabs>li>a h3{
	color: #fff;
	font-weight: normal;
   line-height: 25px;
   font-size: 16px;
   margin: 0;
}

.video-icon {
	text-align: center;
	color: #fff;
	display: block;
	top: 50%;
	margin-top: -50px;
	font-size: 32px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	line-height: 65px;
	border: 7px solid #fff;
	display: inline-block;
	border-radius: 100%;
	opacity: 0.85;
}

.video-tab .nav-tabs .video-icon {
    width: 50px;
    height: 50px;
    font-size: 17px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 39px;
    border: 5px solid #fff;
}

.video-icon i {
	margin-left: 5px;
}

/* Editors Block
================================================== */
section.block-wrapper.editors-block-cont {
	padding: 0px 0;
	margin: 20px 0 0;
}

.editors-block .col-lg-2-5, .editors-block .col-md-2-5 {
	min-height: 380px;
}

.editors-block {
	padding: 30px 0 0;
	background: #cac9c9;
}

.editors-tab-title{
	color: #002065;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 0px 0px;
	/*background: #cac9c9;*/
	background: #ddd;
	padding: 5px 20px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: inline-block;
	line-height: inherit;
}

.editors-block .post-thumb img {
	border-radius: 130px;
}

.editors-block .post-block-style.top-larget-post .post-thumb {
	min-height: auto;
}

.editors-block h3.author {
	font-size: 14px;
	margin: 10px 0 5px;
}

.editors-block .post-content.guest h3 {
	font-size: 16px;
}

section.block-wrapper .editors-block .post-content.guest .post-title.title-large {
	font-size: 26x;
	margin-top: 0;
}

.post-thumb.editors {
	max-width: 70%;
	width: 100%;
}

.editors-block .post-date {
	color: #545454;
}


/* More news
================================================== */

.post-block-style.post-float-half .post-thumb{
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 30px;
}

.post-block-style.post-float-half .post-thumb img{
	max-width: 300px;
	min-height: 200px;
}

/* Footer
================================================== */

.footer{
	border-top: 0px solid #002065;
   color: #002065;
	padding: 50px 0;
	margin: 0px 0 0;
	/* 15px 0 0 */
}

.footer-logo img {
    width: 35%;
}

.footer .widget-title{
	 font-size: 16px;
	 font-weight: 700;
	 position: relative;
	 margin: 0 0 35px;
	 text-transform: uppercase;
	 color: #feb401;
}

.footer .widget-title a {
	color: #feb401;
}

.footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li{
	margin-bottom: 18px;
}

.footer ul li a{
	color: #002065;
}

/* Trending */

.footer .post-title.title-small{
	font-weight: normal;
}

.footer-widget .post-block-style.post-float .post-thumb img{
	max-width: 95px;
   min-height: 75px;
}

.footer-widget .post-meta span.post-date{
	color: #feb401;
}

/* Footer Widget Categories */

.footer-widget.widget-categories ul{
	padding-right: 30px;
}

.footer-widget.widget-categories ul li .catCounter{
	float: right;
}


/* Twitter Widget */

.twitter-widget ul li{
	position: relative;
	padding-left: 35px;
}

.twitter-widget ul li:after{
	content: "\f099";
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	color: #a3a3a3;

	font-size: 16px;
}

.twitter-widget ul li .tweet-text{
	font-size: 13px;
	line-height: 20px;
}

.twitter-widget ul li .tweet-text span{
	display: block;
	color: #676767;
}

.twitter-widget ul li .tweet-text a{
	color: #4f73bf;
	font-size: 12px;
}


/*-- Gallery widget --*/

.gallery-widget a{
	overflow: hidden;
	margin: 0 5px 3px 0px;
	display: inline-block;
}

.gallery-widget a img{
	max-width: 80px;
   min-height: 65px;
}


/*-- Footer Info --*/

.footer-info-content {
	border-top: 0px solid #001542;
   margin-top: 0px;
   padding: 0px 250px 0;
}

.footer-info-content p{
	margin-bottom: 2px;
	font-size: 13px;
}

.footer-logo img{
	display: inline-block;
	margin-bottom: 30px;
}

.footer-info-phone,
.footer-info-email{
	display: inline-block;
	margin: 0 5px;
}

/* Footer social */

.footer .footer-social{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.footer .footer-social li{
	margin: 0;
}

.footer-social li a{
	display: inline-block;
	margin:0 3px;
}

.footer-social li a i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	background: #feb401;
	text-align: center;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}

.footer-social li a i:hover {
	background: #c98e01;
}


/*-- Copyright --*/

.copyright{
	background: #001542;
	color: #fff;
	padding: 15px 0;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 13px;
}

.footer-menu{
	float: right;
}

.footer-menu ul li{
	display: inline-block;
	line-height: 12px;
	padding-left: 12px;
}

.footer-menu ul.nav li a{
	background: none;
	color: #fff;
	padding: 0;
}


#back-to-top {
	right: 40px;
	top: auto;
	z-index: 1001!important;
	-webkit-backface-visibility: hidden;
}

#back-to-top.affix {
	bottom: 54px;
}

#back-to-top .btn.btn-primary{
    width: 45px;
    height: 45px;
    background: rgba(0, 21, 66, 0.9);
    font-weight: 700;
    font-size: 30px;
    padding: 0;
}

#back-to-top .btn.btn-primary:hover{
	color: #fff;
	background: #4f73bf;
}


/* Sub Pages 
================================================== */

/*-- Page title --*/

.breadcrumb{
	color: #002065;
/*	margin: 30px 0 -10px 0;*/
	margin: 10px 0 0px 0;
	padding: 0;
	background: none;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.breadcrumb>li+li:before{
	content: "\f105";
   font-family: FontAwesome;
   padding: 0 8px;
   color: #feb401;
}


@media (max-width: 791px) { 
	.breadcrumb{ display: none; 
	}
	.section {
		padding: 10px 0 0 0;
	}

	.post-title-area .post-title {
		font-size: 29px;
		line-height: 31px;
	}
	.single-post .summary p {
		font-size: 22px!important;
    	line-height: 26px!important;
	}

}


/* Category Listing
================================================== */

.category-listing .post-block-style .post-content p{
	font-size: 16px;
}

.category-listing .post-block-style .post-content .post-meta{
	margin: 7px 0 20px;
}

.subCategory > li{
	display: inline-block;
	margin-bottom: 30px;
}

.subCategory > li > a{
	border: 1px solid #dedede;
   padding: 2px 6px;
   margin-right: 6px;
   color: #515151;
   font-size: 11px;
   font-weight: normal;
   text-transform: uppercase;
}

.subCategory > li > a:hover{
	background: #4f73bf;
	color: #fff;
	border:1px solid transparent;
}

/* Post grid */

.post-grid {
	margin-bottom: 15px;
	min-height: 455px;
}

.post-grid.homep {
	min-height: 255px;
}

/* Post list */

.post-list{
	margin-bottom: 20px!important;
}


/* Top large post */

.top-larget-post{
	margin-bottom: 30px;
}

.top-larget-post .post-title.title-large{
	margin-top: 20px;
	font-size: 30px;
}

/*-- Category style2 --*/

.category-style2 .post-title{
	margin-top: 0;
}

/* Pagination */

.paging{
	position: relative;
	margin-top: 20px;
}

.pagination{
	margin: 0;
}

.pagination li a{
	border-radius: 0 !important;
	margin-right: 8px;
	color: #7c7c7c;
}

.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
	color: #fff;
	background: #feb401;
	border: 1px solid transparent;
}

.paging .page-numbers{
	border: 0;
	color: #7c7c7c;
	position: absolute;
	right: 0;
	top: 3px;
}



/* News Single
================================================== */

.post-title-area {
	margin-bottom: 20px;
	margin-top: -10px;
}

.single-post .post-title{
	font-size: 40px;
	line-height: 55px;
/*	padding: 15px 0 8px 0;*/
	padding: 5px 0 8px 0;
   margin: 0;
}
.single-post .post-title_sm{
	font-size: 36px;
	line-height: 40px;
}

.headtitle {
    color: #fff;
    margin-top: 15px;
    font-size: 25px;
    font-weight: 600;
}
.headtitle_sm {
	font-size: 17px;
}
.single-post .post-title.homep a {
	font-size: 35px;
}

.single-post .summary {
    color: #000;
    padding-left: 25px;
    border-left: solid 6px #002065;
    font-size: 25px;
    line-height: 30px;
}

.single-post a{
    color: #103ba0;
}

.single-post a:hover{
	text-decoration: underline;
}

.single-post .summary p{
    font-size: 25px;
    line-height: 30px;
}



.related .title-small {
    font-size: 16px;
    line-height: initial;
    padding: 0;
}

.related .post-content {
    background: #eaeaea;
    padding: 10px;
}

.single-post p{
	font-size: 18px;
	/* 16px */
	line-height: 25px;
	/*26px*/
	margin-bottom: 26px;
	/* 15px */
}


.post-content-area{
	margin: 0px 0;
	/* 20px 0 */
}

.post-featured-image,
.post-media.post-video,
.post-media.post-audio {
	margin-bottom: 30px;
}

.entry-content h3{
	margin: 0;
   padding: 20px;
   font-size: 22px;
   line-height: 30px;
}

.positionPHOTO_1, .positionPHOTO_2 {
	margin-bottom: 30px;
}

.entry-content .caption {
	/*
	font-size: 12px;
	padding: 0px;
	background-color: #dcdcdc;
    color: black;
    text-align: center;
    */

    font-size: 12px;
    padding: 0 0 0 0;
    color: black;
    font-weight: bold;
}

.entry-content .caption p{
	padding:4px;
}

.post-content-area img {
	max-width: 100%;
}

.post-content-area ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;

    padding-bottom: 20px;
}
.post-content-area ol li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
.post-content-area ol li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #002065;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}




.post-content-area ul li {
    list-style-type: none;
    color: black;
    padding-bottom: 10px;
}

.post-content-area ul li::before {
	content: '\2022';
	font-size: 200%;
	color: #e8a502;
	display: inline-block; width: 1em;
	margin-left: -1em;
}

.hs-responsive-embed { 
position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0; 
}

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0; 
}

.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
padding-bottom: 56.25%; 
}

.post-content-area.editors-art img.img-responsive {
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 50%;
    width: 40%;
}


/* Post tags */

.tags-area{
	margin: 20px 0;
}

.post-tags > span{
	background: #1c1c1c;
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	text-transform: uppercase;
	margin-right: 5px;
}

.post-tags a{
	border: 1px solid #dedede;
	display: inline;
	list-style: none;
	padding: 2px 6px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	color: #1c1c1c;
}

.post-tags a:hover{
	background: #1c1c1c;
	color: #fff;
	border: 1px solid transparent;
}

/* Post social */

.share-items{
	border: 1px solid #dedede;
	border-radius: 0;
	background: none;
	padding: 10px 20px;
	width: 100%;
	margin: 40px 0;
	display: inline-block;
}

.post-social-icons > li {
	display: inline-block;
	padding: 5px 12px;
	color: #fff;
	background: #1c1c1c;
	font-size: 12px;
	margin-right: 8px;
}

.post-social-icons a{
	color: #fff;
	text-align: center;
}

.post-social-icons a i{
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	margin-right: 5px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 12px;
}

.post-social-icons > li.facebook{
	background: #3B5998;
}

.post-social-icons > li.twitter{
	background: #00aced;
}

.post-social-icons > li.gplus{
	background: #c53942;
}

.post-social-icons > li.pinterest{
	background: #ce222b;
}

/* Post navigation */

.post-navigation{
	display: inline-block;
   margin: 0 0 40px;
}

.post-navigation span:hover,
.post-navigation h3:hover{
   color: #EC0001;
}

.post-navigation .post-previous,
.post-navigation .post-next {
	padding: 0 40px;
	width: 50%;
  	border-left: 1px solid #e7e7e7;
  	border-right: 1px solid #e7e7e7;
  	display: table-cell;
  	position: relative;
  	vertical-align: middle;
}


.post-navigation i{
   margin: 0 5px;
}

.post-navigation span{
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}


.post-navigation .post-previous {
  	text-align: left;
  	float: left;
  	border-left: 0 none;
  	border-right: 0 none;
  	padding: 0 40px 0 0;
}

.post-navigation .post-next {
  	text-align: right;
  	float: left;
  	border-right: 0 none;
  	padding: 0 0 0 40px;
}

.post-navigation h3{
	font-size: 16px;
	margin: 8px 0 0;
}

/* Author box */

.author-box {
	border: 1px solid #dadada;
	padding: 20px 20px 15px;
	margin: 0 0 40px;
}

.author-img img{
	margin-right: 30px;
	width: 100px;
	height: 100px;
	overflow-x: hidden;
	margin-bottom: 30px;
}

.author-url a{
	color: #1c1c1c;
	font-size: 13px;
}

.author-info h3{
	 margin-top: 0;
	 margin-bottom: 5px;
	 font-size: 18px;
}

.authors-social a {
   color: #999;
   margin-left: 10px;
}

.author-counter span{
	background: #1c1c1c;
	color: #fff;
	font-size: 12px;
   padding: 2px 8px;
}

/* Comments area */

.comments-area{
	 margin: 40px 0;
}

.comments-area p {
    font-size: 13px;
    line-height: initial;
}

.comments-list .comment-content {
		margin: 15px 0;
}

.comments-list .comment-reply {
		color: #303030;
		font-weight: 400;
}

.comments-list .comment-reply:hover{
	 color: #4f73bf;
}

.comments-counter{
	font-size: 18px;
}
.comments-counter a{
	color: #323232;
}

.comments-list{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.comments-list .comment{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.comments-list .comment.last{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comments-list img.comment-avatar{
	width: 84px;
	height: 84px;
	margin-right: 30px;
}

.comments-list .comment-body{
	margin-left: 110px;
}

.comments-list .comment-author{
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
	font-size: 16px;
	 color: #303030;
}

.comments-list .comment-date{
	color: #959595;
	margin-bottom: 5px;
	font-size: 12px;
}

.comments-reply{
	list-style: none;
	margin: 0 0 0 70px;
}

.comments-form{
	margin-bottom: 0;
}

.comments-form .title-normal{
	 margin-bottom: 20px;
}

.comments-form .comments-btn{
	 margin-top: 20px;
	 font-size: 12px;
}

/* Sidebar
================================================== */

/* Widget common */

.sidebar .widget{
	 margin-bottom: 50px;
}

.sidebar-left .widget{
	 margin-right: 20px;
}

.sidebar-right .widget{
	 margin-left: 20px;
}

.sidebar .post-meta span.post-date {
	background: #e2e2e2;
	padding: 2px 5px 3px;
}


/* Sidebar nav */

.sidebar ul.nav-tabs{
	 border:0;
}


.sidebar ul.nav-tabs li a{
	color: #303030;
	border-radius: 0;
	padding: 15px 0;
	padding-left: 0;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;

}

.sidebar ul.nav-tabs li.active a, 
.sidebar ul.nav-tabs li:hover a{
	 color: #4f73bf;
}

.sidebar ul.nav-tabs li{
	 color: #303030;
	 line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a{
	 border-bottom: 0;
}


/* Newsletter */

.ts-newsletter{
	background-color: #f1f1f1;
	background-image: url(../images/newsletter-icon.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 30px;
}

.ts-newsletter .form-control{
	background: #fff;
}

.newsletter-form button{
	font-weight: 700;
	font-size: 12px;
	margin-top: 15px;
	padding: 10px 25px;
}


/* Widget tags */

.widget-tags ul > li {
	 float: left;
	 margin: 3px;
}

.sidebar .widget-tags ul > li a{
	 border: 1px solid #dadada;
	 color: #303030;
	 display: block;
	 font-size: 14px;
	 padding: 3px 15px;
	 -webkit-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	 -ms-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover{
	 background: #4f73bf;
	 color: #fff;
	 border: 1px solid transparent;
}


/*-- Review post --*/

.post-block-style.post-float.review-post-block {
	max-width: 140px;
   min-height: 105px;
}

.post-block-style.post-float.review-post-block .post-thumb img{
	max-width: 140px;
   min-height: 105px;
}

/*-- No sidebar --*/

.block-wrapper.no-sidebar,
.block-wrapper.no-sidebar > .container{
	max-width: 850px;
	margin: 0 auto;
}

.block-wrapper.solid-bg{
	background: #f7f7f7;
	background: rgba(247,247,247,1);
}

.solid-bg .pad-r{
	padding-right: 4px;
}

.solid-bg .pad-l{
	padding-left: 4px;
}

/* Contact Us
================================================== */

.contact-info-box {
	margin-top: 20px;
}

.contact-info-box-content h4 {
	font-size: 16px;
	margin-top: 0;
	line-height: normal;
	font-weight: 700;
}

.contact-info-box-content p {
	margin-bottom: 0;
}

label{
	font-weight: 400;
}


/* Error page
================================================== */

.error-page .error-code h2{
	display: block;
	font-size: 200px;
	line-height: 200px;
	color: #303030;
	margin-bottom: 20px;
}

.error-page .error-body .btn{
	margin-top: 30px;
	font-weight: 700;
}

/* Boxed Layout
================================================== */

.boxed-layout{
	background: #f7f7f7 url(../images/boxed-bg.jpg) no-repeat;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.boxed-layout .body-inner{
	background: #fff; 
	max-width: 1240px;
	margin: 40px auto;
	overflow-x: hidden;
	box-shadow: 0 7px 13px rgba(0,0,0,0.15);
}

/* Tsichles Layout
================================================== */
.bannerInText {
	float: left;
	margin-right: 16px;
	/* border: #e8e8e8 solid 5px;*/ 
} 

@media all and (max-width: 475px){
	.bannerInText {
	    float: left;
	    margin-bottom: 16px;
	    word-wrap: break-word;
	    width: 100%;
	    align-self: center;
	} 
}

.multimedia {
	/* float: left; */
	padding-left: 20%;
	padding-right: 20%;
}

.single-post p img {
	max-width: 100%;
}

.youtube-embed-wrapper{
    margin-bottom: 20px;
}

.paddingBottom {
	padding-bottom: 15px;
}

.protoselido-main {
    width: 48%;
}

.protoselido.title {
	color: #ffffff;
}

.protoselido.title h2 a {
	padding-top: 15px;
	font-size: 38px;
	color: #ffc548;
}

.protoselido.title h4 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #ffffff;
}

.protoselido.title h4 a {
	color: #ffffff;
}

.protoselido.title p {
	color: #ffffff;
}

#twitter-widget-0 {
    margin: 0 auto;
}

.firstpar p:first-of-type:first-letter { 
    font-size: 56px;
    line-height: 70px;
    font-weight: 600;
    color: #002065;
    display: block;
    float: left;
    margin: -10px 10px -10px 0;
}




.main-nav.clearfix .listenlivesm {
	display: none;
}

.sticky {
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.main-nav.clearfix.your-header.sticky ul.navbar-nav > li > a {
    padding: auto 14px;
}
.main-nav.clearfix.your-header.sticky ul.navbar-nav > li > a {
    font-size: 15px;
}

.main-nav.clearfix.your-header.sticky .nav-search {
	display: none;
}

.main-nav.clearfix.your-header.sticky {
    top: 0;
}
.main-nav.clearfix.your-header .stickylogo {
    display: none;
}
.main-nav.clearfix.your-header.sticky .stickylogo {
    display: block;
    /*background: #fff;*/
    max-width: 120px;
    float: left;
}
.main-nav.clearfix.your-header.sticky .listenlivesm {
	display: block;
    /*background: #fff;*/
    max-width: 25px;
    float: right;
}

.main-nav.clearfix.your-header.sticky .stickylogo img.logo_img {
    width: 100%;
    max-width: 90px;
    height: auto;
    margin: 0 auto;
}


/**********   NEW HEADER    *********/


.headernew {
    max-width: 1310px;
    margin: 0 auto;
    display: block;

}
.logo_img_new {
	text-align: center;
	max-width: 100%!important;
	text-align: right;
}
.logo_img_new img {
	max-height: 80px;    
}
.stickylogo img.logo_img_new {
	max-width: 90px!important;
}

.stickylogomob img.logo_img_new {
    /*width: 35%;*/
    width: 45%;
    float: none;
    text-align: center;
    margin: -5px 0 0 50%;
}


.top-social-new h2.date {
	color: #1e2d5f;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.blue {
	background-color: #002065;
    color: #fff;
    border-bottom: 2px solid #fff;
    /*height: 37px;
    overflow: hidden;*/
}
.main-nav.blue >.container > .row {
	border-top: 0px solid #002065; 
    border-bottom: 0px solid #002065; 
    margin-left: 0;
    margin-right: 0;
    background: #002065; 
    color: #fff;
}
.main-nav.blue ul.navbar-nav > li > a {
	color: #fff;	
    line-height: 36px;
}

.headernew .col-md-3.col-sm-3.col-xs-12.listenlive.text-right {
    padding: 0;
}
.nav-search-new {
	top: 6px;
}
div#liveprogram-new {
	display: block;
    float: left;
    width: 70%;
    text-align: right;
    color: #ffb111;
    font-size: 16px;
    font-weight: 700;
    /*border: 1px solid red;*/
    margin: 5px 0 0 0;
}
div#liveprogram-new a { 
	color: #ffb111;
}
div#liveprogram-new .person {
    color: #002065;
}

#liveprogram-new img.img-responsive {
    width: 25%;
}
.nextonair {
	display: block;
    float: left;
    /*border: 1px solid yellow;*/
    width: 15%;
    max-width: 80px;
}
.listenlivelink {
	/*border: 1px solid blue;*/
    width: 15%;
    float: left;
}
.nextonair .img-responsive, .listenlivelink .img-responsive{
	max-width: 100%;
    display: inherit;
    height: auto;
}
.nextonair img.img-responsive {
    margin: 0 0 0 20px;
}
.listenlivelink img.img-responsive {
    width: 60%;
}

@media (min-width: 1200px){
.container {
    width: 1270px!important;
}}



/********************************************************************/

.hor-banners .widget.text-center {
    display: inline-block;
    width: 47%;
    margin: 0 1% 20px;
}
.podcast-full .hor-banners .widget.text-center {
    width: 31%;
}
@media (max-width: 631px){
.podcast-full .hor-banners .widget.text-center {width: 97%;}
}
.widget.text-center img {width: 100%;}
.footer-banners {
    background: #eaeaea;
    padding: 23px 0 0;
}
.footer-banners .hor-banners {
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
}
.hor-banners {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 520px){
		.hor-banners {display:none;}
		.hor-banners.show-inmob {display:block;}
		.hor-banners .widget.text-center {display: block; width: 94%;margin: 0 auto 20px;}
}
.hor-banners .widget.text-center img {
    width: 100%;
}
.btn-home {
	display: block;
}
.weather_new h2 {
    font-size: 14px;
    font-weight: 400;
    color: #1e2d5f;
    margin: 0;
    padding: 0;
}
span.cel {
    font-weight: 700;
}
.weather_new img {
    max-height: 20px;
}


.listenlivesmob {
	display: none;
}
.listenlivesmob img {
	width: 90%;
}

@media (min-width: 992px) and (max-width:1199px) {

ul.navbar-nav > li > a, .dropdown-menu li a {
    font-size: 15px;
    padding: 0 10px 0 9px;
}

.main-nav.clearfix.your-header.sticky .stickylogo {
    max-width: 90px;
    margin: 0 5px 0 0;
}
.main-nav.clearfix.your-header.sticky ul.navbar-nav > li > a {
    padding: 0 3px 0 2px;
    font-size: 15px;
}
}



.stickylogomob, .listenlivesmmob {
	display: none;
}

@media (max-width: 991px) {

.main-nav.clearfix.your-header.sticky .stickylogo, 
.main-nav.clearfix.your-header.sticky .listenlivesm
.headernew {
	display: none;
}

.main-nav.clearfix.your-header.sticky .stickyheadermob {
	display: block;
	position: relative;
	z-index: 1000;
	max-width: 880px;
}


.your-header.sticky .stickylogomob, 
.your-header.sticky .listenlivesmob {
	display: block;
}

.your-header.sticky .stickylogomob {
    position: absolute;
    right: 30%;
    top: 13px;
}
.your-header.sticky .listenlivesmob {
    position: absolute;
    right: 3%;
    top: 9px;
}}


.your-header.sticky .stickylogomob img.logo_img {
    max-height: 40px;
}

.captionmedia {
    font-size: 16px;
    line-height: 25px;
    background-color: #eff0ff;
    width: 360px;
    padding: 20px 0 0 0;
    border-radius: 7px;
    margin-bottom: 20px;
}

.captionmedia a {
    margin: 0 10px 15px 10px;
    display: block;
}


.center {
    margin-left:  auto;
    margin-right:  auto;
    display:  inline-block;

}

/******************* INTERNET EXPLORER - EDGE    *********************************************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	ul.navbar-nav > li {
		float: left;
	}
	ul.navbar-nav > li > a {
		font-size: 15px!important;
		float: left;
	}

	ul.navbar-nav > li > a, .dropdown-menu li a {
	    font-size: 15px;
	    padding: 10px 10px 10px 9px;
	}

	.main-nav.clearfix.your-header.sticky .stickylogo {
	    max-width: 90px;
	    margin: 0 5px 0 0;
	}
	.main-nav.clearfix.your-header.sticky ul.navbar-nav > li > a {
	    padding: 0 3px 0 2px;
	    font-size: 15px;
	}
	.post-title.title-large.home {
	    font-size: 25px;
	    line-height: 32px!important;
	}
	.post-title.title-large {
	    line-height: 30px;
	    margin-top: -5px;
	}
	.top-larget-post .post-title.title-large {
	    line-height: 40px;
	}	
	.main-nav.clearfix.your-header.sticky ul.navbar-nav > li > a {
    padding: 10px 3px 10px 2px;
	}
	.editors-block .col-lg-2-5, .editors-block .col-md-2-5 {
   	min-height: 330px;
	}

}/*@supports (-ms-ime-align:auto)*/




@supports (-ms-ime-align:auto)  {
	ul.navbar-nav > li {
		float: left;
	}
  	ul.navbar-nav > li > a {
		font-size: 15px!important;
	}
	ul.navbar-nav > li > a, .dropdown-menu li a {
	    font-size: 15px;
	    padding: 10px 10px 10px 9px;
	}

	.main-nav.clearfix.your-header.sticky .stickylogo {
	    max-width: 90px;
	    margin: 0 5px 0 0;
	}
	.main-nav.clearfix.your-header.sticky ul.navbar-nav > li > a {
	    padding: 0 3px 0 2px;
	    font-size: 15px;
	}
	.post-title.title-large.home {
	    font-size: 25px;
	    line-height: 35px!important;
	}
	.post-title.title-large {
	    line-height: 30px;
	    margin-top: -5px;
	}
	.top-larget-post .post-title.title-large {
	    line-height: 40px;
	}
	.main-nav.clearfix.your-header.sticky ul.navbar-nav > li > a {
    padding: 10px 11px;
	}
	.editors-block .col-lg-2-5, .editors-block .col-md-2-5 {
   	min-height: 350px;
	}

}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  	// IE9+ CSS
    ul.navbar-nav > li {
		float: left;
	}
    ul.navbar-nav > li > a  {
		font-size: 15px!important;
		float: left;
	}
	ul.navbar-nav > li > a, .dropdown-menu li a {
	    font-size: 15px;
	    padding: 10px 10px 10px 9px;
	}

	.main-nav.clearfix.your-header.sticky .stickylogo {
	    max-width: 90px;
	    margin: 0 5px 0 0;
	}
	.main-nav.clearfix.your-header.sticky ul.navbar-nav > li > a {
	    padding: 0 3px 0 2px;
	    font-size: 15px;
	}
	.post-title.title-large.home {
	    font-size: 25px;
	    line-height: 35px!important;
	}
	.post-title.title-large {
	    line-height: 30px;
	    margin-top: -5px;
	}
	.top-larget-post .post-title.title-large {
	    line-height: 40px;
	}
	.main-nav.clearfix.your-header.sticky > ul.navbar-nav > li > a {
    padding: 10px 3px 10px 2px;
	}
	.editors-block .col-lg-2-5, .editors-block .col-md-2-5 {
   	min-height: 330px;
	}

}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	@media (min-width: 992px) and (max-width:1199px) {
			ul.navbar-nav > li > a {
				font-size: 13px!important;
			}
		}
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
		@media (min-width: 992px) and (max-width:1199px) {
			ul.navbar-nav > li > a {
				font-size: 13px!important;
			}
		}
}
@supports (-ms-ime-align:auto)  {
	@media (min-width: 992px) and (max-width:1199px) {
			ul.navbar-nav > li > a {
				font-size: 13px!important;
			}
		}
}


.post-block-style.rest-arts.post-list.clearfix {
    border-bottom: 1px solid #ccc;
    padding: 0px 0 15px 0;
    margin: -5px 0 0 0;
}
.breadcrumb42786 {
	display: none;
}

@media (min-width: 992px) {
.col-md-4 {
    margin: 0;
}}


.offers-simple {
    padding: 30px 0 0;
    /*background: #cac9c9;*/
    background: #ddd;
    margin: 0 0 30px 0;
}
.offers-simple .row {
    /*background: #cac9c9;*/
    background: #ddd;
    margin: -30px 0 10px 0;
    padding: 15px 0 0 0;
}

@media screen and (min-width:845px) {
.firstpar p:first-of-type:first-letter { 
    font-size: 64px!important;
    line-height: 74px!important;
}


.single-post .summary p {
    font-size: 24px!important;
    line-height: 33px!important;
    font-weight: bold;
}

.single-post .summary p {
    font-size: 24px!important;
    line-height: 33px!important;
    font-weight: bold;
}


.single-post p {
	font-size: 19px!important;
    line-height: 29px!important;
}
}

section.block-wrapper.special-sections.display3.market .post-meta {
    display: none;
}
section.block-wrapper.special-sections.display3.market .thumb-float-style .post-cat {
    top: 0;
    left: 0;
}


/* ------ 2019 --------*/ 
.inphoto {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.container.conttest {
    max-width: 1310px!important;
    width: 100%!important;
    padding: 0;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
.testing {
	width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}
.firstart {
    max-width: 705px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.firstart .headtitle {
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}
.firstart .post-title {
    font-size: 30px;
    line-height: 35px;
    padding: 5px 0 8px 0;
    margin: 0;
}
.firstart a.post-cat {
    position: absolute;
    font-size: 15px;
    padding: 2px 5px;
    background: #feb401;
    font-weight: 700;
    color: #fff;
    height: 24px;
    line-height: 20px;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 1;
}
.post-meta-new {
    color: #c6c6c6;
    list-style-type: circle;
    font-size: 1.4rem;
    width: 100%;
    clear: both;
    display: block;
    /* border: 1px solid red; */
    font-weight: 600;
}
.secondart {
    max-width: 602px;
    width: 100%;
    padding: 0;
    float: right;
    display: block;
    position: relative;
}
.secondart .post-content {
    /* margin: -100px; */
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
    padding: 5px 15px; 
    width: 100%;
}

@media only screen and (max-width: 1310px) and (min-width: 800px) {
.firstart {
    width: 53.5%;
}
 .secondart {
    width: 48%;
}
.sum-rest3_4 {
	width: 49%!important 
}
}
@media only screen and (max-width: 1300px) {
.firstart {
    width: 53.5%;
}
 .secondart {
    width: 46%;
}}


@media (max-width: 991px) and (min-width: 768px) {
 .post-block-style {
    min-height: auto!important;
}}
@media (max-width: 800px) {
.secondart {
	float: left;
	margin: 2px 0 0 0;
	width: 100%;
	border: 1px solid green;
}
}


.sum-rest3_4 {
    max-width: 300px;
    width: 50%;
    padding: 0;
    margin: 2px 0 0 0;
    float: left;
}
@media only screen and (max-width: 705px) and (min-width: 480px) {
.sum-rest3_4 {
    width: 49%;
    margin: 3px;
}
.secondart {
	    margin: 3px 0 0 0;
}}


@media (max-width: 479px) {
.sum-rest3_4 {
    width: 100%;
    max-width: 480px;
}}
.sum-rest3_42 {
	margin: 2px 0 0 2px;
	background: #ddd;
}
.sum-rest3_4 .post-content.post-content1 {
    padding: 5px 15px;
}

.sum-rest .post-block-style .post-content.post-content1,
.sum-rest .post-block-style .post-content.post-content2 {
    min-height: auto!important;

}

.post-content.post-content1 .post-title.title-large,
.post-content.post-content2 .post-title.title-large {
	font-size: 18px;
	line-height: 20px;
}

.secondart .post-title a {
    color: #f5f5f5;
}

.editorspicks-wrapper {
	/*width: 100%
	margin: 0;
	padding: 0 0 0 40px;*/
    /*border: 1px solid red;*/
}

@media (max-width: 992px) {
	.editorspicks-wrapper {
	 	padding: 0 10px;
	 	margin: 20px 0 0 0;
	 }

.post-overaly-style .post-title {
    font-size: 20px!important;
    line-height: initial;
    margin-bottom: 0;
}
.post-content.post-content1 .post-title.title-large, .post-content.post-content2 .post-title.title-large {
    font-size: 16px;	
    line-height: 18px;
}
}

@media (max-width: 767px) {
	.post-overaly-style .post-title {
	    margin: 30px 0 0 0;
}}



.editorspicks {
    max-width: 1310px!important;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*border: 1px solid blue;*/
}
.editors-title {
	background: url(images/editorspickbg.jpg) no-repeat center left;
    color: #002065;
    font-weight: 700;
    padding: 0 0 0 25px;
    font-size: 21px;
    margin: 0 0 20px 0;
    width: 1310px;
}
.editorspicks .post-title.title-large.home {
	font-size: 18px;
	line-height: 20px!important;
	/*padding: 10px 0 0 0;  only for IE*/
}
.editorspicks .post-block-style .post-content {
	padding: 0;
}

@media (min-width: 992px){
.hide-onmobile.clearfix {
    display: block;
    /*border: 2px solid red;*/
}
.show-onmobile {
    display: none;
}}

@media (max-width: 991px) {
.hide-onmobile.clearfix {
    display: none;
}
.show-onmobile{
    display: block;
    /*border: 2px solid blue;*/
}}

ul.navbar-nav li a i, .dropdown-submenu>a:after { background: transparent!important;}



#reflect {
    -webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));
}

#real {
    font-size: 40px;
    color: white;
    margin: 0;    
}
p#real img {
	box-shadow: 5px 0px 10px 0px #333;
}

#refl {
	font-size: 4px;
    color: white;
    margin: -90px 0 0 0;
    -moz-transform: scaleY(-0.5);
    -o-transform: scaleY(-0.5);
    -webkit-transform: scaleY(-0.5);
    transform: scaleY(-0.5);
    -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.4)));
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
  width: 400%;
}




#para_div {
    display: inline-block;
    background-color: #002065;
    padding: 50px 40px 0 40px;
    margin: 20px 0;
    width: 100%;
    max-height: 460px;
    overflow: hidden;

}
.photocover-item {
	display: block;
	float: left;
	width: 20%;
	/*transform: skew(-10deg);*/
	transform: perspective(400px) rotateY(-10deg);
}

@media (max-width: 700px) {
#para_div {
    max-height: none;
    overflow: unset;
    text-align: center;
}
#refl {
	width: unset;
}
.photocover-item {
	display: block;
	float: left;
	width: 100%;
	/*transform: skew(-10deg);*/
	transform: none;
}
.photocover-item2, .photocover-item3, .photocover-item4 {
	display: none;
 }
 .photocover-text {
 	text-align: center;
 }
}


.photocover-item.photocover-item1 {
    position: relative;
    z-index: 10;
}
.photocover-item.photocover-item2 {
    position: relative;
    z-index: 9;
}
.photocover-item.photocover-item3 {
    position: relative;
    z-index: 8;
}
.photocover-text {
	color: #fff;
	font-size: 16px;
	text-align: right;
	display: grid;
	margin: 0 0 20px 0;
}
.photocover-text b {
    clear: both;
    display: block;
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #fdb415;
}
.photocover-photos {
	display: block;
	padding: 0 0 0 4rem;
}

.prosforesR {
	width: 100%;
	background-color: #002665;
	padding:10px;
	margin: 0 0 30px 0;
}
.prosforesR.widget .post-content {
    padding: 10px 0;
    max-width: 500px;
}
.prosforesR-in {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.prosforesR-title {
    width: 100%;
    /* background-color: #002665; */
    padding: 10px;
    margin: -49px auto 20px auto;
    color: #002665;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    line-height: 3rem;
}
.prosforesR-title span {
	color: #fff;
}
.prosforesR-title span.yellow {
	color: #ffb102;
}
.post-title-w {
    color: #fff;
    font-size: 18px;
    line-height: initial;
    margin: 10px 0 25px 0;
}
.post-title-w a {
	color: #fff;
}

.shows-wrapper {
    /*background: url(http://media.real.gr/filesystem/images/20190404/low/bgshow_1_147854.JPG) no-repeat center #e5e9f4;*/
    /*background: url(http://media.real.gr/filesystem/images/20190415/low/bg-ekpompes_1_148971.GIF) no-repeat center #b9c5da;*/
    background: #e5e9f4;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;background-size: 150% !important;
}
.only-desktop.shows-wrapper {
	 /*background: url(http://media.real.gr/filesystem/images/20190404/low/bgshow_1_147854.JPG) no-repeat center #e5e9f4;*/
    /*background: url(http://media.real.gr/filesystem/images/20190415/low/bg-ekpompes_1_148971.GIF) no-repeat center #b9c5da;*/
    background: url(http://media.real.gr/filesystem/images/20190415/low/bg-ekpompes4_1_148976.GIF) no-repeat center #e5e9f4;
}
@media (max-width: 1300px) {
section.carousel.shows-wrapper.only-desktop {background: #e5e9f4;}
}
.shows-in {
    /* background: #e5e9f4; */
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 1110px;
    padding: 0;

}
.shows-in ul {
	display: inline-block;
    margin: 0 auto;
    padding: 0;

}
.shows-in ul li {
    display: inline-block;
    float: left;
    margin: 10px;
    max-width: 110px;
    text-align: center;
    min-height: 145px;
}



.shows-in ul li img {
    width: 85px;
    height: 85px;
   border-radius: 20px;
    margin-bottom: 10px;
}
.shows-in ul li .ekpompes-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px!important;
    color: #002065;
}

.xatzi {
    display: block;
    margin: 0 50px 0 0;
    max-width: 250px;
    float: right;
}
.xatzi img {
	margin: 16px 0 0 0;
}
.xatzi span {
    display: block;
    text-align: right;
    float: left;
    margin: 106px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #002065;
}
.only-desktop .shows-in ul {
    display: inline-block;
    float: left;
    width: calc(100% - 190px);
}
.only-desktop .shows-in ul li {
    width: 12.5%;margin: 10px 0;
}
.only-desktop .xatzi {
    margin: 0;
    width: 140px;
}
.only-desktop .xatzi span {margin: 0;}

.post-meta.topfour {
    top: -48px;
    right: -1px;
    position: absolute;
    width: 98%;
}
.inphoto-info {
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 90%;
}
.post-meta.post-meta-roi {
    display: block;
    float: left;
}
.art-info.art-info-roi {
	display: block;
    float: right;
    background: #002065;
    color: #fff;
    border: none;
    padding: 2px 5px 3px;
    margin-right: 0px;
    font-size: 13px;
}

.blue .search-block .search-close {
    color: #f5f5f5;
    /*background-color: transparent!important;*/
    background-color: #002065!important;
    position: absolute;
    top: -36px;
    right: 4px;
    font-size: 32px;
    cursor: pointer;
    padding: 5px;
}
.related-roi {
	display: block;
}
.related-roi ul {
    padding-inline-start: 0px!important;
}
.related-roi ul li {
    margin: 5px 0;
    font-size: 15px;
    line-height: 18px;
    color: #1998fc;
    padding: 3px 5px 3px 0;
}
.related-roi ul li div {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 5px 20px 0;
    float: left;
    vertical-align: top;
}
.related-roi ul li a {
    color: #1998fc;
}

@media (max-width: 768px) {

	div#liveprogram-new {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 16PX;
	}
	.logo_img_new {
		width:45% !important;
	    text-align: center;
	    max-width: 100%!important;
	    margin: 10px 0 0 0;
	    padding-top: 3px !important;
	}

}
@media (min-width: 992px) { 

.inmenuplayer, .inmenusocial {
	display: none!important;
}}

@media (max-width: 991px) { 
.bluemobile {
	padding-bottom: 5px;
}

.inmenuplayer {
	display: block;
	padding: 10px;
	background-color: #002065;
	margin: -1px -15px;
}
.inmenuplayer_l {

    display: inline-block;
    float: left;
    width: 25%;
    border: 0!important;
    padding: 0 0 0 10px;
    min-width: 100px;
}
.inmenuplayer_l img {
	padding: 10px 0 0 0;
}

.inmenuplayer_r {
    display: inline-block;
    float: left;
    width: 69%;

    text-align: right;
    color: #ffb111;
    font-size: 16px;
    font-weight: 600;
    /*border:1px solid blue;*/

}
.inmenuplayer_r a {
	color: #ffb111;
}
ul.navbar-nav li .inmenuplayer_r a {
    color: #ffb111;
    font-size: 14px;
}
.inmenuplayer_r a .person {
    color: #fff;
    /* clear: both; */
    width: 100%;
    display: inline-block;
}
.inmenuplayer .inmenusocial a i {
	color: #ffb111;
    border-top: 0px solid #f1f1f1 !important;
    display: inline-block;
    float: left;
    width: 20%;
    border: 1px solid red;
}
.inmenusocial {
	display: block;
    color: #fdb415;
    text-align: center;
    margin: 0 0 6px 0;
}
.inmenusocial a i {
    color: #fdb415;
    margin: 0 12px;
    font-size: 24px;
}

}

/*nav {
	max-height: 500px;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}*/

@media (min-width: 925px) {
	.only-desktop {
		display: block;
}
	.only-mobile {
		display :none;
		}
}
@media (max-width: 1005px) {
		.shows-in ul li.xatzi {
			width: 100%;
		    clear: both;
   			max-width: unset;
		}
		.xatzi span {
		    display: block;
		    text-align: unset;
    		float: unset;
    		margin: 0 0 10px 0;
}
}

@media (max-width: 926px) {
	.only-desktop {
		display: none;
}
	.only-mobile {
			display: block;
		}
		.xatzi img {
			margin: 0;
		}
		.shows-in ul {
			padding: 0 0 0 30px;
		}
		.shows-in ul li {
			margin: 0;
			min-height: 170px;
			padding:0 15px;
		}
		.shows-in {
   			padding: 15px 0 0 0;
		}

		.shows-in-title {
		    width: 100%;
		    padding: 10px;
		    margin: 9px auto 20px auto;
		    color: #002665;
		    font-size: 3rem;
		    text-align: center;
		    font-weight: 700;
		    line-height: 3rem;
		}
		.shows-in-title a {
		    color: #002665;
		}

		.shows-in-title span.yellow {
		    color: #ffb102;
		}
}
@media (max-width: 720px) {
	.shows-in ul li {
			margin: 0;
			min-height: 160px;
			padding:0 15px;
			width: 30%;
			max-width: none!important;
		}

}
.show-only-on-mobile {
	display: none;
}
@media (max-width: 520px) {
	.shows-in ul li {
			margin: 0;
			min-height: 140px;
			padding:0 15px;
			width: 44%;
			max-width: none!important;
		}

	.stickylogomob img.logo_img_new {
    margin: -5px 0 0 45%;
}

.logo_img_new {
    width: 50% !important;
}

.show-only-on-mobile {
	display: block;
}

}

.hasvideo {
    background: url(images/hasmp3.png) no-repeat center;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity:0.8;
}

p iframe {
    /*width: 100%;
    height: 460px;*/
}

.stickyshow {
	display: none;
}
.sticky .stickyshow {
    display: block;
    float: right;
    width: 18px;
    margin: 4px 0 0 15px;
}


#div-gpt-ad-1558438128193-0-m {
	display: block;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	z-index: 1002;
	background: #fff;
}


#nav-1-tab, #nav-2-tab {
    padding: 10px 20px;
    background: #e5e5e5;
    font-size: 18px;
    color: #002065;
    font-weight: 700;
    margin: 0 10px 0 0;
}

#nav-1-tab > span:after,  #nav-2-tab > span:after {
    border-color: #e5e5e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}
.nav-tabs.cityprog {
    border-bottom: 1px solid #ddd;
    padding: 0 0 9px 0;
}
#nav-1-tab, #nav-2-tab {
  /*text-decoration: underline;*/
}

#nav-1-tab span > a:hover, 
#nav-1-tab span > a:focus {

text-decoration: underline;
}

#nav-2-tab span > a:hover, 
#nav-2-tab span > a:focus {

text-decoration: underline;
}


@media (min-width: 1200px) {
.col-lg-3 {
    width: 24%!important;
}}

.podcast-page {
/*background: rgb(30,45,95);
background: -moz-linear-gradient(180deg, rgba(30,45,95,1) 30%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(30,45,95,1) 30%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(30,45,95,1) 30%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2d5f",endColorstr="#ffffff",GradientType=1);*/
}
.podcasts {

}
.podcasts .post-block-style {
    position: relative;
    /* overflow: hidden; */
    display: inline-grid;
    background: #002065;
}
.podcasts .post-title a {
    color: #fdb415;
}
.podcasts .post-block-style .post-content {
    padding: 15px;
    color: #fff;
    min-height: 130px;
}
.podcastdesc {
    background: #fdb415;
    font-weight: 700;
    padding: 4%;
    color: #072a6c;
    margin-bottom: 15px;
}
h3.block-title.advpod {
    margin-bottom: 0;
}
.audioarchive h2.post-title.podadv {
    max-height: none;
    margin-bottom: 15px;
    color: #fdb415;
}
.podcastin-top .pod-download.advanced {
    display: block;
    float: none;
    border: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
}
.poddate {
    font-weight: 700;
    font-size: 90%;
    color: #1998fc;
}
.podcasts .col-md-6, .col-sm-6 {
	padding-right: 2px;
    padding-left: 2px;
}
.podcast-catdescr {
	margin: 20px 0 0 0;
}
.podcastin-top {
	/*background: #002065;*/
	color: #fff;
	padding: 20px;
	display: inline-block;
	background: url(images/podcast-bottombg.jpg) bottom left no-repeat #072a6c;
}
.podcastin-topl {
	float: left;
	display: block;
	margin: 0 20px 16px 0;
	/*border: 1px solid red;*/
}
.podcastin-rest .podcastin-topl {
    max-width: 280px;
}
.podcastin-topR {
	float: left;
	display: block;
	margin: 0 0 20px 0;
	/*border: 1px solid green;*/
}

.podcastin-topR .pod-caption {
    color: #002065;
    margin: 0 0 10px 0;
    width: 100%;
    /*border: 1px solid red;*/
    display: inline-flex;
    flex-direction: column;
}
.podcastin-topl img {
    max-width: 400px;
    width: 100%;
    min-width: 200px;
}
@media only screen and (max-width: 650px) {
	.podcastin-topl {float: none;margin-right: 0;}
	.podcastin-topl img {max-width: 100%;}

}
.pod-download {
	display: inline-block;
    float: right;
    border: 1px solid #000f31;
    padding: 6px 6px 6px 30px;
    text-align: center;
    background: url(images/download-podcast.png) no-repeat left #041b4e;
    background-size: 20px;
    max-width: 160px;
    margin: 25px 10px 25px 0;
    background-position-x: 20px;
    cursor: pointer;
    width: 160px;

}
.podcastin-topR .pod-download {
    float: right;
    margin: 10px 0 0 10px;
}
.podcastin-topR .audiojs .time {
    float: left;
    height: auto;
 }

.podcastin-topR .audiojs {
    width: 300px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    align-content: center;
}
.pod-download a {
	color: #fff;
	font-size: 14px;
}
.podcastin-rest {
    padding: 20px;
    display: flex;
    clear: both;
    border-bottom: 1px solid #666;
    flex-direction: row;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
.podcastin-rest {
    flex-direction: column;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}
}
.podcastin-rest:hover {
    
    background: #e5e5e5;
}

 .podsumtitle {
 	font-size: 18px;
 	font-weight: 700;
 }
 .podcastin-top a.podsumtitle {
    display: flex;
    margin: 20px 0;
    color: #fff;
}
.podcast-page {

}
.podcastgist {
	display: grid;
	padding: 0 0 20px 0;
	/*background: #ccc;*/
	text-align: center;	
	text-shadow: 1px 1px 1px #ffffff;

}
.podcast-page .post-content-area {
	background: url(images/podcast-bottombg-repeat.jpg) center repeat-y;
}
.podcastgist-bottom {	
	background: url(images/podcast-bottombg.jpg) bottom left no-repeat;
	display: grid;
	padding: 0 0 60px 0;
	text-align: center;
}
.podcastgist .img-responsive {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 1px 9px 24px 3px rgb(0 0 0 / 64%);
    box-shadow: 1px 9px 24px 3px rgb(0 32 101);
}
.podcastgist h2.post-title {
    /*color: #041b4e;*/
    color: #fab615;
}
.podcast-page .audiojs {
    width: 300px;
    height: 90px;
    /*background: #002065e0;*/
    background: #041b4e;
    overflow: hidden;
    font-family: monospace;
    font-size: 16px;
    background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
    /* -webkit-box-shadow: 1px 1px 8px rgb(0 0 0 / 30%); */
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    /* box-shadow: 1px 1px 8px rgb(0 0 0 / 30%); */
    /* text-align: left; */

    padding: 30px 10px 10px;
    margin: 0px 30px 30px 0;
    /* float: left; */
}
.podcastgist .audiojs .scrubber {
    position: relative;
    float: left;
    width: 200PX;
    background: #d0d0d0;
    height: 14px;
    margin: 10px;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
}
.podcasts  .audiojs .play-pause {
    /* width: 25px; */
    height: 40px;
    padding: 6px;
    margin: -2px 0px;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    width: 45px!important;
}
.pod-caption {
    /*color: #002065;*/
    color: #fff;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 700;
    /*text-shadow: 0px 1px 3px #ffffff;
    margin: 10px 0 -15px 0;*/
    padding: 0;
	max-width: 350px;
    margin: 0 0 0 0;
}
.pod-play {
    display: inline-block;
    float: left;
}
.pod-play .audiojs .play {
    background: url(images/player-graphics-pods-v2.gif) -2px -1px no-repeat;
    /*border: 1px solid #fff;*/
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.podcastgist--in  {
	display: inline-block;
	margin: 0 auto;
}
.podcastgist--in-sum {
    display: block;
    width: 100%;
    /* height: 60px; */
    background: #002065;
    padding: 10px;
}
.podcastin-top-txt {
    margin: 0 0 20px 0;
    font-size: 18px;
}
.podcastgist--in .pod-download {
	display: inline-block;
    float: left;
    border: 1px solid #000f31;
    padding: 6px 6px 6px 30px;
    text-align: center;
    background: url(images/download-podcast.png) no-repeat left #041b4e;
    background-size: 20px;
    max-width: 160px;
    margin: 25px 10px 25px 0;
    background-position-x: 20px;
    cursor: pointer;
    width: 160px;
}
.podcastgist--in .audiojs .scrubber {
    width: 200px;
}
.podcastin-top .pod-download {
display: inline-block;
    float: left;
    border: 1px solid #1e2d5f;
    padding: 6px 6px 6px 30px;
    text-align: center;
    background: url(images/download-podcast.png) no-repeat left #fdb415;
    background-size: 20px;
    max-width: 160px;
    margin: 25px 10px 25px 0;
    background-position-x: 20px;
    cursor: pointer;
    width: 160px;
}
.podcasts .post-block-style {
	
}
.podcast-page h2.post-title.title-large {
    font-size: 25px;
}

@media (min-width: 768px){
.container {width: 98%;}
}