/* Module cards */
/* Main */
.cards {
    display: block;
}
.cards__list {
    margin: 0 -10px;
}
.cards__clear {
   float: none;
   clear: both;
}
.cards__item {
    width: 100%;
}
.cards__content {
    margin: 10px;
    background-color: #cbd6ea;
    transition: all 0.3s 0.1s;
}
.cards__content:hover {
    box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.12);
}
.cards__content--light {
    background-color: #ffffff;
    border-left: 3px solid #ff8017;
    transition: all 0.3;
}
.cards__content--light .cards__title--light i {
    transition: all 0.3;
}
.cards__content--light:hover .cards__title--light i {
    color: #333;
}
.cards__link {
    position: relative;
    display: block;
    padding: 20px;
    text-decoration: none;
    height: 120px;
    box-sizing: border-box;
}
.cards__link,
.cards__link:hover,
.cards__link:active,
.cards__link:focus {
    color: #333;
}
.cards__link:hover {
    text-decoration: underline;
}
.cards__link--wrapper,
.cards__link--wrapper:hover,
.cards__link--wrapper:active,
.cards__link--wrapper:focus {
    color: #fff;
}
.cards__link--light {
    padding: 0;
    height: auto;
}
.cards__link--simple {
    padding: 0;
    color: #fff;
    height: auto;
}
.cards__link--simple:hover {
    text-decoration: underline;
}
.cards__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cards__image--left {
    background-size: contain;
    float: left;
    width: 120px;
    height: 120px;
    margin-left: -20px;
    margin-top: -20px;
    margin-right: 15px;
}
.cards__gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, #000);
    opacity: 0.7;
    transition: all 0.3s 0.1s;
}
.cards__link:hover > .cards__gradient {
    opacity: 1;
}
.cards__item-image--light {
    width: 100%;
}
.cards__item-data {
    padding: 20px;
}
.cards__item-data--wrapper {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    padding-right: 50px;
}
.cards__item-data--light {
    padding: 15px;
}
.cards__item-data--simple {
    color: #fff;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 15px;
    opacity: 0;
    background-color: #00386bc2;
    transition: all 0.3s 0.1s;
}
.cards__link:hover > .cards__item-data--simple {
    opacity: 1;
}
.cards__title {
    font-size: 22px;
    line-height: 1.3;
}
.cards__title--light {
    font-weight: bold;
}
.cards__title--light i {
    float: right;
    color: #ff8017;
}
.cards__description {
    padding-top: 10px;
}
.cards__item-arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-image: url(../images/arrow-right-long-light.svg);
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all 0.3s 0.1s;
    border-radius: 50px;
}
.cards__link:hover > .cards__item-arrow {
    background-color: #44a9ff;
}
/* Header */
.cards__header {
    padding-bottom: 10px;
}
.cards__header-title {
    padding: 0;
    margin: 0;
}
.cards__header-title > h2 {
    font-size: 24px;
}
.cards__header-title--wrapper > h2 {
    margin: 0;
}
.cards__header-desc {
    padding: 0;
    margin: 10px 0 15px 0;
}
.cards__header-desc--wrapper {
    padding: 10px 0;
}

/* Footer */
.cards__footer {
    margin: 20px 20px 5px 0;
}
.cards__footer a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
}
.cards__footer a:hover {
    color: #333;
    text-decoration: underline;
}
.cards__footer i {
    margin-left: 8px;
}

