@charset "utf-8";
/* CSS Document */

body {
    background-image: url("../images/bg.png");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.color-nag {
	color:#FFF;
}

.baner {
	padding-bottom:5px;
}

.stopka {
	color: #FFF;
	font-size: 11px;
	background-color: #999999;
	border-color: #ddd;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.stopka a {
	color:#FFF;
}

#accordion .panel-default .panel-heading {
    color: #333;
    background-color: #e2001a;
    border-color: #ddd;
}

@media (max-width: 340px) {
	.table {
		font-size:10px;
	}
	.table .btn-xs {
		font-size:10px;
	}
	.panel .panel-body {
    	padding-left: 0px;
		padding-right: 0px;
	}
}

#instafeed {
  width: 100%;
  
  a {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    
    @include media($lg) {
      width: 25%
    }
    
    img {
      display: block;
      width: 100%;
      height: 100%;
    }
  }
}

#instafeed img {
    width: 250px;
    height: 250px;
}

.instagram-byline {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #8899A6;
}

.instagram-title {
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    color: #292F33;
}
.instagram-bg {
	background-color: #fff;
	border-radius: 4px;
	padding: 8px;
}


