@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html, body {
	margin: 0;
	background: #ede9dc;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 100%
}
a:link, a:visited, a:active {
	color: #000;
	outline:0;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
p {
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.logo {
	max-width: 200px;
	margin: -15px 0 0 0;
}
#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -250px;
	padding: 0 0 250px;
	position: relative;
}
.main-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 250px;
	padding-top: 10px;
	background: #34495e;
	border-top: 1px solid #2b3f53;
	color: #FFF;
}
.container-main {
	padding-top: 150px;
}
.footer-center {
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
}
.footer-liner {
	border-bottom: 1px solid #b3bdc7;
}
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.footer-links li {
	color: #b3bdc7;
	font-size: 17px;
	float: left;
	padding: 5px 12px;
}
.footer-links, .footer-links li a:link, .footer-links li a:visited {
	color: #b3bdc7;
	font-size: 17px;
}
.footer-links li a:hover {
	text-decoration: underline;
}
.footer-btns, .footer-btns:link, .footer-btns:visited {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #243547;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	border: 1px solid #0f1a25;
}
.footer-btns:hover {
	background: #172635;
}
.footer-top {
	display: block;
	overflow: hidden;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
}
.footer-left {
	width: 20%;
	float: left;
	display: block;
	line-height: 40px;
	margin-top: 10px;
}
.footer-right {
	width: 70%;
	float: right;
	display: block;
	text-align: right;
}
.copyright {
	padding: 15px 0;
	font-size: 17px;
	line-height: 17px;
}
.icon-instagram {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4ca1f0;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	border: 1px solid #2482da;
}
.icon-rss {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff9845;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	border: 1px solid #ec802a;
}
.icon-rss:link, .icon-rss:visited, .icon-instagram:link, .icon-instagram:visited {
	color: #FFF;
}
.icon-rss:hover {
	background: #ed7f26;
}
.icon-instagram:hover {
	background: #348ee2;
}
.col-side-bar {
	margin-bottom: 25px;
}

#preview{float:left;}

/*===========================
NAVBAR DESKTOP
=============================*/

.navbar-desktop-right>li.dropdown>a.dropdown-toggle>.img-pp {
	padding: 0;
	border-radius: 50%;
	border: 3px solid #FFF;
}
.navbar-desktop {
	height: 70px;
	display: block;
	background: #bb3835;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1040;
}
.navbar-desktop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-desktop ul li {
	float: left;
	display: inline-block;
	height: 70px;
	padding-right: 10px;
	line-height: 55px;
	color: #FFF;
	font-size: 17px;
}
.navbar-desktop ul li a {
	display: inline-block;
	padding: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 17px;
}
.navbar-desktop ul li a:hover {
	text-decoration: none;
}
.navbar-desktop-right {
	float: right;
	text-align: right;
}
.navbar-desktop-right .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-desktop-right {
	left: 0;
	right: auto;
}
.navbar-desktop-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-desktop-right ~ .navbar-desktop-right {
	margin-right: 0;
}
.navbar-fixed-top {
	top: 70px;
}
.navbar-desktop-right>li.dropdown>a.dropdown-toggle {
	text-decoration: none;
}
.navbar-desktop-right>li.dropdown.open>ul.login-dp.dropdown-menu>li {
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
	height: 40px;
}
.navbar-desktop-right>li.dropdown.open>ul.login-dp.dropdown-menu>li.list-last {
	height: 50px;
	margin-bottom: 5px;
}
.navbar-desktop-right>li.dropdown.open>ul.login-dp.dropdown-menu>li>a {
	width: 100%;
	margin: 0;
	color: #000;
	height: 40px;
	font-weight:normal;
	font-size:15px;
	padding-left:15px;
	padding-right:15px;
}

