*{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
b{
    color: #586673;
    font-weight: bold;
}
h1{
    font-size: 26px;
    color: #596772;
    margin-bottom: 20px;
    font-weight: bold;
    background: #fff;
    padding: 10px 10px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
h2{
    font-size: 25px;
    font-weight: bold;
    color: #369aff;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}


h3#related-specials {
    background: #fff;
    padding: 5px;
}

.deal {
    background: #fff;
    position: relative;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #eee;
}

.deal .link-to-deal-a {
    margin-top: -30px;
    position: relative;
}

.deal-price-wrap h2.price {
    text-align: center;
}

h2.one_deal{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

h3{
    color: #2966b7;
    font-size: 22px;
}
h3 > a {
    font-size: 22px;
}
a{
    border: none;
}
a:active, a:hover{
    color: #145072;
}
img{
    border: none;
}
.button{
    padding: 5px 0;
    border-radius: 3px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    display: inline-block;
    width: 49%;
    float: right;
    text-align: center;
    margin-top: 2px;
   background: #eb525a; /* Old browsers */
   background: -moz-linear-gradient(left, #eb525a 0%, #eb525a 0%, #eb525a 49%, #f1db00 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(left, #eb525a 0%,#eb525a 0%,#eb525a 49%,#f1db00 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to right, #eb525a 0%,#eb525a 0%,#eb525a 49%,#f1db00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb525a', endColorstr='#f1db00',GradientType=1 ); /* IE6-9 */
    z-index: 1;
    -moz-box-shadow: inset 0 0 1px 0 #ffffbe;
    -webkit-box-shadow: inset 0 0 1px 0 #FFFFBE;
    box-shadow: inset 0 0 1px 0 #FFFFBE;
    color: #ffffff;
}
a:first-child > .button{
    float: left;
}
a > .button.disabled{
    background: none /*#8d8d8b*/;
    color: white!important;
}

body{
    background-color: #2668b2;
}
body > header{
    display: block;
    margin: 8px;
    padding: 10px 10px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
}
body > header > #first-row{
    position: relative;
    margin: 5px 0;
}
body > header > #first-row > a#logo{
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    width: 168px;
    margin-right: 5px;
}
body > header > #first-row > a#logo > img{
    width: 100%;
    height: 100%;
}
body > header > #search{
    position: relative;
}
body > header > #search > input[type="text"]{
    font-size: 18px;
    color: #8d8d8d;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 0 40px 0 10px;
    height: 35px;
    border: 2px solid #e3e8f0;
    width: 100%;
}
body > header > #search > input[type="submit"]{
    background: url(/static/images/search-button.png) no-repeat;
    width: 31px;
    height: 31px;
    float: right;
    text-indent: -32000px;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    border: 0;
}
body > header > #search > input[type="submit"]:hover,
body > header > #search > input[type="submit"]:active{
    /*background: url("/static/images/mobile_sprite.png") 0 -190px no-repeat #fea525;*/
}
#refine_button{
    padding-top: 6px;
    padding-bottom: 6px;
    width: 19%;
    height: 100%;
    font-size: 16px;
    margin: auto;
    color: white;
    border: 0;
}
body .g_ad{
    height: 50px;
}
body > #search_buttons{
    margin: 8px 8px 0;
    text-align: center;
}
body > #search_buttons > a > .button > h2{
    color: #ffffff;
    font-size: 16px;
}
body > #search_buttons > a > .button{
    margin: 0;
    display: inline-block;
    text-align: center;
    border: 0 none;
    width: 32%;
}
body > #search_buttons > a >.button {
    float: none;
}
body > #search_buttons > a:first-child > .button{
    float: left;
} 
body > #search_buttons > a:last-child > .button{
    float: right;
}
body > #search_buttons > a{
    text-decoration: none;
    color: #8d8d8d;
}
body > #content-wrapper{
    margin: 8px;
}
body > #content-wrapper > #content{
    padding: 10px 0;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*background-color: #ffffff;*/
}
body > #content-wrapper > #content > #page_selector,
body > #content-wrapper > #content > #sorting{
    display: block;
    width: 100%;
    line-height: 26px;
}
body > #content-wrapper > #content > #page_selector > select,
body > #content-wrapper > #content > #sorting > select{
    display: inline-block;
    width: 79%;
    height: 26px;
    color: #2966b7;
    font-size: 18px;
    font-weight: bold;
}
body > #content-wrapper > #content > #page_selector > select{
    width: 100%; 
}
body > #content-wrapper > #content > #img_catalogue{
    margin-top: 5px;
}
body > #content-wrapper > #content .popular-top-wrap > ul#categories {
  background: #fff;
  padding: 10px 10px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body > #content-wrapper > #content .popular-top-wrap > ul#categories > li{
    list-style: none;
    padding: 8px 6px;
}
body > #content-wrapper > #content .popular-top-wrap > ul#categories > li:nth-child(odd){
    background-color: #f3f7fa;
}
body > #content-wrapper > #content .popular-top-wrap > ul#categories > li > a{
    text-decoration: none;
}
body > #content-wrapper > #content .popular-top-wrap > ul#categories > li > a:active > h2,
body > #content-wrapper > #content .popular-top-wrap > ul#categories > li > a:hover > h2{
    color: #689dc5;
}
body > #content-wrapper > #content > a.catalogue{
    display: inline-block;
    text-decoration: none;
    /*
     * XXX: This broke Opera for Android with compression enabled
     * min-width: 265px;
     */
    max-width: 49% !important/*425px*/;
    width: 100% !important;
    padding: 15px 10px;
    border-bottom: 1px solid #dbe7f2;
    background: #fff;
}
body > #content-wrapper > #content > a.catalogue:last-child{
    border-bottom: none;
}
body > #content-wrapper > #content > a.catalogue > h3{
    margin-left: 115px;
    margin-bottom: 15px;
}
body > #content-wrapper > #content > a.catalogue > p{
    color: #666f78;
    margin-left: 115px;
}
body > #content-wrapper > #content > a.catalogue > .expired{
    color: red;
}
body > #content-wrapper > #content > a.catalogue > .catalogue_img{
    position: relative;
    float: left;
}
body > #content-wrapper > #content > a.catalogue > .catalogue_img > .expired_label{
    position: absolute;
    top: 50px;
    width: 100%;
    z-index:1;
}

