@charset "UTF-8";
/* CSS Document */
* {
  margin:0;
  padding:0;
}


body {
  font-size:10pt;
  color: #333;
  letter-spacing: 0.1ex;
  font-family: Arial, Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  background: #0a518b url(../images/bbsitep.jpg) repeat-x center top;
  margin-top: 10px;
}

.site-wrapper {
  min-width: 320px;
  overflow: hidden;
}

a:link, a:visited {
  text-decoration:none;
  color: #66bbef;
}
a:hover, A.active, a.current, .current a {
  color: #0a518b;
}
a img{
  border: none;
}
input, textarea{
  background: #eee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 4px;
    margin: 0;
    border: none;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #333;
}

input:focus, textarea:focus{
  color: #FFF;
  background: #0a518b;
}
input[type=submit], .loginform input[type=submit]{
  /*float: left;
  display: block;*/
  font-size: 10px;
  color: #FFF;
  border: 1px solid #999;
  text-align: left;
  padding: 3px 23px 4px 23px;
  margin: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  background: #0a518b url(../images/gradient44.png) repeat-x left center;
  -moz-box-shadow: 0 0 4px #888;
  -webkit-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
}
input[type=submit]:hover{
  background: #66bbef url(../images/gradient44.png) repeat-x left center;
  color: #FFF;
}
.smalltxt{
  font-size: 8pt;
  color: #aaa;
}

p {
  padding: 0 0 8px 0;
}

hr{
  height: 1px;
  background: none;
  border: none;
  border-bottom: 1px solid #e6e2d8;
  margin: 9px 0;
}
h1, h2, h3, h4, h5, h6, #submenu a, nav a, label { font-family:  Verdana, Arial, serif; }

h1 {
  font-size: 24pt;
  padding: 0 0 10px 0;
  margin: 0;
  color: #0a61a7;
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-size:15pt;
  padding: 10px 0 7px 0;
  color: #0a518b;
  font-weight: normal;
  font-style: normal;
}
h3 {
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 3px 0;
  margin: 0;
  color: #333;
}
h4 {
  font-size: 11pt;
  padding: 0 0 14px 0;
  color: #66bbef;
}
h5 {
  font-size:9pt;
  font-weight: normal;
  font-style: normal;
  padding: 15px 0 0 0;
  color: #0a518b;
}
#flash_notice, .flash_notice{
  background: #0a518b;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
  color: #FFF;
    font-weight:bold;
    padding:15px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3em;
}
.divider{
  display: block;
  width: 100%;
  border-bottom: 1px dotted #0a518b;
  margin: 12px 0;
  clear:  both;
}
.clear{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}


.navbar-brand {
    padding: 0;
}

#top_menu{
  height: 15px;
  margin: 0;
  padding: 0;
  font-size: 8pt;
  text-transform: uppercase;
}
#top_menu a:link, #top_menu a:visited{
  color: #66bbef;
}
#top_menu a:hover, #top_menu a:active{
  color: #0a518b;
}
#top_menu a img {
  margin: 1px 0 0 8px;
}


/* Navigation */
.navbar {
    margin-bottom: 0;
}

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


/* @group mainmenu */
#mainmenu{
  margin-left: -30px;
}
#mainmenu ul{
  list-style: none;
  display: block;
  height: 35px;
  margin-bottom: 15px;
  background-color: #007cb3;
  padding: 0 12px;
  background: url("../images/mainmenubg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
#mainmenu ul li{
  list-style-position: inside;
  display: inline;
}
#mainmenu ul li a{
  display: block;
  margin-bottom: 10px;
  background: url(../images/mainmenu_divider.jpg) no-repeat left center;
  padding: 0 12px;
  line-height: 35px;
  font-size: 1.1em;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited{
  color: #9fd2e7;
  text-shadow: 1px 0 0 #07335a;
}
#mainmenu ul li a:hover, #mainmenu ul li a:active, #mainmenu ul li.current a, #mainmenu ul li a.current{
  color: #FFF;
  text-shadow: 1px 0 0 #222;
}


/* @end */


#logarea{
  padding: 5px 0;
  margin: 50px 0 10px;
  color: #1b4d8b;
  text-align: right;
}
#logarea a:link, #logarea a:visited{
  font-weight: bold;
  color: #66bbef;
  float: right;
}
#logarea a:hover, #logarea a:active{
  color: #1b4d8b;
}

