body {
  background-attachment: fixed;
  background-color: #000;
  background-image: url('./img/bg16.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  margin-top: 15px;
}

.panel-left {
  background: #fff;
  border-radius: 15px 15px 0 15px;
  padding: 10px;
  margin: 0;
}
@media only screen and (min-width : 480px) {
  .panel-left {
    padding: 20px;
  }
}

.panel-left > .btn-default {
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-color: #ddd;
  border-radius: 10px;
  color: #000;
  line-height: 25px;
  margin-bottom: 20px;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width : 480px) {
  .panel-left > .btn-default {
    padding: 10px 18px;
    text-align: left;
  }
}

.panel-left > .btn-default:hover,
.panel-left > .btn-default .active {
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
  border-color: #ddd;
  border-radius: 10px;
  color: #000;
}
.panel-left > .btn-default:focus {
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
  border-color: #ddd;
  border-radius: 10px;
  color: #000;
  outline: 0;
}
.panel-left > .btn-default > .symbol {
  margin-top: -3px;
}
.panel-left .nav {
  margin: -15px 0 20px 0;
}
@media only screen and (min-width : 768px) {
  .panel-left .nav {
    margin: -15px 0 20px 30px;
  }
}
.panel-left .nav li {
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 5px;
}
.panel-left .nav li:hover {
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
}
.panel-left .nav li a {
  color: #000;
  font-size: 12px;
  padding: 10px 5px;
  text-align: center;
}
@media only screen and (min-width : 480px) {
  .panel-left .nav li a {
    padding: 10px 15px;
    text-align: left;
  }
}
.panel-left .nav li a:hover,
.panel-left .nav li a:focus,
.panel-left .nav .active a {
  background: transparent;
}
.panel-left .nav li a:focus {
  outline: 0;
}
.panel-left img {
  max-width: 80%;
}
.panel-left .btn-xs {
  text-align: center;
  padding: 5px;
}
.news {
  margin-bottom: 40px;
}
.news img {
  background: #000;
  border: 1px solid #666;
  border-radius: 5px;
  display: block;
  /*margin: auto;*/
  max-width: 90%;
  padding: 1px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .news img {
    max-width: 50%;
  }
}

.panel-right {
  padding: 0;
  margin-left: -5px;
}

.arch {
  background-color: transparent;
  border-radius: 0 0 0 15px;
  height: 50px;
  margin-top: 20px;
}
@media only screen and (min-width : 768px) {
  .arch {
    background-image: url('./img/index_03.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 171px;
  }
}

.arch a {
  color: transparent;
}
.arch a:focus {
  outline: 0;
}
.arch img {
  margin: -30px 0 0 0;
}
@media only screen and (min-width : 768px) {
  .arch img {
    margin: -30px 0 0 100px;
  }
}

.arch div {
  color: #61d4dc;
  display: inline-block;
  font-style: italic;
  position: relative;
  top: -15px;
}

.content {
  background: #fff;
  background-image: url('./img/splash1.png');
  background-position: 90% 90%;
  background-repeat: no-repeat;
  border-radius: 0 15px 15px 0;
  margin: -11px 0 0 5px;
  padding: 40px 10px;
  width: 100%;
}
.content img {
  background: #000;
  border: 1px solid #666;
  border-radius: 5px;
  display: block;
  margin: auto;
  max-width: 75%;
  padding: 1px;
  text-align: center;
}
#lightgallery {
  margin: auto;
}
#lightgallery > a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  display: block;
  float: left;
  height: 120px;
  margin: 0 5px 5px 0;
  width: 120px;
}

footer > p {
  color: #aaa;
  font-size: 9px;
  padding: 10px;
}
