/* Default Theme Custom Styling */

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(../fonts/Montserrat/Montserrat-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(../fonts/Montserrat/Montserrat-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/Raleway/Raleway-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(../fonts/Raleway/Raleway-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(../fonts/Raleway/Raleway-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(../fonts/Raleway/Raleway-SemiBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato/Lato-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato/Lato-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
#container {
    position: relative;
    height: 100%; /* Or whatever you want (eg. 400px) */
}
.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y, .ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y, .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail, .ps__scrollbar-y-rail>.ps__scrollbar-y,  {
    background-color: #b71c1c;
}
.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y, .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y, .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #b71c1c;
}
/* to make scrollbars always visible */
.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding-top: 52px;
    overflow-x: hidden;
}
body, html {
    height: 100%; 
    margin: 0px;
    position: relative;
}
label {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
.required {
    color: #c62828;
}
a, .btn {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a:link, a:hover, a:visited  {
    color: #c62828;
    text-decoration: none;    
}
a:focus, :focus {
    outline: none;
}
.form-control {
    box-shadow: none;
    border-width: 3px;
    height: 40px;
}
.form-control.big {
    height: 60px;
    font-size: 20px;
}
.form-control:focus {
    border-color: #c62828;
    box-shadow: none;
}
label.big {
    font-size: 22px;
}
.img-responsive {
    display: inline-block;
}
.bb {
    border-bottom: 1px solid #eeeeee;
}
.npt {
    padding-top: 0 !important;
}
.pt5 {
    padding-top: 5px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.padd {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .col-xs-12 {
        margin-bottom: 10px;
    }
}

.notfound {
    padding: 100px 0;
}

.ad-unit {
    margin: 10px 0;
}

/* Navbar */
.navbar-brand {
    background-color: #b71c1c;
    padding: 5px 15px;
}
.navbar-brand .logo {
    width: 160px;
}
.navbar-default {
    background-color: #c62828;
    border: none;
    border-bottom: 3px solid #b71c1c;
}
.navbar-default a.dropdown-toggle[aria-expanded=true] {
    background-color: #b71c1c !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #dddddd;
}
.navbar-default .navbar-nav>li>a.btn-real-o {
    padding: 6px 10px;
    margin-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #b71c1c;
}
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
    .navbar-default .user-options {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
}
.navbar-default .user-options > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.navbar-default .user-options > a img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.dropdown-menu {
    background-color: #c62828;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
.dropdown-menu ul li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
    .dropdown-menu ul li {
        display: block;
    }
}
.dropdown-menu ul li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    background-color: #c62828;
    font-weight: bold;
}
.dropdown-menu ul li a:hover {
    background-color: #b71c1c;
}
.dropdown-menu>li>a {
    color: #ffffff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #b71c1c;
    color: #ffffff;
}
.navbar-right > li:nth-child(2) {
    margin-right: 10px;
}
.indexcity {
  z-index: 9999;
}

.right {
    right: 0 !important;
}
.leftright {
    right: 0 !important;
    left: 0 !important;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}
@media only screen and (max-width: 767px) {
    .navbar-collapse {
        background-color: #c62828;
        position: fixed;
        top: 0;
        transition:all 0.3s ease-in-out;
        height: 100%;
        width: 100%;
        left: 700px;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #ffffff;
    }
}
.navbar-right .dropdown-menu {
    background-color: #ffffff;
}
.navbar-right .dropdown-menu>li>a {
    color: #333333;
}
.navbar-right .dropdown-menu>li>a:hover, .navbar-right .dropdown-menu>li>a:visited, .navbar-right .dropdown-menu>li>a:focus {
    background-color: #f6f6f6;
}
.navbar-default .user-notifications ul.dropdown-menu {
    width: 300px;
    right: auto;
}
.navbar-default .user-notifications ul.dropdown-menu li a {
    padding: 3px 10px;
}
.navbar-default .user-notifications .bubble-count {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #c62828;
    width: 20px;
    height: 20px;
    text-align: center;
}
.navbar-default .user-notifications ul li {
    border-bottom: 1px solid #f6f6f6;
}
.navbar-default .user-notifications ul li.view-all {
    text-align: center;
}
.navbar-default .user-notifications ul li.view-all a {
    color: #c62828;
    padding: 5px 10px;
}
.navbar-default .user-notifications ul li h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.navbar-default .user-notifications ul li p {
    font-size: 12px;
}
.navbar-default .user-notifications ul li h3, .navbar-default .user-notifications ul li p {
    word-wrap: break-word;
    white-space: normal;
}
.navbar-default .user-notifications .no-notification {
    width: 100%;
    height: 250px;
    text-align: center;
    padding: 20px 0 40px 0;
}
.navbar-default .user-notifications .no-notification .text {
    text-transform: uppercase;
    margin-top: 15px;
}

/* Search Panel */
.search-panel {
    position: fixed;
    z-index: 99;
    top: 50px;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    overflow-x: hidden;
}
.search-panel .row {
    height: 100%;
}
.search-panel.ng-hide {
  opacity: 0;
}
.search-panel.ng-hide-add, .search-panel.ng-hide-remove {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.search-panel .trending-panel {
    border-right: 1px solid #cccccc;
    padding-right: 0;
    height: 100%;
}
.search-panel .trending-panel .panel-title {
    background-color: #eeeeee;
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0 15px 15px;
}
.search-panel .trending-panel .panel-title .fa {
    margin-right: 10px;
}
.search-panel .trending-panel .panel-list {
    padding-left: 20px;
    margin-top: 20px;
}
.search-panel .trending-panel .panel-list ul {
    margin: 0;
}
.search-panel .trending-panel .panel-list ul li {
    margin: 5px 0;
}
.search-panel .trending-panel .panel-list ul li a {
    display: block;
    padding: 10px;
    margin: 5px;
    font-size: 18px;
}
.search-panel .trending-panel .panel-list ul li a:hover {
    text-decoration: underline;   
}

.search-panel .searchbar-panel {
    height: 100%;
}
.search-panel .searchbar-panel .panel-title {
    background-color: #eeeeee;
    padding: 0;
}
.search-panel .searchbar-panel {
    padding-left: 0;
}
.search-panel .searchbar-panel .panel-title .form-control {
    border: none;
    background-color: transparent;
    color: #666666;
    font-size: 18px; 
    height: 55px;
}
.search-panel .searchbar-panel .search-results {
    overflow-y: auto;
    margin-top: 20px;
}
.search-results > .item {
    margin-bottom: 20px;
}
.search-results .item.md3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.search-results .up {
    color: #666666;
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

/* Featured Feeds */
#featureFeeds .carousel-caption {
	left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.8);
	text-shadow:none;
}
#featureFeeds .carousel-caption h4 a {
    text-transform: uppercase;
    color: #ffffff;
}
#featureFeeds .list-group {
	position:absolute;
	top:0;
	right:0;
    padding-right: 0;
}
#featureFeeds .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#featureFeeds .list-group-item.active:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
    border-right: 20px solid #b71c1c;
    left: -21px;
    top: 0;
}
#featureFeeds .list-group .active {
	background-color:#eee;	
}
#featureFeeds .list-group-item.active, #featureFeeds .list-group-item.active:focus, #featureFeeds .list-group-item.active:hover {
    border-color: #b71c1c;
    color: #ffffff;
    background-color: #b71c1c;
}

