@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
body {
  font-family: 'Nunito', sans-serif;
}

a:hover {
  text-decoration: none;
}
a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover {
  text-decoration: underline;
  text-decoration-color: #02c4d0;
}

h1 {
  font-size: 45px;
  font-weight: 800;
}

h2 {
  font-size: 35px;
  font-weight: 800;
}

h3 {
  font-size: 30px;
  font-weight: 800;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 15px;
  font-weight: 600;
}

.detail .author {
  font-size: 13px;
  color: #666;
}

header {
  background-color: #000;
  user-select: none;
}
header .back {
  display: inline-block;
  border-radius: 50%;
  background-color: #FFF;
  color: #000;
  padding: 7px 9px;
  margin-top: 18px;
  line-height: 1em;
}
header .logo {
  padding: 15px 0;
  display: inline-block;
  float: right;
}
header .logo img {
  width: 150px;
}

.home-slider .carousel .carousel-inner .item {
  width: 100%;
  height: 95vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-slider .carousel .carousel-inner .item .highlight-line {
  width: 90%;
  height: 4px;
  background-color: #02c4d0;
  display: block;
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 1;
}
.home-slider .carousel .carousel-inner .item .gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 14%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.92) 100%);
}
.home-slider .carousel .carousel-inner .item .caption {
  position: absolute;
  height: auto;
  bottom: 25%;
  left: 17%;
  right: 11%;
  width: 500px;
}
.home-slider .carousel .carousel-inner .item .caption a {
  color: #FFF;
}
.home-slider .carousel .carousel-inner .item .caption h1 {
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .home-slider .carousel .carousel-inner .item .caption {
    height: auto;
    width: 70%;
    top: 30%;
    left: 15%;
    right: 15%;
  }
}

.home-featured {
  margin-top: 80px;
}

.main-featured {
  position: relative;
}
.main-featured a {
  color: #222;
}
.main-featured .image {
  float: right;
  width: 820px;
  overflow: hidden;
}
.main-featured .image img {
  object-fit: cover;
}
.main-featured .detail {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100px;
  bottom: 100px;
  padding: 30px;
  width: 420px;
  border: solid 4px #02c4d0;
}
.main-featured .detail h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main-featured.main-right .image {
  float: left;
}
.main-featured.main-right .detail {
  left: auto;
  right: 0;
}
.main-featured.main-small {
  width: 820px;
}
.main-featured.main-small .image {
  width: 420px;
}
.main-featured.main-small .detail {
  top: 20px;
  bottom: 20px;
  padding: 20px;
  width: 420px;
  margin-right: 100px;
}
.main-featured.main-small .detail h3 {
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  .main-featured.main-small {
    width: auto;
  }
  .main-featured.main-small .image, .main-featured.main-small .detail {
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .main-featured .image {
    float: none;
    width: auto;
  }
  .main-featured .detail {
    width: auto;
    position: static;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }
  .main-featured .detail h1, .main-featured .detail h2, .main-featured .detail h3 {
    margin-top: 0;
  }
  .main-featured.main-right .image {
    float: none;
  }
}

.main-thumbs {
  margin-top: 40px;
}
.main-thumbs .thumbs {
  border-right: solid 1px #ddd;
  min-height: 260px;
}
.main-thumbs .thumbs:last-child {
  border-right: none;
}
.main-thumbs .thumbs a {
  color: #444;
}
.main-thumbs .thumbs .image {
  width: 100%;
  overflow: hidden;
}
.main-thumbs .thumbs .image img {
  width: 100%;
  object-fit: cover;
}
.main-thumbs .thumbs .detail h4 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.main-thumbs.thumbs-two {
  width: 845px;
}
.main-thumbs.thumbs-x-small .thumbs {
  min-height: auto;
}
.main-thumbs.thumbs-x-small .thumbs .detail .author {
  font-size: 11px;
}
.main-thumbs.thumbs-related .thumbs {
  border: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .main-thumbs.thumbs-two {
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  .main-thumbs .thumbs {
    margin-bottom: 40px;
    border-right: none;
  }
}

.article-heading {
  margin-top: 60px;
}
.article-heading .detail {
  width: 600px;
}
.article-heading .detail h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.article-heading .detail .datetime {
  color: #999;
}
.article-heading .detail .share .byline .social-share {
  float: none;
  margin-top: 40px;
}
.article-heading .detail .share .byline .social-share img {
  margin-right: 10px;
  margin-left: 0;
  width: 35px;
}
@media only screen and (max-width: 768px) {
  .article-heading .detail {
    width: 100%;
  }
}

.article-featured {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
  margin-top: 60px;
  position: relative;
}
.article-featured .highlight-line {
  width: 80%;
  height: 4px;
  background-color: #02c4d0;
  display: block;
  position: absolute;
}
.article-featured .highlight-line.line-top {
  top: 20px;
  left: 0;
}
.article-featured .highlight-line.line-bottom {
  bottom: 20px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .article-featured {
    height: 500px;
  }
}

.article-content {
  margin-top: 80px;
}
.article-content-border {
  border-right: solid 1px #eee;
}
.article-content .article-body {
  padding-right: 80px;
}
.article-content .article-body .article-author {
  float: left;
  width: 100px;
  font-size: 12px;
}
.article-content .article-body .article-author .by {
  display: block;
  color: #888;
}
.article-content .article-body .article-author .by:before {
  content: '';
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #02c4d0;
  display: block;
}
.article-content .article-body .article-author .name {
  display: block;
  color: #333;
  font-weight: 700;
}
.article-content .article-body, .article-content .article-body p {
  font-size: 16px;
  color: #555;
}
.article-content .article-body p {
  margin-bottom: 30px;
  display: block;
}
.article-content .article-body h1, .article-content .article-body h2, .article-content .article-body h4 {
  color: #333;
  margin-top: 50px;
  margin-bottom: 20px;
}
.article-content .article-body h1, .article-content .article-body h2, .article-content .article-body h3, .article-content .article-body p, .article-content .article-body ul, .article-content .article-body ol {
  margin-left: 200px;
}
.article-content .article-body figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article-content .article-body figure img {
  width: 100%;
}
.article-content .article-body figure figcaption {
  padding: 15px 0;
  font-size: 13px;
  color: #666;
  border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 992px) {
  .article-content .article-body {
    padding-right: 0;
  }
  .article-content .article-body .article-author {
    float: none;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
  }
  .article-content .article-body .article-author .by {
    display: inline-block;
  }
  .article-content .article-body .article-author .name {
    display: inline-block;
  }
  .article-content .article-body h1, .article-content .article-body h2, .article-content .article-body h3, .article-content .article-body p {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .article-content {
    margin-top: 30px;
  }
  .article-content-border {
    border-right: none;
    border-bottom: solid 1px #eee;
  }
  .article-content .article-body {
    padding-right: 0;
  }
}

/*# sourceMappingURL=maldive_islands.css.map */
