html,
body {
    width:100%;
    height:100%;
    padding:0;
    margin-left:0;
    margin-right:0;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: Arial, sans-serif;
    overflow:hidden;
    font-family: 'interstateregular', Arial, sans-serif;
}

a{
    color: #252525;
    text-decoration: none;
}

a:hover, a:focus{
    color: #00346D;
    text-decoration: none;
    outline: 0;
}


img {
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
    -ms-user-select: none;
    user-select: none;
    /*-webkit-user-drag: none;*/
    user-drag: none;
}
.img-responsive {
    width: 100%;
}

.img-center{
    margin-left:auto;
    margin-right:auto;
    left:auto;
    right:auto;

}
.noscroll{
    overflow:hidden;
}

section{
    position: relative;
}

/*.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.80);
    z-index: 2;
}*/

p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
}


ul li{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
    list-style-type: square;
}

.easy-all {
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.white{
    color:#ffffff;
}

.container {
    position: relative;
    z-index: 3;
}

section .container{
    padding-top:100px;
    padding-bottom:100px;
}

.dottedSep{
    padding-top:40px;
    padding-bottom:40px;
}

.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}
.textLight {
    font-weight: 100;
}
.bold {
    font-weight: bold;
}
.uppercase {
    text-transform: uppercase;
}

h1, .h1{
    font-size:36px;
    font-weight: bold;
}

h2, .h2{
    font-size:23px;
    font-weight: 400;
}

h3, .h3{
    font-size:30px;
}

h4, .h4{
    font-size:18px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.container .row h1{
    margin-bottom:60px;
    position: relative;
    padding-bottom: 30px;
}

.anLineA,
.anLineT,
.anLineF {
    width: 0;
    height: 4px;
    background:#D1D1D1;
    display: block;
    margin-top: 30px;
}
.line{
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
}
.line:after {
    content: " ";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #002A57;
    left: 50%;
    margin-left: -30px;
}

.btn-default {
    color: #333;
    background-color: rgba(255,255,255,0.3);
    border:0;
    /*-webkit-transition: all 300ms ease-in-out;*/
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-white {
    color: white;
    background-color: transparent;
    border:0;
}

.white.btn-default {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    border:#252525;
    margin-top: 10px;
}

.btn-default:hover{
    background-color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
    color:white;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 4px double #fff;
    border-radius: 0px;
    font-weight: 700;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:2px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}


/* NAVBAR */

.navbar-default .navbar-nav > li{
    font-weight: 700;
    font-size:17px;
    letter-spacing:1px;
    padding-top:25px;
    padding-bottom:25px;
}

.navbar-default .navbar-nav > li:last-child > a,
.navbar-default .navbar-nav > li:nth-child(5) > a{
    text-transform: none;
}


.navbar-default {
    background-color: #00346d;
    border-color: transparent;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }



}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}


.logoNav{
    margin-top: 35px;
}

.navbar-nav {
    float: none;
    margin: 0;
}

.leftNav{
    float:right;
}

#trigger-overlay {
    cursor: pointer;
}

/*navbar effect available on screens where the menu doesnt toggle*/

@media screen and (min-width: 700px){
    .navbar-default .navbar-nav > li > a{
        margin:0;
        position:relative;
    }

    .navbar-default .leftNav > li > a::before {
        position: absolute;
        width: 80%;
        height: 4px;
        left: 10%;
        top: -24px;
        margin-top: -1px;
        background: #fff;
        content: '';
        z-index: -1;
        opacity: 0;

        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        pointer-events: none;
    }

    .navbar-default .leftNav > li > a:hover,
    .navbar-default .leftNav > li > a:focus {
        color: #fff;
    }

    .navbar-default .leftNav > li > a:hover::before,
    .navbar-default .leftNav > li > a:focus::before {
        opacity: 1;
    }

    .navbar-default .leftNav > li > a:hover::before,
    .navbar-default .leftNav > li > a:focus::before {
        background: #ffffff;
    }

}




.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;

    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px 0 0;
    font-size: 10px;
    text-align: left;
    list-style: none;
    background-color:#1C1C1C;
    background-clip: padding-box;
    border:0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);

}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;

    font-weight: 700;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:1px;
    padding-top:10px;
    padding-bottom:10px;
}


.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #676767;
}

