@import url('https://fonts.googleapis.com/css?family=Barlow:700|Hind:400,700&display=swap');
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #4C4C4C;
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media (max-width: 850px) {
  * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.cb {
  clear: both;
}
.homePage {
  font-size: 0;
}
ul {
  list-style: none;
}
body.home .header {
  margin-bottom: 40px;
}
body.home .header .lower {
  box-shadow: 0px 5px 20px 10px #F4F4F4;
}
@media (max-width: 850px) {
  body.home .header {
    margin-bottom: 0;
  }
}
.header {
  position: relative;
  z-index: 2;
}
.header .upper {
  position: relative;
  z-index: 1;
  background: #3E3E3E;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.header .upper .date {
  float: left;
  font-weight: bold;
  font-size: 12px;
  color: #e91e63;
}
.header .upper .social {
  float: right;
}
.header .upper .social i {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #DDDDDD;
}
.header .lower {
  padding: 20px 0;
  position: relative;
  z-index: 0;
}
.header .lower .logo {
  display: inline-block;
  height: 80px;
  width: 80px;
  background-image: url(img/logo.jpg);
  background-position: center;
  background-size: 90%;
  position: relative;
}
.header .lower .logo .link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.header .lower .menu {
  float: right;
  height: 80px;
  line-height: 80px;
}
.header .lower .menu .nav a {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  height: 80px;
  padding: 0 20px;
  transition-duration: 0.3s;
  cursor: pointer;
}
.header .lower .menu .nav a:hover {
  color: #e91e63;
}
.header .lower .search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 80px;
  display: none;
}
.header .lower .search-modal .fa {
  float: right;
  font-size: 40px;
  cursor: pointer;
}
.header .lower .search-modal form {
  clear: both;
  display: block;
  margin-top: 80px;
}
.header .lower .search-modal form input {
  display: block;
  font-size: 60px;
  width: 60%;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 3px solid #fff;
}
.header .lower .search-modal.visible {
  display: block;
}
.page-content {
  padding: 40px 0;
  text-align: justify;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
  font-family: 'Barlow', sans-serif;
  color: #e91e63;
  text-transform: uppercase;
}
.page-content p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.8;
  clear: both;
}
.page-content img {
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0px 0px 9px #767676;
}
.article .banner {
  position: relative;
  color: #fff;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.article .banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.article .banner .breadcrumbs {
  position: relative;
}
.article .banner .breadcrumbs li {
  display: inline-block;
  font-size: 12px;
}
.article .banner .breadcrumbs li:after {
  content: ">>";
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
  font-size: 10px;
  opacity: 0.6;
}
.article .banner .breadcrumbs li:last-of-type:after {
  display: none;
}
.article .banner .tags {
  margin: 30px 0;
  position: relative;
}
.article .banner .tags li {
  background: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
  text-transform: capitalize;
  color: #000;
  border-radius: 30px;
  margin: 5px;
}
.article .banner .title {
  position: relative;
  font-family: 'Barlow', sans-serif;
  font-size: 50px;
}
.article .banner .description {
  position: relative;
  font-weight: normal;
  font-size: 25px;
  margin: 10px 0;
}
.article .banner .infos {
  position: relative;
  margin-top: 40px;
}
.article .banner .infos li {
  display: inline-block;
  font-size: 13px;
  margin-right: 40px;
}
.article .banner .infos li .fa {
  margin-right: 10px;
}
.post .tags {
  position: relative;
}
.post .tags li {
  background: #e91e63;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
}
.home .slider {
  height: 440px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .home .slider {
    display: none;
  }
}
.home .slider .posts .slick-arrow {
  display: none;
}
.home .slider .posts .post {
  z-index: 50;
  display: block;
  padding: 20px;
}
.home .slider .posts .post .content {
  position: relative;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #B3B3B3;
  overflow: hidden;
  padding: 250px 20px 10px;
}
.home .slider .posts .post .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(0deg, #000000, transparent);
  opacity: 0.2;
  transition-duration: 0.3s;
  z-index: 0;
}
.home .slider .posts .post .content:hover:before {
  background: #000;
  opacity: 0.4;
}
.home .slider .posts .post .content .link {
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .slider .posts .post .content .title {
  margin-top: 10px;
  position: relative;
  color: #fff;
  font-size: 26px;
}
.home .slider .posts .post .content .date {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.home > .content {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
}
.home > .content .sidebar {
  width: 25%;
  float: right;
}
@media (max-width: 850px) {
  .home > .content .sidebar {
    float: none;
    width: 100%;
  }
}
.home > .content .sidebar > .title {
  font-size: 40px;
  color: #000;
  font-family: 'Barlow', sans-serif;
  height: 60px;
}
.home > .content .sidebar > .title strong {
  display: block;
}
.home > .content .sidebar .posts {
  margin: 1px 0;
  background: #EEEEEE;
  border-radius: 10px;
  counter-reset: side-posts;
}
.home > .content .sidebar .posts .post {
  padding: 20px 40px;
}
.home > .content .sidebar .posts .post .content {
  display: inline-block;
  width: 100%;
}
.home > .content .sidebar .posts .post .content .thumbnail {
  display: inline-block;
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  float: left;
  position: relative;
  margin-right: 20px;
  box-shadow: 0px 0px 9px #767676;
}
.home > .content .sidebar .posts .post .content .thumbnail:after {
  position: absolute;
  top: 20px;
  left: -15px;
  counter-increment: side-posts;
  content: counter(side-posts);
  height: 30px;
  width: 30px;
  background: #e91e63;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
}
.home > .content .sidebar .posts .post .content .title {
  font-size: 15px;
  font-weight: bold;
  display: block;
  line-height: 16px;
  margin-bottom: 10px;
  transition-duration: 0.3s;
}
.home > .content .sidebar .posts .post .content .title:hover {
  color: #e91e63;
}
.home > .content .sidebar .posts .post .content .date {
  text-transform: uppercase;
  font-size: 12px;
}
.home > .content .main {
  width: 75%;
  float: left;
  padding-right: 20px;
}
@media (max-width: 850px) {
  .home > .content .main {
    margin-top: 50px;
    float: none;
    width: 100%;
    padding: 0;
  }
}
.home > .content .main .top > .title {
  font-size: 40px;
  color: #000;
  font-family: 'Barlow', sans-serif;
  height: 60px;
}
.home > .content .main .top .posts {
  display: inline-block;
  width: 100%;
}
.home > .content .main .top .posts .post {
  width: 50%;
  float: left;
  height: 550px;
}
.home > .content .main .top .posts .post .content {
  padding: 10px;
}
.home > .content .main .top .posts .post .content .thumbnail {
  display: inline-block;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  float: left;
  position: relative;
  margin-right: 20px;
  box-shadow: 0px 0px 10px #D9D9D9;
  margin-bottom: 40px;
}
.home > .content .main .top .posts .post .content .tags {
  margin-bottom: 10px;
}
.home > .content .main .top .posts .post .content .title {
  color: #000;
  margin-bottom: 0px;
  font-size: 20px;
}
.home > .content .main .top .posts .post .content .date {
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 1px;
  font-size: 11px;
}
.home > .content .main .top .posts .post .content .excerpt {
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.8;
}
.home > .content .main .top .posts .post .content .more {
  font-size: 12px;
  color: #e91e63;
  text-transform: uppercase;
  font-weight: bold;
}
.home > .content .recent {
  clear: both;
  position: relative;
  padding-top: 40px;
}
.home > .content .recent > .title {
  font-size: 40px;
  color: #000;
  font-family: 'Barlow', sans-serif;
  height: 60px;
}
.home > .content .recent:before {
  position: absolute;
  content: "";
  display: block;
  width: 400px;
  margin-left: -200px;
  height: 5px;
  background: #e91e63;
  opacity: 0.6;
  top: 0;
  left: 50%;
}
.home > .content .recent .posts .post {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.home > .content .recent .posts .post .thumbnail {
  display: inline-block;
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  float: left;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 9px #767676;
}
.home > .content .recent .posts .post .tags {
  margin-bottom: 10px;
}
.home > .content .recent .posts .post .title {
  color: #000;
  margin-bottom: 0px;
  font-size: 20px;
}
.home > .content .recent .posts .post .date {
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 1px;
  font-size: 11px;
}
.home > .content .recent .posts .post .excerpt {
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.8;
}
.home > .content .recent .posts .post .more {
  font-size: 12px;
  color: #e91e63;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: right;
}
.footer {
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
}
.footer:before {
  position: absolute;
  content: "";
  display: block;
  width: 400px;
  margin-left: -200px;
  height: 5px;
  background: #e91e63;
  opacity: 0.6;
  top: 0;
  left: 50%;
}
.footer .top {
  display: inline-block;
  width: 100%;
}
.footer .top .logo {
  width: 33.33333333%;
  float: left;
  height: 200px;
  background-image: url(img/logo.jpg);
  background-position: left top;
  background-size: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 850px) {
  .footer .top .logo {
    display: none;
  }
}
.footer .top .pages {
  width: 33.33333333%;
  float: right;
  text-align: right;
}
.footer .top .pages a {
  font-family: 'Barlow', sans-serif;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 0.6;
}
.footer .top .tags {
  width: 33.33333333%;
  float: left;
  position: relative;
}
.footer .top .tags li {
  background: #000;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  margin: 5px;
}
.footer .bottom {
  background: #3E3E3E;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.footer .bottom .support {
  float: left;
}
.footer .bottom .rights {
  float: right;
}
.footer .cookies-usages {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #e91e63;
  border-radius: 5px;
}
.footer .cookies-usages .message {
  color: #fff;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 12px;
}
.footer .cookies-usages .message .accept {
  float: right;
}
