/*##################################################################
#	Netbike custom adaptive styles
#	17.03.20
##################################################################*/
/*########################## 4x3 SCREEN (1024 - 1280) ###################*/
@media screen and (min-width: 1000px) and (max-width: 1239px){
.container.item-card.building {
    position: relative;
    z-index: 100;
    width: auto;
    margin: 0 auto;
}
	
#header .line_menu li {
    font-size: 18px;
    padding: 20px 0;
}

	
}
/*########################## BIG TABLET COMPUTER (720 - 1024) ###################*/
@media screen and (max-width: 999px){
input[type='button'], input[type='submit'], a.button:link, a.button:visited {
    padding: 10px 0;
}
	
.container.item-card.building {
    position: relative;
    z-index: 100;
    width: auto;
    margin: 0 auto;
}
	
#header .line_menu li a {
    padding: 10px;
}
#header .line_menu li {
    font-size: 18px;
    padding: 20px 0;
}
	
.container.item-card.building .block-wrapper:nth-child(1) .content .title {
    font-size: 32px;
}
	
.item-card.building .block-wrapper:nth-child(1) .content .button-arrow {
        right: 45px;
	    bottom: 40px;
}
	
.item-card.building .content .title {
    font-size: 18px;
    height: 5em;
    padding-left: 0px;
}
	
.item-card.building .content .descr {
    margin: 10px 0 10px 10px;
}

.container.quote.image-text.small .content {
    width: auto;
}
	

	
}
/*########################## BIG TABLET COMPUTER (480 - 720) ###################*/
@media screen and (max-width: 719px){
#header .block.logo {
    display: block;
	height:80px;
	padding-left: 20px;
}
	
a.mobile-menu-button {
        display: block !important;
        width: 75px;
        height: 80px;
        position: absolute;
        right: 0;
        top: 0;
        background-image: url(/images/icons/mobile-menu-1.svg);
        background-repeat: no-repeat;
        background-size: auto auto;
        background-position: 50% 50%;
        background-color: #fff;
}
	
body.open_menu a.mobile-menu-button {
        background-image: url(/images/icons/mobile-menu-active-1.svg);
}
	
#footer .block.footbar .block.right {
        display: block;
        position: relative;
        margin-top: 30px;
        justify-content: center;
}
	
#footer .block.footbar .block.right .nb-service{
        margin: 0 auto;
        width: 100px;
}

#footer .block.menu ul li a {
        border: none;
        padding: 0;
        max-width: 800px;
        margin-bottom: 0;
}
		
	
.item-card.building .content .title {
    font-size: 18px;
    height: 6em;
}
	
.item-card.building .block-wrapper:nth-child(1) .content .button-arrow {
        right: 45px;
	    bottom: 40px;
        width: 10px;
        height: 10px;
}	

	
.container.item-card.building .block-wrapper:nth-child(1) .content .title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
}
	
.item-card.building .content .descr {
    font-size: 18px;
    line-height: 100%;
    font-weight: 300;
    text-align: center;
    padding-left: 0;
    margin: 10px 0 10px 0px;
}

.news-filter.main li {
    padding: 0;
}
.news-filter li a {
    font-size: 14px;
    padding: 10px;
}
.news-filter li.active a {
    padding: 10px;
}

h1 {
    font-size: 32px;
}
	
h2 {
    font-size: 24px;
}
	
.content.text p {
    font-size: 18px;
}
	
.content li {
    font-size: 18px;
}
details summary {
    font-size: 18px;
}

.content ol {
    margin-left: 20px;
}

}
/*########################## SMARTPHONE (<480) ##############################*/
@media screen and (max-width: 479px){
.item-card.building .block-wrapper:nth-child(1) .content .button-arrow {
    right: 45px;		
}
	
.slider-stat-container .body .title {
        font-size: 24px;
        height: auto;
}
	
.block-card.building .content .title {
    font-size: 18px;
    height: 6em;
}
	
.item-card.twoblocklist .content .title {
    font-size: 18px;
}
}