@charset "utf-8";
/* CSS Document */
body 
{
    font: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    color: #777;
	line-height:2;
}
  
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h3, h4 
{
    margin: 10px 0 30px 0;
    letter-spacing: 5px;      
    font-size: 20px;
    color: #000;
  }
  .container 
  {
    padding: 80px 80px;
	color:#000;
	
  }
.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
  }
  .person:hover {
    border-color: #f1f1f1;
  }
  .carousel-inner img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); /* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
  }
  .carousel-caption h3 {
    color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  
  .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail p {
    margin-top: 15px;
    color: #555;
  }
  
  
  .modal-header, .modal-body {
    padding: 40px 50px;
  }
  .nav-tabs li a {
    color: #777;
  }
  .content-heading
  {
	  color:#2585ad;
	  border-bottom: 1px solid #333;
	  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	  padding:6px;
  }
  .notice-date
{
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#fff;
}


 #googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }  
  .navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: 12px !important;
    letter-spacing: 2px;
    
  }
  .navbar li a, .navbar .navbar-brand { 
    color: #fff !important; 
  }
  .navbar-nav li a:hover {
    color: #fff !important;
  }
  .navbar-nav li.active a {
    color: #fff !important;
    background-color: #0a92d2 !important;
	/*border-bottom:3px solid #fff;*/
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
  }
  .dropdown-menu li a {
    color: #000 !important;
  }
  .dropdown-menu li a:hover {
    background-color: red !important;
  }
  .form-control {
    border-radius: 0;
  }
  textarea {
    resize: none;
  }
  
 		

.text-para
{
	display:block;
	width:60px;
	height:60px;
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	padding:10px;
	float:left;
	
	
	}
	
 .text-list
  {
	  color:#f89822;
	  text-align:center;
	  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	  list-style-type:none;
	 }
  
  ul > li.list-group-item
  {
	  color:#1381a8;
	  font-size:14px;
	  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	  letter-spacing:1.5px;
  }
  
  ul > li.list-group-item > a
  {
	  color:#1381a8;
	  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	  
  }

ul.main-line
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}

ul.main-line > a 
{
	display:block;
	float:left;
	margin:5px;
	width:220px;
	height:130px;
	text-align:center;
	padding:5px;
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	color:#fff;
	letter-spacing:1.2;

}

ul.main-line > a > li
{
	padding-top:10px;
}

	.content-para
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:justify;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #fff;
	border-bottom:0px solid #ccc;
	border-radius:0;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
    text-decoration: underline;
}
/* width */

	
ul.album-images
{
	list-style-type:none;
	display:block;
	height:auto;
	background-color:#0F3;
	overflow:visible;
}

ul.album-images li
{
	float:left;
	width:200px;
	height:140px;
	margin:10px;
	overflow:hidden;
	cursor:pointer;
	border:3px solid #e2e2e2;
	border-radius:3px;
	/*box-shadow:0px 0px 5px #333;*/
}

ul.album-images a, ul.album-images a:hover
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
}

ul.other-links
{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.other-links > li
{
	display:block;
	width:280px;
	float:left;
	margin:10px;
	padding:10px;
	border:1px solid #ccc;
}

ul.other-links > li:hover
{
	background-color:#e2e2e2;
}
ul.other-links > li > a
{
	text-decoration:none;
}

.login-btn
{
	background-color:#690;
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	letter-spacing:1.2px;
	margin-top:20px;
	border-radius:0;
}


.grey-btn
{
	background-color:#e2e2e2;
	color:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	letter-spacing:1.2px;
	margin-top:20px;
	border-radius:0;
	box-shadow:1px 1px 10px #666;
}

.dropdown
{
	border:1px solid #690;
	border-radius:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top:20px;
}


.news-headline
{
	letter-spacing:2px; 
	margin-bottom:0px; 
	padding:10px; 
	border-bottom:1px solid #0a92d2;
}
a.news-headline-link, a.news-headline-link:hover
{
	text-decoration:none;
}

a, a:hover
{
	text-decoration:none;
}