/* Factoria font */
@import url("https://use.typekit.net/ukh2cqc.css");

body {
    font-family: 'Factoria', sans-serif;
}
.header {
    padding: 45px 30px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 310px;
    background: #fff url('../img/footer.png') bottom center no-repeat;
    z-index: -9000;
}
a {
    cursor: pointer;
}
.tab-content {

}
.tab-pane {
    background-color: #fff;
}
.nav-tabs {
    margin: 0 30px;
    border-bottom: 0;
    z-index: 9999;
    font-size:18px;
}
.nav-tabs>li {
    width: 9.5%;
    display: table;
    margin-right: 6px;
}
.nav-tabs>li>a {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    color: #000;
    background-color: #e2e2e2;
    padding: 0;
    height: 80px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    background-color: red;
        color: #fff;
}
.nav-tabs>li.active img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}


/* Carousel
----------------------------------------------------------------------- */
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 700px;
    height: 100%;
    width:100%;
}
.carousel-caption {
    top: 0;
    right: 15%;
    left: 15%;
    height: 640px;
    text-align: left;
    padding-bottom: 0;
    overflow: hidden;
    text-shadow: none;
    color: #000;
    font-size: 16px;
}
.carousel-caption .slide-title {
    margin-top: 20px;
}
.carousel .item .item-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px;
    padding-right: 15%;
    background-color: #636363;
 }
.carousel .item .item-footer img {
    float: left;
        animation-delay: 1.0s;
}
.carousel-control {
    opacity: 1;
    margin-top: 195px;
}
.carousel-control:hover {
    opacity: 0.7;
}
.carousel-control .control-left {
    left: 20%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -50%;
}
.carousel-control .control-right {
    right: 20%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -50%;
}

.carousel-inner > .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }

.carousel-inner > .item:first-of-type {
    position: relative; }

.carousel-inner > .active {
    opacity: 1;
    z-index: 3; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}

.carousel-inner > .active.left,
.carousel-inner > .active.right {
    z-index: 1;
}

.carousel-control {
    z-index: 4;
}

@media (max-width: 1199px) {
    .nav-tabs>li>a {
        font-size: 14px;
        line-height: 14px;
    }
}