<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* Table of Contents

1- BODY
2- MAIN NAVIGATION &amp; DROPDOWN MENU
3- MOBILE HEADER
4- SLIDER
5- BREAKING NEWS
6- PAGE CONTENTS
7- JOIN US
8- CATEGORY
9- TABS
10- ADVERTISEMENT
11- NEWSLETTER
12- FEATURED VIDEO
13- GALLERY CAROUSEL
14- FEATURED AUTHORS
15- REVIEW BLOCK
16- NO GUTTER
17- ARTICLE / CATEGORY &amp; DETAILS
18- EDITOR PICKS
19- SITE MAP
20- CONTACT FORM
21- LOGIN FORM
22- 404 STARTS
23- TOTOP
24- FOOTER
25- MEDIA QUERIES

*/
@font-face {
  font-family: 'Sans-Narrow';
  src: url('../font/Sans-Narrow/Sans-Narrow.eot');
  src: url('../font/Sans-Narrow/Sans-Narrow.eot?#iefix') format('embedded-opentype'), url('../font/Sans-Narrow/Sans-Narrow.woff') format('woff'), url('../font/Sans-Narrow/Sans-Narrow.ttf') format('truetype'), url('../font/Sans-Narrow/Sans-Narrow.svg#svg/Sans-Narrow') format('svg');
}
@font-face {
  font-family: 'Sans-NarrowBold';
  src: url('../font/Sans-NarrowBold/Sans-NarrowBold.eot');
  src: url('../font/Sans-NarrowBold/Sans-NarrowBold.eot?#iefix') format('embedded-opentype'), url('../font/Sans-NarrowBold/Sans-NarrowBold.woff') format('woff'), url('../font/Sans-NarrowBold/Sans-NarrowBold.ttf') format('truetype'), url('../font/Sans-NarrowBold/Sans-NarrowBold.svg#svg/Sans-NarrowBold') format('svg');
}
@font-face {
  font-family: 'playfair';
  src: url('../font/playfair/playfair.eot');
  src: url('../font/playfair/playfair.eot?#iefix') format('embedded-opentype'), url('../font/playfair/playfair.woff') format('woff'), url('../font/playfair/playfair.ttf') format('truetype'), url('../font/playfair/playfair.svg#svg/Sans-NarrowBold') format('svg');
}
body {
  font-family: 'Sans-Narrow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #27242f;
}
/* ----------------------------------------------------------------------------- MAIN NAVIGATION &amp; DROPDOWN MENU STARTS ----- */
/*NEW CSS BY SIMON*/
.sliderr {
  margin: 0px!important;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 100%;
}
#tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-weight: 300;
}
#tabs nav {
  text-align: center;
}
#tabs nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
#tabs nav ul li {
  display: inline-block;
  position: relative;
  width: calc(18% + 1px);
}
#tabs nav a {
    color: #591e23;
    display: block;
    font-size: 1.45em;
    font-family: 'neutra';
    padding: 10px 0 0 0;
    white-space: nowrap;
}
#tabs nav a img {
  border: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  #tabs {
    margin-top: 20px;
  }
  #tabs nav a img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #tabs nav ul li {
    float: left;
    margin-left: 8px;
  }
}
@media screen and (max-width: 52.375em) {
  #tabs nav a:before {
    margin-right: 0;
  }
}
@media screen and (max-width: 32em) {
  #tabs {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #tabs nav{
	line-height: 10px;
  }
  #tabs nav ul,
  #tabs nav ul li a {
    width: 100%;
    padding: 0;
    font-size: 15px;
  }
  #tabs nav ul li {
    width: calc(20% + 1px);
    margin: 0 0 0 -1px;
  }
  #tabs nav ul li:last-child {
    border-right: none;
  }
}
.logo-link {
  padding-top: 20px;
}
.navbar-nav {
  float: none;
  display: block;
}
.navbar-nav &gt; li {
  display: inline-block;
  float: none;
  width: 10% !important;
  text-align: center;
}
#navigation ul.nav a:hover,
#navigation ul.nav a:focus,
#navigation ul.nav a:active {
  background: transparent;
  color: #BA9765!important;
}
.circle-image {
  width: 140px;
  height: 140px;
  padding: .5em;
  margin-bottom: -3em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.media-fav-container {
  border-bottom: 1px solid #BA9765;
  padding-bottom: 30px;
  margin-bottom: 20px;
  min-height: 160px;
}
.media-fav-container:last-child {
  border: 0;
}
.media-body-fav {
  padding-top: 25px;
  padding-left: 5px;
}
.media-body-fav a {
  color: #000;
}
.media-body-fav a:hover,
.media-body-fav a:focus,
.media-body-fav a:active {
  color: #ba9765;
  text-decoration: none;
}
.list-fav {
  color: #ba9765;
  margin-bottom: 5px;
}
.list-fav-number {
  font-size: 65px;
  font-family: 'playfair';
  line-height: 25px;
  padding-right: 10px;
}
.fav-us {
  color: #fff;
}
.social-media-wrapper {
  position: relative;
  border-bottom: 1px solid #BA9765;
}
.icon-wrapper {
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #ba9765;
  position: absolute;
  top: -20px;
  right: 40%;
}
.icon-wrapper .icon {
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 3px;
}
.icon-wrapper .icon i {
  color: #fff;
}
.featured-magz {
  margin-top: 40px;
  margin-bottom: 40px;
}
.media-left-magz {
  padding-right: 30px;
  padding-top: 15px;
}
.newsletter-cont {
  margin-top: 20px;
}
.newsletter-cont img {
  margin: 0 auto;
}
.more-link a {
  color: #BA9765;
  padding-left: 5px;
}
.more-link a:hover,
.more-link a:active,
.more-link a:focus {
  text-decoration: none;
}
.more-link-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.more-link-wrapper a {
  color: #E6CDA9;
  font-family: 'Sans-NarrowBold', sans-serif;
  text-decoration: underline;
}
.logo-video {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 100;
}
.style-scout-cont {
  position: relative;
}
.row-video-title {
  margin-top: 40px;
}
.footer-brand {
  padding-bottom: 15px;
}
.footer-brand a {
  display: inline-block;
  margin: 5px 5px;
}
.text-center {
  text-align: center;
}
.footer-text {
  font-size: 15px;
}
.link-footer {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
}
.link-footer a {
  margin: 0 20px;
  color: #000;
}
.side-right-wrapper {
  border-left: #BA9765 solid 1px;
  padding-left: 15px;
}
.sidr ul li:hover &gt; a,
.sidr ul li:hover &gt; span,
.sidr ul li.active &gt; a,
.sidr ul li.active &gt; span,
.sidr ul li.sidr-class-active &gt; a,
.sidr ul li.sidr-class-active &gt; span {
  color: #BA9765 !important;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: #BA9765 !important;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #BA9765;
  border-color: #BA9765;
}
.headMajalah {
  font-size: 18px;
  line-height: 20px;
  font-variant: normal;
  color: #fff;
  text-decoration: none;
  background-color: #BA9765;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.headMajalahBottom {
  font-size: 15px;
  line-height: 20px;
  font-variant: normal;
  color: #fff;
  text-decoration: none;
  background-color: #BA9765;
  padding: 0 5px;
  margin-bottom: 10px;
}
.rowMajalahBottom {
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
}
.rowMajalahBottomSub {
  float: left;
  margin-right: 6px;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.textBoldF01 {
  font-size: 17px;
}
.contentMajalah {
  font-size: 15px;
}
.prevEdisi {
  list-style: square;
  color: #272625;
  padding-left: 10px;
}
.prevEdisi li {
  margin-left: 20px;
  line-height: 30px;
}
.prevEdisi li a {
  font-weight: bold;
  color: #272625;
}
.previewMajalah {
  margin-bottom: 10px;
}
#myModal .modal-header,
#admodal .modal-header,
#myModal2 .modal-header {
  border-bottom: 0;
  padding: 5px 15px 0px 15px;
}
#myModal .modal-content,
#admodal .modal-content,
#myModal2 .modal-content {
  border-radius: 0;
}
#myModal2 img {
  margin: 0 auto;
}
.spothead {
  width: 240px;
  position: relative;
  overflow: hidden;
  background-position: 0px;
  height: 55px;
  line-height: 55px;
  width: 100%;
  z-index: 0;
}
.button-slide-wrapper {
  position: relative;
  display: none;
}
.spothead .prevSlide {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 22px;
  text-align: center;
  color: #BA9765;
  font-size: 22px;
  cursor: pointer;
}
.spothead .nextSlide {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 22px;
  text-align: center;
  color: #BA9765;
  font-size: 22px;
  cursor: pointer;
}
.spothead .navbar .nav {
  width: 100%;
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0;
  padding-left: 4px;
  border-bottom: 1px solid #BA9765;
  height: 54px;
}
.spothead ul.nav li {
  float: left;
}
.spothead .navbar .nav &gt; li &gt; a {
  font-size: 17px;
  padding: 0 15px;
  color: #000;
  border: 0;
}
.spothead .navbar .nav &gt; li &gt; a:hover,
.spothead .navbar .nav &gt; li &gt; a:focus,
.spothead .navbar .nav &gt; li &gt; a:active {
  background: transparent;
}
.form-control-select-custom {
  padding: 0;
  font-size: 16px;
  border: 1px solid #A9A9A9;
}
.text-area-custom {
  border: 1px solid #A9A9A9;
  padding-left: 5px;
}
.link-form-gold,
.link-form-gold:hover,
.link-form-gold:active,
.link-form-gold:focus {
  float: right;
  color: #BA9765;
  font-weight: bold;
  cursor: pointer;
}
/*END HERE*/
/*FOR UPLOAD IMAGE*/
.upload-file {
  border: 1px solid #A9A9A9;
  padding-left: 5px;
  font-size: 16px;
  padding: 4px;
  margin-bottom: 10px;
  width: 100%;
}
.preview {
  display: block;
  position: relative;
  z-index: 6;
  width: 200px;
  height: 200px;
  /*margin: 20px auto;*/
  border: 2px solid #ccc;
  border-radius: 0px;
  overflow: hidden;
}
.preview img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: auto;
  max-height: 200px;
  margin: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.file-upload-wrapper {
  position: relative;
  z-index: 5;
  display: block;
  width: 200px;
  margin-top: 10px;
  height: 30px;
  border: 2px solid #ccc;
}
.field-file-upload-native,
.field-file-upload {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
.field-file-upload-native:focus,
.field-file-upload:focus {
  outline: none;
}
.field-file-upload {
  z-index: 10;
  padding: 5px 15px 8px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  color: #90a294;
  border: 0;
  background-color: transparent;
}
.field-file-upload-native {
  z-index: 15;
  opacity: 0;
}
/*END HERE*/
/*FOR MASONRY*/
.wrapper {
  width: 99%;
  margin: 0em auto;
}
.masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}
.itemm {
  display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
}
@media only screen and (min-width: 400px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 700px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 900px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media only screen and (min-width: 1100px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
/*END HERE*/
#date {
  font-size: 14px;
}
.top-nav {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #000;
}
.top-nav.overlay {
  background-image: url(../images/icons/top-nav-overlay.png);
  background-repeat: repeat;
}
.top-nav ul.small-nav {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.top-nav ul.small-nav li {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: -10px;
}
.top-nav ul.small-nav li a {
  color: #000;
}
.top-nav ul.small-nav li a:link {
  color: #000;
}
.top-nav ul.small-nav li a:hover {
  color: #ba9765;
  text-decoration: none;
}
.top-nav-2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #000;
  background-color: #f5f5f5;
}
.top-nav-2 ul.small-nav {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.top-nav-2 ul.small-nav li {
  display: inline-block;
  padding-left: 10px;
}
.top-nav-2 ul.small-nav li a {
  color: #000;
}
.top-nav-2 ul.small-nav li a:link {
  color: #000;
}
.top-nav-2 ul.small-nav li a:hover {
  color: #666;
  text-decoration: none;
}
.logo {
  padding-bottom: 20px;
  text-align: center;
}
.nav-icon {
  position: relative;
}
.nav-icon .fa {
  position: absolute;
  font-size: 18px;
  top: 7px;
  left: 5px;
  color: #000;
}
.nav-icon input[type=search] {
  width: 200px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  color: #333333;
  background-color: transparent!important;
  padding-left: 24px;
  transition: width 1s;
  -webkit-transition: width 1s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  background-image: url(../images/icons/search.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  margin: 0;
  border-bottom: 1px solid #000;
}
.nav-icon input[type=search]:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 200px;
}
/*FOR TAB*/
.nav {
  list-style: none;
}
#myTab.nav-tabs {
  margin-bottom: 20px;
  border: 0;
}
#myTab.nav-tabs &gt; li.active {
  border-bottom: 2px solid #BA9765;
}
#myTab.nav-tabs &gt; li.active &gt; a,
#myTab.nav-tabs &gt; li.active &gt; a:focus,
#myTab.nav-tabs &gt; li.active &gt; a:hover {
  border: 0;
  line-height: 1;
  cursor: pointer;
  background: none;
}
#myTab.nav &gt; li &gt; a:hover,
#myTab.nav &gt; li &gt; a:focus {
  background: none;
  border: 0;
  cursor: pointer;
}
.day-tab {
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.agenda-container .agenda-content {
  margin-bottom: 50px;
}
.agenda-container .agenda-content h1 {
  font-size: 19px;
  border-bottom: 1px solid #DDD;
  padding: 5px 0;
}
.agenda-container .agenda-content .small-ref {
  font-size: 12px;
  color: #999999;
}
.agenda-container .agenda-content i {
  font-size: 13px;
}
.agenda-container {
  margin-bottom: 20px;
}
/*END HERE*/
#navigation {
  width: 100%;
  margin-left: auto;
  margin-bottom: auto;
  position: absolute;
  z-index: 999;
}
#navigation ul.nav {
  margin: 0px!important;
  padding: 0px!important;
  text-align: center;
}
#navigation ul.nav li a {
  font-size: 16px;
  font-weight: 400;
  color: #231F20;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
  background-color: #f8f8f8;
}
.yamm .yamm-content h3 {
  font-size: 16px;
  margin: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-bottom: 10px;
}
#navigation ul.nav li .yamm-content a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f105";
  margin-right: 6px;
}
.navbar-custom {
  border: 0;
}
.navbar-custom .navbar-collapse {
  border-bottom: 1px solid #000;
  background: #fff;
}
.navbar-nav &gt; li &gt; .dropdown-menu li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f105";
  margin-right: 6px;
}
.yamm .yamm-content article {
  padding-bottom: 0px;
}
.yamm .yamm-content .description {
  padding-top: 20px;
  font-size: 14px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  margin-left: 14px;
  margin-right: 14px;
}
.yamm-content .category-caption span {
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  letter-spacing: 2px;
}
.yamm-content article .detail {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.yamm-content article a {
  color: #000;
}
.yamm-content article a:hover {
  color: #000!important;
  text-decoration: none;
}
.yamm-content article .picture .overlay-category {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 100;
  background-color: #f8f8f8;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 2px;
}
.yamm-content .caption {
  font-size: 16px!important;
  font-weight: 400;
  padding-top: 2px;
  line-height: 1.2;
}
ul.mega-links {
  padding: 0px;
  margin: 0px;
}
ul.mega-links li {
  color: #666;
  list-style-type: none;
  padding: 4px;
}
ul.mega-links li a {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
ul.mega-links li a:link {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
ul.mega-links li:hover {
  color: #666;
}
#navigation ul.nav li .yamm-content .thumb {
  position: relative;
}
#navigation ul.nav li .yamm-content .thumb .title {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  color: #fff;
  bottom: 15px;
  left: 25px;
  display: none;
}
#navigation ul.nav li .yamm-content .thumb:hover .title {
  display: block;
}
#navigation ul.nav li .yamm-content a {
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #444444;
  padding: 0px;
  border: none;
}
#navigation ul.nav li .yamm-content a:hover {
  color: #e4545b!important;
}
#navigation ul.nav li .yamm-content a img {
  padding-top: 10px;
  padding-bottom: 10px;
}
#navigation ul.nav li .yamm-content a img:hover {
  opacity: 0.4;
}
.navbar-nav &gt; li &gt; .dropdown-menu li a {
  font-size: 14px!important;
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-nav &gt; li &gt; .dropdown-menu li a:hover {
  color: #e4545b!important;
}
.dropdown-li {
  display: inline-block !important;
}
.dropdown-link {
  display: inline-block !important;
}
.dropdown-caret {
  display: inline-block !important;
  padding-left: 2px !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu &gt; .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover &gt; .dropdown-menu {
  display: block;
}
.dropdown-submenu &gt; a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover &gt; a:after {
  border-left-color: #e4545b;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left &gt; .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.cover-video {
  height: 250px;
  background-color: #ede4d7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article-video {
  display: inline-block;
  padding-top: 25px;
}
.row-video {
  text-align: center;
  background-color: #BA9765;
}
.row-video .detail {
  text-align: center;
}
.row-video .detail .caption {
 /* width: 330px;*/
  text-align: center;
}
.category-video {
  width: 310px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 5px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  height: 22px;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  /* border-radius: 30px; */
  background: #869791;
  opacity: .5;
}
/* ----------------------------------------------------------------------------- MAIN NAVIGATION &amp; DROPDOWN MENU ENDS ----- */
/* ----------------------------------------------------------------------------- MOBILE HEADER STARTS ----- */
/*SUPPORT CLASS*/
.mT0 {
  margin-top: 0 !important;
}
.mT20 {
  margin-top: 20px !important;
}
.mT30 {
  margin-top: 30px !important;
}
.mB0 {
  margin-bottom: 0px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.p0 {
  padding: 0 !important;
}
.pB10 {
  padding-bottom: 10px !important;
}
.pR5 {
  padding-right: 5px !important;
}
.clear {
  clear: both !important;
}
/*END HERE*/
#mobile-header {
  display: none;
}
#mobile-header {
  position: absolute;
  top: 0;
  float: left;
  z-index: 99999;
  padding-left: 15px;
  padding-top: 15px;
}
#mobile-header a {
  color: #fff;
}
#mobile-header .icon-bar {
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 1px;
}
#mobile-header .icon-bar + .icon-bar {
  margin-top: 4px;
}
#mobile-header .icon-bar {
  background-color: #BA9765;
}
/* ----------------------------------------------------------------------------- MOBILE HEADER ENDS ----- */
/* ----------------------------------------------------------------------------- SLIDER STARTS ----- */
.slider {
  margin: 0px!important;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 390px;
}
.pic-with-overlay {
  position: relative;
  background: #000;
  height: 390px;
  overflow: hidden;
}
.pic-with-overlay img {
  margin: 0 auto;
}
.pic-with-overlay .bg {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.pic-with-overlay .category {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  background-color: #FFF;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 2px;
}
.pic-with-overlay .author {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  color: #fff;
  border-radius: 4px;
  bottom: 50px;
  left: 30px;
}
.pic-with-overlay h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 0.9;
  position: absolute;
  color: #fff;
  bottom: 50px;
  left: 30px;
  width: 60%;
  margin-bottom: 30px;
}
.pic-with-overlay h1 a {
  color: #fff;
}
.pic-with-overlay-2 {
  position: relative;
}
.pic-with-overlay-2 .bg {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.pic-with-overlay-2 .category {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  background-color: #FFF;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 2px;
}
.pic-with-overlay-2 .author {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  color: #fff;
  border-radius: 4px;
  bottom: 20px;
  left: 20px;
}
.pic-with-overlay-2 h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 0.9;
  position: absolute;
  color: #fff;
  bottom: 35px;
  left: 20px;
  width: 80%;
}
.pic-with-overlay-2 h1 a {
  color: #fff;
}
/* ----------------------------------------------------------------------------- SLIDER ENDS ----- */
/* ----------------------------------------------------------------------------- BREAKING NEWS STARTS ----- */
.breaking-news {
  padding-top: 10px;
  padding-bottom: 0px;
}
.breaking-news .title {
  background-color: #e4545b;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 16px;
}
.breaking-news .newsticker {
  padding-top: 4px;
  padding-bottom: 4px;
}
.breaking-news .newsticker a {
  color: #222;
}
.breaking-news .newsticker a:hover {
  color: #000;
  text-decoration: none;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 0;
  right: 28px!important;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 0;
  right: 0px;
}
.newsticker.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 20px;
  line-height: 1.1;
  padding-top: 0px;
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  width: 27px;
  height: 27px;
  color: #aaa;
  border: 1px solid #dddddd;
  background-color: #fff;
}
/* ----------------------------------------------------------------------------- BREAKING NEWS ENDS ----- */
/* ----------------------------------------------------------------------------- PAGE CONTENTS STARTS ----- */
.page-contents {
  padding-top: 20px;
  padding-bottom: 20px;
}
.col-lg-6 .caption,
.col-lg-6 .detail {
  text-align: left;
}
.related-articles .col-lg-6 .caption,
.related-articles .col-lg-6 .detail {
  text-align: left;
}
.col-lg-12 .caption,
.col-lg-12 .detail {
  text-align: center;
}
.page-contents hr {
  margin-top: 0px;
  margin-bottom: 50px;
}
.inner-page-contents {
  padding-top: 0px;
  padding-bottom: 30px;
}
/* ----------------------------------------------------------------------------- PAGE CONTENTS ENDS ----- */
/* ----------------------------------------------------------------------------- JOIN US STARTS ----- */
.join-us {
  color: #fff;
  border-bottom: 1px solid #BA9765;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.join-us ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.join-us ul li {
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #BA9765;
}
.join-us ul li:hover {
  background-color: #DAB888;
}
.join-us ul li a {
  color: #fff;
}
.join-us .icon {
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 3px;
}
/* ----------------------------------------------------------------------------- JOIN US ENDS ----- */
/* ----------------------------------------------------------------------------- CATEGORY STARTS ----- */
.categories .category-caption {
  margin-top: 0px;
  margin-bottom: 20px;
}
ul.cats {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
ul.cats li {
  list-style-type: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f5f5f5;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-size: 16px;
}
ul.cats li img {
  margin-right: 12px;
}
ul.cats li:first-child {
  padding-top: 0px;
}
ul.cats li a {
  color: #000;
}
ul.cats li:hover a {
  color: #aaa!important;
  text-decoration: none;
}
ul.cats li:hover span {
  border: 2px solid #e4545b;
  background-color: #e4545b;
  color: #fff;
}
ul.cats li span {
  width: 50px;
  height: 50px;
  color: #e4545b;
  text-align: center;
  border-radius: 25px;
  line-height: 2.7;
  border: 2px solid #e4545b;
  background-color: none;
}
/* ----------------------------------------------------------------------------- CATEGORY ENDS ----- */
/* ----------------------------------------------------------------------------- TABS START ----- */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  color: #BA9765;
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  margin-top: 4px;
  border: 2px solid #BA9765;
}
button,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #BA9765;
  color: #fff;
  border: 2px solid #fff;
}
.tabs {
  padding-bottom: 30px;
}
ul.tabs-posts {
  margin: 0px;
  padding: 0px;
}
ul.tabs-posts li {
  list-style-type: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f5f5f5;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}