#featureFeeds .carousel-inner .item {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px) { 
	#featureFeeds {
	   padding-right:33.3333%;
    }
	#featureFeeds .carousel-controls {
	   display:none;
    } 	
    #featureFeeds .carousel-inner .item {
        height: 600px;
    }
}
@media (max-width: 991px) { 
	.carousel-caption p, #featureFeeds .list-group {
	   display:none;
    } 
}

.featured-stories {
    background-color: #b71c1c;
}
.featured-stories .a-card {
    overflow: hidden;
}
.featured-stories .a-card .overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    padding: 8px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.featured-stories .a-card:hover .overlay {
    background-color: rgba(0,0,0,0.9);
}
.featured-stories .a-card img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    max-width: 100%;
}
.featured-stories .a-card:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-stories .a-card .overlay .story-title {
    color: #ffffff;
    font-size: 1.2em;
    margin: 0;
}

/* Top Categories */
#topCategories {
    background-color: #eeeeee;
    text-align: center;
}
#topCategories > .box {
    color: #ffffff;
    text-decoration: none;
}
#topCategories > .box p {
    font-size: 1.2em;
}
#topCategories > .box:nth-child(1) {
    color: #c62828;
}
#topCategories > .box:nth-child(1) h3 {
    margin-top: 35px;
}
#topCategories > .box:nth-child(2) {
    background-color: #b71c1c;
}
#topCategories > .box:nth-child(3) {
    background-color: #c62828;
}
#topCategories > .box:nth-child(4) {
    background-color: #d32f2f;
}
#topCategories > .box:nth-child(5) {
    background-color: #e53935;
}


