


::selection {
	background: #d9534f;
	color: #ffffff;
}

body.nav-fixed {
	position: relative;
	padding-top: 54px;
}

body {
	background-color: #f0f0f0;
	background: url("bg.jpg");
}

h1,h2,h3,h4,h5 {
	font-weight: 100;
}

ul{
	list-style-type: none;   
}


.panel-heading{
	color: #888;
}

.panel a {
	color: #666;
}

.panel a:hover {
	color: #b94a48;
}

.panel .tab-content a:hover,
.panel .nav-pills a:hover {
	color: #ffffff;
}

.panel .tab-content ul.children a:hover {
	color: #d2322d;
}

#archives a{
	color: #b94a48;
}

.tag-article a,
.tag-article a:hover{
	color: #fff;
}

div[class*="danger"] a {
	color: #d9534f;
}

div[class*="danger"] a:hover {
	color: #b94a48;
}

div[class*="success"] a {
	color: #64a765;
}

div[class*="success"] a:hover {
	color: #468847;
}

div[class*="warning"] a {
	color: #d5ad68;
}

div[class*="warning"] a:hover {
	color: #c09853;
}


div[class*="danger"] .badge {
	background-color: #d9534f;
}

div[class*="success"] .badge {
	background-color: #64a765;
}

.panel-zan .badge {
	background-color: #d9534f;
}


#zan-header.navbar {
	border-radius: 0;
	font-size: 14px;
}

#zan-bodyer{
	padding-top: 20px;
}

#if-fixed {
	position: absolute;
	top: 15px;
	right: 20px;
}

#if-fixed input {
	opacity: 0;
}

.navbar-fixed-top #if-fixed i {
	color: #d2322d;

			transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;

			animation: pined .5s;
	-webkit-animation: pined .5s;
}

@keyframes pined {
	from  {top: -10px;}
	to {top: -3px;}
}

@-webkit-keyframes pined {
	from  {top: -10px;}
	to {top: -3px;}
}

#if-fixed i {
	position: relative;
	top: -3px;
	right: 5px;
	color: #ffffff;
}

.navbar-brand {
	background: url("logo.png") no-repeat;
	width: 200px;
	height: 50px;
	display: block;
}


.syntaxhighlighter{       
    padding: 10px 0 !important;

    		border-radius: 5px;
    -webkit-border-radius: 5px;   
       -moz-border-radius: 5px;  

    		box-shadow: 1px 1px 3px #ccc;   
    -webkit-box-shadow: 1px 1px 3px #ccc;   
       -moz-box-shadow: 1px 1px 3px #ccc;   
 
 }

 
div.search{
 	float: right;	
 	padding: 10px 0;
 }

div.search input[type="text"] {
 	width: 180px;
 }


.slide{
	border-radius: 4px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0px 5px #c2c2c2;
	   -moz-box-shadow: 0 0px 5px #c2c2c2;
	        box-shadow: 0 0px 5px #c2c2c2;
}

.slide img {
	border-radius: 4px;
}

.slide .flex-direction-nav a {
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	display: block;
	background: url("arrow.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	
			transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
		 -o-transition: all .25s ease-in-out;
}

.slide .flex-direction-nav a:hover {
	background: url("arrow_hover.png") no-repeat 0 0;
}

.slide .flex-direction-nav .flex-next  {
	background-position: 0 100%;
}

.slide .flex-direction-nav .flex-next:hover {
	background-position: 0 100%;
}


.article{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
}


.article-stick {
	position: absolute;
	top: -10px;
	right: 5%;
	font-size: 40px;
	color: #d9534f;
}


.data-article{
	background-color: #d9534f;
	border-color: #d43f3a;
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    left: -20px;
    top: -20px;
    color: #fff;
    padding-top: 10px;
}

.data-article span.month,
.data-article  span.day{
	text-align: center;
	display: block;
}

.data-article span.month{
	margin: 0;	
}

.data-article span.day{
	font-size: 30px;	
	font-weight: bold;
	margin-top: -5px;
}


.title-article {
	padding: 20px 15px 0px 15px;
}

.title-article h1{
	font-size: 32px;
	margin: 0 auto;
	text-align:center;
}

.title-article h1 a{
	color: #3d4450;
}

.title-article h1 a:hover {
	color: #d9534f;
	text-decoration: none;

			transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
		 -o-transition: all .25s ease-in-out;
}


.label {
	margin-right: 5px;
}

.label-zan:hover {
	background-color: #d9534f;

			transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
		 -o-transition: all .25s ease-in-out;
}

.tag-article{
	text-align: center;
	line-height: 24px;
	margin: 20px;
}


.centent-article .thumbnail {
	margin-bottom: 20px;
}


.centent-article img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}