.retailer_inline_form-wrap {
  margin-top: 20px;
}

body > #content-wrapper > #retailer_inline_form{
    margin-top: 8px; 
    background-color: white;
    padding: 10px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

body > #content-wrapper > #catalogue-buttons{
    margin: 8px;
    text-align: center;
}

body > #content-wrapper > #catalogue-buttons > a{
    text-decoration: none;
    color: #FFFFFF;
}
body > #content-wrapper > #catalogue-buttons > a > .button{
    margin: 0;
}
body > #content-wrapper > #content > #store > .region-title{
    display: block;
    border-radius: 3px;
    -o-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: #F4F7F9;
}
body > #content-wrapper > #content > #paginator > a > .button{
    border: 0px;
    margin-top: 10px;
}
body > #content-wrapper > #content > #paginator > a,
body > #content-wrapper > #content > #paginator > a{
    color: #FFFFFF;
    text-decoration: none;
}
body > #content-wrapper > #content > #paginator > a > #next-page{
    float: right;
}
body > #content-wrapper > #content > #paginator > a > #prev-page{
    float: left;
}
body > #content-wrapper > #content > #paginator > a > #next-page > i#next-arrow{
    background: url("/static/images/mobile_sprite.png") 0 -80px no-repeat;
}
body > #content-wrapper > #content > #paginator > a > #prev-page > i#prev-arrow{
    background: url("/static/images/mobile_sprite.png") 0 -96px no-repeat;
}
body > #content-wrapper > #content > .deal{
    min-height: 100px;
    margin: 18px 0;
    padding: 15px;
    text-decoration: none;
    display: block;
    background: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}
body > #content-wrapper > #content > .deal:last-child{
    border-bottom: none;
}
body > #content-wrapper > #content > .deal > h3{
    text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
    padding: 7px 0 0 0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
