/*************************/
footer + div {
	font-size: 0px !important;
	height: 0px !important;
	width: 0px !important;
}
/*************************/

/*
		#hno_logo_link{color: #fff; padding: 0; width: 350px;}
		#hno_logo{float: left; margin: 0px 10px;}
		#hno_logo_link span{margin-top: 5px; display:inline-block;}
		@media screen and (max-width: 500px){
			#hno_logo{display: none;}
			#hno_logo_link{width: 260px;}
			#hno_logo_link span{margin-left: 5px;}
		}
*/
.fixed-top .navbar-brand{
	    padding: 0 5px;
}

  .fixed-top img:nth-child(1) {
  	display: none;
  }
   .fixed-top img:nth-child(2) {
    display:inline-block;
    height: 40px;
    width: 40px;
  }
		
		
@media (min-width: 1200px) {
  .fixed-top {
    padding: 20px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    
  }
  .fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  
  .fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  
   .fixed-top img:nth-child(1) {
  	display: inline-block;
    height: 70px;
    width: 70px;
    margin-top: -10px;
  }
   .fixed-top img:nth-child(2) {
    display:none;
  }

  .fixed-top.navbar-shrink img:nth-child(1) {
    display:none;
  }
   .fixed-top.navbar-shrink img:nth-child(2) {
    display:inline-block;
    height: 50px;
    width: 50px;
  }


  .fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
	
	.navbar .container {
		padding-right: 3rem!important;
		padding-left: 3rem!important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.fixed-top .navbar-brand {
		font-size: 1.5em;
	}
	
	.fixed-top .navbar-brand{
	    padding: 5px 5px;
	}
	



}


@media only screen and (min-width: 400px) and (max-width: 768px) {
	.fixed-top .navbar-brand {
		font-size: 1em;
	}
	.fixed-top .navbar-brand{
	    padding: 5px 5px;
	}

	
}

@media only screen and (max-width: 600px) {
	.navbar-brand > img {
		display: inline-block;
		margin: 0 10px 0 0 !important;
	}
	
	.hno-opt {
		display: none!important;
	}


}

@media only screen and (max-width: 1200px) {

	body {
		padding-top: 50px!important; 
	}

}


.navbar-brand > img {
	display: inline-block;
	margin: 0 20px 0 0;
}

.navbar{
	border-bottom: 1px #951C7D solid;
	box-shadow: 0 0 5px rgba(149,28,125,0.5);
	background: white;
}

a.navbar-brand:hover{
	text-decoration: none;
}

.navbar-brand{
	padding: 0;
}



body{
	padding-top: 100px; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body a{
	color: #953087;
	text-decoration: none;
}
body a:hover{
	color: #333;
	text-decoration: underline;
}

.btn-primary{
	background: #953087;
	border: 1px #333 solid;
}
.btn-primary:hover{
	background: #333;
	border: 1px #000 solid;
}
.page-header{
	margin: 40px 0 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #eee;
}

h1 small, h2 small, h3 small{
	font-size: 65%;
	color: #777;
	font-weight: normal;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}


.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.43;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.thumbnail h3 {
	font-size: 24px;
}

.thumbnail img {
	margin-left: auto;
	margin-right: auto;
}

.thumbnail .caption {
	padding: 15px;
}



.hno-list ul{
	padding-left: 10px;
}

.hno-list li{
	background: url('/images/hno-logo-icon.png') no-repeat left top;
	/*list-style-image: url('/images/hno-logo-icon.png');*/
	list-style: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 10px;
}

.hno_small{
	font-size: 0.9em;
	color: #999;
}

#info_container {
	padding-top: 5px;
}
