/* CSS used here will be applied after bootstrap.css */
html,body {
	height:100%;
    padding-top:70px;
}

section {
  height:calc(90% - 50px);
}

.affix {
  padding:0px;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
}

a.modal-click {
	cursor: pointer;
}

a.modal-boot {
	cursor: pointer;
}

.affix-top {
  padding-top:15px;
  padding-bottom:15px;
  -webkit-transition:padding 0.5s linear;
  -moz-transition:padding 0.5s linear;  
  -o-transition:padding 0.5s linear;         
  transition:padding 0.5s linear;  
}

.thumb-nail {
    position:relative;
    overflow:hidden;
}
 
.col-md-3 img {
  height: 200px;
  width: 200px;
}

.col-sm-6 img {
  height: 200px;
  width: 200px;
}

.track-listing {
	display: none;
}

.btn-hide {
	display: none;
}
h2 {
  position: relative;
  overflow: hidden;
}

h2:after {
  display: inline-block;
  content: "";
  height: 4px;
  background: #ffffff;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
  border-top: 3px double #1995dc;
}

hr.style-one { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }

.jumbotron {
    margin-bottom: 0px;
    margin-top: -70px;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}

.opacity {
    background-image: url(../bg/layne-staley-large.jpeg);
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
}

.brightness {
    -webkit-filter: brightness(250%);
    filter: brightness(250%);
}

.dark-bg {
  padding: 10px;
  border: none;
  border-radius: 40px 10px;
  background: rgba(0, 0, 0, 0.4);
}

.thumbnails img {
    float: left;
    margin-right: 10px;
    display: block;
}

.centerthis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

object  {
	width:auto;
	max-width: 100%;
	max-height: 70vh;
	width: auto\9; /* ie8 */
}

#imgModal .modal-content{
    display:inline-block;
    text-align: center;
  }

@media (min-width: 768px){
	#imgModal .modal-dialog {
	  width: auto;      
	  max-width: 95%;
	  text-align: center;
	}
	#imgModal .modal-body{
	  min-width: 600px;
	  min-height: 400px;
	}
}

#imgModal .modal-dialog {
  width: auto;      
  text-align: center;
}
.pre-scrollable {
	max-height: 700px;
	position: relative; 
}
.boots {
    position: relative; 
}
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.success {
	color: #468847;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote{
  font-size: 1.4em;
  width:80%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

/*bootsnipp.com/snippets/GaeQR*/
.searchbar{
  height: 50px;
  background-color: #178acc;
  border-radius: 30px;
  padding: 10px;
}
.search_input{
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color:transparent;
  line-height: 30px;
  transition: width 0.4s linear;
}
.searchbar:hover > .search_input{
  padding: 0 10px;
  width: 250px;
  caret-color:red;
  transition: width 0.4s linear;
}
.searchbar:hover > .search_icon{
background: white;
color: #e74c3c;
}
.search_icon{
  height: 30px;
  width: 30px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color:white;
}
.search_icon:hover{
  text-decoration: none;
  cursor: pointer;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    max-width: 400px;
}