/*
     STYLE
*/

/* 
  Change Bootstrap gutters size if needed. 
  Just add div with .gutters-0 / .gutters-xs / .gutters-sm before .row. 
  Modify margins/paddings for your needs.
*/

.gutters-0>.row,
.form-horizontal .gutters-0>.form-group {
  margin-left: 0;
  margin-right: 0;
}

.gutters-0>.row>[class*="col-"],
.form-horizontal .gutters-0>.form-group>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.gutters-xs>.row,
.form-horizontal .gutters-xs>.form-group {
  margin-left: -3px;
  margin-right: -3px;
}

.gutters-xs>.row>[class*="col-"],
.form-horizontal .gutters-xs>.form-group>[class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.gutters-sm>.row,
.form-horizontal .gutters-sm>.form-group {
  margin-left: -5px;
  margin-right: -5px;
}

.gutters-sm>.row>[class*="col-"],
.form-horizontal .gutters-sm>.form-group>[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.7em;
    /* color: #999; */
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 17px 3px rgba(0, 0, 0, 0.03);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.navbar-nav span.glyphicon {width: 30px;
height:30px;
    display: block;
    float: left;
}
.linktxt {
    display: block;
    width: 170px;
    
}
a.telephone {
    
    margin-top: 10px;}
img.img-bg
 {
     width:auto;
     height: auto;
     min-height:100%;
     position: relative;
     z-index: -1;
     min-width: 100%;
 }

p.info-addr {float: left;
    margin-top: 40px;}
 .the-services > .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .the-services > .container-fluid > .row {
    margin-right: 0px;
    margin-left: 0px;
  }


section.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #333333;
       color: #c4c4c4; 
    }
    
 section.footer input[type="text"],
 section.footer input[type="email"] {
     max-width: 210px;
    margin: auto;
    background-color: #212121;
    border: 1px solid #212121;
    box-shadow: 0 0 5px #212121 inset;
    color: #999;

    padding: 5px;
    width: 100%;
    border-radius: 2px !important;
}
    
   section.footer label  {
        color: #c4c4c4;}
    
    
    
     section.footer div.wpcf7-mail-sent-ng,   section.footer div.wpcf7-aborted {
    border: 2px solid #ff0000;
    color:#ff0000;
}


.smallpost-container {
    padding-bottom: 50px; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
  
}


.post-navigation {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    min-height: 50px;  }

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #4d7c90;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    padding-top: 100px;
    

}

.follow-nav {

    position:fixed;
    height:100%;
    width:300px;
}

#sidebar.active {
    margin-left: -300px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 15px;
    background: #4d7c90;
      margin: 0px;
  
}
 .mobilesite {display:none !important;}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #4d7c90;
  margin:0px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 20px !important;
    font-size: 1.1em;
    display: block;
    text-transform: uppercase;
    font-family: Roboto;
    padding: 20px;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #457286;
}

#sidebar ul li.active > a, a[aria-expanded="true"],
#sidebar ul li.current-menu-item
{
    color: #fff;
    background: #457286;

}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #4d7c90;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 16px !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #4d7c90;
}

a.article, a.article:hover {
    background: #4d7c90 !important;
    color: #fff !important;
}

.slider {
    height: 100%; 
}
a.single-slide {
    display:block;
    height: 100%;
}

.bx-wrapper {

    height: 100%;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
  width:100%;
}

#sidebarCollapse {
    width: 50px;
    height: 50px;
   background: #457286;
    position: fixed;
    z-index: 1000;
    margin-top: 5px;
      padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 1px;
    padding-left: 6px;
}


#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#cookie-law-info-again {
   box-shadow: rgba(05,05,05,0.2) 2px 2px 5px 2px !important;
 }
    
    
.overlay h3 span {
  
  background: url(http://www.isabellakatogiriti.gr/wp-content/themes/isabella/izab/images/isabella-white-icon.png);
    display: inline-block;
    width: 56px;
    height: 58px;
   /* background-size: 125px;
    background-position: -35px 40px; */
    background-repeat: no-repeat;
}
#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:  none;
    background: #fff;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 500px) {

  #sidebar {
        margin-left: -200px;
        transform: rotateY(90deg);
    }
  
  
  #sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #4d7c90;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    padding-top:75px;
    

}

.follow-nav {

    position:fixed;
    height:100%;
    width:200px;
}

#sidebar.active {
    margin-left: -200px;
    transform: rotateY(100deg);
}
  
}
 
  
@media (max-width: 768px) {
    #bs-example-navbar-collapse-1 {text-align:center;}
    
    .linktxt {margin:0px;
    text-align:center; width:auto;}
    .fixed-nav {position: absolute;}
    .mobilesite {display:inline-block !important;}
    #sidebar {
         display: none;
      /*  margin-left: -300px;
        transform: rotateY(90deg);
        display: none; */
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
#sidebarCollapse {display:none;}
}


img.nav-logo{
    width: 100%;
}
.fixed-nav{

    position: fixed;
    width: 100%;
    left:0px;
    top:0px;
    z-index: 10000;
}


