html,
body {
    margin: 0;
}
body {
    font-family: Roboto, Helvetica, Arial, sans;
    margin: 0px;
    padding: 0px;
    background: white;
    color: #4c4c4c;
}
body,
body * {
    box-sizing: border-box;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#ctnr {
    width: 300px;
    height: 250px;
    position: relative;
    border: 1px solid #000;
    background: #273741 url(vehicle.jpg) no-repeat bottom left;
    overflow: hidden;
}
img {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}
.f2 #cta {
    opacity: 1;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}
.f2 .feeling {
    opacity: 1;
}
.f2 .click {
    opacity: 1;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}
.s {
    position: absolute;
    overflow: visible;
    background-repeat: no-repeat;
}
.feeling {
    width: 257px;
    height: 40px;
    top: 50px;
    left: 20px;
    opacity: 0;
    transition: opacity 1s 0s;
    -webkit-transition: opacity 1s 0s;
}
.click {
    width: 189px;
    height: 40px;
    top: 150px;
    left: 43px;
    opacity: 0;
    transition: opacity 1s 0s;
    -webkit-transition: opacity 1s 0s;
}
#feature {
    position: absolute;
    width: 300px;
    height: 213px;
    left: 0px;
    top: 0px;
    background: #ebebeb;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    z-index: 50;
    transition: opacity 1s 0s;
    -webkit-transition: opacity 1s 0s;
}
.showFeature #feature {
    display: block;
    opacity: 1;
}
.featureImg {
    width: 139px;
    height: 213px;
    position: absolute;
}
.featureImg img {
    display: none;
}
.featureImgBorder {
    width: 139px;
    height: 213px;
    position: absolute;
    top: 0;
}
#x {
    pointer-events: none;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(x.png) no-repeat;
    right: 6px;
    z-index: 200;
    top: 6px;
    opacity: 0;
    cursor: pointer;
    transition: opacity 1s 0s;
    -webkit-transition: opacity 1s 0s;
}
#l {
    pointer-events: none;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(l.png) no-repeat;
    left: 0px;
    z-index: 200;
    top: 105px;
    opacity: 0;
    cursor: pointer;
    transition: opacity 1s 0s;
    -webkit-transition: opacity 1s 0s;
}
#r {
    pointer-events: none;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(r.png) no-repeat;
    left: 118px;
    z-index: 200;
    top: 105px;
    opacity: 0;
    cursor: pointer;
    transition: opacity 1s 0s;
    -webkit-transition: opacity 1s 0s;
}
.showFeature #x,
.showFeature #l,
.showFeature #r {
    opacity: 1;
    pointer-events: all;
}
.featureNav {
    height: 25px;
    position: absolute;
    top: 2px;
    left: 18px;
    width: 100%;
    line-height: 25px;
    letter-spacing: -1px;
    font-weight: 500;
    font-size: 13.5px;
}
.featureNav * {
    display: inline-block !important;
}
.featureTitle {
    position: absolute;
    left: 148px;
    top: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0px;
    font-family: Montserrat, Roboto, Helvetica, Arial, sans;
}
.featureTitle span,
.featureDesc span {
    display: none;
}
.show {
    display: block !important;
    opacity: 1 !important;
}
.featureDesc {
    text-align: left;
    font-size: 11px;
    width: 140px;
    position: absolute;
    top: 40px;
    left: 148px;
    line-height: 13px;
}
.logo {
    width: 131px;
    height: 31px;
    top: 8px;
    left: 83px;
}

.showFeature .logo{
	top: 215px;
	left: 160px;
	}
.cta {
    width: 147px;
    height: 21px;
    left: 70px;
    bottom: 8px;
    opacity: 0;
    transition: opacity 1s 0s;
    -webkit-transition: opacity 1s 0s;
}
.showFeature .cta{
	left: 3px;
	}
#clickthru {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 55;
    opacity: 0;
    cursor: pointer;
}
.clickable {
    z-index: 100;
    cursor: pointer;
}
@keyframes pulsate {
    0% { transform: scale(.1) translate3D(0, 0, 0) rotate(.1deg); }
    50% { transform: scale(.8) translate3D(0, 0, 0) rotate(.1deg); }
    100% { transform: scale(.1) translate3D(0, 0, 0) rotate(.1deg); }
}
@-webkit-keyframes pulsate {
    0% { -webkit-transform: scale(.1) translate3D(0, 0, 0) rotate(.1deg); }
    50% { -webkit-transform: scale(.8) translate3D(0, 0, 0) rotate(.1deg); }
    100% { -webkit-transform: scale(.1) translate3D(0, 0, 0) rotate(.1deg); }
}
.spot {
    position: absolute;
    transition: opacity 1s 0s;
    -webkit-transition: opacity 1s 0s;
    transform: scale(.5) translate3D(0, 0, 0) rotate(.1deg);
    -webkit-transform: scale(.5) translate3D(0, 0, 0) rotate(.1deg);
    transition: transform .5s 0s, opacity .5s 0s;
    -webkit-transition: -webkit-transform .5s 0s, opacity .5s 0s;
}
.spot>div {
    -webkit-animation: pulsate 1.5s ease-in-out infinite;
    animation: pulsate 1.5s ease-in-out infinite;
    width: 66px;
    height: 66px;
    border: 10px solid rgba(209, 210, 211, .2);
    border-radius: 60px;
}
.spot:hover {
    transform: scale(.7) translate3D(0, 0, 0) rotate(.1deg);
}
.spot:hover>div {
    -webkit-animation: none;
    animation: none;
}
.spot>div>div {
    width: 100%;
    height: 100%;
    border: 10px solid rgba(209, 210, 211, .5);
    border-radius: 30px;
}
.spot>div>div>div {
    width: 100%;
    height: 100%;
    background: #d3d3d4;
    border-radius: 30px;
}
.showFeature .spot {
    pointer-events: none;
    opacity: 0;
}
.spot-xtra {
    position: absolute;
    background: #d3d3d4;
    border-radius: 30px;
    width: 10px;
    height: 10px;
    margin: 28px 0 0 28px;
    pointer-events: none;
}
#featureAvail{
	font-family: 'Proxima Nova', Arial, sans;
	font-size:10px;
	color:#7b7b7b;
	position:absolute;
	z-index:200;
	cursor:pointer;
	top: 74px;
	display:none;
}
#availTitle {
	display:block;
	position:absolute;
	left:0px;
	width:80px;
	text-align:right;
	padding-right:8px;
	margin-left:220px;
	margin-top:123px;
	white-space:nowrap;
}
#available {
	display:none;
	position:absolute;
	width:159px;
	padding:5px;
	/*margin-top:-28px;*/
	bottom:-139px;
	background-color:rgba(0,0,0,0.5);
	pointer-events: none;
	color:#FFF;
	margin-left:139px;
}
#featureAvail:hover #available {
	display:block!important;
	position:absolute;
	z-index:88;
}