/* COLORS */
.widget-content > ul.categories > li > a.opened, .lego:hover, .darkGreen, a:hover, .green, .sub .new.content small.green, .widget-content >:not(.categories) a:hover, .sub .content.new .breadcrumbs a:hover, .breadcrumbs a:hover, h1{
    color: #0073e9;
}
.widget-title, .widgets .about h3 a, .widgets .about h3 a:hover, a.btn, .btn, .sub .content.new a.btn:hover, .btn:hover, .white, .infoline, .impressum, .owl-nav icon, .sliderNav icon, .owl-nav span, button, .sub .new.content .flex.tags > a, .tags a{
    color: #fff;
}
header, .sub .content.new .breadcrumbs a, .breadcrumbs, .breadcrumbs, .sub .new.content small, .sub .content.new a:hover, .sub .content.new a:not(.btn):hover{
    color: #535353;
}
.btn, .sub .content.new a:not(.btn), .widget-content >:not(.categories) a, .widgets .about h3 + p, .widget-content > ul > li > ul.categories > li > a.active{
    color: #0073e9;
}
.videos:before, .sliderNav icon, .owl-nav span, .widget-title, .widgets .about h3 a, .btn, .darkGreenBg, .greenBg, .owl-nav icon, button, .widget-content ul:not(.categories) li:before, main .content ul:not(.breadcrumbs) li:before, .sub .content.new ul:not(.breadcrumbs) li:before{
    background: #0073e9;
}
.whiteBg, .menu, .slide.item, .news > .new, .widget, .sub .new.content{
    background: #fff;
}
.grayBg, blockquote, .slide.item, .widget, header{
    background: #f2f2f2;
}
nav > ul > li > ul:before, .btn:hover, .scroll-top, .owl-nav span:hover, .owl-nav icon:hover, button:hover, .sliderNav icon:hover, .widgets .about h3 a:hover{
    background: #535353;
}
body.sub{
    background-color: #f9f9f9;
}
html{
    font: normal 16px 'Libre Franklin', sans-serif;
}
header > .container.center .logo, header > .container.center .logo img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
header > .container.center{
    padding: 30px 0;
    font-size: 20px;
}
.header > *{
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}
.header > *:not(:nth-child(2)){
    width: 65%;
}
.header{
    background-image: url(../index_files/slide-img-06.jpg);
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sub .header{
    background-image: url(../index_files/slide-sub-02.jpg);
    height: 200px;
}
.sub .header > * {
    height: 200px;
}
.sub .menu{margin-bottom: 60px;}
.logo{
    display: block;
    width: 100px;
    height: 56px;
    position: relative;
    z-index: 2;
}
.logo img{
    max-height: 120px;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 8px rgba(0,0,0,0.3);
}
nav ul.flex{
    justify-content: center;
}
.logo + nav ul.flex{
    justify-content: flex-end;
}
nav{
    width: 100%;
}
.logo + nav{
    max-width: calc(100% - 100px);
}
nav ul:not(.breadcrumbs) li a{
    display: block;
    padding: 10px 0;
    font-weight: 700;
}
nav > ul > li{
    position: relative;
    z-index: 999;
}
nav > ul > li > ul{
    position: absolute;
    top: 100%;
    left: -15px;
    background: #fff;
    z-index: 1;
    min-width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: ease-in-out all .3s;
}
nav > ul > li:hover > ul{
    opacity: 1;
    height: auto;
}
nav > ul > li > ul:before{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
nav > ul:not(.breadcrumbs) > li ul li a, 
nav > ul > li > ul > li a{
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    white-space: nowrap;
}
nav > ul > li > ul > li{
    padding:0 5px;
    border-top: 1px solid #f2f2f2;
}
nav > ul > li > ul > li:first-child{
    border-top: 0;
}
nav > ul:not(.breadcrumbs) > li{
    font-size: 15px;
}
nav > ul:not(.breadcrumbs) > li:not(:first-child){
    padding: 10px 0;
    margin-left: 38px;
}
.infoline, .impressum{
    padding: 13px 0;
}
main > .container.flex > section.item{
    width: calc(100% - 310px);
    min-width: 70%;
}
main{
    overflow: hidden;
}
main > .container.flex > section.item > .section:last-child{
    padding-bottom: 0;
}
main > .container.flex > aside.item{
    max-width: calc(30% - 40px);
    width: 270px;
}
section{
    padding: 40px 0;
}
.section{
    padding-bottom: 40px;
}
.section.conn{
    padding-bottom: 30px;
}
.section.whiteBg{
    padding-bottom: 0;
    margin-bottom: 40px;
}
.slide.item *, .content *{
    margin: 15px 0;
}
.sub .new.content *{
    margin: 15px 0;
}
.content.flex > *, .sub .new.content .flex > *{
    margin: 0 10px;
}
.sub .new.content .flex > *.slide.item{
    margin-left: 0;
}
.sub .new.content .flex > *.slide.item:nth-child(3n+3){
    margin-right: 0;
}
.content.flex > *:first-child, .sub .new.content .flex > *:first-child{
    margin-left: 0;
}
.content.flex > *:last-child, .sub .new.content .flex > *:last-child{
    margin-right: 0;
}
.content{
    line-height: 1.6;
}
.slider:not(.owl-carousel).flex{
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.slider:not(.owl-carousel) .slide.item{
    background: #fff;
    width: calc(33% - 11px);
}
.slider:not(.owl-carousel) .slide.item:not(:nth-child(3n + 3)){
    margin: 0 20px 0 0;
}
.slide.item *:first-child, .content *:first-child, .sub .new.content *:first-child{
    margin-top: 0;
}
.slide.item *:last-child, .content *:last-child, .sub .new.content *:last-child{
    margin-bottom: 0;
}
.slide.item > .img, .slide.item > .content{
    margin: 0;
}
.slide.item .content{
    background: #fff;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-size: 15px;
}
.sub .slide.item .content{
    padding: 15px;
    text-align: center;
    background: transparent;
}
.sub .slider:not(.owl-carousel) .slide.item,
.sub .slide.item{
    background: #f9f9f9;
}
.sub .slide.item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)){
    margin-top: 15px;
}
.slide.item h3{
    font-size: 17px;
    height: 23px;
    overflow: hidden;
}
.slide.item .img, .legoImg{
    height: 200px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.sub .slide.item .img{
    height: 185px;
}
.slide.item .img-bg, .slide.item img, .legoImg img, .legoImg .img-bg{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: contain;
    margin: 0 !important;
}
.noimg{
    background-color: #ccc;
    background-image: url('images/logo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.slide.item img{
    object-position: center;
}
.slide.item .img-bg, .legoImg .img-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(5px);
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    opacity: 0.7;
}
.slide.item .img.cover img, .legoImg .img.cover img{
    object-fit: cover;
}
.btn{
    font-weight: 700;
    cursor: pointer;
}
.sliderContent{
    margin: 0;
    position: relative;
    padding: 20px;
}
.sliderContent > h2{
    margin-bottom: 20px;
}
.owl-nav, .sliderNav{
    position: absolute;
    top: 0;
    right: 0;
}
.sliderNav button, .sliderNav button:hover{
    background: transparent;
    color:inherit;
    padding: 0;
    margin: 0;
}
.sliderNav button.disabled{
    opacity: 0.6;
    pointer-events: none;
}
.sliderNav{
    top: 25px;
    margin: 0;
    right: 20px;
}
.owl-nav icon, .sliderNav icon{
    border-radius: 5px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    display: block;
    margin: 0 0 0 7px;
    padding: 0;
    cursor: pointer;
}
.sliderNav icon{
    display: inline-block;
}
.owl-nav .disabled, .owl-nav .disabled *, .sliderNav icon.disabled{
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
img:not(.lb-image){
    max-width: 100%;
}
.news > .new:not(:first-child), .news > .new:not(:nth-child(2)){
    margin-top: 20px;
}
.news > .new .content{
    padding: 15px 15px 0;
    font-size: 15px;
}
.conn .news > .new .content{
    padding: 15px;
}
.news > .new .img{
    display: block;
    height: 250px;
    position: relative;
}
.news > .new .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: left center;
}
.news > .new.sub .img{
    height: 200px;
}
.news > .new.sub  .img img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 200px !important;
}
.news > .new.sub .content{
    padding-bottom: 20px;
}
.news > .new, .flex > .lego.item{
    width: calc(33% - 18px);
    margin: 30px 30px 0 0;
    text-align: center;
}
body:not(.sub) .news > .new{
    width: calc(50% - 18px);
}
.news > .new:first-child, .news > .new:nth-child(2), body.sub .news > .new:nth-child(3){
    margin-top: 0;
}
.flex > .lego.item:nth-child(3n + 3), body:not(.sub) .news > .new:nth-child(2n + 2), body.sub .news > .new:nth-child(3n + 3){
    margin-right: 0;
}
h3, h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4 !important;
}
.sub h2{
    font-size: 20px;
}
.section>h2{
    margin-bottom: 30px;
}
.section.conn .new:first-child, .section.conn .new:nth-child(2), .section.conn .new:nth-child(3){
    margin-top: 0;
}
.conn .news > .new .img{
    height: 200px;
}
.sub h2 + .legos{
    margin-top: 0;
}
header.owl-carousel .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
h3{
    font-size: 20px;
    color: #535353;
}
.sub h3{
    font-size: 17px;
}
/* WIDGETS */
.widget-content *{
    margin: 8px 0;
    line-height: 1.5;
}
.widget-content *:first-child{
    margin-top: 0;
}
.widget-content *:last-child{
    margin-bottom: 0;
}
.widget:nth-child(even) .widget-title{
    position: relative;
}
.widget-title{
    padding: 17px 15px 16px 15px;
    font-weight: 700;
    border-left: 10px solid #535353;
}
.widget-content > *:only-child > a:only-child, .widget-content > *:only-child > a:only-child > img:only-child{
    display: block;
}
.widget-content > *:only-child > a:only-child > img:only-child{
    margin: -15px 0 -15px -15px;
    max-width: calc(100% + 30px);
}
.widget-content > ul.categories > li:last-child > a{
    padding-bottom: 0;
    border-bottom: 0;
}
.widget-content > ul.categories > li > a.opened + ul.categories{
    opacity: 1;
    height: auto;
    border-top: 2px #535353 solid;
    border-bottom: 2px #535353 solid;
}
.widget-content > ul.categories > li > a + ul{
    margin: 0 !important;
    border: none;
    transition: ease-in-out all .4s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.widget-content > ul.categories > li > a.opened{
    padding-bottom: 0;
    font-weight: 700;
    border: none;
    margin-bottom: 8px;
}
.widget-content > ul.categories > li > a{
    cursor: pointer;
    position: relative;
    display: block;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px #e1ecf2 solid;
    margin: 0;
}
.widget-content > ul.categories > li > a > span{
    position: absolute;
    right: 0;
    top: 0;
}
.widget-content > ul > li > ul.categories > li, .widget-content > ul > li > ul.categories > li > a{
    margin: 0;
}
.widget-content > ul > li > ul.categories > li > a.active{
    font-weight: 600;
}
.widget-content > ul > li > ul.categories{
    border-top: 2px #535353 solid;
    border-bottom: 2px #535353 solid;
}
.widget-content > ul > li > ul.categories > li > a{
    line-height: 1.3;
    padding: 8px 15px;
    font-weight: 500;
    display: block;
    border-bottom: 1px #e1ecf2 solid;
}
.widget-content > ul > li > ul.categories > li:last-child > a{
    border-bottom: 0;
}
.widget-content > ul.categories > li > a > *{
    margin: 0;
}
.widget-content > ul.categories > li > a > icon{
    margin-right: 3px;
    font-size: 15px;
}
.widget-content{
    font-size: 15px;
    padding: 15px;
}
.widget{
    margin: 40px 0;
}
.widgets .about{
    margin: 40px 0;
    text-align: center;
}
.widgets .about img{
    width: 190px;
    height: 190px;
    overflow: hidden;
    border-radius: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}
.widgets .about h3 a{
    font-weight: 300;
    margin: 10px 0;
    padding: 2px 10px;
    display: block;
}
.content small+h3, .content small{
    margin: 5px 0;
}
.content small.green{
    font-size: 16px;
}
.content small, small{
    font-size: 15px;
    display: block;
}
button{
    padding: 7px 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: -1px !important;
}
h1{
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 30px;
    line-height: 1.3;
}
.content.new  .breadcrumbs icon, .breadcrumbs icon{
    font-size: 18px;
    margin: 1px -5px 0 !important;
}
.breadcrumbs li{
    display: inline-block;
    margin: 0;
}
.breadcrumbs icon{
    margin: 0 5px !important;
}
.sub .content.new .breadcrumbs a, .breadcrumbs a{
    font-size: 13.5px;
    font-weight: 400;
}
.sub .breadcrumbs li:last-child a,
.sub .content.new .breadcrumbs li:last-child a{
    font-weight: 600;
}
.breadcrumbs{
    border-bottom: 1px #D6D6D6 solid;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.content .breadcrumbs{
    padding-bottom: 0px;
}
.content > p > img:not([style*="float: right;"]):not([style*="float: left;"]):only-child{
    display: block;
    width: 100%;
    height: auto;
}
.sub .new *[align="right"]:only-child, .sub .new *[style*="float: left;"]:only-child,
.content *[align="right"]:only-child, .content *[style*="float: left;"]:only-child,
.sub .new img[style*="float: right;"]:only-child, .sub .new img[style*="float: left;"]:only-child,
.content img[style*="float: right;"]:only-child, .content img[style*="float: left;"]:only-child{
    margin: 0;
    display: block;
}
.sub .new img[style*="float: right;"]:only-child, .sub .new img[style*="float: left;"]:only-child,
.content img[style*="float: right;"]:only-child, .content img[style*="float: left;"]:only-child{
    max-width: 50% !important;
    width: auto !important;
    height: auto !important;
}
.sub .new *[align="right"]:only-child,
.content *[align="right"]:only-child,
.sub .new img[style*="float: right;"]:only-child,
.content img[style*="float: right;"]:only-child{
    float: right;
    margin-left: 15px;
}
.sub .new *[style*="float: left;"]:only-child,
.content *[style*="float: left;"]:only-child,
.sub .new img[style*="float: left;"]:only-child,
.content img[style*="float: left;"]:only-child{
    float: left;
    margin-right: 15px;
}
.widget-content ul:not(.categories), .widget-content ol, main .content ol, main .content ul:not(.breadcrumbs), .sub .content.new ol, .sub .content.new ul:not(.breadcrumbs){
    margin: 15px 20px;
}
.widget-content ul:not(.categories), .widget-content ol{
    margin: 10px 0;
}
.widget-content ul:not(.categories):first-child, .widget-content ol:first-child{
    margin-top: 0;
}
.widget-content ul:not(.categories):last-child, .widget-content ol:last-child{
    margin-bottom: 0;
}
.widget-content ul:not(.categories) li, .widget-content ol li, main .content ol li, main .content ul:not(.breadcrumbs) li, .sub .content.new ol li, .sub .content.new ul:not(.breadcrumbs) li{
    margin: 5px 0;
    position: relative;
    padding-left: 15px;
}
.widget-content ul:not(.categories) li, .widget-content ol li{
    margin: 2px 0;
}
.widget-content ol li, main .content ol li, .sub .content.new ol li{
    list-style: decimal;
    margin-left: 14px;
    padding-left: 5px;
}

#nalunk-garancia-a-minoseg{
    counter-reset: garancia;
}
#nalunk-garancia-a-minoseg .widget-content ol li{
    list-style: none;
    padding-left: 30px;
    margin-left: 0;
}
#nalunk-garancia-a-minoseg .widget-content ol li:before{
    counter-increment: garancia;
    content: "0"counter(garancia) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #0073e9;
    font-weight: 700;
}
.widget-content ul:not(.categories) li:before, main .content ul:not(.breadcrumbs) li:before, .sub .content.new ul:not(.breadcrumbs) li:before{
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    content: "";
    top: 10px;
    left: 0;
}
hr{
    border: none;
    border-bottom: 1px #D6D6D6 solid;
}
blockquote {
    border-left: 8px #535353 solid;
    padding: 15px;
}
.sub .content.new a, .widget-content >:not(.categories) a{
    font-weight: 500;
}
em{
    font-style: italic;
}
.sub .new.content{
    padding: 0px 20px 20px 20px;
}
.sub .section:not(:first-child) .new.content{
    padding-top: 20px;
}
.sub .new.content .flex.tags > a, .tags a{
    background: url(../../index_files/button.png);
    background-size: auto 100%;
    background-position: center;
    margin: 3px;
    padding: 5px 10px 3px;
    font-size: 13px;
    display: inline-block;
}
sup{
    font-size: 10px;
}
.tags a:nth-of-type(2), .sub .new.content .flex.tags > a:nth-of-type(2){
    background-image: url(../index_files/green-button.png);
}
.tags a:nth-of-type(3), .sub .new.content .flex.tags > a:nth-of-type(3){
    background-image: url(../index_files/pink-button.png);
}
.sub .new.content .flex.tags > a:first-child{
    margin-left: 0;
}
.sub .new.content small.date{
    white-space: nowrap;
}
.sub .new.content small{
    font-size: 14px;
    width: auto;
}
.sub .new.content small strong{
    color: #000;
    margin: 0!important;
}
.sub .new.content small.date strong{
    margin: 0 3px 0 0 !important;
}
.sub .new.content small.green{
    width: 100%;
}
.objectFit{
    background-size: cover;
    background-position: center;
}
.section.whiteBg > .content, .content.whiteBg{
    padding: 20px; 
}
.banner, .lego, .flex > .lego.item{
    width: 216px;
    height: 275px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    overflow: hidden;    
}
.lego .img, .flex > .lego.item .img{
    height: 190px;
    display: block;
    position: relative;
}
.lego, .flex > .lego.item{
    background: #fff;
    width: calc(33% - 18px);
    height: auto;
}
.lego a{
    display: block;
    text-align: center;
}
.lego:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.legos.owl-carousel .owl-stage-outer{
    padding: 5px;
    margin: -5px;
}
.banner img, .lego img{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
.lego img{
    object-position: center;
    object-fit: contain;
}
.lego h3 a{
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    padding: 10px;
}
h2 + .banners, h2 + .legos{
    margin-top: 30px;
}
#bannerek .content .banners *, .content .legos *{
    margin-top: 0;
    margin-bottom: 0;
}
.owl-carousel .owl-dots, .owl-carousel .owl-dots *{
    line-height: 1;
}
.owl-carousel .owl-dots{
    text-align: center;
    margin-top: 30px;
}
.owl-carousel button.owl-dot span{
    background: #fff;
    height: 14px;
    width: 14px;
    margin: 5px 7px 0;
    display: block;
    border-radius: 100%;
    box-sizing: content-box;
}
.owl-carousel button.owl-dot:hover span{
    border: 2px solid #d92e00;
    margin: 0 5px -2px 5px;
}
.owl-carousel button.owl-dot.active span{
    border: 2px solid #d92e00;
    margin: 0 5px -2px 5px;
}
.item.short{
    width: 112px;
}
.loading:before{
    background: rgba(0,0,0,0.3);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.loading{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}
.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    z-index: 3;
}
.lds-ellipsis div {
    margin: 0 !important;
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #01d85f;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
table.imgs{
    table-layout: fixed;
}
table.imgs td img{
    width: 100%;
    display: block;
    height: auto;
}
table.imgs td{
    vertical-align: middle;
    padding: 0 5px;
}
table.imgs td:first-child{
    padding-left: 0;
}
table.imgs td:last-child{
    padding-right: 0;
}
.head,.head .container{overflow: hidden;}
.head .container{
    padding: 1px;
    position: relative;
    z-index: 1;
}
.head > .img,
.head .container > .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    margin: 0 !important;
}
.head > .img{
    z-index: 0;
    filter: blur(5px) brightness(.8);
    transform: scale(1.3);
    opacity: 0.8;
}
.head .container *{
    z-index: 2;
    margin: 0;
    line-height: 1.3;
}
.head .container .txt *:not(:first-child):not(img){
    margin-top: 15px;
}
.head, .head > *{
    position: relative;
    z-index: 1;
}
.head > img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
    z-index: 0;
}
.head .title{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    height: 33px;
    overflow: hidden;
}
.head .content{
    font-size: 19px;
    max-height: 110px;
    overflow: hidden;
}
.head .txt{
    position: relative;
    background: rgba(255,255,255,0.8);
    max-width: 50%;
    width: 550px;
    padding: 20px;
    color: #000;
    margin: 165px 50px 165px auto;
}
.btn{
    padding: 5px 20px;
    border-radius: 15px;
    display: inline-block;
}
.section.videos{
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.videos, .videos > *{
    position: relative;
    z-index: 1;
}
.section.videos > .sliderNav{
    bottom: -20px;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
}
.videos:before {
    position: absolute;
    content: '';
    height: calc(100% - 55px);
    width: calc(100% + (100vw - 1200px));
    right: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: 0;
}
.owl-carousel .owl-item .video img,
.video iframe, .video > *:not(.content){
    width: 65%;
    margin-right: 30px;
    height: 395px;
    width: 600px;
}
.video > *:not(.content) + .content,
.video iframe + .content{
    width: calc(100% - 630px);
    height: 395px;
    overflow: hidden;
    padding-right: 30px;
}
.video h2{
    text-align: left;
    margin-bottom: 40px !important;
    max-height: 42px;
    overflow: hidden;
}
.new .content > *{
    overflow: hidden;
}
.sub a.new {
    color: #000;
}
.new .content h3{
    height: 28px;
}
.sub .new .content h3{
    height: auto;
    max-height: 70px;
}
.sub .conn .new .content h3{
    height: 70px;
}
.sub .new .content p{
    height: auto;
    font-size: 14px;
}
.new .content p{
    font-size: 17px;
    height: 54px;
}
.new .content small{
    height: 24px;
}
.sub .new img{
    max-width: 100% !important;
    height: 100% !important;
}
.infoline ul {
    display: table;
    width: auto;
    margin: 0 0 0 auto;
    font-size: 15px;
}
.infoline ul li{
    display: table-cell;
    width: auto;
    padding: 0 0 0 20px;
    vertical-align: middle;
}
.infoline ul li a{
    display: inline-block;
    margin-left: 5px;
}
.infoline ul li a:hover{color: #ccc;}
.infoline ul li a img{
    display: block;
}
.sub main{    
    min-height: calc(100vh - 207px);
}
.lb-caption small{
    font-weight: 400;
    font-size: 12px;
    opacity: 0.8;
    display: block;
    line-height: 1.4;
    margin-top: 8px;
}
.content .mainimg{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    height: auto !important;
}
.sub .new.content .date{
    font-size: 14px;
    color: #535353;
}
.sub .new.content .date icon{
    font-size: 20px;
    vertical-align: middle;
    margin: -2px 3px 0 0 !important;
}
