.node-type-page .field.field-name-body {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 15px;
}
span.youtube-container--responsive {
    display: block;
    width: 100%;
}
.page-header {
    color: #686868;
}

.node-border {
    border-bottom: 1px solid #e2e2e3;
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: 100%;
    float:left;
    position: relative;
}
.node-border h2 {
    margin-top: 0;
}
.front-views-row {
    padding-bottom: 35px;
}
.video_date_publish {
    margin-bottom: 10px;
}

/***********video page*************/
.page--video_block {
    margin-top: 15px;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
}
.page__video-thumb {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 20px 0 0;
    height: 1px;
    padding-bottom: 16%;
}
.playing {
    position: absolute;
    top: 0;
    background: #98050c;
    color: white;
    padding: 2px 25px;
    font-weight: bold;
    font-size: 12px;
}
.field-name-field-related-video {
    padding: 7px 0;
}
.type {
    text-transform: uppercase;
    font-weight: bolder;
    color: #98050c;
    letter-spacing: .1em;
    margin-bottom: 5px;
    font-size: 11px;
}
/**************Photo*************/
.photo-teaser {
    position: relative;
}
.page-photo .photo-teaser .field-item {
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    position: relative;
}
.more_image {
    position: absolute;
    bottom: 5px;
    color: white;
    font-size: 2.5em;
    right: 7%;
}
.more_image p{
    color: white !important;  
}
p.view_all {
    cursor: pointer;
    font-weight: bolder;
    position: absolute;
    right: 0;
}
.image_caption {
    margin: 10px 0;
    width: 100%;
    clear: both;
    display: block;
}
.photo_default .field-item, .photo-teaser_member .field-item  {
    display: inline-block;
    float: left;
    margin-right: .5%;
    margin-bottom: .5%;
    margin-left: .5%;
    margin-top: .5%;
    position: relative;
    width: 32%;
}
.photo_default .field-item img, .photo-teaser_member .field-item img{
    width: 100%;
}
.body {
    width: 100%;
    float: left;
}
/**************Teaser*************/
a.read_more {
    float: right;
    bottom: 5px;
    right: 5px;
    position: absolute;
}
a.read_more_page {
    float: right;
}