/* here you can put your own css to customize and override the theme */


/*.header {
  opacity:0.9;
  filter:alpha(opacity=90);
}
*/

/* for top logo alignment padding changed from 15px to 11px */
.navbar-brand{float:left;padding:8px 15px;font-size:18px;line-height:20px}

/* Begin client_logo */
.theme-panel {
  width: 320px;
  margin-top: -20px;
  margin-right: 1px;
  z-index: 999;
  float: right;
  position:relative;
}

.theme-panel > .client_logo {
  top:4px;
  right:0;
  padding:20px;
  min-width:120px;
  min-height:50px;
  position:absolute;
  background: url(../img/client_logo1.png) top right no-repeat;
}

/* End client_logo */

/*** Begin For Extra Small Devices Only...remove the width of logo...this makes sure the logo does not shrink ***/

@media (max-width: 767px) { 

  	/* Header logo */
	  .header.navbar .navbar-brand
		{
		 margin-left: 0px !important;
		 width: 200px;
		}
                           }

/*** End For Extra Small Devices Only...remove the width of logo...this makes sure the logo does not shrink ***/