/* Custom Stylesheet */

.modeltitle {
	font-size: 36px;
    color: #fff;
	font-family: 'Forza-Bold';
	text-transform: uppercase;
}

.modelyear{
	display: block;
    font-size: 24px;
    margin-bottom: 15px;
}

.modelsub {
	display: block;
    font-family: 'pxgrotesk-light', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 100;
	margin-bottom:15px;
}


#model-angle .clear { clear: both;}

#model-angle a:visited, a:active, a:hover, a:link { color: #fff; text-decoration: none;}

#model-angle .tabs input[type=radio] {
	 position: absolute;
	 top: -9999px;
	 left: -9999px;
	      }

#model-angle .tabs {
	 width: 100%;
	 float: none;
	 list-style: none;
	 position: relative;
	 padding: 0;
	 margin: 5px auto;
	 margin-top: -100px;
}

#model-angle .tabs li{
	  float: right;
	  margin-left: 12px;
}

#model-angle .tabs label {
	display: block;
	height: 35px;
	width: 35px;
	padding: 0px 0px;
	margin-bottom: 0px;
	color: #f57a06;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index:99;
}
#model-angle .tabs label:hover {
	background-color: #292929;
}

#model-angle [id^=tab]:checked + label {
	color: #17181b;
    background-color: #f57a06;
}

#model-angle [id^=tab]:checked ~ [id^=tab-content] {
	  display: block;
	  background-color: transparent;
   	  color: #fff;
}

#model-angle [id^=tab]:checked ~ [id^=tab-content] :hover {
	  display: block;
	  background-color: transparent;
   	  color: #fff;
}

#model-angle .tab-content{
	display: none;
	text-align: left;
	background-color: #292929;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	color: white;
	position: absolute;
	top: 0px;
    left: 0px;
    right: 0px;
    height: 348px;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

/* The text below the icon gets styled here */
#model-angle span.subtext {font-size: 12px; display: block; line-height: 35px;  }

/* These are the colours for each menu item, change the colours or add more as you wish */
#model-angle .block-1 {background-color: #17181b; text-align: center; border:1px solid #282828;}
#model-angle .block-1 :hover {background-color: #f57a06; color:#17181b;}
#model-angle .block-2 {background-color: #17181b; text-align: center; border:1px solid #282828;}
#model-angle .block-2 :hover {background-color: #f57a06; color:#17181b;}
#model-angle .block-3 {background-color: #17181b; text-align: center; border:1px solid #282828;}
#model-angle .block-3 :hover {background-color: #f57a06; color:#17181b;}
#model-angle .block-4 {background-color: #17181b; text-align: center; border:1px solid #282828;}
#model-angle .block-4 :hover {background-color: #f57a06; color:#17181b;}

