/***************************************/
/*               v.01                   /*
/*    Created by Manos Kalaitzoglou     /*
/*        www.kalaitzoglou.gr           /*
/*             11/28/2014               /*
/***************************************/


/*GENERAL STYLES*/

a {color: #000;}
h3 {font-size:1.45rem;font-weight: 600;margin-top:0.6em;margin-bottom:0.6em;}
@media only screen and (max-width: 40em) {.centered {text-align:center;}}
.bottom_margin {margin-bottom:1.8em !important;}
.small_bottom_margin {margin-bottom:1.0em !important;}
p {margin-bottom:0;}
article img {
  transition: all .2s ease-in-out;
  opacity:0.7;
  -moz-transition: all .2s ease-out;
  /*-webkit-filter: brightness(70%);*/
}
article .crop-height:after{
  content:'';
  position:absolute;
  z-index:-2;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
}
article a:hover img, article img:hover {opacity:1;}

.crop-height.no-text img {opacity:1;}
.crop-height.no-text:hover img {opacity:0.7;}

/*BODY*/

body {}

/*HEADER*/

.logo{margin-top:20px;}
.vertical-centering {
  display:inline-block !important;
  float:none !important;
  margin-left:-4px;
  vertical-align: middle;
}
.weather img{margin-left:-4px;}
.weather .weather_wrapper{text-align:center}
.weather .weather_text{text-align:left;font-size:0.8rem; display:inline-block;vertical-align:middle;margin-left:4px;}
.mouseio {text-align: center;}
.mouseio a {width:100%;display:block;border-radius:2px;
  background:url(../img/mouseio_background.jpg);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 100%;}
.mouseio img {max-height: 65px;}
@media only screen and (max-width: 64em) {.weather, .mouseio {display:none !important;}}


/*SEARCH*/

.search-container input, .search-container input:focus {
margin: 0;
background: #f2f2f2 url(../img/search_icon.png) 1rem center no-repeat;
border: none;
box-shadow: none;
padding: 0.8rem 1rem 0.8rem 3rem;
height: auto;
}


/*NAVIGATION MENU*/

.contain-to-grid {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.contain-to-grid .top-bar {
  max-width: 85.025em;
}

.contain-to-grid .top-bar .columns {
  padding-left:0;
  padding-right:0;
}

.top-bar-section .dropdown li a {text-overflow:ellipsis; overflow:hidden;}
.top-bar-section > ul > li {background:none !important;}
.top-bar-section > ul > li > a {color: #000; background: none; }
.top-bar-section > ul > li > a:hover { color: #fff !important;}
.top-bar-section li:not(.has-form) a:not(.button):hover {background: #000; }

.top-bar-section .has-dropdown > a:hover:after {border-color:rgba(255, 255, 255, 0.4) transparent transparent transparent;}
.top-bar-section .has-dropdown > a:after {border-color:rgba(0, 0, 0, 0.4) transparent transparent transparent;}

.top-bar-section li:not(.has-form) a:not(.button) {padding: 0 15px;line-height: 45px;background: none;}
.top-bar-section ul li:hover:not(.has-form) > a {background: #333;color: #fff;}
.top-bar-section li.hover > a:not(.button) {background: #333;color: #000;}
.top-bar-section li:not(.has-form) a:hover:not(.button) {background: #333;}
.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {background: #333;color: #000;}
.no-js .top-bar-section ul li:hover > a {background: #333;color: #000;}

@media only screen and (min-width: 641px) {
  .top-bar .dropdown.dropdown-wrapper {
    background-color: none !important;
    width: 580px !important;
    padding: 0;}
  .top-bar {border-top:7px solid #d90224;}
  .contain-to-grid {background:none; }
  .top-bar-section li a:not(.button):hover { color: #000; background:#111 !important; }
  .article_list h3 {margin-top:0;}
  .article_list .crop-height {height:160px;}
}

@media only screen and (max-width: 640px) {
  .top-bar {background:#333333!important;color:#fff !important;}
  .top-bar-section > ul > li > a {color:#fff;}
  .contain-to-grid {background:none; margin-top:1.8em;}
  .top-bar-section li a:not(.button):hover { color: #fff !important; background:#111 !important; }
  .vertical-centering {margin-left:0;}
}
.top-bar {
background:none;
}

/********* HAPPENS NOW *********/

.happens_now .title{
  color:#fff;
  background:#d90224 url(../img/happening_now.png) no-repeat 1em center;
  padding:1rem 1rem 1rem 3rem;
  display:inline-block;
  font-weight:700;
}

@media only screen and (max-width: 64em) {
  .happens_now .title{display:none !important;}
}

.happens_now .latest{
  padding:1rem 3rem 1rem 1rem;
  display:inline-block;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  max-width:560px;*/
}

.happens_now .button {
  background:#f2f2f2;
  color:#171d1b;
  text-align:left;
  padding:0;
  position:relative;
  margin-bottom:0;
  width:100%;
  outline:0;
}

.happens_now  .f-dropdown {display:none;}
.happens_now .show-list .f-dropdown {display:block;}

.happens_now .button:after {
  content:'';
  background: url(../img/arrow_bottom.png) no-repeat center center #e1e1e1;
  color:#000;
  position:absolute;
  right:0;
  top:0;
  width:3rem;
  height:100%;
}

.happens_now .f-dropdown {
position: absolute;
left: 0;
list-style: none;
margin-left: 0;
outline: none;
max-height: none;
height: auto;
background: #f3f3f3;
border: none;
font-size: 0.875rem;
z-index: 89;
margin-top: 1px;
}

.happens_now .f-dropdown:before, .happens_now .f-dropdown:after {
display:none;}

.happens_now .f-dropdown li a {padding:1rem;}

.happens_now .f-dropdown li:hover, .f-dropdown li:focus {
background: #e1e1e1;
}

/*TOP SOCIAL*/

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

.social.top {margin:7px 0 0 0;}
.social.top li a, .social.top li a:hover {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../img/social_sprite2.png) no-repeat center 0;
    background-size: 380px !important;
}
 .social.top li a:hover{opacity:0.8;transition: opacity 0.2s;}
 .social.top li a.fb {background-position:0 0;}
 .social.top li a.twitter {background-position:-46px 0;}
 .social.top li a.youtube {background-position:-96px 0;}
 .social.top li a.rss {background-position:-146px 0;}
 .social.top li a.linkedin {background-position:-194px 0;}
 .social.top li a.pinterest {background-position:-242px 0;}
 .social.top li a.tumblr {background-position:-292px 0;}

/*BLINKING*/


.happens_now .title {
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
    0% { background-color: #d90224; }
    50% { background-color: red; }
    100% { background-color: #d90224; }
}
@-moz-keyframes color-change {
    0% { background-color: #d90224; }
    50% { background-color: red; }
    100% { background-color: #d90224; }
}
@-ms-keyframes color-change {
    0% { background-color: #d90224; }
    50% { background-color: red; }
    100% { background-color: #d90224; }
}
@-o-keyframes color-change {
    0% { background-color: #d90224; }
    50% { background-color: red; }
    100% { background-color: #d90224; }
}
@keyframes color-change {
    0% { background-color: #d90224; }
    50% { background-color: red; }
    100% { background-color: #d90224; }
}





/********* FEATURED ARTICLES AREA *********/

.text-wrap label {
  text-transform: uppercase;
  font-size:1rem;
  font-weight:600;
  text-shadow: 0 1px 1px #000;
  color:#fff;
}

.featured_area .primary .text-wrap label {font-size:1.3rem;}


@media only screen and (min-width: 64.063em) {
  .featured_area .primary {padding-right:0;}
  .featured_area .secondary {padding-left:1px; padding-right:1px; padding-bottom:1px;}
  .featured_area .tertiary {padding-left:0; padding-bottom:1px;}
  .featured_area .primary .text-wrap{padding:0 0.975em 0.975em;}
  .featured_area .secondary .text-wrap {padding:0 1em 0.975em;}
  .featured_area .tertiary .text-wrap {padding:0 2em 0.975em 1em;}
  .crop-height.featured_large {height: 419px;}
  .crop-height.featured_large img {min-height: 419px;min-width:798px;width:100%;}
  .crop-height.featured_medium {height: 209px;}
  .crop-height.featured_medium img {min-height: 209px;min-width:346px;width:100%;}
  .crop-height.featured_small {height: 139px;}
  .crop-height.featured_small img {min-height: 139px;min-width:220px;width:100%;}
  .crop-height.xsmall {height: 140px;}
  .crop-height.xsmall img {min-height: 140px; min-width:236px;width:100%;}
  .crop-height.xsmall.list {height: 140px;}
  .crop-height.xsmall.list img {min-height: 140px; min-width:236px;width:100%;}
  .crop-height.small {height: 220px;}
  .crop-height.small img {min-height: 220px;min-width:320px;width:100%;}
  .crop-height.large {height: 460px;}
  .text-wrap p {max-height: 108px; overflow: hidden; text-overflow: ellipsis;}
  .mini_sections h4 {min-height:6em;}
  .list_item h3 {margin-top:0;}

}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .featured_area .primary {padding-right:0;}
  .featured_area .secondary {padding-left:1px;}
  .featured_area .secondary:first-child {padding-bottom:1px;}
  .featured_area .tertiary {padding-top:1px;}
  .featured_area .tertiary:nth-child(1) {padding-right:0;}
  .featured_area .tertiary:nth-child(2) {padding-left:1px;padding-right:0;}
  .featured_area .tertiary:nth-child(3) {padding-left:1px;}
  .crop-height.featured_large {height: 419px;}
  .crop-height.featured_large img {min-height: 419px;min-width:654px;width:100%;}
  .crop-height.featured_medium {height: 209px;}
  .crop-height.featured_medium img {min-height: 209px;min-width:320px;width:100%;}
  .crop-height.featured_small {height: 209px;}
  .crop-height.featured_small img {min-height: 209px;min-width:320px;width:100%;}
  .crop-height.xsmall {height: 220px;}
  .crop-height.xsmall img {min-height: 220px;}
  .crop-height.small {height: 220px;}
  .crop-height.small img {min-height: 220px;}
  .crop-height.large {height: 460px;}
}



@media only screen and (min-width: 40.063em) and (max-width: 50em) {
  .featured_area .primary {padding-right:0;}
  .featured_area .secondary {padding-left:1px;}
  .featured_area .secondary:first-child {padding-bottom:1px;}
  .featured_area .tertiary {padding-top:1px;}
  .featured_area .tertiary:nth-child(1) {padding-right:0;}
  .featured_area .tertiary:nth-child(2) {padding-left:1px;padding-right:0;}
  .featured_area .tertiary:nth-child(3) {padding-left:1px;}
 /* .crop-height.featured_large {height: 419px;}
  .crop-height.featured_large img {min-height: 419px;}
  .crop-height.featured_medium {height: 209px;}
  .crop-height.featured_medium img {min-height: 209px;}
  .crop-height.featured_small {height: 209px;}
  .crop-height.featured_small img {min-height: 209px;}
  .crop-height.xsmall {height: 200px;}
  .crop-height.xsmall img {min-height: 200px;}
  .crop-height.small {height: 160px;}
  .crop-height.small img {min-height: 160px;}
  .crop-height.large {height: 460px;}*/
}

@media only screen and (max-width: 40em) {
  .primary, .secondary, .tertiary {margin-bottom:1.8em}
  .crop-height.featured_small, .crop-height.featured_medium, .crop-height.featured_large {max-height: 419px;}
  .crop-height.small {height: 240px;}
  .crop-height.large {height: 460px;}
  .text-wrap h1 {font-size: 1.4rem !important;font-weight:600 !important;}
  .text-wrap .largetext {font-size: 1.0rem !important;}
}

.text-wrap h1, .text-wrap h2, .text-wrap h3 {
display: table-cell;
padding: 0;
vertical-align: middle;
color: #fff;
text-shadow: 0 1px 1px #000;
}

.text-wrap h1 { font-weight:700; font-size:2.4rem;}
.text-wrap h2 { font-weight:600; font-size:1.4rem;}
.text-wrap h3 { font-weight:600; font-size:1.0rem;}

/******** MAIN COLUMN STYLES *********/

/*ADS*/

.scale_up img {width:100%;height:auto;}
.medium_ad a {background:#ccc;width:100%;display:block;}
.akpbanner {margin-bottom:1.8em;}
/*.sidebar .akpbanner {margin-bottom:0;}
*/
/*SECTION TITLE*/

.section-title h5{
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAK7d+/+zwjjgziurq6MYAEYB8RmROaABADrXw812Q0cCgAAAABJRU5ErkJggg==) repeat;
  position:relative;
  margin-bottom:2rem;
  margin-top:2rem;
  height:15px;
}

.cat_5 .section-title h5{
  margin-top:0;
}

.section-title h5 a {
  position:absolute;
  bottom:-6px;
  left:0;
  background:#fff;
  text-transform: uppercase;
  font-size:1.4rem;
  font-weight:800;
  padding-right:20px;
}

/*ARTICLE TEMPLATE - 2 LARGE NO TEXT OVERLAY*/

.crop-height {
  display:block;
  height: 240px;
  overflow: hidden;
  position:relative;
   }

.crop-height img {
  position: relative;
  top: 50%;
  left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  width:100%;
  -webkit-backface-visibility: hidden;
  min-height:240px;
  min-width:494px;
}

/*img.scale {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height:100%;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
  position:relative;
  z-index:-1;
  }*/
/*
.flip {
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
  zoom: 1; }

.flip .text-wrap {
  -webkit-transform: rotate(-180deg);
  -moz-transform:    rotate(-180deg);
  -ms-transform:     rotate(-180deg);
  -o-transform:      rotate(-180deg);
  transform:         rotate(-180deg);
  top:0;
  bottom:auto;
  min-width: 100%;
}

img.flip {
  float: right;
 }*/

/*ARTICLE TEMPLATE - 4 THUMBS*/

.gradient_overlay {
-webkit-transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
transition: all .15s ease-out;
background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.65) 120%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(120%,rgba(0,0,0,.65)));
background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.65) 120%);
}

.flip.gradient_overlay {
background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(120%,rgba(0,0,0,.65)));
}


.gradient_overlay:hover {
background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.65) 120%);
}


.text-wrap {
bottom: 0;
left: 0;
padding: 0 0.975em 0.975em;
position: absolute;
z-index: 10;
}

.text-wrap p {
vertical-align: middle;
text-shadow: 0 1px 1px #000;
color: #fff;
}

.text-wrap .smalltext {
display: block;
padding: 0;
font-size: 0.9rem;
font-weight: 700;
}

.text-wrap .largetext {
padding: 0;
font-size: 1.3rem;
font-weight: 600;
}

/* MINI SECTION - 8 Articles*/
.mini_sections h4 {font-size: 1.0rem;font-weight: 700;margin:1rem 0;}
.mini_sections h5 a {font-size: 1.1rem;}

/******** SIDEBAR STYLES *********/

.sidebar h2, .sidebar h3 {margin:0;}
.sidebar h2 a, .sidebar h2.no-link {
  text-align: left;
  color:#fff;
  background:#d90224;
  font-size:1.1rem;
  font-weight:700;
  text-transform: uppercase;
  display:block;
  padding:0.7em 1em;
}
.sidebar h2.orange a, .sidebar h2.orange {background:#f68b1f;}
.sidebar h2.teal a, .sidebar h2.teal {background:#5daec8;}
.sidebar .gray {background:#f4f4f4;padding-bottom:1.2rem;}

/*VIEW PDF WIDGETS*/

.extra-pdf{
  padding:1.2em;
  background-color:rgba(0,0,0,0.08) !important;
  transition: none;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 80%,rgba(0,0,0,.65) 100%);
}

.extra-pdf img{
  display: block;
  width:100% !important;
  height: auto !important;
  min-height:0;
  min-width:0;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top:0;
  left:0;
  position:relative !important;
  z-index:-1;
}

.extra-pdf:hover{
  background-color:rgba(0,0,0,0.12) !important;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 80%,rgba(0,0,0,.75) 100%);
}

.daily {position:relative;}
.daily label {text-transform: uppercase;font-size: 1.0rem;font-weight: 600;cursor:default;}
.daily .read_online {position:absolute; z-index:999; top:0; right:0; width:68px; height:68px; border-radius:999px; background:url(../img/diavaste_online.png) #d90224 no-repeat 9px 23px;}
.daily .two-am{ position: absolute;bottom: 0;left: 0;padding: 12px;color: #fff;font-size: 13px;right: 0;font-weight: 600;}
.daily .archive {display:inline-block; text-align:right; color:#d90224;margin: 10px 0 0 0;font-weight: 600;background:url(../img/red_arrow.png) transparent no-repeat 0 5px;padding:0 0 0 20px;}
.daily .archive:hover {color: #000; background:url(../img/red_arrow.png) transparent no-repeat 0 -21px;}

/*ENTOS EKTOS KI EPI TA AYTA*/

.entos_ektos {text-align:center;}
.entos_ektos .author {
  display:block;
  margin:1.8rem;
  background: linear-gradient(
    to bottom,
    #e4e4e4,
    #e4e4e4 15%,
    #f4f4f4 1%,
    #f4f4f4
  );
  background-size: 100% 10px;
  background-position: 0;
}
.entos_ektos h3 {font-size:1.2rem; font-weight:800;padding:0 1.6rem;}
.entos_ektos h4 a {font-size:1.0rem; font-weight:700; color:#aaa;}
.entos_ektos .author img{width:120px;border-radius:999px;}

/*VIMA STON ANAGNOSTI*/

.vima_ston_anagnosti .action {display:block;margin:1em 1em 0 1em;font-weight:700;}
.vima_ston_anagnosti .action.sendphoto {border-bottom:1px dashed #aaa;padding:0 0 1em 0;}

/*VIDEO IMERAS*/

.video .videolink {position:relative;}
.video .videolink:hover img {opacity:0.7;}
/*.video .videolink > img {transition:all 0.2s;}
*/.video .video_overlay {position:absolute; width:87px; height:87px; top:50%; left:50%; margin-left: -44px; margin-top:-44px; background:url(../img/video_overlay.png) transparent no-repeat center center;}
.video > .wrapper {background:#000;}

/*EXOFYLLA*/

.exofylla .gray {padding-bottom:0;}
.exofylla .wrapper {padding:1.2rem;position:relative;overflow:hidden;}
.exofylla .gray:hover .nav {display:block;opacity:1;transition:all 0.4s;}
.exofylla .nav {transition:all 0.4s;opacity:0; position:absolute;top:50%; margin-top:-50px; width:100px;height:100px;border-radius:999px;}
.exofylla .nav.left {left:-50px; background:url(../img/arrows_left_right.png) #d90224 no-repeat 60px 33px;}
.exofylla .nav.right {right:-50px; background:url(../img/arrows_left_right.png) #d90224 no-repeat 20px -54px;}
.exofylla a.exofyllo {display:block;}

/*POLLS*/

.wp-polls {background:#f4f4f4;}
.wp-polls h2 {
  font-size: 1.2rem;
  font-weight:700;
  background:#a0a0a0;
  padding:1em;
  color:#fff;
}

.wp-polls-ul {list-style:none;margin:0 0 1rem 0;}
.wp-polls-ul label {display:inline !important;}
.wp-polls-ans {padding:1em 1.2em 1em;}
.wp-polls .btn-image, .poll-vote, .poll-archive {
    padding-right:0;
    padding-left:0;
    width:100% !important;
    border-style: solid;
      border-width: 0px;
      cursor: pointer;
      font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 1.25rem;
      position: relative;
      text-decoration: none;
      text-align: center;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      display: inline-block;
      padding-top: 1rem;
      padding-bottom: 1.0625rem;
      font-size: 1rem;
      background-color: #2ba6cb;
      border-color: #2285a2;
      color: white !important;
      transition: background-color 300ms ease-out;
}

.poll-vote, .poll-archive {margin-top:1em;margin-bottom:0}
.poll-results {font-size:0.9rem;margin:0.2em 0;text-align: center;}

/*SYMVAINEI TORA*/

.symvainei_tora .gray {padding-bottom:0;}
.symvainei_tora ul {padding:1.2rem 1.2rem 0 1.2rem; margin:0;}
.symvainei_tora ul li {list-style: none;}
.symvainei_tora ul li a {font-size:1.4rem; font-weight:700;}
.symvainei_tora ul li:last-child a {margin-bottom:0;border-bottom:none;padding-bottom:0;}

.symvainei_tora h2 {
    -webkit-animation: background-change 1s infinite;
    -moz-animation: background-change 1s infinite;
    -o-animation: background-change 1s infinite;
    -ms-animation: background-change 1s infinite;
    animation: background-change 1s infinite;
}

@-webkit-keyframes background-change {
    0% { background: #d90224; }
    50% { background: red; }
    100% { background: #d90224; }
}
@-moz-keyframes background-change {
    0% { background: #d90224; }
    50% { background: red; }
    100% { background: #d90224; }
}
@-ms-keyframes background-change {
    0% { background: #d90224; }
    50% { background: red; }
    100% { background: #d90224; }
}
@-o-keyframes background-change {
    0% { background: #d90224; }
    50% { background: red; }
    100% { background: #d90224; }
}
@keyframes background-change {
    0% { background: #d90224; }
    50% { background: red; }
    100% { background: #d90224; }
}

/*DIMOFILI NEA*/

.dimofili_nea ul {padding:1.2rem 1.2rem 0 1.2rem; margin:0;}
.dimofili_nea ul li {list-style: none;}
.dimofili_nea ul li a {margin-bottom:1rem;border-bottom:1px solid #ccc;display: block;padding-bottom: 1rem; }
.dimofili_nea ul li:last-child a {margin-bottom:0;border-bottom:none;padding-bottom:0;}


/*MONIMES STILES*/

#writersS_slider {margin:0;}
#writersS_slider .bx-clone {list-style: none}
#writersS_slider .bx-clone > div {margin:1.8rem 0;}
#writersS_slider .bx-clone > div > a {padding:0 2% 0 0;width:20%;display:inline-block;vertical-align:middle;}
#writersS_slider .bx-clone > div > div {width:76%;display:inline-block;vertical-align:middle;}
#writersS_slider .bx-clone > div > div > a:last-child {font-weight: 800;font-size:0.9rem;}
#writersS_slider h6 {font-size:0.9rem;color:#999;font-weight:600;margin:0 0 0.2rem 0;}
#writersS_slider li img {float: left;max-width: 75px;border-radius:999px;}


.bx-wrapper .bx-viewport{
width: 100%;
overflow: hidden;
position: relative;
border:none; box-shadow:none;
}

.stiles {/*background:#f4f4f4;*/text-align: center; /*padding:2.4em 1.8em 0 1.8em;*/ margin:1.2em 0;}
.stiles article {padding:0 1.8em 1.8em;}
.stiles img {width:120px; border-radius:999px;opacity:1;}
.stiles h4 {font-size: 1.0rem;font-weight: 700;margin: 1rem 0 0.6rem 0;}
.stiles h4:hover {color:#2ba6cb}
.stiles .entry {}

/******** FOOTER STYLES *********/

.footer_top {background:#e9e9e9;padding:2em 0;}
.footer_top .small_logo {display:flex; align-items: center;}
.footer_top .small_logo img {float:left;}
@media only screen and (max-width: 64em) {
.footer_top .small_logo img {display:block;margin:0 auto;}
.footer_top .small_logo p {margin:0.2rem auto 1.4rem;}
.footer_top .social li a {margin:0 auto;}
}
@media only screen and (min-width: 64.063em) {.flex {display:flex;}}
.footer_top .small_logo p {text-transform: uppercase; float:left;font-size:1.1rem;font-weight:600; color:#aaa;}
.social li {padding:0;}


.social li a, .social li a:hover {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../img/social_sprite2.png) no-repeat center 0;
    background-size: 380px !important;
}
 .social li a:hover{opacity:0.8;transition: opacity 0.2s;}
 .social li a.fb {background-position:0 0;}
 .social li a.twitter {background-position:-46px 0;}
 .social li a.youtube {background-position:-96px 0;}
 .social li a.rss {background-position:-146px 0;}
 .social li a.linkedin {background-position:-194px 0;}
 .social li a.pinterest {background-position:-242px 0;}
 .social li a.tumblr {background-position:-292px 0;}


.footer_bottom {background:#d8d8d8;padding:1.4em 0;}
.footer_bottom hr {border:1px solid #ccc !important;}

.footer_bottom ul {margin:0;}
.footer_bottom .links ul li a{text-transform: uppercase; font-weight:800;}
.footer_bottom .links ul li {padding:1rem 0.625rem 1.60rem 0;}
.footer_bottom .address h4 {font-size:1.2rem; font-weight:700;padding:0.6rem 0.625rem 0.6rem;}
.footer_bottom .address ul li {font-size:0.95rem; line-height: 1.5rem;list-style: none; padding:0 0.625rem 0.10rem;}

.footer_bottom .copyright p{font-size:0.8rem;}

/******** ARTICLE PAGE *********/

.article_page {position: relative;}
.article_page img {opacity:1;}
.article_page h1 {font-size: 35px;font-weight: 700;margin: 0 0 15px 0;}
.article_page h2 {color:#aaa; font-size: 20px;font-weight: 700; text-transform: uppercase; margin: 10px 0 5px 0;}
.article_page h3.subtitle {font-size:22px;font-weight:400;color:#777;margin:-10px 0 20px 0;font-style:italic;}
.article_page p {margin-bottom:2rem;}
.article_page a {color:#2ba6cb;font-weight:700;}
.article_page a:hover {color:#000;}
.article_page .section-title h5 {margin-bottom: 1rem;margin-top:0;}
.article_page .bx-wrapper {margin:0 auto 20px;}
.article_page .bx-wrapper .bx-viewport {margin-left:5px;}
.article_page .bx-wrapper .bx-prev {left:3%;}
.article_page .bx-wrapper .bx-next {right:3%;}
.bxslider {margin:0;}
.bxslider img {min-width: 100%;}

.gallery-pager {margin:0 0 2em 0;}
.gallery-pager a {display:inline-block;margin:0 0.7em 0 0; max-width:120px; max-height:100px; overflow:hidden;position:relative;}
.gallery-pager a img {height:100%;height:100px;width:auto;}
.gallery-pager {}
.gallery-pager a:hover img, .gallery-pager a.active img {opacity:0.5;}
.gallery-pager a:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
z-index:-1;
}

/*IMAGE*/

.post-image {
width: 100%;
text-align: center;
overflow: hidden;
}

.post-image img {
    width:100%;
    position: relative;
    margin-bottom: 1rem;
   /* top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

/*INLINE IMAGES*/

.aligncenter, .alignleft, .alignright {
    padding:15px;
    background:#f3f3f3;
}

.aligncenter {
margin: 20px auto;
display:block;

}
.alignleft {float:left;margin:0 15px 0 0;}
.alignright {float:right; margin:0 0 0 15px;}
img.alignleft, img.alignright, img.aligncenter {width:auto;}
.wp-caption {}

.wp-caption-text {
padding: 1em 0;
margin: 0 !important;
font-size: 0.8em;
}

a.post-fancybox:hover img {background:#ddd;}


/*AUTHOR AREA*/

.author_area .profile_pic {text-align:center;}
.author_area .gray {background:#f4f4f4;padding:1rem;}
.author_area .author {
display: block;
margin: 0.8rem 0;
background: linear-gradient(to bottom,#e4e4e4,#e4e4e4 15%,#f4f4f4 1%,#f4f4f4);
background-size: 100% 10px;
background-position: 0;
}
.author_area .author_num {font-size:1.6em;}
.author_area .author img {width: 120px;border-radius: 999px;}
.author_area h3 {margin:0.3em 0 0.2em 0; font-size:1.85em; font-weight:700;}
.author_area .author_data {margin:0.8rem 0;}
.author_area .author_data a {transition: all 0.2s ease-out; font-size:1.4em;color:#ccc;}
.author_area .author_data a:hover {color:#000;}

.author_area .author_data div {
display: inline-block;
margin:0 1rem 0 0;
}

.author_area .author_description {padding:0.8em 0;}


/*ARTICLE AUTHOR*/

.writtenby {text-align:center;background:#f4f4f4;}
.writtenby .author {
  display:inline-block;
  width:100px;
  margin:0 0.8rem;
}

.writtenby .author:nth-child(3), .writtenby .author:nth-child(4)  {
  margin-top:0.8rem;
}

.writtenby .author_background {
  background: linear-gradient(to bottom,#e4e4e4,#e4e4e4 15%,#f4f4f4 1%,#f4f4f4);
  background-size: 100% 10px;
  background-position: 0;
  margin:0.8rem;
}

.writtenby {padding:1rem;}
.writtenby .static {font-size:1.1rem; font-weight:600;padding:0;color:#aaa;margin:0;}
.writtenby h3 a {font-size:1.2rem; font-weight:700;padding:;}
.writtenby .author img{width:120px;border-radius:999px;}
.writtenby .date {font-size:0.95rem; font-weight:600;padding:0;margin:5px 0 0 0;}
.writtenby .edited {background:#ddd; font-size:0.8rem; font-weight:600;padding:10px;margin:20px 0 0 0;}

/*SMALL AD*/

/*STICKED*/

/*.sticked .row {position:fixed; right:0; top:20px;}*/
#stickler {-webkit-transform: translateZ(0);}
/*SHARE THIS*/

.sharethis a {transition:background 300ms ease-out; display:block;color:#fff;padding:1rem 0 1rem 0;font-size:0.9rem;font-weight:600;text-align:center;}
.sharethis a:hover {color:#fff;}
.sharethis .fb {background:#3B5998;}
.sharethis .fb:hover {background:#293e6a;}
.sharethis .twitter {background:#49c9f2;}
.sharethis .twitter:hover {background:#338ca9;}
.sharethis .google {background:#d0322d;}
.sharethis .google:hover {background:#91231f;}
.sharethis span {display:block; font-size:1.4rem;margin:0 0 5px 0;}

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?-4k6r0z');
  src:url('fonts/icomoon.eot?#iefix-4k6r0z') format('embedded-opentype'),
    url('fonts/icomoon.woff?-4k6r0z') format('woff'),
    url('fonts/icomoon.ttf?-4k6r0z') format('truetype'),
    url('fonts/icomoon.svg?-4k6r0z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelop:before {
  content: "\e945";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-google-plus:before {
  content: "\ea88";
}

.icon-facebook:before {
  content: "\ea8c";
}

.icon-facebook2:before {
  content: "\ea8d";
}

.icon-twitter:before {
  content: "\ea91";
}

.icon-youtube3:before {
  content: "\ea99";
}


/*TAGS*/

.tags-list a {margin:0 0.4rem 0 0; background:#aaa; display:inline-block;padding:0.6rem 1rem; color:#fff;}
.tags-list a:hover {background:#2ba6cb; color:#fff;}

/*COMMENTS*/

.comments {background:#f3f3f3;padding:1.8rem;margin:0 0 2.6rem 0;}
.comments h4 {margin:0 0 20px 0;}
.comments label {margin-bottom: 10px;}

/*STICKLER*/

aside.fixed {
width: 25%;
padding-left: 0.9375em;
padding-right: 0.9375em;
left: auto;
right:0;
position: fixed;
z-index: 9999;
}

/*VIDEO - IFRAME*/

.post-iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  display: block;
}
.post-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********  ARTICLE LIST ************/

.article_list .section-title h5 {margin-top:0.4rem;}
.article_list article .date {color:#777;margin:0 0 1rem;}
.article_list .divider {background:#ccc; height:1px;}
.article_list .crop-height {margin-left:-1px;}
.article_list .crop-height img {max-width:auto; min-width: 100%; width:auto; min-height:160px;opacity:1;}
.article_list .crop-height img:hover {opacity:0.7;}



/** PAGINATION **/

.pagination {
  text-align: center;
  clear: both;
  margin: 20px 0 20px 0;
}

.pagination .current {
background: #333;
color:#fff;
}

.pagination a, .pagination span {
  text-indent: 0;
  display: inline-block;
  font-weight: normal;
  margin: 3px;
  text-align: center;
  padding: 0.4rem 1rem;
  background:#f3f3f3;
  border-radius:999px;

}

.pagination a {transition: all 0.1s linear;color: #2ba6cb;}

.pagination a:hover {background: #333;color:#fff;}

.no-image {width:100%;}


/*********  MIKRES AGGELIES ************/

.mikres_aggelies form {margin:1rem 0;}
.mikres_aggelies ul {padding:0;margin:0;}
.mikres_aggelies li {list-style:none;margin-bottom:1.4rem;}

/*********  ARCHIVE ************/

.filters select {margin:1em 0 1em 0;}

.filters label {
text-transform: uppercase;
font-size: 1.125rem;
font-weight: 600;
}

.archive {margin-bottom:1em;}

.archive .pdf a {
padding: 1.2em;
background-color: rgba(0,0,0,0.05) !important;
transition: 0.2s all ease-in-out;
display:block;
outline:3px transparent;
}

.archive .pdf a:hover {
outline:3px solid #ccc;
}

.archive label {
font-size: 1.0rem;
font-weight: 600;
margin-bottom:1em;
text-align: center;
}

.archive .pdf img {
display: block;
width: 100% !important;
height: auto !important;
min-height: 0;
min-width: 0;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
top: 0;
left: 0;
position: relative !important;
z-index: -1;
}