/*------------------------------------------------------------------
[Table of contents]

1. Navigation
2. Logo / #logo
3. Blog list / #blog
4. Single blog / .single-blog
5. Footer / footer
-------------------------------------------------------------------*/
/* Navigation style */
nav {
  padding: 0 8px;
  width: 100%;
  min-height: 30px; }
  nav ul li a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 15px 12px 15px;
    border-radius: 10px;
    display: block;
    font-weight: 600;
    color: #eee;
    text-decoration: none; }
    nav ul li a:hover {
      border: #333 1px solid;
      padding: 9px 14px 11px 14px;
      text-decoration: none;
      color: #eee; }
  nav ul li.active a {
    background-color: dodgerblue;
    color: #fff;
    border-color: dodgerblue; }
  nav div.nav-toggle {
    color: #e5e5e5;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    width: 24px;
    min-height: 40px; }
    nav div.nav-toggle .menu, nav div.nav-toggle .close-menu {
      position: absolute;
      top: 0;
      left: 0; }
    nav div.nav-toggle .menu {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
    nav div.nav-toggle .close-menu {
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0); }
    nav div.nav-toggle:hover {
      color: dodgerblue; }
    nav div.nav-toggle.active .menu {
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0); }
    nav div.nav-toggle.active .close-menu {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }

/* Logo style */
#logo {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 8px; }
  #logo span {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    color: #333;
    margin-top: 4px; }

/* Blog list */
#blog .card section[style^="background"]::before, #blog-single .card section[style^="background"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent); }

/* Single blog style */
.blog-single.card section {
  padding: 0; }
.blog-single.card h1 {
  margin-bottom: 30px; }
.blog-single .author {
  background-color: #e5e5e5;
  margin: 60px 0;
  padding: 30px;
  border-radius: 10px; }
  .blog-single .author h5, .blog-single .author p {
    color: #333; }
  .blog-single .author h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333; }
.blog-single nav {
  padding: 0; }
  .blog-single nav a {
    font-size: 16px;
    color: #666;
    background-color: dodgerblue;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600; }
    .blog-single nav a.prev-post {
      padding-left: 0; }
    .blog-single nav a.next-post {
      padding-right: 0; }
.blog-single #comments {
  margin-top: 60px; }
  .blog-single #comments > .row {
    margin-top: 30px;
    margin-bottom: 30px; }
    .blog-single #comments > .row .comment-text {
      padding-left: 20px;
      padding-top: 1px;
      border-left: #ccc 1px solid;
      margin-left: 10px;
      position: relative; }
      .blog-single #comments > .row .comment-text::before {
        content: "";
        position: absolute;
        top: 20px;
        left: -5px;
        width: 9px;
        height: 9px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        background-color: #fff;
        border-top: #ccc 1px solid;
        border-left: #ccc 1px solid; }
      .blog-single #comments > .row .comment-text h5 {
        margin: 0; }
.blog-single #comment-form {
  margin-top: 40px;
  margin-bottom: 40px; }
  .blog-single #comment-form textarea {
    height: 88px; }
  .blog-single #comment-form .form-control {
    font-size: 16px; }

/* Footer Style */
footer {
  margin: 40px 0 50px 0;
  color: #ddd; }
  footer a {
    color: #333; }

.card section#map {
  padding: 0; }

.card section#map2 {
  padding: 0; }

/*# sourceMappingURL=main.css.map */

.fic_li li{
  list-style: none;
}
.introd {
    color: #FFF;
    text-align: center;
    font-size: 34px;
}
.introd a {
  color: #FFF;
    text-decoration: none;
    margin: 10px;
}
.introd a:hover {
  color: #FFF;
    text-decoration: none;
}
address a {
  color: #FFF;
  text-decoration: none;
}
address a:hover {
  color: #FFF;
}
.useful li a{
text-decoration: none;
color: #FFF;
}
