@charset "UTF-8";
/*
	Pepnews STYLE GUIDE
	Author : Pepnews
	Version : 0.0.1
*/
/* Base -- Basic styles, variables, mixins, ets */
/* Effect 2: Move Up */
/* Effect 2: Move down */
/* line 2, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
body {
  font-family: "Nunito", sans-serif;
  color: #424242;
  background: #F3F3F3;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
}

/* line 17, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
html {
  margin: 0;
  padding: 0;
}

/* line 22, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 29, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
  -webkit-transition: "all" 0.2s ease;
  -moz-transition: "all" 0.2s ease;
  -ms-transition: "all" 0.2s ease;
  -o-transition: "all" 0.2s ease;
  transition: "all" 0.2s ease;
}

/* line 36, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
a:hover {
  text-decoration: none;
}

/* line 41, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
a:focus,
button:focus {
  outline: 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0;
}

/* line 47, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
strong {
  font-weight: 700;
}

/* line 50, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 59, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* line 66, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
h1, h2, h3 {
  margin: 0;
}

/* line 70, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.clearfix {
  *zoom: 1;
  position: relative;
}

/* line 72, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.clearfix:after, .clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}

/* line 78, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.clearfix:after {
  clear: both;
}

/* line 83, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.container {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  *zoom: 1;
}

/* line 100, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 106, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.distotop {
  padding-top: 40px;
}

/* line 112, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 120, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.display-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

/* line 130, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.text-center {
  text-align: center;
}

/* line 135, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.alterwidth {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

/* line 143, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.overwidth {
  text-align: center;
  padding: 40px 0;
  margin: 0 -30%;
}

@media (max-width: 1100px) {
  /* line 143, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
  .overwidth {
    padding: 10px;
    margin: 0 -20%;
  }
}

@media (max-width: 1024px) {
  /* line 143, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
  .overwidth {
    padding: 10px;
    margin: 0 -15%;
  }
}

@media (max-width: 768px) {
  /* line 143, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
  .overwidth {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
}

/* line 167, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.pd5 {
  padding: 5px;
}

/* line 171, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.p10 {
  padding: 10px;
}

/* line 175, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.p15 {
  padding: 15px;
}

/* line 180, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.p215 {
  padding: 15px 20px;
}

/* line 184, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.p20 {
  padding: 20px;
}

/* line 188, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.pb2 {
  padding-bottom: 20px;
}

/* line 191, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.pb4 {
  padding-bottom: 40px;
}

/* line 195, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.pt1 {
  padding-top: 10px;
}

/* line 199, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.pt2 {
  padding-top: 20px;
}

/* line 202, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.pt4 {
  padding-top: 40px;
}

/* line 205, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.mr20 {
  margin-right: 20px;
}

/* line 210, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.mt1 {
  margin-top: 10px;
}

/* line 213, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.mt2 {
  margin-top: 20px;
}

/* line 216, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.mt3 {
  margin-top: 30px;
}

/* line 219, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.mt4 {
  margin-top: 40px;
}

/* line 223, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.overhidden {
  overflow: hidden;
}

/* line 227, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_base.scss */
.nopx {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translate(-50%, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}

@-moz-keyframes fade-down {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, 0px);
  }
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
  }
}

