/* your custom styles here */
 /* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.navbar-brand img {
		width: 450px;
	}
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    position: relative;
    top: 30px;
    height: auto;
  }
  .navbar-brand img {
    width: 200px;
	
  }
  
  a.navbar-brand {
    margin-top: -30px !important;
	
  }
  
   #main-nav {
       padding: 0 25px 0 15px;
    }
}





/* logo style here is just for demo purpose, you may adjust its style, dimension and position */
.navbar-brand {

  background-color: transparent;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background-color: transparent;
}

/* negative value of footer height */
/*.main-footer {
  position: relative;
  margin-top: -125px; 
  height: 125px;
  clear:both;  
} */


html, body {
  height: 100%;
}

.main-content, .wrapper{ 
 min-height:100%;
 padding-bottom: 100px;
}


.copyright {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}

.text-uppercase {
	text-transform: uppercase;
}


.comments .avatar-img {
	margin-right: 20px;
}

.expand-src-btn {
	margin-bottom: 10px;
}

.excerpt {
	word-wrap: break-word;
}


a.show_all:link, a.show_all:visited, a.show_all:active {
	color: #c5112a !important;	
}

 a.show_all:hover {
	color: #fff !important;	
}

.tab-pane-comment>li.active>a, .tab-pane-comment>li.active>a:hover, .tab-pane-comment>li.active>a:focus {
	background-color: #f5f5f5;
}

.rss_btn {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.rss_btn i {
	position: relative;
    top: 5px;
}

a.rss_btn:hover {
	color: #fff;
    background-color: #e65c00;
}

.rss_text_before {
	position: relative;
    top: 15px;
}

.split-para      { 
	display:block;
	margin:10px;
}
.split-para span { 
	display:block;
	float:right;
	width:50%;
	margin-left:10px;
}