/* Custom CSS */
/* Subscribe */

#subscribe ~ #result .has-error {
    color: #EA4A4E;
}
#subscribe ~ #result .alert {
    margin-bottom: 0!important;
}
/* nprogress.css */

#nprogress {
    pointer-events: none;
}
#nprogress .bar {
    background: #EA4A4E;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
/* Fancy blur effect */

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #EA4A4E, 0 0 5px #EA4A4E;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}
#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #EA4A4E;
    border-left-color: #EA4A4E;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}
@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Joomla - Item */

article.uk-article,
article.uk-article > li {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #666;
}
article.uk-article p {
    margin-bottom: 10px;
}
article.uk-article h1,
article.uk-article h2:not(.margin-bottom-30),
article.uk-article h3,
article.uk-article h4 {
    margin: 30px 0 15px;
}
article.uk-article a {
    color: #e74c3c;
}
/* Footer */

.footer-logo {
    max-width: 180px;
}
.footer-subscribe {
    border-top: 1px solid #343537;
    border-bottom: none;
}
/* K2 - Item */

.itemFullText img {
    max-width: 100%;
    margin-bottom: 20px;
}
.itemFullText table{
    max-width: 100%;
}
.itemFullText table tbody tr:not(:last-child){
    border-bottom: 1px solid #eee;
}
.itemFullText table tbody tr td{
    vertical-align: middle;
}
.itemFullText.block {
    position: relative;
    max-height: 200px;
    overflow-y: hidden;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.itemFullText.block::after {
    background-image: linear-gradient(to top, #fff, transparent);
    bottom: 0;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
}
.itemImageGallery .single-carousel img {
    width: 100%;
}
.itemImageGallery ul.slick-dots li {
    margin-bottom: 10px;
}
ul.navbar-nav li:nth-child(1) a {
    /* padding-left: 0; */
}
ul.navbar-nav li a {
    line-height: 50px!important;
}
.navbar-nav li.uk-active a {
    font-weight: normal;
    background-color: #e74c3c;
}
.alizarin .heading-1 {
    background-color: #e74c3c;
}
.k2Pagination ul {
    padding: 0;
}
/* Tables */
.uk-panel table{
  width: 100%!important
}
.uk-panel table img{
  max-width: 100%!important
}
/* Homepage - Slideshow */

@media(min-width: 992px) {
    .home4-masonry .row .col-md-4.side_slide {
        width: calc(50% - 151px);
    }
    .home4-masonry .row .col-md-4:nth-child(1) img,
    .home4-masonry .row .col-md-4:nth-child(3) img {
        height: 250px;
    }
    .home4-masonry .row .col-md-4:nth-child(2) {
        width: 302px;
    }
}
.tab-content li {
    padding: 0;
    min-height: auto;
}
.itemIntroText p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    line-height: 25px;
}
.itemFullText {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.itemFullText h1, .itemFullText h2, .itemFullText h3, .itemFullText h4, .itemFullText h5 {
    margin-bottom: 15px;
}
.itemFullText p {
    margin-bottom: 10px;
    text-align: justify;
}

.itemFullText ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.itemFullText ul li {
    font-size: 15px;
    line-height: 20px;
    list-style: outside none none;
    margin-bottom: 7px;
    padding-left: 13px;
    position: relative;
}
.itemFullText ul li::after {
    background: #EA4A4E none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 4px;
}

.itemFullText ol {
    counter-reset: item;
    margin-bottom: 20px;
    padding-left: 20px;
}
.itemFullText ol li {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 7px;
    padding-left: 13px;
    position: relative;
}
.itemFullText ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #EA4A4E;
    left: -5px;
    position: absolute;
}
#tm-content p {
    line-height: 25px;
}
#tm-content .blog-single-head h2 {
    font-size: 30px;
    line-height: 38px;
}
.k2Pagination span.fa {
    vertical-align: top;
    line-height: normal;
}
.side-widget ul.trending li {
    padding-left: 120px;
}
.side-widget.k2_athlitismos ul.trending, .side-widget.k2_politismos ul.trending {
    border-top: 1px solid #eee;
}
.home4-masonry .row .col-md-6 h4 {
    font-size: 25px;
    line-height: 30px;
}
.roi_eidiseon {
    position: relative;
}
.roi_eidiseon .moduleItemCategory,
.trending-text .moduleItemCategory {
    font-size: 12px;
    color: #EA4A4E;
}
.roi_eidiseon time,
.trending-text time {
    font-size: 12px;
    margin-left: 2px;
}
time {
    color: #999;
}
.s_instagram {
    background: #D341B2!important;
}
.slick-active button {
    background-color: #EA4A4E!important;
}
/* Tags */

a.single-tag {
    background: #666 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: table;
    font-size: 12px;
    line-height: 32px;
    padding: 0 12px;
}
a.single-tag:hover {
    background: #999 none repeat scroll 0 0;
}
a.single-tag-red {
    background: #ea4a4e none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: table;
    font-size: 12px;
    line-height: 32px;
    padding: 0 12px;
}
a.single-tag-red:hover {
    background: #999 none repeat scroll 0 0;
}
/* Breaking News */

.newsfeed {
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: -20px;
}
.newsfeed span {
    color: #ea4a4e;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.news-carousel .item a {
    color: #333;
}
.news-carousel .item a:hover {
    color: #ea4a4e;
}
/* InKefalonia Live */

.video-container .angel_cam {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}
.video-container .angel_cam iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.video-container .angel_cam.active {
    opacity: 1;
    padding-bottom: 56.25%;
    transition: all 0.3s ease 0s;
    visibility: visible;
}
.video-container .layout-detail h4,
.video-container .layout-detail .meta {
    text-align: center;
}
.video-container .live-buttons button,
.xrisima button {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 15px;
}
.video-container .live-buttons button.active {
    border-color: #EA4A4E;
    background-color: #EA4A4E!important;
    color: #fff;
}
.video-container .live-buttons button:hover,
.xrisima button:hover {
    background: #ddd;
    transition: all 0.3s ease;
}
/* Top Menu */

.top-menu ul {
    padding-left: 0;
    list-style: none;
    margin-left: -8px;
    padding-top: 9px;
}
.top-menu ul > li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.top-menu ul > li a {
    font-size: 13px;
}
.top-menu li a.top-icon-volume {
    margin-left: 5px;
}
.topbar a.top-icon-volume:before {
    position: relative;
    font-family: 'FontAwesome';
    content: '\f028';
    margin-right: 8px;
}
.top-menu li a.top-icon-video {
    margin-left: 5px;
}
.topbar a.top-icon-video:before {
    position: relative;
    font-family: 'FontAwesome';
    content: '\f16a';
    margin-right: 5px;
}
.top-menu li a.top-icon-food {
    margin-left: 5px;
}
.topbar a.top-icon-food:before {
    position: relative;
    font-family: 'FontAwesome';
    content: '\f0f5';
    margin-right: 5px;
}
.topbar {
    font-size: 13px;
}
/* Select */

