body {
    color: #555;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
}

h4 {
    font-size: 18px;
    margin-bottom: 2px;
}

p {
    color: #555;
}

a {
    color: #444;
    transition: color 300ms ease-out;
    font-weight: 600;
}

a:hover {
    color: #ba2128;
}

h2.headline {
    background-color: #ba2128;
    color: #FFF;
    padding: 10px 20px;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 20px;
}

h3.headline {
    background-color: #ba2128;
    color: #FFF;
    padding: 8px 15px;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px;
}

.page-home h2.headline {
    margin-bottom: 30px;
    margin-top: 80px;
}

.page-verticals h2.headline {
    font-size: 22px;
}

.header {
    background-color: rgba(255, 255, 255, 0.8);
}

.logo {
    max-width: 300px;
    padding: 20px 0;
}

.header {
    position: relative;
    z-index: 9999;
}

.header .menu {
    margin-top: 50px;
}

.header .menu > li > a {
    padding: 0.2rem 2rem;
    border-right: solid 1px #ccc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.header .menu > li:last-child > a {
    border-right: none;
}

.slider-top {
    top: -98px;
    margin-bottom: -100px;
}

.slide-img {
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.orbit-slide h2 {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 370px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 32px;
}

.orbit-slide h2 span {
    color: #ba2128;
}

.slick-prev:before,
.slick-next:before {
    background-color: #ba2128;
    color: #FFF;
    padding: 6px 10px 9px 12px;
    font-size: 16px;
}

.slick-next:before {
    content: '▶';
}

.slick-prev:before {
    content: '◀';
}

.slick-next {
    right: -40px;
}

.orbit-previous,
.orbit-next {
    padding: 12px 16px 12px 14px;
}

.home-content {
    background-image: url(../images/home-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 70px;
    padding-top: 80px;
}

.home-tag {
    font-size: 32px;
    line-height: 48px;
}

.carousel {
    margin-left: -30px;
}

.car-item {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 220px;
    margin-left: 30px;
}

.car-item h3 {
    font-size: 16px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 8px 12px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.car-homeland {
    background-image: url(../images/homeland.jpg);
}

.car-infrastructure {
    background-image: url(../images/infrastructure.jpg);
}

.car-military {
    background-image: url(../images/military.jpg);
}

.car-port {
    background-image: url(../images/port.jpg);
}

.car-training {
    background-image: url(../images/training.jpg);
}

.footer-top {
    background-color: #eaeaea;
    padding: 30px 0;
    margin-top: 60px;
}

.footer-top h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.footer-top .menu img {
    max-width: 80px;
    max-height: 50px;
}

.footer-top .menu.vertical {
    margin-top: -10px;
}

.footer-top .menu.vertical a {
    font-weight: 600;
    font-size: 14px;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
}

.footer-top .menu.vertical a:hover {
    background-color: #c4c4c4;
}

.footer-logo img {
    max-width: 200px;
}

.footer-top .menu a {
    font-size: 14px;
}

.footer-bottom {
    background-color: #571315;
    color: #fff;
    font-size: 11px;
    min-height: 30px;
    line-height: 30px;
}

.page-header {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -98px;
    margin-bottom: 60px;
    position: relative;
}

.page-header h2 {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 20px;
    display: inline-block;
    font-size: 38px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.page-verticals .page-header {
    background-image: url(../images/slide1.jpg);
}

.page-about .page-header {
    background-image: url(../images/slide2.jpg);
}

.page-contact .page-header {
    background-image: url(../images/slide3.jpg);
}

.page-coming .page-header {
    background-image: url(../images/slide1.jpg);
}

.page-homeland-detail .page-header {
    background-image: url(../images/homeland-large.jpg);
}

.list-item .menu li a {
    padding-left: 0;
}

.list-img {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.list-homeland .list-img {
    background-image: url(../images/homeland.jpg);
}

.list-infrastructure .list-img {
    background-image: url(../images/infrastructure.jpg);
}

.list-military .list-img {
    background-image: url(../images/military.jpg);
}

.list-port .list-img {
    background-image: url(../images/port.jpg);
}

.list-training .list-img {
    background-image: url(../images/training.jpg);
}

.list-item hr {
    margin: 30px 15px 40px 15px;
}

.article-top p {
    margin-bottom: 30px;
}

.breadcrumbs {
    margin-top: -35px;
    margin-bottom: 35px;
}

.breadcrumbs li {
    color: #888;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs a:hover {
    color: #ba2128;
}

.article-menu {
    background-color: #eaeaea;
    padding: 20px;
}

.article-menu h3 {
    font-size: 22px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

.article-menu .menu.vertical a {
    font-weight: 600;
    font-size: 14px;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
    line-height: 18px;
}

.article-menu .menu.vertical a:hover {
    background-color: #c4c4c4;
}

.article-menu .menu.vertical a.current {
    background-color: #FFF;
}

.article-menu .menu > li > a {
    padding: 1rem 1rem;
}

.contact-form textarea {
    min-height: 250px;
}

.contact-form .button {
    background-color: #eaeaea;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form .button:hover {
    background-color: #ba2128;
    color: #FFF;
}

.contact-side {
    background-color: #eaeaea;
    padding: 20px;
}

.contact-phone {
    background-image: url(../images/icon-phone.svg);
    background-repeat: no-repeat;
    background-size: 38px;
    padding: 1px 55px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    color: #444;
}

.contact-email {
    background-image: url(../images/icon-email.svg);
    background-repeat: no-repeat;
    background-size: 38px;
    padding: 1px 55px;
    font-weight: 600;
    font-size: 22px;
    padding-right: 0;
}

.menu > li.contact-email > a {
    padding: 0 !important;
    line-height: 40px;
    font-size: 22px;
}

.page-about .headline {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-about h4 {
    background-image: url(../images/icon-list.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 10px 10px;
    background-position: 0px 6px;
}

.page-coming p {
    font-size: 24px;
}