/*-----------------------------
  reset some base styles
-----------------------------*/
.button, .button-large {
	padding: 1px;
}

.button p, .button-large p {
	margin: 0;
}

.button--white {
	background-color: #fff;
	border: 1px solid #222a2b;
	padding: 0;
}

.grid {
	background: #fff;
}

.col-5 {
	float: left;
  	width: 41.66666%;
}

.col-7 {
	float: left;
  	width: 58.33333%;
}

.grid .col-6, 
.grid .col-8, 
.grid .col-4 { 
	border: none;
	position: relative;
}

.m-e__article {
	margin: 9.33333% 0 20px 18.75%; 
}

#cardassets .content-asset {
	margin: 0;
}

.img-wrap {
	height: 200%;
	left: -50%;
	position: absolute;
	top: -50%;
	width: 200%;
}

.img-wrap img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.card h2 {
	text-shadow: 1px 1px 3px #222a2b;
}

/* Mobile width scrolling fix */
div#main.page-content.clearfix {
	width: 100%;
	overflow: hidden;
}

/*-----------------------------
	series slider
-----------------------------*/


.slick-slider {
	width: 100%;
}

.col-7 > .slick-slider {
	padding-top: 50px;
}

.slick-slide img { 
  margin: 0 auto;
}

.slick-next { 
  right: 10px;
  width: 25px;
  height: 60px;
}

.slick-next:before { 
  content: '\E62D';
}

.slick-prev { 
  left: 10px;
  width: 25px;
  height: 60px;
}

.slick-prev:before { 
  content: '\E62E';
}

.slick-prev:before, .slick-next:before {
  font-family: "Icons";
  font-size: 40px;
  color: #000;
  opacity: 1;
  top: 40%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

/*-----------------------------
  feature icons
-----------------------------*/

.featureIcons {
	margin: 0 0 48px;
}

#cardprimary .card .featureicons .featureIcons__icon,
.featureIcons__icon {
	display: inline-block;
	margin: 5px 4px 5px 0;
	vertical-align: top;
	width: 57px;
}

.featureIcons__icon {
	margin: 5px 10px 5px 0;
}

.featureIcons__icon:before {
	display: block;
	background: #feef35;
	color: #222a2b;
	width: 37px;
	height: 37px;
	font-size: 2.2rem;
	line-height: 37px;
	text-align: center;
	border-radius: 7px;
	margin: 0 auto;
}

.featureIcons__icon--md {
	width: 65px;
}

.featureIcons__icon--md:before {
	width: 57px;
	height: 57px;
	line-height: 57px;
	font-size: 3.6rem;
}

.featureIcons__feature {
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
}

/*-----------------------------
  Module E text and info
-----------------------------*/

.header__price {
	font-size: 2.4rem;
	padding: 7px 0 22px;
}

.info__feature {
	font-size: 1.4rem;
	color: #222a2b;
	padding: 0 0 8px;
}

/*.info__list {
	padding-bottom: 27px;
}*/

.info__list li {
	font-size: 1.4rem;
	padding: 5px 0;
}

.info__list li:before {
	content: '- ';
}

.info__list ul {
	margin: 5px 0 0 20px;
}

.info__link a {
	font-size: 12px;
	text-transform: uppercase;
	color: #007987;
	font-weight: bolder;
}

.info__link a:after {
	content: '\E62D';
	font-family: "Icons";
	font-size: 1rem;
	margin-left: 10px;
	opacity: 1;
	top: 40%;
}

/*-----------------------------
  Module E background pic and case
-----------------------------*/

.m-e {
	background: #fff;
}

.m-e__case {
	position: absolute;
	z-index: 3;
	padding-top: 65px;
}

.m-e__case--right {
	right: 0;
}

.m-e__photo {
	position: relative;
	overflow: hidden;
	height: 600px;
}

.m-e__photo--left {
	margin-right: 15%;
}

.m-e__photo--right {
	margin-left: 15%;
}

/*----------------------------------
	m-picCarouselArticle__pic
-----------------------------------*/

.m-picCarouselArticle {
	background: #dadad9;
}

.m-picCarouselArticle .m-picCarouselArticle__pic {
	position: relative;
	overflow: hidden;
	height: 600px;
}

.m-picCarouselArticle .col-8 {
	padding-top: 72px;
}

@media (max-width: 860px) {
	.featureIcons {
		margin-bottom: 23px;
	}

	.m-e__article {
		margin: 8.88888% 0 0 5.75%;
	}

	.m-e__article .button {
		margin: 0 0 8px;
	}

	.info__list li {
		font-size: 1.2rem;
		padding: 4px 0;
	}

	.m-e__photo {
		height: 545px;
	}

	.m-picCarouselArticle__pic {
		display: none;
	}

}

@media (max-width: 480px) {
	h1 {
		text-transform: uppercase;
	}
}