.select {
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.select .placeholder {
    position: relative;
    display: block;
    background-color: #393d41;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
}
.select .placeholder:hover {
    background: #34383c;
}
.select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}
.select.is-open .placeholder:after {
    content: '\f077';
}
.select.is-open ul {
    display: block;
}
.select.select--white .placeholder {
    background: #fff;
    color: #999;
}
.select.select--white .placeholder:hover {
    background: #fafafa;
}
.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
    max-height: 200px;
}
.select ul li {
    display: block;
    text-align: left;
    padding: 0.8em 1em 0.8em 1em;
    color: #999;
    cursor: pointer;
}
.select ul li:hover {
    background: #EA4A4E;
    color: #fff;
}
.radio-list ul li p {
    padding: 0;
    font-size: 14px!important;
}
.radio-list ul li {
    min-height: 0;
    padding: 10px 15px;
}
.roi_eidiseon ul.side-posts {
    max-height: 400px;
    overflow-y: scroll;
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 15px 15px 0 15px;
}
.roi_eidiseon.scroll_fade ul.side-posts::after {
    background-image: linear-gradient(to top, #f6f6f6, rgba(246, 246, 246, 0));
    bottom: 0;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 7777;
}
.post-share a {
    text-decoration: none!important;
}
/* K2Pagination */

div.k2Pagination {
    padding: 8px;
    margin: 24px 0 4px 0;
    text-align: center;
}
div.k2Pagination ul {
    text-align: center;
}
div.k2Pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
div.k2Pagination ul li a {
    display: inline-block;
    padding: 4px 8px;
    margin: 0 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    vertical-align: middle;
    background: #fff;
    text-decoration: none;
}
div.k2Pagination ul li a:hover {
    background: #fafafa;
    cursor: pointer;
}
div.k2Pagination ul li.active a {
    background: #fafafa;
}
div.k2Pagination ul li a span {
    vertical-align: middle;
}
/* Lazy Load */

.lazy-responsive {
    height: auto;
    margin: 0 0 5px;
    text-align: center;
    max-width: 100%;
}
/* Header */

.header1.header-menu-style4 .search-trigger {
    line-height: 50px;
}
.search-trigger.search-trigger2 i{
    color: #fff;
}
.search-wrap2 .sw2-close {
    position: absolute;
    color: #101419;
    right: 15px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}
.search-wrap2 {
    height: 50px;
    line-height: 50px;
}
.search-wrap2 form input {
    font-size: 15px;
}
/* Search Results */

.search-results-list li {
    padding-left: 0;
}
.search-results-list li p.introtext {
    font-size: inherit;
    color: #666;
}
.search-results-list li p.title {
    font-size: 18px;
}
.search-results-list li p span.highlight {
    display: inline;
    font-size: inherit;
    color: #EA4A4E;
    font-weight: bold;
}
.search-results-list li .meta span.moduleItemCreated {
    font-size: 12px;
    color: #333;
}
#search-searchword {
    height: 40px;
    box-shadow: none!important;
}
#search-searchword ~ span button {
    height: 40px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    line-height: normal;
}
#search-searchword ~ span button:hover {
    border-color: #EA4A4E;
}
.post-share .s_gallery {
    background-color: #e67e22;
}
/* Slick Carousel */

.prev1 {
    width: 50px;
    height: 50px;
    display: table !important;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 77;
    margin-top: -65px;
    cursor: pointer;
}
.next1 {
    width: 50px;
    height: 50px;
    display: table !important;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 77;
    margin-top: -65px;
    cursor: pointer;
}
/* Xrisima */

.xrisima {
    position: relative;
}
.xrisima h3 small {
    margin-top: 5px;
    font-size: 14px;
    display: block;
}
.xrisima img {
    position: absolute;
    right: 0;
    top: 0;
}
.xrisima p {
    margin-bottom: 5px;
}
/* SimpleWeather */