ul.tabs-posts li a {
  /*color: #fff;*/
}
ul.tabs-posts li a:hover {
  color: #000!important;
  text-decoration: none;
}
ul.tabs-posts li .pic {
  position: relative;
  width: 100px;
  float: left;
  padding-right: 16px;
}
ul.tabs-posts li .info {
  color: #aaaaaa;
}
ul.tabs-posts li .info .likes {
  padding-right: 16px;
}
ul.tabs-posts li .info i {
  padding-right: 2px;
}
ul.tabs-posts li .caption {
  font-size: 16px;
}
ul.tabs-posts li .caption a {
  color: #444;
}
.tag-list {
  padding-top: 20px;
}
.tag-list a {
  border: 1px solid #d9d9d9;
  display: inline-block;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 3px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tag-list a,
.tag-list a:hover,
.tag-list a:active,
.tag-list a:focus {
  text-decoration: none;
  outline: none;
}
.tag-list a:hover {
  color: #fff;
  background-color: #e4545b;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  background-color: #373941;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  border-bottom: 1px solid #373941;
}
.tabs-posts .play-button {
  position: absolute;
  left: 21%;
  top: 15%;
  z-index: 100;
}
/* ----------------------------------------------------------------------------- TABS ENDS ----- */
/* ----------------------------------------------------------------------------- ADVERTISEMENT STARTS ----- */
.ad-728x90 {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
}
.ad-728x90 img {
  padding: 0px;
  margin-top: 30px;
}
.ad-468x60 {
  padding-top: 2px;
  padding-bottom: 14px;
  text-align: center;
}
.ad-468x60 img {
  padding: 0px;
}
.ad-300x250 {
  background-color: #fff;
  text-align: center!important;
  padding-top: 15px;
  padding-bottom: 30px;
}
.ad-125x125 {
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.ad-125x125 .row div:nth-child(odd) {
  text-align: right;
  margin-bottom: 25px;
}
.ad-125x125 .row div:nth-child(even) {
  text-align: left;
  margin-bottom: 25px;
}
/* ----------------------------------------------------------------------------- ADVERTISEMENT ENDS ----- */
/* FOR FOOTER*/
.footer-custom {
  text-align: center;
}
.footer-image {
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}
/* END HERE*/
/* ----------------------------------------------------------------------------- NEWSLETTER STARTS ----- */
.newsletter-block {
  margin-bottom: 30px;
}
.newsletter-block input {
  font-size: 16px;
  padding: 4px;
  margin-bottom: 10px;
  width: 100%;
}
/* ----------------------------------------------------------------------------- NEWSLETTER ENDS ----- */
/* ----------------------------------------------------------------------------- FEATURED VIDEO ENDS ----- */
.pic {
  position: relative;
}
.play-button {
  position: absolute;
  left: 43%;
  top: 36%;
  z-index: 100;
}
.featured-video {
  margin-top: 40px;
  margin-bottom: 40px;
}
.featured-video .picture .category-image {
  position: relative;
  background-color: #000;
}
.featured-video .picture .bg {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.featured-video .picture .overlay-category {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  z-index: 100;
  background-color: #FFF;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 2px;
}
.featured-video .detail {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 100;
}
.featured-video .detail .info {
  color: #fff;
}
.featured-video .detail .info .likes {
  padding-right: 16px;
}
.featured-video .detail .info i {
  padding-right: 2px;
}
.featured-video .caption {
  font-size: 22px !important;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 1.2;
  color: #fff;
}
.featured-video .caption a {
  color: #fff;
}
.featured-video .caption a:hover {
  color: #fff;
}
.featured-video-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 45%;
  left: 0px;
}
.featured-video-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 45%;
  right: 0px;
}
.featured-video .picture .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
}
.featured-video .picture .play-button img {
  position: relative;
  left: -50%;
  top: -20px !important;
}
.featured-video .picture .play-button img:hover {
  opacity: 0.8;
}
/* ----------------------------------------------------------------------------- FEATURED VIDEO ENDS ----- */
/* ----------------------------------------------------------------------------- GALLREY CAROUSEL ENDS ----- */
.gallery-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 45%;
  left: 0px;
}
.gallery-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 45%;
  right: 0px;
}
/* ----------------------------------------------------------------------------- GALLREY CAROUSEL ENDS ----- */
/* ----------------------------------------------------------------------------- FEATURED AUTHORS STARTS ----- */
.featured-authors {
  margin-bottom: 40px;
}
.featured-authors ul {
  padding: 0px;
  margin: 0px;
}
.featured-authors ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-right: 2px;
  padding-bottom: 2px;
}
.featured-authors ul li img:hover {
  opacity: 0.8;
}
.featured-authors ul li:last-child {
  padding-right: 0px;
}
/* ----------------------------------------------------------------------------- FEATURED AUTHORS ENDS ----- */
/* ----------------------------------------------------------------------------- REVIEW BLOCK STARTS ----- */
.reviews .picture .overlay-category {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 100;
  background-color: #FFF;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 2px;
}
.reviews .detail {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.reviews .detail .info {
  color: #aaaaaa;
}
.reviews .detail .info .likes {
  padding-right: 16px;
}
.reviews .detail .info i {
  padding-right: 2px;
}
.reviews .caption {
  font-size: 24px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1.2;
  color: #000;
}
.reviews .picture .stars {
  font-size: 22px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #fff;
  z-index: 100;
}
.reviews .picture .stars i {
  padding-left: 2px;
  padding-right: 2px;
}
/* ----------------------------------------------------------------------------- REVIEW BLOCK ENDS ----- */
/* ----------------------------------------------------------------------------- NO GUTTER STARTS ----- */
.no-gutter-1 [class*="-1"] {
  padding-right: 0;
}
.no-gutter-11 [class*="-11"] {
  padding-left: 0;
}
.no-gutter-12 [class*="-12"] {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter-8 [class*="-8"] {
  padding-right: 0;
}
.no-gutter-6 [class*="-6"] {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter-4 [class*="-4"] {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter-3 [class*="-3"] {
  padding-left: 4px;
  padding-right: 4px;
}
.no-gutter-2 [class*="-2"] {
  padding-left: 4px;
  padding-right: 4px;
}
/* ----------------------------------------------------------------------------- NO GUTTER ENDS ----- */
/* ----------------------------------------------------------------------------- ARTICLE, CATEGORY &amp; DETAILS STARTS ----- */
article {
  padding-bottom: 50px;
}
.latest-articles {
  padding-bottom: 30px;
}
.category-caption {
  margin-top: 30px;
  margin-bottom: 30px;
}
.category-caption h2 {
  font-size: 16px;
  color: #ba9765;
  background-color: #ede4d7;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  letter-spacing: 2px;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.category-caption-custom h2 {
  font-size: 20px;
  color: #231F20;
  background-color: transparent;
  padding-top: 11px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
}
.colored-line-center-tick {
  z-index: 1;
  display: block;
  height: 1px;
  width: 155px;
  margin: 0 auto;
  background: #BA9765;
}
.colored-line-center-tick-full {
  z-index: 1;
  display: block;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: #BA9765;
}
.category-caption span {
  font-size: 14px;
  color: #fff;
  background-color: #373941;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  border: 1px solid #373941;
}
.category-caption span:hover {
  border: 1px solid #373941;
}
.category-caption span a {
  color: #fff;
}
.category-caption span:hover a {
  color: #e4545b;
}
.category-caption h2.main-caption a {
  color: #fff;
}
.category-caption h2.main-caption a:hover {
  color: #fff;
  text-decoration: none;
}
.category-caption h2.main-caption:hover {
  color: #fff;
  text-decoration: none;
}
.category-caption h2.sub-caption {
  background-color: #e4545b;
}
.category-caption span:last-child {
  letter-spacing: 0px;
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px;
}
.picture .category-image {
  position: relative;
  margin: 0 auto;
}
.picture .category-image2 {
  max-width: 370px;
  max-height: 195px;
  overflow: hidden;
  margin-bottom: 5px;
  margin: 0 auto;
}
.picture .category-image img {
  margin: 0 auto;
}
.picture .category-image:hover img {
/*  opacity: 0.6;*/
}
.picture .category-image img.lazyOwl {
  /*height: 100%;*/
}
.picture .overlay-category {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 100;
  background-color: #FFF;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.picture .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
}
.picture .play-icon img {
  position: relative;
  left: -50%;
  top: -20px !important;
  width: 40px;
  height: 40px;
}
.picture .play-icon img:hover {
  cursor: pointer;
  opacity: 0.8;
}
.detail {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.detail .info {
  color: #aaaaaa;
}
.detail .info .likes {
  padding-right: 16px;
}
.detail .info i {
  padding-right: 2px;
}
.caption {
  font-size: 20px !important;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1.2;
  color: #000;
}
.caption a {
  color: #BA9765;
}
.caption a:hover,
.caption a:active,
.caption a:focus {
  text-decoration: none;
}
.captions {
  font-size: 30px !important;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1.2;
  color: #000;
}
.small-caption {
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1.2;
  color: #000;
}
.author {
  padding-top: 15px;
}
.author-center {
  padding-top: 10px !important;
  text-align: center;
}
.author .pic .name {
  color: #aaaaaa;
  padding-left: 12px;
}
.description {
  padding-top: 20px;
  font-size: 16px;
}
.desc-padding {
  padding-top: 30px;
}
.desc-padding img.pull-left {
  margin-right: 20px;
  margin-bottom: 10px;
}
.desc-padding img.pull-right {
  margin-left: 20px;
  margin-bottom: 10px;
}
ul.via {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
ul.via li:first-child {
  color: #FFF;
  background-color: #e4545b;
}
ul.via li {
  color: #FFF;
  background-color: #cccccc;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  margin-right: 1px;
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
}
ul.via li:hover {
  color: #FFF;
  background-color: #e4545b;
}
ul.via li a {
  color: #FFF;
}
ul.via li a:hover {
  color: #FFF;
}
.sharepost {
  color: #fff;
  padding-bottom: 0px;
}
.sharepost ul li:first-child {
  font-size: 14px;
  color: #fff;
  background-color: #e4545b;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  letter-spacing: 2px;
}
.sharepost ul {
  padding: 0px;
  margin: 0px;
}
.sharepost ul li {
  display: inline-block;
  float: left;
  margin-right: 2px;
  margin-bottom: 5px;
}
.sharepost ul li:hover {
  background-color: #222;
}
.sharepost ul li a {
  color: #fff;
}
.sharepost .icon {
  font-size: 22px;
  width: 36px;
  height: 36px;
  text-align: center;
  padding-top: 2px;
}
.next-n-prev article {
  padding-bottom: 10px;
}
.next-n-prev .btns {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  color: #e4545b;
  border: 2px solid #e4545b;
  text-align: center;
}
.next-n-prev .btns:hover {
  background-color: #e4545b;
  color: #fff!important;
  border: 2px solid #e4545b;
}
.next-n-prev .btns a {
  color: #e4545b!important;
}
.next-n-prev .btns:hover a {
  color: #fff!important;
}
.about-author .category-caption {
  margin-top: 30px;
}
.about-author img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.about-author .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-author .description {
  font-size: 18px;
}
ul.s-author {
  color: #fff;
  padding-bottom: 0px;
}
ul.s-author {
  padding: 0px;
  margin: 0px;
}
ul.s-author li {
  display: inline-block;
  float: left;
  margin-right: 2px;
  margin-bottom: 5px;
}
ul.s-author li:hover {
  background-color: #222;
}
ul.s-author li a {
  color: #fff;
}
ul.s-author .icon {
  font-size: 22px;
  width: 36px;
  height: 36px;
  text-align: center;
  padding-top: 2px;
}
.related-articles .category-caption {
  margin-top: 40px;
}
.related-articles article {
  padding-bottom: 10px;
}
.comments .category-caption {
  margin-top: 40px;
  margin-bottom: 0px;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px!important;
  font-weight: 700;
}
ul.media-list li.media:first-child {
  border: none;
  margin-top: 0px!important;
}
ul.media-list .media {
  margin-top: 30px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eeeeee;
  padding-top: 30px;
}
ul.media-list .media .reply {
  padding-top: 12px;
}
ul.media-list .media .reply a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 6px;
  background-color: #FFFFFF;
  color: #e4545b;
  border: 1px solid #e4545b;
}
ul.media-list .media .reply a:hover {
  background-color: #e4545b;
  color: #fff;
  border: 1px solid #e4545b;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-body {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.media-body .date {
  color: #aaaaaa;
  font-size: 14px;
}
.media-body .date i {
  margin-right: 6px;
}
.media-body p {
  margin-top: 10px;
}
iframe {
  border: none;
  max-width: 100%;
}
.leave-comment {
  margin-bottom: 30px;
}
.leave-comment .category-caption {
  margin-top: 40px;
}
.leave-comment input,
.leave-comment textarea {
  font-size: 16px;
  padding: 4px;
  margin-bottom: 10px;
  width: 100%;
}
.leave-comment input[type=button] {
  margin-top: 10px;
}
.left-right-border {
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
}
.read-article {
  line-height: 48px;
  font-size: 12px;
}
.read-article i {
  padding-left: 3px;
}
article a {
  color: #000;
}
article a:hover,
article a:focus,
article a:active {
  color: #000;
  text-decoration: none;
}
/* ----------------------------------------------------------------------------- ARTICLE, CATEGORY &amp; DETAILS ENDS ----- */
/* ----------------------------------------------------------------------------- EDITOR PICKS STARTS ----- */
section.editor-picks {
  background-color: #222222;
  color: #aaa;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
section.editor-picks .category-caption h2 {
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  letter-spacing: 2px;
  margin: 0px;
}
section.editor-picks .category-caption span {
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  letter-spacing: 2px;
  border: 1px solid #fff;
}
section.editor-picks .category-caption span:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
section.editor-picks .category-caption span a {
  color: #000;
}
section.editor-picks .category-caption span:hover a {
  color: #fff;
}
section.editor-picks article {
  padding-bottom: 50px;
}
section.editor-picks article a {
  color: #aaa;
}
section.editor-picks article a:hover {
  color: #fff;
  text-decoration: none;
}
section.editor-picks article .picture .overlay-category {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 100;
  background-color: #222;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 2px;
}
section.editor-picks article .caption {
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1.2;
  color: #fff;
}
/* ----------------------------------------------------------------------------- EDITOR PICKS ENDS ----- */
/* ----------------------------------------------------------------------------- SITE MAP STARTS ----- */
ul.sitemap {
  margin: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
}
ul.sitemap li {
  padding-top: 4px;
  padding-bottom: 4px;
  list-style-type: none;
}
ul.sitemap li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f105";
  margin-right: 6px;
}
ul.sitemap li a {
  color: #666;
}
ul.sitemap li a:hover {
  color: #000;
  text-decoration: none;
}
ul.sitemap li ul {
  padding-left: 20px;
}
/* ----------------------------------------------------------------------------- SITE MAP STARTS ----- */
/* ----------------------------------------------------------------------------- CONTACT FORM STARTS ----- */
.contact-form,
.contact-block {
  padding-top: 30px;
}
.contact-form input,
.contact-form textarea {
  font-size: 16px;
  padding: 8px;
  margin-bottom: 16px;
  width: 100%;
}
.contact-form input[type=button] {
  margin-top: 10px;
}
#message_post {
  padding-bottom: 10px;
}
.errorMessage {
  color: #ff0000;
}
.successMessage {
  color: #00c300;
}
/* ----------------------------------------------------------------------------- CONTACT FORM ENDS ----- */
/* ----------------------------------------------------------------------------- LOGIN FORM STARTS ----- */
.login-form {
  padding-top: 30px;
  border: 1px solid #f5f5f5;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 30px;
}
.login-form input,
.leave-comment textarea {
  font-size: 16px;
  padding: 4px;
  margin-bottom: 10px;
  width: 100%;
}
.login-form input[type=button] {
  margin-top: 10px;
}
.login-form input[type=checkbox] {
  width: auto!important;
}
.login-form a,
.login-form a:focus,
.login-form a:hover,
.login-form a:active {
  color: #C1A174;
}
/* ----------------------------------------------------------------------------- LOGIN FORM ENDS ----- */
/* ----------------------------------------------------------------------------- 404 STARTS ------------------ */
.error-page {
  padding-top: 40px;
}
.error-page .big {
  font-size: 100px;
  font-weight: 900;
  color: #e4545b;
  margin: 0px;
  padding: 0px;
}
.error-page .small {
  font-size: 30px;
  font-weight: 600;
}
.error-page .description {
  font-size: 16px;
  font-weight: 400;
}
/* ----------------------------------------------------------------------------- 404 ENDS ------------------ */
/* ----------------------------------------------------------------------------- ShortCodes Starts ------------------ */
.table {
  margin-bottom: 50px;
}
input,
textarea,
select {
  font-size: 16px;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 0px!important;
  width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto!important;
}
.btn-default {
  border-radius: 0px;
}
.btn-sm.red,
.btn-lg.red,
.btn-primary.red,
.btn-xs.red {
  background-color: #e81e25;
  border: none;
  border-radius: 0px;
}
.btn-sm.blue,
.btn-lg.blue,
.btn-primary.blue,
.btn-xs.blue {
  background-color: #00acec;
  border: none;
  border-radius: 0px;
}
.btn-sm.green,
.btn-lg.green,
.btn-primary.green,
.btn-xs.green {
  background-color: #abcc37;
  border: none;
  border-radius: 0px;
}
.btn-sm.green2,
.btn-lg.green2,
.btn-primary.green2,
.btn-xs.green2 {
  background-color: #77be33;
  border: none;
  border-radius: 0px;
}
.btn-sm.orange,
.btn-lg.orange,
.btn-primary.orange,
.btn-xs.orange {
  background-color: #f86923;
  border: none;
  border-radius: 0px;
}
.btn-sm.yellow,
.btn-lg.yellow,
.btn-primary.yellow,
.btn-xs.yellow {
  background-color: #ffc801;
  border: none;
  border-radius: 0px;
}
.btn-sm.purple,
.btn-lg.purple,
.btn-primary.purple,
.btn-xs.purple {
  background-color: #ba54ff;
  border: none;
  border-radius: 0px;
}
.btn-sm.brown,
.btn-lg.brown,
.btn-primary.brown,
.btn-xs.brown {
  background-color: #964b00;
  border: none;
  border-radius: 0px;
}
.btn-sm.grey,
.btn-lg.grey,
.btn-primary.grey,
.btn-xs.grey {
  background-color: #7f7f7f;
  border: none;
  border-radius: 0px;
}
.btn-sm.greyish-blue,
.btn-lg.greyish-blue,
.btn-primary.greyish-blue,
.btn-xs.greyish-blue {
  background-color: #51758f;
  border: none;
  border-radius: 0px;
}
.btn-sm.oldrose,
.btn-lg.oldrose,
.btn-primary.oldrose,
.btn-xs.oldrose {
  background-color: #be394a;
  border: none;
  border-radius: 0px;
}
.btn-sm.pink,
.btn-lg.pink,
.btn-primary.pink,
.btn-xs.pink {
  background-color: #e4545b;
  border: none;
  border-radius: 0px;
}
button:hover {
  opacity: 0.8;
}

.subs{
  background-color: transparent !important;
  border: 1px solid #ba9765 !important;
  color: #ba9765 !important
}
.subs:hover{
  background-color: #ba9765 !important;
  border:  1px solid white !important;
  color: white !important
}
/* ----------------------------------------------------------------------------- ShortCodes Starts ------------------ */
/* ----------------------------------------------------------------------------- TOTOP STARTS ------------------ */
.scrollup {
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 7px 11px;
  background-color: #ba9765;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.scrollup i {
  color: #fff;
}
.scrollup:hover {
  opacity: 0.9;
}
/* ----------------------------------------------------------------------------- TOTOP ENDS ------------------ */
/* ----------------------------------------------------------------------------- FOOTER STARTS ----- */
section.footer .about,
section.footer .footer-posts,
section.footer .contactus,
section.footer .tweets {
  padding-bottom: 30px;
}
section.footer .row1 {
  background-color: #252525;
  padding-top: 50px;
}
section.footer .row2 {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
}
section.footer .row3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #222222;
}
section.footer .about {
  font-size: 16px;
}
section.footer h3 {
  margin-bottom: 30px;
  margin-top: 0px;
  color: #fff;
}
section.footer .footer-logo {
  padding-bottom: 20px;
}
section.footer .introduction {
  color: #aaa;
}
ul.footer-posts {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}
ul.footer-posts li {
  list-style-type: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  padding-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
}
ul.footer-posts li:first-child {
  padding-top: 0px;
}
ul.footer-posts li:last-child {
  padding-bottom: 0px;
  border-bottom-style: none;
}
ul.footer-posts li a {
  color: #ccc;
}
ul.footer-posts li a:hover {
  color: #fff;
  text-decoration: none;
}
ul.footer-posts li .pic {
  float: left;
  padding-right: 16px;
}
ul.footer-posts li .info {
  color: #aaaaaa;
}
ul.footer-posts li .info .likes {
  padding-right: 16px;
}
ul.footer-posts li .info i {
  padding-right: 2px;
}
ul.footer-posts li .caption {
  color: #ccc;
  font-size: 16px;
}
ul.social-icons {
  padding: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-left: 0px;
}
.social-icons li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.social-icons .icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: #fff;
}
.social-icons .icon:hover {
  background-color: #e75640;
}
.social-icons .icon i {
  font-size: 20px;
  line-height: 2;
}
.social-icons h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2px;
}
.social-icons h2 a {
  color: #000;
}
.social-icons p {
  font-size: 14px;
  font-weight: 400;
}
.tweets {
  color: #ccc;
}
.tweets ul {
  padding: 0px;
  margin-bottom: 0px;
}
.tweets ul li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  padding-top: 16px;
  padding-bottom: 16px;
  list-style-type: none;
  color: #aaa;
}
.tweets ul li:first-child {
  padding-top: 0px;
}
.tweets ul li:last-child {
  border: none;
}
.tweets ul li a {
  color: #fff;
  text-decoration: underline;
}
.tweets ul li a:hover {
  color: #fff;
  text-decoration: none;
}
ul.contactus {
  margin: 0px;
  padding: 0px;
  color: #ccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  margin-bottom: 25px;
}
ul.contactus li {
  font-size: 16px;
  list-style-type: none;
  padding-bottom: 20px;
}
ul.contactus li:last-child {
  padding-bottom: 0px;
}
ul.contactus li a {
  color: #ccc;
}
ul.contactus li a:hover {
  color: #fff;
  text-decoration: none;
}
ul.contactus li i {
  width: 30px;
  text-align: center;
  padding-right: 10px;
  margin-bottom: 20px;
  float: left;
  padding-top: 5px;
}
.copyright {
  color: #ccc;
  text-align: center;
}
/* ----------------------------------------------------------------------------- FOOTER ENDS ----- */
/* ----------------------------------------------------------------------------- CARD STARTS ----- */
.card{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  min-width:0;
  word-wrap:break-word;
  background-color:#fff;
  background-clip:border-box;
  border:1px solid rgba(0,0,0,.125);
  border-radius:.25rem
  }