/* Slider */
.cards__list--slider > .slick-arrow {
	display: block;
	position: absolute;
	top: 60%;
	width: 40px;
	height: 40px;
	background-color: #00386b;
	border: 0px solid #fff;
	color: transparent;
	padding: 0;
	margin: 0;
	margin-top: -30px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s 0.1s;
	z-index: 100;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cards__list--slider > .slick-disabled {
	opacity: 0;
}
.cards__list--slider > .slick-arrow:hover {
	background-color: #EF7918;
}
.cards__list--slider > .slick-prev {
	left: -70px;
	background-image: url(../images/arrow-left.svg);
}
.cards__list--slider > .slick-next {
	right: -70px;
	background-image: url(../images/arrow-right.svg);
}

/* Simple Style */
/* .cards--simple .cards__content:hover {
    box-shadow: -8px 8px 0 0 rgb(255, 128, 23);
} */

/* Icon Style */
.cards__content--icon {
    background-color: transparent;
    border-left: 3px solid #fff;
    color: #fff;
}
.cards__link--icon {
    color: #fff;
    height: 175px;
}
.cards__link--icon:active,
.cards__link--icon:focus,
.cards__link--icon:hover {
    color: #fff;
    text-decoration: none;;
}
.cards__item-data--icon {
    padding: 30px 0;
    font-weight: bold;;
}
.cards__content--icon img {
    transition: all 0.3s;
}
.cards__content--icon:hover {
    box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.12);
}
.cards__content--icon:hover img {
    transform: scale(1.3) translate(7px, 0);
}

/* Text Style */
.cards__content--text {
    background-color: initial;
}
.cards__link--text {
    border-left: 3px solid #000;
    padding: 0 30px 20px 30px;
}
.cards__link--text:hover,
.cards__link--text:active,
.cards__link--text:focus,
.cards__link--text:visited {
    text-decoration: none;
}
.cards__title--text {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 2px 2px 0, #000 -2px -2px 0, #000 2px -2px 0, #000 -2px 2px 0;
    color: #fff;
}
.cards__description--text {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
}
.module--numbers .cards__link--text {
    border-left: 3px solid #fff;
    color: #fff;
    height: auto;
    min-height: 165px;
}
.module--numbers .cards__title--text {
    text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff 2px -2px 0, #fff -2px 2px 0,
    #fff 1px 2px 0, #fff -1px -2px 0, #fff 1px -2px 0, #fff -1px 2px 0,
    #fff 2px 1px 0, #fff -2px -1px 0, #fff 2px -1px 0, #fff -2px 1px 0,
    #fff 0 1px 0, #fff 0 -1px 0, #fff 1px 0 0, #fff -1px 0 0;
    color: #ff8017;
    transition: all 0.3s;
}
.module--numbers .cards__link--text:hover .cards__title--text {
    text-shadow: none;
    color: #fff;
}
.module--numbers .cards__description--text {
    color: #fff;
}

/* Grid system */
.cards__item--columns {
    float: left;
}
.cards__item--columns-1 {
    width: 100%;
}
.cards__item--columns-2 {
    width: 50%;
}
.cards__item--columns-3 {
    width: 33.3%;
}
.cards__item--columns-4 {
    width: 25%;
}
.cards__item--columns-5 {
    width: 20%;
}
.cards__item--columns-6 {
    width: 16.6%;
}
.cards__item--columns-7 {
    width: 14.2%;
}
.cards__item--columns-8 {
    width: 12.5%;
}

@media (max-width: 1680px) {
	.cards__list--slider > .slick-arrow {
		width: 60px;
		height: 60px;
	}
	.cards__list--slider > .slick-prev {
        left: -70px;
        background-image: url(../images/arrow-left.svg);
        background-position: right center;
	}
	.cards__list--slider > .slick-next {
        right: -70px;
        background-image: url(../images/arrow-right.svg);
        background-position: left center;
	}
}

@media (max-width: 1280px) {
    .cards__item--columns-4,
    .cards__item--columns-5,
    .cards__item--columns-6,
    .cards__item--columns-7,
    .cards__item--columns-8 {
        width: 33.3%;
    }
}

@media (max-width: 1024px) {
    .cards__item--columns-3,
    .cards__item--columns-4,
    .cards__item--columns-5,
    .cards__item--columns-6,
    .cards__item--columns-7,
    .cards__item--columns-8 {
        width: 50%;
    }
}

@media (max-width: 768px) {
	.cards__list--slider > .slick-prev {
        left: -50px;
	}
	.cards__list--slider > .slick-next {
        right: -50px;
	}
}

@media (max-width: 640px) {
    .cards__item--columns-2,
    .cards__item--columns-3,
    .cards__item--columns-4,
    .cards__item--columns-5,
    .cards__item--columns-6,
    .cards__item--columns-7,
    .cards__item--columns-8 {
        width: 100%;
    }
}


