﻿/*** Global ***/
/*** Global ***/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
}

@-moz-keyframes MOVE-BG {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 122%;
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 122%;
  }
}

@keyframes MOVE-BG {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 122%;
  }
}

@keyframes MOVE-IMG {
  from {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes MOVE-IMG-RT {
  from {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

/*** Global ***/
.newsWrapper {
  width: 100%;
  height: 100%;
  background: #eee;
  position: relative;
}

.newsWrapper .section .container > .row > div {
  padding: .2em;
}

.newsWrapper .section .container > .row > div .card {
  box-shadow: none;
  border: 0.1rem solid #eee;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
}

.newsWrapper .section .container > .row > div .card .card-image {
  width: 100%;
  overflow: hidden;
  height: 20rem;
}

.newsWrapper .section .container > .row > div .card .card-image img {
  width: 100%;
}

.newsWrapper .section .container > .row > div .card .card-content {
  background: #fff;
  color: #394454;
  padding: .3rem;
  height: 6rem;
  overflow: hidden;
}

.newsWrapper .section .container > .row > div .card .card-content p {
  position: relative;
  height: 100%;
}

.newsWrapper .section .container > .row > div .card .card-content p span {
  text-transform: none;
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
  line-height: 1rem;
  font-style: italic;
  letter-spacing: .08rem;
  margin-bottom: .2rem;
}

.newsWrapper .section .container > .row > div .card .card-content p span.card-subTtl {
  font-weight: 700;
  color: #394454;
  border: 0.1rem solid #394454;
  background: none;
  display: block;
  padding: .5rem;
  font-style: normal;
  font-size: .7rem;
  position: absolute;
  bottom: 0;
  text-transform: none;
  border-radius: .2rem;
  min-width: 5rem;
}

.newsWrapper .section .container > .row > div .card .card-content p span.card-subTtl:hover {
  border: 0.1rem solid #394454;
  background: #394454;
  color: #ffffff;
  cursor: pointer;
}

.newsWrapper .section .container ._newsDetailsSection {
  display: none;
  background: #ffffff;
  position: relative;
}

.newsWrapper .section .container ._newsDetailsSection .btn-floating.btn-large {
  position: absolute;
  right: 0;
}

.newsWrapper .section .container ._newsDetailsSection .newsHeader {
  position: relative;
}

.newsWrapper .section .container ._newsDetailsSection .newsHeader .centerHeader {
  font-size: 2em;
  padding: .5em;
  background: #ffffff;
  text-align: center;
  border: .06em solid #ccc;
  border-top-width: .5em;
  text-transform: uppercase;
}

.newsWrapper .section .container ._newsDetailsSection .newsHeader .closePress {
  position: fixed;
  right: 8em;
  top: 11em;
}

@media only screen and (max-width: 600px) {
  .newsWrapper .section .container ._newsDetailsSection .newsHeader .closePress {
    right: 1em;
  }
}

.newsWrapper .section .container ._newsDetailsSection .contentSection {
  background: #ffffff;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .imgHolder {
  padding: .5em;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .imgHolder img {
  display: inline-block;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .imgHolder img {
  display: inline-block;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .headerBig h4 {
  color: #ED7228;
  padding: .5em;
  margin: 0;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .headerBig h6 {
  padding: 0.5em 2em;
  border: .1em dashed #c3c3c3;
  background: #f5f5f5;
  font-style: italic;
  color: #848484;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .headerMedium {
  color: #607D8B;
  font-weight: 500;
  font-size: 1.3em;
  padding: .5em;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder img {
  float: left;
  margin: 1em;
  margin-left: 0;
  max-width: 60%;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .secMap {
  width: 40em;
  height: 20em;
  float: left;
  margin: 1em 1em 1em 0;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .contentSec {
  padding: 0 2em 2em 2em;
}

@media only screen and (max-width: 600px) {
  .newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .contentSec .imageSlider {
    display: none;
  }
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .contentSec .imageSlider.slider {
  width: 40%;
  float: right;
  margin-right: 1em;
}

.newsWrapper .section .container ._newsDetailsSection .contentSection .content .contentHolder .contentSec .imageSlider.slider ul li img {
  float: none;
  margin: 0;
  max-width: 100%;
}

/*# sourceMappingURL=news.css.map */