@charset "utf-8";
.container #defaultNavbar1 .img-responsive {
}

body {
    color: #333;
	font-family: 'Open Sans', sans-serif;
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 16px;
    line-height: 1.42857;
	background-color: #fff;
}

.fb_bold{
	font-weight: bold;
}

.vrfooter {
	font-size: 12px;
	color: #333;
}

.content12 {
	font-size: 12px;
}

.content14 {
	font-size: 14px;
}

.content16 {
	font-size: 16px;
}

.content18 {
	font-size: 18px;
}

.content20 {
	font-size: 20px;
}

.content24 {
	font-size: 24px;
}

.contentWhite {
	color: #fff;
}

@media screen and (max-width: 767px) {
h1,.h1 {
  font-size: 20px;
}
}

@media screen and (max-width: 992px) {
.vrfooter {
	text-align:center;
}
}


@media (min-width: 768px) {
.navbar {
  min-height: 5px;
  margin-bottom: 5px;
  border: 0px solid transparent;
  margin-top: 15px;
}

.navbar-default {
    background-color: #1a0b6f;
}
.toprightlogo {
	float: right;
}
.topleftlogo {
	float: left;
}

}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-weight:bold;	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #C8BB89;
  background-color: transparent;
}

h1, h2, h3, h4, h5 {
    color: #2d2d2d;
    font-weight: 100;
	font-family: 'Open Sans', sans-serif;
}

.arvo {
    font-weight: 100;
	font-family: 'Arvo', serif;
}

.contentgold {
	color: #C8BB89;
}

.contentnavy {
	color: #1a0b6f;
}

h2 {
    font-size:24px;
}

p {
	color: #333;
}

.bgcolortop {
	background-color: #1a0b6f;
}

.bgcolorfoot {
	background-color: #C8BB89;
}

.carousel-inner {
	border-left:  thick solid #FFFFFF;
	border-right:  thick solid #FFFFFF;
}

.footerbgcolor {
	background-color: #332112;
}

.navybaseball-image-link {
	display: inline-block;
	padding: 4px;
	margin: 0 0.5rem 1rem 0.5rem;
	background-color: #fff;
	line-height: 0;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.navybaseball-image-link:hover {
	background-color: #332112
}
.navybaseball-image {
	/* width: 7rem; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.img-responsive-center {
margin: 0 auto;
}

.service{
	display: none;
}

/* Default */
.flex-caption {
    margin: 0.1% 0.1% 0;
    position: absolute;
	width: 6%;
	text-shadow: 2px 2px #664225;
}

.flex-captionLRG, .flex-captionMED {
text-shadow: 6px 5px 5px rgba(0, 0, 0, 0.68);
}

.flex-captionLRG {
    color: #ffffff;
    font-size: 48px;
}

.flex-captionMED {
    color: #ffffff;
    font-size: 24px;
}

.flex-captionIMG {
	width: 15% !important; 
}

/* MEDIUM */
@media screen and (min-width: 481px) and (max-width: 768px)  {

.flex-captionLRG {
	color: #ffffff;
    font-size: 30px;
}

.flex-captionMED {
    color: #ffffff;
    font-size: 20px;
   
}

.flex-captionIMG {
	width: 20% !important; 
}

}

/* SMALL */
@media screen and (max-width: 480px) {

.flex-caption {
    margin: 0.1% 0.1% 0;
}

.flex-captionLRG {
	color: #ffffff;
    font-size: 20px;
}

.flex-captionMED {
    color: #ffffff;
    font-size: 12px;
}

.flex-captionIMG {
	width: 25% !important; 
}

}
/*  .flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
} */

.nav > li > a {
  padding: 12px 7px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #C8BB89;
}

.containermain {
  background-color: #fff;
}

#event-message{
	width: 600px;
    	margin: 0 auto;
    	text-align: left;
    	padding-bottom: 40px;
}

#store_container img{
	width:100%;
}

#lower_part{
	
}

#lower_part_left, #lower_part_right{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 48%;
	vertical-align: top;
}
@media screen and (max-width: 992px) {
#lower_part_left, #lower_part_right {
	display:block;
	width:100%;
}
}
#lower_part img{
	width: 100%;
}

.navysidebar p{
	margin-left: -10px;
}
.navy-president-letter p{
	margin-bottom: 25px;
}
.slides p{
//	background-color: rgba(26, 11, 111, .7);
background: -moz-linear-gradient(left, rgba(26,11,111,1) 0%, rgba(26,11,111,0.46) 50%, rgba(26,11,111,0) 93%, rgba(26,11,111,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(26,11,111,1) 0%,rgba(26,11,111,0.46) 50%,rgba(26,11,111,0) 93%,rgba(26,11,111,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(26,11,111,1) 0%,rgba(26,11,111,0.46) 50%,rgba(26,11,111,0) 93%,rgba(26,11,111,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0b6f', endColorstr='#001a0b6f',GradientType=1 ); /* IE6-9 */
    width: 350px;
    padding: 10px;
}
.fc-message{
	margin: 0 auto;
	text-align: left;
	width:65%;
}




/* MENU Stuff ***************************** */
  #menu {
  	background: none;
  	border:none;
  	text-align: right;
  }
  
  #menu a {
    color: #fff;
    font-weight: bold;
  }
  #menu a:hover {
    color: #C8BB89;
    text-decoration: none;
    background: none;
    border:none;
  }
  
  #menu li{
  	display: inline-block;
  }
   #menu li ul li{
  	display: block;
  } 
  
  #menu div a{
  	color: navy;
  	font-weight: normal;
  }
  #menu div{
  	text-align: left;
  }