* {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #222222;
}
.scheme {
    width: 100%;
    height: 395px;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scheme .scheme-img {
    width: 100%;
    height: auto;
}
.scheme .scheme-dark {
    width: 100%;
    height: auto;
    opacity: 0.70;
}
@supports(object-fit: cover){
    .scheme .scheme-img {
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}
.scheme .scheme-title {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -15%); 
}
.scheme .scheme-title h2 {
    font-family: 'Comfortaa', cursive;
    margin: 0px 15px;
    padding: 5px 15px;
    text-align: center;
	font-size: 40px;
    font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-shadow: 0px 2px 3px #333;
	transition: all 3ms;
}
.scheme .scheme-title h2:hover {
	text-shadow: 0px 2px 1px #333, 0px 0px 4px #007773;
}
.scheme .scheme-categories {    
    position: absolute;  
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -15%);
}
.scheme .scheme-categories div {
    color: #eee;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.scheme .scheme-categories div.active,
.scheme .scheme-categories div:hover {
    color: #01a2dd;
    cursor: pointer;
    font-weight: bold;
}
#content-articles {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 25px auto !important;
}
/* clear fix */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
.article {
    width: 24.225%;
    height: 450px;
    margin: 0px 5px;
    padding: 1px;
    word-break: break-all;
}
.article .article-img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    box-shadow: 0px 0px 5px rgba(238, 238, 238, 0.2);
}
.article .article-img:hover {
    box-shadow: 5px 5px 20px rgba(238, 238, 238, 0.2);
    transform: translateY(-4px);
    transition: all .24s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
}
.article .content {
    color: #a4a4a4 !important;
    padding: 30px;
    font-size: 14px;
    word-break: break-word;
}
.article .content p {
    line-height: 1.6 !important;
}
.article .content h2 {
    color: #fff !important;
    margin-bottom: 8px;
    font-size: 16px;
}
.article .content h3 {
    color: #fff !important;
    margin-bottom: 8px;
    font-size: 12px;
}
.article .content a {
    text-decoration: none;
}
.article .content a > h2:hover {
    color: #01a2dd;
}
.row {
    justify-content: center;
    margin-bottom: 25px;
}
.background-post {
    background: #000;
}
/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 599px) {    
    .scheme {
        height: 195px;
        position: relative;
        margin-bottom: 15px;
    }
    .scheme .scheme-categories {        
        transform: translate(-50%, -5%);
        font-size: 12px;
    }
    .scheme .scheme-categories div {
        padding: 2px 6px;
    }
    #content-articles {
        margin: 15px auto !important;
    }
    .article {
        width: 75%;        
        height: 400px;
        margin: 0px 55px;
    }
    .article .article-img {
        height: 266px;
    }
    .article .content {
        padding: 10px;
        font-size: 11px;        
    }
    .article .content p {
        line-height: normal;
    }
    .article .content h2 {
        margin-bottom: 4px;
        font-size: 15px;
    }
    .article .content h3 {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .row {
        margin-bottom: 0px;
    }
    .c-btn {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 600px) and (max-width: 767px) {
    .scheme {
        height: 195px;
        position: relative;
        margin-bottom: 15px;
    }
    .scheme .scheme-categories {        
        transform: translate(-50%, -5%);
        font-size: 12px;
    }
    .scheme .scheme-categories div {
        padding: 2px 6px;
    }
    #content-articles {
        margin: 15px auto !important;
    }
    .article {
        width: 47.5%;
        margin: 0px 5px;
    }
    .article .article-img {
        height: 186px;
    }
    .article .content {
        padding: 12px;
        font-size: 12px;        
    }
    .article .content p {
        line-height: normal;
    }
    .article .content h2 {
        margin-bottom: 4px;
        font-size: 15px;
    }
    .article .content h3 {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .row {
        margin-bottom: 0px;
    }
    .c-btn {
        width: 100%;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .scheme {
        height: 195px;
        position: relative;
        margin-bottom: 15px;
    }
    .scheme .scheme-categories {        
        transform: translate(-50%, -5%);
        font-size: 12px;
    }
    .scheme .scheme-categories div {
        padding: 2px 6px;
    }
    #content-articles {
        margin: 0px auto !important;
    }
    .article {
        width: 47.25%;
        margin: 0px 10px;
    }
    .article .article-img {
        height: 247px;
    }
    .article .content {
        padding: 15px;
        font-size: 13px;        
    }
    .article .content p {
        line-height: normal;
    }
    .article .content h2 {
        margin-bottom: 4px;
        font-size: 15px;
    }
    .article .content h3 {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .row {
        margin-bottom: 15px;
    }
    .c-btn {
        width: 100px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    
}