/*   
Theme Name: Buchhandlung im Schanzenviertel
Theme URI: http://www.schanzenbuch.com/
Description: Custom WordPress Theme
Author: Christian Boehnke
Author URI: http://www.klickadeeler.de
Template: bootstrap-base
Version: 1.0
Tags: 960gs, Responsive
.
(c) 2013 Christian Boehnke, released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/

/* ---------------------------------------------------------------------------------------- */

body {
    background: url(assets/img/sprite.png) repeat-x 0 -48px;
    font: 14px/16px arial,sans-serif;
}
.lt-ie9 body {
    background-image: url(assets/img/sprite.png) !important;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 
    .body {
        background-image: url(assets/img/sprite_2x.png);
        background-size: 350px auto;
    }
}

input:focus {
    outline: 0;
}

a {
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 !important;
}

ol, 
ul {
    margin: 0;
    padding: 0;
}

small {
    font: italic 11px/16px georgia, serif;
    color: #c80303;
}

nowrap {
    white-space: nowrap;
}

iframe {
  background: url(assets/img/loadinfo.gif) no-repeat center;
} 

*[data-href] {
    cursor: pointer;
}

/* ---------------------------------------------------------------------------------------- */
/* restyle bootstrap classes */

@media (max-width: 767px) {
    .sm-hide {
        display: none;
    }
}
@media (max-width: 991px) {
    .md-hide {
        display: none;
    }
}
@media (max-width: 1199px) {
    .lg-hide {
        display: none;
    }
}

@media (min-width: 768px) {
    .sm-only {
        display: none;
    }
}
@media (min-width: 992px) {
    .md-only {
        display: none;
    }
}
@media (min-width: 1200px) {
    .lg-only {
        display: none;
    }
}

.navbar {
    border: 0;
    border-radius: 0; 
    margin: 0;
}
@media (min-width: 767px) {
    .navbar {
        margin-bottom: 20px;
    }
}

.simple-page .navbar {
  margin: 0;
  height: 110px;
}

.navbar-default {
    background-color: transparent;
}

.navbar-header {
    width: 100%;
}
@media (max-width: 767px) {
    .navbar-header {
        width: 100%;
        height: 129px;
    }
}

.navbar-brand {
    overflow: hidden;
    margin: 19px 0 0 10px;
    padding: 0;
    width: 180px;
    height: 71px;
    font-size: 12px;
    line-height: 16px;
    text-indent: -99999px;
    background: url(assets/img/schanzenbuch_logo.gif) no-repeat;
}
@media (min-width: 768px) {
    .navbar-brand {
        margin-left: 0;
    }
}
.lt-ie9 .navbar-brand {
    background-image: url(assets/img/schanzenbuch_logo.gif) !important;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 
    .navbar-brand {
        background-image: url(assets/img/schanzenbuch_logo_2x.gif);
        background-size: 180px auto;
    }
}
.svg .navbar-brand {
    background-image: url(assets/img/schanzenbuch_logo.svg);
}

.navbar-header .form-horizontal {
    clear: both;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .navbar-header .form-horizontal {
        float: right;
        margin: -31px 0 0;
    }
}

