/* Global Styling Start */
  body,html{font-family: 'Open Sans', sans-serif;font-size:14px;color:#666666;font-weight:500;line-height: 30px;}
  ul{margin:0;padding:0;}
  li{list-style-type: none;}
  h1,h2,h3,h4{color:#343434;}
  p{color:#666666;}
  .btn:focus{box-shadow:none;}
  input:focus{outline:none;}
  a{color: #7c7c7c;}
  a:hover {
        color: #00448c !important;
        text-decoration: none !important;
  }
  .title4 {font-size:18px;color:#000000;font-weight:700;line-height: 135%;}
  .title4-estate {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
  }

  .title3 {color: #000000;font-size: 20px;font-weight:600;}
  .title3-realestate {color: #000000;font-size: 18px;font-weight:600;}
  .title2 {color: #000000;font-size: 18px;font-weight:700;margin-top:0px;line-height: 135%;}
  .title2-home {
    color: #222;
    font-size: 40px;
    font-weight: 800;
    line-height: 110%;
    /*margin: 25px -18px;*/
    text-align: left;
    letter-spacing: -2px;
    }
  .title2-article {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 140%;
}

#epaggelmatika_title1 {
    font-size: 30px;
    line-height: 115%;
}

a > p.title2:hover,a > h2.title2:hover,a > p.title4:hover,a > figcaption > p.title4:hover {
  color: midnightblue;
  text-decoration: none;
}
  .title3-article {color: #7a7a7a;font-size: 20px;font-weight:600;
}
/*  .title1 {font-size:14px;font-weight:600;color: #FFFFFF;background:#006699;display: inline-block;padding: 4px 30px;text-transform: capital;position: absolute;top: -15px;}*/
  .title1 {font-size:14px;display: inline-block;padding: 4px 30px;text-transform: capital;position: absolute;top: -15px;}
  .title1-aggelies {font-size:14px;display: inline-block;padding: 4px 30px;text-transform: capital;position: absolute;top: -15px;color:#ffffff;}
  .title1-article {font-size: 14px;font-weight: 600;color: #7A7A7A;display: inline-block;padding: 6px 0px;}  
  .title6 {font-size:14px;font-weight:800;color:#006699;}
  .title7 {font-size:14px;color:#666666;}
  .title8 {
    font-size: 18px;
    color: #000000;
    /* font-weight: 700; */
    line-height: 140%;
}
  .text1 {font-size:16px;color:#000000;font-weight:600;}
  .head1 {font-size:30px;color:#000000;font-weight:900;}
  .article-text {font-size: 18px;line-height: 190%;color:#000000;text-align: justify;}
 
.inner_square {
    margin-top: 30px;
}
.article-resume {
    font-size: 24px;
    line-height: 160%;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 40px;
    border-left: 1px solid;
    padding-left: 25px;
}

  .tags {}

  img {max-width:100%;height:auto;}
  section {margin-bottom:50px;margin-bottom: 50px;}
  .title1.orange {background: #f27600;width: 170px;height: 30px;text-align: center;padding: 6px;color:#ffffff;}
  .date-title {color: #666666;}
  .margin-top-double {margin-top: 30px;}

  .breadcramps { list-style: none; }
  .breadcramps li { display: inline-block; }
  .breadcramps li + li::before {

      content: '>';
      margin-right: 6px;
      margin-left: 6px;

  }
/* Global Styling End */

.wrapper {
  margin:0 auto;
  position: relative;
  width:1680px;
  /*padding-left:15px;padding-right:15px;*/
}

.search i{color:#000;font-size:24px;}
.inner_wrapper{max-width: 1280px;min-width:940px;margin: 0 auto;/*padding: 0 50px;width:76%;*/}
.header_image{display:inline-block;margin-left:10px;}

 header .header_wrapper .row{align-items: center;}
 header.sticky_top{position:relative;}
 .header_wrapper {
    padding: 5px 0;
}
 header.sticky_top::before {
    content: '';
    display: block;
    background: #cccccc;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
}
header.sticky_top::after {
    content: '';
    display: block;
    background: #cccccc;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
}
header .header_wrapper nav.nav_bar .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
header .header_wrapper nav.nav_bar li>a{font-weight:600;padding:20px 0;}
/* header styling Start */
.topbar{background:#f4f4f4;/*padding: 0px 15px;*/}
.topbar .left_bar ul>li{font-weight:600;}

.topbar .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
.topbar .list-inline-item{line-height:2.0;}
.topbar .right_bar{text-align: right;}


.left_sticky_banner{
 position: fixed;
 /*left: 130px;*/
 left: -15px;
 top: 45px;
 z-index:9;
}


.right_sticky_banner{
 position: fixed;
 /*right: 130px;*/
 right: -15px;
 top: 45px;
 z-index: 9;
}
.top_date{padding:10px 0;text-align: right}
.sidenav {
  display: block;
  /*height: 100%;
  width: 0;
  position: fixed;*/
  position: absolute;
  z-index: 9999;
  top: 45px;
  /*top: 105px;*/
  /*left: 200px;*/
  background-color: #02305e;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 30px;*/
  width: 100%;
  max-width: 1280px;
}
.inner_sidenav{padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
ul.list_heading {
    width: 20%;
    margin-bottom: 20px;
}
.inherit_list li>a{color:#fff;}
.inherit_list li{padding:10px 0;}
ul.list_heading>li.inner_list_head>a{position:relative;}
ul.list_heading>li.inner_list_head>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 50px;
    background: #f47b23;}
.sidenav a {
  padding: 10px 0;
  text-decoration: none;
  transition: 0.3s;
}
.sidenav a:hover{
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.hamburger_icon {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 40px;
    height: 3px;
    background-color: #f27600;
    margin: 5px 0;
    transition: 0.4s;
}
.bar3{margin:0;}
.menu_name{padding:0 3px;}
.menu_name small{font-weight:600;}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}
.main_content .upper_bar {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
}
/* .main_image_wrapper{margin-bottom: 40px;} */
.main_image{
    border-bottom: 8px solid #ff7f00;}
    .slider_bottom_content {
    padding-left: 15px;
    padding-top: 20px;
    position: relative;
}
.main_image_content{padding-left: 15px;}
/* section.horizontal_images_wrapper {
    padding: 40px 0;
} */
.hori_image {
    margin-bottom: 20px;
}
.side_image {
    margin-bottom: 35px;
}
.Slider_heading{text-align: center;
    /*border-bottom: 1px solid #006699;*/
    margin-bottom: 10px;
    margin-top: 52px;

  }
.heading2{font-size:30px;color:#006699;font-weight:800;}
.subtitle{font-size: 14px;
    color: #006699;
    margin-bottom: 10px;
    display: inline-block;}
.photo_slider_wrapper {
    background-image: url('../images/haus3_bg.png');
    background-repeat: no-repeat;
    padding: 35px 10px;}
.photo_slider_wrapper .phot_slider_content {
    padding: 10px;
}
.single_image{position: relative}
/*.single_image span{top:auto;bottom: -14px; left: 15px;}*/
.single_image span{top:auto;bottom: -34px; left: -27px;}
.photo_slider_image img{width:100%;height:168px;}
.square_section{padding:20px 0;padding-bottom:0;/*border-bottom:1px solid #000;*/}
.time_constraint{text-align: right;display: inline-block;}
.large_content{background: #f4f4f4;padding: 25px 25px;padding-bottom: 0;}
.large_content .title2{margin-top:0;}
figure {
    margin: 0 0 1.5rem;
}
figure-estate {
    margin: 0 0 1.5rem;
    width: 33%;
    text-align: center;
}
.large_content figure{/*background:#dddddd;*/}
.large_content figure figcaption,.bottom_square_wrapper figure figcaption{padding:15px;}
.bottom_square_wrapper .title{margin-top:0;}
.title_btn_wrapper{text-align: center;
    padding: 30px 0;}

a.btn.btn-default.title_button {
  width: auto;
  border: 2px solid gray;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  padding: 8px 16px;
}
a.btn.btn-default.title_button:hover {
  background: #f27600;
  border: 2px solid #f27600; 
  color: #ffffff;
  cursor: pointer;
}
.tabing_content1 ul.nav{border-bottom: 1px solid #bbbbbb;margin-bottom:5px;}
.tabing_content1 ul.nav li{font-weight:700;font-size:14px;color:#000000;cursor: pointer;}
.tabing_content1 ul.nav li.current{border-bottom:3px solid #006699;}
/* .tabing_content1 .tab-content2{background:#f4f4f4;} */
.tab-content2 .tab_caption{padding-top:30px;padding-left:15px;}
.upper_slider{display:flex;justify-content: space-between;padding:10px;}
.upper_slider #controls1{display: flex;}
.upper_slider #controls1 li:not(:last-child){margin-right:15px;}

.item1 {
    display :none;
}
.first{
    display : block;
}
#controls1 li{cursor: pointer;}
#controls1 .fa.fa-caret-left,#controls1 .fa.fa-caret-right {
    font-size: 22px;
    color: #444444;
}
#controls1 .fa.fa-pause,#controls1 .fa.fa-play{font-size: 14px;color: #444444;position:relative;top:-3px;}
#controls1 .fa.fa-pause{color:#bbbbbb;}
#play {
    display : none;
}
.section4 .col-4{margin-bottom:50px;}

.inner_section4_classifieds {
  padding: 5px;
  margin-bottom: 20px;
}

.inner_section4 .title1.orange{background: #f27600;
    color:#ffffff;  
    position: static;
    width: 170px;
    height: 30px;
    text-align: center;
    padding: 5px;}
.multiple_tab_slider{background:#ededed;padding:30px 20px;}
.multiple_tab_slider .tab-content{background:none;padding:20px}
.carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}
.slide-box figure{padding:0 10px;}
.multiple_tab_slider .carousel-control-prev {
    left: -90px;
}
.multiple_tab_slider .carousel-control-next {
    right: -85px;
}
.multiple_tab_slider .carousel-control-prev-icon,.multiple_tab_slider .carousel-control-next-icon{background-image:none;}
i.fa.fa-caret-left,i.fa.fa-caret-right {
    color: #f27600;
    font-size: 30px;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #bbbbbb;
}

/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: .5rem 1rem;
  transition: 0.3s;
  background: none;
   font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.tab button.active {
  border-bottom: 3px solid #006699;}

 .tab-content {
  display: none;
 }
 .tab-content.current {
  display: inherit;
 }
    /* footer styling start */
   footer.page-footer .inner_footer{background:#e6e6e6;}
   .footer_title1{font-size:14px;font-weight:800;color:#333333;}
   .footer_title3{font-size:14px;font-weight:700;color:#333333;}
   .footer_title2{font-size:14px;font-weight:800;color:#333333;}
   .footer_text{font-size:14px;color:#999999;line-height:28px;}
   .subtitle2{font-size:24px;color:#FFFFFF;}
   .logo_wrapper{text-align: center}
   .logo_wrapper h3{font-size:24px;color:#ffff;}
   .footer_contact_links li i{margin-right: 10px}
   .footer-copyright{background:#CCCCCC;font-size:14px;color:#333333;}
   .footer-copyright a{font-size:14px;color:#333333;}
   .slick-prev, .slick-next{background:red !important;}
   .carousel-control-next, .carousel-control-prev{-ms-flex-align: unset;
    align-items: unset;
    -ms-flex-pack: unset;top: 60px;}

    .footer-grey-wrapper { width:100%; background: #e6e6e6; }
    .footer-icons-wrapper { display: inline-block; width: 30px; text-align: center; }

    /* footer styling end */



/* @media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
} */

/* @media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
} */

/* @media (min-width: 992px)
{
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
} */

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

#mySidenav { width: 0px; }

#navigationBar {
  position: sticky !important;
  top: 30px;
  display: block;
  z-index: 1000000;
  background: #ffffff;
}
/* header styling End */

.advertis_small_wrapper > a { display: block; margin-bottom: 20px; }

.top-img-wrapper {
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 1280px;
  min-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.img-top-top { margin: 10px;}
.img-top {margin: 10px;
width: 30%;
display: inline-flex;}

.estate-slide-image { margin-top: 20px; }

.burger-bar1-transform {transform: rotate(45deg) translate(6px,6px);}
.burger-bar2-transform {opacity: 0;}
.burger-bar3-transform {transform: rotate(-45deg) translate(4px,-6px);}

.politia-1 { font-weight: 600; color: #006699; }
.politia-2 { color: #006699; }
.politia-3 { font-weight: 600; color: #F27600; }

.search-input-form {

}

.fa.fa-pencil-square-o.marque-icon { position: relative; top: 2px; }

.pagination li { margin: 0px 10px; }

.carousel-inner { padding: 5px; }

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='orange' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='orange' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next, .carousel-control-prev { top: 100px !important; }
.carousel-control-prev { left: 0px !important; }
.carousel-control-next { right: 0px !important; }
.carousel-control-prev-estate { 
  left: -10px !important; 
  position: absolute;
  top: 110px;  
}
.carousel-control-next-estate { 
  right: -10px !important;
  position: absolute;
  top: 110px; 
}

.input { width: 85%; }

.share-list {
    display: inline-block;
    margin: 0px;
    list-style: none;
}

.share-list li {
    display: inline-block;
    margin-right: 10px;
}

.facebook-share {
    width: 150px;
    background: #3a579a;
    padding: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.twitter-share {
    width: 150px;
    background: #00abf0;
    padding: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.google-share {
    width: 150px;
    background: #df4a32;
    padding: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.time2 {
  display: block;
}