/* Post Section */
.section {
    padding: 10px 0;
}
.section.page {
    padding: 5px 0 0 0;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}
.section .section-title h3 {
    color: #c62828;
    text-transform: uppercase;
    border-bottom: 2px solid #eeeeee;
    margin: 10px 0;
    padding: 10px 0;
    font-weight: bold;
}
.section .section-content.newsletter-widget {
    text-align: center;
    background-color: #eeeeee;
    padding: 20px 10px;
}
.section .section-box {
    margin-bottom: 30px;
}
.section.page .padd {
    background-color: #eeeeee;
}
.section.page .feature-box {
    text-align: center;
    margin-bottom: 50px;
}
.section.page h1, .section.page h2, .section.page h3, .section.page h4 {
    text-transform: uppercase;
}

/* Post Carousel */
/* Story MD1 Style */
.item {
    position: relative;
}
.item-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.item-label .label {
    padding: 5px;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
}
slick .item.md1 {
    overflow: hidden;
    margin: 0 5px;
    position: relative;
    width: 275px;
    height: 185px;
    background-size: cover;
    background-repeat: no-repeat;
}
slick .item.md1 .hover-box {
    position: absolute;
    overflow: hidden !important;
    top: 0;
    left: 0px;
    bottom: 1px;
    right: 1px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: transparent;
}

slick .item.md1:hover .hover-box {
    background: rgba(0, 0, 0, 0.6);
}
slick .item.md1 .hover-box .inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: rgba(17, 17, 17, 0);
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 20%, rgba(17, 17, 17, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
slick .item.md1 .story-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}
slick .item.md1:hover .story-title {
    color: #c62828;
}
slick .item.md1 .story-meta > span {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px;
}
.slick-left, .slick-right {
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 0;
    display: inline-block;
    font-size: 0;
}
.slick-prev:before, .slick-next:before, .slick-left:before, .slick-right:before {
    padding: 5px;
    color: #ffffff;
    background-color: #c62828;
    font: normal normal normal 14px/1 FontAwesome;
}
.slick-prev:before, .slick-left:before {
    content: "\f053";
    opacity: .75;
    -webkit-font-smoothing: antialiased;
}
.slick-next:before, .slick-right:before {
    content: "\f054";
    opacity: .75;
    -webkit-font-smoothing: antialiased;
}
.slick-left:hover:before, .slick-left:focus:before, .slick-right:hover:before, .slick-right:focus:before {
    opacity: 1;
}
.slick-control {
    margin-top: 7px;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: #c62828;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-size: 12px;
}
.slick-dots {
    bottom: -40px;
}

