

body {
  background: #f7f7f9;
  font-family: 'Noticia Text', serif;
}

@media(min-width: 768px){
  body {
    background: #f7f7f9 url('../img/bg.jpg') top center no-repeat;
  }
}

/* navbar: top */
.navbar-default {
  background: none;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
}

.navbar-nav a{
  font-family: Oxygen;
  color:  #484747;
  font-size: 13px;
  font-weight: 400;
}

.navbar-nav li.last {
  background: none;
}

.navbar-form {
  border: 0;
  position: relative;
}

.navbar-form button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8px;
}

@media(min-width: 768px){
  .navbar-form button {
    margin-top: 0;
  }
}

.navbar .form-control, .navbar button {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@media(max-width: 768px) {
  .navbar button {
    display: block;
    float: none;
    margin: 0 auto !important;
  }
}

.navbar .form-control {
  border-left: 1px solid #e7e7e7;
}

.navbar-default .btn {
  padding: 8px 12px 4px 12px;
}

.navbar-default .btn:hover {
  background: none;
}

@media(min-width: 992px){
  .navbar .container, .navbar .collapse {
    padding: 0;
  }
  .navbar-nav li {
    background: url('../img/dot.png') right no-repeat;
  }
}

/* header */

header {
  text-align: center;
}

header h1 {
  color:  #a79da6;
  font-size: 14px;
  margin-bottom: 33px;
}

header a:hover {
  color:  #a79da6;
  text-decoration: none;
}

header a img {
  width: 100%;
  max-width: 370px;
  height: auto;
}

/* header: navbar */

.header-area .navbar button span {
  background-color: #888;
}

.header-area {
  padding-right: 0;
}
.header-area .navbar {
  margin-bottom: 0;
}

.header-area .navbar .container {
  padding-right: 0;
}

ul.nav-tabs li {
  border-bottom: 0;
  box-shadow: none;
  border-top: 3px solid #000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0;
}

ul.nav-tabs li:hover {
    border-top: 3px solid #df90b2;
}

ul.nav-tabs a {
  color: #877b86;
  border: 0;
}

ul.nav-tabs a:hover {
  color: #df90b2;
  background: none;
  border: none;
  font-size: 15px;
}

.nav-tabs.nav-justified>li>a {
  border-bottom: 0;
}

.nav-tabs li.last {
  background: none;
}

#collapse-menu-header {
  padding-left: 0;
  overflow: hidden;
}

.header-area .navbar .container {
  padding-left: 0;
}

@media(min-width: 768px){
  .header-area {
    padding-left: 0;
  }
  .header-area .navbar-collapse {
    padding-right: 0;
  }
}


@media(min-width: 992px){
  .header-area {
    padding: 0;
  }
  .nav-tabs li {
    background: url('../img/dot.png') right no-repeat;
  }
}

/* highlight */

.highlight {
  padding: 0;
  margin-bottom: 30px;

}

.highlight .description {
  padding: 21px;
  background-color: #f7f7f9;
  text-align: center;
}

.highlight .description-inside-frame {
  border: 1px solid #333;
  padding: 1px;
  height: 100%;
}

.highlight .text {
  border: 1px solid #777;
  padding: 40px;
  height: 100%;
}

.highlight img {
  width: 100%;
}


@media (min-width: 992px){

.highlight .description {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  bottom: 0;
  margin: auto;
  max-height: 480px;
}

.highlight img{
    display:inline-block;
}

}

.highlight {
  position: relative;
}

.description .pink {
  font-weight: bold;
}

.description .pink a {
  font-weight: bold;
  color: #df90b2;
}

.description .datetime a {
  color: #a2a2a2;
}

.description h4 {
  margin-bottom: 21px;
}

.description .datetime {
  color: #a2a2a2;
  font-size: 14px;
  margin-bottom: 40px;
}

.description .read-more {
  background: url("../img/rm.png") center no-repeat;
  max-width: 298px;
  height: 28px;
  margin: 40px auto;
}

.read-more a {
  color: white;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
  display: inline-block;
  height: 28px;
  width: 100px;
}

.read-more a:hover {
  text-decoration: none;
}

.highlight-main, .highlight-insider {
  display: inline-block;
  position: relative;
}

.highlight-main:after{
    content:"";
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    opacity:0.5;
    border:18px solid white;
}

.highlight-insider:after{
    content:"";
    position:absolute;
    top:18px; bottom:18px; left:18px; right:18px;
    border:1px solid white;
}


/* content */

.content-container {
  padding-right: 0;
}

.sidebar {
  padding-left: 0;
}

@media(min-width: 992px){
  .content-container {
    padding-right: 15px;
  }
  .sidebar {
    padding-left: 15px;
  }
}

