@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

h1 { font-size: 38px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }

p {
  color: #7B7B7B;
  font-size: 15px;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #3d6b8c;
}

.navbar-toggle .icon-bar {
  background: #3d6b8c;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  height: 45px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #3d6b8c;
}

textarea.form-control {
  height: auto;
}

.btn-main {
  background: #3d6b8c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 32px;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  transition: all 0.2s ease;
}

.btn-main:hover,
.btn-main:focus {
  background: #2a4d66;
  color: #fff;
}

.navigation {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.navigation .navbar-nav > li > a {
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 18px;
}

.navigation .navbar-nav > li > a:hover,
.navigation .navbar-nav > li.active > a {
  color: #3d6b8c;
}

.bg-hero {
  background: url(../images/slider-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}

.bg-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(45, 62, 80, 0.72);
}

.bg-hero .container {
  position: relative;
  z-index: 2;
}

.bg-hero h1 {
  color: #fff;
  margin: 0;
  text-align: center;
}

.page-wrapper {
  padding: 60px 0 40px;
}

.post {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.post-title a {
  color: #333;
}

.post-title a:hover {
  color: #3d6b8c;
}

.post-meta {
  margin: 12px 0 18px;
}

.post-meta li {
  display: inline-block;
  margin-right: 15px;
  color: #999;
  font-size: 13px;
}

.post-meta i {
  margin-right: 5px;
}

.post-thumb,
.post-media {
  margin-bottom: 20px;
  overflow: hidden;
}

.post-thumb img,
.post-media img {
  width: 100%;
  height: auto;
}

.post-content p {
  margin-bottom: 18px;
}

.post-single .post-content p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.sidebar .widget {
  margin-bottom: 35px;
  padding: 25px;
  background: #f9f9f9;
  border: 1px solid #eee;
}

.widget-title {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #3d6b8c;
  font-size: 18px;
}

.sidebar .media {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.sidebar .media:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .media-heading {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.sidebar .media-body p {
  font-size: 13px;
  margin: 0;
}

.sidebar-search .form-control {
  border-right: none;
}

.sidebar-search .input-group-btn .btn {
  border-radius: 0;
  background: #3d6b8c;
  color: #fff;
  border-color: #3d6b8c;
  height: 45px;
}

.pagination.post-pagination > li > a {
  border-radius: 0;
  color: #3d6b8c;
  padding: 8px 14px;
}

.pagination.post-pagination > li.active > a {
  background: #3d6b8c;
  border-color: #3d6b8c;
}

.about.section {
  padding: 60px 0;
}

.about .img-responsive {
  margin-bottom: 25px;
}

.contact-form {
  padding: 60px 0;
}

.contact-form .form-group {
  margin-bottom: 18px;
}

.contact-form .btn-default {
  background: #3d6b8c;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-form .btn-default:hover {
  background: #2a4d66;
  color: #fff;
}

.contact-box {
  margin-top: 40px;
}

.address-block li {
  margin-bottom: 12px;
  color: #777;
  font-size: 15px;
}

.address-block i {
  margin-right: 10px;
  color: #3d6b8c;
}

.alert-box {
  display: none;
  margin-top: 20px;
}

.footer {
  background: #2d3e50;
  padding: 45px 0 25px;
  color: #bbb;
}

.footer-manu ul li,
.footer-menu li {
  display: inline-block;
  margin: 0 12px 10px;
}

.footer-manu a,
.footer-menu a {
  color: #ccc;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-manu a:hover,
.footer-menu a:hover {
  color: #fff;
}

.footer .copyright {
  color: #888;
  font-size: 13px;
  margin: 8px 0;
}

#backToTop {
  position: fixed;
  bottom: 80px;
  right: 24px;
  width: 42px;
  height: 42px;
  background: #3d6b8c;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
  cursor: pointer;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

#readingProgress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: #3d6b8c;
  width: 0;
  z-index: 10000;
}

.post-comments-form .form-group {
  margin-bottom: 15px;
}

.recently-viewed {
  font-size: 13px;
}

.recently-viewed li {
  margin-bottom: 8px;
}

.recently-viewed a {
  color: #666;
}

.recently-viewed a:hover {
  color: #3d6b8c;
}

.newsletter-msg {
  display: none;
  margin-top: 10px;
  font-size: 13px;
}

.newsletter-msg.success {
  color: #3c763d;
}

.newsletter-msg.error {
  color: #a94442;
}

@media (max-width: 767px) {
  .bg-hero { padding: 60px 0; }
  h1 { font-size: 28px; }
}