.navbar-header .form-horizontal label {
    display: none;
}
@media (min-width: 768px) {
  .navbar-header .form-horizontal label {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar-header .form-horizontal label:after {
    content: "\e600";
    display: block;
    float:right;
    padding: 4px 0 0 15px;
    width: 1px;
    height: 21px;
    font: 9px 'sb-glyphs';
  }
}
@media (min-width: 992px) {
  .navbar-header .form-horizontal label {
    position: relative;
    top: 1px;
    font-size: 12px;
  }
  .navbar-header .form-horizontal label:after {
    padding-top: 3px;
  }
}
@media (min-width: 1200px) {
  .navbar-header .form-horizontal label {
    top: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
  }
  .navbar-header .form-horizontal label:after {
    padding-top: 4px;
  }
}

.navbar-header .form-horizontal input[type=text] {
    position: absolute;
    border: 0;
    margin-top: 4px;
    padding: 0 10px;
    width: 88%;
    height: 31px;
    color: #000;
    font: italic 14px georgia,serif;
    background: transparent;
}
@media (min-width: 768px) {
    .navbar-header .form-horizontal input[type=text] {
        position: relative;
        margin: 2px 20px;
        padding: 0 10px;
        width: 167px;
        height: 27px;
        font-size: 11px;
        background: #d4d4d4;
    }
    .navbar-header .form-horizontal input[type=text]:-webkit-input-placeholder { color:#939393; font-size: 11px; background: none; }
    .navbar-header .form-horizontal input[type=text]:-moz-placeholder { color:#939393; font-size: 11px; background: none; } 
    .navbar-header .form-horizontal input[type=text]:-ms-input-placeholder { color:#939393; font-size: 11px; background: none; } 
    .navbar-header .form-horizontal input[type=text]:-moz-placeholder { color:#939393; font-size: 11px; background: none; }
}
@media (min-width: 768px) { 
    .navbar-header .form-horizontal input[type=text] {
        width: 225px;
        font-size: 13px;
    }
    .navbar-header .form-horizontal input[type=text]:-webkit-input-placeholder { font-size: 13px; }
    .navbar-header .form-horizontal input[type=text]:-moz-placeholder { font-size: 13px; } 
    .navbar-header .form-horizontal input[type=text]:-ms-input-placeholder { font-size: 13px; } 
    .navbar-header .form-horizontal input[type=text]:-moz-placeholder { font-size: 13px; }
}
@media (min-width: 1200px) { 
  .navbar-header .form-horizontal input[type=text] {
    font-size: 14px;
  }
  .navbar-header .form-horizontal input[type=text]:-webkit-input-placeholder { font-size: 14px; }
  .navbar-header .form-horizontal input[type=text]:-moz-placeholder { font-size: 14px; } 
  .navbar-header .form-horizontal input[type=text]:-ms-input-placeholder { font-size: 14px; } 
  .navbar-header .form-horizontal input[type=text]:-moz-placeholder { font-size: 14px; }
}

.navbar-header .form-horizontal input[type=text]:-webkit-input-placeholder { color:#939393; }

.navbar-header .form-horizontal .btn {
    position: absolute;
    right: 10px;
	z-index: 9999;
    padding: 10px 0;
    color: #333;
    font: 16px/16px 'sb-glyphs';
    background: transparent;
}
.navbar-header .form-horizontal .btn:hover {
    color: #000;
}

@media (min-width: 768px) {
    .navbar-header .form-horizontal .btn {
        position: relative;
        top: -1px;
        padding: 0;
        color: #fff;
    }
    .navbar-header .form-horizontal .btn:hover {
        color: #d4d4d4;
    }
}

.navbar .nav {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .navbar .nav {
        margin-top: 5px;
    }
}

.navbar .navbar-collapse { 
    border-top: 1px solid #bababa;
    max-height: 100%;
}
@media (min-width: 768px) {
    .navbar .navbar-collapse { 
        border: 0;
        margin: 0;
    }
}

.navbar-default .navbar-nav li a {
  display: block;
  width: 100%;
  color: #333;
}

.navbar li {
    border-bottom: 1px solid #bababa;
    padding: 0 20px;
}
@media (min-width: 768px) {
  .navbar li {
    border: 0;
    padding: 0 10px;
  }
  .navbar li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar li {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .navbar li {
    border-bottom: 0;
    border-right: 1px solid #939393;
  }
}
.navbar li:last-child {
    border: 0;
    padding-right: 0;
}

.navbar li:hover a {
    color: #333;
}

@media (min-width: 768px) {
  .navbar li a {
    padding:31px 0 0;
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .navbar li a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .navbar li a {
    padding:25px 0 5px;
    font-size: 14px;
  }
}

.navbar .menu-item-has-children ul {
    list-style: none;    
}

.navbar .menu-item-has-children:hover ul {
    display: block !important;
    height: auto;
}

@media (min-width: 768px) {
  .navbar .menu-item-has-children ul {
    display: none;
    position: absolute;
    border: 1px solid #939393;
    border-top: 0;
    margin-left: -10px;
    padding: 6px 0 8px;
    width: 101.5%;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .navbar .menu-item-has-children ul {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .navbar .menu-item-has-children ul {
    margin-left: -16px;
  }
}

.navbar .menu-item-has-children ul li {
    border: 0;
    border-top: 1px solid #bababa;
    padding: 12px 0 12px 30px;
}
@media (min-width: 768px) {
  .navbar .menu-item-has-children ul li {
    border: 0;
    padding: 12px 0 6px 10px;
  }
}
@media (min-width: 992px) {
  .navbar .menu-item-has-children ul li {
    border: 0;
    padding: 20px 0 10px 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .menu-item-has-children ul li {
    border: 0;
    padding: 10px 0 17px 16px;
  }
}

.navbar .menu-item-has-children ul li a {
    display: block;
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
}

.navbar .menu-item-has-children ul li a:hover {
    margin: 0;
    padding: 0;
    color: #c80303;
    text-decoration: none;
}

.navbar-default  .navbar-toggle {
    border: 0;
    margin: 0;
    padding: 10px 10px;
    border-radius: 0;
}
.navbar-default  .navbar-toggle:focus,
.navbar-default  .navbar-toggle:hover {
    background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #000;
}

.nav-tabs li a {
  border-radius: 0;
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav-tabs li,
  .nav-tabs li.active {
    float: none;
    border-bottom: 1px solid #bababa;
  }
  
  .nav-tabs li.active {
    border-top: 1px solid #bababa;
  }
  
  .nav-tabs li.active a {
    border: 0;
    color: #c80303;
  }
  
  .nav-tabs li a {
    border: 0;
    padding: 10px 0;
  }
  
  .nav-tabs li a:hover {
    border: 0 !important;
    color: #c80303;
    background: transparent;
  }
}

@media (min-width: 768px) {
  .nav-tabs li a:hover {
    border-top-color: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
    background: transparent;
  }
}

.row {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .row {
        margin-bottom: 20px;
    }
}

.row *[class^=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .row *[class^=col-]:first-child {
        padding-left: 0;
    }
}

/* ---------------------------------------------------------------------------------------- */
/* custom classes */
.no-js .js {
  display: none;
  visibility: hidden;
}

.sm-center-text {
  text-align: center;
}
@media (min-width: 768px) {
  .sm-center-text {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .row-space {
    padding-bottom: 16px;
  }
}

.next-line {
  display: block;
  padding-left: 19px;
}

.text-left {
  text-align: left !important;
}

a.inline-link {
  color: #333;
  text-decoration: none !important;
}
a.inline-link:hover {
  color: #c80303;
  text-decoration: underline !important;
}

.img-responsive-v {
  display: block;
  width: auto;
  max-height: 100%;
}

#wrapper {
  min-height: 100%;
  height: 100%;
}

.hero-unit {
    overflow: hidden;
    text-align: center;
    background: #c80303;
}

.hero-unit-inner {
  /*min-height: 116px;  */
}

.hero-unit h2 {
    margin: 0;
    padding: 45px 20px 27px;
    color: #fff;
    font: italic 19px georgia, sans;
}
@media (min-width: 768px) {
  .hero-unit h2 {
    padding: 20px 0;
    font-size: 36px;
  }
}

.simple-page .navbar .back {
  float: right;
  display: block;
  padding: 66px 15px 0;
  color: #fff;
  font-weight: bold;
}
.simple-page .navbar .back:hover {
}

.content-unit {
    color: #333;
}

.content-unit h1 {
    display: block;
    border-bottom: 1px solid #bababa;
    margin: 0 0 40px;
    padding: 36px 0 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 768px) {
    .content-unit h1 {
        margin: 0 -15px 40px;
        padding: 45px 0 13px;
        font-size: 21px;
        line-height: 27px;
    }
}

.content-unit h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
}
@media (min-width: 768px) {
  .content-unit h2 {
    margin: -5px 0 13px;
    padding: 0;
    text-align: left;
  }
}

.content-unit h3 {
  font-weight: bold;
}

.content-unit small {
  font-size: 14px;
}

.content-unit  a {
    color: #333;
    text-decoration: underline;
}
.content-unit  a:hover {
    color: #c80303;
    text-decoration: none;
}

.content-unit h3,
.content-unit h4,
.content-unit h5,
.content-unit p,
.content-unit address {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.content-unit h3,
.content-unit h4,
.content-unit h5,
.content-unit address {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.content-unit h3 {
  margin-bottom: 13px;
}
.content-unit h4 {
  color: #c80303;
}
.content-unit p {
  margin: 0 0 18px;
}
@media (min-width: 768px) {
    .content-unit h3,
    .content-unit h4,
    .content-unit h5,
    .content-unit address {
        margin-top: 0;
        text-align: left;
    }
    
    .content-unit p {
        margin: 0 0 18px;
        padding: 0;
        text-align: left;
    }
}

.content-unit ol {
  list-style-position: inside;
}

.content-unit ul {
  list-style-type: none;
}

.content-unit ul,
.content-unit ol {
  margin: 0 0 9px;
}

.content-unit ol li,
.content-unit ul  li {
  padding: 10px 5px;
}

.content-unit ul  li {
  display: flex;
}

.lt-ie10 .content-unit ul  li {
  display: block;
}

.content-unit ul  li:before {
    content: "\e601";
    padding: 4px 10px 0 0;
    color: #c80303;
    font: 9px 'sb-glyphs';
}

.content-unit ul.simple-list {
  text-align: center;
}

.content-unit ul.simple-list li {
  margin: 0 !important;
  padding: 0 !important;
}
.content-unit ul.simple-list li:before {
    content: "" !important;
    padding: 0 !important;
}

@media (min-width: 768px) {
  .content-unit ul.simple-list {
    text-align: left;
    margin-bottom: 18px;
  }
}

.content-unit ul.link-list li {
    padding: 10px 5px  !important;
}

.content-unit ul.link-list  li:before {
    padding: 0 10px 0 0;
}

.content-unit ul.link-list a {
    color: #000;
    font-weight: bold;
    text-decoration:none;
}

.content-unit ul.link-list a:hover {
    color: #c80303;
}

.content-unit .feature-box  {
  border: 1px solid #bababa;
  padding: 10px;
  background: #f3f4f3;
}

.content-unit .feature-box h3 {
  display: none;
}

@media (min-width: 768px) {
  .content-unit .feature-box h3 {
    display: block;
  }
  
  .content-unit .feature-box  {
    border: 0;
    padding: 0;
    background: transparent;
  }
}

.left-image {
  float: left;
}
.right-image {
  float: left;
}
.news-image,
.left-image,
.right-image {
    margin: 0 15px 22px 0;
    border: 3px solid #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .45);
}

.content-unit .img-frame,
.gmaps {
    overflow: hidden;
    border: 3px solid #fff;
    margin-bottom: 22px;
    width: 100%;
    height: 260px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .45);
}
.content-unit .img-frame {
  height: auto;
}
.content-unit .img-frame img {
    min-width: 100%;
}
@media (min-width: 768px) {
    .gmaps {
      height: 450px;
    }
    
    .content-unit .img-frame {
        margin: 0;
        width: 100%;
    }
    .content-unit .img-frame img {
      width: auto;
      min-width: 100%;
    }
}
@media (min-width: 992px) { 
    .content-unit .img-frame {
        margin: 0;
        width: 100%;
    }
}

.content-unit .btn {
    border: 0;
    border-radius: 0;
    margin: 18px 0 0;
    padding: 15px 19px 0;
    height: 49px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: #c80303;
}
.content-unit .btn:hover {
    color: #efcccc;
}
@media (min-width: 768px) and
       (max-width: 991px) {
    .content-unit .btn {
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .content-unit .btn {
        margin: 0;
        text-align: left;
    }
}

.content-unit .btn > .arrow-right {
    display: inline-block;
}
.content-unit .btn > .arrow-right:after {
    content: "\e600";
    position: absolute;
    right: 20px;
    margin: 5px 0 0;
    color: #fff;
    font: 9px 'sb-glyphs';
    text-shadow:  0 1px rgba(0, 0, 0, .25);
}
@media (min-width: 768px) and
       (max-width: 991px) {
    .content-unit .btn > .arrow-right:after {
        content: '';
    }
}

.content-unit form ul li {
  padding: 0;
}

.content-unit form ul li:before {
  content: "";
  padding: 0;
}

.content-unit form input,
.content-unit form textarea {
  border-color: #bababa;
}
.content-unit form input {
  border: 0;
}

.content-unit form input[type=text], 
.content-unit form input[type=password],
.content-unit form input[type=email],
.content-unit form textarea,
.content-unit .wpcf7-list-item-label  {
  font: italic 14px georgia,serif;
  width: 100%;
}

.content-unit form input[type=text], 
.content-unit form input[type=password],
.content-unit form input[type=email] {
  margin: 0 0 3px;
  border-bottom: 1px solid #bababa;
  padding: 3px 0 7px;
}

.content-unit form textarea  {
  height: 163px;
  resize: none;
}

.content-unit form input[type=radio],
.content-unit form input[type=checkbox] {
  margin: 0 0 0 -8px;
}

.content-unit form input[type=submit],
.wpcf7-submit {
  display: inline-block;
  outline: 0 !important;
  margin: 7px 0 0;
  padding: 0 19px 0;
  width: 100%;
  height: 49px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: #c80303;
}
.content-unit form input[type=submit]:hover,
.wpcf7-submit:hover {
  color: #efcccc
}
@media (min-width: 768px) {
  .content-unit form input[type=submit],
  .wpcf7-submit {
    text-align: left;
  }
}

.content-unit form .form-element-container {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .content-unit form .form-options {
    margin-bottom: 18px;
  }
  
  .content-unit form .form-options li .row-sm {
    display: block;
    border-bottom: 1px solid #bababa;
    padding: 12px 0;
  }
}

@media (min-width: 768px) {
  .content-unit form .form-options li {
    display: inline;
    padding: 0 20px 0 0;
  }
}

div.wpcf7-response-output {
  margin:0;
  padding:0;
  color: #c80303;
  font-weight: bold;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: 0;
}

div.wpcf7-mail-sent-ok {
  color: #333;
}

.tab-post-content .row {
  margin: 20px 0 0;
  padding: 0 0 19px;
  border-bottom: 1px solid #bababa;
}

.tab-post-content .row:last-child {
  border: 0;
  padding-bottom: 20px;
}
 
.tab-post-content .post-thumb-frame {
  overflow: hidden;
  margin: 0 auto;
  border: 3px solid #fff;
  width: 81px;
  height: 81px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .45);
}

.tab-post-content .post-thumb-frame img {
  max-width: 81px;
}

.tab-post-content .post-text {
  float: left;
}

.tab-post-content p {
  padding: 20px 0 0;
}

.tab-post-content .post-text h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.tab-post-content .post-text p {
  padding-top: 0;
}

.tab-post-content .post-text a.more {
    color: #000;
    font-weight: bold;
}
.tab-post-content .post-text a.more:before {
    content: " ";
}
.tab-post-content .post-text a.more:hover {
    color: #c80303;
    text-decoration: none;
}

.tabs-post-categories li:before {
  content: "" !important;
  padding: 0 !important;
}

.tabs-post-categories li {
  padding: 0 !important;
}

h3.small-logo {
    display: block;
    border-bottom: 1px solid #bababa;
    margin: 0 0 17px;
    padding: 56px 0 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
}

.btn .small-logo {
    width: 153px;
    height: 22px;
    background: url(assets/img/sprite.png) no-repeat;
}

.btn .kinderbuecher-logo {
  background: url(assets/img/sprite.png) no-repeat 0 -25px;
  width: 153px;
}

@media (min-width: 768px) {
    h3.small-logo {
        border: 0;
        margin: 0;
        padding: 0;
        width: 153px;
        height: 34px;
        text-indent: -9999px;
        background: url(assets/img/sprite.png) no-repeat;
    }
    h3.kinderbuecher-logo {
      background-position: -153px -25px;
    }
    
    .lt-ie9 h3.small-logo {
        background-image: url(assets/img/sprite.png)!important;
    }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 768px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (                min-resolution: 192dpi) and (min-width: 768px),
only screen and (                min-resolution: 2dppx)  and (min-width: 768px) { 
    .small-logo,
    .btn .kinderbuecher-logo    {
        background-image: url(assets/img/sprite_2x.png);
        background-size: 350px auto;
    }
}

.news-unit  {
    margin-top: 22px;
    padding: 30px 0 14px;
    color: #333;
    text-align: center;
    background: #f3f4f3;
    background:-moz-linear-gradient(top, #f3f4f3, #fff); /* Firefox */
    background:-webkit-linear-gradient(top, #f3f4f3, #fff); /* Safari, Chrome */
    background:-o-linear-gradient(top, #f3f4f3, #fff); /* Opera */
    background:-ms-linear-gradient(top, #f3f4f3, #fff); /* IE */
    background:linear-gradient(top, #f3f4f3, #fff); /* W3C Standard */
}
@media (min-width: 768px) {
    .news-unit h2 {
        text-align: left;
    }
}

.news-unit h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .news-unit h2 {
        margin: 0;
        font-size: 24px;
        line-height: 31px;
    }
}

.news-unit article {
    margin: 0 0 20px;
    text-align: left;
}

.news-unit .news-thumb-frame {
    float: left;
    overflow: hidden;
    border: 3px solid #fff;
    width: 81px;
    height: 81px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .45);
}

.news-unit .news-text {
    float: left;
    padding-left: 15px;
    width: 60%;
    min-width: calc(100% - 81px);
}
.news-unit .news-text:after {
    clear: both;
}

.news-unit .news-text h4 {
    margin: 0;
    padding: 0 8px 0 0;
    color: #333;
    font: bold 14px/16px arial, sans-serif;
    text-transform: uppercase;
}

.news-unit .news-text p {
    line-height: 18px;
}

.news-unit .news-text a.more {
    color: #333;
    font-weight: bold;
}
.news-unit .news-text a.more :before {
    content: " ";
}
.news-unit .news-text a.more :hover {
    color: #c80303;
    text-decoration: none;
}

.modal {
  overflow-y: auto;
  background: rgba(0,0,0,.8);
}

.modal-dialog {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}

.modal-dialog  .modal-content {
  border: 3px solid #fff;
  border-radius: 0;
}

.modal-dialog  .modal-header {
  background: #c80303;
}

.modal-dialog  .modal-header .modal-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.modal-dialog  .modal-header .close {
  display: block;
  padding: 0;
  color: #fff;
  opacity: 1;
}

.modal-dialog  h1 {
  display: none;
}

.modal-dialog  h2, h3 {
  font-weight: bold;
}

.modal-dialog a {
  color: #333;
  text-decoration: underline;
}
.modal-dialog a:hover {
  color: #c80303;
  text-decoration: none;
}

.modal-dialog  .row {
  margin: 0;
}

.modal-dialog .modal-footer {
  margin-top: 0;
  border-top-color: #bababa;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-dialog .modal-footer {
    text-align: right;
  }
}

.modal-dialog .modal-footer  .close {
  float: none;
  display: inline;
  opacity: 1;
  font-size: 14px;
  color: #333;
}
.modal-dialog .modal-footer  .close:hover {
  background: transparent;
  color: #c80303;
}

.page-footer, 
.news-unit-footer {
    border-top: 1px solid #bababa;
    margin: -1px -5px -2px;
    padding-top: 1px;
    text-align: left;
}
@media (min-width: 768px) {
    .page-footer, 
    .news-unit-footer {
        margin: 26px -15px 0;
        padding-top: 20px;
    }
}

.page-footer {
  margin-bottom: 14px;
}

.page-footer div[class^=col-], 
.news-unit-footer div[class^=col-] {
  padding-left: 0;
}

.all-news a {
    display: block;
    float: right;
    margin: 18px 0 -2px;
    border-top: 1px solid #bababa;
    padding: 14px 0 0;
    width: 100%;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.all-news a:hover {
    color: #c80303;
    text-decoration: none;
}

@media (min-width: 768px) {
  .all-news a {
    margin: 0;
    border: none;
    padding: 0;
    width: auto;
  }
}

.news-unit-footer *[class^=col-]:last-child {
    padding: 15px 0 0 !important;
}
@media (min-width: 768px) {
    .news-unit-footer *[class^=col-]:last-child {
        padding: 0 !important;
    }
}

a.fb-profile {
  float: left;
  display: block;
  margin: 24px 0 0;
  padding: 0 0 23px 22px;
  font: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: normal !important;
  color: #333;
  width: 50%;
  height: 16px;
  background: url( assets/img/facebook.png ) no-repeat;
}
.svg .fb-profile { 
  background-image: url( assets/img/facebook.svg );
  background-size: 16px 16px;
}
@media (min-width: 768px) {
  a.fb-profile {
    margin: 2px 0 0 0;
    width: auto;
  }
}

.fb-like-box {
    float: left;
    overflow: hidden;
    margin: 22px 0 0;
    width: 50%;
}
@media (min-width: 768px) {
  .fb-like-box {
    margin: 0;
    width: 170px;
  }
}

.fb-like-box iframe {
  background: none !important;
}

#vlb-search {
  width: 100%;
  height: 768px;
  border-top: 1px solid #bababa;
}

.no-js #vlb-search {  
  min-height: 768px;
}

@media (min-width: 768px) {
  .vlb-frame  {
    margin-right: -25px;
  }
}

.simple-page #vlb-search {
  overflow-y: scroll;
  border: 0;
  margin: 0;
  min-height: calc( 100% - 114px );
}

footer h5 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase;
}

footer .dark-color-scheme {
    padding: 23px 10px;
    color: #fff;
    background: #939393;
}
@media (min-width: 768px) {
    footer .dark-color-scheme {
        padding: 23px 0 0;
    }
}

@media (max-width: 767px) {
    footer .row *[class^=col-] {
        padding-right: 0;
    }
}

footer .dark-color-scheme .container {
    padding-bottom: 8px;
}

footer .dark-color-scheme .container *[class^=col-]:first-child {
    padding-left: 0 !important;
}
footer .dark-color-scheme .container *[class^=col-]:last-child {
    padding-right: 0 !important;
}

footer .navbar-right {
    list-style: none;
    border-top: 1px solid #fff;
    margin: 35px 0 6px -10px;
}
@media (min-width: 768px) {
    footer .navbar-right {
        border: 0;
        margin-right: 0;
        padding: 4px 0 0;
    }
}

footer .navbar-right li {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 12px 20px 12px 0;
}
@media (min-width: 768px) {
    footer .navbar-right li {
        border: 0;
        display: inline;
        padding: 0 0 0 20px;
    }
}

footer .navbar-right li a {
    display: block;
    color: #fff;
}
footer .navbar-right li a:hover {
    color: #d4d4d4;
}
@media (min-width: 768px) {
  footer .navbar-right li a {
    display: inline;
  }
}

footer .newsletter-form .form-group {
    border-bottom: 1px solid #fff;
}
@media (min-width: 1200px) {
    footer .newsletter-form .form-group {
        width: 75%;
    }
}

footer .newsletter-form  input[type=email] {
    float: left;
    border: 0;
    padding: 3px 0 8px;
    width: 80%;
    color: #fff;
    font: italic 14px georgia,serif;
    background: transparent;
}
footer .newsletter-form  input[type=email]::-webkit-input-placeholder { color:#d4d4d4; }
footer .newsletter-form  input[type=email]::-moz-placeholder { color:#d4d4d4; } 
footer .newsletter-form  input[type=email]:-ms-input-placeholder { color:#d4d4d4; } 
footer .newsletter-form  input[type=email]:-moz-placeholder { color:#d4d4d4; }

footer .newsletter-form .btn {
    position: absolute;
    right: 0;
    border-radius: 0;
    padding: 2px 20px 1px;
    color: #939393;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
}
footer .newsletter-form .btn:hover {
    border: 1px solid #fff;
    padding: 1px 18px 0;
    color: #fff;
    background: transparent;
}
@media (min-width: 768px) {
    footer .newsletter-form .btn {
        right: 10px;
    }
}

footer .newsletter-form small {
    display: block;
    color: #dcdcdc;
}
@media (min-width: 992px) {
    footer .newsletter-form small {
        width: 75%;
    }
}

footer .newsletter-form small a {
    color: #dcdcdc;
    text-decoration: underline;
}
footer .newsletter-form small a:hover {
    color: #fff;
    text-decoration: none;
}

footer .copyright {
    padding: 17px 10px 7px;
    color: #333;
}
@media (min-width: 768px) {
    footer .copyright {
        padding: 28px 0 24px;
    }
}

footer .copyright p {
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    footer .copyright p {
        text-align: right;
    }
}
