.hero {
    width: 100%;
    overflow:hidden;
    position:relative;
    min-height: 220px;
    height: 220px;
    background-color: transparent;
}

.hero .img-holder{
    -webkit-filter: grayscale(80%);
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    transform: scale(1.2,1.2);
    opacity: 0.5;
}

.hero img{
    width:100%;
    height:100%;
    -webkit-filter:grayscale(20%) brightness(110%);
    -moz-filter:grayscale(20%) brightness(110%);
    filter:grayscale(20%) brightness(110%);
}

.hero h1{
    margin-top: 160px;
    margin-bottom: 30px;
    text-transform: none;
    line-height: 37px;
    font-size: 25px;
    color: #424242;
    font-weight: bold;
}

.hero{
    font-family: Droid Sans,sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #424242;
    font-weight: 400;
    padding-bottom: 30px;
}

/*.news_header h1{*/
    /*color: #424242;*/
    /*!*color: #db2a24;*!*/
    /*!*text-align: center;*!*/
    /*text-transform: none;*/
    /*font-size: 35px;*/
    /*margin-top: 0;*/
    /*!*text-shadow: 1px 1px 2px #F4F3F0;*!*/
/*}*/

/*.news_header{*/
    /*position: relative;*/
    /*line-height: 37px;*/
    /*margin-top: 242px;*/
    /*margin-bottom: 30px;*/
/*}*/

#news{
    background: #f7f7f7 linear-gradient(135deg, #f7f7f7 75%, #eee 95%);
}

.news_header h1,
.news_header .see_all{
    display: inline-block;
}

.news_header .see_all{
    padding: 20px 0 20px 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.content__content{
    box-shadow: 0px 0px 40px 0px rgba(10, 8, 8, 0.03);
    background: #fff linear-gradient(90deg, #fcfcfc 55%, #f7f7f7 95%);
    padding: 15px;
    border-radius: 7px;
    margin: 20px 0;
}

.news__source{
    float: right;
}

.news__source .text-info{
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: Droid Sans,sans-serif;
}

.news__source .text-info:last-child{
    margin: 0;
}

.news_image{
    padding-right: 20px;
}

.fancybox-skin{
    background: transparent;
    border-radius: 20px;
}

.fancybox-outer{
    overflow: hidden;
}

.fancybox-title-float-wrap {
    margin-bottom: 10px;
}

.fancybox-title-float-wrap .child {
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 14px;
    color: rgb(90,90,90);
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 10px;
    background-color: rgba(255,255,255, 0.9);
    text-shadow: none;
    padding: 10px 10px;
    border-radius: 0;
}