body > #content-wrapper > #content > .deal > .product{
    float: left;
    margin-top: 10px;
}
body > #content-wrapper > #content > .deal > .product > img{
    padding: 10px;
    border: 1px solid #dbe7f2;
}
body > #content-wrapper > #content > .deal > .price{
    padding-top: 0px;
    margin-left: 0;
    color: #3599ff;
    position: absolute;
    top: 35px;
    text-align: right;
    left: 144px;
    width: auto;
}
body > #content-wrapper > #content > .deal > .similar{
    display:block;
    margin-left: 130px;
    color: #2966b7;
}
body > #content-wrapper > #content > .deal > .expired,
body > #content-wrapper > #content > .deal > .expires{
    display: inline-block;
    font-size: 14px;
    color: #586673;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
}
body > #content-wrapper > #content > .deal > .expired{
    color: red;
}
body > #content-wrapper > #content > .deal > .categories{
    margin-left: 130px;
    margin-bottom: 10px;
    margin-top: 38px;
}
body > #content-wrapper > #content > .deal > .categories > .supplier{
    vertical-align: middle;
    float: left;
    margin-right: 3px;
    margin-top: 3px;
}
body > #content-wrapper > #content > .deal > .categories > a{
    color: #888b89;
    float: left;
    text-decoration: none;
    background-color: #f9ef53;
    padding: 4px;
    margin-right: 3px;
    margin-top: 3px;
    font-size: 12px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
body > #content-wrapper > #content > .deal > .categories > a.retailer{
    width: auto;
    height: auto;
    background: none;
    border: none;
}
body > #content-wrapper > #content > .deal > .categories > a:hover,
body > #content-wrapper > #content > .deal > .categories > a:active{
    color: #145072;
}
body > #content-wrapper > #content > #cities > .list{
    list-style-type: none;
}
body > #content-wrapper > #content > #cities > .list > li{
    border-bottom: 1px solid #333;
}
body > #content-wrapper > #content > #cities > .list > li > a{
    text-decoration: none;
}
body > #content-wrapper > #content > #cities > .list > li{
    padding-top:.6em;
    padding-bottom:.6em;
}
body > #content-wrapper > #content > #cities > .list_header{
    margin-top:.6em;
}
body > #content-wrapper > #content > #big-deal > #expired_deal{
    text-align: center;
    color: #CE1928;
    margin: 10px 0;
    border: 1px solid #FF9797;
    background-color: #FECCCB;
    padding: 10px;
    margin-top: 0;
      border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
}
body > #content-wrapper > #content > #big-deal > #expired_deal > a{
    color: #567C9D;
}
body > #content-wrapper > #content > #big-deal > .product{
    padding: 10px;
}
body > #content-wrapper > #content > #big-deal > .product > a > img{
    padding: 10px;
    border: 1px solid #dbe7f2;
}
body > #content-wrapper > #content > #big-deal > .product > a{
    color: #2966b7;
}
body > #content-wrapper > #content > #big-deal > .price{
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #fb8302;
}
body > #content-wrapper > #content > #big-deal > .expired,
body > #content-wrapper > #content > #big-deal > .expires{
    margin-bottom: 29px;
    color: #858f98;
    font-size: 14px;
}
body > #content-wrapper > #content > #big-deal > .expired{
    color: red;
}
body > #content-wrapper > #content > #big-deal > .supplier{
    margin-bottom: 25px;
    font-size: 14px;
}
body > #content-wrapper > #content > #big-deal > .supplier img{
    vertical-align: middle;
}
body > #content-wrapper > #content > #big-deal > .one_deal{
    color: #7d8287 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

body > #content-wrapper > #content > #big-deal > .deal-info{
    border: 1px solid #EFF3F6;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin-top: 10px;
    float: left;
    display: block;
    font-family: Arial,​sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #2966b7;
}

body > #content-wrapper > #content > #big-deal > .deal-info > span{
    font-size: 22px;
}

body > #content-wrapper > #content > #big-deal > .deal-info > .deal-price{
    float: right;
    color: #FB8301;
    display: block;
}

