﻿@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 */
#blog {
  width: 100%;
  margin-top: 0;
}
#blog .bg {
  width: 100%;
  background-image: url(/Content/Images/Backgroungs/bg08.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  background-attachment: fixed;
}
#blog .description-wrapper .description {
  width: 50%;
  margin: 0 auto;
  padding: 85px 0 0;
  padding-bottom: 30px;
}
#blog .description-wrapper .description p {
  font-size: 20px;
  margin-top: 20px;
}
#blog .blog-news-grid {
  background-color: white;
}
#blog .blog-news-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#blog .blog-news-grid ul li {
  background-color: white;
  width: 25%;
  height: 370px;
  float: left;
  color: #444444;
  text-align: left;
  font-size: 12px;
}
#blog .blog-news-grid ul li .blog-news-wrapper {
  height: 100%;
  cursor: pointer;
}
#blog .blog-news-grid ul li .blog-news-wrapper .blog-news-image {
  width: 100%;
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#blog .blog-news-grid ul li .blog-news-wrapper .blog-news-body {
  height: 50%;
  padding: 20px 20px 0;
  font-family: 'segoeUI_SB';
}
#blog .blog-news-grid ul li .blog-news-wrapper .blog-news-body .blog-news-title {
  display: block;
  max-height: 48px;
  font-size: 16px;
  overflow: hidden;
  text-transform: uppercase;
}
#blog .blog-news-grid ul li .blog-news-wrapper .blog-news-body .blog-news-description {
  max-height: 71px;
  margin-top: 5px;
  overflow: hidden;
}
#blog .blog-news-grid ul li .blog-news-wrapper .blog-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;
}
#blog .blog-news-grid ul li .blog-news-wrapper:hover {
  background-color: #3b9ac6;
  color: white;
}
#blog .blog-news-grid ul li .blog-news-wrapper:hover a {
  color: white;
}
#blog .blog-news-grid ul li .blog-news-wrapper:hover .blog-news-image {
  opacity: .6;
}
@media (max-width: 780px) {
  #blog {
    height: auto !important;
  }
  #blog .bg .blog-news-grid ul li {
    width: 50%;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
  }
  #blog .bg .blog-news-grid ul li .blog-news-image {
    background-position: center;
  }
}
/*# sourceMappingURL=blog.css.map */