/* Story MD2 Style */
.item.md2 .story-title {
    color: #c62828;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 16px;
    margin: 5px 0;
    display: block;
}
.item.md2:hover .story-title {
    color: #c62828;
}
.item.md2 .story-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}
.item.md2.card .story-image {
    height: 230px;
}

.item.md2 .story-meta > span {
    display: inline-block;
    margin-right: 10px;
    color: #666666;
    font-size: 13px;
    font-weight: 500;
}
.item.md2.with-border {
    box-shadow: 0 0 5px 1px #cccccc;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.item.md2.with-border:hover {
    box-shadow: 1px 1px 5px 1px #cccccc;
}
.item.md2.with-border .hover-box {
    padding: 10px;
}

/* Story MD3 Style */
.item.md3 {
    padding: 5px 0;
}
.item.md3 .story-title {
    color: #c62828;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.item.md3 .thumb {
    float: left;
    display: inline-block;
    width: 100px;
    height: 68px;
    background-size: cover;
    background-repeat: no-repeat;
}
.item.md3:hover .story-title {
    color: #c62828;
}
.item.md3 .story-meta > span {
    display: inline-block;
    margin-right: 10px;
    color: #666666;
    font-size: 13px;
    font-weight: 500;
}
.item.md3 .hover-box {
    padding-left: 115px;
}
/* Story MD4 Style */
.item.md4 {
    padding: 10px 0;
}
.item.md4 .story-title {
    color: #c62828;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.item.md4 .thumb {
    float: left;
    display: inline-block;
    width: 60px;
}
.item.md4:hover .story-title {
    color: #c62828;
}
.item.md4 .story-meta {
    position: relative;
}
.item.md4 .story-meta .fa {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #b71c1c;
}
.item.md4 .story-meta > span {
    display: block;
    margin-right: 10px;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.item.md4 .hover-box {
    padding-left: 80px;
}


/* Subscribe Box */
.subscribe-box {
    padding: 30px 0;
    background-color: #eeeeee;
    background-image: url(../img/message.png); 
    background-repeat: no-repeat; 
    background-position: 55% -55px;
}
.subscribe-form {
    margin-top: 25px;
}
.subscribe-form .form-control {
    height: 54px;
}
.subscribe-form .btn {
    padding: 16px 20px;
}

/* Footer */
footer {
    background-color: #222222;
}
footer .footer-main {
    padding: 15px 0;
}
footer .footer-bottom {
    border-top: 1px solid #333333;
    padding: 15px 0;
    color: #999999;
    font-size: 13px;
}
footer .footer-bottom .footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}
footer .footer-bottom .footer-nav > li {
    float: left;
}
footer .footer-bottom .footer-nav > li > a:link, footer .footer-bottom .footer-nav > li > a:visited {
    color: #999999;
    display: inline-block;
    border-right: 1px solid #333333;
    padding: 0 8px;
    text-decoration: none;
}
footer .footer-bottom .footer-nav > li > a:hover {
    color: #c62828;
}
footer .footer-bottom .footer-nav > li:last-child > a {
    border-right: none;
}

footer .footer-widget {
    color: #999999;
}
footer .footer-widget .widget-title {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
}

.widget-category-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget-category-list ul > li > a:link, .widget-category-list ul > li > a:visited {
    color: #999999;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 13px;
}
.widget-category-list ul > li > a:hover {
    color: #c62828;
    border-bottom-color: #c62828;
}
.widget-category-list ul > li > a:hover span {
    color: #ffffff;
    background-color: #c62828;
    border-color: #c62828;
}

