/* ======= Defense Template ======== */

/* ======= Banner ======== */
.defense-banner {
	min-height: 200px;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	overflow: hidden;
	background-position: 75% 100%;
	max-width: 5000px !important;
}
.defense-banner:after {
	content: "";
	position: absolute;
	background-color: rgba(9,102,137,.8);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.defense-content {
	display: flex;
	align-items: center;
	min-height: 200px;
	z-index: 2;
	position: relative;
}

.defense-banner h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
	color: #FFFFFF;
}
/* ======= Plain Text ======== */
.plain-textski {
	padding: 60px 0;
}
.plain-textski h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 34px;
	color: #222222;
	padding-bottom: 15px;
}
.plain-textski p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 1.5rem;
}
.plain-textski h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	padding-bottom: 15px;
}

/* ======= Fifty Fifty ======== */
.fiftyfifty {
	color: #ffffff;
	padding: 60px 0;
	background: #333333;
}
.fiftyfifty h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 34px;
	color: #ffffff;
	padding-bottom: 15px;
}
.fiftyfifty h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
}
.fiftyfifty p {
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 1.5rem;
}
.fiftyfifty ul {
	padding: 15px;
}
.fiftyfifty ul:last-child {
	padding-bottom: 0;
}
.fiftyfifty li {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
}
.fiftyfifty img {
	padding-top: 10px;
}

/* ======= Product Cards ======== */
.prod-cardski {
	background: #F6F6F6;
	padding: 60px 0;
}
.prod-cardski h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 34px;
	color: #222222;
	padding-bottom: 15px;
}
.flowski {
	overflow: initial;
}
.prod-head {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #222222;
}
.card-w {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.prodski-card a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 31px;
	color: #222222;
}
.prodski-card a:hover {
	line-height: 31px;
	color: #01A0D7;
}
.prodski-card a:hover .card-w{
	border: 2px solid #00A0D7;
	/*transform: scale(1.05);*/
	box-shadow: 0 4px 34px rgba(0, 160, 215, 0.15);
}
/* ======= Prefooter ======== */
.defense-back {
	padding: 60px 0;
	text-align: center;
	position: relative;

}
.defense-back h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 34px;
	color: #222222;
	padding-bottom: 15px;
}

.defense-back p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
}

.defense-back p .blue-butt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
	background: transparent;
	color: #00A0D7;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 15px;
	border: 3px solid #00A0D7;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 20px auto 0;

}

.defense-back p .blue-butt:after {
	content: '\f105';
	font-family: FontAwesome;
	padding-left: 5px;
	font-size: 22px;
}


.defense-back p .blue-butt:hover {
	text-decoration: none;
	background: #00A0D7;
	color: #fff !important;
}
