/* news page */		
.newswrapper {
    background-image: url('../images/News/news.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(720px - 82px);
     position: relative; 
}
.news-list {
    margin: 0;
    padding: 0;
    width: 602px;
    margin-left: 40px;
}		
.news-list li {
    list-style: none;
    line-height: 1.7em;
    margin-bottom: 60px;
    margin-top:0;
    padding-bottom: 16px;
    border-bottom: 4px solid #f3f3f3;
}		
.post-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    width: 100%;
    /* height: 100%; */
    padding-top: 56.25%;
    padding-bottom: 35px;
}
.newswrapper h2 {
    margin-top: 150px;
}
.post-image:after {
    content: "";
    background-image: url(../images/News/news-shad.png);
    position:  absolute;
    bottom: 14px;
    width: 100%;
    height: 100%;
    background-repeat:  no-repeat;
    background-position: bottom;
    z-index: -1;
}
.blurp{
    width: 100%;
    height: 350px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(30px);
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}
.news-list .post-text {
    padding-left: 80px;
}		
.news-list .date-box {
    position: absolute;
    text-shadow: none;
    font-size: 14px;
/*    font-weight: bold;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.1px;
    text-align: center;
    color: #000000;
    background-color: #faa74a;
    font-family: latobold;
    width: 54px;
    height: 54px;
}		
.news-list .date-box .day {
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.2px;
}		
.news-list .date-box .day, .news-list .date-box .month, .news-list .date-box .year {
}

.news-list .date-box .month {
}

.news-list .date-box .year {
    line-height: 1;
}

.news-list .date-box .month {
    font-size: 11px;
}	

.news-list .date-box .year {
}

.news-list .btn-more {
    text-transform: uppercase;
    float: right;
}		
.news-list .btn-more {
    background-color: #f3f3f3;
    border: solid 1px #ebebeb;
    padding: 6px 12px;
    text-decoration: none;
    font-family: latoregular;
    font-size: 15.5px;
/*    font-weight: normal;*/
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000;
}		
.news-list h3 {margin-top: 0px;text-transform: uppercase;}		
.news-list h3 a {
    text-decoration: none;
    font-family: latoblack;
    font-size: 18px;
/*    font-weight: 900;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.1px;
    text-align: left;
    color: #faa74a;
}		
.news-list li p {
    margin-top: 30px;
    font-family: latolight;
    margin-bottom: 20px;
    font-size: 18px;
/*    font-weight: 300;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fefefe;
}		
.news-list li p a {
    color: #faa74a;
    text-decoration: none;
}		
.news-list .btn-more:hover{		
    background:#000;		
    color: #fff;		
}		
.de_light .news-list .btn-more:hover{		
    background:#222;		
    color:#fff;		
}		
.newstitle h1{		
    letter-spacing: 0.02em;		
    line-height: 40px;		
    text-transform: uppercase;		
    word-spacing: 0.15em;		
    color: #1e1e1e;		
    font-family: Dosissemibold;		
    font-size: 28px;		
    letter-spacing: 0.8px;		
}		
.bgrm a{		
    font-weight: bold;		
    text-decoration: none;		
    color: #000;		
    background-color: #eca34b!important;		
    margin: 10px 0px		
}		
.bgrm a:hover{		
    background-color: #ccc!important;		
    background-color: #eca34b!important;		
}		
.day{
}		
.newsborder li{		
    border: none;		
}		
.hquotes p{
    /* padding: 20px 0px; */
    /* background-color: #f9f5f5; */
    /* border: 1px solid #cacaca; */
    /* font-weight: 700; */
    /* line-height: 20px; */
    /* margin: 10px 30px; */
}
.nwrecentpost{
    margin-bottom: 30px;
    padding-bottom: 35px;
    /* border-bottom: solid 1px #dfdfdf; */
    position:relative;
}
.nwrecentpost:after {
    content:"";
    position:absolute;
    width:75%;
    border-bottom: solid 1px #dfdfdf;
    bottom:0px;
    left:0px;
}
.nwrecentpost h4{
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: latoblack;
    font-size: 18px;
/*    font-weight: 900;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: left;
    color: #faa74a;
    margin-bottom: 0px;
}
.nwrecentpost ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nwrecentpost ul li a{
    font-family: latolight;
    font-size: 14px;
/*    font-weight: 300;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.1px;
    text-align: left;
    color: #e2e2e2;
}
.nwrecentpost ul li{
    margin-bottom: 20px;
    margin-left: 0px;
    width: 100%;
}
.nwaboutus{
    margin-bottom: 30px;
    padding-bottom: 35px;
/*     border-bottom: solid 1px #dfdfdf; */
position:relative;
}
.nwaboutus:after {
    content:"";
    position:absolute;
    width:75%;
    border-bottom: solid 1px #dfdfdf;
    bottom:0px;
    left:0px;
}
.nwaboutus h4{
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: latoblack;
    font-size: 18px;
/*    font-weight: 900;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: left;
    color: #faa74a;
    margin-bottom: 0px;
}
.nwaboutus p{
    text-align: left;
    font-family: latolight;
    margin-bottom: 20px;
    font-size: 14px;
/*    font-weight: 300;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.1px;
    text-align: left;
    color: #e2e2e2;
}
.nwtags{
    margin-bottom: 60px;
    padding-bottom: 60px;
    /* border-bottom: solid 1px #dfdfdf; */
}
.nwtags h4{
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: latoblack;
    font-size: 18px;
/*    font-weight: 900;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #faa74a;
}
.nwtags ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nwtags ul li{
    text-shadow: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.nwtags ul li a{
    text-decoration: none;
    margin-bottom: 5px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 3px 10px 3px 10px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    font-family: latolight;
    display: block;
    font-size: 14px;
/*    font-weight: 300;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: 0.1px;
    text-align: left;
    color: #3a3a3a;
}
.nwtags ul li a:hover{
    background: #000;
    color: #fff;
}
.small-border{
    height: 3px;
    width: 36px;
    background-color: #eca34b;
    margin: 0px 0 20px 0;
    display: block;
}

.bgnewscontent {
    background-image: url('../images/News/newsbg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #faa74a;
    border-top: 2px solid #faa74a;
}

.newswrapper  .overlay {
    z-index: 1;
    overflow: hidden;
}
.newsBody {
    overflow-x:hidden;
}