


/* Common icons */
.gs-icons {}
.gs-icons:before {content:'';display: inline-block;background: url(../images/sprites/sprite.png) no-repeat;}
.gs-icons.gs-check:before {background-position: -20px -142px;}
.gs-icons.gs-inf:before {background-position: -37px -89px;height:11px; width:21px;background-size:209px 367px;}





/*
@media (max-width: 1200px) {
	.qs-icons {width:32px; height:32px;}
	.qs-icons.s-coins {background-position: -16px -153px;}
	.qs-icons.s-guard {background-position: -16px -184px;}
	.qs-icons.s-sheet {background-position: -16px -216px;}
}


@media (max-width: 992px) {
	.qs-icons {width:25px; height:25px;}
	.qs-icons.s-coins {background-position: -13px -122px;}
	.qs-icons.s-guard {background-position: -13px -147px;}
	.qs-icons.s-sheet {background-position: -13px -172px;}
}

@media (min-width:769px) and (max-width:992px) {
	.cat-icons:before {background-size:48px 90px;}
	.cat-icons.cat-laptop:before {background-position: 0 0;}
	.cat-icons.cat-laptop:hover:before {background-position: -16px 0;}
	.active>.cat-icons.cat-laptop:before {background-position: -32px 0;}
	.cat-icons.cat-paper-plane:before {background-position: 0 -15px;}
	.cat-icons.cat-paper-plane:hover:before {background-position: -16px -15px;}
	.active>.cat-icons.cat-paper-plane:before {background-position: -32px -15px;}
	.cat-icons.cat-server:before {background-position: 0 -30px;}
	.cat-icons.cat-server:hover:before {background-position: -16px -30px;}
	.active>.cat-icons.cat-server:before {background-position: -32px -30px;}
	.cat-icons.cat-globe:before {background-position: 0 -45px;}
	.cat-icons.cat-globe:hover:before {background-position: -16px -45px;}
	.active>.cat-icons.cat-globe:before {background-position: -32px -45px;}
	.cat-icons.cat-mobile:before {background-position: 0 -60px;}
	.cat-icons.cat-mobile:hover:before {background-position: -16px -60px;}
	.active>.cat-icons.cat-mobile:before {background-position: -32px -60px;}
	.cat-icons.cat-clone:before {background-position: 0 -75px;}
	.cat-icons.cat-clone:hover:before {background-position: -16px -75px;}
	.active>.cat-icons.cat-clone:before {background-position: -32px -75px;}
}

@media (max-width: 768px) {

	.cat-icons.cat-laptop:before,
	.active>.cat-icons.cat-laptop:before {background-position: 0 0;}
	.cat-icons.cat-laptop:hover:before {background-position: -19px 0;}
	.current>.cat-icons.cat-laptop:before {background-position: -38px 0;}
	.cat-icons.cat-paper-plane:before {background-position: 0 -18px;}
	.cat-icons.cat-paper-plane:hover:before {background-position: -19px -18px;}
	.current>.cat-icons.cat-paper-plane:before {background-position: -38px -18px;}
	.cat-icons.cat-server:before {background-position: 0 -36px;}
	.cat-icons.cat-server:hover:before {background-position: -19px -36px;}
	.current>.cat-icons.cat-server:before {background-position: -38px -36px;}
	.cat-icons.cat-globe:before {background-position: 0 -54px;}
	.cat-icons.cat-globe:hover:before {background-position: -19px -54px;}
	.current>.cat-icons.cat-globe:before {background-position: -38px -54px;}
	.cat-icons.cat-mobile:before {background-position: 0 -72px;}
	.cat-icons.cat-mobile:hover:before {background-position: -19px -72px;}
	.current>.cat-icons.cat-mobile:before {background-position: -38px -72px;}
	.cat-icons.cat-clone:before {background-position: 0 -90px;}
	.cat-icons.cat-clone:hover:before {background-position: -19px -90px;}
	.current>.cat-icons.cat-clone:before {background-position: -38px -90px;}
}
*/