/*.news-section {*/
  /*padding-top: 90px;*/
  /*padding-bottom: 90px;*/
  /*background: #f5f5f5;*/
/*}*/
.mediaWrapper { height: 300px; }

.news-section .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 60px;
}
.news-section .section-title span {
  display: block;
}
.news-section .section-title .script {
  color: #b98d36;
  display: block;
  font-size: 26px;
}
.news-section .section-title .title-border {
  background: url('../images/title-border.png') no-repeat center top;
  height: 20px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-section .news-wrapper .item {
  /*margin-bottom: 30px;*/
  /*background: #fff;*/
  /*padding: 30px;*/
  padding-left: 85px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.news-section .news-wrapper .facebook {
    background: lightyellow;
    /*display: table;*/
    /*margin: auto;*/
}
.news-section .news-wrapper .tweeter {
    background: aliceblue;
}

.news-section .news-wrapper .item .title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.news-section .news-wrapper .item .meta {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.news-section .news-wrapper .excerpt {
  margin-bottom: 5px;
}
.news-section .news-wrapper .date-badge {
  position: absolute;
  left: -10px;
  top: 30px;
  width: 60px;
  background: #b98d36;
  color: #fff;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.news-section .news-wrapper .date-badge span {
  display: block;
  line-height: 1.2;
}
.news-section .news-wrapper .date-badge .month {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.news-section .news-wrapper .date-badge .date {
  font-size: 20px;
}
.news-section .news-wrapper .date-badge:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #6a511f;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.news-section .news-wrapper .date-badge:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 10px;
  bottom: -20px;
  width: 50px;
  height: 20px;
}
.news-section .news-wrapper .facebook:after {
    background: lightyellow;
}
.news-section .news-wrapper .tweeter:after {
    background: aliceblue;
}
.news-section .instagram-wrapper .title {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
}
.news-section .instagram-wrapper .instafeed {
  display: inline-block;
  overflow: hidden;
}
.news-section .instagram-wrapper .item {
  width: 80px;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.news-section .instagram-wrapper .item:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
    .news-section .news-wrapper .date-badge { display: none; }
    .news-section .news-wrapper .item { padding-left: 0; }
    .mediaWrapper { height: auto; }
    iframe { width: 100%; height: 100%; }
}

/*.facebook-responsive {*/
    /*overflow:hidden;*/
    /*padding-bottom:100%;*/
    /*position:relative;*/
    /*height:0;*/
/*}*/

/*.facebook-responsive iframe {*/
    /*left:0;*/
    /*top:0;*/
    /*height:100%;*/
    /*width:100%;*/
    /*position:absolute;*/
/*}*/

.item_title {
    display: table;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255)
}

.item_title > div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: rgb(0, 0, 0);
}

.thumb {
    display: block;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.thumb:hover {
    cursor: default
}

iframe.img-item {
    border: none;
    overflow: hidden;
}

.postRow {
    margin-left: 0;
    clear: both;
}

.ajaxWrapper {
    text-align: center;
    margin: 10px;
    display: none;
}

.meta {
    font-weight: bold;
}
.meta, .excerpt {
    margin-right: 15px;
}

.excerpt img {
    display: inline;
}