.content-container a {
  color: #e28fb1;
  text-decoration: none;
}

.content-container a:hover {
  text-decoration: underline;
}

.content-container .content {
  padding-left: 0;
}

/*content: posts */
.posts {
  padding-left: 15px;
  padding-right: 15px;
}
.posts .col-md-6 {
  margin-bottom: 30px;
}

.posts .text {
  background-color: #fff;
  padding: 23px 35px;
  border-bottom: 3px solid #e3e1eb;
}

.posts h3{
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (min-width: 768px){
  .posts .col-md-6 {
    padding-left: 0;
    padding-right: 15px;
  }
  .posts .right {
    padding-left: 15px;
    padding-right: 0;
  }

}

.posts .pink {
  font-weight: bold;
  font-size: 12px;
}

.posts .datetime {
  color: #a2a2a2;
  font-size: 14px;
}

.posts a {
  color: #333;
}

.posts .datetime a {
  color: #a2a2a2;
}

.posts a:hover{
  text-decoration: none;
}

.posts .col-md-12 {
  padding: 0;
}

.posts .archive-title {
  margin-bottom: 20px;
}

.pager {
  padding:20px;
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}

.pager li {
  border-top: 0;
  padding-top: 25px;
  padding-bottom: 26px;
}

.pager li:hover, .pager li.active {
  border-top: 1px solid #df90b2;
  border-bottom: 1px solid #df90b2;
}

.pager li>a {
  border: 0;
  background: none;
  border-radius: 0;
}

.pager li>a:hover, .pager li.active>a {
  background: none;
  color: #df90b2;
}

/* content: abuot me, post */

.about, .about-contact, .post, .post-popular, .post-comments {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 30px;
}

.about img, .about-contact img, .post img, .post-popular img, .posts img  {
  width: 100%;
  height: auto;
}

.post img {
  margin-bottom: 40px;
}

.post .metadata a{
  font-weight: bold;
}

.post .metadata .datetime {
  color: #a2a2a2;
  font-size: 14px;
}

.post .metadata .datetime a {
  color: #a2a2a2;
}

.post .metadata .datetime a:hover {
  text-decoration: none;
}


.post-popular p {
  /*padding-left: 20px;   */
  font-size: 16px;
}

.post-popular span.pink a {
  font-size: 12px;
  color: #df90b2;
}

.post-popular a {
  color: #333;
  text-decoration: none;
}

.post-popular a:hover {
  text-decoration: none;
}

.about p, .post p {
  text-align: justify;
  margin-bottom: 30px;
  line-height: 1.8;
}

.about h4 .about h1, .about h3, .post h4 {
  font-size: 24px;
  color: #e28fb1;
  font-weight: bold;
  padding: 35px 0 30px 0;
}

.about h2, .post h2 {
  font-size: 30px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}

.about-contact h4 {
  font-size: 18px;
  color: #e28fb1;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-contact .img:after {
  clear: both;
  content: '';
  display:block;
}

.about-contact .pull-left {
  padding-right: 10px;
  width: 50%;
}

.about-contact .pull-right {
  padding-left: 10px;
  width: 50%;
}

/* content: ad */
.ad-content {
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.27);
  font-size: 24px;
  margin-bottom: 30px;
}

/* sidebar */