.card&gt;hr{
  margin-right:0;
  margin-left:0
  }
.card&gt;.list-group:first-child 
  .list-group-item:first-child{
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem
  }
.card&gt;.list-group:last-child 
.list-group-item:last-child{
  border-bottom-right-radius:.25rem;
  border-bottom-left-radius:.25rem
  }
.card-body{
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  padding:1.25rem
  }
.card-title{
  margin-bottom:.75rem
  }
.card-subtitle{
  margin-top:-.375rem;
  margin-bottom:0
  }
.card-text:last-child{
  margin-bottom:0
  }
.card-link:hover{
  text-decoration:none
  }
.card-link+.card-link{
  margin-left:1.25rem
  }
.card-header{
  padding:.75rem 1.25rem;
  margin-bottom:0;
  background-color:rgba(0,0,0,.03);
  border-bottom:1px solid rgba(0,0,0,.125)
  }
.card-header:first-child{
  border-radius:calc(.25rem - 1px) 
  calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child{
  border-top:0
}
.card-footer{
  padding:.75rem 1.25rem;
  background-color:rgba(0,0,0,.03);
  border-top:1px solid rgba(0,0,0,.125)
}
.card-footer:last-child{
  border-radius:0 0 calc(.25rem - 1px) 
  calc(.25rem - 1px)
}
.card-header-tabs{
  margin-right:-.625rem;
  margin-bottom:-.75rem;
  margin-left:-.625rem;
  border-bottom:0
}
.card-header-pills{
  margin-right:-.625rem;
  margin-left:-.625rem
}
.card-img-overlay{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding:1.25rem
}
.card-img{
  width:100%;
  border-radius:calc(.25rem - 1px)
  }.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group&gt;.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group&gt;.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group&gt;.card+.card{margin-left:0;border-left:0}.card-group&gt;.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group&gt;.card:not(:last-child) .card-header,.card-group&gt;.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group&gt;.card:not(:last-child) .card-footer,.card-group&gt;.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group&gt;.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group&gt;.card:not(:first-child) .card-header,.card-group&gt;.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group&gt;.card:not(:first-child) .card-footer,.card-group&gt;.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion&gt;.card{overflow:hidden}.accordion&gt;.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion&gt;.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion&gt;.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion&gt;.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion&gt;.card .card-header{margin-bottom:-1px}
/* ----------------------------------------------------------------------------- CARD ENDS ----- */
/* ----------------------------------------------------------------------------- MEDIA QURIES STARTS ----- */
@media (max-width: 992px) {
  .logo {
    text-align: center;
  }
  .pic-with-overlay h1 {
    font-size: 24px;
    width: 80%;
  }
  .pic-with-overlay .author {
    bottom: 30px;
  }
  #date {
    text-align: center;
    padding-bottom: 6px;
  }
  .top-nav ul.small-nav {
    text-align: right;
  }
  .newsticker.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: -28px;
    left: 0;
  }
  .newsticker.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: -28px;
    right: 0;
  }
  .newsticker.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 20px;
    line-height: 1.1;
    padding-top: 1px;
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    width: 27px;
    height: 27px;
    color: #fff;
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 767px) {
  #mobile-header {
    display: block;
  }
  .sidr-class-hidden-sm {
    display: none !important;
  }
  .sidr-class-hidden-xs {
    display: none !important;
  }
  .sidr-class-navbar-toggle,
  .navbar-toggle {
    display: none !important;
  }
  .logo {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
  }
  .navbar-inverse {
    border: none;
    background-color: transparent;
  }
  .logo img {
    margin-top: 20px;
    max-width: 150px;
    max-height: 130px;
  }
  #navigation-sticky-wrapper {
    display: none !important;
  }
  #date {
    text-align: center;
  }
  .top-nav ul.small-nav {
    text-align: right;
  }
  .nav-icon {
    padding-top: 8px;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 6px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .pic-with-overlay .category {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    background-color: #FFF;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    letter-spacing: 2px;
  }
  .pic-with-overlay .author {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    border-radius: 4px;
    bottom: 10px;
    left: 20px;
  }
  .pic-with-overlay h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    color: #fff;
    bottom: 25px;
    left: 20px;
    width: 80%;
    margin-bottom: 20px;
  }
  .pic-with-overlay-2 .author {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    border-radius: 4px;
    bottom: 10px;
    left: 20px;
  }
  .pic-with-overlay-2 h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 0.9;
    position: absolute;
    color: #fff;
    bottom: 30px;
    left: 20px;
    width: 80%;
  }
  .ad-125x125 {
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .ad-125x125 .row div:nth-child(odd) {
    text-align: right;
    margin-bottom: 2px;
    padding-right: 2px;
  }
  .ad-125x125 .row div:nth-child(even) {
    text-align: left;
    margin-bottom: 2px;
    padding-left: 2px;
  }
  .inner-page-contents {
    padding-top: 0px;
    margin-top: 10px;
    padding-bottom: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f5f5f5;
  }
  ul.footer-posts li .info .likes {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .slider {
    height: 325px;
  }
  .pic-with-overlay {
    height: 325px;
  }
}
@media (max-width: 480px) {
  .logo {
    text-align: center;
  }
  #date {
    text-align: center;
  }
  .top-nav ul.small-nav {
    text-align: right;
  }
  .nav-icon {
    padding-top: 8px;
  }
  .nav-icon input[type=search] {
    width: 140px;
  }
  .nav-icon input[type=search]:focus {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 140px;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 6px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .pic-with-overlay .category {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 100;
    background-color: #FFF;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    letter-spacing: 2px;
  }
  .pic-with-overlay .author {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    border-radius: 4px;
    bottom: 10px;
    left: 20px;
  }
  .pic-with-overlay h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    position: absolute;
    color: #fff;
    bottom: 25px;
    left: 20px;
    width: 80%;
    margin-bottom: 17px;
  }
  .pic-with-overlay-2 .author {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    border-radius: 4px;
    bottom: 10px;
    left: 20px;
  }
  .pic-with-overlay-2 h1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 0.9;
    position: absolute;
    color: #fff;
    bottom: 30px;
    left: 20px;
    width: 80%;
  }
  .slider {
    height: 250px;
  }
  .pic-with-overlay {
    height: 250px;
  }
}

