.no-bottom-padding {
padding-bottom: 0;
}
/********* Simple or original overlay *******/
/* Main container */
.overlay-image {
 position: relative;
 width: 100%;
}
/* Original image */
.overlay-image .image {
 display: block;
 width: 100%;
 height: auto;
}
/* Original text overlay */
.overlay-image .text {
 color: #ffffff;
 font-size: 30px;
 font-family: "abril fatface";
 font-weight: normal;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
}
/* Original text overlay */
.overlay-image .text {
 color: #ffffff;
 font-family: "abril fatface";
 font-size: 30px;
 font-weight: normal;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
}
/********* Overlay on hover *******/
/* New overlay on hover */
.overlay-image .hover {
 position: absolute;
 top: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
}
/* New overlay appearance on hover */
.overlay-image:hover .hover {
 opacity: 1;
}
.overlay-image .normal {
 transition: .5s ease;
}
.overlay-image:hover .normal {
 opacity: 0;
}
.overlay-image .hover {
 background-color: rgba(0,0,0,0.5);
}
.hero-vertically_center .sow-slider-image-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main-navigation a {
    font-size:15px!important;
    }
 table#t01 {
 table-layout: fixed;
 width: 60px;

  padding:0; 
  margin: 0px fixed;
  border-collapse: collapse;
  border: 0px solid black;
}
table#t01 td{
  padding:0; 
  margin: 0px fixed;
  border-collapse: collapse;
  border: 0px solid black;
}