.sidebar>div {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.sidebar h3, .post-popular h3 {
  font-size:16px;
  margin-top: 0;
  text-align: left;
}

.sidebar hr, .post-popular hr {
  background: url('../img/sep.png') no-repeat;
  height: 1px;
  border: 0;
}

/* sidebar: labels */

.sidebar-labels .form-control {
  padding: 15px;
  border-radius: 0;
  height: auto;
}

.sidebar-labels select {
  background: url('../img/arrow.png') right no-repeat;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
}

/* sidebar: about */

.sidebar-about img {
  width: 100%;
  margin-bottom: 25px;
}

.sidebar-about p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.sidebar-about .social a>span, .sidebar-about .social a>i{
  width: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #9c9c9c;
  display: inline-block;
  font-size: 20px;
  padding-top: 6px;
  margin-right: 4px;
}

.sidebar-about .social a>i {
  position: relative;
  top: -2px;
}

.sidebar-about .social {
  position:relative;
}

.sidebar-about a {
  color: #000;
}

.sidebar-about .follow {
  font-size: 13px!important;
  width: 140px;
  line-height: 2.3;
  padding-top: 2px!important;
  position: absolute;
}


/* sidebar: recommend */
.sidebar-recommend {
  text-align: center;
}

/* sidebar: popular */

.sidebar-popular .media {
  padding-bottom: 25px;
  border-bottom: 1px dotted #a2a2a2;
  margin-bottom: 25px;
}

.sidebar-popular a {
  color: #333;
}

.sidebar-popular .datetime a {
  color: #a2a2a2;
}

.sidebar-popular a:hover {
  color: #333;
  text-decoration: none;
}

.sidebar-popular .last {
  margin:0;
  padding: 0;
  border: 0;
}

.sidebar-popular .media-left {
  padding-right: 20px;
}

.sidebar-popular .datetime {
  color: #a2a2a2;
  font-size: 14px;
}

.sidebar-popular .media-header {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.only-medium {
  display: none;
}

@media (min-width: 768px){
  .only-medium {
    display: block;
  }
}

@media (min-width: 992px){
  .sidebar {
    padding-right: 0;
  }
  .sidebar-about .follow {
    font-size: 13px!important;
    width: 140px!important;
    line-height: 2.3;
    padding-top: 0;
    margin-top: 10px;
    position: relative;

  }
}

@media (min-width: 1200px){
  .only-medium {
    display: none;
  }
  .sidebar-about .follow {
    font-size: 13px!important;
    margin-top: 0;
    width: 140px!important;
    line-height: 2.3;
    padding-top: 2px!important;
    position: absolute;
  }
}





/* footer */

footer a {
  border-bottom: 1px dashed #888;
  color: #888;
}

footer a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #df90b2;
  color: #df90b2;
}

.footer-area {
  padding: 0;
  background-color: #22272f;
}

.instagram {
  background-color: #fff;
  padding: 0;
}

.instagram-header {
  color: #df90b2;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  padding: 59px 0;
}

.instagram img {
  width: 100%;
}

.widget-container {
  padding-top: 20px;
  padding-bottom: 20px;

}

.widget-container .row {
    position: relative;
}

.widget-container .up-arrow {
  position: absolute;
  bottom:-100px;
  right: 0;
  display: block;
}

@media (min-width: 992px){
  .widget-container {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .widget-container {
    padding-right: 0;
  }

  .new-comments {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-area .row {
  color: #f6f5f7;
}

.footer-area h4 {
  margin-bottom: 40px;
}

.new-comments .media {
  border-bottom: 1px dotted #a2a2a2;
  margin-bottom: 12px;
  padding-bottom: 6px;
}

.new-comments .last {
  border-bottom: none;
}

.new-comments img {
  width: 61px;
  height: 61px;
}

.new-comments .nick {
  color: #df90b2;
}

.new-comments .datetime {
  color: #a2a2a2;
}

.new-comments a {
  color: #fff;
}

.new-comments img {
  display: inline-block;
  border-radius: 30px;
}

.new-comments a:hover {
  text-decoration: none;
}

.footer-about p {
  padding-top: 34px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.footer-about .social a>span, .footer-about .social a>i {
  width: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #f6f5f7;
  display: inline-block;
  font-size: 20px;
  padding-top: 6px;
  margin-right: 8px;
}

.footer-about .social a>i {
  position: relative;
  top: -2px;
}

.footer-about .social {
  position:relative;
}

.footer-about a {
  color: #f6f5f7;
}

.footer-about .follow {
  font-size: 13px!important;
  width: 180px!important;
  line-height: 2.3;
  padding-top: 2px!important;
  position: absolute;
}

.archive {
  font-family: Oxygen;
}

.archive table {
  width: 100%;
}

.archive tr {
  border-bottom: 1px dotted #a2a2a2;
}
.archive td{
  width: 50%;
  text-transform: uppercase;
  padding: 14px 0;
}

.archive a {
  color: #fff;
  text-decoration: none;
}

.archive p {
  padding-top: 12px;
}

.archive #archive_toogle {
  cursor: pointer;
}
footer {
  text-align: center;
  color: #a79da6;
  background-color: #f7f7f9;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom:30px;
}

/* misc */
.pink {
  color: #df90b2;
}

.pink a {
  color: #df90b2;
}

.pink a:hover {
  color: #ff90b2;
  text-decoration: underline;
}

/* icomoon */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?sfuxw8');
	src:url('../fonts/icomoon.eot?sfuxw8#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?sfuxw8') format('truetype'),
		url('../fonts/icomoon.woff?sfuxw8') format('woff'),
		url('../fonts/icomoon.svg?sfuxw8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bubble:before {
	content: "\e800";
}
.icon-facebook:before {
	content: "\e801";
}
.icon-instagram:before {
	content: "\e802";
}
.icon-twitter:before {
	content: "\e803";
}

img.alignright {
  width: inherit;
  margin: 5px 0px 5px 22px;
  float: right;
}