body > #content-wrapper > #content > #closest-stores,
body > #content-wrapper > #content > #related-specials{
    padding-top: 15px;
    padding-bottom: 5px;
    color: #596774;
}
body > #content-wrapper > #content > .branch{
    border-bottom: 1px solid #dbe7f3;
}
body > #content-wrapper > #content > .branch > a {
    text-decoration: none;
}
body > #content-wrapper > #content > .branch > a > h3{
    padding-top: 15px;
    padding-bottom: 10px;
}
body > #content-wrapper > #content > .branch > .address{
    padding-bottom: 15px;
}
body > #content-wrapper > #content > .branch > .phone{
    color: #2966b7;
    padding-bottom: 15px;
}
body > #content-wrapper > #content > .branch > .phone > strong{
    color: #000000;
}
body > #content-wrapper > #content > .branch > .phone > a{
    color: #2966b7;
}
body > #content-wrapper > #content > .branch > .phone > a:hover{
    color: #145072;
}
body > #content-wrapper > #content > .expired_label{
    margin-top: 10px;
}
#retailers-catalogues{
    border-bottom: 1px solid #DBE7F3;
}
#retailers-catalogues > .catalogue{
    display: inline-block;
    padding-left: 5px;
}
#retailers-catalogues > .catalogue:first-child{
    padding-left: 0;
}
body > footer{
    display: block;
    margin-bottom: 60px;
}
body > footer > #ad-wrapper{
    margin: 0 auto;
    text-align: center;
}
body > footer > #bottom-links{
    text-align: center;
    color: #fff;
    margin-top: 8px;
}
body > footer > #bottom-links > a{
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clearfix{
    clear: both;
}
.icon{
    display: inline-block;
    width: 16px;
    height: 16px;
}

.expired,
.expires {
    margin-top: 15px;
    color: #1e385a;
    text-align: center;
}

.supplier {
    text-align: center !important;
    margin-top: 15px;
}
.retailer{
    display: inline-block;
    height: auto;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #2966b7;
    border-bottom: 1px solid #DBE7F2;
    padding-bottom: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
}
#suppliers{
    border-bottom: 1px solid #DBE7F2;
}
#suppliers > .retailer{
    margin-bottom: 0;
    padding-top: 2px;
}

#id_filters{
    padding-left: 8px;
    color: #567C9D;
}
#id_filters > ul > li {
    margin-bottom: 2px;
    line-height: 2em;
}
#id_filters > #reset_range {
    display:none;
}
#id_filters > #reset_label {
    margin-left: 18px;
    margin-bottom:20px;
}
#id_filters > .radio {
    margin-top: 10px;
    margin-bottom: 10px;
}
#id_filters > label{
    font-size: 20px;
}
.checkboxes_list > li,
#id_filters > ul > li{
    list-style: none;
    padding-bottom: 2px;
}
.checkboxes_list > li.even{
    background: #F4F7F9;
}
#id_filters > .button{
    width: 100%;
    z-index:auto;
}
#id_retailer_alert > ul > li {
    padding: 0 8px;
    margin-bottom: 2px;
    line-height: 2em;
    list-style: none;
    padding-bottom: 2px;
}
#id_retailer_alert > ul > li select,
#id_retailer_alert > ul > li input{
    width: 100%;
}
#id_retailer_alert > ul > li > ul {
    color: red;
}
#expired_header{
    padding: 10px 10px 10px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #5893BF;
}
#expired_header > h2{
    color: #ffffff;
}
.expired_label{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: red;
    width: 100%;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}
.grayscaled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
#unique-token{
    margin-top: 5px;
    text-align: center;
    color: #2966b7;
}
#ad_wrapper{
    text-align: center;
    position: fixed; /* added to support older browsers */
    position: -webkit-sticky; /* Safari */
    position: sticky;
    z-index: 2147483647;
    bottom: 0;
    width: 100%;
}
div[id^=banner]{
}
.mobile-ads{
    text-align: center;
    margin: 10px auto 0;
}

@media (min-width: 480px){
    body > header > #first-row > #location{
        margin-top: 4px;
    }
      body > header > #first-row > #location a{
          color: #2966b7;
      }

    body > #content-wrapper > #content > a.catalogue{
        height: 190px;
    }
    body > #content-wrapper > #content > #big-deal > .product{
        float: left;
        text-align: center;
    }
    body > #content-wrapper > #content > #big-deal > .price{
        margin-left: 210px;
    }
    body > #content-wrapper > #content > #big-deal > .expires{
        margin-left: 210px;
    }
    body > #content-wrapper > #content > #big-deal > .supplier{
        margin-left: 210px;
    }
}



