* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f;
}
.cover {
    width: 100%;
    height: 100%;
    overflow: visible;
}
section[role=main] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
body {
    margin: 0!important;
}
body.active .main-box {
    height: auto;
    min-height: 100%;
}
.main-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eff2f4;
    overflow: hidden;
}
.sidebar-header {
    height: 70px;
    position: relative;
    background: #fff;
    left: 0 !important;
    z-index: 99999;
    top: 0;
    right: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.sidebar-icon {
    position: absolute;
    left: auto;
    right: 5%;
    top: 50%;
    height: 36px;
    width: 20px;
    line-height: 38px;
    margin-top: -18px;
}
.sidebar-icon i.fa-arrow-left {
    display: none;
}
.sidebar-icon i {
    color: #393939;
    font-size: 24px;
    cursor: pointer;
}
[class*=" fa-"], [class^=fa-] {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.information-box {
    margin: 0 30px;
    padding-bottom: 30px;
}
.information-box ul {
    margin-bottom: 30px;
}
.information-box ul, .information-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.information-box li font {
    display: block;
    float: left;
    background: #2cc0a7;
    line-height: 22px;
    color: #fff;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
}

.information-box li img {
    border: 3px solid #fff;
    height: 160px;
    float: none;
    margin: 0;
}
img {
    vertical-align: middle;
}

.information-box li span {
    margin: 20px 0 10px 0;
}

.information-box li span h3 {
    font-size: 18px;
    margin: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information-box li span em {
    font-style: normal;
    color: #888;
    display: block;
    margin: 12px 0;
}

.information-box li span em {
    font-size: 14px;
    display: block;
    margin: 12px 0;
}

.information-box li span em u {
    text-decoration: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.information-box li p {
    color: #555;
    line-height: 22px;
    margin: 0;
    height: 66px;
    overflow: hidden;
    display: block;
    text-indent: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.information-box li font:before {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 22px 5px 0 5px;
    border-color: #2cc0a7 transparent transparent transparent;
    top: 53px;
    left: 33px;
    transform: rotate(-40deg);
}
.information-box li font b {
    display: block;
    font-size: 26px;
    font-family: Helvetica;
    font-weight: normal;
}
.information-box li font u {
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.information-box li {
    margin-top: 35px;
}
.pagination-wrapper {
    margin: 20px 0;
}
.pagination {
    height: 34px;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px;
}
.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination li>a, .pagination li>span {
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    background-color: transparent;
}
.pagination li a {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}
footer {
    padding: 22px 20px;
}

.window-bin.foot, footer {
    height: auto;
    padding: 22px 20px;
    line-height: 30px;
    background: #393939;
    color: #eee;
    text-align: center;
    border: none !important;
}
input, textarea, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
    margin: 0;
    font: inherit;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
}
.btn-primary {
    color: #fff;
}
.btn-icon, .btn.icon {
    padding: 10px;
    line-height: 1em;
}

[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    -o-animation-name: slide-bottom;
    animation-name: slide-bottom;
}
.btn-primary, .met_pager a.Ahover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #2cc0a7;
    border-color: #2cc0a7;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.btn {
    border-radius: 6px;
}

.met-scroll-top {
    z-index: 999999999;
    right: 10px;
    bottom: 10px;
    left: auto !important;
    position: fixed;
}
.btn-icon .icon {
    margin: -1px 0 0;
}

.btn .icon {
    width: 1em;
    /* margin: -1px 3px 0; */
    line-height: inherit;
    text-align: center;
}
[class*=" wb-"], [class^=wb-] {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wb-chevron-up:before {
    content: "\f180";
}