/*
 * HOME
*/

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    color: #626262;
}

.billboard {
    font-weight: 600;
    color: #626262;
}

.billboard .main-content-block:not(.white) p span {
    color: #626262 !important;
}

.billboard h1 {
    font-size: 0;
    margin: 0;
    line-height: 0;
}

.mobile-billboard .billboard {
    display: none;
}

.billboard .subtitle {
    display: block;
    color: #ef8e17;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.billboard .billboard-title {
    display: block;
    font-family: 'call_of_ops_dutyregular', sans-serif;
    font-size: 76px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    color: #626262;
}

.billboard h3 {
    text-transform: none;
}

.billboard h3 br {
    display: none;
}

.white,
.white h3,
.white .subtitle,
.white .billboard-title,
.white .more-link {
    color: #fff;
}

.white .more-link:before {
    background: #fff;
}

.billboard-slider .slick-slide {
    min-height: 1100px;
    padding: 200px 0;
    background: top center no-repeat #fff;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ie-browser .billboard-slider .slick-slide {
    display: table;
    vertical-align: middle;
    table-layout: fixed;
}

.ie-browser .billboard-slider .slick-slide .align-box {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.billboard-slider .slick-slide .align-box.top-position {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.ie-browser .billboard-slider .slick-slide .align-box.top-position {
    vertical-align: top;
}

.billboard-slider .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.billboard-slider .flex-container.top .main-content-block {
    margin-top: 100px;
}

.billboard-slider .flex-container.top .link-info {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.billboard-slider .flex-container.center .link-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.billboard-slider .flex-container.bottom .main-content-block {
    margin-bottom: 100px;
}

.billboard-slider .flex-container.bottom .link-info {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.billboard-slider .flex-container:before,
.billboard-slider .flex-container:after {
    display: none;
}

.billboard-slider .slick-slide .anim-block {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
}

.billboard-slider .slick-slide .anim-block.pull-right {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.billboard-slider .slick-active .anim-block,
.billboard-slider .slick-active .anim-block.pull-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.billboard-slider .slick-dots {
    position: absolute;
    z-index: 2;
    list-style: none;
    margin: 0;
    left: 50%;
    width: 100%;
    bottom: 160px;
    max-width: 1170px;
    padding: 0 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.billboard-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}

.billboard-slider .slick-dots button {
    padding: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    width: 10px;
    height: 10px;
    border: 1px solid #ef8e17;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
}

.billboard-slider .slick-dots li:hover button,
.billboard-slider .slick-dots li:focus button,
.billboard-slider .slick-active button {
    background: #ef8e17;
}

.billboard-slider .link-info > div {
    float: right;
}

.subbunner-block {
    padding: 10% 0;
    background: center right no-repeat;
    background-size: contain;
    position: relative;
}

.short-info-section {
    padding: 60px 0;
    background: 0 41px no-repeat;
    background-size: 100% auto;
}

.short-info-section.bottom-indent {
    padding-bottom: 25%;
}

.short-info-section.top-indent {
    padding-top: 25%;
}

.mobile-section {
    display: none;
    font-size: 16px;
    padding: 40% 20px 20px;
    background: center center no-repeat #fff;
    background-size: cover;
}

.mobile-section .align-box {
    width: 100%;
}

.mobile-section p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-section .sup {
    font-size: 2em;
    margin: 0 5px;
}

.mobile-section .more-link {
    display: block;
    color: #ef8e17;
    font-weight: 500;
    font-size: .8em;
}

.mobile-section.dark-color {
    background-color: #ef8e17;
    color: #fff;
}

.mobile-section.dark-color .more-link {
    color: #626262;
}

.mobile-section.dark-color .more-link:before {
    background: #626262;
}