@media (max-width: 766px) {
    .leftNav {
        float: left;
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a::before,
    .navbar-default .navbar-nav > li > a::after {
        height: 0px;
    }

    .navbar-default .navbar-nav > li {
        text-align: center;
        padding-top: 0px;
        padding-bottom:0px;
    }

    .navbar-collapse.in {
         overflow-y: visible;
    }

    .navbar-default .navbar-nav > li > a::before,
    .navbar-default .navbar-nav > li > a::after {
        position: relative;
        width: 0%;
        left: 10%;
        height: 0px;
        margin-top: -1px;

        content: '';
        z-index: -1;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #1c1c1c;
        border: 0;
        box-shadow: none;

    }

    .navbar-nav .open .dropdown-menu li{
        list-style-type: none;
        text-align: center;
    }



}


.navbar-default  .dropdown-menu li{
    list-style: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #000;
}

/* intro */
#intro {
    padding-top: 100px;
    overflow: hidden;
    position: relative;
}

#intro .shape-1  {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.5;
}
#intro .shape-2  {
    position:  absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.4;
}
#intro .shape-3  {
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    opacity:  0.4;
}

#intro .introText {
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28)
}
#intro .introText h1 {
    font-size: 52px;
    font-weight: bold;
}
#intro .introText h2 {
    font-size: 34px;
    font-weight: 100;
}

#intro .introText .action-btn {
    font-weight: bold;
    font-size: 28px;

    border-left: 4px solid #fff;
    padding: 15px 25px;
    margin-top: 15px;
    color: #fff;
    display: inline-block;
}

#intro .introText .action-btn:hover {
    padding-left: 40px;
}
.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Company overlay style */
/* Overlay style */

/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(/img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 9999;
}

.overlay .container {
    text-align: center;
    position: relative;
    top: 40%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay img {
    display: block;
    margin: auto;
    padding: 10px 50px;
}

.overlay a {
    font-size: 18px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay a:hover,
.overlay a:focus {
    color: #000;
}
.comp-item {
    margin-bottom: 20px;
}
/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
    z-index: 9998;
    overflow-y: auto;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 10px;
    overflow: hidden;
    border: none;
    background: url(/img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
}

.overlay .container {
    text-align: center;
    position: relative;
    top: 50%;
    height: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay img {
    display: block;
    margin: auto;
    padding: 10px 60px;
}

.overlay a {
    font-size: 18px;
    font-weight: 300;
    display: block;
    color: #000;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    padding-bottom: 10px;
}
.overlay a span {
    padding-top: 10px;
    position: relative;
    display: block;
}
.overlay a span:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 80px;
    height: 4px;
    background: #ccc;
    left: 50%;
    margin-left: -40px;
}

.overlay a:hover,
.overlay a:focus {
    color: #333;
}
.comp-item {
    margin-bottom: 20px;
}
/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}


/* about section */

#about{
    background: #ffffff;
}
.about-item h2{
    margin-top: 0; 
}
.about-item p {
    padding-left: 100px;
    font-size: 15px;
    color: #777f7f;
}
.about-icon {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    background: #00346D;
    margin-right: 20px;
}
.sprite {
    background-image: url(/img/about/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.sprite-administration {
    background-position: -5px -5px;
}

.sprite-briefcase {
    background-position: -95px -5px;
}

.sprite-chart {
    background-position: -5px -95px;
}

.sprite-shield {
    background-position: -95px -95px;
}

.sprite-signpost {
    background-position: -185px -5px;
}

.sprite-wallet {
    background-position: -185px -95px;
}
.about-icon-administration{
    background-image: url('/img/about/administration.png');
}
.about-icon-briefcase{
    background-image: url('/img/about/briefcase.png');
}
.about-icon-chart{
    background-image: url('/img/about/chart.png');
}
.about-icon-shield{
    background-image: url('/img/about/shield.png');
}
.about-icon-signpost{
    background-image: url('/img/about/signpost.png');
}
.about-icon-wallet{
    background-image: url('/img/about/wallet.png');
}

/* today section */
#today{
    background: #f7f7f7;
}
#today .todayPerc {
    color: #c9c9c9;
    font-size: 52px;
    margin-bottom: -10px;
    margin-top: 10px;
    display: inline-block;
}
#today h2{
    margin-bottom: 30px;
}
.today-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9980;
    left: 0;
    top: 0;

    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.hover-content {
    background: rgba(0,52,109,0.99);
    height: 100%;
    padding: 30px;
    text-align: center;
}
.hover-content-corner {
    background: rgba(255,156,33,0.99);
    height: 100%;
    padding: 30px;
    text-align: center;
}
.hover-content-montenomaks {
    background: rgba(219,23,48,0.99);
    height: 100%;
    padding: 30px;
    text-align: center;
}
.hover-content-beta-dist {
    background: rgba(194,0,47,0.99);
    height: 100%;
    padding: 30px;
    text-align: center;
}

.hover-content h2{
    color: #fff;
}
.hover-content p {
    color: #fff;
}
.hover-content img{
    padding: 10px 30px;
}

