body {
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
h2{max-width: 400px; background-color:#0b98b4; height:50px; padding:16px 0px 0px 10px; color:#FFF;}

h5{font-weight:bold; color:#2d2d2d;}
p {
  font-size: 1.0em;
  line-height: 1.6;
  color: #333;
}

hr {
  border-color: #999999;
  max-width: 400px; 
}

.brand,
.address-bar {
  display: none;
}


.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.img-full {
  min-width: 100%;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
}

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  padding: 30px 15px;
}
.box1 {
  background: #fff; background-image:url(../img/headebg.jpg); background-repeat:no-repeat; 
  margin-bottom: 20px;
  padding: 10px 7px; 
   display: block;
  max-width: 100%;
  height: auto;
}


.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}
.img-right {
  float: none;
  margin: 0 auto 0; 
}

footer {
  background: #00788a;
  background: rgba(0, 120, 138,0.9);
}

footer p {
  margin: 0;
  padding: 30px 0; font-size:1em; color:#FFF;
}
footer a {
  color:#c3daea;
}
footer a:hover {
  color:#fff;
}
@media screen and (min-width: 768px) {

.brand {
  display: inherit;
  font-weight: 700;
  font-size: 3.5em;
  line-height: normal;
  text-align: left; 
  margin: 0;
  padding: 30px 0 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
}
.img-right {
  float: right;
  margin-left: 25px;  
  display: block;
  max-width: 100%;
  height: auto;
}

.address-bar { 
  display: inherit;
  text-align: left;
  margin: 0;
  padding: 0px;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
}

.navbar {
  border-radius: 0;
}

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

.navbar-default {
  background: #fff;
  background: rgba(255,255,255,0.9);
  border: none;
}

.nav>li>a {
  padding: 15px; 
}

.navbar-nav>li>a {
  line-height: normal; text-align:center; font-weight:bold;
}

.navbar-nav {
  float: none; text-align:center;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: .8em;
}

}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
	.box1:after {
        content: '';
        display: table;
        clear: both;
    }
}


/*---------list3-------------*/
.list3 {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.box4 {
	overflow: hidden;
	position: relative;
	background: #ffffff;
	margin-bottom: 30px;
}
.list3 li figure {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	display: block;
	margin-right: 20px;
}
.list3 li figure img {
	width: 100%; margin:10px;
}
.list3 li .info1 {
	overflow: hidden;
	margin-top: 10px;
	padding-right: 10px;
}
.list3title1 {
	
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #dc0404;
	margin-bottom: 10px;
}
.list3title2 {
	
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	color: #403e3e;
	margin-bottom: 6px;
}
.list3title3 {
	margin-bottom: 10px;
	
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #403e3e;
	margin-bottom: 8px;
}
