/*
Theme Name: Buddhist Pilgrimage
Description: Theme for WordPress.
Author: netbite.cz
Author URI: http://netbite.cz
Version: 1.0
*/

/* Special	*/


.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 25px 0 0; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }

/* responsive gallery */

.gallery-row {
  padding: 15px 0; }

.gallery {
margin-top: 10px;
}

.gallery .gallery-item {
float: left;
text-align: center;
}

.gallery .gallery-caption {
margin-left: 0;
}
.gallery img {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}

.gallery-columns-4, .gallery-columns-3, .gallery-columns-2{
  display: block;
  clear: both;
}

.gallery-columns-4 .gallery-item{
  width: 25%;
}

.gallery-columns-3 .gallery-item{
  width: 33.333%;
}

.gallery-columns-2 .gallery-item{
  width: 50%;
}

.gallery-columns-3, .gallery-columns-2{
  margin: 0 -7.5px;
}

.gallery-columns-3 .gallery-item, .gallery-columns-2 .gallery-item{
  padding: 0 7.5px 7.5px 7.5px;
}

@media (max-width: 700px) { /* . third will appear in half*/
.gallery .gallery-item br {
display: none;
}
.gallery-columns-4 .gallery-item{
  width: 33.333%;
}
.gallery-columns-3 .gallery-item{
  width: 50%;
}
.gallery-columns-2 .gallery-item{
  width: 100%;
}
}


[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width:0;
  height: 0;
  background-repeat: no-repeat;
}

.noselect{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.navbar #h1{
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  margin: 0;
}

.container-fluid img{
    max-width: 100%;
    height: 100%;
}

.container-fluid iframe{
max-width: 100%;
  min-height: 500px;
  width: 100%;
  height: 100%;
  border: none;
}

.navbar.navbar-default {
  border-radius: 0;
    margin-bottom: 15px;
}
.promo-img{
    margin-bottom: 15px;
}

.source{
    font-size: 0.8em;
}

footer{
    text-align: center;
    padding: 30px;
    margin-top: 50px;
    color: white;
    background-color: #ECECEC;
}
footer a{
    color: white;
}