#weather {
    padding-left: 35px;
}
#weather i {
    color: #333;
    font-family: weather;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
    top: 4px;
    vertical-align: middle;
    position: absolute;
    text-transform: none;
    margin-left: -25px;
}
#weather i.icon-0:before {
    font-family: weather;
    content: ":";
}
#weather i.icon-1:before {
    font-family: weather;
    content: "p";
}
#weather i.icon-2:before {
    font-family: weather;
    content: "S";
}
#weather i.icon-3:before {
    font-family: weather;
    content: "Q";
}
#weather i.icon-4:before {
    font-family: weather;
    content: "S";
}
#weather i.icon-5:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-6:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-7:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-8:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-9:before {
    font-family: weather;
    content: "I";
}
#weather i.icon-10:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-11:before {
    font-family: weather;
    content: "I";
}
#weather i.icon-12:before {
    font-family: weather;
    content: "I";
}
#weather i.icon-13:before {
    font-family: weather;
    content: "I";
}
#weather i.icon-14:before {
    font-family: weather;
    content: "I";
}
#weather i.icon-15:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-16:before {
    font-family: weather;
    content: "I";
}
#weather i.icon-17:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-18:before {
    font-family: weather;
    content: "U";
}
#weather i.icon-19:before {
    font-family: weather;
    content: "Z";
}
#weather i.icon-20:before {
    font-family: weather;
    content: "Z";
}
#weather i.icon-21:before {
    font-family: weather;
    content: "Z";
}
#weather i.icon-22:before {
    font-family: weather;
    content: "Z";
}
#weather i.icon-23:before {
    font-family: weather;
    content: "Z";
}
#weather i.icon-24:before {
    font-family: weather;
    content: "E";
}
#weather i.icon-25:before {
    font-family: weather;
    content: "E";
}
#weather i.icon-26:before {
    font-family: weather;
    content: "3";
}
#weather i.icon-27:before {
    font-family: weather;
    content: "a";
}
#weather i.icon-28:before {
    font-family: weather;
    content: "A";
}
#weather i.icon-29:before {
    font-family: weather;
    content: "a";
}
#weather i.icon-30:before {
    font-family: weather;
    content: "A";
}
#weather i.icon-31:before {
    font-family: weather;
    content: "6";
}
#weather i.icon-32:before {
    font-family: weather;
    content: "1";
}
#weather i.icon-33:before {
    font-family: weather;
    content: "6";
}
#weather i.icon-34:before {
    font-family: weather;
    content: "1";
}
#weather i.icon-35:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-36:before {
    font-family: weather;
    content: "1";
}
#weather i.icon-37:before {
    font-family: weather;
    content: "S";
}
#weather i.icon-38:before {
    font-family: weather;
    content: "S";
}
#weather i.icon-39:before {
    font-family: weather;
    content: "S";
}
#weather i.icon-40:before {
    font-family: weather;
    content: "M";
}
#weather i.icon-41:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-42:before {
    font-family: weather;
    content: "I";
}
#weather i.icon-43:before {
    font-family: weather;
    content: "W";
}
#weather i.icon-44:before {
    font-family: weather;
    content: "a";
}
#weather i.icon-45:before {
    font-family: weather;
    content: "S";
}
#weather i.icon-46:before {
    font-family: weather;
    content: "U";
}
#weather i.icon-47:before {
    font-family: weather;
    content: "S";
}
/* Radio Player */

.badge-radio {
    left: unset;
    right: 10px;
}
.radio_container {
    padding: 25px;
    background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
}
ul.tabs-radio li {
    width: 14.25%!important;
}
.tabs-radio ~ .tab-content {
    padding: 0!important;
}
.radio-today {
    background: #E8E8E8!important;
}
.radio_player .fa {
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #EA4A4E;
}
.radio_player:hover i.fa {
    font-size: 22px;
    transition: all 0.3s ease;
}
/* rotation */

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-ms-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* pulse */

@keyframes pulse {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes pulse {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes pulse {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* scale */

@keyframes scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}
@-moz-keyframes scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}
@-ms-keyframes scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}
h3.heading-1 {
    margin-top: 10px;
}

.navbar-brand {
    max-width: 200px;
    padding-top: 25px!important;
}

