/*
//////////////////////////////////////////////////////
-- SherviNet CMS Admin Panel CSS File
-- http://www.shervinet.com
/////////////////////////////////////////////////////
*/

/* SherviNet GLOBAL STYLES */
/*==========================================================================-->*/
html {
	direction: ltr;
}
.gallery [class*="span"]:nth-child(4n+1) {
margin-left: 0;
}
#logo{
	float:right;
    padding:10px;
    max-width:40%;
}
#logo img{
	float:right;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 0%;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  font-size: 35px;
  font-weight: 100;
  line-height: 35px;
  color: #222;
  text-align: center;
  background: #fff;
  opacity: 0.8;
}
.ll{
height: 153px;position:absolute;right:0px;top:0px;background:#989898;
}
.carousel-control.right {
  right: 0%;
  left: auto;
}
#NewsCarousel .carousel-control {
  position: static;
  right: 0;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #E45116;
  border: 0px;
  border-radius: 0px;
  opacity: 1;
}
#slogan{
	float:left;
    color: #fff;
    margin: 0px;
    padding: 5px;
    text-align: left;
    width:50%;
    overflow:hidden;
    max-height:57px;
}
#responsive-btn{
	float:left;
    margin:5px;
}
    .navbar .brand {
	float:right;
	padding:5px 5px;
	display:none;
    position:relative;
    }

.date{
	float:right;
}
.comments-content{
    padding-left:70px;
}
.likes-box{
	float:right;
}
#sidebar .accordion .accordion-heading .accordion-toggle i{
    float:right;
}
/* SherviNet NAVBAR */
/*==========================================================================-->*/
.navbar .brand {
	margin-left: 0;
}

.navbar-inverse .divider-vertical {
margin-left:2px;margin-right:0px;
}
.breadcrumb li {
	background: url(../images/breadcrumb-divider-en.png) no-repeat right;
}
.breadcrumb a {
	padding: 0 15px 0 0;
}

.nav-tabs > li > a, .nav-pills > li > a {
	margin-right: -1px;
}
.form-horizontal .control-label {
	text-align:left;
}
.form-horizontal .controls {
	text-align:left;		
}
.pager{
    text-align:left;
}
footer .pull-left {
float: right;
}
/* SherviNet Responsive */
/*==========================================================================-->*/
@media (max-width: 979px) and (min-width: 768px) {
	.row-fluid .span6 {
		
	}
}
@media only screen and (max-width: 40em) { /*640*/
		table thead { display: block; float: left; }
}
    /* three columns, .span4's natural width. remove margin off every 4th span */
    .row-fluid .span4:nth-child(3n+4) {margin-left:0;}


