/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.03.28., 5:57:42
    Author     : nagy
*/

.more-more-news{}
.more-more-news > p{
    font-family: roboto-normal;
    color: #3e454d;
    padding: 25px 20px;
    background-color: #e3e4e6;
    font-size: 18px;
    line-height: 24px;
}

.more-more-news .news-head{
    width: 100%;
    display: table;
    background-color: #3e454d;
    color: white;
}
.more-more-news .news-head > div{
    display: table-cell;
    width: 50%;
    padding: 20px;
    position: relative;
}
.more-more-news .news-head img{    
    width: 100%;
}
.more-more-news .news_content img, .more-more-news .news_content div{ 
    max-width: 1000px !important;
}

.more-more-news .news-head h2{
    font-size: 39px;
}
.more-more-news .news-head .news-data{
    width: 95%;
    display: grid;
    height: 100%;
    /*width: 90%;
    display: table;
    left: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;*/
}
.more-more-news .news-head .news-data div > div {
    display: table-cell;
    vertical-align: bottom;
}
/*
.more-more-news .news-head .news-data div > div :last-child{
    width: 40%;
}*/

.more-more-news .news-head .news-data button{    
    display: block;
    border: 0px;
    background-color: white;
    color: #3e454d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    line-height: 21px;
}



@media only screen and (max-width: 649px) 
{       
    .more-more-news .news-head > div {
        display: block;
        width: 90%;
    }
    .more-more-news .news-head > div:last-child {
        padding-top: 0px;
    }
    
    
    
    
    .more-more-news .news-head .news-data {
        width: 100%;
        right: 0px;
        position: static;
    }
    .more-more-news .news-head .news-data > div:last-child {
        width: 30%;
    }
}