@charset "utf-8";
/* CSS Document */
.lato {
  font-weight: 200;
  line-height: 1;
  color: #000;
  /*color: #c5bfb3;*/
  /*opacity: 0.6;*/
  font-family: 'Lato', sans-serif;
  }

body {
	padding-top: 0px;
	background-image: url(../img/background6.jpg);
	background-repeat: repeat-x;
}
@media screen 
and (min-width: 450px)
and (max-width: 767px)
{
body {
	padding-top: 0px;
	background-image: url(../img/background7.jpg);
	background-repeat: repeat-x;
}
}
@media screen 
and (min-width: 242px)
and (max-width: 458px)
{
body {
	padding-top: 0px;
	background-image: url(../img/background7.jpg);
	background-repeat: repeat-x;
}
}
/* center navigation */
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
.navbar-inner {
	text-align:center;
}

.style1 {
	font-size: 1.3em;
	font-weight: bold;
}
.style2 {font-size: 16px;
}
	
hr {
	
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	margin: 10px 0;
	}

ul.inline > li{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
	
}
.center {
text-align:center;
} 
footer a{
color:#66CCFF
}
.active > a {
color:#ff0000;
}
