@font-face {
  font-family: Sen;
  src: url(inc/assets/fonts/Sen-Regular.ttf);
}
@font-face {
  font-family: Sen-bold;
  src: url(inc/assets/fonts/Sen-Bold.ttf);
}
header#masthead {
    margin-bottom: 0;
    background-color: #fff!important;
}
body {
    margin: 0;
    font-family:Sen!important;
	background-color: #f0ece9!important;
}
.navbar-brand img{
	height:50px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #2E3F48!important;
	padding: 16px!important;
	font-weight: bold!important;
    font-size: 16px!important;
}
.banner{
	height:600px;
	border-bottom:solid 38px #315e5b;
	margin-bottom:70px;
}
.banner img {
    display: block;
    height: 100%;
    margin: 0 auto;

}
.info-section h2 {
    margin: 0 0 40px 0;
    padding-bottom: 0;
    font-size: 30px;
    color: #2E3F48;
    font-weight: 600;
}
.info-section .green  p,
.info-section .green h2{
	color: #fff!important;
}
.info-section .green{
	background-color: #2E3F48;
	padding: 35px;
}
.info-section .tik_tekstas, 
.info-section .du_blokeliai, 
.info-section .green, 
.info-section .left, 
.info-section .right{
	margin-bottom:70px;
}
.info-section p{
	font-family: Sen;
	color: #000;
	font-size: 16px;
	margin: 0;
}
.about a img,
.info-link img{
	margin-left:12px;
}
.about a,
.info-link{
	margin-top: 20px;
    display: block;
    float: right;
}

#footer-widget .textwidget a,
.info-section a,
.left .info-link,
.right .info-link {
	color:#2E3F48!important;
	font-size: 16px;
	font-family: Sen-bold;
}
.right .text{
	float:left;
}
.right .image{
	float:right;
}
.green .info-link {
	color:#fff;
	font-size: 15px;
	font-family: Sen;
}
.info-section .left .title,
.info-section .right .title,
.info-section .right .text{
	padding-left: 0px!important;
}
.info-section .text{
	padding: 35px!important;
}
#footer-widget .row{
	justify-content: center;
}
@media only screen and (max-width: 768px) {
.banner {
    height: fit-content;
    padding: 0!important;
    border: unset;
}
.banner img {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    bottom: unset;
}
.info-section .left .title, .info-section .right .title, .info-section .right .text {
    padding-left: 15px!important;
}
.info-section .text {
    padding: 15px!important;
}
.green img{
	height:50px;
}
.green img {
    height: 50px;
    margin: 20px auto 20px auto;
    display: block;
}
.info-section .green {
    justify-content: center;
	padding: 30px 0px;
}
.info-section .tik_tekstas, .info-section .du_blokeliai, .info-section .green, .info-section .left, .info-section .right {
    margin-bottom: 40px;
}
#footer-widget h3{
	margin-top:-35px;
}
}