html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.54;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

img {
	max-width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
}

h1 {
	font-size: 36px;
	font-weight: 300;
}

h2 {
	font-size: 28px;
	font-weight: 300;
}

h3 {
	font-size: 24px;
	font-weight: 300;
}

blockquote {
	background-color: #eee;
	padding: 20px 25px;
	border-left: 5px solid #ccc;
	margin-bottom: 24px;
	word-wrap: break-word;
}

.heading {
	height: 60px;
	min-height: 60px;
	width: 100%;
	background-color: #24272c;
	position: fixed;
}

.head_image {
	position: relative;
	bottom: 8px;
	left: 10px;
}

.head_image2 {
	position: relative;
	bottom: 8px;
	left: 20px;
	height: 75px !important;
}

.head_image3 {
	position: relative;
	bottom: 8px;
	left: 25px;
	height: 58px !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
}

.pu_logo {
	float: left;
	position: relative;
	top: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 70px;
	z-index: -1;
}

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	padding:0;
}

div#hmenu { 
   text-align: left; 
} 

div#hmenu ul { 
   list-style: none; 
   padding: 0px;
} 

div#hmenu ul li { 
   display: inline; 
   white-space: nowrap;
   padding-right: 20px;
   font-weight:bold;
} 

.visible-sm {
	display: none;
}

@media (min-width: 385px) {
	.visible-sm {
		display: inline !important;
	}
}

.visible-lg {
	display: none;
}

@media (min-width: 660px) {
	.visible-lg {
		display: inline !important;
	}
	
	.visible-sm {
		display: none !important;
	}
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

















