/*
Theme Name: zpBootstrap
Author: Vincent3569
Author URI: http://www.vincentbourganel.fr
Version 2.1
*/

/*------------------------------------
	main Bootstrap overwriting
-------------------------------------- */
/*#zp__admin_module {
  display: none;
}*/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 50px;
  overflow-y: scroll;
}

.navbar {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin-bottom: 0;
}

#main {
  background-color: #000;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #000;
  border-top: 1px solid #ddd;
}

.modal-footer {
  padding: 5px 15px;
}

.nav-pills>li>a {
  padding: 5px 8px;
}

.page-header {
  margin-top: 5px;
}

blockquote small,
blockquote.small {
  font-size: 95%;
}

/*------------------------------------
	classes utilities
-------------------------------------- */
.margin-top-reset {
  margin-top: 0;
}

.margin-right-reset {
  margin-right: 0;
}

.margin-bottom-reset {
  margin-bottom: 3px;
}

.margin-left-reset {
  margin-left: 0;
}

.margin-top {
  margin-top: 10px;
}

.margin-top-small {
  margin-top: 5px;
}

.margin-top-double {
  margin-top: 20px;
}

.margin-top-triple {
  margin-top: 30px;
}

.margin-right {
  margin-right: 10px;
}

.margin-right-small {
  margin-left: 5px;
}

.margin-right-double {
  margin-right: 20px;
}

.margin-right-triple {
  margin-right: 30px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-bottom-small {
  margin-left: 5px;
}

.margin-bottom-double {
  margin-bottom: 20px;
}

.margin-bottom-triple {
  margin-bottom: 30px;
}

.margin-left {
  margin-left: 10px;
}

.margin-left-small {
  margin-left: 5px;
}

.margin-left-double {
  margin-left: 20px;
}

.margin-left-triple {
  margin-left: 30px;
}

/*------------------------------------
	header and titles
-------------------------------------- */
.navbar-inner {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1499px) {
  .navbar-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1500px) {
  .navbar-inner {
    padding-left: 200px;
    padding-right: 200px;
  }
}

#look,
#admin-single {
  width: 40px;
}

#admin {
  width: 52px;
}

.flags {
  min-width: 80px;
}

.flags li {
  display: block;
}

#flags img,
.flags img {
  vertical-align: top;
}

.header h3 {
  margin-top: 3px;
}

/*------------------------------------
	navigation and pagination
-------------------------------------- */
.breadcrumb h4 {
  margin: 0 0 2px 0;
}

.pagination {
  margin-top: 0;
}

.disabled_nav {
  display: none;
}

/*------------------------------------
	gallery, albums and images
-------------------------------------- */
.album-thumb:nth-of-type(3n+1) {
  clear: both;
}

.album-thumb h5,
.image-thumb h5 {
  margin: 4px 0 13px 0;
}

.flag_thumbnail {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 767px) {
  .image-thumb:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .image-thumb:nth-of-type(4n+1) {
    clear: both;
  }
}

/* ---- isotope ---- */
.gutter-sizer {
  width: 20px;
}

.image-item {
  width: 150px;
  height: 150px;
}

.image-item-width2 {
  width: 235px;
}

.image-item-height2 {
  height: 235px;
}

@media (max-width: 767px) {
  .gutter-sizer {
    width: 5px;
  }

  .image-item {
    width: 120px;
    height: 120px;
  }

  .image-item-width2 {
    width: 188px;
  }

  .image-item-height2 {
    height: 188px;
  }
}

/* ---- / isotope ---- */
.photo-description {
  margin-bottom: 15px;
  margin-top: 15px;
}

.photo-infos {
  margin-bottom: 15px;
}

#exif_link {
  display: block;
  line-height: 1.4;
  padding-bottom: 9px;
  text-align: center;
}

.vote {
  display: block;
  margin-top: 5px;
}

.rating-cancel,
.star-rating {
  margin-top: 9px;
}

/*------------------------------------
	home, news and pages
-------------------------------------- */
.flex-direction-nav a:before {
  font-size: 35px;
}

#latestnews h4 {
  display: inline;
}

.site-description {
  margin-bottom: 15px;
}

.latestnews-date {
  display: inline;
  margin-left: 5px;
}

.latestnews-desc {
  display: block;
  margin: 5px 0 0;
}