/* burger menu styles -- hamburger*/
.burger-menu {
  width: 66px;
  float: left;
  /*border-right: 1px solid #f0f2f7;*/
  margin-right: 7px;
  height: 80px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 11;
}

  .burger-menu  .box-shadow-menu {
  }

    .burger-menu button {
      background:none;
      line-height:45px;
      padding:5px 15px 0px 15px;
      color: #3e425a;
      border:0; 
      font-size: 30px;
      font-weight:normal;
      outline:none;
      margin: 15px 0 0 0;
      cursor: pointer;
    }

    .burger-menu button.cross {
      font-size: 40px;
      margin-top: 30px;
      color: #fff;
    }

  /*Top menu items*/
  .burger-menu-items-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: -15px;
    width: auto;
    background: #2966b7;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 3px;
    z-index: 10;
    left: -10px;
    right: -10px;
  }

  .burger-menu-items-wrap ul {
    list-style: none; 
    padding: 90px 0 60px 80px;

  }
    .burger-menu-items-wrap ul li {
      margin: 25px 0;
    }
       .burger-menu-items-wrap ul li.mobile-logout {
        margin: 50px 0 0 -30px;
       }
       .burger-menu-items-wrap ul li.mobile-logout a {
        background: url(/static/images/logout.png) no-repeat left center;
        padding-left: 30px;
        background-size: 25%;       
      }
      .burger-menu-items-wrap ul li a {
        padding: 5px 0;
        color: #fff;
        cursor: pointer;
      }


/*Change select drop down*/
body select {
  -webkit-appearance: none;
  background: url(/static/images/dropdown_icon.png) no-repeat 99.99% 0px;
  padding: 5px 3px 4px 5px;
  height: auto !important;
  border-radius: 15px;
  width: 79%;
}

.popular-top-wrap select {
    /*width: 100%;*/
}

.popular-top-wrap #page_selector select {
  width: 100% !important; 
  padding-right: 40px;
}
/*Popular products*/
.popular-top-wrap {
  background: #fff;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px 10px;
  position: relative;
}


/*Changes to deals page*/
.popular-top-wrap.closest-stores-wrap {
    margin-top: 35px;
}

.product {
    margin-top: 20px;
    text-align: center;
}

.link-to-deal-a,
.add-retail-alert-deal {
    padding-top: 6px;
    padding-bottom: 6px; 
    border-radius: 3px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    display: inline-block;
    width: 110px;
    float: right;
    text-align: center;
    font-weight: normal;    
    text-decoration: none;
    margin-top: 2px;
    background: #eb525a;
    background: -moz-linear-gradient(left, #eb525a 0%, #eb525a 0%, #eb525a 49%, #f1db00 100%);
    background: -webkit-linear-gradient(left, #eb525a 0%,#eb525a 0%,#eb525a 49%,#f1db00 100%);
    background: linear-gradient(to right, #eb525a 0%,#eb525a 0%,#eb525a 49%,#f1db00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb525a', endColorstr='#f1db00',GradientType=1 );
    z-index: 0;
    -moz-box-shadow: inset 0 0 1px 0 #ffffbe;
    -webkit-box-shadow: inset 0 0 1px 0 #FFFFBE;
    box-shadow: inset 0 0 1px 0 #FFFFBE;
    color: #ffffff;   
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px; 
}


.deal-description {
    margin-top: 10px;
    text-align: center;
}

.block-adblock-mobileblock-1 {
  max-width: 100% !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 25px !important;
  display: inline-block;
  position: relative;
  overflow-y:hidden;
  width: 100%;
}

#filtering {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes ticker {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes ticker {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.marquee {
    font-size: 16px;
    font-weight: 700;
    color: #fdfdfd;
    background: #010101;
    margin: 12px 0;
    height: 20px;

    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span {
    padding: 0 6px;
    background: #fb0007;
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 20px;
}

.marquee p {
    margin: 0 auto;
    height: 20px;

    display: inline-block;
    padding-left: 85%;
    -webkit-animation: ticker 15s infinite linear;
    -moz-animation: ticker 15s infinite linear;
    animation: ticker 15s infinite linear;
}

.marquee p:hover {
    animation-play-state: paused;
}



p.line-after {
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #536280;
}
.line-after:after {
  background-color: #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 0.5em;
  margin-right: -50%;
}