.item-1:hover .hover-overlay,
.item-2:hover .hover-overlay,
.item-3:hover .hover-overlay,
.item-4:hover .hover-overlay,
.item-5:hover .hover-overlay {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.square-box{
    position: relative;
    max-width: 720px;
    background: #00346D;
}
.square-box:after{
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #00356d transparent transparent transparent;
}
.box-corner:after{
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #ff9c21 transparent transparent transparent;
}
.box-montenomaks:after{
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #db1730 transparent transparent transparent;
}
.box-beta-dist:after{
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #c2002f transparent transparent transparent;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    padding: 30px;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}
.square-content img {
    margin: auto;
}
.box-company-last {
    background: #333;
    color: #fff;
    padding: 30px;
    /* height: 493px; */
    margin-top: 30px;
}
.box-corner {
    background: #ff9c21;
}
.box-montenomaks {
    background: #db1730;
}
.box-beta-dist {
    background: #c2002f;
}
.box-company-last p {
    color: #fff;
    font-size: 15px;
}


#todayNelt {
    background: #ffffff;
}
#todayNelt h2{
    margin-bottom: 30px;
}

.small {
    background-image: url(/img/logos/small/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.small-angola {
    width: 53px;
    height: 25px;
    background-position: 0 0;
}

.small-banim {
    width: 92px;
    height: 25px;
    background-position: -53px 0;
}

.small-jss {
    width: 46px;
    height: 25px;
    background-position: -145px 0;
}

.small-mozamb {
    width: 53px;
    height: 25px;
    background-position: -191px 0;
}

.small-neoplanta {
    width: 38px;
    height: 25px;
    background-position: -244px 0;
}

.small-takolako {
    width: 143px;
    height: 25px;
    background-position: -282px 0;
}

.small-zambia {
    width: 53px;
    height: 25px;
    background-position: -425px 0;
}
.small-cenej {
    width: 56px;
    height: 25px;
    background-position: -478px 0;
}


.perc-box{
    position: relative;
    width: 80px;
    background: #00346d;
    float: left;
    margin-right: 20px;
}
.perc-box:after{
    content: ' ';
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -4px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #00356d;
}
.perc-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.perc-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.perc-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.perc-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.todayNelt-item {
    height: 80px;
    margin-bottom: 20px;
}


/*progress*/

.progress {
    border-radius: 0;
    margin-bottom: 0;
}
.progress-bar {

    background-color: #c9c9c9;

}

/*google map*/

#map {
    width: 100%;
    height: 700px;
    overflow: hidden;
}


/*footer*/
#footer p{
    color: #fff;
}
#footer .topLine{
    margin:0 auto;
    background-color:#00346d;
    color: #fff;
}

#footer .footerLogo{
    margin-top:40px;
    margin-bottom:40px;
}

#footer .bottomLine{
    padding:20px;
    margin:0 auto;
    background-color:#002a57;
    color: #fff;
}

.bottomLine p{
    padding:5px;
    font-size:12px;
}

.bottomLine .footerSocialIcons{
    padding:20px;
}

.socialN {
    background-image: url(/img/social.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.socialN-fb {
    width: 80px;
    height: 80px;
    background-position: -5px -5px;
}
.socialN-fb:hover {
    background-position: -5px -95px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}

.socialN-gplus {
    width: 80px;
    height: 80px;
    background-position: -95px -5px;
}
.socialN-gplus:hover {
    background-position: -95px -95px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}

.socialN-in {
    width: 80px;
    height: 80px;
    background-position: -185px -5px;
}
.socialN-in:hover {
    background-position: -185px -95px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.socialN-yt {
    width: 80px;
    height: 80px;
    background-position: -275px -5px;
}
.socialN-yt:hover {
    background-position: -275px -95px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.footerSocialIcons{
    list-style:none
}

.footerSocialIcons li{
    display:inline;
    margin:0 10px;
}

.footerSocialIcons li a{
    color:white;
}



/*Financial Reports*/

#financialReports {
    background: #f7f7f7;
}

/* isotope buttons */
.btn-default.btn.is-checked {
  color: white ;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
  background: #00346D;
}

/* ---- button-group ---- */
.filters-button-group {
    margin-bottom: 50px;
}
.filters-button-group .btn-default{
    background: #dadada;
}


/* ---- .pdf-item ---- */

.pdf-item {
  margin-bottom: 30px;
}
.dtable {
    display: table;
}
.dtablecell {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}
.pdf-icon {
    background: #bb0706;
    background-image: url(/img/pdf-doc.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}
.pdf-icon:after {
    border-color: transparent transparent transparent #bb0706;
}