.widget-category-list ul > li > a span {
    display: inline-block;
    float: right;
    background-color: transparent;
    color: #999999;
    padding: 1px 3px;
    border-radius: 4px;
    border: 1px solid #333333;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.widget-social-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget-social-list ul > li {
    display: inline-block;
    margin-right: 10px;
}
.widget-social-list ul > li > a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333333;
    text-align: center;
    padding-top: 5px;
}
.widget-social-list ul > li > a:hover {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

/* Inner Pages */
.adbox {
    margin-bottom: 20px;
    text-align: center;
}
.inner-page {
    background-color: #eeeeee;
    padding: 20px 0;
}
.inner-page .content-box {
    background-color: #ffffff;
    box-shadow: 0 0 10px 1px #CCCCCC;
    padding: 10px 0;
}


/* Story Detail */
.story-detail .story-title {
    color: #c62828;
    margin-bottom: 20px;
    font-size: 30px;
}
.story-detail .story-meta {
    margin: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px;
}
.story-detail .story-summary {
    font-weight: bold;
    margin: 20px 0;
    font-size: 16px;
    word-spacing: 3px;
    letter-spacing: 1px;
}
.story-detail .story-meta > span {
    display: inline-block;
    color: #666666;
    font-size: 16px;
}
.story-detail .story-meta > span a {
    color: #666666;
    text-decoration: none;
}
.story-detail .story-meta > span a:hover {
    color: #c62828;
}
.story-detail .story-meta > span .fa {
    font-size: 18px;
    margin-right: 10px;
}
.story-detail .story-meta .story-author img {
    float: left;
    width: 30px;
    height: 30px;
}
.story-detail .story-meta .story-author .author-name {
    padding-left: 15px;
    margin: 5px 0 0 0;
    display: inline-block;
}
.story-detail .story-featured-image {
    margin: 10px 0;
    position: relative;
}
.story-detail .story-featured-image .button-holder {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background-color: rgba(0,0,0,0.6);
}
@media (max-width: 767px) {
    .story-detail .story-featured-image .button-holder {
        padding: 10px 0;
    }
}
.story-detail .story-featured-image .button-holder .abtn {
    border-radius: 15px;
    border: 1px solid #ffffff;
    display: inline-block;
    margin-left: 20px;
    padding: 5px 8px;
    color: #ffffff;
    cursor: pointer;
}
.story-detail .story-featured-image .button-holder .abtn a {
    color: #ffffff;
}
.story-detail .story-featured-image .button-holder .abtn a.fa-heart {
    color: #c62828;
}
.story-detail .story-content {
    font-size: 16px;
    word-spacing: 3px;
    letter-spacing: 1px;
}
.story-detail .story-content img {
    max-width: 100%;
}
.story-detail .story-share .btn .fa {
    margin-right: 15px;
}
.story-detail .story-share .btn {
    margin-right: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}
.story-detail .story-share .btn {
    max-width: 38px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.story-detail .story-share .btn:hover {
    max-width: 300px;
}
@media (max-width: 767px) {
    .story-detail .story-share {
        text-align: center;
    }
}

.story-detail .comment-section .comment-box .form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    resize: none;
    border-bottom: none;
}
.story-detail .comment-section .comment-box .form-control:focus {
    border-color:  #cccccc;
}
.story-detail .comment-section .comment-box .button-holder {
    background-color: #eeeeee;
    padding: 5px;
    border: 3px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.story-detail .comment-section .comment-box .button-holder .comment-username {
    color: #666666;
    padding-left: 5px;
}
.story-detail .comment-section .comment-box .button-holder > div {
    width: 49%;
    display: inline-block;
}
.story-detail .comment-section .comment-thread {
    margin-top: 15px;
}
.story-detail .comment-section .comment-thread ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.story-detail .comment-section .comment-thread ul li {
    margin-bottom: 15px;
}
.story-detail .comment-section .comment-thread ul li .author-avatar {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    text-align: center;
}
.story-detail .comment-section .comment-thread ul li .author-avatar .comment-date {
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
}
.story-detail .comment-section .comment-thread ul li .comment {
    display: inline-block;
    width: 84%;
    border-radius: 4px;
    background-color: #eeeeee;
    padding: 10px;
}
@media (max-width: 767px) {
    .story-detail .comment-section .comment-thread ul li .author-avatar {
        display: none !important;
    }
    .story-detail .comment-section .comment-thread ul li .comment {
        width: 100% !important;
    }
}
.story-detail .comment-section .comment-thread ul li .comment .comment-author {
    font-size: 15px;
    margin: 0 0 10px 0;
}
.story-detail .comment-section .comment-thread ul li .comment .comment-author a {
    color: #c62828;
    text-decoration: none;
}
.story-detail .comment-section .comment-thread ul li .comment .comment-vote span {
    display: inline-block;
    margin-right: 20px;
}
.story-detail .comment-section .comment-thread ul li .comment .comment-vote span a {
    text-decoration: none;
    color: #c62828;
}
.story-reaction ul {
    display: block;
    padding: 0;
    margin: 20px 0 0 0;
    list-style-type: none;
}
.story-reaction ul li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}
@media (max-width: 767px) {
    .story-detail .story-reaction {
        text-align: center;
    }
    .story-reaction ul li {
        margin-bottom: 10px;
    }
}
.story-reaction ul li a {
    display: block;
    text-align: center;
}
.story-reaction ul li a span.name {
    margin-top: 5px;
    display: block;
    text-transform: uppercase;
}
.story-reaction ul li span.score {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 40%;
    padding: 2px 6px;
    text-align: center;
    color: #ffffff;
    background-color: #1e88e5;
}
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9;
    background-color: #c62828;
    color: #ffffff;
    display: none;
}
.bottom-bar > .col-xs-4 {
    text-align: center;
    padding-top: 2px;
}
.bottom-bar span {
    display: block;
}
@media (max-width: 767px) {
    .bottom-bar {
        display: block;
    }
}


