body {
  height:auto;
}

#main-content {
  overflow: hidden;
  width:1400px;
  max-width:100%;
  margin:3rem auto;
  margin-top: 6rem;
}
  
#main-content .row div.content-button button {
  margin-top:1rem;
  margin-bottom:0;
}

.col-md-4 {
  padding:1rem;
}

.content {
  overflow:hidden;
  padding:.5rem;
  margin:0 1rem;
  border:1px solid #ccc;
  background-color:#fff;
}


.content .detail {
  padding:1rem;
  padding-bottom:0;
}

#main-content .row div.content a {
  color:#0B4B87 !important;
}

#main-content .row div.content a:first-child {
  position:relative;
  display:flex;
}

#main-content .row div.content a img {
 height:auto;
 width:100%;
}

#main-content .row div.content a.btn {
  margin: 0 !important;
  text-align: right;
  font-size: 16px;
  min-height:auto;
  display: flex;
  justify-content: flex-end;
  height: auto;
  align-items: center;
  background:none;
  text-decoration: none;
  border:none;
}

#main-content .row div.content a.btn i {
  color:#0B4B87 !important;
}

.content .detail h3 {
  margin:0 !important;
  font-size:16px !important;
}

.content .detail p {
  font-size:12px;
  display:inline-flex;
  color:#777;
  border-right:1px solid #999;
  letter-spacing:0.01em;
  align-items: center;
  padding-right:.75rem;
  height:14px;
  margin:0;
}

.content .detail p:last-child {
  padding-left:.5rem;
  border-right:none;
}

.content .detail p span {
  color:#000;
  margin-left:.25rem;
  font-weight:600;
}

.content a {
  text-decoration: none;
}
.content a.btn {
  padding:.5rem;
  color:#333;
  font-size:14px;
  display:inline-block;
  height:auto;
  text-decoration: underline;
  margin-bottom:0.5rem !important;
  margin-right:.5rem !important;
}

.content a.btn i {
  font-size:12px;
  color:#333;
  margin-right:.3rem;
  padding-top: 0.1rem;
}

.content a.btn:hover {
  background-color:transparent !important;
  border-color:transparent !important;
  color:#ffd96c;
}

.content a.btn:hover i {
  color:#ffd96c;
}

.content:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}


#main-content .row h1 {
  margin: 2rem auto;
  margin-top:3rem;
  font-family: Roboto-Thin;
  letter-spacing: .1em;
  font-weight: 600 !important;
  font-size: 24px;
  text-align: center;
  color: #000;
  width: 100%;
  margin-bottom:3rem;
}

#main-content .row h1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(280deg, rgb(239 239 239 ) 0%, #797575 100%);
  bottom: -.5rem;
  left: calc(50% - 80px);
  width: 160px;
}

#header {
  animation-delay: 0s;
  animation-duration: 1s;
}

.preloader .container {
  height:600px !important;
  max-height:85vh !important;
  display:flex;
  align-items: center;
}

.preloader .container img {
  animation-delay:0.5s !important;
  animation-duration:1s;
  width:1920px;
  height:1280px;
}

div.preloader {
  background:none;
  background-color:#0B4B87;
  height:600px !important;
  max-height:85vh !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

@media only screen and (min-width: 768px) {
  .col-md-4 {
    padding:.5rem 1rem;
  }
  #main-content {
    margin-top: 12rem;
	min-height:30.6vh;
  }
}