/****************************
-- Hero Main --
****************************/
.news_main {
  background-color: #f5f5f5;
}

.news_main .container {
  max-width: none;
}

@media screen and (min-width: 768px) {
  .news_main {
    background-color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .news_main {
    padding-top: 40px;
  }
}

/****************************
-- Video Gallery --
****************************/
.video_gallery {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .video_gallery {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .video_gallery {
    float: left;
    padding-right: 30px;
    width: 66.66%;
  }
}

@media screen and (min-width: 1280px) {
  .video_gallery {
    width: 73%;
  }
}

/*++++++++++++++++++
Top
++++++++++++++++++*/
.video_gallery_top {
  margin: 0 auto;
  max-width: 680px;
  padding: 35px 0 20px;
  text-align: center;
}

.video_gallery_top p {
  color: #6b6b6b;
}

.video_gallery_top h2 + p {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .video_gallery_top {
    padding: 40px 0 30px;
  }

  .video_gallery_top h2 + p {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .video_gallery_top {
    padding-top: 15px;
  }
}

/*++++++++++++++++++
Tabs
++++++++++++++++++*/
.video_gallery_tabs_nav {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.video_gallery_tabs_nav_mobile {
  margin: 0 auto;
  max-width: 280px;
  position: relative;
  z-index: 3;
  width: 100%;
}

.video_gallery_tabs_nav_mobile_cta {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 21px;
  color: #06a84e;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  line-height: 14px;
  overflow: hidden;
  padding: 13px 30px 13px 16px;
  position: relative;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.video_gallery_tabs_nav_mobile_cta:after {
  content: '\f107';
  font-family: arloicons;
  font-size: 16px;
  line-height: 42px;
  position: absolute;
  right: 20px;
  top: 0;
}

.video_gallery_tabs_nav_mobile_cta.active:after{
  content: '\f106';
}

.video_gallery_tabs_nav_mobile_select {
  border: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.video_gallery_tabs_panel_bottom {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .video_gallery_tabs_nav_mobile {
    display: none;
  }

  .video_gallery_tabs_nav {
    display: block;
    text-align: center;
  }

  .video_gallery_tabs_nav .tab {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    color: #b2b2b2;
    margin: 0 10px;
    opacity: 0.8;

    -webkit-transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;
  }

  .video_gallery_tabs_nav .tab:hover {
    color: #6b6b6b;
    opacity: 1;
  }

  .video_gallery_tabs_nav .tab.active {
    background-color: #fff;
    border-color: #06a84e;
    color: #06a84e;
    opacity: 1;
  }

  .video_gallery_tabs_panel_bottom {
    margin-top: 30px;
  }
}

/*++++++++++++++++++
Grid
++++++++++++++++++*/
.video_gallery_item {
  margin: 20px 0 0;
  width: 100%;
  display: none;
}

.video_gallery_item.active{
  display: inline-block;
}

.video_gallery_item_screen {
  display: block;
  overflow: hidden;
  position: relative;
}

.video_gallery_item_new {
  background-color: #06a84e;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 100px;
  line-height: 14px;
  padding: 63px 50px 0 6px;
  position: absolute;
  right: -50px;
  text-align: center;
  text-transform: uppercase;
  top: -50px;
  width: 100px;
  z-index: 1;
}

.video_gallery_item_screen img {
  width: 100%;
}

.video_gallery_item_caption {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  min-height: 105px;
  padding: 25px 20px;
  text-align: center;
}

.video_gallery_item_caption h3 {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_gallery_item_caption p {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 480px) {
  .video_gallery_grid {
    margin: 0 -10px;
  }

  .video_gallery_item {
    padding: 0 10px;
    vertical-align: top;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .video_gallery_grid {
    margin: 0 -15px;
  }

  .video_gallery_item {
    margin-top: 30px;
    padding: 0 15px;
    width: 33.33%;
  }

  .video_gallery_item_caption {
    min-height: 125px;
  }

  .video_gallery_item_caption h3 {
    font-size: 17px;
    line-height: 23px;
    white-space: normal;
  }

  .video_gallery_item_caption p {
    font-size: 15px;
    line-height: 23px;
    white-space: normal;
  }
}

@media screen and (min-width: 1024px) {
  .video_gallery_item {
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .video_gallery_item {
    width: 33.33%;
  }
}

/****************************
-- Latest News --
****************************/
.latest_news {
  background-color: #fff;
  margin: 0 -20px;
  padding: 30px 20px 20px
}

.latest_news h2 {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.latest_news_article {
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 0;
}

.latest_news_article:last-child {
  border: none;
}

.latest_news_article_content {
  overflow: hidden;
}

.latest_news_article_image {
  float: right;
  height: 72px;
  margin-left: 30px;
  width: 72px;
}

.latest_news_article h3 {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}

.latest_news_article_type {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .latest_news {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    margin: 0 0 40px;
    padding: 25px 30px 10px;
  }

  .latest_news_article_image {
    height: 90px;
    width: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .latest_news {
    float: left;
    width: 33.33%;
  }
}

@media screen and (min-width: 1280px) {
  .latest_news {
    width: 27%;
  }
}

/****************************
-- News Boxes --
****************************/
.news_boxes {
  background-color: #f5f5f5;
  padding: 0 0 40px;
}

.news_boxes + .news_boxes {
  border-top: 1px solid #ccc;
}

.news_boxes .news_boxes_wrap {
  margin: 0 -30px;
  text-align: center;
}

.news_boxes_box {
  margin-top: 40px;
  padding: 0 30px;
  vertical-align: top;
}

@media screen and (min-width: 1280px) {
  .news_boxes {
    padding-bottom: 60px;
  }

  .news_boxes .container {
    max-width: none;
  }

  .news_boxes_box {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1360px) {
  .news_boxes_box.biggap {
    border-left: 1px solid #e1e1e1;
    margin-left: 40px;
    padding-left: 69px;
  }
}

/****************************
-- News Rounded --
****************************/
.news_rounded {
  max-width: 575px;
  width: 100%;
}

.news_rounded_inner {
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

.news_rounded_hero {
  background-position: center center;
  background-size: cover;
  height: 92px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.news_rounded_hero:after {
  background-color: #fff;
  border-radius: 50%;
  bottom: -30px;
  content: '';
  height: 40px;
  left: -10%;
  position: absolute;
  width: 120%;
}

.news_rounded_content {
  background-color: #fff;
  padding: 12px 20px 25px;
}

.news_rounded_content_wrap {
  margin: 0 auto;
  max-width: 380px;
  padding-bottom: 64px;
  position: relative;
}

.news_rounded_content h2 {
  font-size: 18px;
  line-height: 28px;
}

.news_rounded_content p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 21px;
}

.news_rounded_content h2 ~ p {
  margin-top: 6px;
}

.news_rounded_content_bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.news_boxes_box.news_signal .news_rounded_content_bottom{
  position: relative;
}

@media screen and (min-width: 768px) {
  .news_rounded_hero {
    height: 170px;
  }

  .news_rounded_hero:after {
    bottom: -60px;
    height: 80px;
  }

  .news_rounded_content {
    padding-bottom: 40px;
  }

  .news_rounded_content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .news_rounded_content h2 ~ p {
    margin-top: 10px;
  }

  .news_rounded_content_wrap {
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 1024px) {
  .news_rounded_content {
    height: 295px;
  }

  .news_rounded_content_wrap {
    height: 100%;
  }

  .news_rounded_content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .news_rounded_content p {
    font-size: 15px;
    line-height: 25px;
  }

  .news_rounded_content h2 ~ p {
    margin-top: 15px;
  }
}

@media screen and (min-width:1360px) {
  .news_rounded.biggap {
    max-width: 615px;
  }
}

/****************************
-- News Signal --
****************************/
.news_signal {
  max-width: 575px;
  width: 100%;
}

.news_signal_inner {
  background-color: #06a84e;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.news_signal_bg {
  background-image: url('../images/signal_bottom_left.svg');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%;
  z-index: 0;
}

.news_signal_content {
  padding: 20px 20px 25px;
  position: relative;
  z-index: 1;
}

.news_signal_content_wrap {
  margin: 0 auto;
  max-width: 380px;
  padding-bottom: 10px;
}

.news_signal_content h2 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.news_signal_content p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.news_signal_content h2 ~ p {
  margin-top: 6px;
}

.news_signal_content .btn {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .news_signal_content {
    padding-bottom: 40px;
    padding-top: 35px;
  }

  .news_signal_content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .news_signal_content h2 ~ p {
    margin-top: 10px;
  }

  .news_signal_content .btn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .news_signal_inner {
    height: 465px;
  }

  .news_signal_content {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;

    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .news_signal_content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .news_signal_content p {
    font-size: 15px;
    line-height: 25px;
  }

  .news_signal_content h2 ~ p {
    margin-top: 15px;
  }
}

@media screen and (min-width:1360px) {
  .news_signal.biggap {
    max-width: 615px;
  }
}

/****************************
-- News Facebook --
****************************/
.news_facebook {
  max-width: 685px;
  width: 100%;
}

.news_facebook_inner_top {
  text-align: center;
}

.news_facebook_inner_top h2 {
  font-size: 18px;
  line-height: 28px;
}

.news_facebook_inner_top .news_facebook_user {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 8px;
}

.news_facebook_feed_box {
  background-color: #fff;
  border-radius: 6px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  text-align: left;

  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.news_facebook_feed_box:hover {
  box-shadow: 0 0 6px 0px rgba(0,0,0,0.25);
}

.news_facebook_feed_box_content {
  overflow: hidden;
  padding: 12px 15px;
}

.news_facebook_feed_box_image {
  display: none;
}

.news_facebook_feed_box p {
  color: #6b6b6b;
}

.news_facebook_feed_box p .link {
  color: #06a84e;
}

@media screen and (min-width:768px) {
  .news_facebook_inner_top {
    padding-bottom: 6px;
  }

  .news_facebook_inner_top h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .news_facebook_feed_box {
    height: 115px;
  }

  .news_facebook_feed_box_content {
    padding: 20px 25px;
  }

  .news_facebook_feed_box p {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 25px;
  }

  .news_facebook_feed_box_image {
    background-position: center center;
    background-size: cover;
    display: block;
    float: right;
    height: 100%;
    overflow: hidden;
    width: 135px;
  }
}

@media screen and (min-width:1360px) {
  .news_facebook.biggap {
    max-width: 725px;
  }
}


.load_more.loading {
  -webkit-animation: loadingMore 0.7s infinite;
  -moz-animation: loadingMore 0.7s infinite;
  -o-animation: loadingMore 0.7s infinite;
  animation: loadingMore 0.7s infinite;
}


@-webkit-@keyframes loadingMore {
  0%, 100%   { opacity: 0.5;}
  50%  { opacity: 1; }
}

@-moz-@keyframes loadingMore {
  0%, 100%   { opacity: 0.5;}
  50%  { opacity: 1; }
}

@-o-@keyframes loadingMore {
  0%, 100%   { opacity: 0.5;}
  50%  { opacity: 1; }
}

@keyframes loadingMore {
  0%, 100%   { opacity: 0.5;}
  50%  { opacity: 1; }
}

.noMoreData{
  display: none;
}