/* Profile Page */
.profile-page .content-box {
    padding: 10px 0 50px 0;
}
.profile-page .user-avatar {
    text-align: center;
}
.profile-page .user-avatar a {
    display: inline-block;
    position: absolute;
    z-index: 2;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    bottom: 20px;
    left: 10px;
}
.profile-page .user-detail .user-name {
    color: #c62828;
}
.profile-page .user-detail .user-handle {
    color: #666666;
}
.profile-page .user-detail .user-handle .fa {
    color: #CCCCCC;
}
.profile-page .overview-box {
    margin: 10px 0;
    padding: 5px;
}
.profile-page .overview-box .box {
    text-align: center;
    border: 1px solid #999999;
    color: #999999;
    padding: 10px 0;
}
.profile-page .overview-box .box strong {
    font-size: 18px;
}
.profile-page .overview-box .box span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
.profile-page .sidebar-nav {
    margin-top: 30px;
}
.profile-page .sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.profile-page .sidebar-nav ul li a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #eeeeee;
    font-size: 15px;
    font-weight: 700;
}
.profile-page .sidebar-nav ul li a:hover, .profile-page .sidebar-nav ul li.active a {
    border-left-color: #c62828;
    padding-left: 15px;
}
.profile-page .sidebar-nav ul li a .badge {
    background-color: #e53935;
    float: right;
}
.profile-page .user-detail .tab-content .tab-title, .title-primary {
    color: #c62828;
    margin-bottom: 20px;
}
.profile-page .user-detail .tab-content .row .col-xs-12 {
    margin-bottom: 20px;
}

/* Create Story Page */
.create-story-page .story-toolbar {
}