.btn-danger .badge {
	background-color: #FFF;
	color: #d9534f;
	padding: 2px 5px;
	margin-left: 3px;
}


#bdshare a{
	width: 44px;
}


#post-related{
	padding:0 19px 19px 19px;
}

#post-related .related-title{
	text-align: center;
}
#post-related .thumbnail{
	border: 1px solid #ddd;
	min-height: 200px;
}

#post-related .post-related-title{
	height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;     
}

#post-related .post-related-content{
	height: 100px;
}


#infscr-loading img {
	display: none !important;
}


.panel-heading {
	border-bottom: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

.panel-toggle,
.panel-remove {
	float: right;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
}

.panel-toggle:hover,
.panel-remove:hover {
	color: #d9534f;
			transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
		 -o-transition: all .25s ease-in-out;
}

.panel.toggled {
		    box-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;

			transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
}

.panel ul.list-group {
	max-height: 500px;
	overflow: hidden;
	width: 100%;

			transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
}

.panel.toggled ul.list-group{
	overflow: hidden;
	max-height: 0px;
	width: 100%;

			transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
}

.panel.toggled .panel-heading {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

			transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
}

ul.pills-zan {
	padding: 10px;
}

ul.pills-zan li {
	margin-left: 5px;
}

#sidebar-tags {
	padding: 20px;
}


.pills-danger li.active > a,
.pills-danger li.active > a:hover {
	background-color: #d9534f !important;
	border-color: #d43f3a !important;
}

.tab-content {
	border-top: 1px solid #dddddd;
	padding: 10px;
}

.tagcloud {
	padding: 10px 20px 20px 20px;
}

.tagcloud  a{
	background-color: #5bc0de;
	color: #fff;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 14px  !important;
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
	*display: inline;  
	*zoom:1; 
}	


.panel.archive > a .panel-heading {	
	background-color: #d9534f;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;

}

.panel.archive > a:hover{
	text-decoration: none !important;
}

.panel.archive > a:hover .panel-heading {	
	background-color: #3d4450;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	
}

.new-comments ul li{
	background: url("avatar.png") no-repeat left;
	min-height: 31px;
	margin-bottom: 20px;
}

.new-comments ul li a{
	background-color: #5bc0de;
	color: #fff;
	border-radius: 3px;
	padding: 2px 5px !important;
	margin-left: 50px  !important; 
	display: block  !important;     
    overflow: hidden;      
    text-overflow: ellipsis;     
    white-space: nowrap;     
    padding-top: 10px !important;
    height: 40px;

}

.comment-log {
	line-height: 20px;
	background-color: #f1f1f1;
	border-color: #dddddd;
	border-radius: 4px;
	padding: 8px;
	margin-left: 10px;
	display: inline-block;
	*display: inline;  
	*zoom:1; 
}

.comment-log:hover {
	background-color: #f2f2f2;
	border-color: #ccc;
}

.comment-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  margin-top: -5px;
  margin-left: 20px;
  border-right-color: #4abcde;
  border-width: 5px 5px 5px 0;
}

img.avatar {
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 99;

			transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
}

img.avatar:hover {
			 transform: scale(1.25);
	 -webkit-transform: scale(1.25);
	    -moz-transform: scale(1.25);
	 	  -o-transform: scale(1.25); 

	 	    transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
}


.host img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.host img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.blogroll  li{
	margin-bottom: 10px;
}


#zan-footer {
	display: block;
	text-align: center;
	color: #333;
	margin: 50px;
}