.loginform label{
  margin: 3px 0;
  height: 22px;
  color: #FFF;
  font-size: 0.9em;
  text-align: left;
}
.loginform input{
  font-family: Arial,Verdana,"Helvetica Neue",Helvetica,Geneva,sans-serif;
    font-size: 12px;
  text-align: left;
  margin-right: 5px;
  background: #66bbef;
  border:  1px solid #f5f9fc;
  -moz-box-shadow: inset 0 0 5px #444;
  -webkit-box-shadow: inset 0 0 5px #444;
  box-shadow: inset 0 0 5px #444;
  color: #FFF;
  width:  145px;
}
.loginform input[type=submit]{
  font-family: Arial,Verdana,"Helvetica Neue",Helvetica,Geneva,sans-serif;
    font-size: 12px;
  border:  1px solid #f5f9fc;
  color: #FFF;
  text-align: center;
  padding: 2px 5px 3px 5px;
  margin: 0;
  background: #0091d1 url(../images/gradient44.png) repeat-x left center;
  -moz-box-shadow: 0 0 4px #888;
  -webkit-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
  width: 100px;
}
.loginform input[type=submit]:hover{
  background-color: #1b4d8b;
}

/* @group col_right */
#col_right{
  padding: 15px 20px 10px 5px;
  margin: 0;
  position: relative;
  background: url(../images/colrightbg.jpg) no-repeat left top;
  text-align: left;
    -moz-border-radius: 0 9px 0 0;
    -webkit-border-radius: 0 9px 0 0;
    border-radius: 0 9px 0 0;
}
a#fblink:link, a#fblink:visited{
  padding: 1px 15px;
  height: 45px;
  width: 240px;
  display: block;
  background: url(../images/bbonfacebook.png) no-repeat 10px 0px;
}
a#fblink:hover, a#fblink:active{
  background-position: 11px 1px;
}



#submenu {
  margin: 5px 0 45px 0;
  padding: 0;
}

#submenu ul{
  padding: 15xp 0;
  margin: 0;
  list-style-type: none;
  letter-spacing: 0.1em;
}

#submenu ul li{
  display: block;
  font-size: 1em;
  border-bottom: 1px solid #0091d1;
  background: #FFF;
}
#submenu ul li:first-child{
  border-top: 1px solid #0091d1;
}
#submenu ul li a:link, #submenu ul li a:visited{
  color: #0091d1;
  display: block;
  padding: 6px 6px 7px 5px;
  text-shadow: 1px 0 0 #777;
}

#submenu ul li a:hover, #submenu ul li a:active, #submenu ul li a.current{
  color: #1b4d8b;
  font-weight: bold;
  text-shadow: 1px 0 0 #FFF;
}


/* @end */

/* @group content */
.content {
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #fff;
    -moz-box-shadow: 2px 2px 4px #111;
  -webkit-box-shadow: 2px 2px 4px #111;
  box-shadow: 2px 2px 4px #111;
}

#context {
  padding: 25px 25px 50px 25px;
  /*width: 530px; */
  min-height: 400px;
  margin: 0;
}
#context  p {
  padding: 0 0 13px 0;
}

#context td, #context th{
  text-align: left;
  vertical-align: top;
  padding: 5px;
  margin: 0 3px;
}
 #context th{
  border-bottom: 1px solid #aaa;
}

#context img{
  float:  left;
  margin: 0 7px 8px 0;
  padding: 0 0 1px 0;
}
#context a, #context a:link, #context a:visited, #context a.selected {
  color: #999;
  padding-left: 9px;
  background: url(../images/arrow_link.png) no-repeat 1px 5px;
}
#context a:hover {
  color: #333;
  background: url(../images/arrow_link.png) no-repeat 1px -24px;
}
#context ul{
  padding:  0 0 10px 0;
  margin: 0;
  list-style-type: square;
  list-style-position: inside;
}
#context ul li{
  padding:  0 0 5px 11px;
  list-style-type: none;
  background: url(../images/lister.gif) no-repeat 0 5px;
  list-style-position: inside;
}

