h2 {
    margin-bottom: 40px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    margin-top: 30px;
}

.footer .footer-top {
    background-color: #333;
}

.footer .footer-bottom {
    background-color: #000;
}

.panel-control {
    margin-top: 15px;
    margin-bottom: 25px;
}

.header-project {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
    padding: 10px;
}

.filtration {
    position: relative;
    top: 16px;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 20px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    outline-style: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #ffcc33;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 204, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 204, 51, 0.6);
    background-color: rgba(255,204,51,0.1);
}