﻿@import "../../../../Content/fonts.css";
/*#region General Styles */
/*#endregion */
/*#region General Styles */
/*@titleSectionColor: #fefefe;
@descriptionSectionColorBGA: #2d3036;
@descriptionProjectTextColor: #808080;*/
/*#endregion */
/*#region name */
/*@bgProjects: #e5e5e5;*/
/*#endregion */
/* Font sizes */
/*~18px*/
/*~24px*/
/*~12px*/
/*~8px*/
/*~20px*/
/*~30px*/
/*~30px inside a ~20px tag*/
/*~50px*/
/* Colors */
/* Font colors */
/* Measures */
/* Box Shadows */
#news {
  width: 100%;
  margin-top: 0;
}
#news .bg {
  width: 100%;
  background-image: url(/Content/Images/Backgroungs/bg05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  background-attachment: fixed;
}
#news .bg .description-wrapper {
  width: 100%;
  text-align: center;
  color: #cecbcb;
}
#news .bg .description-wrapper .description {
  width: 50%;
  margin: 0 auto;
  padding: 85px 0 0;
  padding-bottom: 30px;
}
#news .bg .description-wrapper .description h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#news .bg .description-wrapper .description h2 span {
  font-family: 'segoeUI_SB';
  font-size: 30px;
}
#news .bg .description-wrapper .description h3 {
  font-size: 14px;
}
#news .bg .description-wrapper .description .separator {
  width: 250px;
  margin: 5px auto;
  height: 1px;
  display: block;
  border: 1px solid #cecbcb;
}
#news .bg .description-wrapper .description p {
  margin-top: 20px;
  font-family: 'segoeUI_L';
  font-size: 20px;
}
#news .bg .description-wrapper .description p span {
  font-size: 16px;
}
#news .bg .news-grid {
  background-color: white;
}
#news .bg .news-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#news .bg .news-grid ul li {
  width: 25%;
  height: 370px;
  float: left;
  color: #444444;
  text-align: left;
  font-size: 12px;
  background-color: white;
}
#news .bg .news-grid ul li .news-wrapper {
  height: 100%;
  cursor: pointer;
}
#news .bg .news-grid ul li .news-wrapper .news-image {
  width: 100%;
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#news .bg .news-grid ul li .news-wrapper .news-body {
  height: 50%;
  padding: 20px 20px 0;
  font-family: 'segoeUI_SB';
}
#news .bg .news-grid ul li .news-wrapper .news-body .news-title {
  display: block;
  max-height: 48px;
  font-size: 16px;
  overflow: hidden;
  text-transform: uppercase;
}
#news .bg .news-grid ul li .news-wrapper .news-body .news-description {
  max-height: 71px;
  margin-top: 5px;
  overflow: hidden;
}
#news .bg .news-grid ul li .news-wrapper .news-body .read-more {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  text-align: right;
  display: block;
  padding-bottom: 10px;
  cursor: pointer;
}
#news .bg .news-grid ul li .news-wrapper:hover {
  background-color: #3b9ac6  !important;
  color: white;
}
#news .bg .news-grid ul li .news-wrapper:hover a {
  color: white;
}
#news .bg .news-grid ul li .news-wrapper:hover .news-image {
  opacity: .6;
}
#news .bg .scroll {
  margin: 80px auto 0 auto;
}
.ngdialog.ngdialog-theme-plain .ngdialog-close:before {
  font-size: 35px;
  right: 10px;
  top: 10px;
}
.news-detail {
  width: 100%;
  text-align: center;
  height: 100%;
}
.news-detail .overview {
  background-color: #3b9ac6;
  color: white;
  height: 100%;
  padding: 5% 5% 1%;
}
.news-detail .overview span {
  font-size: 0.85em;
}
.news-detail .overview h2 {
  font-size: 1.42em;
  font-family: 'segoeUI_L';
  text-transform: uppercase;
}
.news-detail .overview h2 a {
  text-decoration: none;
  color: white;
}
.news-detail .overview h2 span {
  font-family: 'segoeUI_SB';
  font-size: 1.42em;
}
.news-detail .overview .separator {
  width: 250px;
  margin: 5px auto;
  height: 1px;
  display: block;
  border-bottom: 1px solid white;
}
.news-detail .overview .news-content {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  margin-top: 30px;
  overflow: hidden;
  height: calc(100% - 160px);
  overflow-y: auto;
}
.news-detail .overview p {
  margin-top: 10px;
  font-family: 'segoeUI_L';
  font-size: 0.95em;
  line-height: 1.50em;
  text-align: justify;
}
.news-detail .overview p:first-child {
  margin-top: 0;
}
.news-detail .overview img {
  width: 100%;
}
.news-detail .overview .news-footer {
  width: 190px;
  height: 14px;
  margin: 40px auto 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../../../Content/Images/separator.png');
}
.news-detail .news-detail-image {
  height: 100%;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .news-detail .overview {
    padding: 30px;
  }
}
@media (max-width: 780px) {
  #news .bg .news-grid ul li {
    width: 50%;
  }
  #news .bg .news-grid ul li .news-image {
    background-position: center;
  }
}
@media (max-width: 520px) {
  #news .bg .description-wrapper .description {
    width: 80%;
    padding: 55px 0 0;
    padding-bottom: 55px;
  }
  #news .bg .description-wrapper .description .separator {
    width: 140px;
  }
  #news .bg .description-wrapper .description p {
    font-size: 1.2em;
  }
  .news-detail .overview .news-content {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  .news-detail .news-detail-image {
    display: none;
  }
}
/*# sourceMappingURL=news.css.map */