.circle {
    /* Draw circles */

    border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.animated {
    /* Smoother animations */

    transform: translateZ(0);
}
/* tower */

.tower {
    position: absolute;
    top: 12.5%;
    width: 100%;
    margin: -20px 0 0 0;
}
.tower .signal {
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -15px;
}
.tower .signal .rings {
    width: 30px;
    height: 30px;
    border: 6px double #F2F0F0;
    animation: scale 1s infinite linear;
}
.tower .dot {
    margin: 10px auto 0 auto;
    width: 10px;
    height: 10px;
    background-color: #F2F0F0;
}
.tower .triangle {
    margin: -5px auto 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 30px solid #F2F0F0;
}
/* player */

.radio_player {
    height: 60px;
    width: 60px;
    background-color: #eee;
    cursor: pointer;
}
.radio_player:hover {
    background-color: #efefef;
    transition: background-color 0.3s ease;
}
.radio_player .triangle {
    width: 0;
    height: 0;
    margin: -15px 0 0 -10px;
    border-top: 20px solid transparent;
    border-left: 30px solid #4BEADE;
    border-bottom: 20px solid transparent;
}
.radio_player:hover .triangle {
    border-top: 20px solid transparent;
    border-left: 30px solid #46CCBF;
    border-bottom: 20px solid transparent;
}
.radio_player .buffering {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    border-right: 2px solid #D3D1D1;
    border-bottom: 2px solid #D3D1D1;
    border-left: 2px solid #F2F0F0;
    border-top: 2px solid #F2F0F0;
    animation: rotate 3s infinite linear;
}
/* Cookie Consent */
/* Start */

.cookie-dialog {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    border: none;
    background-color: gold;
    color: #333;
    -webkit-transition: bottom 0.25s ease-in-out, visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out, visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.cookie-dialog.js-init-dialog {
    display: block;
}
.cookie-dialog.js-hide-dialog {
    visibility: hidden;
    opacity: 0;
}
.cookie-dialog .cookie-dialog-box {
    position: relative;
    padding: 20px 40px 20px 20px;
    background-color: rgba(255, 255, 255, 0.75);
    background: -webkit-linear-gradient(left, rgba(235, 242, 248, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to right, rgba(235, 242, 248, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.cookie-dialog h2 {
    display: block;
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.cookie-dialog p {
    margin: 0;
}
.cookie-dialog .more {
    display: block;
    margin-top: 0.75em;
    line-height: 1.4286em;
}
.cookie-dialog .more a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 200ms linear;
    transition: border-color 200ms linear;
}
.cookie-dialog .more a:focus,
.cookie-dialog .more a:hover {
    border-bottom-color: #333;
}
.cookie-dialog .close-dialog {
    overflow: hidden;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.cookie-dialog .close-dialog:before,
.cookie-dialog .close-dialog:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 4px;
    margin-top: -2px;
    margin-left: -40%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #111;
    border-radius: 3px;
    -webkit-transition: 0.25 background-color ease-in-out;
    transition: 0.25 background-color ease-in-out;
}
.cookie-dialog .close-dialog:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.cookie-dialog .close-dialog:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.cookie-dialog .close-dialog:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.single-all-news {
    margin: 0 auto;
}
.radio_like_box {
    margin-top: 40px;
}
aside p img {
    margin-bottom: 10px;
}
/* Load More */

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #EA4A4E;
    top: 50%;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #EA4A4E;
    animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
/* Social */

.footer-social a i.fa {
    margin-top: 7px;
}
/* YouTube */

.youtube-container {
    position: relative!important;
    padding-bottom: 56.25%!important;
    padding-top: 30px!important;
    height: 0!important;
    overflow: hidden!important;
    background: #999!important;
}
.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    padding: 15px!important;
}
.tm-slideshow .badge {
    display: none;
}
/* AdSense Styling */

.adsense {
    width: 728px;
    height: 90px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
}
.adsense_box {
    width: 336px;
    height: 280px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
}
.adsense:before, .adsense_box:before {
    display: none !important;
}
.adsense ins, .adsense_box ins {
    width: 100%;
    height: 100%;
    display: block;
}
.adsense, .adsense_box {
    position: relative;
}
.adsense__loading {
    width: 100%;
    height: 100%;
    background-color: rgba(155, 155, 155, .2);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
}
.adsense--loaded .adsense__loading {
    display: none;
}
.adsense__loading span {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.k2_content_home h3.heading-1 span{
    text-transform: uppercase;
}

/* Sticky Menu */

.header-light.sticky-clone{
    position: fixed;
    top: -50px;
}

/* Proorismos */

.proorismos{
    padding: 20px 20px 0 20px;
    background-color: #ccf4ff!important;
}

.proorismos h3, .proorismos h3 span{
    background: none!important;
}

#k2Container hr.l4{
    margin: 8px 0;
}

.proteinomena .num{
    width: 100%; margin-top: -25px; margin-bottom: -15px;
}

.proteinomena .num span{
    width: 40px; height: 40px; margin: 0 auto; border-radius: 40px; display: inline-block; line-height: 40px;background: #e74c3c;font-weight: bold; color: #fff;
    vertical-align: middle;
}

.proteinomena .flexb{
    min-height: 150px!important; background-color: #fff; display: flex; justify-content: center;flex-direction: column;text-align: center;
    padding: 25px 10px 15px;
}

.proteinomena .layout_2--item{
    min-height: 300px;
}

.proteinomena img{
    border-bottom: 4px solid #e74c3c;
}

.proteinomena::before {
    content: '';
    background: #eee;
    left: 0;
    top: 0;
    height: 100%;
    width: 200%;
    position: absolute;
    margin-left: -50%;
}

.proteinomena .heading-1{
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    background-color: transparent!important;
}

.proteinomena .heading-1 span{
    background-color: transparent!important;
}

@media only screen and (min-width: 992px) {

    .header-light.sticky {
      position: fixed;
      top: -100px;
      left: 0;
      right: 0;
      z-index: 9999;
      -webkit-transition: top 0.2s ease-out;
      -moz-transition: top 0.2s ease-out;
      -o-transition: top 0.2s ease-out;
      -ms-transition: top 0.2s ease-out;
      transition: top 0.2s ease-out;
    }

    .header-light.sticky-scrolled {
      top: 0;
    }

}

@media only screen and (min-width: 992px) {
    .inkefalonia_ad_unit, .inkefalonia_live {
        margin-left: -8px;
    }
}
@media only screen and (max-width: 1200px) {
    .adsense {
        width: 728px;
        height: 90px;
    }
    .adsense_box {
        width: 336px;
        height: 280px;
    }
    .adsense:before, .adsense_box:before {
        content: '1200';
    }
}
@media only screen and (max-width: 992px) {
    .adsense {
        width: 468px;
        height: 60px;
    }
    .adsense_box {
        width: 336px;
        height: 280px;
    }
    .adsense:before, .adsense_box:before {
        content: '992';
    }
}

@media(min-width: 768px) {
    .inkefalonia_home_mosaic_mobile{
        display: none;
    }
    .k2_content_home h3 span{
        text-transform: none; font-weight: normal; font-size: 20px;
    }
    .k2_content_home.k2_koinonia h3.heading-1{
        background: #c0392b; line-height: 15px;
    }
    .k2_content_home.k2_aytodioikisi h3.heading-1{
        background: #34495e; line-height: 15px;
    }
    .k2_content_home.k2_athlitismos h3.heading-1{
        background: #f39c12; line-height: 15px;
    }
    .k2_content_home.k2_politismos h3.heading-1{
        background: #8e44ad; line-height: 15px;
    }
    .k2_content_home.k2_ellada_diethni h3.heading-1{
        background: #bdc3c7; line-height: 15px;
    }
    .k2_content_home.k2_fresh h3.heading-1{
        background: #2ecc71; line-height: 15px;
    }
    .k2_content_home.k2_aggelies h3.heading-1{
        background: #f1c40f; line-height: 15px;
    }
    .k2_content_home.k2_aggelies h3.heading-1{
        background: #f1c40f; line-height: 15px;
    }
    .k2_content_home.k2_live h3.heading-1, .k2_content_home.k2_video h3.heading-1{
        background: #e74c3c; line-height: 15px;
    }
    .k2_content_home.k2_xrisima h3.heading-1{
        background: #1abc9c; line-height: 15px;
    }
    .k2_content_home.k2_photo_stories h3.heading-1{
        background: #e67e22; line-height: 15px;
    }
    .k2_content_home.k2_radio h3.heading-1{
        background: #95a5a6; line-height: 15px;
    }
    .ad-leaderboard{
        margin-left: -8px;
    }
}

@media only screen and (max-width: 768px) {
    .inkefalonia_ad_unit {
        margin-left: -15px;
    }
    .inkefalonia_k2_bottom_b{
        display: none;
    }
    .inkefalonia_k2_bottom_a{
        margin: 0 auto;
    }
    .adsense {
        width: 336px;
        height: 280px;
    }
    .adsense:before, .adsense_box:before {
        content: '768';
    }
}
@media only screen and (max-width: 480px) {
    .inkefalonia_ad_unit {
        margin-left: -5px;
    }
    .inkefalonia_k2_bottom_a{
        margin-left: 0px;
    }
    .adsense, .adsense_box {
        width: 300px;
        height: 250px;
    }
    .adsense:before {
        content: '480';
    }
}

/* Desktop Changes */

@media(min-width: 992px) {

    .k2_protaseis, .popular_articles{
        padding: 15px 15px 0 15px; background: #f9f9f9;
    }

    .k2_protaseis{
        background-color: #ebebeb!important;
    }

    .k2_protaseis hr.l4{
        border-color: #dadada;
    }

    .k2_aggelies{
        border: 4px solid #F1C40F; padding: 10px;
    }

    .k2_protaseis h3.heading-1, .k2_protaseis h3.heading-1 span, .k2_aggelies h3.heading-1, .k2_aggelies h3.heading-1 span, .popular_articles h3.heading-1 span, .popular_articles h3.heading-1{
        background: transparent!important
    }

    .roi_eidiseon h3.heading-1 span, .k2_video h3.heading-1 span{
        background: #ea4a4e; color: #fff; padding: 10px; text-align: center; border-top-right-radius: 5px; border-top-left-radius: 5px; display: block;
    }

    .k2_video h3.heading-1{
        margin-bottom: 20px
    }

    #search-searchword ~ span.input-group-btn {
        max-width: 56px;
    }
    .layout_1 .layout_1--item img {
        max-height: 463px;
        width: 100%;
    }
    .navbar-header {
        min-height: 120px;
    }
    .header-light{
        background-color: #1D1E20;
    }
    .header-light #navbar > ul.navbar-nav > li:hover{
        background-color: #EA4A4E;
    }
    .header-light #navbar ul.navbar-nav li, .header-light #navbar ul.navbar-nav li a{
        color: #fff!important;
    }
}
/* Mobile - Tablet Changes */

@media (max-width: 767px) {
    .itemFullText, .itemFullText p {
        text-align: left;
    }
    ul.navbar-nav li:first-child {
        display: none;
    }
    .footer-row3 .text-right {
      width: 100%;
    }
    .footer-row3 .footer-social .margin-left-20{
      margin-left: 10px!important;
    }
    .proteinomena .col-md-5col{
        max-width: 50%; float: left;
    }
    .proteinomena .layout_2--item{
      margin-bottom: 0!important;
    }
    .single-post{
        margin-top: 25px;
    }
    #navbar {
        width: 100%;
        text-align: center;
        margin: 0;
        border-top: 1px solid #ddd;
        overflow-x: hidden;
    }
    ul.navbar-nav li:nth-child(2) a {
        padding-left: 20px;
    }
    .top-left {
        left: 10px;
        text-align: center;
    }
    .navbar-header {
        min-height: 100px;
        padding: 0!important;
    }
    .footer-subscribe {
        padding-bottom: 25px;
    }
    #k2Container .blog-single-head h2 {
        font-size: 25px;
        line-height: 30px;
    }
    #k2Container .post-share a.s_print,
    #k2Container .post-share a.s_comment span,
    .mosaic_slide span.badge {
        display: none;
    }
    .mosaic_slide h4,
    .mosaic_slide h5 {
        font-size: 20px!important;
        line-height: 25px!important;
    }
    .mosaic_slide {
        margin-bottom: 15px;
    }
    .mosaic_slide .layout-detail {
        padding: 10px!important;
    }
    .layout_2--item .padding-left-5 {
        padding-left: 15px!important;
    }
    .layout_2--item .no-padding {
        padding: 10px 10px 0 10px!important;
    }
    .layout_2--item .padding-left-5 h4 {
        margin-top: 10px!important;
    }
    .tm-main-top .uk-width-1-1:nth-child(1) .l4 {
        display: none!important;
    }
    .tm-main-top .uk-width-1-1:nth-child(1) .margin-bottom-40 {
        margin-bottom: 10px!important;
    }
    .tm-main-top .uk-width-1-1:nth-child(1) .layout_3--item h4 {
        margin-top: 10px!important;
    }
    .tm-main-bottom .uk-width-1-1:last-child,
    .tm-main-top .uk-width-1-1:nth-child(3) {
        margin-top: 30px;
    }
    .radio_player {
        display: block!important;
        margin: 0 auto 15px!important;
    }
    .radio_container .text-right {
        text-align: center!important;
    }
    .post-carousel6 h6 {
        line-height: 25px!important;
    }
    .radio_container ~ .row img {
        max-width: 200px;
        margin: 0 auto 15px;
    }
    .radio_container ~ .row .text-right {
        text-align: center!important;
    }
    .radio_like_box {
        padding-top: 10px;
    }
}
@media (max-width: 991px) {
    .k2_layout_6{
      margin-bottom: 30px;
    }
}
@media (max-width: 1060px) {
    #instafeed li:nth-child(7), #instafeed li:nth-child(8), #instafeed li:nth-child(9){
      display: none!important;
    }
}
/* Large Tablets*/
@media (min-width: 768px) and (max-width: 991px) {
  /* Photo Stories */
  .post-carousel6 .layout_1--item{
    max-height: 250px!important
  }
    .radio_container ~ .row img {
        max-width: 200px;
        margin: 0 auto 15px;
    }
    .radio_container ~ .row .text-right {
        text-align: center!important;
    }
}
/* UIKit - Boostrap Fixes */