#context form .form_row{
  display: block;
  margin: 11px 0;
  clear: left;
}
#context form label{
  width: 130px;
  float: left;
  color: #555;
  font-size: 9pt;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  padding: 3px 20px 0 0;
  margin: 0;
  letter-spacing: 0;
}
#context form .smallhinttxt{
  display: block;
  padding: 3px 0 0 155px;
  font-size: 0.9em;
}
#context form label.error{
  color: #e00000;
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 9px 180px;
  font-size: 0.9em;
}
#context form input.error, #context form textarea.error{
  color: #e00000;
  border: 1px solid #e00000;
  background: #fff1f3;
}

#context form label.small{
  width: 130px;
}

#context form input[type=text], #context form input[type=password],#context form textarea{
  width: 270px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #DDD;
  }
#context form input[disabled] {
  background: #DDD;
  border-color: #ccc;
}


#context table.partner img{
  float: none;
  margin: 0;
  padding: 28px 0 0 0;
}

#context table.partner tr td{
  margin: 0;
  padding: 0;
}
#context table.partner tr td a{
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0 5px 0 0;
  padding: 3px 0 4px 9px;
  display: block;
  background-position: 1px 9px;
}
/* @end */

/* @group catalog */
#catalog {
  padding: 25px;
  /*width: 630px;
  min-height: 250px;
  margin: 20px 0 0 30px;*/
}

#catalog .pagination {
  width: 100%;
}

#searchbar {
  display: block;
  margin-bottom: 9px;
}
#searchbar input{
  float: left;
  margin-right: 10px;
}
#searchbar .search-box {
  overflow: hidden;
}
#catalog td{
  padding: 5px;
  margin: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #aaa;
}
#catalog .social_btns table tr td:first-child {
    width: auto;
}
.book_thumb{
  height:  80px;
  margin: 4px 10px 5px 0;
}

.metainfo{
  font-size: 0.9em;
  color: #999;
}

#qrcode img{
  float:  right;
  margin: 0 7px 8px 0;
  padding: 0 0 1px 0;
  height: 130px;
  width: 130px;
}

#qrcode_big img{
  height: 300px;
  width: 300px;
}
#catalog td.bprice{
  text-align: right;
  font-weight: bold;
  width: 100px;
  padding-left: 8px;
  color: #333;
}

#catalog a.book_price:link{
  color: #66bbef;
  font-size: 1.2em;
  margin-bottom: 5px;
}
#catalog a.book_price:hover{
  color: #1b4d8b;
}

 .book_detail h1{
  font-size: 15pt;
  padding: 0;
  font-weight: bold;
}
 .book_detail h2{
  font-size: 13pt;
  font-weight: normal;
  font-style: normal;
}
 .book_detail h4{
  font-size: 10pt;
  color: #999;
  font-weight: normal;
  font-style: normal;
  padding: 0 10px 0 0; }

a.booktitle:link{
  font-size: 1.1em;
  font-weight:  bold;
  color: #1b4d8b;
}
a.booktitle:hover{
  color: #66bbef;
}
a.twitter-share-button:link {
    background: url("/custom_bbp/images/twitterbtn.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 20px;
    padding: 0;
    width: 67px;
}
a.twitter-share-button:hover {
    background: url("/custom_bbp/images/twitterbtn.png") no-repeat scroll 0 -21px transparent;
}


#catalog .facebook{
  display: block;
  margin: 7px 0;
  padding: 0;
}
a.fb_button_simple{
  padding: 3px;
  margin: 0;
  background-color: #eceef5;
  border: 1px solid #cad4e7;
  -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #3b5998;
    font-size: 8pt;
    background-position: 3px 3px;
}

/* @group pagination */

.pagination{
    display: block;
    width: 560px;
    padding: 4px 10px;
    margin: 5px 0;
    text-align: left;
    font-weight: bold;
    color: #0a518b;
  font-size: 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #66bbef;
}

.pagination ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.pagination ul li{
  list-style: none inside none;
  display: block;
  float: left;
}
.pagination a:link, .pagination a:visited{color: #1b4d8b; margin: 0 7px 0 0;}
.pagination a:hover, .pagination a:active, .pagination li.active a{color: #FFF;}


/* @end */


/* @end */

#footer{
  padding: 15px;
}

#google_optimizer{
  display: block;
  padding:  7px 0;
  margin: 15px 20px;
  color: #333;
  width: 250px;
  overflow: hidden;
  border-top: 1px solid #0a518b;
  border-bottom: 1px solid #0a518b;
}
#google_optimizer h2{
  padding: 0 0 5px 0;
  margin: 0;
  color: #0a518b;
  font-size: 1.2em;
}
#google_optimizer p{
  font-size: 1em;
  line-height: 1.1em;
  padding: 0;
  letter-spacing: 0.05em;
}
#google_optimizer .author, #google_optimizer .smalltxt{
  font-size: 8pt;
  line-height: 7pt;
  font-weight: normal;
  font-style: normal;
  color: #999;
}