.list-post {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.list-post:first-of-type {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.post {}

.post-date {
  float: left;
  width: 50px;
  text-align: center;
  margin: 8px 15px 15px 0;
  padding: 0 0 5px;
  border: solid 1px #bebebe;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecebeb');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecebeb));
  background: -moz-linear-gradient(top, #ffffff, #ecebeb);
  background: linear-gradient(-90deg, #ffffff, #ecebeb);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}

.post-date .month {
  color: #fff;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 2px 0;
  width: 50px;
  position: relative;
  top: -1px;
  left: -1px;
  border: solid 1px #a11216;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb1c24', endColorstr='#a30c10');
  background: -webkit-gradient(linear, left top, left bottom, from(#eb1c24), to(#a30c10));
  background: -moz-linear-gradient(top, #eb1c24, #a30c10);
  background: linear-gradient(-90deg, #eb1c24, #a30c10);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 0 5px 0 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.post-date .day {
  color: #666;
  padding: 2px 0 0;
  font: bold 18px/100% Arial, Helvetica, sans-serif;
  display: block;
}

.post-date .year {
  color: #999;
  padding: 2px 0 0;
  font: 10px/100% Arial, Helvetica, sans-serif;
  display: block;
}

@media (max-width: 767px) {
  .extra-content {
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  .extra-content {
    margin-top: 20px;
  }
}

#news-cat-list small {
  font-size: 100%;
}

.readmorelink {
  clear: both;
  padding-top: 10px;
  font-style: italic;
}

iframe {
  overflow: hidden;
  border: 0;
}

/*------------------------------------
	search
-------------------------------------- */
.input-group-btn {
  vertical-align: top;
}

.input-group-btn .btn {
  height: 33px;
}

.input-group-btn .btn:first-child {
  border-radius: 0;
}

#searchextrashow {
  padding: 0 10px;
}

/*------------------------------------
	GoogleMap overwriting
-------------------------------------- */
#map_canvas {
  height: 600px;
}

/*------------------------------------
	comments
-------------------------------------- */
#comment_accordion.panel-group .panel {
  margin-bottom: 18px;
}

/*------------------------------------
	contact, login, password and register
-------------------------------------- */
/* contact */
#mailform strong,
#commentform strong,
#registration_form strong {
  color: red;
}

div.buttons {
  padding: 10px 0;
}

div.buttons button {
  padding: 6px 6px;
}

/* login & password */
#loginform fieldset {
  border: 1px solid #787777;
  padding: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#loginform legend {
  font-size: 14px;
  margin-bottom: 0;
  border-bottom: none;
  width: auto;
}

/*------------------------------------
	scroll to top
-------------------------------------- */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 8px;
  width: 35px;
  height: 35px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 1035;
  background-color: #888;
  color: #eee;
  line-height: 2;
  padding-top: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-to-top:hover {
  background-color: #666;
}

.scroll-to-top.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

/*------------------------------------
	Zenphoto admin overwriting
-------------------------------------- */
#zp__admin_module {
  z-index: 50000;
}

/*------------------------------------
	flexslider overwriting
-------------------------------------- */
.flexslider {
  border: 0;
}

/*------------------------------------
	Fancybox overwriting
-------------------------------------- */
.fancybox-is-open .fancybox-bg {
  opacity: 0.98;
}

.fancybox-thumbs a {
  width: 100px;
  height: 100px;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #337ab7;
}

.fancybox-progress {
  background: #337ab7;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 80%;
  max-height: 10%;
  margin: 0;
}

@media (max-width: 767px) {
  .fancybox-button--thumbs {
    display: none;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
  }

  .fancybox-show-thumbs .fancybox-thumbs,
  .fancybox-thumbs {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    width: 1030px;
  }

  .fancybox-thumbs {
    top: 0;
    width: 230px;
    bottom: 0;
    left: 0;
    right: auto;
    height: auto;
    padding: 2px 0 0 2px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-show-thumbs .fancybox-inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 230px;
  }
}

/*------------------------------------
	Infinite scroll
-------------------------------------- */
.page-load-status {
  display: none;
  text-align: center;
}

.album-wrap~.page-load-status,
.image-wrap~.page-load-status {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.loader-ellips {
  font-size: 15px;
  position: relative;
  width: 4em;
  height: 1em;
  margin-right: auto;
  margin-left: auto;
}

.loader-ellips-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #666;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em)
  }
}

.loader-ellips-dot:nth-child(1),
.loader-ellips-dot:nth-child(2) {
  left: 0;
}

.loader-ellips-dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips-dot:nth-child(4) {
  left: 3em;
}

.loader-ellips-dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips-dot:nth-child(2),
.loader-ellips-dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}