/* GLOBALS
   ========================================================================== */
body {
  font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    background: #bcbab2 url("/public/images/background.jpg") center top no-repeat;
  font-size: 0.8em;
}

/* WRAPPERS
   ========================================================================== */
.wrapper {
  margin: 0px auto -83px auto;
  padding-bottom: 83px;
}

/* HEADER AREA
   ========================================================================== */
.header {
  box-shadow: 0 2px 5px rgba(40, 0, 0, 0.26);
}

.header .navbar-brand {
  width: 227px;
  height: 66px;
  margin-top: 6px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  float: left;
  background: url(/public/images/logo.png) top left no-repeat;
  display: block;
  margin-right: 1rem;
}

/* NAV AREA
   ========================================================================== */
.navbar {
  margin-left: 230px;
}

.navbar-nav .nav-item {
  /*margin-left: 10px;*/
}

.navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

.navbar-nav .nav-item .nav-link {
  padding: 30px 15px 30px 15px;
  color: #333;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item.active .nav-link {
    color: #1c7ba2;
}
.navbar-nav .nav-uyelik {
    background-color: #1c7ba2;
    color: #fff;
    font-weight: bold;
}
.navbar-nav .nav-uyelik .nav-link{color: #fff; }
.navbar-nav .nav-uyelik .nav-link:hover, .navbar-nav .nav-uyelik .nav-item.active .nav-link {
  color: #fff;
}


@media (max-width: 47.9em) {
  .navbar-wrapper {
    width: 95%;
   padding-top: 20px;
   padding-bottom: 19px;
  }

  .navbar-nav .nav-item {
    float: none;
    clear: both;
    margin-left: 0rem !important;
  }

  .navbar-nav .nav-item:last-child a {
    border-bottom: 0px;
    box-shadow: none;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 4px 12px;
    border-bottom: 1px solid #ccc;
  }

  .navbar-nav .nav-item .nav-link :hover {
    color: #e6400c;
  }
}
/* NMEMBER AREA
   ========================================================================== */
    .shortcut-member-area{padding-top: 10px; color: #143846; font-size: 0.9em; padding-bottom: 10px; text-align: right; }
    .shortcut-member-area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    .shortcut-member-area ul li {
        display: inline-block;
    }
    .shortcut-member-area ul li a {
        display: block;
        padding: 2px 6px;
        color: #283e4c;
    }
    .shortcut-member-area ul li a:hover {
        color: #e6400c;
    }

/* CONTENT AREA
   ========================================================================== */
    .content-wrapper{}

/* PRE-FOOTER AREA
   ========================================================================== */
.footer {
  background-color: #244552;
  color: #FFF;
  font-size: 12px;
  padding: 15px 0px;
  /*  box-shadow: inset #213d48 0px 4px 3px;*/
}
.footer .call-me{line-height: 1.7em;}
.footer .contact-us{border-top: 1px solid #8fa8b2; border-bottom: 1px solid #8fa8b2; padding: 3px 0px;}
.footer .copyright{padding-top: 10px; color: #8fa8b2;}
    .footer ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
    }

    .footer ul li {
      display: inline-block;
    }

    .footer ul li a {
      display: block;
      padding: 2px 6px;
      color: #fff; font-size: 1.2em;
    }
    .footer .copyright a{color: #a2bcc6;}
    .footer .copyright a:hover{color: #cff1ff;}

/* DATA ARTICLE AREA
   ========================================================================== */
.data-article {
  overflow: hidden;
  clear: both;
  padding-bottom: 7px;
}

.data-article i {
  font-size: 18px;
}

.data-article .show_social {
  float: left;
  margin-right: 4px;
  padding: 2px 4px;
}

.data-article .show_print {
  float: left;
  margin-right: 0px;
  padding: 2px 0px;
}

.data-article .show_email {
  float: left;
  margin-right: 0px;
  padding: 2px 0px;
}

.data-article .show_rating {
  float: left;
  margin-right: 4px;
  padding: 2px 6px;
}

.data-article .show_rating .star-rating {
  width: 80px;
  height: 16px;
  float: left;
  background: url(/public/images/ratings.png);
  cursor: pointer;
}

.data-article .show_rating .star {
  width: 16px;
  height: 16px;
  float: left;
}

.data-article .show_rating .result {
  float: left;
  height: 16px;
  color: #454545;
  margin-left: 5px;
  line-height: 110%;
}

.data-article .show_social a, .data-article .show_print a, .data-article .show_email a {
  float: left;
  padding: 6px 12px;
  display: block;
  transition: all 0.5s ease-in-out;
  background-color: #c1c1c1;
  margin-right: 2px;
  color: #fff;
}

.data-article .show_social a:hover, .data-article .show_print a:hover, .data-article .show_email a:hover {
  background-color: #ea4a24;
  transition: all 0.5s ease-in-out;
}

/* GALLERY CSS [FIGURE]
   ========================================================================== */
figure {
  display: block;
  position: relative;
  overflow: hidden;
}

figcaption {
  display: block;
  padding: 10px;
  position: absolute;
  color: #FFFFFF;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

/* GALLERY CSS [IMAGES]
   ========================================================================== */
.gallery-page .col {
  margin-bottom: 15px;
}

.gallery-page .thumbnails {
  position: relative;
  width: 100%;
}

.gallery-page .thumbnails img {
  vertical-align: middle;
  width: 100%;
}

.gallery-page .thumbnails .thumbnails-link {
  color: #fff;
  width: 100%;
  height: 100%;
  bottom: 0%;
  position: absolute;
  z-index: 90;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s ease;
}

.gallery-page .thumbnails:hover .thumbnails-link {
  bottom: 0;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}

.gallery-page .thumbnails .thumbnails-link .details {
  display: table;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.gallery-page .thumbnails .thumbnails-link .details div {
  display: table-cell;
  vertical-align: middle;
}

.gallery-page .thumbnails .thumbnails-link strong {
  color: #fff;
  font-weight: normal;
}

.gallery-page .thumbnails .thumbnails-link p {
  color: #c3c3c3;
}

.gallery-page .thumbnails .thumbnails-link i {
  color: #fff;
  font-size: 14px;
}

/* GALLERY CSS [CATALOGUE || ARCHIVE]
   ========================================================================== */
.gallery-page .col-doc {
  margin-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-page .documents {
  position: relative;
  width: 100%;
  display: table;
  border: 1px solid #dddddd;
}

.gallery-page .documents .icon {
  display: table-cell;
  padding: 10px;
  font-size: 24px;
  background-color: #0e9c57;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.gallery-page .documents .thumbnails-link {
  color: #3e3e3e;
  display: table-cell;
  background-color: #fff;
  width: 100%;
  vertical-align: top;
  transition: all 0.5s ease;
  position: relative;
}

.gallery-page .documents .thumbnails-link .details {
  position: relative;
  z-index: 2;
  padding: 14px 8px;
}

.gallery-page .documents .thumbnails-link .bg-color {
  position: absolute;
  z-index: 1;
  background-color: #0e9c57;
  width: 0%;
  height: 100%;
  left: 0px;
  transition: all 0.5s ease;
}

.gallery-page .documents .thumbnails-link strong {
  font-weight: normal;
  transition: all 0.5s ease;
}

.gallery-page .documents .thumbnails-link p {
  color: #8a8a8a;
}

.gallery-page .documents .thumbnails-link:hover {
  background-color: #5fc995;
  transition: all 0.5s ease;
  color: #fff;
}

.gallery-page .documents .thumbnails-link:hover .bg-color {
  background-color: #0e9c57;
  width: 100%;
  transition: all 0.5s ease;
}

.gallery-page .documents .thumbnails-link:hover p {
  color: #95d4b5;
}

/* GALLERY CSS [MEDIA]
   ========================================================================== */
.gallery-page .gallery-media {
  margin-top: 10px;
}

.gallery-page .medias {
  position: relative;
  width: 100%;
}

.gallery-page .medias .thumbnails-link {
  color: #fff;
  display: block;
  position: relative;
  transition: all 0.6s ease;
  background-color: #e6400c;
}

.gallery-page .medias .thumbnails-link .icon {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  font-size: 70px;
  text-align: center;
  vertical-align: middle;
}

.gallery-page .medias .thumbnails-link .details {
  display: table;
  width: 100%;
  height: 100%;
  height: 150px;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 3;
  background-color: rgba(230, 64, 12, 0.9);
  opacity: 0;
  transition: all 0.6s ease;
  bottom: -100%;
}

.gallery-page .medias .thumbnails-link .details div {
  display: table-cell;
  vertical-align: middle;
}

.gallery-page .medias .thumbnails-link strong {
  color: #fff;
  font-weight: normal;
}

.gallery-page .medias .thumbnails-link p {
  color: #c3c3c3;
}

.gallery-page .medias .thumbnails-link i {
  color: #fff;
  font-size: 14px;
}

.gallery-page .medias .thumbnails-link:hover .details {
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.84);
  opacity: 1;
  transition: all 0.6s ease;
}

/* GALLERY CSS [ONLINE MEDIA]
   ========================================================================== */
.gallery-page .o-medias {
  position: relative;
  width: 100%;
}

.gallery-page .o-medias .thumbnails-link {
  color: #fff;
  display: block;
  position: relative;
  transition: all 0.6s ease;
}

.gallery-page .o-medias .thumbnails-link img {
  display: block;
  position: absolute;
  z-index: 0;
  text-align: center;
  vertical-align: middle;
  top: 0px;
}

.gallery-page .o-medias .thumbnails-link .icon {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  font-size: 70px;
  text-align: center;
  vertical-align: middle;
}

.gallery-page .o-medias .thumbnails-link .color {
  background-color: #e6400c;
}

.gallery-page .o-medias .thumbnails-link .details {
  display: table;
  width: 100%;
  height: 100%;
  height: 150px;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 3;
  background-color: rgba(230, 64, 12, 0.9);
  opacity: 0;
  transition: all 0.6s ease;
  bottom: -100%;
}

.gallery-page .o-medias .thumbnails-link .details div {
  display: table-cell;
  vertical-align: middle;
}

.gallery-page .o-medias .thumbnails-link strong {
  color: #fff;
  font-weight: normal;
}

.gallery-page .o-medias .thumbnails-link p {
  color: #c3c3c3;
}

.gallery-page .o-medias .thumbnails-link i {
  color: #fff;
  font-size: 14px;
}

.gallery-page .o-medias .thumbnails-link:hover .details {
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.84);
  opacity: 1;
  transition: all 0.6s ease;
}

@media (max-width: 480px) {
  .gallery-row > [class*='col-'] {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .gallery-row > [class*='col-'] {
    float: left;
    clear: none;
    width: 50%;
    margin-bottom: 15px;
  }
}
/* SUGGESTION FORM
   ========================================================================== */
#suggestion-form h2 {
  font-size: 1.2em;
  padding-bottom: 12px;
}

#suggestion-form .suggestion-result {
  clear: left;
  color: #fff;
  font-style: italic;
  background-color: #e66c76;
  padding: 6px;
  font-size: 0.9em;
  margin-bottom: 10px;
}

/* DATA EXTRAS
   ========================================================================== */
.data-extras {
  margin-bottom: 7px;
}

.data-extras .ext-row {
  display: table;
  margin-bottom: 2px;
}

.data-extras .ext-cell {
  display: table-cell;
  padding: 3px 6px;
  vertical-align: middle;
}

.data-extras .ext-cell:first-child {
  width: 120px;
  background-color: #e4e4e4;
}

.data-extras .ext-cell strong {
  display: block;
  font-weight: normal;
}

/* COMMENT FORM || GUESTBOOK FORM
   ========================================================================== */
.comments .comment-result {
  font-size: 0.9em;
  padding: 4px;
  color: #e6400c;
}

.comments .comment-result span {
  color: #333;
}

.comments .comments-list {
  clear: both;
  padding-top: 6px;
}

.comments .comments-list .comments-header {
  font-size: 1.2em;
  display: none;
}

.comments .comments-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments .comments-list ul li {
  border: 1px solid #DADADA;
  padding: 10px;
  margin-bottom: 4px;
  display: table;
  width: 100%;
}

.comments .comments-list .comment-author {
  display: table-cell;
  padding: 4px;
  vertical-align: top;
  width: 80px;
}

.comments .comments-list .comment-author img {
  border-radius: 44px;
}

.comments .comments-list .comment-content {
  display: table-cell;
  padding: 4px;
  vertical-align: top;
  padding-top: 4px;
}

.comments .comments-list .comment-content .commenter {
  color: #e6400c;
  font-weight: normal;
  font-size: 1.1em;
}

.comments .comments-list .comment-content .timeago {
  font-size: 0.9em;
  color: #838383;
}

.comments .comments-list .comment-content p {
  display: block;
  text-align: justify;
  padding-top: 6px;
}

/* LIST CHECK STYLE
   ========================================================================== */
  .list-check {
    list-style: none;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  .list-check li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    padding-right: 6px;
  }

/* PRINT PAGE CSS
   ========================================================================== */
@media print {
  .header, .footer, .pre-footer, .comments, .gallery-page, .breadcrumb, .data-article {
    display: none;
  }
}
