.right_product {
	position: fixed;
	top: 448px;
	margin-top: 0;
	right: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.skool-icon {
	z-index: 999;
	width: 65px;
	padding: 0;
	margin: 0
}

.skool-icon ul {
	list-style-type: none
}

.skool-icon ul li {
	background: rgba(238, 117, 26, .8);
	width: auto;
	width: 220px;
	height: 65px;
	position: relative;
	margin: 0 1px 1px 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor: pointer
}

.skool-icon ul li a {
	display: block;
	position: relative;
	padding: 15px 0 0 65px;
	text-transform: uppercase;
	line-height: 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

.skool-icon ul li a span {
	display: block;
	text-transform: lowercase;
}

.skool-icon ul li a:before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	left: 15px;
	top: 15px
}

.skool-icon ul li.qlCallus a:before {
	background: url(../images/qlIcon-dex.png) no-repeat 0 0
}

.skool-icon ul li.qlCu a:before {
	background: url(../images/qlIcon-dex.png) no-repeat -35px 0
}

.skool-icon ul li.qlSc a:before {
	background: url(../images/qlIcon-dex.png) no-repeat -70px 0
}

.skool-icon ul li.qlDl a:before {
	background: url(../images/qlIcon-dex.png) no-repeat -105px 0
}

.skool-icon ul li:hover {
	margin-left: -155px;
	background: #ee751a
}

.hight-button {
	margin: 50px 0
}

.mobile-link {
	padding: 35px 0 35px 30px;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #1a1a1a;
	display: none
}

.mobile-close {
	position: absolute;
	top: 32px;
	right: 20px;
	width: 20px;
	height: 20px;
	z-index: 9999;
	cursor: pointer;
	display: none
}

.quick-link-mob {
	display: none;
}

@media screen and (max-width:1366px) {
	.right_product {
		position: fixed;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media screen and (max-width:1024px) {

	.mobile-close,
	.mobile-link {
		display: block
	}

	.right_product {
		right: 0;
		left: 0;
		bottom: -480px;
		z-index: 6;
		width: 317px;
		padding: 20px 20px 90px;
		overflow-x: hidden;
		background: #ee751a;
		top: auto;
		margin: 0 auto;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-webkit-box-shadow: 0 -1px 36px 0 rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 -1px 36px 0 rgba(0, 0, 0, .3);
		box-shadow: 0 -1px 36px 0 rgba(0, 0, 0, .3)
	}

	.quick-link-mob {
		display: block;
		position: fixed;
		width: 100%;
		height: 27px;
		left: 0;
		bottom: 0;
		background: #ee751a;
		text-align: center;
		vertical-align: text-top;
		z-index: 7
	}

	.quick-link-mob article {
		background: url(../images/qlBg.png) no-repeat 50% 100%;
		height: 99px;
		max-width: 385px;
		width: 100%;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		padding-top: 26px;
		font-size: 0;
		line-height: 0
	}

	#mob_trigger_link {
		display: inline-block;
		width: 50%;
		text-align: right;
		vertical-align: bottom;
		height: 74px;
		position: relative;
		color: #FFF;
		font-size: 12px;
		padding: 50px 25px 0;
		border-right: 1px solid #f4a060;
		cursor: pointer
	}

	#mob_trigger_link:after {
		content: '';
		width: 36px;
		height: 36px;
		background: url(../images/qlIcon.png) no-repeat 0 -108px;
		position: absolute;
		right: 40px;
		top: 8px;
		margin: auto
	}

	.dealerLocator {
		display: inline-block;
		width: 50%;
		text-align: left;
		vertical-align: bottom;
		height: 74px;
		position: relative;
		color: #FFF;
		font-size: 12px;
		padding: 50px 25px 0;
		cursor: pointer
	}

	.dealerLocator:after {
		content: '';
		width: 36px;
		height: 36px;
		background: url(../images/qlIcon.png) no-repeat 0 -144px;
		position: absolute;
		left: 43px;
		top: 8px;
		margin: auto
	}

	.skool-icon ul li {
		background: 0 0;
		width: 100%;
		height: auto;
		padding: 15px 15px 15px 10px;
		margin: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		-webkit-filter: none;
		border-bottom: 1px solid #f59a54
	}

	.right_product samp {
		height: auto !important
	}

	.skool-icon {
		width: 100%;
		height: 100%
	}

	.skool-icon ul li:hover {
		margin-left: 0;
		background: transparent
	}

	.skool-icon ul li a {
		display: block;
		position: relative;
		padding: 40px 0 0 0;
		text-align: center;
		font-size: 12px;
		text-transform: capitalize
	}

	.skool-icon ul li a br {
		display: none
	}

	.skool-icon ul li a span {
		display: block;
		font-size: 15px;
		padding: 2px 0 7px
	}

	.skool-icon ul li a:before {
		content: '';
		width: 35px;
		height: 35px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 0
	}

	.skool-icon ul li.qlCallus a:before {
		background: url(../images/qlIcon.png) no-repeat 0 0
	}

	.skool-icon ul li.qlCu a:before {
		background: url(../images/qlIcon.png) no-repeat 0 -36px
	}

	.skool-icon ul li.qlSc a:before {
		background: url(../images/qlIcon.png) no-repeat 0 -72px
	}

	.skool-icon ul li.qlDl {
		/*display: none*/
	}

	.mobile-link {
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
		text-transform: uppercase
	}

	.qlClose {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 15px;
		height: 15px;
		background: url(../images/quick-link-close.png) no-repeat 50% 50%;
		cursor: pointer;
		z-index: 2
	}

	.quick-link-mob.qlmActive article:before {
		content: '';
		max-width: 317px;
		height: 50px;
		background: #ee751a url(../images/qlShadow.png) no-repeat -1px 50%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 0
	}

	.right_product.qlPopActive {
		bottom: 0
	}
}

.qlCu4707 {
	display: none
}

.qlDl4707 {
	display: none
}

.qlCallus4707 {
	display: none
}