/* Story Card */
.story-card {
    box-shadow: 2px 2px 8px 0 #CCCCCC;
    border: 1px solid #eeeeee;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.story-card:hover {
    box-shadow: 5px 5px 10px 1px #CCCCCC;
}
.story-card .card-image {
    position: relative;
    width: 100%;
    height: 255px;
    background-repeat: no-repeat;
    background-size: cover;
}
.story-card .card-image .label {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    font-size: 12px;
}
.story-card .card-image .card-overlay {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 5px;
    text-align: center;
}
.story-card .card-image .card-overlay > a {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
.story-card .card-image .card-overlay > a .fa {
    margin-right: 5px;
}
.story-card .card-content {
    padding: 10px;
}
.story-card .card-content .card-title {
    color: #c62828;
}
.story-card .card-action {
    border-top: 1px solid #eeeeee;
    text-align: center;
}
.story-card .card-action > a {
    display: inline-block;
    width: 49%;
    padding: 10px 0;
    font-size: 18px;
}
.story-card .card-action > a.no-border {
    width: 100%;
}
.story-card .card-action > a:not(.no-border):first-child {
    border-right: 1px solid #eeeeee;
}
.story-filter .form-control {
    width: 30%;
}
@media (max-width: 767px) {
    .story-filter .form-control {
        width: 100%;
    }
}

/* Parallax */
.head-parallax {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #444444;
    background-position: 0 100%;
    position: relative;
    color: #ffffff;
    text-align: center;
}
.head-parallax .overlay {
    width: 100%;
    padding: 100px 0 150px 0;
    background-color: rgba(0,0,0,0.3);
}
.head-parallax .overlay .stat {
    text-transform: uppercase;
}


/* Toasts */
.ng-toast .alert {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding-left: 50px;
    font-size: 16px;
}

.ng-toast .alert:hover {
    box-shadow: 0 0 10px 0 #333333;
}
.ng-toast .alert-success {
    color: #ffffff;
    background-color: #388e3c;
    border-color: #388e3c;
}
.ng-toast .alert-success::before {
    position: absolute;
    left: 10px;
    top: 12px;
    content: "\f058";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ng-toast .alert-danger {
    color: #ffffff;
    background-color: #d32f2f;
    border-color: #d32f2f;
}
.ng-toast .alert-danger::before {
    position: absolute;
    left: 10px;
    top: 12px;
    content: "\f071";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ng-toast .alert-info {
    color: #ffffff;
    background-color: #1976d2;
    border-color: #1976d2;
}
.ng-toast .alert-info::before {
    position: absolute;
    left: 10px;
    top: 12px;
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.toastr.ng-enter {
    -webkit-animation: bounceInUp 1s;
    -moz-animation: bounceInUp 1s;
    animation: bounceInUp 1s;
}
.toastr.ng-leave {
    -webkit-animation: bounceOutDown 1s;
    -moz-animation: bounceOutDown 1s;
    animation: bounceOutDown 1s;
}

/* Buttons */
.btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;    
}
.btn:active:focus, .btn:focus {
    outline: none;
}
.btn .fa {
    margin-right: 10px;
}
.btn-real {
    color: #ffffff !important;
    background-color: #c62828;
    border-color: #b71c1c;
}
.btn-real:hover, .btn-real:focus {
    background-color: #b71c1c;
    color: #ffffff;
}
.btn-real-o {
    color: #c62828 !important;
    background-color: #ffffff;
    border-color: #c62828;
}
.btn-real-o:hover, .btn-real-o:focus {
    background-color: #ffffff !important;
    color: #b71c1c;
}
.btn-fb {
    color: #ffffff !important;
    background-color: #3B5998;
    border-color: #3B5998;
}
.btn-fb:hover, .btn-fb:focus {
    color: #ffffff;
    background-color: #3B5998;
}
.btn-tw {
    color: #ffffff !important;
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}
.btn-tw:hover, .btn-tw:focus {
    color: #ffffff;
    background-color: #1DA1F2;
}
.btn-gp {
    color: #ffffff !important;
    background-color: #DC4E41;
    border-color: #DC4E41;
}
.btn-gp:hover, .btn-gp:focus {
    color: #ffffff;
    background-color: #DC4E41;
}
.btn-pin {
    color: #ffffff !important;
    background-color: #CB2027;
    border-color: #CB2027;
}
.btn-pin:hover, .btn-pin:focus {
    color: #ffffff;
    background-color: #CB2027;
}
.btn-lin {
    color: #ffffff !important;
    background-color: #007BB6;
    border-color: #007BB6;
}
.btn-lin:hover, .btn-lin:focus {
    color: #ffffff;
    background-color: #007BB6;
}
.btn-whatsapp {
    color: #ffffff !important;
    background-color: #25D366;
    border-color: #25D366;
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
    color: #ffffff;
    background-color: #25D366;
}
.btn-tm {
    color: #ffffff !important;
    background-color: #2C4762;
    border-color: #2C4762;
}
.btn-tm:hover, .btn-tm:focus {
    color: #ffffff;
    background-color: #2C4762;
}
.btn-email {
    color: #333333 !important;
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.btn-email:hover, .btn-email:focus {
    color: #333333;
    background-color: #eeeeee;
}

.btn-upload {
    position: relative;
    overflow: hidden;
    display: block;
    border: 3px dashed #666666;
    background-color: #eeeeee;
    background-size: cover;
    background-repeat: no-repeat;
    color: #666666;
    padding: 40px 0;
    height: 140px;
    text-align: center;
}
.btn-upload[disabled] input {
    display: none !important;
}
.btn-upload .fa {
    display: block;
    margin-bottom: 10px;
}
.btn-upload input {
    position: absolute;
    top: 50px;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    -webkit-transform: translate(-300px, 0) scale(4);
    -ms-transform: translate(-300px, 0) scale(4);
    -o-transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
* html .btn-upload {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .btn-upload {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}

.avatar-upload {
    position: relative;
    overflow: hidden;
    display: block;
    color: #666666;
    text-align: center;
}
.avatar-upload[disabled] input {
    display: none !important;
}
.avatar-upload input {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    -webkit-transform: translate(-300px, 0) scale(4);
    -ms-transform: translate(-300px, 0) scale(4);
    -o-transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
* html .avatar-upload {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .avatar-upload {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}

/* Input Errors */
.input-error {
    color: #c62828;
    font-size: 13px;
    padding: 5px 2px;
    font-weight: 700;
}
.form-control.ng-touched.ng-invalid {
    border-color: #c62828;
}

/* Emoticons */
.fr-emoticon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
}



/* Login Modal */
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-content .modal-header {
    background-color: #c62828;
    color: #ffffff;
}
.modal .close {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    width: 50px;
    height: 50px;
    font-weight: 500;
    opacity: 1;
}
.modal .close span {
    font-size: 40px;
    color: #eeeeee;
}
#loginModal .modal-body .col-xs-12:last-child {
    padding-top: 20px;
}
#loginModal .break hr {
    border: 0;
    float: left;
    background: #e0e0e0;
    height: 1px;
    width: 44%;
    margin-top: 20px;
    margin-bottom: 10px;
}
#loginModal .break p {
    float: left;
    color: #000;
    font-size: 1.5em;
    width: 12%;
    margin: .292em 0 0;
    text-align: center;
}
#loginModal .modal-body h2 {
    font-weight: bold;
    margin-bottom: 20px;
}
#loginModal .form-control {
    height: 50px;
}
#loginModal .btn {
    padding: 14px 12px;
}
#loginModal .modal-body  {
    padding: 20px 50px 50px 50px;
}
#loginModal .bf {
    font-size: 15px;
}

/* Masonry Layout */
.a-card {
    position: relative;
}
.deckgrid[deckgrid]::before {
    /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
    content: '4 .column.column-1-4';
    font-size: 0; /* See https://github.com/akoenig/angular-deckgrid/issues/14#issuecomment-35728861 */
    visibility: hidden;
}

.deckgrid .column {
    float: left;
}

.deckgrid .column-1-4 {
    width: 25%;
}
.deckgrid .column-2-4 {
    width: 50%;
}
.deckgrid .column-1-1 {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .deckgrid[deckgrid]::before {
        content: '1 .column.column-1-1';
    }
}
@media screen and (min-width: 481px) and (max-width: 900px) {
    .deckgrid[deckgrid]::before {
        content: '2 .column.column-2-4';
    }
}