@media (max-width: 420px) {
  .article-video {
    display: block;
  }
  .picture {
    padding: 10px;
  }
  .category-video {
    width: auto;
  }
}
@media (max-width: 380px) {
  .slider {
    height: 215px;
  }
  .pic-with-overlay {
    height: 215px;
  }
}
@media (max-width: 320px) {
  .nav-icon input[type=search] {
    width: 120px;
  }
  .nav-icon input[type=search]:focus {
    width: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .media-fav-container {
    padding-bottom: 70px;
    margin-bottom: 25px;
  }
  .icon-wrapper {
    right: 45%;
  }
}
@media screen and (max-width: 991px) {
  #navigation ul.nav li a {
    font-size: 12px;
  }
}


.listAlphabetWrapper {
  margin-bottom: 30px;
  white-space: nowrap;
  overflow-x: auto;
}

.listAlphabet {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.listAlphabet li {
  display: inline-block;
  width: 20px;
  font-size: 20px;
}

.listAlphabet li a {
  color: #000;
}

.listAlphabet li.active {
  font-weight: bold;
  border-bottom: 2px solid red;
}

.designerContainer {
  position: relative;
  margin-bottom: 20px;
}

.designerContainer p {
  position: absolute;
  bottom: 5px;
  left: 30px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}

.designerContent span {
  font-size: 14px !important;
}

@media screen and (max-width: 425px) {
  .listAlphabet {
    text-align: left;
    padding: 0 20px;
  }
}</pre></body></html>