@media (max-width: 767px) {
    .uk-hidden-small,
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .uk-hidden-medium,
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .uk-hidden-large,
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .uk-hidden-large,
    .hidden-lg {
        display: none !important;
    }
}


.header-light #navbar .dropdown-menu ul.uk-nav{
    list-style: none;
    padding: 0;
}
.header-light #navbar .dropdown-menu ul.uk-nav li a{
    color: #151515!important;
    padding-left: 15px;
    display: block;
    transition: all 0.3s ease;
    background-color: #fff!important;
}
.header-light #navbar .dropdown-menu ul.uk-nav li:hover a{
    background-color: #eee!important;
}

.header1 .navbar-nav > li > a{
    padding: 0 14px!important;
}

@media (max-width: 767px){
    li[data-uk-dropdown] > a{
        display: none;
    }
    li[data-uk-dropdown] .uk-dropdown-width-1 li{
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 1020px){
    .search-wrap2{
        padding-right: 0!important;
    }
    .header-light:not(.sticky-clone){
        background-color: #1D1E20;
    }
    #navbar li > a{
        color: #fff!important;
    }
    ul.navbar-nav li:first-child{
        display: none;
    }
    .header1 .navbar-nav > li > a{
        padding: 0 8px!important;
    }
    li[data-uk-dropdown]{
        display: none;
    }
    .search-wrap2.active{
        padding: 0 15px!important;
    }
}

.header-light:not(.sticky-clone) li[data-uk-dropdown] > a::after{
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.k2_aggelies .meta{
    display: none;
}

.k2_parapolitika{
    background-color: #e1dbe9;
    padding: 20px;
}

.k2_parapolitika h3, .k2_parapolitika h3 span{
    background:transparent;
}

.simera-block h4 a{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

#k2ModuleBox125 img{
    width: 100%;
}

@media(max-width: 767px){
    #k2ModuleBox125 .row{
        padding: 20px;
    }
}

/* Simple RSS Feed Reader */
.srfrContainer {}

ul.srfrList {list-style:none;padding:0;margin:0;}
ul.srfrList li {display:block;padding:5px 0 15px 0;margin:0;}
ul.srfrList li h3 {font-size:20px;padding:5px 0;}
ul.srfrList li .srfrVideoThumb {display:block;position:relative;}
ul.srfrList li .srfrVideoThumb img {display:block;width:100%;height:auto;}
ul.srfrList li .srfrVideoThumb i {position:absolute;color:#fff;font-size:60px;top:50%;left:50%;margin-top:-30px;margin-left:-30px;text-shadow:0 0 5px #000;}
