/* Move down content because we have a fixed navbar that is 50px tall */
/*
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
*/
@media screen and (min-width:768px){.navbar .container {padding-top: 1.75em;padding-bottom: 1.75em;}}
.navbar {margin-bottom:0;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),inset 0 -1px 0 rgba(0,0,0,0.1);}
.navbar-inverse {background-color:#23252d;}
.navbar-brand {height:initial;}
@media screen and (max-width:767px){.navbar-brand{width: calc(100% - 60px)}}

.social{margin:20px 0;display:inline-block}
.social li{margin: 0 2px;display:inline-block}
.social li a{background-image:url(http://kosheroc.com/wp-content/themes/kosheroc-2015/img/com.png);width:32px;height:32px;display:block;margin:0 2px}
.social li a.icon-facebook{background-position:-64px 0}
.social li a.icon-twitter{background-position:-96px 0}
.social li a.icon-gplus{background-position:-128px 0}
.social li a.icon-youtube{background-position:-160px 0}

.jumbotron {position:relative;color:#fff;background-color:#000}

.jumbotron:before {
    background-image: url('../img/atz-01.jpg');
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.jumbotron:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.55;
    background-image: url('../img/atz-01.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.jumbotron .container {position:relative;z-index: 2;}


p.bg-primary,
p.bg-success,
p.bg-info,
p.bg-warning,
p.bg-danger {
    padding: 15px;
}

.panel-body h3 {margin-top:0;}
.panel-body p {margin-bottom:0;}