﻿@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 */
.responsive {
  width: 100%;
}
.news-detail-wrapper {
  margin-top: 110px;
}
.news-detail-wrapper .news-detail-header {
  min-height: 490px;
  background-image: url('/Content/Images/News/news-header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}
.news-detail-wrapper .news-detail-header.header-Blog {
  background-image: url(/Content/Images/Backgroungs/bg08.jpg);
}
.news-detail-wrapper .news-detail-header.header-News {
  background-image: url('/Content/Images/News/news-header-bg.jpg');
}
.news-detail-wrapper .news-detail-header .news-container {
  padding-top: 80px;
}
.news-detail-wrapper .news-detail-header h1 {
  text-transform: uppercase;
  margin: 20px 0 40px 0;
}
.news-detail-wrapper .news-detail-header hr {
  border-width: 2px;
  width: 270px;
}
.news-detail-wrapper .news-detail-header .share-in {
  display: block;
  width: 60%;
  margin: auto;
  margin-top: 8px;
}
.news-detail-wrapper .news-detail-header .share-in img {
  width: 35px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}
.news-detail-wrapper .news-detail-header p {
  font-size: 1.43em;
  margin-top: 30px;
}
.news-detail-wrapper .news-container {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
}
.news-detail-wrapper .news-container p img {
  max-width: 100%;
}
.news-detail-wrapper .news-container img {
  max-width: 100%;
}
.news-detail-wrapper .news-detail-body {
  font-family: 'segoeUI';
}
.news-detail-wrapper .news-detail-body p,
.news-detail-wrapper .news-detail-body img,
.news-detail-wrapper .news-detail-body blockquote {
  margin-bottom: 30px;
}
.news-detail-wrapper .news-detail-body blockquote {
  font-family: 'segoeUI_L';
  font-size: 1.7em;
  padding: 0 30px 10px 100px;
  border-left: 0;
  background-image: url('/Content/Images/quote-icon.png');
  background-repeat: no-repeat;
  background-position: 30px 8px;
}
.news-detail-wrapper .social-wrapper {
  background-color: #3b9ac6;
}
/*# sourceMappingURL=news-detail.css.map */