body {
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0px;
  background: #f0f2f5;
  color: #1c1e21;
}

/** default settings */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

.hidden {
  display: none !important;
}

/** main content */
.main-content {
  width: 334px;
  height: 278px;
  max-height: 278px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e4e6;
  overflow: hidden;
}

.main-content .header {
  padding: 5px 5px 0px 5px;
}

.main-content .header img {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
}

.main-content .header img.icon-globus {
  display: inline-block;
  height: 11px;
  width: 11px;
  float: none;
  position: relative;
  top: 2px;
}

.main-content .header .fanpage-name {
  font-weight: 600;
  margin-top: 4px;
  color: #1c1e21;
  display: block;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

.fanpage-name {
  height: 15px;
  overflow: hidden !important;
}

.main-content .header .post-date {
  font-weight: 400;
  display: block;
  color: #65676b;
  font-size: 8px;
  margin-top: -2px;
}

.main-content .subheader {
  padding: 8px 10px;
  margin-bottom: 5px;
  font-size: 12px;
  max-height: 35px;
  overflow-y: auto;
  min-width: 280px;
}

.main-content .main-image-wrapper {
  position: relative;
  overflow: hidden;
  background: #eee;
}

.main-content .main-image-wrapper .main-image {
  float: left;
  width: 100%;
  max-width: 336px;
  height: 100%;
}

.main-content .main-image-wrapper .main-image-background {
  background-size: cover !important;
  filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.main-content .main-image-wrapper .main-image.fix_height {
  width: 336px;
  display: flex;
  flex-direction: row;
}

.main-content .main-images-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.main-content .main-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eee;
}

.main-content .main-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.main-content .main-image.fix_height img {
  height: 100%;
  width: auto;
}

.main-content .main-image.fix-width {
  overflow: hidden;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.main-content .main-image.fix-width img {
  width: 100%;
  height: auto;
}

.main-content .footer {
  -webkit-font-smoothing: antialiased;
  color: #65676b;
  margin: 10px 16px;
  padding-bottom: 10px;
  line-height: 18px;
}

.main-content .footer img {
  margin-right: 3px;
  width: 18px;
  height: 18px;
}

.main-content .footer span {
  display: block;
  font-size: 14px;
}

.main-content .comment-form {
  background: #f2f3f5;
  border-radius: 18px;
  height: 36px;
  padding: 0px 10px;
}

.main-content .comment-form .comment-form-wrapper {
  padding: 10px 12px 8px 12px;
}

.main-content .comment-form .placeholder {
  font-size: 11px;
  color: #65676b;
}

/** cta button */
.cta-button {
  background: #1877f2;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 12px;
  text-decoration: none;
  float: right;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  top: 5px;
  width: 150px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.cta-button:hover {
  background: #1c6cd5;
}

/* slider icons */
.slider-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  z-index: 100;
  width: 24px;
  height: 24px;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-icon.left {
  left: 10px;
}

.slider-icon.right {
  left: 298px;
}

.slider-icon i {
  display: block;
  transform: scale(0.7);
  position: relative;
  left: 5px;
}

.slider-icon .icon-left {
  background: url("../img/arrow-left.png") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  position: relative;
  left: 0px;
}

.slider-icon .icon-right {
  background: url("../img/arrow-right.png") no-repeat;
  width: 24px;
  height: 24px;
  left: 7px;
  background-size: 100% auto;
  position: relative;
  left: 0px;
}
