
.banners__area .container__wrapper {
    max-width: 1008px;
}
@media only screen and (min-width: 1520px) {
.banners__area .container__wrapper {
    max-width: 1220px;
}
}
@media only screen and (max-width: 1008px) {
.banners__area .container__wrapper {
    padding-left: 0;
    padding-right: 0;
}
}
.banner__content {
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
}
.banner__content > span {
    display: block;
    text-align: center;
}
.banner__intro {
    color: #464646;
    font-family: "CoreSansA45Regular-Italic",Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
}
.banner__call {
    color: #464646;
    font-family: "CoreSansA45Regular-Italic",Arial,Helvetica,sans-serif;
    font-size: 30px;
    line-height: 48px;
    margin: 9px 0 27px;
}
.banner__highlighted {
    color: #a90641;
}
.banner__button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #464646 -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 2px medium;
    color: #464646;
    display: block;
    font-family: "CoreRhino65Bold";
    font-size: 14px;
    line-height: 34px;
    margin: 0 auto;
    max-width: 140px;
    padding: 0 9px;
    text-decoration: none;
    text-transform: uppercase;
}
.is--chrome .banner__button {
    /*height: 38px;
    line-height: 38px;*/
}
.banner__button:hover {
    color: #a90641;
}
.banners__aux {
    margin: 0 -2px;
    overflow: hidden;
    padding-top: 4px;
}
.banner__container {
    background: none repeat scroll 0 0 #2f3238;
    overflow: hidden;
    position: relative;
}
.banner__container a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.banners__aux img {
    backface-visibility: hidden;
    display: block;
    height: auto;
    max-width: 100%;
    min-height: 100%;
    position: relative;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    vertical-align: middle;
}
.banner__container:hover {
    background: none repeat scroll 0 0 #2f3238;
}
.banner__container:hover img {
    opacity: 0.4;
    transform: scale3d(1.1, 1.1, 1);
}
.banner__aux__column {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #fff;
    border-image: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-style: none solid;
    border-width: medium 2px;
    float: left;
    width: 50%;
}
.banner__aux__column .banner__aux__column:first-child {
    border-left: medium none;
}
.banner__aux__column .banner__aux__column:last-child {
    border-right: medium none;
}
.banner__horizontal {
    border-bottom: 2px solid #fff;
}
.banner__legend {
    color: #fff;
    font-family: "CoreRhino65Bold";
    font-size: 22px;
    left: 50%;
    padding: 15px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.banners__area + .container__wrapper {
    margin-top: 56px;
}
.tabs__header {
    margin-bottom: 38px;
    text-align: center;
}
.tabs__title, .tabs__nav, .tabs__item {
    display: inline-block;
			/*vertical-align: middle;*/
		}

		.tabs__title {
    color: #464646;
    font-family: "CoreRhino65Bold";
    font-size: 22px;
}
.tabs__item {
    border-color: #C8C8C8;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    color: #464646;
    cursor: pointer;
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    padding: 0 9px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.is--pc .tabs__item {
    line-height: 24px;
}
.tabs__item.active {
    border-color: #00247D;
    color: #00247D;
}
.tabs__item:hover:not(.active) {
    background: none repeat scroll 0 0 #fcfad0;
}
.tabs__item.active {
    cursor: default;
}
.tabs__item + .tabs__item {
    margin-left: 4px;
}
@media only screen and (max-width: 767px) {
#header__banner {
    display: none;
}
.banner__content {
    width: 70%;
}
.banner__content .banner__intro {
    display: none;
}
.banner__content .banner__call {
    background: rgba(255,255,255,0.9);
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.banner__legend {
    font-size: 14px;
    text-align: center;
    white-space: normal;
    width: 100%;
}
}
@media only screen and (max-width: 560px) {
.banner__content .banner__call {
    font-size: 16px;
}
.banners__aux {
    display: none;
}
.banners__area + .container__wrapper {
    margin-top: 30px;
}
.tabs__title {
    font-size: 15px;
    margin-bottom: 10px;
}
.tabs__title, .tabs__nav {
    display: block;
    margin-left: 0;
    text-align: center;
}
.tabs__item {
    font-size: 12px;
}
}