.gradient-header {
	background-image:
		-webkit-gradient(
			linear,
			left top,left bottom,
			color-stop(33.33%,rgb(102,102,102)),
			color-stop(65.63%,rgb(76,77,77)),
			color-stop(67.33%,rgb(50,51,51)));
	background-image:
		-moz-linear-gradient(
			top,
			rgb(102,102,102) 33.33%,
			rgb(76,77,77) 65.63%,
			rgb(50,51,51) 67.33%);
	background-image:
		linear-gradient(
			to bottom,
			rgb(102,102,102) 33.33%,
			rgb(76,77,77) 65.63%,
			rgb(50,51,51) 67.33%);
}
.gradient-under-menu {
	background-position: 94.8% 50%,0% 0%,0% 0%;
	background-repeat: no-repeat,no-repeat,repeat;
	background-size: 10px 26px,cover,auto;
	background-image:
		url('/common/images/arrow-right.png'),
		url('/common/images/menu-bg.png'),
		-webkit-gradient(
			linear,
			left top,left bottom,
			color-stop(2%,rgb(255,255,255)),
			color-stop(4%,rgb(102,102,102)),
			color-stop(48.65%,rgb(31,29,29)),
			color-stop(51%,rgb(4,0,0)),
			color-stop(95.65%,rgb(46,44,44)),
			color-stop(98%,rgb(102,102,102)));
	background-image:
		url('/common/images/arrow-right.png'),
		url('/common/images/menu-bg.png'),
		-moz-linear-gradient(
			top,
			rgb(255,255,255) 2%,
			rgb(102,102,102) 4%,
			rgb(31,29,29) 48.65%,
			rgb(4,0,0) 51%,
			rgb(46,44,44) 95.65%,
			rgb(102,102,102) 98%);
	background-image:
		url('/common/images/arrow-right.png'),
		url('/common/images/menu-bg.png'),
		linear-gradient(
			to bottom,
			rgb(255,255,255) 2%,
			rgb(102,102,102) 4%,
			rgb(31,29,29) 48.65%,
			rgb(4,0,0) 51%,
			rgb(46,44,44) 95.65%,
			rgb(102,102,102) 98%);
}
.gradient-blue {
	background-image:
		-webkit-gradient(
			linear,
			left top,left bottom,
			color-stop(17%,rgb(102,153,255)),
			color-stop(49.3%,rgb(74,97,255)),
			color-stop(51%,rgb(51,51,255)),
			color-stop(91.67%,rgb(73,95,255)),
			color-stop(100%,rgb(102,153,255)));
	background-image:
		-moz-linear-gradient(
			top,
			rgb(102,153,255) 17%,
			rgb(74,97,255) 49.3%,
			rgb(51,51,255) 51%,
			rgb(73,95,255) 91.67%,
			rgb(102,153,255) 100%);
	background-image:
		linear-gradient(
			to bottom,
			rgb(102,153,255) 17%,
			rgb(74,97,255) 49.3%,
			rgb(51,51,255) 51%,
			rgb(73,95,255) 91.67%,
			rgb(102,153,255) 100%);
}
.gradient-gray {
	background-image:
		-webkit-gradient(
			linear,
			left top,left bottom,
			color-stop(0%,rgb(255,255,255)),
			color-stop(95%,rgb(230,230,230)),
			color-stop(100%,rgb(204,204,204)));
	background-image:
		-moz-linear-gradient(
			top,
			rgb(255,255,255) 0%,
			rgb(230,230,230) 95%,
			rgb(204,204,204) 100%);
	background-image:
		linear-gradient(
			to bottom,
			rgb(255,255,255) 0%,
			rgb(230,230,230) 95%,
			rgb(204,204,204) 100%);
}
.gradient-red {
	background-image:
		-webkit-gradient(
			linear,
			left top,left bottom,
			color-stop(47%,rgb(235,99,99)),
			color-stop(48%,rgb(232,58,55)));
	background-image:
		-moz-linear-gradient(
			top,
			rgb(235,99,99) 47,
			rgb(232,58,55) 48%);
	background-image:
		linear-gradient(
			to bottom,
			rgb(235,99,99) 47%,
			rgb(232,58,55) 48%);
}
.gradient-orange {
	background-image:
		-webkit-gradient(
			linear,
			left top,left bottom,
			/* color-stop(51%,rgb(255,153,51)),
			color-stop(51.8%,rgb(255,127,25)),
			color-stop(67%,rgb(255,102,0))); */
			color-stop(51%,rgb(231,66,145)),
			color-stop(51.8%,rgb(230,39,138)),
			color-stop(67%,rgb(228,0,127)));
	background-image:
		-moz-linear-gradient(
			top,
			/* rgb(255,153,51) 51%,
			rgb(255,127,25) 51.8%,
			rgb(255,102,0) 67%); */
			rgb(231,66,145) 51%,
			rgb(230,39,138) 51.8%,
			rgb(228,0,127) 67%);
	background-image:
		linear-gradient(
			to bottom,
			rgb(231,66,145) 51%,
			rgb(230,39,138) 51.8%,
			rgb(228,0,127) 67%);
}
