#NewsView
{
    margin: 0px;
    padding: 0px;
}

#NewsView .container-fluid, #NewsView .row
{
    margin: 0px;
    padding: 0px; 
}

#NewsView .NewsHeader
{
    height: 400px;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 0px;
    color: white;
    font-family: YesevaOne;
    font-size: 60px;
}

#NewsView .NewsInner
{
    max-width: 800px;
    margin: 70px;
}

#NewsView .title
{
    margin-top: 1px;
    font-size: 40px;
    color: #F77014;
    word-break: break-all;
}

#NewsView .date
{
    color: gray;
    text-align: right;
}

#NewsView .description
{
    margin-top: 40px;
}

#NewsView .author
{
    text-align: right;
    color: gray;
    margin-top: 60px;
    width: 100%;
}

#NewsView .BottomNews
{
    background-color: white;
    min-height: 100px;
    padding-bottom: 100px;
    padding-top: 100px;
}

#NewsView .BottomNews .maincontainer
{
    margin: 0px 10%; 
}

#NewsView .BottomNews .line
{
    border: 1px solid gray;
}

#NewsView .NewsBlockSmall
{
    color: white;
    background-size: cover;
    height: 250px;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    padding-bottom: 20px;
    margin-right: 20px;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
}

#NewsView .NewsBlockSmall:hover
{
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    filter: brightness(1.2);
}

#NewsView .NewsBlockSmall .title
{
    font-family: YesevaOne;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-bottom: 10px;
}

#NewsView .NewsBlockSmall .date
{
    font-size: 12px;
    color: white !important;
}

#NewsView .NewsBlockSmall .line
{
    border: 2px solid white;
    border-radius: 5px;
}

#NewsView .gallery
{
    padding-top: 60px;
}