#gotop {
	font-size: 40px;
    position: fixed;
    bottom: 50px;
    right: 40px;
    top: auto;
    display: block;
    cursor: pointer;
    z-index: 999;
    color: #3d4450;
}

#gotop:hover {
	color: #d9534f;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

*html #gotop {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}


.bs-masthead {
    padding-bottom: 100px;
    padding-top: 100px;
}

.bs-masthead {
    margin-bottom: 20px;
    padding: 30px 15px;
    position: relative;
    text-align: center;
}

.bs-masthead h1 {
    font-size: 80px;
}

.bs-masthead h1 {
    line-height: 1;
}

.bs-masthead p {
    font-size: 20px;
    margin-left: 15%;
    margin-right: 15%;
}

.bs-masthead .btn {
    background-color: #FFFFFF;
    border-color: #E5E5E5;
    color: #B94A48;
    font-size: 21px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 18px 24px;
}

.bs-masthead .btn:hover, .bs-masthead .btn:active {
    background-color: #B94A48;
    border-color: #B94A48;
    color: #FFFFFF;
}


body .wk-slideshow-default > div:hover .next, 
body .wk-slideshow-default > div:hover .prev {
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -25px;
	opacity: 0.8;
}

body .wk-slideshow-default > div:hover .next {
	background-position: 0 -40px;
}

body .wk-slideshow-default > div:hover .prev {
	left: 40px;
	background-position: 0 0px;
}

body .wk-slideshow-default > div .next:hover, 
body .wk-slideshow-default > div .prev:hover {
	opacity: 1;
} 

body .wk-slideshow-default > div .next, 
body .wk-slideshow-default > div .prev {

	-webkit-transition: opacity 0.5s;
	   -moz-transition: opacity 0.5s;
			transition: opacity 0.5s;
}


#ds-thread #ds-reset .ds-post-button {
	background: #d9534f !important;
	border-color: #d9534f !important;
	color: #ffffff !important;
	text-shadow: none !important;
	height: 30px !important;
}

#ds-thread #ds-reset .ds-post-button:hover {
	background: #d9534f !important;
	border-color: #d43f3a !important;
}

.ds-powered-by {
	display: none;
}


embed[name*="Holmes"] {
	padding-top: 10px;
}


html.ie body,
html.ie #mainstay,
html.ie #sidebar,
html.ie #zan-footer {
	background: url("bg.jpg");
}

#ie-warning {
	display: none;
}

html.ie #ie-warning {
	display: block;
}

html.ie .row {
	margin: 0;
}

html.ie #bdshare a {
	display: none;
}

.flex-direction-nav a {
	filter:alpha(opacity=0);
}

.flex-control-thumbs img {
	filter:alpha(opacity=70);
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	filter:alpha(opacity=80);
}
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover,
.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active {
	filter:alpha(opacity=100);
}

html.ie #ds-thread .ds-no-transition#ds-reset .ds-post-button {
	background: #d9534f !important;
}


@media (min-width: 1200px){
	.random .visible-lg,
	.recent .visible-lg,
	.hot .visible-lg.visible-sm{
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.random .visible-md,
	.recent .visible-md,
	.hot .visible-xs.visible-md{
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hot .visible-lg.visible-sm{
		display: inline-block !important;
	}
	.navbar-brand{
		margin-right: auto !important;
		margin-left: auto !important;
		display: block;
		float: none !important;
	}

	.navbar-nav{
		width: 100%;
		text-align: center;
	}

	.navbar-nav > li{
		float: none !important;
		display: inline-block !important; 
	}

	.navbar-nav > li > a{
		padding: 10px !important;
	}
}

@media (max-width: 767px){
	.hot .visible-xs.visible-md{
		display: inline-block !important;
	}
	#zan-bodyer{
		font-size: 12px !important;
	}
	.bs-masthead{
		margin: 0;
		padding: 10px;
	}

	.bs-masthead h1{
		font-size: 16px;
	}
	.bs-masthead p{
		font-size: 12px;
	}
	.bs-masthead .btn{
		font-size: 12px;
		padding: 6px 12px;
	}

	#zan-footer{
		margin: 20px;
	}
}