.landings{
  width: 310px;
  padding: 0 0 0 130px;
  border-right:  1px solid #e6e2d8;
}

.landings a{
  font-size: 1.3em;
  color: #0a518b;
  font-style: italic;
}

.landings a:hover{
  color: #333;
}

.socialmedia{
  margin: 0;
  padding: 0 0 0 10px;
  width: 500px;
  display: block;
  overflow:  hidden;
  float: right;
}
.facebox{
  margin: 0;
  font-size: 0.9em;
  background: transparent;
  padding:  0;
  width: 480px;
  height: 133px;
  display: block;
  overflow: hidden;
}
.facebox iframe{
  margin: -40px 0 0 -1px;
}
.fbheader {
  display: block;
  padding:0 0 5px 5px;
  height: 25px;
  width: 500px;
  background: #FFF;
  z-index: 900;
  position: absolute;
}
.fbheader a:link{
  color: #0a518b;
}
.fbheader a:hover{
  color: #333;
}

.fbheader h2{
  padding: 0 0 0 5px;
  margin: 0;
  line-height: 11pt;
  font-size: 11pt;
  width: 400px;
  font-weight: bold;
}
.fbheader h2 span{
  font-size: 8pt;
}
.fbheader .fb_button_simple{
  width: 80px;
  text-align: right;
  height: 25px;
  overflow: hidden;
  display: block;
  float: right;
  padding: 0;
  background: none;
}
.fbheader .like_button_dark div.connect_widget_button_count_count{
  display: none;
}

.rounded{
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
.shadow{
  -moz-box-shadow: 2px 2px 4px #111;
  -webkit-box-shadow: 2px 2px 4px #111;
  box-shadow: 2px 2px 4px #111;
}

/* burger menu */

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #66bbef;
}

/* mailchimp newsletter */
#mc_embed_signup {
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}

#mce-success-response{
  margin-top: 180px !important;
  margin-bottom: 20px !important;
  position: absolute;
  width: 100% !important;
  background-color: #fff !important;
}

/* media-queries */

@media (max-width: 991px) {
  .navbar-brand img {
    width: 300px;
    height: 67px;
  }

  a#fblink:link, a#fblink:visited {
    width: 170px;
    background: url(../images/bbonfacebook_small.png) no-repeat 10px 0px;
  }

  #mainmenu {
    margin-bottom: 30px;
  }

}
/* xs */
@media (max-width: 767px) {
  body {
    background: #ecf2f6;
    margin-top: 0;
  }


  #top_menu a:link, #top_menu a:visited {
    color: #243574;
  }

  #mainmenu {
    background-color: #1e5492;
    height: 100%;
    margin-bottom: 0;
  }

  #mainmenu ul{
    margin-top: 10px;
    margin-bottom: 0;
    background: #1e5492;
    border: 0;
    box-shadow: none;
    height: 100%;
  }


  #logarea {
    margin-top: 30px;
  }

  .navbar {
    background-color: #1e5492;
    border: 0;
  }

  #mainmenu ul li a{
    width: 180px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border-left: 0px;
    font-size: 10pt;
    line-height: 16pt;
    margin-bottom: 5px;
  }

  .navbar-brand img {
    width: 300px;
    height: 67px;
  }

  .content {
    margin-top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #context {
    background-color: #ecf2f6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
  }

  #col_right {
    margin-top: 5px;
    padding-top: 0;
  }

  h1 {
    font-size: 20pt;
  }

  #catalog {
    margin: 10px 0 0 5px;
    min-height: 250px;
    width: 100%;
  }

  .pagination {
    width: 320px;
  }

  .pagination a:link, .pagination a:visited {
    margin-right: 3px;
  }

  #catalog td {
    padding: 2px;
  }

  #distributors p img{
    width: 420px;
  }


  header {
    background: #0a518b url(../images/header-bg-xs-1.jpg) repeat-x center top;
    padding-top: 10px;
  }

  #mc_embed_signup .mc-field-group input {
    width: 270px !important;
  }

}

