.npage {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
  display: table;
}

.pageContainer {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 35px;
    box-sizing: border-box;
}

.tm-main {
    width: 70%;
    position: static;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    line-height: 30px;
}
.box-left {
    padding-right: 35px;
    padding-top: 35px;
    margin-bottom: 0;
}

.box-right {
    width: 30%;
    margin: 0 0 24px;
    position: static;
    display: block;
    float: right;
    padding-left: 35px;
}

.content-right {
    background-color: #f5f5f4;
    margin-top: 50px;
    padding: 20px;
}

.box-right-header {
    text-transform: uppercase;
    color: #666666;
}

.box-right-content {
    padding: 0;
    list-style: none;
}

.ItemImage2 {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

.ImagePosition {
    width: 100px;
    height: 90px;
    background-size: cover;
    background-position: center;
}

.latest-text {
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: #4d4d4d;
}

.row {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.row:last-child {
    border-bottom: none;
}

.itemDate {
    font-size: 11px;
}

div.ItemView {
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 35px;
}

.ItemImage {
    height: 100%;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter:  blur(5px) brightness(0.9);
        -webkit-filter: blur(5px) brightness(0.9);
        -moz-filter: blur(5px) brightness(0.9);
        -o-filter: blur(5px) brightness(0.9);
        -ms-filter: blur(5px) brightness(0.9);
    margin: -5px -10px -10px -5px;
}

.ItemImageBlack {
    height: 100%;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.ItemDetails {
    position: relative;
    padding: 10px 40px 40px 10px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
}

.ItemTitle {
    margin: 0 0 15px;
    line-height: 30px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.ItemTitle a {
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    color: #b3b300;
    text-shadow: 1px 1px 2px black;
}

.ItemText {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 5px;
    color: #fff;
    background-color: rgba(12, 19, 31, 0.9);
    text-shadow: 10px 10px 15px white;
}

.ItemTextBlack {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 5px;
    color: #000;
}

.clr {
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
}

.float-left {
    max-width: 100%;
    float: left;
    position: relative;
    top: 10px;
}

.ReadMore {
    margin-top: 20px;
    background: #808000;
    transition: all 0.3s ease-in-out;
    padding: 8px 55px 8px 15px;
    text-align: left;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #808000;
    position: relative;
    overflow: hidden;
    color: white;
}

.readon::before {
    content: "";
    width: 55px;
    height: 100%;
    position: absolute;
    right: -13px;
    top: 0;
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
    background-color: rgba(0, 0, 0, 0.1);
}

.readon::after {
    font-family: FontAwesome;
    color: white;
    content: "\f178";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