#sidebar ul li {
    text-align:center;
    


}


#content {
    margin-top: 95px;


}

.brand-logo {

    max-width: 240px;

}

a.brand {
    display:block;
    float: left;
    padding: 10px;

}
#content h2 {

    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-size: 40px;

}

.white-card {

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding:40px;
    padding-top: 30px;
    background: white;
}
.card-img-top {
 width:100%;
 height:auto;
}
.slider-port {
   
    width:100%;
  
  
}

*,:before,:after { box-sizing: border-box; }

html, body { height: 100%; }

.flexslider {
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  overflow: hidden;
  box-shadow: none;}

  .flex-viewport { height: 100%; }
  .flex-control-nav { bottom: 20px; }
  .slides {
    height: 100%; }

    li { 
      height: 100%;
    }
  

    .overlay {

       padding: 10%; 
        top:0px;
        left:0px;
      
          background: rgba(0, 0, 0, 0.2);
      position:relative;
      width:100%;
      height:100%;
         
      transition: all 0.3s;

    }

    .over-container p {
        color:white;
        text-align: center;
        padding: 30px;
    }

    
    .over-container {

        width: 100%;
        border: 1px white solid;
        opacity: 0;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        /* IE 5-7 */
        filter: alpha(opacity=50);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
       transition: all 0.3s;

    }
    .services-link:hover .over-container , 
    .services-link:active  .over-container {
        opacity: 1; 
      

    }

    .services-link:hover h3 , 
    .services-link:active h3 {
        opacity: 0; 

    }
    .overlay h3 {
        color:white;
        text-align: left;
        display: inline-block;
        position: absolute;
        left: 20px;
        bottom: 10px;
        max-width: 60%;
        text-transform: uppercase;
        font-size: 200%;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
         
    }

    .card-head {
        position:relative;
            max-height: 290px;
    overflow: hidden;
    }
    .card-title {
      
      position: absolute;
    bottom: 0px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

    left: 20px;
    font-size: 100%;
    line-height: 160%;
        right: 20px;
        

    }

p.card-text {font-weight: 400;
font-size: 18px;
}
    section.the-blogs {
      
        padding-bottom: 80px;

    }

    section.the-blogs .card {
        background: white;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          min-height: 100%;
    }

    .card-body {
        padding: 5px;
        padding: 20px;
    }
    

    a.right-link {
        text-align: right;
        width: 100%;
        display: inline-block;   text-decoration: underline;
    }
    a.right-link:hover {
        text-decoration: none;
    }
    

#content  h2.breadcumbs a, #content h2.breadcumbs {
  text-transform:none;
   font-weight:400;
    font-size: 18px;
  
}
h2.breadcumbs a:hover, h2.breadcumbs a:active {
  
  text-decoration:underline;
}
#content h2.breadcumbs a.curr {
  font-weight:700;
} 
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.services-col {
  
  min-height: 320px;
}

    #content h2.slide-title {
        position: absolute;
        text-align: center;
        text-transform: none;
        font-weight: 300;
        
        left: 50%;
        top:50%;
        color:white;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin:0px;
        font-size: 200%;
        margin:0px;
     
    }

    .services-col {
        overflow: hidden;
    }



  a.services-link  {
  width: 100%;
    height: 100%;
    overflow: hidden;
    DISPLAY: BLOCK;
    POSITION: RELATIVE; 
   
   
    transition: all 0.3s;
}



a.services-link.page-img {
   
  height: 500PX;}



.navbar-default .navbar-nav>li>a.telephone {
    color: #fff;
    margin-left: 10px;
    background: #4d7c90;
}

/* 
.navbar-default .navbar-nav>li>a.number {
  
    margin-left: 10px;
  border-right: 2px solid black;
}

.navbar-default .navbar-nav>li>a.address {
 
    margin-left: 10px;
   border-right: 2px solid black;
  
}

*/


input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], textarea {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    color: #999;
   border-radius:0px !important;
    padding: 5px;
    width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
      width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    background: #4d7c90;
  border:none;
  border-radius:0px;
  margin: 0px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

article {
  margin-top: 50px !important;
  
}

h1.entry-title {
  text-align:center;
  padding:15px;
  
}

section.single-head {
  min-height:300px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align:center;
  
}

h1.header-white {
  color:white;
  text-align:center;
  width: 80%;
    margin: auto;

  
}

.nav-previous, .nav-next {
background: #ffffff;
    padding: 10px;
    color: #4c4c4c;
    border-radius: 2px;
   /*  box-shadow: 1px 1px 17px 3px rgba(0, 0, 0, 0.12); */
    width: 35% !important;
    
    }
.card-head::before {
    content:'';
    z-index: 0;
    top:0px;
    left:0px;
    display:block;
    position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    }
    
    
    
    
    .smallpost-card {
        padding:0px !important;
        }
        
        
        
        #cookie-law-info-bar {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 50px !important;
        }