@-o-keyframes fade-down {
  0% {
    opacity: 0;
    -o-transform: translate(-50%, -25px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(-50%, 0px);
  }
}

@-ms-keyframes fade-down {
  /* line 48, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_animation.scss */
  0% {
    opacity: 0;
    -ms-transform: translate(-50%, -25px);
  }
  /* line 52, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_animation.scss */
  100% {
    opacity: 1;
    -ms-transform: translate(-50%, 0px);
  }
}

@-webkit-keyframes moveUp {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* Layouts */
/* line 2, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.section__body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 6, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.section__left {
  float: left;
  width: 280px;
}

/* line 10, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.section__center {
  float: left;
  width: 670px;
  padding: 0 20px;
}

/* line 15, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.section__right {
  float: left;
  width: 300px;
}

/* line 19, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.section__wide {
  float: left;
  width: 950px;
  padding-right: 20px;
}

/* line 24, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.section__sidedashboard {
  float: left;
  width: 280px;
  margin-right: 20px;
}

/* line 30, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.section__dashboard {
  float: left;
  width: 950px;
}

/* line 37, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
}

/* line 41, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__title {
  font-size: 1.143em;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  position: relative;
  padding: 25px 25px 15px 25px;
}

/* line 52, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__menu {
  position: absolute;
  right: 25px;
  top: 28px;
  color: #D8D8D8;
}

/* line 59, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__tags {
  font-weight: 300;
  font-style: italic;
}

/* line 65, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__requested {
  padding: 15px 25px 25px 25px;
}

/* line 68, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__requested-footer {
  font-size: 0.857em;
  position: relative;
  margin-top: 20px;
}

/* line 76, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__requested-title {
  font-size: 1.143em;
  font-weight: 500;
  line-height: 1.2em;
}

/* line 83, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__requested-btn {
  position: absolute;
  right: 0;
  padding: 5px 20px;
  background: #E83002;
  color: white;
  border-radius: 10px;
  top: -0.4em;
}

/* line 102, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list {
  font-size: 14px;
}

/* line 106, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list-item {
  position: relative;
  border-bottom: 1px solid #efefef;
  *zoom: 1;
  display: block;
  padding: 10px;
}

/* line 112, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list-item:after, .widget__list-item:before {
  display: table;
  content: "";
  line-height: 0;
}

/* line 118, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list-item:after {
  clear: both;
}

/* line 126, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list-thumb {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 7px;
  position: relative;
}

/* line 136, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list-thumb img {
  width: auto;
  height: 100%;
  max-width: unset;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

/* line 147, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list-dt {
  text-align: left;
}

/* line 152, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list-title {
  font-weight: 700;
  max-height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Kadwa", sans-serif;
}

/* line 163, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__list-time {
  font-size: 0.857em;
  font-weight: 400;
  color: #B3B3B3;
}

/* line 170, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__pop {
  font-size: 14px;
}

/* line 173, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__pop-item {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}

/* line 180, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__pop-numb {
  width: 50px;
  float: left;
  font-size: 2em;
  text-align: center;
  color: #d8d8d8;
  line-height: 1em;
  font-weight: 300;
}

/* line 190, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__pop-dt {
  text-align: left;
  padding-left: 50px;
  padding-right: 10px;
}

/* line 196, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__pop-title {
  font-weight: 700;
  max-height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Kadwa", sans-serif;
}

/* line 207, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__pop-count {
  font-size: 0.857em;
  font-weight: 400;
  color: #B3B3B3;
}

/* line 212, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.widget__pop-count svg {
  color: #e6e6e6;
  display: inline-block;
  vertical-align: middle;
}

/* line 221, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.pbox {
  padding: 25px;
}

/* line 225, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature {
  width: 100%;
  height: 315px;
  overflow: hidden;
  position: relative;
}

/* line 231, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__break {
  display: block;
  padding: 20px 0 10px 0;
  text-align: center;
  position: relative;
}

/* line 237, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__break:before {
  content: "";
  position: absolute;
  top: 30px;
  height: 2px;
  width: 100%;
  background: #e2e2e2;
  left: 0;
}

/* line 247, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__break span {
  padding: 0 30px;
  display: inline-block;
  background: #F3F3F3;
  z-index: 1;
  position: relative;
}

/* line 256, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__item {
  padding: 0px;
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  position: relative;
  color: white;
  overflow: hidden;
}

/* line 268, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature a {
  color: white;
}

/* line 272, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__thumb {
  width: 100%;
  height: 315px;
  overflow: hidden;
  position: relative;
}

/* line 279, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__thumb:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 289, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__thumb img {
  width: 100%;
  min-height: 100%;
}

/* line 295, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__details {
  margin-bottom: 5px;
}

/* line 299, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  width: 100%;
  padding-bottom: 10px;
  font-family: "Kadwa", sans-serif;
}

/* line 309, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__abs {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  width: 100%;
}

/* line 317, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__link {
  font-size: 12px;
  margin-right: 10px;
}

/* line 320, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__link span {
  display: inline-block;
  vertical-align: inherit;
  padding-left: 5px;
}

/* line 328, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__two {
  width: 630px;
  float: left;
  padding-right: 20px;
}

/* line 333, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__one {
  width: 300px;
  float: left;
  max-height: 315px;
  position: relative;
}

/* line 341, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__one .newsmason__title {
  max-height: 85px;
  overflow: hidden;
  border-bottom: 20px solid white;
  padding-bottom: 0;
  font-family: "Kadwa", sans-serif;
  font-weight: 700;
}

/* line 349, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__one .newsmason__thumb {
  width: 100%;
  max-height: 160px;
  overflow: hidden;
}

/* line 355, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__one .profiledef__name {
  max-height: 40px;
  overflow: hidden;
}

/* line 360, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav {
  font-size: 25px;
  color: white;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .8;
}

/* line 371, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav-prev {
  left: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 382, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav-prev:hover {
  border-color: #fff;
}

/* line 384, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav-prev:hover svg {
  margin-left: -5px;
}

/* line 388, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav-prev svg {
  font-size: 35px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* line 393, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav-next {
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 404, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav-next:hover {
  border-color: #fff;
}

/* line 406, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav-next:hover svg {
  margin-right: -5px;
}

/* line 410, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.feature__nav-next svg {
  font-size: 35px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* line 418, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason {
  padding: 20px 0;
  margin: 0 -10px;
}

/* line 423, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason__item {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
}

/* line 430, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason__item--one {
  width: 33.33%;
}

/* line 435, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason__block {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

/* line 448, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason__thumb img {
  width: 100%;
  height: auto;
}

/* line 456, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason__detail {
  padding: 20px;
  position: relative;
}

/* line 461, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason__title {
  font-size: 1.143em;
  line-height: 1.4em;
  padding-bottom: 20px;
  font-weight: 700;
  font-family: "Kadwa", sans-serif;
}

/* line 470, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason__options {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/* line 476, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.newsmason__bookmark {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}

/* line 486, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.profiledef__circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  float: left;
}

/* line 494, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.profiledef__circle img {
  width: auto;
  height: 100%;
  max-width: unset;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

/* line 505, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.profiledef__detail {
  padding-left: 60px;
}

/* line 509, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.profiledef__name {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4em;
  font-weight: 700;
}

/* line 517, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.profiledef__date {
  font-weight: 300;
  font-size: 0.857em;
}

/* line 523, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist {
  position: relative;
  display: inline-block;
}

/* line 527, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__icon {
  font-size: 25px;
  position: relative;
  cursor: pointer;
}

/* line 532, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__icon span {
  font-size: 16px;
}

/* line 534, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__icon span .icon {
  font-size: 24px;
}

/* line 540, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__options {
  animation: fade-down ease .4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: fade-down ease .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: fade-down ease .4s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: fade-down ease .4s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: fade-down ease .4s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
  z-index: 9999;
  display: none;
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  position: absolute;
  box-shadow: 0px 1px 1px 0px #d8d4d4;
  border: 1px solid #d8d4d4;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* line 542, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__options.active {
  display: block;
}

/* line 555, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__options.onleft {
  left: -100px;
}

/* line 558, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__options.onleft:after, .droplist__options.onleft:before {
  left: unset;
  right: 60px;
}

/* line 565, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__options:after, .droplist__options:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: calc(50% - 5px);
  top: -8px;
}

/* line 573, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__options:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid white;
  top: -6px;
}

/* line 582, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid #d8d4d4;
}

/* line 594, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__item {
  font-size: 12px;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #d8d4d4;
  white-space: nowrap;
  color: #424242;
  transition: .2s;
}

/* line 601, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.droplist__item:last-child {
  border: none;
}

/* line 151, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_mixins.scss */
.droplist__item:hover {
  font-weight: 500;
}

/* line 609, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.top__sort {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

/* line 613, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.top__sort .icon {
  vertical-align: middle;
}

/* line 617, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.top__sort .box-select {
  top: unset;
}

/* line 619, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.top__sort .box-select .dform__select {
  background: #fff;
  padding: 0 0px;
  border: none;
  font-weight: 400;
  cursor: pointer;
  height: auto;
  padding-right: 30px;
  width: auto;
}

/* line 637, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.chanel__top {
  display: block;
  padding: 0px 0 20px 0px;
}

/* line 641, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.chanel__top.rel {
  position: relative;
  z-index: 3;
}

/* line 646, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.chanel__top-r {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

/* line 655, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.chanel__title {
  color: #D0021B;
  font-weight: 700;
  font-size: 30px;
  display: inline-block;
}

/* line 663, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.chanel__caption {
  padding-left: 30px;
  font-size: 14px;
  display: inline-block;
}

/* line 672, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__top {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 677, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  position: relative;
}

/* line 686, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__circle img {
  width: auto;
  height: 100%;
  max-width: unset;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

/* line 697, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__detail {
  padding-left: 90px;
}

/* line 701, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 5px;
}

/* line 710, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__jtime {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  display: block;
}

/* line 718, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__follow-btn {
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 900;
  border-radius: 20px;
  border: 1px solid #E83002;
  color: #E83002;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 728, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__follow-btn:hover {
  background: #E83002;
  color: white;
}

/* line 733, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__verified {
  padding: 0 5px;
  display: inline-block;
}

/* line 737, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__verified.yes {
  color: #E83002;
}

/* line 742, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social {
  padding-bottom: 30px;
  position: absolute;
  right: 15px;
  top: 5px;
}

/* line 749, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
}

/* line 762, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link:hover {
  color: white;
}

/* line 767, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.tw:hover {
  background: #1ea1f3;
  border-color: #1ea1f3;
}

/* line 773, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.fb:hover {
  background: #4267b2;
  border-color: #4267b2;
}

/* line 779, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.gp:hover {
  background: #dc483c;
  border-color: #dc483c;
}

/* line 785, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.ig svg {
  margin-top: 2px;
}

/* line 788, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.ig:hover {
  background: #625ac8;
  border-color: #0274b3;
}

/* line 794, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.lin svg {
  margin-top: 2px;
}

/* line 797, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.lin:hover {
  background: #0274b3;
  border-color: #0274b3;
}

/* line 803, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.yt svg {
  margin-top: 2px;
}

/* line 806, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.yt:hover {
  background: #fe0002;
  border-color: #fe0002;
}

/* line 812, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.web svg {
  margin-top: 2px;
}

/* line 815, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-link.web:hover {
  background: #009688;
  border-color: #009688;
}

/* line 821, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__social-title {
  font-size: 14px;
  padding: 10px;
  text-align: right;
}

/* line 829, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.author__bio {
  width: 60%;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
}

/* line 839, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.loadmore {
  text-align: center;
  padding: 0 0 30px 0;
  margin-top: 20px;
}

/* line 845, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  color: white;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #B3B3B3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: none;
  outline: none;
}

/* line 859, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn:hover {
  outline: none;
  background: white;
  color: #B3B3B3;
}

/* line 866, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-orange {
  background: #E83002;
}

/* line 869, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-orange:hover {
  background: white;
  color: #E83002;
}

/* line 874, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-edit {
  background: white;
  color: inherit;
  border: 1px solid #c3c3c3;
  padding: 8px 30px;
}

/* line 880, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-edit:hover {
  color: white;
  background: #E83002;
  border: 1px solid #E83002;
}

/* line 888, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-square {
  border-radius: 5px;
  letter-spacing: .125em;
  font-weight: 900;
  box-shadow: none;
  border: 2px solid #F5F5F5;
  margin-right: 10px;
  padding: 15px 20px;
}

/* line 898, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-default {
  background: white;
  color: #B3B3B3;
  border: 2px solid #F5F5F5;
}

/* line 903, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-default:hover {
  background: white;
  color: #E83002;
}

/* line 908, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-border {
  background: white;
  color: #E83002;
  border: 2px solid #E83002;
  box-shadow: none;
}

/* line 914, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-border:hover {
  background: #E83002;
  color: white;
}

/* line 921, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-blue {
  background: #4A90E2;
  color: white;
  border: 2px solid transparent;
}

/* line 926, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-blue:hover {
  background: white;
  color: #4A90E2;
  border: 2px solid #4A90E2;
}

/* line 933, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-disabled {
  background: white;
  color: #B3B3B3;
  border: 2px solid #F5F5F5;
}

/* line 938, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-disabled:hover {
  background: white;
  color: #B3B3B3;
  border: 2px solid #F5F5F5;
}

/* line 946, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-small {
  font-size: 10px;
  padding: 5px 15px;
}

/* line 951, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-warning {
  background: #ffb600;
  color: white;
  border: 2px solid transparent;
}

/* line 956, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-warning:hover {
  background: white;
  color: #ffb600;
  border: 2px solid #ffb600;
}

/* line 963, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-danger {
  background: #fb4343;
  color: white;
  border: 2px solid transparent;
}

/* line 968, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-danger:hover {
  background: white;
  color: #fb4343;
  border: 2px solid #fb4343;
}

/* line 975, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-silver {
  color: white;
  border: 2px solid transparent;
}

/* line 979, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn.btn-silver:hover {
  background: white;
  color: #B3B3B3;
  border: 2px solid #B3B3B3;
}

/* line 986, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.btn-plain {
  letter-spacing: .2em;
  font-size: 16px;
  color: #b1b1b1;
  font-weight: 700;
}

/* line 996, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.label-tag {
  font-size: 10px;
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 5px;
  letter-spacing: 0.02em;
  color: white;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #E83002;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 1026, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__top {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  padding: 20px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}

/* line 1040, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__pretitle {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 700;
  width: 80%;
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  color: #969696;
}

@media (max-width: 768px) {
  /* line 1040, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
  .read__pretitle {
    width: 100%;
  }
}

/* line 1055, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__pretitle:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #E83002;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* line 1066, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__optional {
  position: absolute;
  right: 0;
  top: 15px;
}

/* line 1071, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__chanel {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  color: white;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #E83002;
}

/* line 1084, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2em;
  padding: 20px 0;
  width: 70%;
  margin: 0 auto;
  font-weight: 700;
  overflow: hidden;
  font-family: "Kadwa", sans-serif;
}

/* line 1096, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__detail {
  display: block;
  color: #C8C5C5;
  font-size: 16px;
}

/* line 1100, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__detail-item {
  display: inline-block;
  padding: 0 10px;
}

/* line 1103, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__detail-item span {
  padding-left: 5px;
}

/* line 1106, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__detail-item svg {
  display: inline-block;
  vertical-align: middle;
}

/* line 1115, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__author-name {
  display: inline-block;
  vertical-align: initial;
  padding-left: 5px;
  font-weight: 700;
  color: #424242;
}

/* line 1123, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__author-c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e83002;
  display: inline-block;
  vertical-align: middle;
}

/* line 1132, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__author-c img {
  width: 100%;
  min-height: 100%;
}

/* line 1139, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__caption {
  font-size: 12px;
  font-style: italic;
}

/* line 1143, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__container {
  width: 930px;
  margin-right: 20px;
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

/* line 1149, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__container.white {
  padding: 0 100px;
  background: white;
}

/* line 1155, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__container.bgwhite {
  background: white;
}

/* line 1159, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__container.btmrounded {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-bottom: 40px;
}

/* line 1170, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__text {
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 10px;
  padding-bottom: 30px;
}

/* line 1176, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__text ul {
  padding-left: 30px;
}

/* line 1179, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__text ul li {
  padding-bottom: 20px;
}

/* line 1184, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__text ol {
  list-style: decimal;
  padding-left: 30px;
}

/* line 1188, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__text ol li {
  padding-bottom: 20px;
}

/* line 1193, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__text a {
  color: #E83002;
}

/* line 1198, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read .excerpt {
  font-weight: 700;
  font-family: "Kadwa", sans-serif;
}

/* line 1203, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__midimg {
  width: 100%;
  padding: 30px 0;
}

/* line 1208, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read blockquote {
  border-radius: 5px;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 30px;
  font-weight: 300;
  font-size: 25px;
  margin: 20px 0;
  font-style: oblique;
  color: #E83002;
  margin: 40px 0;
}

/* line 1221, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read blockquote i {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -25px;
  background: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #F6F6F6;
  border-radius: 50%;
  line-height: 50px;
  color: #E83002;
}

/* line 1236, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read blockquote:before {
  position: absolute;
  left: 0;
  top: -40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #E83002;
  content: "";
  background: url(../images/qw.png) #fff center center;
  background-size: 20px;
  background-repeat: no-repeat;
}

/* line 1251, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read blockquote:after {
  position: absolute;
  right: 0px;
  bottom: -40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #E83002;
  content: "";
  background: url(../images/qw.png) #fff center center;
  background-size: 20px;
  background-repeat: no-repeat;
}

/* line 1267, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read blockquote span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: calc(-6px - 1em);
  background: #fff;
  padding: 3px 20px;
  border: 2px solid #F6F6F6;
  border-radius: 20px;
  color: #999999;
  font-size: 12px;
  display: inline-block;
}

/* line 1284, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__tags {
  padding-bottom: 20px;
}

/* line 1287, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__tags span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 20px;
  background: #E6E6E6;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* line 1297, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__share {
  padding-bottom: 30px;
}

/* line 1299, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__share-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
}

/* line 1312, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__share-link:hover {
  color: white;
}

/* line 1317, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__share-link.tw:hover {
  background: #1ea1f3;
  border-color: #1ea1f3;
}

/* line 1323, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__share-link.fb:hover {
  background: #4267b2;
  border-color: #4267b2;
}

/* line 1329, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__share-link.gp:hover {
  background: #dc483c;
  border-color: #dc483c;
}

/* line 1335, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__share-title {
  font-size: 14px;
  padding: 10px;
}

/* line 1342, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__related {
  padding-top: 40px;
}

/* line 1344, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__related-title {
  font-weight: 400;
  font-size: 24px;
  padding: 15px 0;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 1353, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__related-title:after {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #E83002;
  bottom: 0;
  left: 0;
  content: "";
}

/* line 1363, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__related-list {
  margin: 0 -10px;
}

/* line 1369, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__padding {
  padding: 0 100px;
  background: white;
}

/* line 1375, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.read__imgbig img {
  width: 100%;
  min-width: 0;
  max-width: none;
}

/* line 1384, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment {
  padding: 100px 0;
  color: #999;
}

/* line 1387, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__header {
  padding-bottom: 30px;
}

/* line 1391, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__title {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  padding: 15px 0;
}

/* line 1400, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__subscribe {
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: white;
  border: 2px solid #F5F5F5;
  letter-spacing: .3em;
  float: right;
}

/* line 1411, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__subscribe:hover {
  background: #E83002;
  color: white;
}

/* line 1420, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__box {
  border: 2px solid #F5F5F5;
  border-radius: 8px;
}

/* line 1426, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__photo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}

/* line 1433, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__photo img {
  width: 100%;
  min-height: 100%;
}

/* line 1438, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__form {
  padding: 20px 20px 10px 20px;
  border-bottom: 2px solid #F5F5F5;
}

/* line 1442, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__area {
  width: 100%;
  height: 65px;
  resize: none;
  padding: 10px;
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
}

/* line 1443, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__area-box {
  padding-left: 50px;
}

/* line 1456, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__actions {
  text-align: right;
  padding: 20px 20px 20px 20px;
}

/* line 1460, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__actions-item {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

/* line 1465, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__actions-item a {
  font-size: 30px;
  color: #CCCCCC;
}

/* line 1472, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__btn {
  padding: 15px 20px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  letter-spacing: .2em;
  background: #E83002;
  color: white;
  border: 1px solid transparent;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  float: right;
}

/* line 1487, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__btn:hover {
  background: white;
  color: #E83002;
  border: 1px solid #E83002;
}

/* line 1497, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__list {
  padding: 30px 20px;
}

/* line 1501, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__item {
  padding: 20px 0;
}

/* line 1509, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__nested {
  padding-top: 20px;
}

/* line 1513, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__pusher {
  padding-left: 80px;
}

/* line 1516, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__detail {
  padding-bottom: 20px;
  border-bottom: 2px solid #F5F5F5;
}

/* line 1521, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__name {
  padding: 15px 0;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

/* line 1526, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__name span {
  display: inline-block;
  padding-left: 10px;
  color: #B6B6B6;
}

/* line 1533, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__option {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}

/* line 1540, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__text {
  padding: 20px 0;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

/* line 1550, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__reaction-item {
  display: inline-block;
  padding-right: 20px;
}

/* line 1555, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__reaction span {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}

/* line 1561, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.comment__reaction svg {
  font-size: 24px;
  vertical-align: middle;
  color: #CCCCCC;
}

/* line 1571, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth {
  width: 60%;
  padding: 40px;
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

/* line 1580, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__confeti {
  background: url("../images/confeti.png") #fff;
  position: relative;
  padding: 30px 50px;
}

/* line 1595, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__confeti.green {
  background: url("../images/confeti-green.png") #fff;
}

/* line 1601, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__white {
  background: white;
  padding: 30px 0;
}

/* line 1606, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__title {
  font-size: 28px;
  font-weight: 500;
  padding: 20px 0;
}

/* line 1614, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__title.italic {
  font-style: italic;
}

/* line 1620, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__text {
  font-size: 20px;
  font-weight: 100;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
}

/* line 1630, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__message {
  font-size: 20px;
  font-weight: 300;
  width: 60%;
  margin: 0 auto;
  padding: 5px 0;
  line-height: 1.4em;
}

/* line 1640, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__social {
  padding: 20px 0;
}

/* line 1643, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__social-link {
  background: #B3B3B3;
  position: relative;
  padding: 15px 20px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 10px;
  color: white;
  text-align: right;
  padding-left: 70px;
}

/* line 1654, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__social-link svg {
  font-size: 40px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  top: 5px;
}

/* line 1664, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__social-link label {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: right;
  vertical-align: middle;
}

/* line 1673, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__social-link.fb {
  background: #3B5998;
}

/* line 1677, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__social-link.gp {
  background: #DB4437;
}

/* line 1683, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__form {
  padding: 10px 0;
  width: 60%;
  margin: auto;
}

/* line 1690, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__input {
  width: 100%;
  outline: none;
  padding: 10px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  color: inherit;
}

/* line 1702, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 1708, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 1714, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 1720, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__input:-moz-placeholder {
  /* Firefox 18- */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 1727, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__input-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/* line 1732, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__input-item.right {
  float: right;
  width: auto;
}

/* line 1739, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__remember {
  float: left;
  font-size: 12px;
  font-style: italic;
}

/* line 1745, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__link {
  font-size: 12px;
  font-style: italic;
  color: #E83002;
  vertical-align: text-bottom;
}

/* line 1751, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__link.right {
  float: right;
}

/* line 1755, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__link.blue {
  color: #4A90E2;
}

/* line 1760, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__btn {
  width: 100%;
  margin: 15px 0;
  border: none;
  background: #e83002;
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2em;
  padding: 10px 0;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

/* line 1776, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.auth__act {
  margin-top: -10px;
}

/* line 1785, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notif {
  padding: 25px 20px;
  display: inline-block;
  background: #dedcdc;
  color: white;
  padding-left: 25px;
  border-left: 20px solid #c5c3c3;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .05em;
  animation: 1s ease-out 0s 1 shake;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  margin-bottom: 10px;
}

/* line 1803, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notif.success {
  background: #bce68d;
  border-color: #9fc574;
}

/* line 1807, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notif.fail {
  background: #e68d8d;
  border-color: #c37475;
}

/* line 1812, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notif:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '\0078';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 1.2em;
  padding-left: 1px;
}

@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

/* line 1850, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notfound {
  background: #EC4B32;
  text-align: center;
}

/* line 1854, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notfound__img {
  margin: 0 auto;
  width: 400px;
  margin: 20vh auto 25vh auto;
  position: relative;
}

/* line 1860, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notfound__img img {
  margin-left: -50px;
  display: block;
}

/* line 1866, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notfound__pop {
  background: white;
  top: 0;
  position: absolute;
  padding: 20px 50px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
}

/* line 1876, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notfound__btn {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  color: white;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #E83002;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 30px;
}

/* line 1892, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.notfound__btn:hover {
  outline: none;
  background: white;
  color: #B3B3B3;
}

/* line 1903, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.up-down {
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }
  24% {
    transform: translate(1px, 30px);
  }
  50% {
    transform: translate(1px, 12px);
  }
  74% {
    transform: translate(1px, 22px);
  }
  100% {
    transform: translate(1px, 22px);
  }
}

@-moz-keyframes up-down {
  0% {
    -moz-transform: translate(1px, 20px);
  }
  24% {
    -moz-transform: translate(1px, 30px);
  }
  50% {
    -moz-transform: translate(1px, 12px);
  }
  74% {
    -moz-transform: translate(1px, 22px);
  }
  100% {
    -moz-transform: translate(1px, 22px);
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(1px, 20px);
  }
  24% {
    -webkit-transform: translate(1px, 30px);
  }
  50% {
    -webkit-transform: translate(1px, 12px);
  }
  74% {
    -webkit-transform: translate(1px, 22px);
  }
  100% {
    -webkit-transform: translate(1px, 22px);
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform: translate(1px, 20px);
  }
  24% {
    -o-transform: translate(1px, 30px);
  }
  50% {
    -o-transform: translate(1px, 12px);
  }
  74% {
    -o-transform: translate(1px, 22px);
  }
  100% {
    -o-transform: translate(1px, 22px);
  }
}

@-ms-keyframes up-down {
  /* line 1994, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
  0% {
    -ms-transform: translate(1px, 20px);
  }
  /* line 1997, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
  24% {
    -ms-transform: translate(1px, 30px);
  }
  /* line 2000, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
  50% {
    -ms-transform: translate(1px, 12px);
  }
  /* line 2003, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
  74% {
    -ms-transform: translate(1px, 22px);
  }
  /* line 2006, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
  100% {
    -ms-transform: translate(1px, 22px);
  }
}

/* line 2012, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

/* line 2017, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__box {
  padding: 20px 100px;
  font-size: 16px;
  line-height: 1.8em;
  position: relative;
  z-index: 2;
}

/* line 2025, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__box ul {
  padding-left: 30px;
}

/* line 2028, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__box ul li {
  padding-bottom: 20px;
}

/* line 2033, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__box ol {
  list-style: decimal;
  padding-left: 30px;
}

/* line 2037, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__box ol li {
  padding-bottom: 20px;
}

/* line 2044, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__subtitle {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 300;
}

/* line 2051, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__title {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 2061, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__title.underline:after {
  bottom: -15px;
  width: 60px;
  height: 4px;
  background: #666;
  content: "";
  left: 0;
  position: absolute;
}

/* line 2072, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__title span {
  font-weight: 100;
}

/* line 2077, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__block {
  padding: 40px 0;
  border-bottom: 1px solid #C4C4C4;
}

/* line 2081, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__block:last-child, .static__block.nobr {
  border: none;
}

/* line 2086, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__hero {
  position: relative;
}

/* line 2090, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__hero:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(59, 16, 16, 0.65);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

/* line 2102, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__hero.nobg:after {
  display: none;
}

/* line 2109, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__wrap {
  float: left;
  width: 60%;
  padding-right: 30px;
}

/* line 2116, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__cthumb {
  float: left;
  width: 350px;
  height: 350px;
  top: -10px;
  right: 0;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

/* line 2126, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__cthumb:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(59, 16, 16, 0.65);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

/* line 2137, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__cthumb img {
  height: 100%;
  width: 100%;
}

/* line 2144, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__value {
  padding: 50px 0;
}

/* line 2147, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__value-item {
  width: 33.33%;
  padding: 0 20px;
  float: left;
  text-align: center;
}

/* line 2154, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__value-thumb {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 2162, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__value-thumb img {
  height: 100%;
  width: 100%;
}

/* line 2169, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__value-title {
  font-size: 20px;
  line-height: 1.2em;
}

/* line 2175, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__value-subtitle {
  font-size: 14px;
  line-height: 1.2em;
}

/* line 2183, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__home-thumb {
  float: left;
  width: 65%;
  padding-right: 15px;
}

/* line 2188, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__home-thumb img {
  width: 100%;
  height: auto;
}

/* line 2194, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__home-contact {
  float: left;
  width: 65%;
  padding-right: 25px;
}

/* line 2201, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__home-detail {
  float: left;
  width: 35%;
  padding: 15px;
  background: #FBFBFB;
  box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 0.5);
}

/* line 2210, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__home-item {
  margin-bottom: 10px;
}

/* line 2212, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__home-item h3 {
  font-size: 18px;
  margin: 0;
}

/* line 2217, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__home-item p {
  margin: 5px 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 300;
}

/* line 2230, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__team {
  padding: 20px 0;
  white-space: nowrap;
  overflow-y: hidden;
  outline: none;
}

/* line 2238, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__team-slide {
  padding-bottom: 20px;
}

/* line 2242, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__team-item {
  display: inline-block;
  width: 20%;
  padding: 10px;
  text-align: center;
}

/* line 2251, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__team-thumb {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

/* line 2258, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__team-thumb img {
  width: 100%;
  height: 100%;
}

/* line 2264, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__team-name {
  padding-top: 10px;
  font-weight: 700;
  line-height: 1em;
}

/* line 2269, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__team-name span {
  padding-top: 5px;
  font-size: 14px;
  display: block;
  font-weight: 300;
}

/* line 2278, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__area {
  width: 100%;
  outline: none;
  padding: 10px;
  height: 200px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  color: inherit;
}

/* line 2289, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__area::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 2295, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__area::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 2301, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__area:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 2307, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__area:-moz-placeholder {
  /* Firefox 18- */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 2315, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__sidebar {
  width: 300px;
  border-left: 1px solid #C4C4C4;
  min-height: 100%;
  margin-top: 40px;
  padding: 0px 0;
  position: absolute;
}

/* line 2324, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.static__boxtopic {
  width: 100%;
  padding-left: 300px;
}

/* line 2331, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.squarebg {
  position: absolute;
  left: 80px;
  top: 0px;
  background: #FFF3F2;
  width: 200px;
  height: 250px;
}

/* line 2343, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__text-center {
  width: 100%;
  color: white;
  font-size: 45px;
  z-index: 2;
  font-weight: 100;
  line-height: 1.4em;
  margin: 0 auto;
}

/* line 2353, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__float-center {
  position: absolute;
  text-align: center;
  width: 50%;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 2363, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__form {
  padding: 20px 0;
}

/* line 2366, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__form-wrap {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

/* line 2370, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__form-wrap .icon {
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 12px;
}

/* line 2380, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__input {
  width: 100%;
  padding: 10px;
  outline: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding-left: 60px;
  padding-right: 30px;
  background: #7D7D7D;
  border: 1px solid #9A9A9A;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

/* line 2393, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CDCBCB;
  opacity: 1;
  /* Firefox */
}

/* line 2398, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CDCBCB;
}

/* line 2402, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.hero__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CDCBCB;
}

/* line 2412, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social {
  position: relative;
  padding-top: 10px;
  margin-bottom: -10px;
}

/* line 2418, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
}

/* line 2431, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link:hover {
  color: white;
}

/* line 2436, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.tw:hover {
  background: #1ea1f3;
  border-color: #1ea1f3;
}

/* line 2442, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.fb:hover {
  background: #4267b2;
  border-color: #4267b2;
}

/* line 2448, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.gp:hover {
  background: #dc483c;
  border-color: #dc483c;
}

/* line 2454, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.ig svg {
  margin-top: 2px;
}

/* line 2457, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.ig:hover {
  background: #625ac8;
  border-color: #0274b3;
}

/* line 2463, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.lin svg {
  margin-top: 2px;
}

/* line 2466, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.lin:hover {
  background: #0274b3;
  border-color: #0274b3;
}

/* line 2472, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.yt svg {
  margin-top: 2px;
}

/* line 2475, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.yt:hover {
  background: #fe0002;
  border-color: #fe0002;
}

/* line 2481, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.web svg {
  margin-top: 2px;
}

/* line 2484, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-link.web:hover {
  background: #009688;
  border-color: #009688;
}

/* line 2490, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.shome__social-title {
  font-size: 14px;
  padding: 10px;
  text-align: right;
}

/* line 2501, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__list {
  padding-top: 40px;
  position: relative;
  padding-bottom: 50px;
}

/* line 2506, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__item {
  padding: 10px 0;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 20px;
}

/* line 2515, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__title {
  cursor: pointer;
  color: #eb3800;
  font-weight: 500;
  font-size: 20px;
}

/* line 2523, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__title:hover {
  position: relative;
}

/* line 2530, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__answ {
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 10px;
  overflow: hidden;
  display: none;
}

/* line 2538, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__answ p {
  padding: 5px 0;
  margin: 0;
}

/* line 2543, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__answ.show {
  display: block;
}

/* line 2548, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__ar {
  position: absolute;
  right: 0;
  font-size: 30px;
  color: #C4C4C4;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 2555, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__ar.rotate {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 2560, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__topic {
  padding-top: 40px;
  margin: 0 -20px;
}

/* line 2564, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__topic-box {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}

/* line 2573, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__topic-box a:hover {
  color: #E83002;
}

/* line 2579, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__topic-title {
  padding: 10px 20px;
  background: #E83002;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

/* line 2592, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__topic-item {
  margin-bottom: 10px;
  padding: 5px 15px;
  border-bottom: 1px solid #C4C4C4;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

/* line 2606, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.question__topic-cta {
  padding-top: 10px;
  font-size: 12px;
  display: inline-block;
  text-align: right;
  border-bottom: 1px solid #9B9B9B;
  color: #9B9B9B;
  line-height: 1.2em;
  right: 20px;
  bottom: 0;
  position: absolute;
}

/* line 2623, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.topic__head {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* line 2633, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.topic__link {
  padding: 10px 0;
  font-size: 16px;
  display: block;
  padding-left: 20px;
  line-height: 1.2em;
  border-left: 5px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 2642, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.topic__link:hover, .topic__link.active {
  border-left: 5px solid #E83002;
  font-weight: 700;
}

/* line 2650, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.max-widget {
  max-height: 75vh !important;
  overflow: hidden !important;
}

/* line 2654, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.max-widget .loadmore {
  margin-bottom: 25vh;
  margin-top: 20px;
}

/* line 2660, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.popup-auth {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0px;
  padding: 20px 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  min-height: 100vh;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 2674, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.popup-auth.popshow {
  opacity: 1;
  visibility: visible;
}

/* line 2678, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.popup-auth.popshow .auth {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 2689, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.popup-auth .auth {
  width: 40%;
  position: absolute;
  top: 0%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 2698, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.popup-auth .auth__text {
  font-size: 16px;
}

/* line 2703, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.popup-auth__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  color: #676767;
  cursor: pointer;
}

/* line 2721, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.search__tab-item {
  display: inline-block;
}

/* line 2724, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.search__tab-item a {
  margin-right: 20px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 2728, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.search__tab-item a:hover, .search__tab-item a.active {
  color: #000;
}

/* line 2736, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.search__form {
  border-bottom: 1px solid #c1c1c1;
}

/* line 2740, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.search__input {
  color: #D0021B;
  font-weight: 400;
  font-size: 30px;
  padding: 10px 0;
  min-width: 300px;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Dots */
/* line 2756, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

/* line 2761, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  opacity: .8;
}

/* line 2777, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 2790, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
}

/* line 2804, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 2809, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 2814, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 13px;
  line-height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2831, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}

/* line 2838, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig {
  position: relative;
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  padding: 30px 50px;
}

/* line 2843, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig__list {
  position: relative;
  padding-top: 20px;
}

/* line 2847, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig__item {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}

/* line 2855, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig__item .newsmason__options {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

/* line 2862, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig__thumb {
  width: 175px;
  height: 175px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

/* line 2870, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig__thumb img {
  height: 100%;
  max-width: unset;
}

/* line 2876, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig__detail {
  padding: 0px;
  padding-left: 195px;
}

/* line 2881, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig__title {
  font-size: 20px;
  line-height: 1.4em;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 0px;
  font-family: "Kadwa", sans-serif;
  font-weight: 700;
}

/* line 2891, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.lbig__cap {
  line-height: 1.4em;
  font-size: 17px;
  max-height: 68px;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 400;
}

/* line 2902, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.ads-top {
  padding: 0 0 20px 0;
  text-align: center;
}

/* line 2908, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow {
  padding: 20px 10px;
}

/* line 2910, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow__item {
  margin-bottom: 10px;
  padding: 5px;
  display: block;
  position: relative;
}

/* line 2916, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow__circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  float: left;
}

/* line 2924, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow__circle img {
  width: auto;
  height: 100%;
  max-width: unset;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

/* line 2935, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow__detail {
  padding-left: 10px;
  width: 165px;
  overflow: hidden;
  display: block;
}

/* line 2942, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow__name {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-weight: 700;
  height: 20px;
  overflow: hidden;
}

/* line 2952, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow__oc {
  font-weight: 400;
  font-size: 0.857em;
  color: #a2a2a2;
  font-style: italic;
}

/* line 2959, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow__tcor {
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 12;
}

/* line 2965, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wfollow__tcor.vcenter {
  top: 50%;
  transform: translateY(-50%);
}

/* line 2972, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.wrap-push {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

/* line 2985, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.optionpush {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  background: #E83002;
  width: 35px;
  color: white;
  font-size: 30px;
  margin-top: 2px;
  cursor: pointer;
}

/* line 2997, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.optionpush .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

/* line 3004, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_content.scss */
.optionpush .droplist__options {
  top: 100%;
}

/* line 1, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
header {
  width: 1280px;
}

@media (min-width: 1280px) {
  /* line 1, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
  header {
    width: 100%;
  }
}

/* line 9, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.rlv {
  position: relative;
}

/* line 14, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.bg-red {
  background: #E83002;
  position: relative;
}

/* line 20, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.block-menu.fixed {
  background: #E83002;
  position: fixed;
  width: 100%;
  z-index: 100000;
  height: 60px;
  top: -10px;
  -webkit-animation: animatedMenu .5s;
  animation: animatedMenu .5s;
}

/* line 30, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.block-menu.fixed .header__top {
  margin-top: 10px;
  height: 55px;
  padding: 10px;
}

/* line 36, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.block-menu.fixed .header__brand-logo {
  display: block;
  vertical-align: middle;
  width: 120px;
  margin: 0 auto;
  min-width: 0;
}

@-webkit-keyframes animatedMenu {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  90% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animatedMenu {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  90% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 111, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__top {
  color: white;
  position: relative;
  height: 80px;
  padding: 15px;
}

/* line 117, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__left {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0px 0 0 40px;
  height: 100%;
}

/* line 124, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__right {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 40px 0px 0px;
  height: 100%;
}

/* line 132, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__item {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  vertical-align: text-bottom;
}

/* line 138, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__item a img {
  width: 20px;
}

/* line 143, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__item .header__search-btn img {
  width: 20px;
}

/* line 148, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__item .header__authclick img {
  width: 20px;
}

/* line 154, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__brand {
  text-align: center;
}

/* line 157, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__brand-logo {
  min-width: 200px;
  display: inline-block;
  max-width: 320px;
  vertical-align: middle;
}

/* line 163, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__brand-logo img {
  width: 100%;
}

/* line 170, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__tags {
  position: relative;
  font-size: 14px;
  height: 55px;
  overflow: hidden;
  width: 100%;
}

/* line 177, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__tags-title {
  float: left;
  padding: 20px 0;
  font-weight: 700;
  font-size: 14px;
}

/* line 184, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__tags-block {
  position: absolute;
  left: 180px;
  top: 0;
  padding: 20px 0 0 0;
}

/* line 191, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__tags-link {
  padding: 0 10px;
  padding-bottom: 20px;
  display: inline-block;
}

/* line 199, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__search {
  position: absolute;
  right: 30px;
  width: 0px;
  overflow: hidden;
  top: -7px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 207, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__search.open {
  width: 200px;
}

/* line 211, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__search-input {
  width: 100%;
  outline: none;
  border: 1px solid white;
  border-radius: 10px;
  padding: 8px;
}

/* line 219, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__search-btn {
  cursor: pointer;
}

/* line 226, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__menu {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 0;
  overflow: hidden;
  background: #F44B02;
  width: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 999;
  color: white;
  text-align: center;
}

/* line 228, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__menu.open {
  height: 65px;
}

/* line 246, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__menu-item {
  display: inline-block;
  padding: 20px 15px;
}

/* line 252, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__menu-title {
  font-size: 20px;
  font-weight: 400;
}

/* line 255, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__menu-title a {
  color: white;
}

/* line 262, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__authclick {
  cursor: pointer;
  position: relative;
}

/* line 268, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__profile {
  margin-left: 15px;
  position: relative;
}

/* line 272, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__profile-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

/* line 279, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.header__profile-circle img {
  width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 292, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.menu-toggle {
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  right: 25px;
  cursor: pointer;
}

/* line 301, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.menu-toggle.on .one {
  -webkit-transform: rotate(45deg) translate(3px, 4px);
  -moz-transform: rotate(45deg) translate(3px, 4px);
  -ms-transform: rotate(45deg) translate(3px, 4px);
  -o-transform: rotate(45deg) translate(3px, 4px);
  transform: rotate(45deg) translate(3px, 4px);
}

/* line 305, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.menu-toggle.on .two {
  opacity: 0;
}

/* line 309, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.menu-toggle.on .three {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  -moz-transform: rotate(-45deg) translate(6px, -6px);
  -ms-transform: rotate(-45deg) translate(6px, -6px);
  -o-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}

/* line 315, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.one,
.two,
.three {
  width: 100%;
  height: 2px;
  background: white;
  margin: 5px auto;
  y: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 326, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
nav ul {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  list-style: none;
  margin: 4em auto;
  text-align: center;
}

/* line 334, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
nav ul.hidden {
  display: none;
}

/* line 338, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
nav ul a {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 3em;
  line-height: 1.5;
  width: 100%;
  display: block;
}

/* line 346, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 366, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.icon-bell {
  font-size: 1.3em;
}

/* line 372, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_header.scss */
.notif__count {
  position: absolute;
  top: -12px;
  right: -25px;
  font-size: 10px;
  background: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
}

/* line 1, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
footer {
  background: #E6E6E6;
  padding: 40px 0 20px 0;
  color: #999999;
  font-size: 16px;
  line-height: 1.4em;
}

/* line 14, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__item {
  float: left;
  width: 33%;
  padding: 10px;
}

/* line 20, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__brand {
  text-align: center;
}

/* line 24, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__social {
  text-align: right;
}

/* line 26, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__social-item {
  display: inline-block;
  margin: 0 5px;
}

/* line 31, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__social-link {
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  font-size: 16px;
  border: 2px solid #F5F5F5;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 43, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__social-link:hover {
  background: #fff;
}

/* line 50, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__half {
  float: left;
  width: 50%;
  padding: 40px 10px 0px 10px;
}

/* line 57, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__nav {
  text-align: left;
  display: block;
  font-size: 0.875em;
}

/* line 62, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__nav-item {
  display: inline-block;
  margin: 0 5px;
}

/* line 69, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_footer.scss */
.footer__copy {
  text-align: right;
  font-size: 0.875em;
}

/* line 1, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.sidebar {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  padding: 40px;
}

/* line 5, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.sidebar__menu {
  display: block;
}

/* line 9, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.sidebar__menu-item {
  display: block;
  margin-bottom: 10px;
}

/* line 13, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.sidebar__menu-item .sidebar__menu {
  padding-left: 20px;
  padding-top: 10px;
}

/* line 26, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.sidebar__menu-link {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 33, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.sidebar__menu-link:hover, .sidebar__menu-link.active {
  color: #E83002;
  font-weight: 700;
}

/* line 41, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  padding: 30px 50px;
  padding-top: 50px;
  position: relative;
}

/* line 47, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile.outspace {
  padding: 0;
}

/* line 51, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile .inspace {
  padding: 30px 50px;
}

/* line 55, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__name {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

/* line 60, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__bio {
  width: 60%;
  font-size: 14px;
  line-height: 1.6em;
  padding: 5px 0 15px 0;
}

/* line 67, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social {
  padding: 0 0 20px 0;
}

/* line 69, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link {
  width: 30px;
  height: 30px;
  line-height: 33px;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

/* line 82, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link:hover {
  color: white;
}

/* line 87, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.tw:hover {
  background: #1ea1f3;
  border-color: #1ea1f3;
}

/* line 93, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.fb:hover {
  background: #4267b2;
  border-color: #4267b2;
}

/* line 99, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.gp:hover {
  background: #dc483c;
  border-color: #dc483c;
}

/* line 105, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.ig svg {
  margin-top: 2px;
}

/* line 108, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.ig:hover {
  background: #625ac8;
  border-color: #0274b3;
}

/* line 114, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.lin svg {
  margin-top: 2px;
}

/* line 117, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.lin:hover {
  background: #0274b3;
  border-color: #0274b3;
}

/* line 123, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.yt svg {
  margin-top: 2px;
}

/* line 126, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.yt:hover {
  background: #fe0002;
  border-color: #fe0002;
}

/* line 132, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.web svg {
  margin-top: 2px;
}

/* line 135, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__social-link.web:hover {
  background: #009688;
  border-color: #009688;
}

/* line 144, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__circle {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 40%;
  transform: translate(0, -50%);
}

/* line 154, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__circle.proedit {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 159, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__circle.proedit:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* line 169, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__circle.proedit:hover:before {
  content: "";
}

/* line 173, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__circle.proedit:hover .dprofile__circle-link {
  display: block;
}

/* line 180, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__circle img {
  width: auto;
  height: 100%;
  max-width: unset;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

/* line 190, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__circle-link {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

/* line 201, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__circle-link.btn {
  background: none;
  padding: 8px 15px;
  color: white;
}

/* line 210, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__tcor {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 12;
}

/* line 216, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__tcor.vcenter {
  top: 50%;
  transform: translateY(-50%);
}

/* line 226, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__data-item {
  *zoom: 1;
  margin-bottom: 15px;
}

/* line 162, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_mixins.scss */
.dprofile__data-item:after, .dprofile__data-item:before {
  display: table;
  content: "";
  line-height: 0;
}

/* line 168, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/global/_mixins.scss */
.dprofile__data-item:after {
  clear: both;
}

/* line 231, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__data-left {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #B3B3B3;
}

/* line 238, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__data-right {
  margin-left: 150px;
  position: relative;
}

/* line 242, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__data-right.active:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50%;
  left: 0;
  bottom: 0;
  background: #C5C5C5;
  transform-origin: 0 50%;
  animation: .4s ease-out 0s 1 slideInFromLeft;
}

/* line 259, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__data-input {
  width: 50%;
  border: none;
  padding: 0px 5px 10px 5px;
  vertical-align: top;
  outline: none;
  font-size: 16px;
  color: #808080;
  font-weight: 500;
}

/* line 272, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__data-area {
  width: 50%;
  border: none;
  padding: 0px 5px 10px 5px;
  vertical-align: top;
  outline: none;
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  resize: none;
  min-height: 30px;
  line-height: 1.4em;
}

/* line 287, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dprofile__data-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 10px 15px;
  vertical-align: top;
  outline: none;
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  background: #f3f3f3;
  padding-right: 40px;
}

/* line 304, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.box-select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -10px;
}

/* line 310, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.box-select:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 324, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.inactive-btn {
  display: none;
}

/* line 328, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
*[disabled=disabled] {
  cursor: not-allowed;
}

@keyframes slideInFromLeft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

/* line 342, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.countbox {
  width: 40%;
  padding-right: 20px;
  margin: -10px -10px;
  float: left;
}

/* line 349, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.countbox__link {
  padding: 30px 20px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 358, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.countbox__item {
  float: left;
  width: calc(50% - 20px);
  margin: 10px;
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
}

/* line 359, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.countbox__item:hover {
  background: #E83002;
  color: white;
}

/* line 362, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.countbox__item:hover .countbox__numb {
  color: white;
}

/* line 373, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.countbox__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 379, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.countbox__numb {
  font-size: 20px;
  color: #B3B3B3;
}

/* line 385, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.statistic {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  float: left;
  width: 62%;
}

/* line 393, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dash__title {
  font-size: 1.143em;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  position: relative;
  padding: 25px 25px 15px 25px;
}

/* line 403, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dash__menu {
  position: absolute;
  right: 25px;
  top: 28px;
  color: #D8D8D8;
}

/* line 412, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.stream {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

/* line 417, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.stream__top {
  z-index: 666;
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
  padding: 20px;
  position: relative;
}

/* line 425, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.stream__title {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
}

/* line 431, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.stream__sort {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

/* line 438, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.stream__sort span {
  font-size: 11px;
}

/* line 442, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.stream__sort .icon {
  vertical-align: middle;
  margin-left: -3px;
}

/* line 447, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.stream__sort .icon-keyboard_arrow_down {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 451, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.stream__sort .icon-keyboard_arrow_down.active {
  transform: rotate(180deg);
}

/* line 462, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dhead {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 50px 50px 20px 50px;
}

/* line 468, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dhead.tab {
  padding: 20px 50px 8px;
}

/* line 473, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dhead:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #F5F5F5;
  left: 0;
  bottom: 0;
}

/* line 484, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dhead__right {
  float: right;
}

/* line 487, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dhead__right span {
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  padding-left: 10px;
}

/* line 498, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dhead__tab-item {
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  margin-right: 20px;
  padding-top: 0px;
  border-bottom: 5px solid transparent;
  position: relative;
}

/* line 508, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dhead__tab-item.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #E83002;
  left: 0;
  bottom: -15px;
}

/* line 523, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dhead__sub span {
  display: block;
  font-weight: 300;
  padding-top: 5px;
  font-size: 14px;
}

/* line 534, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
body#tinymce {
  background: red;
}

/* line 536, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
body#tinymce blockquote {
  border: 2px solid #F6F6F6;
  border-radius: 5px;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 50px;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  margin: 40px 0;
}

/* line 547, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
body#tinymce blockquote i {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -25px;
  background: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #F6F6F6;
  border-radius: 50%;
  line-height: 50px;
  color: #E83002;
}

/* line 562, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
body#tinymce blockquote:before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -25px;
  width: 50px;
  height: 50px;
  border: 2px solid #F6F6F6;
  border-radius: 50%;
  line-height: 50px;
  color: #E83002;
  content: "";
  background: url(../images/qw.png) #fff center center;
  background-size: 20px;
  background-repeat: no-repeat;
}

/* line 579, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
body#tinymce blockquote span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: calc(-6px - 1em);
  background: #fff;
  padding: 3px 20px;
  border: 2px solid #F6F6F6;
  border-radius: 20px;
  color: #999999;
  font-size: 12px;
  display: inline-block;
}

/* line 600, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__item {
  margin-bottom: 10px;
}

/* line 603, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__item .box-select {
  margin-top: 0;
  top: 0;
}

/* line 609, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__item.dform__item-pull {
  margin: 0 -10px;
}

/* line 613, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__item blockquote {
  border: 2px solid #F6F6F6;
  border-radius: 5px;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 50px;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  margin: 40px 0;
}

/* line 624, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__item blockquote i {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -25px;
  background: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #F6F6F6;
  border-radius: 50%;
  line-height: 50px;
  color: #E83002;
}

/* line 639, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__item blockquote:before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -25px;
  width: 50px;
  height: 50px;
  border: 2px solid #F6F6F6;
  border-radius: 50%;
  line-height: 50px;
  color: #E83002;
  content: "";
  background: url(../images/qw.png) #fff center center;
  background-size: 20px;
  background-repeat: no-repeat;
}

/* line 656, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__item blockquote span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: calc(-6px - 1em);
  background: #fff;
  padding: 3px 20px;
  border: 2px solid #F6F6F6;
  border-radius: 20px;
  color: #999999;
  font-size: 12px;
  display: inline-block;
}

/* line 674, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__input {
  width: 100%;
  outline: none;
  padding: 10px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  color: inherit;
}

/* line 686, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 692, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 698, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 704, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__input:-moz-placeholder {
  /* Firefox 18- */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 711, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__input-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/* line 717, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__select {
  width: 100%;
  outline: none;
  padding: 10px;
  padding-right: 40px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 733, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 739, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__select::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 745, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__select:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 751, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__select:-moz-placeholder {
  /* Firefox 18- */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 758, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__select-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/* line 765, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__select option strong {
  font-weight: 700;
}

/* line 772, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__inline-half {
  width: 50%;
  float: left;
  padding: 0 10px;
}

/* line 777, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__inline-full {
  float: left;
  width: 100%;
}

/* line 784, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dform__right {
  float: right;
}

/* line 789, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable {
  width: 100%;
}

/* line 793, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 795, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable a:hover {
  color: #E83002;
}

/* line 800, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__wide {
  width: 75%;
}

/* line 804, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__search {
  padding: 20px 50px;
  width: 100%;
  border-bottom: 2px solid #F5F5F5;
  position: relative;
}

/* line 810, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__search-input {
  width: 100%;
  outline: none;
  padding: 10px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 5px;
  color: inherit;
  padding-left: 50px;
}

/* line 823, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 829, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 835, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 841, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #C5C5C5;
  font-size: 12px;
  font-style: italic;
}

/* line 848, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__search-input-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/* line 856, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #dedada;
}

/* line 863, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable tr {
  font-weight: 500;
}

/* line 869, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable tr:nth-child(even) {
  background: #fbfbfb;
}

/* line 873, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable td {
  padding-right: 10px;
  padding: 20px 5px;
  border-bottom: 2px solid #F5F5F5;
}

/* line 879, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable td:first-child {
  padding-left: 40px;
}

/* line 884, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable td:last-child {
  padding-right: 40px;
}

/* line 891, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__date {
  font-size: 12px;
  font-weight: 500;
  color: #bbb8b8;
  padding-top: 10px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

/* line 901, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__lighter {
  font-size: 18px;
  font-weight: 300;
  color: #bbb8b8;
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}

/* line 910, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__upper {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

/* line 916, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__right {
  width: 10%;
}

/* line 921, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__action {
  position: absolute;
  right: 0;
  top: 5px;
}

/* line 926, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.dtable__title {
  display: block;
}

/* line 931, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist {
  padding: 40px 0;
}

/* line 933, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist__item {
  position: relative;
  padding: 20px 50px;
  border-bottom: 2px solid #F5F5F5;
}

/* line 937, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist__item span {
  color: #B3B3B3;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}

/* line 945, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist__item:last-child {
  border: none;
}

/* line 949, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist__item.noborder {
  border: none;
}

/* line 954, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist__wrap {
  width: 50%;
  color: #323131;
}

/* line 959, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist__upper {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 10px;
}

/* line 965, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist__input .dprofile__data-input {
  color: #B3B3B3;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 0;
}

/* line 974, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist.deflist--front {
  width: 80%;
}

/* line 976, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist.deflist--front .deflist__item {
  padding: 20px 50px 20px 20px;
}

/* line 979, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.deflist.deflist--front .follow__lead {
  color: #666666;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 300;
}

/* line 990, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.switch__check {
  position: absolute;
  opacity: 0;
}

/* line 995, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.switch__check:checked + .switch__track {
  width: 40px;
  background-position: 0 0;
  background-color: #E83002;
  border: 1px solid #E83002;
  box-shadow: inset 0 0 0 10px #E83002;
}

/* line 1001, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.switch__check:checked + .switch__track > .switch__knop {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #E83002;
}

/* line 1011, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.switch__track {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin: 15px 10px 15px 2.5em;
}

/* line 1023, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.switch__knop {
  float: left;
  width: 16px;
  height: 16px;
  border-radius: inherit;
  background: #B3B3B3;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}

/* line 1043, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.switch__box {
  position: relative;
}

/* line 1045, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.switch__box label {
  cursor: pointer;
}

/* line 1059, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__drop {
  color: #9B9B9B;
  font-size: 12px;
  padding: 25px 25px;
  width: 350px;
  text-align: left;
  max-height: 60vh;
  overflow-y: scroll;
}

/* line 1069, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__drop-head {
  padding-bottom: 5px;
  border-bottom: 1px solid #D4D4D4;
  position: relative;
  margin-bottom: 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: white;
  padding: 15px 25px;
}

/* line 1082, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__drop-numb {
  position: absolute;
  right: 10px;
}

/* line 1087, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__drop-item {
  line-height: 1.2em;
  padding-bottom: 15px;
  display: block;
}

/* line 1093, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__drop-list {
  padding-top: 40px;
}

/* line 1100, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__name {
  display: inline-block;
}

/* line 1104, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__name, .notif__link-all {
  color: #E83002;
  padding-right: 5px;
  font-weight: 500;
}

/* line 1112, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__link-all {
  padding: 10px 0;
}

/* line 1118, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__activity {
  padding-right: 5px;
  font-weight: 300;
  display: inline;
}

/* line 1123, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__lead {
  padding-right: 5px;
  font-weight: 700;
  font-style: italic;
  display: inline;
}

/* line 1130, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__time {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}

/* line 1136, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  marign-right: 30px;
}

/* line 1144, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__thumb img {
  width: 100%;
  min-height: 100%;
}

/* line 1150, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__text {
  padding-left: 110px;
  padding-top: 5px;
}

/* line 1155, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__item {
  font-size: 18px;
}

/* line 1158, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.notif__item .notif__time {
  margin-top: 5px;
}

/* line 1170, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.follow__name {
  padding-bottom: 5px;
  color: #E83002;
  padding-right: 5px;
  font-weight: 500;
  display: block;
}

/* line 1179, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.follow__lead {
  padding-right: 5px;
  font-weight: 400;
  color: #B3B3B3;
  font-size: 14px;
  line-height: 1.2em;
}

/* line 1188, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.follow__thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  marign-right: 30px;
  position: relative;
}

/* line 1196, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.follow__thumb img {
  width: auto;
  height: 100%;
  max-width: unset;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

/* line 1207, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.follow__text {
  padding-left: 110px;
  padding-top: 5px;
}

/* line 1212, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.follow__wrap {
  width: 90%;
}

/* line 1217, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.follow__item {
  font-size: 18px;
}

/* line 1225, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.playline {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  animation: centerplay .5s;
  background: #B3B3B3;
}

/* line 1236, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.playline.green {
  background: #47dc1c;
}

/* line 1240, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.playline.orange {
  background: #ec9614;
}

/* line 1244, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.playline.red {
  background: #fb4343;
}

/* line 1248, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.playline.blue {
  background: #4A90E2;
}

@keyframes centerplay {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* line 1264, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal {
  width: 40%;
  padding: 20px;
  background: #fff;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

/* line 1272, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal.large {
  width: 70%;
}

/* line 1276, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__boxarea {
  width: 100%;
  padding: 20px 0px;
}

/* line 1281, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__area {
  display: block;
  height: 80px;
  width: 100%;
  border: 1px solid #d8d8d8;
  resize: none;
  outline: none;
  padding: 10px;
  color: #757575;
}

/* line 1292, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal.small {
  width: 25%;
}

/* line 1294, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal.small .modal__head {
  font-size: 18px;
}

/* line 1297, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal.small label {
  font-size: 14px;
}

/* line 1300, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal.small .mfp-close {
  color: white;
}

/* line 1303, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal.small input[type="radio"] {
  vertical-align: middle;
}

/* line 1308, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__head {
  padding: 20px 0px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}

/* line 1315, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__head.green {
  color: #47dc1c;
}

/* line 1319, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__head.orange {
  color: #ec9614;
}

/* line 1323, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__head.red {
  color: #fb4343;
}

/* line 1326, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__head.blue {
  color: #4A90E2;
}

/* line 1329, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__head.fullbg {
  background: #e83002;
  color: white;
  margin: -20px -20px 15px -20px;
  padding: 20px;
}

/* line 1339, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__list-item {
  margin-bottom: 5px;
}

/* line 1341, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__list-item span {
  display: inline-block;
  vertical-align: middle;
}

/* line 1348, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__subhead {
  font-size: 14px;
  font-weight: 300;
  padding-top: 10px;
  color: initial;
}

/* line 1355, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__text {
  padding: 0px 10px 20px 10px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

/* line 1362, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__action {
  *zoom: 1;
  padding-top: 30px;
}

/* line 1364, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__action:after, .modal__action:before {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1370, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__action:after {
  clear: both;
}

/* line 1375, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__action.right {
  float: right;
}

/* line 1381, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__item-inline {
  float: left;
  margin: 0 3px;
}

/* line 1387, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__body {
  *zoom: 1;
}

/* line 1389, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__body:after, .modal__body:before {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1395, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__body:after {
  clear: both;
}

/* line 1400, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__btn {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  color: white;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #B3B3B3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: none;
  outline: none;
}

/* line 1414, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__btn:hover {
  outline: none;
  background: white;
  color: #B3B3B3;
}

/* line 1423, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__form-item {
  margin-bottom: 15px;
}

/* line 1425, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__form-item label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
}

/* line 1437, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__form-item label.label__upload {
  font-weight: 500;
  padding: 20px 40px;
  background: #e4e3e2;
  border-radius: 10px;
  border: 2px dashed #c3c3c3;
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 50%;
}

/* line 1448, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__form-item label.label__upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

/* line 1465, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__input {
  width: 100%;
  outline: none;
  padding: 10px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  color: inherit;
}

/* line 1476, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__input-upload {
  outline: none;
  padding: 10px 0;
}

/* line 1482, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__textarea {
  width: 100%;
  outline: none;
  padding: 10px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  color: inherit;
}

/* line 1494, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__upload {
  width: 70%;
  height: 90vh;
  overflow: scroll;
}

/* line 1500, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__tab {
  display: block;
  padding-bottom: 0px;
  border-bottom: 1px solid #b1afaf2b;
}

/* line 1506, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__tab-ref {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 20px;
  background: #f9f9f9;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 1507, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__tab-ref.center {
  text-align: center;
}

/* line 1524, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__tab-ref.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/* line 1531, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__tab-body {
  margin-top: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

/* line 1538, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__tab-item {
  display: inline-block;
  padding: 15px 30px 10px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: uppercase;
  background: #f3f3f361;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 12px;
}

/* line 1551, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.modal__tab-item.active, .modal__tab-item:hover {
  background: #f3f3f3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #e83103;
}

/* line 1561, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.preupload {
  width: 100px;
}

/* line 1564, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.preupload__text {
  font-size: 12px;
  padding-top: 20px;
}

/* line 1574, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.preupload__grid {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 5px;
  background: #e4dede;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
}

/* line 1583, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.preupload__grid img {
  width: 100%;
  min-height: 100%;
}

/* line 1589, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.preupload__pbox {
  display: block;
  text-align: center;
  position: relative;
  width: 350px;
  height: 350px;
  margin: 0 auto;
}

/* line 1599, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.preupload__pbox img {
  width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 1606, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.preupload__pbox:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 340px;
  height: 340px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.54902);
  transform: translate(-50%, -50%);
}

/* line 1623, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1626, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* line 1632, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 1639, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 1643, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1651, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

/* line 1655, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 1664, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 1670, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__list {
  display: block;
}

/* line 1673, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__item {
  *zoom: 1;
  position: relative;
  margin-bottom: 10px;
}

/* line 1675, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__item:after, .editgale__item:before {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1681, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__item:after {
  clear: both;
}

/* line 1687, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__item-thumb {
  width: 300px;
  height: 225px;
  overflow: hidden;
  padding: 5px;
  border-radius: 20px;
  float: left;
}

/* line 1695, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__item-thumb img {
  height: 100%;
  width: 100%;
}

/* line 1706, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__caption {
  padding: 5px;
  border-radius: 5px;
  height: 225px;
  padding-left: 300px;
}

/* line 1713, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__caption textarea {
  height: 100%;
  font-size: 14px;
  font-weight: 300;
}

/* line 1721, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__choose {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: #4990e2;
  padding: 5px 20px;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* line 1736, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.editgale__choose.selected {
  background: #a5a0a0;
}

/* line 1746, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__list {
  display: block;
  *zoom: 1;
  margin: 0 -3px;
}

/* line 1749, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__list:after, .gale__list:before {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1755, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__list:after {
  clear: both;
}

/* line 1760, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__item {
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #e4dede;
  float: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 3px;
  margin-bottom: 10px;
}

/* line 1771, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__item:hover .gale__float {
  opacity: 1;
}

/* line 1777, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__item.active {
  background: #4990e2;
}

/* line 1781, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__item-thumb {
  width: 150px;
  height: 112.5px;
  overflow: hidden;
  padding: 5px;
  border-radius: 5px;
}

/* line 1789, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__item-thumb img {
  height: 100%;
  width: 100%;
}

/* line 1798, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__caption {
  padding: 5px;
  display: block;
  border-radius: 5px;
  height: 150px;
  padding-left: 200px;
}

/* line 1806, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__caption textarea {
  height: 100%;
  font-size: 14px;
  font-weight: 300;
}

/* line 1813, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__head {
  font-weight: 300;
  padding: 5px 0 10px;
  font-size: 24px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  color: #e83103;
}

/* line 1823, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__float {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  min-width: 105px;
}

/* line 1834, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__choose {
  background: #4990e2;
  padding: 5px 10px;
  color: white;
  font-size: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
}

/* line 1850, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__choose.green {
  background: #29af68;
}

/* line 1854, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__choose.selected {
  background: #a5a0a0;
}

/* line 1859, /Volumes/MELENIA/local/new-pepnews-repo/pepnews/sass/layout/_dashboard.scss */
.gale__datacap {
  display: none;
}

/* Layouts -- Individual site components */

/*# sourceMappingURL=../css/style.map */