* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
}


.ease-out1 {
  -webkit-transition: 0.1s ease-out all;
  transition: 0.1s ease-out all;
}

.ease-out2 {
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}

.ease-out4 {
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.ease-out6 {
  -webkit-transition: 0.6s ease-out all;
  transition: 0.6s ease-out all;
}

.ease-out8 {
  -webkit-transition: 0.8s ease-out all;
  transition: 0.8s ease-out all;
}

.ease-out10 {
  -webkit-transition: 1s ease-out all;
  transition: 1s ease-out all;
}


.magazine-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
    -webkit-transform: scale(1);
          transform: scale(1);
}

.magazine-wrap-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.magazine-wrap-reading {
  margin-right: 50%;
}

.magazine-wrap-reading .magazine-left {
  width: 100%;
}

.magazine-wrap-reading .mag-header i {
  display: none;
}

.mag-overlay {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}

.mag-overlay-no-overflow {
  overflow: hidden;
}

.magazine-body {
  max-width: 1200px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

.magazine-date {
  position: fixed;
  color: #fff;
  top: 100px;
  left: 0px;
  height: calc(100vh - 100px);
  width: 40px;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.magazine-date span {
  /*margin-top: 47vh;
  margin-left: -100px;*/
  margin-top: -14vh;
  width: 250px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.mag-header {
  width: 100%;
  color: #fff;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.mag-header h1 {
  flex: 1 1 auto;
}
.search {
  cursor: pointer;
}
.search input {
  border: 0px;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: 0;
  padding: 5px 10px;
  width: 0;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
  color: #fff;
}
.search input.view {
  width: auto;
  opacity: 1;
  pointer-events: auto;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
}

.mag-header span {
  display: none;
  line-height: 0px;
  font-size: 30px;
  font-weight: 400;
  margin: 0 20px;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
}

.mag-header i {
  font-size: 40px !important;
  -webkit-font-smoothing: antialiased;
}

.magazine-left {
  float: left;
  width: 50%;
  max-width: 540px;
  color: #fff;
}

.magazine-title{
  width: 85%;
}

.magazine-overview h1 {
    font-size: 65px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.magazine-overview > span {
  font-size: 30px;
  color:#fff;
  -webkit-font-smoothing: antialiased;
}

.magazine-overview > span:after {
    content: "";
    display: block;
    background: #6f4d8c;
    height: 4px;
    width: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.magazine-overview h4 {
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
}

.magazine-authors {
  list-style: none;
}

.magazine-authors li {
  margin-bottom: 20px;
}

/*.magazine-authors li:first-child {
  display: block !important;
}*/

.magazine-authors li a {
  display: block;
}

.magazine-authors img {
  width: 40px;
  height: auto;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.magazine-authors span {
  line-height: 40px;
}

.magazine-right {
  float: right;
  width: 50%;
  color: #fff;
  text-align: center;
  list-style: none;
  padding-bottom: 35vh;
}

.article:after {
    content: "";
    display: block;
    background: #6f4d8c;
    height: 4px;
    width: 50px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.article:last-child:after {
  display: none;
}

.article {
  overflow: hidden;
}
.articleImage{
  overflow: hidden;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article img {
  width: 100%;
  height: auto;
}
.articleContent{
  padding: 20px 10px;
}
.article h2 {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
}

.article p {
  width: 350px;
  margin: 0 auto;
  line-height: 20px;
}

.article a {
  display: block;
  text-decoration: none;
  color: #fff;
  /*width: 400px;*/
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #fff;
}
 
.magazine-triangle {
  display: none;
  position: fixed;
  top: 0;
  right: -200px;
  width: 0;
  height: 0;
  border-style: solid;
  text-align: center;
  border-width: 0 0 100vh 200px;
  border-color: transparent transparent #fff transparent;
}

.magazine-triangle-active {
  right: 0;
}

.back {
  display: none;
  color: #999;
  border: 1px solid #999;
  padding: 20px;
  position: absolute;
  right: 2%;
  bottom: 20px;
  font-weight: 700;
  text-decoration: none;
  z-index: 999;
  border-radius: 50%;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}

.back:hover {
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.magazine-read {
  display: none;
  width: 50%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  padding: 0 60px;
  text-align: center;
  display: none;
}

.magazine-read .mag-header {
  color: #000;
}

.read-body {
  padding: 80px 0;
}

.read-body img {
  max-width: 100%;
}
.read-head{
  margin-bottom: 40px;
  /*height: 150px;*/
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.read-user-pic {
  width: 100%;
  height: auto;
}

.read-user-name {
  display: block;
  margin-bottom: 40px;
}

.read-head-fix {
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  width: 50%;
  text-align: left;
  padding: 10px 60px;
  height: 60px;
}

.read-head-fix .read-user-pic {
  float: left;
  margin-right: 20px;
}

.read-head-fix .read-user-name {
  line-height: 40px;
}

.read-head-fix ~ .read-title {
  margin-top: 100px;
}

.read-title {
  font-size: 50px;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
}

.read-share {
  display: block;
  margin-bottom: 40px;
}

.read-share i {
  margin-right: 5px;
  color: red;
}

.read-pic {
  margin-bottom: 20px;
}

.read-body p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
}

.read-body p.teaser-text {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
}

.read-body p.quote {
  padding-left: 20px;
  border-left: 3px solid #999;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  color: #999;
  -webkit-font-smoothing: antialiased;
}

.bottom-bar {
  position: fixed;
  bottom: -60px;
  right: 0;
  width: 50%;
  height: 60px;
  background: #fff;
}

.bottom-bar-pull {
  bottom: 0px;
}

.bottom-pagination {
  line-height: 60px;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
}

.bottom-pagination span {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}

.bottom-pagination:before {
  content: "<";
  display: inline-block;
  color: #e6e6e6;
  margin-right: 20px;
}

.bottom-pagination:after {
  content: ">";
  display: inline-block;
  color: #e6e6e6;
  margin-left: 20px;
}

.social-icons {
  list-style: none;
  width: 100%;
  text-align: center;
}

.social-icons li {
  display: inline-block;
  margin: 10px 40px;
}

.social-icons li a i {
  font-size: 40px;
  color: #e6e6e6;
  -webkit-font-smoothing: antialiased;
}

.magazine-right li a:hover {
  border: 1px solid #fff;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.magazine-right li a:hover img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.magazine-right li a:hover h2 {
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.magazine-right li a:hover p {
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.social-icons:hover i {
  color: #ccc;
}

.social-icons i:hover {
  color: #000;
}


.catList img, .catList span{
  cursor:pointer;
}

.catList.actual img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.catList.actual span {
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.catList:hover img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.catList:hover span {
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}



.socialBar{
  cursor: pointer;
  user-select: none;
  display: inline-block;
}
.socialElement {
  width: 50px;
  float: left;
  text-align: center;
  border: 1px solid;
}
.socialElement +
.socialElement {
  margin-left: 5px; 
}
.socialElement a {
  padding: 6px;
  display: block;
  font-size: 17px;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.socialElement a:hover i{
    color: #fff;
}
.socialElement i {
    color: #ccc;
}

.facebook,
.facebook i{
  color:#4e6bc4;
}
.facebook:hover a{
  background-color:#4e6bc4;
}
.twitter,
.twitter i{
  color:#36bfe9;
}
.twitter:hover a{
  background-color:#36bfe9;
}
.linkedin,
.linkedin i{
  color:#137dc4;
}
.linkedin:hover a{
  background-color:#137dc4;
}
.rss,
.rss i{
  color:#e5443c;
}
.rss:hover a{
  background-color:#e5443c;
}

.google,
.google i{
  color:red;
}
.google:hover a{
  background-color:red;
}

.mail,
.mail i{
  color:#ccc;
}
.mail:hover a{
  background-color:#ccc;
}