
* {
    text-rendering: geometricprecision;
}
.TabList .HeaderWrap li a {
    display: block;
    white-space: nowrap;
}
.TabList .HeaderWrap li span {
    display: block;
    white-space: nowrap;
}
.TabList {
    border-radius: 5px 0 0;
    margin: 5px 0 10px;
}
.TabList .HeaderTitle {
    background: #fff url("images/bar1.png") no-repeat scroll left center;
    border-bottom: 3px solid #0087d2;
    height: 35px;
}
.TabList .HeaderTitle span {
    color: #fb8109;
    font: bold 11pt/35px arial;
    padding-left: 40px;
    text-transform: uppercase;
}
.TabList ul.HeaderWrap {
    background: #fff url("images/bar1.png") no-repeat scroll left center;
    border-radius: 5px 0 0;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.TabList .HeaderWrap .NormalTab {
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
    cursor: pointer;
    float: left;
    height: 27px;
    transition: all 0.8s ease 0.2s;
}
.TabList .HeaderWrap .ActiveTab {
}
.TabList .HeaderWrap .NormalTab:hover {
    background: rgba(0, 0, 0, 0) url("images/bar.png") repeat-x scroll center top;
}
.TabList .HeaderWrap .NormalTab:hover .text {
    color: #ffffff;
    font: bold 9pt/28px arial;
}
.TabList .HeaderWrap .ActiveTab .text {
    color: #ffffff;
    display: inline-block;
    font: bold 9pt/29px arial;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    white-space: nowrap !important;
}
.TabList .HeaderWrap .NormalTab .text {
    color: #034fa5;
    display: inline-block;
    font: bold 9pt/29px arial;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}
.TabList .Wrap {
    border: 1px solid #ddd;
    padding: 5px 0 0;
    text-align: justify;
}
.TabList .Wrap .Container {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.TabList .Wrap .Container .Item {
    display: inline-block;
    float: left;
    margin: 5px 7px;
    vertical-align: top;
    width: 158px;
}
.TabList .Wrap .Container .Item .item_title{
    padding-top:5px;
}
.TabList .Wrap .Container .Item:hover .image {
    border: 2px solid #1990e9;
}
.TabList .Wrap .Container .Item .image {
    border: 2px solid #c0c0c0;
    height: 100px;
    transition: all 0.3s ease 0.1s;
    width: 158px;
}
.TabList .Wrap .Container .Item p {
    color: #424242;
    display: none;
    text-align: justify;
}
.TabList .Wrap .Container .Item h2 {
    color: #424242;
    font: 10pt arial;
    text-align: justify;
}
.TabList .Wrap .Container .Item:hover h2 {
    color: #166ad3;
}
.TabList .TabListPage {
    padding: 0 10px 10px;
    text-align: right;
}
.TabList .TabListPage .CurrentPage {
    font: bold 10pt arial;
    margin-right: 5px;
    background: #359bed;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
}
.TabList .TabListPage .ButtonPage {
    font: 10pt arial;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    background: #e4e4e4;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #111;
}
@media only screen and (min-width: 769px){
.TabList ul.HeaderWrap {
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    display: flex !important;
}
} 
@media only screen and (max-width: 768px){
.TabList ul.HeaderWrap {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    width: 100%;
    display: flex !important;
}
} 
