a.erin:link, a.erin:active, a.erin:visited {
     color: #8ca19f;
	 text-decoration: none;
}
a.erin:hover {
     color: #777;
	 text-decoration: underline;
}

a.mail:link, a.mail:active, a.mail:visited {
     color: #fff;
	 text-decoration:none;
}
a.mail:hover {
     color: #777;
	 text-decoration: underline;
}

small {
    color: #777;
	font-size: 14px;
}

.panel.news {
    border: 0px solid #fff;
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel-heading.news {
    background-color: #141414 !important;
	color: #e0e0e0 !important;
	font-size: 20px;
	font-weight: bold;
	padding: 2px;
}

.panel-body.news {
    background-color: #141414 !important;
	color: #000000;
	padding: 0px;
	font-family: Inconsolata;
}

.panel-body.news .btn {
    border: 0px solid #777;
    margin: 0px 0;
	padding: 0px;
	font-size: 20px;
    background-color: #141414;
    color: #777;
}

.panel-body.news .btn:hover {
    border: 0px solid #fff;
    color: #fff;
	
}

.panel-footer.news {
    background-color: #fff !important;
	color: #000000;
	padding: 10px 26px 4px 26px;
	font-family: Inconsolata;
}

.panel-body.news.left {
    background-color: #141414 !important;
	color: #000000;
	padding: 0px;
	max-height: 464px;
}

.panel-body.news.right {
    background-color: #fff !important;
	color: #000000;
	padding: 14px 30px 0px 30px;
	max-height: 464px;
	overflow-y: scroll;
	text-align: justify;
	font-family: Inconsolata;
}
  
.panel {
    border: 0px solid #fff;
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel-body {
    background-color: #141414 !important;
	padding: 0px 15px 10px 15px;
}



.panel-footer .btn:hover {
    border: 1px solid #fff;
    background-color: #141414 !important;
    color: #fff;
}

.panel-heading {
    color: #fff !important;
    background-color: #141414 !important;
    padding: 10px 25px 10px 25px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #141414 !important;
	border-radius: 0;
	border-top: 0px solid transparent;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    border: 1px solid #777;
    margin: 15px 0;
	padding: 8px;
    background-color: #141414;
    color: #777;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
  
  body {
      font: 400 15px/1.6 'Nanum Gothic', sans-serif;
      color: #777;
      background: #000000;
  }
  h3, h4 {
      font: 400 15px/1.8 Lato, sans-serif;
      margin: 30px 0 30px 0;
      letter-spacing: 10px;      
      font-size: 20px;
      color: #fff;
  }
  h5 {
      font: 400 15px/1 Lato, sans-serif;
      color: #ffffff;
	  font-size: 20px;
	  font-weight: bold;
	  padding: 0px;
}

  h6 {
      color: #d5d5d5;
	  font-size: 18px;
	  font-style: italic;
}
  h7 {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #ffffff;
	  font-size: 20px;
	  font-weight: bold;
	  padding: 0px;
}

  .container {
      padding: 80px 9%;
  }
  .carousel-inner img {
      /* -webkit-filter: grayscale(90%); */
      /* filter: grayscale(90%); /* /* make all photos black and white */ 
      width: 100%;
      margin-top: 55px;
  }
  .carousel-caption h3 {
      color: #fff !important;
      margin-bottom: 2%;
	  display: none;
  }
  .carousel-caption {
      display: none;
}
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
 }
  
  .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 0 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  .nav-tabs li a {
      color: #777;
  }
  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #141414;
      border: 0;
      font-size: 13px !important;
      letter-spacing: 4px;
      opacity: 0.9;
	  min-height: 25px;
  }
    .navbar .nav-item i {
		font-size: 20px;
  }
  .navbar-brand {
      font-family: Anton;
  }
  
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
	  line-height: 25px;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #be1416 !important;
  }
  .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;
  }
  footer {
      background-color: #141414;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }