body {
	font-family: 'Assistant', sans-serif;
	letter-spacing: 1px;
}

.wheel_people {
	
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: calc(100vh - 140px);

}

.wheel_people img {
	max-height: 90%;
	max-width: 100%;

}

.wheel_people p {
	display: inline-block;
	border: 1px solid #909090 ;
	border-radius: 8px;
	background-color: white;
	color: black;
	padding: 8px;
	min-width: 50%;
	max-width: 100%;
	max-height: 10%;
	text-align: center;
}

.snapshot_text_side {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: calc(100vh - 80px);

}

.snapshot_text_wrapper {
color: rgba(0,0,0, 0.7);
padding-left: 10%;
}

.snapshot_text_wrapper>h1 {
	font-size: 45px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 20px 0;
	color: rgba(0,0,0, 0.7);

}

.snapshot_text_wrapper>h2 {
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 20px 0;
	color: rgba(0,0,0, 0.7);

}

.snapshot_text_wrapper>h4 {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin: -5px 0 0 0;

}

.snapshot_text_wrapper>h3 {
	font-size: 20px;
	height: 25px;
	text-transform: uppercase;
	margin:30px 0 10px 0;
}

.snapshot_text_wrapper>h3>a {
	font-size: 20px;
	text-transform: uppercase;
	margin:30px 0 10px 0;
	color: black;
}

.snapshot_text_wrapper>h3>a:hover {
	
	font-weight: bold;
	text-decoration: none;
}

.snapshot_text_wrapper p {
	/*max-height: 5%;*/
	margin-right: 10%;
}

/*features*/

.features {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #F8F8F8 ;

}

.features h2 {
	margin: 25px 0;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: #007CAA;
}

.features h3 {
	color: #007CAA;
	font-weight: bold;
}

.feature_col {

	min-height: 100px;
}

.feature_card {
	

	margin: 10px 10px 10px 90px;
	position: relative;
	cursor: default;


}

.feature_card>div {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 10px;
	left: -80px;
	border: 2px solid rgba(0,0,0,0.7);
	padding: 5px;
	border-radius: 15%;
	overflow: hidden;
	transition: .5s all ease;
	background-color: 	#F8F8F8;
}

.feature_card>div>img {
	width: 100%;
	height: 100%;
}

.feature_card>h3 {
	margin: 2px 5px 2px 0;
	
}

.testcap {
	text-transform: uppercase;
}

.feature_card>p {
	margin: 0 5px 2px 0;
}

/*threeway*/

.threeway {
	text-align: center;
}

.threeway_nav {
 	list-style: none;
 	padding: 0;
 	margin: 25px 0 20px 0;

 	display: inline-block;
}

.threeway_nav_item {
	display: inline-block;
	padding: 10px;
 	width: 150px;
	border: 1px solid #007CAA;
	border-radius: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;

}

.threeway_nav_link {
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	color: black;
}

.threeway_active {
	background-color: #007CAA;
	color: white;

}

.picon {
	position: absolute;
	
	background-color: white;
	border: 1px solid black;
	border-radius: 25%;
}

.picon>img {
	position: absolute;
	padding: 1px;
	width: 100%;
	height: 100%;
}

.t_three {
	margin-top: 25px;
}

.specs h3 {
	font-size: 18px;
}

.specs .no_dec {
	list-style: none;
	padding-left: 0;
}

.no_dec li {
	display: inline-block;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	font-weight: bold;
	min-width: 15%;
	text-align: center;
}

.pipe {
	font-weight: lighter;
	color: #C0C0C0; 
}

/*lifestyle*/
.life {
	height: 600px;
	background-color: white;
	display:flex;
	align-items: center;
}

.life>div {
	background-size: cover;
	background-position: center; 
	height: 95%;
	transition: all 1s;
	border-left: white solid 1px;

	display: flex;
	align-items: center;
	justify-content: center;
	/*border-right: #404040 solid 1px;*/
}

.life>div>span {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	opacity:0;
	transition: opacity 1s;
	transition: font-size 1s;
}
/*end lifestyle*/

/*specs*/

.table td, .table th {
   text-align: center;   
}

.table th {
	font-weight: bold;
	color: #007caa;
	border: none;
}

.table td {
	border: none;
}

.table {
	border: 1px solid #F8F8F8;
	background-color: #F8F8F8;

}

.specs_table td, .specs_table th {
	text-align: left;
}

.specs_table th {
	padding-bottom: 0;
}

.specs_table td {
	padding-top: 5px;
}

.rim_table td {
	width: 14.28%;
}

/*end specs */

.buy_button {
	background-color: #ff9900;
	border-color: #ff9900;
}

/***********************/
/****** MIN Width ******/
/**********************/

@media (min-width: 992px){
	.exp {
	position: fixed;
	height: calc(100vh - 80px);
	width: 50%;

	z-index: 100;
	top: 75px;
	right: 0;
	}

	.hub_exp {
		position: absolute;


	}



	
}

@media (max-width: 600px) {
	.goaway {
		display: none;
	}

}


@media (max-width: 992px) {
	.snapshot_text_side {
		height: auto;
		text-align: center;
	}
	.snapshot_text_wrapper {
		margin: 15px;
	}
	.wheel_people {
	
	
	height: auto;

	}

	.snapshot_text_side {
	
	height: auto;
	display: block !important;
	position: relative;

	}

	.ck {

	height: auto;
	
	}

	.life {
		height: 2600px;
		display: block!important;
	}

	.life>div {
		
		height: 500px !important;
		transition: all 1s;
		border-left: white solid 1px;
		margin: 10px;
		display: block!important;

	}

	.go




}

@media (max-width: 1200px) {
	.pfamily_group, .pfamily {
		width: 130px;
	}
	


}

.ck {

	height: calc(100vh - 135px);
	
}

.cr {
 	background-color: white;
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	justify-content: center;

}

.pfamily_group {
	width: 190px;
	height: 80%;
	overflow: hidden;
}

.pfamily {
	width: 190px;
	
	height: 32.333%;
	margin-top: 0;
	margin-bottom: 4%;
	/*border: 1px solid black;*/
	/*border-radius: 3px;*/
	position: relative;
	transition: all 1s ease 0s;
	top: 0; /* start out at position 0 */

}
.pfamily_picture {
	height: 80%;
	background-color: white;
	background-image: url(/images/defaultwheel.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.pfamily_name {

	/*background-color: #3a5e63;*/
	height: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;

}

.pnavigation {
	width: 200px;
	height: 8%;
	margin-top: 1%;
	margin-bottom: 1%;
}

.up_arrow {
	background-color: white;
	background-image: url(/images/ua.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.down_arrow {
	background-color: white;
	background-image: url(/images/da.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.cm {

 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	justify-content: center;

}

.pmain_picture {

	width: 100%;
	height: 85%;

	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image .75s ease-in-out;
}

.pmain_thumbnails {

	width: 100%;
	height: 15%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.hnavigation {
	display: inline-block;
	width: 10%;
	height: 50%;
	margin: 0;
	padding: 0;


}

.thumbnails_group {
	/*display: flex;
	align-items: center;
	justify-content: center;*/

	width: 80%;
	height: 100%;
	position: relative;
	padding: 0;
	margin:0;
	font-size:0;
	overflow: hidden;
}

.pthumbnail {
	display: inline-block;
	width: 18%;
	height: 90%;
	margin: 1%;
	border: 1px solid black;
	background-image: url(/images/defaultwheel.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	transition: all 1s ease 0s;
}

.left_arrow {
	background-image: url(/images/la.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.right_arrow {
	background-image: url(/images/ra.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.cl {
	display: flex;	
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