.navbar-brand {
  height: auto;
}

@media (max-width: 450px) {
  .loginform input {
    margin-bottom: 8px;
  }

  .loginform input[type="submit"] {
    margin-right: 5px;
  }

  #top_menu a img {
    margin-left: 4px;
  }

  #distributors p img{
    width: 300px;
  }
}

/* Catalog styles */
@media (max-width: 767px){
  .product-listing .product {
    width: 100%;
  }

  #product-details-page .product-wrapper .img-wrapper,
  #product-details-page .product-wrapper .product-details {
    display: block;
  }

  #product-details-page .img-wrapper img {
    width: 100%;
    height: auto;
  }

  #product-details-page .img-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  #product-details-page .product-details {
    padding-left: 0;
  }

  .product-wrapper .book_thumb {
    width: 100px;
  }
}

@media (min-width: 768px){
  .product-wrapper .book_thumb {
    width: 150px !important;
  }
}

@media (min-width: 992px){
  .product-wrapper .img-wrapper .book_thumb {
    width: 180px !important;
  }
}

@media(min-width: 1200px){
  .container {
    max-width: 960px;
  }

  .product-wrapper .img-wrapper .book_thumb {
    width: 200px !important;
  }
}

@media(min-width: 768px) and (max-width: 991px){
  .product-wrapper .img-wrapper,
  .product-wrapper .product-details {
    display: block;
  }

  .product-wrapper .img-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
}

.e-brochure {
  padding: 10px 0;
  margin-top: 40px;
  margin-bottom: 15px;
  border-top: 1px solid #0091d1;
  border-bottom: 1px solid #0091d1;
}

.list-unstyled {
  list-style: none;
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.btn {
  padding: 5px 10px;
  border-radius: 4px;
}

.btn-warning {
  color: #000 !important;
  background-color: #efc85f;
}

.site-footer__grid {
  color: #FFF;
  background-color: #004479;
  padding-top: 30px;
  margin-top: 40px;
}

.site-footer__grid .row {
  overflow: hidden;
  margin: 0 -15px;
  padding: 0 15px;
  box-sizing: border-box;
}

.site-footer__grid p {
  margin-bottom: 5px;
}

.site-footer__grid__title {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
}

.site-footer__grid__logo {
  display: inline-block;
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 10px;
}

.site-footer__grid .btn-lg {
  font-weight: 600;
  font-size: 22px;
  padding: 16px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill:rgba(0, 0, 0, 1);transform:;-ms-filter:'%3E%3Cpath d='M21.822,7.431C21.635,7.161,21.328,7,21,7H7.333L6.179,4.23C5.867,3.482,5.143,3,4.333,3H2v2h2.333l4.744,11.385 C9.232,16.757,9.596,17,10,17h8c0.417,0,0.79-0.259,0.937-0.648l3-8C22.052,8.044,22.009,7.7,21.822,7.431z'%3E%3C/path%3E%3Ccircle cx='10.5' cy='19.5' r='1.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='19.5' r='1.5'%3E%3C/circle%3E%3C/svg%3E");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  padding-left: 40px;
  display: block;
}

.site-footer__grid ul a {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.site-footer__grid a:hover {
  color: #FFF;
}

.social-url {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-url__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.social-url__link {
  padding: 8px;
  border-radius: 3px;
  display: inline-block;
  background-color: #666666;
}

.social-url__link img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  color: #FFF;
  background-color: #222;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}


@media(max-width: 991px){
  #mainmenu {
    margin: 0;
    border: 0;
  }

  #mainmenu ul {
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
  #mainmenu ul li a {
    background: none;
    margin: 0;
    padding: 5px;
  }

  .navbar-default {
    background-color: #1e5492;
    border-radius: 0;
  }

  .navbar-header {
    width: 100%;
    float: none;
    display: block;
    background-color: #18467b;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-toggle,
  .navbar-collapse.in {
    display: block !important;
  }

  .navbar-nav {
    float: none !important;
  }

  .navbar-nav.shadow.rounded {
    box-shadow: none;
    border-radius: 0;
  }

  .nav>li {
    float: none;
  }

  .site-footer__grid__news {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