.navbar-desktop>div.container-fluid>div.container>ul.navbar-desktop-right>li.dropdown.open>ul.login-dp.dropdown-menu>li.li-divider{border-bottom:1px solid #dddddd; height:3px; margin-top:10px;}

/*===========================
NAVBAR VERTICAL
=============================*/

.nav-pills {
	background: #FFF;
	margin-bottom:15px;
}
.nav-pills-title {
	background: #4d68a1;
	padding: 10px 15px;
	color: #FFF;
	font-weight: bold;
	font-size:18px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #FFF;
	background-color: #428bca;
}
.margintop20 {
	margin-top: 20px;
}
.nav-pills>li>a {
	border-radius: 0px;
}
.nav-stacked>li+li {
	margin-top: 0px;
	margin-left: 0;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
/*===========================
POSTS
=============================*/

.post {
	background: #FFF;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}
.post-info.pull-left>a:hover {
	text-decoration: underline;
}
.post-info.info-right>a.social-icons {
	text-decoration: none;
}
.info-left {
	float: left;
}
.info-right {
	float: right;
}
.form-file {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.file-label {
	float: left;
	line-height: 32px;
}
.img-story {
	width: 150px;
	float: left;
	margin-right: 15px;
}
.photo-post {
	min-height: 60px;
}
.col-vote {
	padding-top: 15px;
	display: block;
	overflow: hidden;
}
.col-vote ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.col-vote ul li {
	font-size: 12px;
	float: left;
	border: 1px solid #dddddd;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.vote-down-number, .vote-up-number {
	padding: 0 10px;
}
.col-vote ul li a {
	padding: 5px 10px;
	display: inline-block;
	border-right: 1px solid #dddddd;
	background: #e8f8ff;
}
.col-vote ul li a:hover {
	background: #bb3835;
	color: #FFF;
}
.col-vote ul li a.vote-clicked, .col-vote ul li a.vote-clicked:visited, .col-vote ul li a.vote-clicked:hover {
	background: #FFF;
	color: #000;
	cursor: text;
}
.post-info {
	display: block;
	padding-top: 10px;
}
.post-info a, .post-info a:link, .post-info a:visited {
	color: #999;
}
.post-info a:hover {
	color: #999;
	text-decoration: underline;
}
.post-bottom {
	padding-top: 0;
	display: block;
	font-size: 12px;
	color: #999;
}
.social-icons, .social-icons:link, .social-icons:visited {
	color: #000;
	border: 1px solid #dddddd;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 30px;
	height: 28px;
	text-align: center;
	line-height: 28px;
}
.social-icons:hover {
	color: #000;
	background: #f6f6f6;
	text-decoration: none;
}
.post-info.info-right>a.fav-icon, .post-info.info-right>a.fav-icon:link, .post-info.info-right>a.fav-icon:visited {
	color: #aab4be;
	text-decoration: none;
}
.post-info.info-right>a.fav-icon:hover {
	color: #ff9705;
	text-decoration: none;
}
a.fav-icon.fav-clicked {
	color: #ff9705;
}
.post-info.info-right>a.fav-icon.fav-clicked, .post-info.info-right>a.fav-icon.fav-clicked:link, .post-info.info-right>a.fav-icon.fav-clicked:visited {
	color: #ff9705;
	text-decoration: none;
}
.post-info.info-right>a.fav-icon.fav-clicked:hover {
	color: #ff9705;
	text-decoration: none;
}
.comment-icon, .comment-icon:link, .comment-icon:visited, .comment-icon:hover {
	background: #aab4be;
	color: #FFF;
	width: 45px;
	padding: 5px 10px;
	margin-right: 5px;
	height: 30px;
	text-align: center;
	display: inline-block;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-arrow::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: 0;
	margin-left: 3px;
}
.col-vote>ul {
	margin-left: 55px;
}
.page-form {
	overflow: hidden;
	background: #FFF;
	padding: 15px;
	margin-bottom: 35px;
}
.info-text {
	margin: 15px 0;
}
.info-text>p {
	padding-bottom: 15px;
}
.notice-nothing {
	text-align: center;
	padding: 100px 15px;
	background: #FFF;
	border: 1px solid #dddddd;
	overflow: hidden;
	margin: 30px 0;
}
.notice-nothing h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
.notice-nothing p {
	margin-bottom: 15px;
}
/*===========================
IMAGE INPUT
=============================*/

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn-site, .btn-site:link, .btn-site:visited {
	background: #4d68a1;
	color: #FFF;
}
.btn-site:hover {
	background: #34495e;
	color: #FFF;
}
.notice {
	padding: 15px;
	background-color: #fafafa;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.notice-success {
	border-left: 8px solid #80D651;
}
.notice-info {
	border-left: 8px solid #45ABCD;
}
.notice-warning {
	border-left: 8px solid #FEAF20;
}
.notice-danger {
	border-left: 8px solid #d73814;
}
.icon-bar {
	display: inline-block;
}
.recover-box {
	display: none;
}
.login-box {
	overflow: hidden;
}
.recover-box {
	overflow: hidden;
	display: none;
}
.fb-login, .fb-login:link, .fb-login:visited {
	color: #FFF;
	background: rgb(73,102,160); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(73,102,160,1) 0%, rgba(65,98,165,1) 31%, rgba(52,82,144,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(73,102,160,1) 0%, rgba(65,98,165,1) 31%, rgba(52,82,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(73,102,160,1) 0%, rgba(65,98,165,1) 31%, rgba(52,82,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4966a0', endColorstr='#345290', GradientType=0 ); /* IE6-9 */
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fb-login:hover {
	background: rgb(52,82,144); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(52,82,144,1) 0%, rgba(65,98,165,1) 31%, rgba(73,102,160,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(52,82,144,1) 0%, rgba(65,98,165,1) 31%, rgba(73,102,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(52,82,144,1) 0%, rgba(65,98,165,1) 31%, rgba(73,102,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345290', endColorstr='#4966a0', GradientType=0 ); /* IE6-9 */
}
.form-btn {
	display: block;
	overflow: hidden;
}
.col-txt-center {
	color: #666;
	text-align: center;
	margin-bottom: 10px;
}
.link-box {
	text-align: center;
	display: block;
	padding: 7px 0;
}
.link-box a, .link-box a:link, .link-box:visited {
	color: #666;
	font-size: 12px;
}
/*===========================
PROFILE
=============================*/

.col-profile{padding:0; background:#FFF; margin-bottom:15px; overflow:hidden;}

.col-profile-pic{ display:inline-block; padding:10px; float:left;}

.col-profile-pic>img{max-width:220px;}

.col-profile-info{padding:10px;}

.info-row{padding:5px 0;}

.profile-info{overflow:hidden;}

.about-row{clear:both; padding:0 10px 10px 10px;}

.info-first{padding-top:0;}

.col-profile h1{padding:10px 10px 0 10px;}

/*===========================
BREADCRUMBS
=============================*/

.btn-breadcrumb {
	width: 100%;
	margin-bottom: 15px;
}
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #FFF;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
}
/* The responsive part */

.btn-breadcrumb > * > div {
	/* With less: .text-overflow(); */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-breadcrumb > *:nth-child(n+2) {
	display: none;
}
.ad-block {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
/*===========================
COMMENTS TIMELINE
=============================*/

.timeline-centered {
	position: relative;
	margin-bottom: 30px;
}
.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}
.timeline-centered:after {
	clear: both;
}
.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}
.timeline-centered:after {
	clear: both;
}
.timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	background: #f5f5f6;
	/*left: 50%;*/
	top: 20px;
	bottom: 20px;
	margin-left: 30px;
}
.timeline-centered .timeline-entry {
	position: relative;
	/*width: 50%;
        float: right;*/
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
	clear: both;
}
.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry:after {
	clear: both;
}
.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry:after {
	clear: both;
}
.timeline-centered .timeline-entry.left-aligned {
	float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -18px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -100px;
	text-align: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
	font-size: 15px;
	font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
	font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	background: #fff;
	color: #737881;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	-moz-box-shadow: 0 0 0 5px #f5f5f6;
	-webkit-box-shadow: 0 0 0 5px #f5f5f6;
	box-shadow: 0 0 0 5px #f5f5f6;
	line-height: 40px;
	font-size: 15px;
	float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #FFF;
	padding: 1em;
	margin-left: 60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #FFF transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #737881;
	font-family: "Noto Sans", sans-serif;
	margin: 0;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
	margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	font-size: 12px;
	margin-bottom: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
	color: #303641;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
}

#comments, .comment-box{margin-bottom:15px; overflow:hidden;}

#no-comment{
	text-align:center;
	padding:10px;
	background:#FFF;
	border:1px solid #dddddd;
	}

/*===========================
OTHER
=============================*/

.comment-box{background:#FFF; overflow:hidden; padding:0 15px 15px 15px;}

.col-title-1{font-size:22px; padding:15px 0;}

.btn-box{text-align:center; display:block; padding-bottom:15px;}

.btn-nav { 
  color: #000000; 
  background-color: #F5F5F5; 
  border-color: #C7C7C7; 
} 
 
.btn-nav:hover, 
.btn-nav:focus, 
.btn-nav:active, 
.btn-nav.active, 
.open .dropdown-toggle.btn-nav { 
  color: #000000; 
  background-color: #F0F0F0; 
  border-color: #C7C7C7; 
} 
 
.btn-nav:active, 
.btn-nav.active, 
.open .dropdown-toggle.btn-nav { 
  background-image: none; 
} 
 
.btn-nav.disabled, 
.btn-nav[disabled], 
fieldset[disabled] .btn-nav, 
.btn-nav.disabled:hover, 
.btn-nav[disabled]:hover, 
fieldset[disabled] .btn-nav:hover, 
.btn-nav.disabled:focus, 
.btn-nav[disabled]:focus, 
fieldset[disabled] .btn-nav:focus, 
.btn-nav.disabled:active, 
.btn-nav[disabled]:active, 
fieldset[disabled] .btn-nav:active, 
.btn-nav.disabled.active, 
.btn-nav[disabled].active, 
fieldset[disabled] .btn-nav.active { 
  background-color: #F5F5F5; 
  border-color: #C7C7C7; 
} 
 
.btn-nav .badge { 
  color: #F5F5F5; 
  background-color: #000000; 
}
.page-title{margin:15px 0; clear:both; padding:10px; background: #34495e;  border:1px solid #24384c; color:#FFFFFF; display:block;}

.page-title>h3>a.pull-right>small, .page-title>h3>a.pull-right>small:link, .page-title>h3>a.pull-right>small:visited{color:#FFFFFF;} 

.display-page{background:#FFFFFF; border:1px solid #dddddd; margin-bottom:25px; padding:15px; overflow:hidden;}

.display-page h1{margin-bottom:15px;}

.cap{border:1px solid #dddddd; margin-top:7px;}

#infscr-loading{text-align:center; background:#FFFFFF; border:1px solid #dddddd; margin-bottom:25px; padding:10px;}

.sidebar-box{background:#FFFFFF; display:block; margin-bottom:15px;}

.sidebar-box-ads{display:block; margin-bottom:15px;}

#sidebar-ads{display:block; margin-bottom:15px;}

.stick-ad{
	position: fixed;
	top: 150px;
	display:block; 
	margin-bottom:15px;
	max-width:295px;
}

.sidebar-box h4{padding:10px 15px; border-bottom:1px solid #dddddd; font-weight:bold; margin-bottom:7.5px; color: #4d68a1; font-style:italic;}

.s-text{font-family: 'Suez One', serif; font-size:25px; font-style:normal;}

.front-row{padding:7.5px 15px 7.5px 15px; display:block; overflow:hidden; border-bottom:1px solid #DDDDDD;}

.front-row>span.numbers{float:left; display:block; font-size:22px; color: #bb3835; width:10%;}

.col-side-text{display:block; float:left; width:89%; overflow:hidden;}

.front-row>.col-side-text>a, .front-row>.col-side-text>a:link, .front-row>.col-side-text>a:visited{display:block; padding-left:5px;}

.btn-sidebar{padding:5px; margin:7px; display:inline-block;}

.col-btn-center{text-align:center; display:block; overflow:hidden;}

.side-bar-icon{font-size:28px;}

.side-bar-link{display:block; overflow:hidden; margin-bottom:10px; background:#FFFFFF; border:1px solid #DDDDDD; padding:7px 15px; color: #bb3835;}

a.side-bar-link, a.side-bar-link:link, a.side-bar-link:visited, a.side-bar-link:hover{color: #4d68a1;}

.nav-rss{margin:0; padding:0; list-style:none;}

.nav-rss li{font-size:14px; margin-bottom:10px;}

.nav-rss>li>i.fa.fa-rss-square{ color: #ff872c;}

.fb-box{display:block; padding:15px; overflow:hidden; margin-top:50px; background: #dfedf9;}

h1.liner {
  position: relative;
  text-align: center;
  color: #3B3B3B;
}

h1.liner span {
  background: #dfedf9;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h1.liner:before {
  background: #3B3B3B;  
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}

h1.liner:before {
  left: 0;
}


@media(max-width:991px) {
	
.stick-ad, #sidebar-ads{display:none; position:static;}	

.login-txt{display:none;}
	
}
@media (min-width: 992px) {
.btn-breadcrumb > *:nth-last-child(-n+6) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 170px;
}
}
@media (min-width: 768px) and (max-width:991px) {
.btn-breadcrumb > *:nth-last-child(-n+4) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 100px;
}
}
@media(max-width:767px) {
.navbar-desktop {
	display: none;
}
.navbar-fixed-top {
	top: 0;
}
.logo {
	max-width: 160px;
	margin: -19px 0 0 0;
}
.navbar-default .container {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default {
	background-color: #bb3835;
	border-color: #16a5e1;
}
.collapsing, .in {
	background-color: #333333;
}
.collapsing ul li a, .in ul li a {
	color: #FFF !important;
	border-bottom: 1px solid #1a1a1a;
	border-top: 1px solid #4d4d4d;
}
.collapsing ul li a, .in ul li.nav-first a {
	border-top: 0;
}
.collapsing ul li a:hover, .in ul li a:hover {
	color: #FFF !important;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #2a2a2a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #333333 0%, #2a2a2a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #333333 0%, #2a2a2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2a2a2a', GradientType=0 ); /* IE6-9 */
}
.navbar-menu {
	float: left;
	margin-left: 15px;
}
.navbar-brand {
	position: absolute;
	left: 50%;
	margin-left: -50px !important;  /* 50% of your logo width */
	display: block;
	margin-top: 10px;
}
.navbar-user {
	background: transparent !important;
	padding: 0 10px;
	border: none;
	line-height: 40px;
}
.navbar-user .img-pp {
	padding: 0;
	border-radius: 50%;
	border: 3px solid #FFF;
}

.navbar-user span.login-text {
	color: #FFF;
}
.container-main {
	padding-top: 80px;
}
.container-main {
	padding-left: 0;
	padding-right: 0;
}
.footer-left, .footer-right {
	width: 100%;
	text-align: center;
}
.icon-bar {
	display: block;
	width: 100%;
	margin-top: 15px;
}
#wrap {
	margin: 0 auto -320px;
	padding: 0 0 320px;
}
.main-footer {
	height: 320px;
}
.btn-breadcrumb > *:nth-last-child(-n+2) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 60px;
}
}
@media(max-width:660px) {
.col-vote > span {
	float: left;
	display: inline-block;
}
.col-vote > ul {
	float: left;
	display: inline-block;
	max-width: 240px;
}
.col-vote > ul > li {
	width: 100%;
	margin-bottom: 10px;
}
.col-vote > ul > li > a {
	width: 75%;
}
#wrap {
	margin: 0 auto -350px;
	padding: 0 0 320px;
}
.main-footer {
	height: 350px;
}
.footer-center > ul {
	text-align: center;
	width: 100%;
}
.footer-center > ul.footer-links > li > a {
	font-size: 12px;
}
ul.footer-links > li {
	display: inline-block;
	float: none;
}
.comment-link {
	float: left;
}
}
@media(max-width:560px) {
.img-story {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	margin-right: 0;
}
.col-vote > ul {
	max-width: 100%;
}
.post-info {
	width: 100%;
}
.info-right > a.fa.fa-star.fav-icon {
	float: right;
	margin: 10px;
}
.col-profile-pic, .col-profile-info{width:100%; overflow:hidden; padding:15px;}

.col-profile-info, .about-row{text-align:center;}

.col-profile-pic > img.img-responsive{margin-left:auto; margin-right:auto;}

}
@media(max-width:443px) {
.col-vote > ul {
	margin-top: 10px;
}
.comment-icon {
	margin-top: 10px;
}
@media(max-width:430px) {
.logo {
 max-width: 100px;
 margin: -8px 0 0 0;
}
.navbar-brand {
 width: 100px;
}
.col-vote {
 width: 100%;
}
.navbar-user span.login-text {
 display: none;
}
}
@media(max-width:370px) {
#wrap {
	margin: 0 auto -405px;
	padding: 0 0 405px;
}
.main-footer {
	height: 405px;
}
}
