@charset "utf-8";

/* ios input 관련*/
.ios input[type=search] { font-size:16px; }

/* sst modal ( 모달 ) */
.modal-dialog.modal-centered { display:flex; height:calc(100vh - 60px); margin:30px auto; align-items:center; }
.modal-dialog.modal-centered > .modal-content { width:100%; max-height:calc((100vh - 60px) * 0.8); overflow:auto; -webkit-overflow-scrolling:touch; margin-bottom:calc((100vh - 60px) * 0.08); }

/* #6A4DE7 */
/* .modal-dialog.modal-sst-msg .modal-content { border-radius:12px; margin-bottom:calc((100vh - 60px) * 0.16); } */
.modal-dialog.modal-sst-msg .modal-content { border-radius:12px; width:90%; margin:auto; }
.modal-dialog.modal-sst-msg .modal-body { text-align:center; word-break:keep-all; overflow-wrap:break-word; padding:30px 15px; font-size:1.3em; }
.modal-dialog.modal-sst-msg .modal-footer { display:flex; padding:0 20px 20px; border-top:none; }
.modal-dialog.modal-sst-msg .modal-footer > * { width:100%; text-align:center; padding:15px 20px; font-size:1.2em; margin:10px; flex:1; }
.modal-dialog.modal-sst-msg .modal-footer > :nth-child(n+2) { border-radius:10px; background:#eee; align-content:center; }
.modal-dialog.modal-sst-msg .modal-footer > :hover { cursor:pointer; background:#eee; }
.modal-dialog.modal-sst-msg .modal-footer [act=confirm] { color:#6A4DE7; border:2px solid #6A4DE7; border-radius:10px; }
.modal-dialog.modal-sst-msg .modal-footer [act=confirm]:empty:after { content:"확인"; }
.modal-dialog.modal-sst-msg .modal-footer [act=cancel]:empty:after { content:"아니오"; color:#333; }

/* sst table ( 테이블 설정 ) */
.sst-table { width:100%; margin-bottom:1rem; color:#212529; }
.sst-table thead th { vertical-align:bottom; border-top:0; border-bottom:2px solid #dee2e6; }
.sst-table th,
.sst-table td {
	padding:0.75rem;
	border-top: 1px solid #dee2e6;
	vertical-align:top;
}

.sst-table-lg { width:100%; margin-bottom:1rem; color:#212529; }
.sst-table-lg thead th { vertical-align:bottom; border-top:0; border-bottom:2px solid #dee2e6; }
.sst-table-lg th,
.sst-table-lg td {
	padding:2rem 0.75rem;
	border-top: 1px solid #dee2e6;
	vertical-align:middle;
}

.sst-table-borderless thead th,
.sst-table-borderless th,
.sst-table-borderless td {
	border:0;
}

.sst-table-striped tbody > :nth-child(2n) { background:#F8FAFB; }
.sst-table-striped-h thead th { border-bottom:2px solid #dee2e6; }
.sst-table-striped-h tbody > :nth-child(2n) { background:#F8FAFB; }

.sst-table-list thead th { background:#F8FAFB; }
.sst-table-list-h thead th { background:#F8FAFB; border-bottom:2px solid #dee2e6; }

/* sst tabs (탭) */
.sst-nav-tabs { list-style:none; padding:0; outline:0; display:inline-flex; min-height:40px; border:1px solid #ddd; border-radius:8px; background:#fff; }
.sst-nav-tabs [role=tab] { display:flex; align-items:center; flex:auto; height:inherit; flex-shrink:0; }
.sst-nav-tabs [role=tab]:nth-child(n+2):before { content:""; height:50%; border-left:1px solid #ddd; }
.sst-nav-tabs [role=tab]:hover { background:#efefef; cursor:pointer; }
.sst-nav-tabs [role=tab] > * { margin:0px 12px; padding:8px; display:flex; align-items:center; justify-content:center; width:100%; height:100%; color:inherit; text-decoration:none; }
.sst-nav-tabs [role=tab].active > * { border-bottom:2px solid #007bff; color:#007bff; }

/* sst input */
.input-sst-sm { height:42px; padding:10px 14px; font-size:13px; line-height:1.5; border-radius:8px; }
.input-sst-md { height:50px; padding:12px 16px; font-size:14px; line-height:1.42857143; border-radius:10px; }
.input-sst-lg { height:60px; padding:14px 18px; font-size:18px; line-height:1.3333; border-radius:12px; }
.input-sst-square { border-radius:0; }

/* sst btn ( 버튼 설정 ) */
.btn-sst-wide { padding-left:2em; padding-right:2em; }
.btn-sst-radius { border-radius:2em; }

.btn-sst-lg-circle { width:50px; height:50px; border-radius:50%; display:inline-flex;	justify-content:center;	align-items:center;	overflow:hidden; }
.btn-sst-circle { width:40px; height:40px; border-radius:20px; display:inline-flex;	justify-content:center;	align-items:center;	overflow:hidden; }
.btn-sm.btn-sst-circle { width:30px; height:30px; border-radius:15px; }
.btn-lg.btn-sst-circle { width:50px; height:50px; border-radius:25px; }
.btn-sst-circle:focus,
.btn-sst-circle.focus
.btn-sst-circle:active:focus,
.btn-sst-circle:active.focus,
.btn-sst-circle.active:focus,
.btn-sst-circle.active.focus {
	box-shadow: none;
	outline: 0 !important;
}

.btn-sst-square { width:50px; height:50px; display:inline-flex; align-items:center; justify-content:center; overflow:hidden; }
.btn-sm.btn-sst-square { width:40px; height:40px; }
.btn-lg.btn-sst-square { width:60px; height:60px; }
.btn-sst-square:focus,
.btn-sst-square.focus
.btn-sst-square:active:focus,
.btn-sst-square:active.focus,
.btn-sst-square.active:focus,
.btn-sst-square.active.focus {
	box-shadow: none;
	outline: 0 !important;
}

.btn-sst-default { color:#fff; background-color:#6c757d; border-color:#6c757d; }
.btn-sst-default:hover { color:#fff; background-color:#5a6268; border-color:#545b62; }
.btn-sst-default:active,
.btn-sst-default.active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.btn-sst-default:focus,
.btn-sst-default.focus,
.btn-sst-default:active:focus,
.btn-sst-default:active.focus,
.btn-sst-default.active:focus,
.btn-sst-default.active.focus {
	color: #fff;
	outline: 0;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-sst-primary { color:#fff; background-color:#007bff; border-color:#007bff; }
.btn-sst-primary:hover { color:#fff; background-color:#0069d9; border-color:#0062cc; }
.btn-sst-primary:active,
.btn-sst-primary.active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
.btn-sst-primary:focus,
.btn-sst-primary.focus,
.btn-sst-primary:active:focus,
.btn-sst-primary:active.focus,
.btn-sst-primary.active:focus,
.btn-sst-primary.active.focus {
	color: #fff;
	outline: 0;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-sst-warning { color:#212529; background-color:#ffc107; border-color:#ffc107; }
.btn-sst-warning:hover { color:#212529; background-color:#e0a800; border-color:#d39e00; }
.btn-sst-warning:active,
.btn-sst-warning.active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.btn-sst-warning:focus,
.btn-sst-warning.focus,
.btn-sst-warning:active:focus,
.btn-sst-warning:active.focus,
.btn-sst-warning.active:focus,
.btn-sst-warning.active.focus {
	color: #212529;
	outline: 0;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-sst-danger { color:#fff; background-color:#dc3545; border-color:#dc3545; }
.btn-sst-danger:hover { color:#fff; background-color:#c82333; border-color:#bd2130; }
.btn-sst-danger:active,
.btn-sst-danger.active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-sst-danger:focus,
.btn-sst-danger.focus,
.btn-sst-danger:active:focus,
.btn-sst-danger:active.focus,
.btn-sst-danger.active:focus,
.btn-sst-danger.active.focus {
	color: #fff;
	outline: 0;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-sst-success { color:#fff; background-color:#28a745; border-color:#28a745; }
.btn-sst-success:hover { color:#fff; background-color:#218838; border-color:#1e7e34; }
.btn-sst-success:active,
.btn-sst-success.active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.btn-sst-success:focus,
.btn-sst-success.focus,
.btn-sst-success:active:focus,
.btn-sst-success:active.focus,
.btn-sst-success.active:focus,
.btn-sst-success.active.focus {
	color: #fff;
	outline: 0;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-sst-info { color:#fff; background-color:#17a2b8; border-color:#17a2b8; }
.btn-sst-info:hover { color:#fff; background-color:#138496; border-color:#0062cc; }
.btn-sst-info:active,
.btn-sst-info.active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.btn-sst-info:focus,
.btn-sst-info.focus,
.btn-sst-info:active:focus,
.btn-sst-info:active.focus,
.btn-sst-info.active:focus,
.btn-sst-info.active.focus {
	color: #fff;
	outline: 0;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-sst-dark { color:#fff; background-color:#343a40; border-color:#343a40; }
.btn-sst-dark:hover { color:#fff; background-color:#23272b; border-color:#1d2124; }
.btn-sst-dark:active,
.btn-sst-dark.active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.btn-sst-dark:focus,
.btn-sst-dark.focus,
.btn-sst-dark:active:focus,
.btn-sst-dark:active.focus,
.btn-sst-dark.active:focus,
.btn-sst-dark.active.focus {
	color: #fff;
	outline: 0;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}


.btn-sst-default-o { color:#6c757d; background-color:#fff; border-color:#6c757d; }
.btn-sst-default-o:hover { color:#fff; background-color:#6c757d; border-color:#6c757d; }
.btn-sst-default-o:active,
.btn-sst-default-o.active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-sst-default-o:focus,
.btn-sst-default-o.focus,
.btn-sst-default-o:active:focus,
.btn-sst-default-o:active.focus,
.btn-sst-default-o.active:focus,
.btn-sst-default-o.active.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-sst-primary-o { color:#007bff; background-color:#fff; border-color:#007bff; }
.btn-sst-primary-o:hover { color:#fff; background-color:#007bff; border-color:#007bff; }
.btn-sst-primary-o:active,
.btn-sst-primary-o.active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-sst-primary-o:focus,
.btn-sst-primary-o.focus,
.btn-sst-primary-o:active:focus,
.btn-sst-primary-o:active.focus,
.btn-sst-primary-o.active:focus,
.btn-sst-primary-o.active.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-sst-warning-o { color:#ffc107; background-color:#fff; border-color:#ffc107; }
.btn-sst-warning-o:hover { color:#212529; background-color:#ffc107; border-color:#ffc107; }
.btn-sst-warning-o:active,
.btn-sst-warning-o.active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-sst-warning-o:focus,
.btn-sst-warning-o.focus,
.btn-sst-warning-o:active:focus,
.btn-sst-warning-o:active.focus,
.btn-sst-warning-o.active:focus,
.btn-sst-warning-o.active.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-sst-danger-o { color:#dc3545; background-color:#fff; border-color:#dc3545; }
.btn-sst-danger-o:hover { color:#fff; background-color:#dc3545; border-color:#dc3545; }
.btn-sst-danger-o:active,
.btn-sst-danger-o.active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-sst-danger-o:focus,
.btn-sst-danger-o.focus,
.btn-sst-danger-o:active:focus,
.btn-sst-danger-o:active.focus,
.btn-sst-danger-o.active:focus,
.btn-sst-danger-o.active.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-sst-success-o { color:#28a745; background-color:#fff; border-color:#28a745; }
.btn-sst-success-o:hover { color:#fff; background-color:#28a745; border-color:#28a745; }
.btn-sst-success-o:active,
.btn-sst-success-o.active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-sst-success-o:focus,
.btn-sst-success-o.focus,
.btn-sst-success-o:active:focus,
.btn-sst-success-o:active.focus,
.btn-sst-success-o.active:focus,
.btn-sst-success-o.active.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-sst-info-o { color:#17a2b8; background-color:#fff; border-color:#17a2b8; }
.btn-sst-info-o:hover { color:#fff; background-color:#17a2b8; border-color:#17a2b8; }
.btn-sst-info-o:active,
.btn-sst-info-o.active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-sst-info-o:focus,
.btn-sst-info-o.focus,
.btn-sst-info-o:active:focus,
.btn-sst-info-o:active.focus,
.btn-sst-info-o.active:focus,
.btn-sst-info-o.active.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-sst-dark-o { color:#343a40; background-color: #fff; border-color:#343a40; }
.btn-sst-dark-o:hover { color:#fff; background-color:#343a40; border-color:#343a40; }
.btn-sst-dark-o:active,
.btn-sst-dark-o.active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-sst-dark-o:focus,
.btn-sst-dark-o.focus,
.btn-sst-dark-o:active:focus,
.btn-sst-dark-o:active.focus,
.btn-sst-dark-o.active:focus,
.btn-sst-dark-o.active.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* Image icons( 이미지 아이콘 ) */
.fa[class*=fa-sst-]:before {
	content:"" !important;
	background-size:98% 98%;
	width:1em;
	height:1em;
	display:inline-block;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center;
}

.fa.fa-sst-bar:before,
.fa.fa-sst-bar-bb:before,
.fa.fa-sst-bar-bw:before {
	background-image:url("/img/icon_bar-black.png?202012301845");
}
.fa.fa-sst-bar-g:before,
.fa.fa-sst-bar-gb:before,
.fa.fa-sst-bar-gw:before {
	background-image:url("/img/icon_bar-gray.png?202012301845");
}
.fa.fa-sst-bar-b:before,
.fa.fa-sst-bar-bb.active:before,
.fa.fa-sst-bar-gb.active:before,
.active .fa.fa-sst-bar-bb:before,
.active .fa.fa-sst-bar-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-bar-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-bar-gb:before {
	background-image:url("/img/icon_bar-blue.png?202012301845");
}
.fa.fa-sst-bar-w:before,
.fa.fa-sst-bar-bw.active:before,
.fa.fa-sst-bar-gw.active:before,
.active .fa.fa-sst-bar-bw:before,
.active .fa.fa-sst-bar-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-bar-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-bar-gw:before {
	background-image:url("/img/icon_bar-white.png?202012301845");
}

.fa.fa-sst-bell:before,
.fa.fa-sst-bell-bb:before,
.fa.fa-sst-bell-bw:before {
	background-image:url("/img/icon_bell-black.png?202012301845");
}
.fa.fa-sst-bell-g:before,
.fa.fa-sst-bell-gb:before,
.fa.fa-sst-bell-gw:before {
	background-image:url("/img/icon_bell-gray.png?202012301845");
}
.fa.fa-sst-bell-b:before,
.fa.fa-sst-bell-bb.active:before,
.fa.fa-sst-bell-gb.active:before,
.active .fa.fa-sst-bell-bb:before,
.active .fa.fa-sst-bell-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-bell-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-bell-gb:before {
	background-image:url("/img/icon_bell-blue.png?202012301845");
}
.fa.fa-sst-bell-w:before,
.fa.fa-sst-bell-bw.active:before,
.fa.fa-sst-bell-gw.active:before,
.active .fa.fa-sst-bell-bw:before,
.active .fa.fa-sst-bell-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-bell-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-bell-gw:before {
	background-image:url("/img/icon_bell-white.png?202012301845");
}

.fa.fa-sst-calendar:before,
.fa.fa-sst-calendar-bb:before,
.fa.fa-sst-calendar-bw:before {
	background-image:url("/img/icon_calendar-black.png?202012301845");
}
.fa.fa-sst-calendar-g:before,
.fa.fa-sst-calendar-gb:before,
.fa.fa-sst-calendar-gw:before {
	background-image:url("/img/icon_calendar-gray.png?202012301845");
}
.fa.fa-sst-calendar-b:before,
.fa.fa-sst-calendar-bb.active:before,
.fa.fa-sst-calendar-gb.active:before,
.active .fa.fa-sst-calendar-bb:before,
.active .fa.fa-sst-calendar-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-calendar-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-calendar-gb:before {
	background-image:url("/img/icon_calendar-blue.png?202012301845");
}
.fa.fa-sst-calendar-w:before,
.fa.fa-sst-calendar-bw.active:before,
.fa.fa-sst-calendar-gw.active:before,
.active .fa.fa-sst-calendar-bw:before,
.active .fa.fa-sst-calendar-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-calendar-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-calendar-gw:before {
	background-image:url("/img/icon_calendar-white.png?202012301845");
}

.fa.fa-sst-cart:before,
.fa.fa-sst-cart-bb:before,
.fa.fa-sst-cart-bw:before {
	background-image:url("/img/icon_cart-black.png?202012301845");
}
.fa.fa-sst-cart-g:before,
.fa.fa-sst-cart-gb:before,
.fa.fa-sst-cart-gw:before {
	background-image:url("/img/icon_cart-gray.png?202012301845");
}
.fa.fa-sst-cart-b:before,
.fa.fa-sst-cart-bb.active:before,
.fa.fa-sst-cart-gb.active:before,
.active .fa.fa-sst-cart-bb:before,
.active .fa.fa-sst-cart-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-cart-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-cart-gb:before {
	background-image:url("/img/icon_cart-blue.png?202012301845");
}
.fa.fa-sst-cart-w:before,
.fa.fa-sst-cart-bw.active:before,
.fa.fa-sst-cart-gw.active:before,
.active .fa.fa-sst-cart-bw:before,
.active .fa.fa-sst-cart-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-cart-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-cart-gw:before {
	background-image:url("/img/icon_cart-white.png?202012301845");
}

.fa.fa-sst-checklist:before,
.fa.fa-sst-checklist-bb:before,
.fa.fa-sst-checklist-bw:before {
	background-image:url("/img/icon_checklist-black.png?202012301845");
}
.fa.fa-sst-checklist-g:before,
.fa.fa-sst-checklist-gb:before,
.fa.fa-sst-checklist-gw:before {
	background-image:url("/img/icon_checklist-gray.png?202012301845");
}
.fa.fa-sst-checklist-b:before,
.fa.fa-sst-checklist-bb.active:before,
.fa.fa-sst-checklist-gb.active:before,
.active .fa.fa-sst-checklist-bb:before,
.active .fa.fa-sst-checklist-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-checklist-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-checklist-gb:before {
	background-image:url("/img/icon_checklist-blue.png?202012301845");
}
.fa.fa-sst-checklist-w:before,
.fa.fa-sst-checklist-bw.active:before,
.fa.fa-sst-checklist-gw.active:before,
.active .fa.fa-sst-checklist-bw:before,
.active .fa.fa-sst-checklist-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-checklist-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-checklist-gw:before {
	background-image:url("/img/icon_checklist-white.png?202012301845");
}

/* survey */
.fa.fa-sst-survey:before,
.fa.fa-sst-survey-bb:before,
.fa.fa-sst-survey-bw:before {
	background-image:url("/img/icon_survey-black.png?202012301845");
}
.fa.fa-sst-survey-g:before,
.fa.fa-sst-survey-gb:before,
.fa.fa-sst-survey-gw:before {
	background-image:url("/img/icon_survey-gray.png?202012301845");
}
.fa.fa-sst-survey-b:before,
.fa.fa-sst-survey-bb.active:before,
.fa.fa-sst-survey-gb.active:before,
.active .fa.fa-sst-survey-bb:before,
.active .fa.fa-sst-survey-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-survey-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-survey-gb:before {
	background-image:url("/img/icon_survey-blue.png?202012301845");
}
.fa.fa-sst-survey-w:before,
.fa.fa-sst-survey-bw.active:before,
.fa.fa-sst-survey-gw.active:before,
.active .fa.fa-sst-survey-bw:before,
.active .fa.fa-sst-survey-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-survey-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-survey-gw:before {
	background-image:url("/img/icon_survey-white.png?202012301845");
}

/* vote */
.fa.fa-sst-vote:before,
.fa.fa-sst-vote-bb:before,
.fa.fa-sst-vote-bw:before {
	background-image:url("/img/icon_vote-black.png?202012301845");
}
.fa.fa-sst-vote-g:before,
.fa.fa-sst-vote-gb:before,
.fa.fa-sst-vote-gw:before {
	background-image:url("/img/icon_vote-gray.png?202012301845");
}
.fa.fa-sst-vote-b:before,
.fa.fa-sst-vote-bb.active:before,
.fa.fa-sst-vote-gb.active:before,
.active .fa.fa-sst-vote-bb:before,
.active .fa.fa-sst-vote-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-vote-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-vote-gb:before {
	background-image:url("/img/icon_vote-blue.png?202012301845");
}
.fa.fa-sst-vote-w:before,
.fa.fa-sst-vote-bw.active:before,
.fa.fa-sst-vote-gw.active:before,
.active .fa.fa-sst-vote-bw:before,
.active .fa.fa-sst-vote-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-vote-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-vote-gw:before {
	background-image:url("/img/icon_vote-white.png?202012301845");
}
/**/

/* apply */
.fa.fa-sst-apply:before,
.fa.fa-sst-apply-bb:before,
.fa.fa-sst-apply-bw:before {
	background-image:url("/img/icon_apply-black.png?202012301845");
}
.fa.fa-sst-apply-g:before,
.fa.fa-sst-apply-gb:before,
.fa.fa-sst-apply-gw:before {
	background-image:url("/img/icon_apply-gray.png?202012301845");
}
.fa.fa-sst-apply-b:before,
.fa.fa-sst-apply-bb.active:before,
.fa.fa-sst-apply-gb.active:before,
.active .fa.fa-sst-apply-bb:before,
.active .fa.fa-sst-apply-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-apply-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-apply-gb:before {
	background-image:url("/img/icon_apply-blue.png?202012301845");
}
.fa.fa-sst-apply-w:before,
.fa.fa-sst-apply-bw.active:before,
.fa.fa-sst-apply-gw.active:before,
.active .fa.fa-sst-apply-bw:before,
.active .fa.fa-sst-apply-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-apply-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-apply-gw:before {
	background-image:url("/img/icon_apply-white.png?202012301845");
}
/**/

.fa.fa-sst-cog:before,
.fa.fa-sst-cog-bb:before,
.fa.fa-sst-cog-bw:before {
	background-image:url("/img/icon_cog-black.png?202012301845");
}
.fa.fa-sst-cog-g:before,
.fa.fa-sst-cog-gb:before,
.fa.fa-sst-cog-gw:before {
	background-image:url("/img/icon_cog-gray.png?202012301845");
}
.fa.fa-sst-cog-b:before,
.fa.fa-sst-cog-bb.active:before,
.fa.fa-sst-cog-gb.active:before,
.active .fa.fa-sst-cog-bb:before,
.active .fa.fa-sst-cog-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-cog-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-cog-gb:before {
	background-image:url("/img/icon_cog-blue.png?202012301845");
}
.fa.fa-sst-cog-w:before,
.fa.fa-sst-cog-bw.active:before,
.fa.fa-sst-cog-gw.active:before,
.active .fa.fa-sst-cog-bw:before,
.active .fa.fa-sst-cog-gw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-cog-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-cog-gw:before {
	background-image:url("/img/icon_cog-white.png?202012301845");
}

.fa.fa-sst-comment:before,
.fa.fa-sst-comment-bb:before,
.fa.fa-sst-comment-bw:before {
	background-image:url("/img/icon_comment-black.png?202012301845");
}
.fa.fa-sst-comment-g:before,
.fa.fa-sst-comment-gb:before,
.fa.fa-sst-comment-gw:before {
	background-image:url("/img/icon_comment-gray.png?202012301845");
}
.fa.fa-sst-comment-b:before,
.fa.fa-sst-comment-bb.active:before,
.fa.fa-sst-comment-gb.active:before,
.active .fa.fa-sst-comment-bb:before,
.active .fa.fa-sst-comment-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-comment-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-comment-gb:before {
	background-image:url("/img/icon_comment-blue.png?202012301845");
}
.fa.fa-sst-comment-w:before,
.fa.fa-sst-comment-bw.active:before,
.fa.fa-sst-comment-gw.active:before,
.active .fa.fa-sst-comment-bw:before,
.active .fa.fa-sst-comment-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-comment-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-comment-gw:before {
	background-image:url("/img/icon_comment-white.png?202012301845");
}

.fa.fa-sst-commenting:before,
.fa.fa-sst-commenting-bb:before,
.fa.fa-sst-commenting-bw:before {
	background-image:url("/img/icon_commenting-black.png?202012301845");
}
.fa.fa-sst-commenting-g:before,
.fa.fa-sst-commenting-gb:before,
.fa.fa-sst-commenting-gw:before {
	background-image:url("/img/icon_commenting-gray.png?202012301845");
}
.fa.fa-sst-commenting-b:before,
.fa.fa-sst-commenting-bb.active:before,
.fa.fa-sst-commenting-gb.active:before,
.active .fa.fa-sst-commenting-bb:before,
.active .fa.fa-sst-commenting-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-commenting-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-commenting-gb:before {
	background-image:url("/img/icon_commenting-blue.png?202012301845");
}
.fa.fa-sst-commenting-w:before,
.fa.fa-sst-commenting-bw.active:before,
.fa.fa-sst-commenting-gw.active:before,
.active .fa.fa-sst-commenting-bw:before,
.active .fa.fa-sst-commenting-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-commenting-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-commenting-gw:before {
	background-image:url("/img/icon_commenting-white.png?202012301845");
}

.fa.fa-sst-gift:before,
.fa.fa-sst-gift-bb:before,
.fa.fa-sst-gift-bw:before {
	background-image:url("/img/icon_gift-black.png?202012301845");
}
.fa.fa-sst-gift-g:before,
.fa.fa-sst-gift-gb:before,
.fa.fa-sst-gift-gw:before {
	background-image:url("/img/icon_gift-gray.png?202012301845");
}
.fa.fa-sst-gift-b:before,
.fa.fa-sst-gift-bb.active:before,
.fa.fa-sst-gift-gb.active:before,
.active .fa.fa-sst-gift-bb:before,
.active .fa.fa-sst-gift-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-gift-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-gift-gb:before {
	background-image:url("/img/icon_gift-blue.png?202012301845");
}
.fa.fa-sst-gift-w:before,
.fa.fa-sst-gift-bw.active:before,
.fa.fa-sst-gift-gw.active:before,
.active .fa.fa-sst-gift-bw:before,
.active .fa.fa-sst-gift-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-gift-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-gift-gw:before {
	background-image:url("/img/icon_gift-white.png?202012301845");
}

.fa.fa-sst-group:before,
.fa.fa-sst-group-bb:before,
.fa.fa-sst-group-bw:before {
	background-image:url("/img/icon_group-black.png?202012301845");
}
.fa.fa-sst-group-g:before,
.fa.fa-sst-group-gb:before,
.fa.fa-sst-group-gw:before {
	background-image:url("/img/icon_group-gray.png?202012301845");
}
.fa.fa-sst-group-b:before,
.fa.fa-sst-group-bb.active:before,
.fa.fa-sst-group-gb.active:before,
.active .fa.fa-sst-group-bb:before,
.active .fa.fa-sst-group-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-group-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-group-gb:before {
	background-image:url("/img/icon_group-blue.png?202012301845");
}
.fa.fa-sst-group-w:before,
.fa.fa-sst-group-bw.active:before,
.fa.fa-sst-group-gw.active:before,
.active .fa.fa-sst-group-bw:before,
.active .fa.fa-sst-group-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-group-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-group-gw:before {
	background-image:url("/img/icon_group-white.png?202012301845");
}

.fa.fa-sst-heart:before,
.fa.fa-sst-heart-bb:before,
.fa.fa-sst-heart-bw:before {
	background-image:url("/img/icon_heart-black.png?202012301845");
}
.fa.fa-sst-heart-g:before,
.fa.fa-sst-heart-gb:before,
.fa.fa-sst-heart-gw:before {
	background-image:url("/img/icon_heart-gray.png?202012301845");
}
.fa.fa-sst-heart-b:before,
.fa.fa-sst-heart-bb.active:before,
.fa.fa-sst-heart-gb.active:before,
.active .fa.fa-sst-heart-bb:before,
.active .fa.fa-sst-heart-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-heart-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-heart-gb:before {
	background-image:url("/img/icon_heart-blue.png?202012301845");
}
.fa.fa-sst-heart-w:before,
.fa.fa-sst-heart-bw.active:before,
.fa.fa-sst-heart-gw.active:before,
.active .fa.fa-sst-heart-bw:before,
.active .fa.fa-sst-heart-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-heart-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-heart-gw:before {
	background-image:url("/img/icon_heart-white.png?202012301845");
}


.fa.fa-sst-help:before,
.fa.fa-sst-help-bb:before,
.fa.fa-sst-help-bw:before {
	background-image:url("/img/icon_help-black.png?202012301845");
}
.fa.fa-sst-help-g:before,
.fa.fa-sst-help-gb:before,
.fa.fa-sst-help-gw:before {
	background-image:url("/img/icon_help-gray.png?202012301845");
}
.fa.fa-sst-help-b:before,
.fa.fa-sst-help-bb.active:before,
.fa.fa-sst-help-gb.active:before,
.active .fa.fa-sst-help-bb:before,
.active .fa.fa-sst-help-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-help-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-help-gb:before {
	background-image:url("/img/icon_help-blue.png?202012301845");
}
.fa.fa-sst-help-w:before,
.fa.fa-sst-help-bw.active:before,
.fa.fa-sst-help-gw.active:before,
.active .fa.fa-sst-help-bw:before,
.active .fa.fa-sst-help-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-help-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-help-gw:before {
	background-image:url("/img/icon_help-white.png?202012301845");
}

.fa.fa-sst-home:before,
.fa.fa-sst-home-bb:before,
.fa.fa-sst-home-bw:before {
	background-image:url("/img/icon_home-black.png?202012301845");
}
.fa.fa-sst-home-g:before,
.fa.fa-sst-home-gb:before,
.fa.fa-sst-home-gw:before {
	background-image:url("/img/icon_home-gray.png?202012301845");
}
.fa.fa-sst-home-b:before,
.fa.fa-sst-home-bb.active:before,
.fa.fa-sst-home-gb.active:before,
.active .fa.fa-sst-home-bb:before,
.active .fa.fa-sst-home-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-home-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-home-gb:before {
	background-image:url("/img/icon_home-blue.png?202012301845");
}
.fa.fa-sst-home-w:before,
.fa.fa-sst-home-bw.active:before,
.fa.fa-sst-home-gw.active:before,
.active .fa.fa-sst-home-bw:before,
.active .fa.fa-sst-home-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-home-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-home-gw:before {
	background-image:url("/img/icon_home-white.png?202012301845");
}

.fa.fa-sst-img:before,
.fa.fa-sst-img-bb:before,
.fa.fa-sst-img-bw:before {
	background-image:url("/img/icon_img-black.png?202012301845");
}
.fa.fa-sst-img-g:before,
.fa.fa-sst-img-gb:before,
.fa.fa-sst-img-gw:before {
	background-image:url("/img/icon_img-gray.png?202012301845");
}
.fa.fa-sst-img-b:before,
.fa.fa-sst-img-bb.active:before,
.fa.fa-sst-img-gb.active:before,
.active .fa.fa-sst-img-bb:before,
.active .fa.fa-sst-img-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-img-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-img-gb:before {
	background-image:url("/img/icon_img-blue.png?202012301845");
}
.fa.fa-sst-img-w:before,
.fa.fa-sst-img-bw.active:before,
.fa.fa-sst-img-gw.active:before,
.active .fa.fa-sst-img-bw:before,
.active .fa.fa-sst-img-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-img-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-img-gw:before {
	background-image:url("/img/icon_img-white.png?202012301845");
}

.fa.fa-sst-letter:before,
.fa.fa-sst-letter-bb:before,
.fa.fa-sst-letter-bw:before {
	background-image:url("/img/icon_letter-black.png?202012301845");
}
.fa.fa-sst-letter-g:before,
.fa.fa-sst-letter-gb:before,
.fa.fa-sst-letter-gw:before {
	background-image:url("/img/icon_letter-gray.png?202012301845");
}
.fa.fa-sst-letter-b:before,
.fa.fa-sst-letter-bb.active:before,
.fa.fa-sst-letter-gb.active:before,
.active .fa.fa-sst-letter-bb:before,
.active .fa.fa-sst-letter-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-letter-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-letter-gb:before {
	background-image:url("/img/icon_letter-blue.png?202012301845");
}
.fa.fa-sst-letter-w:before,
.fa.fa-sst-letter-bw.active:before,
.fa.fa-sst-letter-gw.active:before,
.active .fa.fa-sst-letter-bw:before,
.active .fa.fa-sst-letter-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-letter-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-letter-gw:before {
	background-image:url("/img/icon_letter-white.png?202012301845");
}

.fa.fa-sst-list:before,
.fa.fa-sst-list-bb:before,
.fa.fa-sst-list-bw:before {
	background-image:url("/img/icon_list-black.png?202012301845");
}
.fa.fa-sst-list-g:before,
.fa.fa-sst-list-gb:before,
.fa.fa-sst-list-gw:before {
	background-image:url("/img/icon_list-gray.png?202012301845");
}
.fa.fa-sst-list-b:before,
.fa.fa-sst-list-bb.active:before,
.fa.fa-sst-list-gb.active:before,
.active .fa.fa-sst-list-bb:before,
.active .fa.fa-sst-list-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-list-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-list-gb:before {
	background-image:url("/img/icon_list-blue.png?202012301845");
}
.fa.fa-sst-list-w:before,
.fa.fa-sst-list-bw.active:before,
.fa.fa-sst-list-gw.active:before,
.active .fa.fa-sst-list-bw:before,
.active .fa.fa-sst-list-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-list-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-list-gw:before {
	background-image:url("/img/icon_list-white.png?202012301845");
}

.fa.fa-sst-list-f:before,
.fa.fa-sst-list-f-bb:before,
.fa.fa-sst-list-f-bw:before {
	background-image:url("/img/icon_list-f-black.png?202012301845");
}
.fa.fa-sst-list-f-g:before,
.fa.fa-sst-list-f-gb:before,
.fa.fa-sst-list-f-gw:before {
	background-image:url("/img/icon_list-f-gray.png?202012301845");
}
.fa.fa-sst-list-f-b:before,
.fa.fa-sst-list-f-bb.active:before,
.fa.fa-sst-list-f-gb.active:before,
.active .fa.fa-sst-list-f-bb:before,
.active .fa.fa-sst-list-f-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-list-f-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-list-f-gb:before {
	background-image:url("/img/icon_list-f-blue.png?202012301845");
}
.fa.fa-sst-list-f-w:before,
.fa.fa-sst-list-f-bw.active:before,
.fa.fa-sst-list-f-gw.active:before,
.active .fa.fa-sst-list-f-bw:before,
.active .fa.fa-sst-list-f-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-list-f-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-list-f-gw:before {
	background-image:url("/img/icon_list-f-white.png?202012301845");
}

.fa.fa-sst-lock:before,
.fa.fa-sst-lock-bb:before,
.fa.fa-sst-lock-bw:before {
	background-image:url("/img/icon_lock-black.png?202012301845");
}
.fa.fa-sst-lock-g:before,
.fa.fa-sst-lock-gb:before,
.fa.fa-sst-lock-gw:before {
	background-image:url("/img/icon_lock-gray.png?202012301845");
}
.fa.fa-sst-lock-b:before,
.fa.fa-sst-lock-bb.active:before,
.fa.fa-sst-lock-gb.active:before,
.active .fa.fa-sst-lock-bb:before,
.active .fa.fa-sst-lock-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-lock-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-lock-gb:before {
	background-image:url("/img/icon_lock-blue.png?202012301845");
}
.fa.fa-sst-lock-w:before,
.fa.fa-sst-lock-bw.active:before,
.fa.fa-sst-lock-gw.active:before,
.active .fa.fa-sst-lock-bw:before,
.active .fa.fa-sst-lock-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-lock-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-lock-gw:before {
	background-image:url("/img/icon_lock-white.png?202012301845");
}

.fa.fa-sst-media:before,
.fa.fa-sst-media-bb:before,
.fa.fa-sst-media-bw:before {
	background-image:url("/img/icon_media-black.png?202012301845");
}
.fa.fa-sst-media-g:before,
.fa.fa-sst-media-gb:before,
.fa.fa-sst-media-gw:before {
	background-image:url("/img/icon_media-gray.png?202012301845");
}
.fa.fa-sst-media-b:before,
.fa.fa-sst-media-bb.active:before,
.fa.fa-sst-media-gb.active:before,
.active .fa.fa-sst-media-bb:before,
.active .fa.fa-sst-media-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-media-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-media-gb:before {
	background-image:url("/img/icon_media-blue.png?202012301845");
}
.fa.fa-sst-media-w:before,
.fa.fa-sst-media-bw.active:before,
.fa.fa-sst-media-gw.active:before,
.active .fa.fa-sst-media-bw:before,
.active .fa.fa-sst-media-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-media-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-media-gw:before {
	background-image:url("/img/icon_media-white.png?202012301845");
}

.fa.fa-sst-megaphone:before,
.fa.fa-sst-megaphone-bb:before,
.fa.fa-sst-megaphone-bw:before {
	background-image:url("/img/icon_megaphone-black.png?202012301845");
}
.fa.fa-sst-megaphone-g:before,
.fa.fa-sst-megaphone-gb:before,
.fa.fa-sst-megaphone-gw:before {
	background-image:url("/img/icon_megaphone-gray.png?202012301845");
}
.fa.fa-sst-megaphone-b:before,
.fa.fa-sst-megaphone-bb.active:before,
.fa.fa-sst-megaphone-gb.active:before,
.active .fa.fa-sst-megaphone-bb:before,
.active .fa.fa-sst-megaphone-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-megaphone-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-megaphone-gb:before {
	background-image:url("/img/icon_megaphone-blue.png?202012301845");
}
.fa.fa-sst-megaphone-w:before,
.fa.fa-sst-megaphone-bw.active:before,
.fa.fa-sst-megaphone-gw.active:before,
.active .fa.fa-sst-megaphone-bw:before,
.active .fa.fa-sst-megaphone-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-megaphone-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-megaphone-gw:before {
	background-image:url("/img/icon_megaphone-white.png?202012301845");
}

.fa.fa-sst-message:before,
.fa.fa-sst-message-bb:before,
.fa.fa-sst-message-bw:before {
	background-image:url("/img/icon_message-black.png?202012301845");
}
.fa.fa-sst-message-g:before,
.fa.fa-sst-message-gb:before,
.fa.fa-sst-message-gw:before {
	background-image:url("/img/icon_message-gray.png?202012301845");
}
.fa.fa-sst-message-b:before,
.fa.fa-sst-message-bb.active:before,
.fa.fa-sst-message-gb.active:before,
.active .fa.fa-sst-message-bb:before,
.active .fa.fa-sst-message-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-message-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-message-gb:before {
	background-image:url("/img/icon_message-blue.png?202012301845");
}
.fa.fa-sst-message-w:before,
.fa.fa-sst-message-bw.active:before,
.fa.fa-sst-message-gw.active:before,
.active .fa.fa-sst-message-bw:before,
.active .fa.fa-sst-message-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-message-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-message-gw:before {
	background-image:url("/img/icon_message-white.png?202012301845");
}

.fa.fa-sst-more:before,
.fa.fa-sst-more-bb:before,
.fa.fa-sst-more-bw:before {
	background-image:url("/img/icon_more-black.png?202012301845");
}
.fa.fa-sst-more-g:before,
.fa.fa-sst-more-gb:before,
.fa.fa-sst-more-gw:before {
	background-image:url("/img/icon_more-gray.png?202012301845");
}
.fa.fa-sst-more-b:before,
.fa.fa-sst-more-bb.active:before,
.fa.fa-sst-more-gb.active:before,
.active .fa.fa-sst-more-bb:before,
.active .fa.fa-sst-more-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-more-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-more-gb:before {
	background-image:url("/img/icon_more-blue.png?202012301845");
}
.fa.fa-sst-more-w:before,
.fa.fa-sst-more-bw.active:before,
.fa.fa-sst-more-gw.active:before,
.active .fa.fa-sst-more-bw:before,
.active .fa.fa-sst-more-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-more-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-more-gw:before {
	background-image:url("/img/icon_more-white.png?202012301845");
}

.fa.fa-sst-paper-plane:before,
.fa.fa-sst-paper-plane-bb:before,
.fa.fa-sst-paper-plane-bw:before {
	background-image:url("/img/icon_paper-plane-black.png?202012301845");
}
.fa.fa-sst-paper-plane-g:before,
.fa.fa-sst-paper-plane-gb:before,
.fa.fa-sst-paper-plane-gw:before {
	background-image:url("/img/icon_paper-plane-gray.png?202012301845");
}
.fa.fa-sst-paper-plane-b:before,
.fa.fa-sst-paper-plane-bb.active:before,
.fa.fa-sst-paper-plane-gb.active:before,
.active .fa.fa-sst-paper-plane-bb:before,
.active .fa.fa-sst-paper-plane-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-paper-plane-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-paper-plane-gb:before {
	background-image:url("/img/icon_paper-plane-blue.png?202012301845");
}
.fa.fa-sst-paper-plane-w:before,
.fa.fa-sst-paper-plane-bw.active:before,
.fa.fa-sst-paper-plane-gw.active:before,
.active .fa.fa-sst-paper-plane-bw:before,
.active .fa.fa-sst-paper-plane-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-paper-plane-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-paper-plane-gw:before {
	background-image:url("/img/icon_paper-plane-white.png?202012301845");
}

.fa.fa-sst-plus:before,
.fa.fa-sst-plus-bb:before,
.fa.fa-sst-plus-bw:before {
	background-image:url("/img/icon_plus-black.png?202012301845");
}
.fa.fa-sst-plus-g:before,
.fa.fa-sst-plus-gb:before,
.fa.fa-sst-plus-gw:before {
	background-image:url("/img/icon_plus-gray.png?202012301845");
}
.fa.fa-sst-plus-b:before,
.fa.fa-sst-plus-bb.active:before,
.fa.fa-sst-plus-gb.active:before,
.active .fa.fa-sst-plus-bb:before,
.active .fa.fa-sst-plus-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-plus-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-plus-gb:before {
	background-image:url("/img/icon_plus-blue.png?202012301845");
}
.fa.fa-sst-plus-w:before,
.fa.fa-sst-plus-bw.active:before,
.fa.fa-sst-plus-gw.active:before,
.active .fa.fa-sst-plus-bw:before,
.active .fa.fa-sst-plus-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-plus-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-plus-gw:before {
	background-image:url("/img/icon_plus-white.png?202012301845");
}

.fa.fa-sst-question:before,
.fa.fa-sst-question-bb:before,
.fa.fa-sst-question-bw:before {
	background-image:url("/img/icon_question-black.png?202012301845");
}
.fa.fa-sst-question-g:before,
.fa.fa-sst-question-gb:before,
.fa.fa-sst-question-gw:before {
	background-image:url("/img/icon_question-gray.png?202012301845");
}
.fa.fa-sst-question-b:before,
.fa.fa-sst-question-bb.active:before,
.fa.fa-sst-question-gb.active:before,
.active .fa.fa-sst-question-bb:before,
.active .fa.fa-sst-question-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-question-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-question-gb:before {
	background-image:url("/img/icon_question-blue.png?202012301845");
}
.fa.fa-sst-question-w:before,
.fa.fa-sst-question-bw.active:before,
.fa.fa-sst-question-gw.active:before,
.active .fa.fa-sst-question-bw:before,
.active .fa.fa-sst-question-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-question-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-question-gw:before {
	background-image:url("/img/icon_question-white.png?202012301845");
}

.fa.fa-sst-refresh:before,
.fa.fa-sst-refresh-bb:before,
.fa.fa-sst-refresh-bw:before {
	background-image:url("/img/icon_refresh-black.png?202012301845");
}
.fa.fa-sst-refresh-g:before,
.fa.fa-sst-refresh-gb:before,
.fa.fa-sst-refresh-gw:before {
	background-image:url("/img/icon_refresh-gray.png?202012301845");
}
.fa.fa-sst-refresh-b:before,
.fa.fa-sst-refresh-bb.active:before,
.fa.fa-sst-refresh-gb.active:before,
.active .fa.fa-sst-refresh-bb:before,
.active .fa.fa-sst-refresh-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-refresh-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-refresh-gb:before {
	background-image:url("/img/icon_refresh-blue.png?202012301845");
}
.fa.fa-sst-refresh-w:before,
.fa.fa-sst-refresh-bw.active:before,
.fa.fa-sst-refresh-gw.active:before,
.active .fa.fa-sst-refresh-bw:before,
.active .fa.fa-sst-refresh-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-refresh-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-refresh-gw:before {
	background-image:url("/img/icon_refresh-white.png?202012301845");
}

.fa.fa-sst-schedule:before,
.fa.fa-sst-schedule-bb:before,
.fa.fa-sst-schedule-bw:before {
	background-image:url("/img/icon_schedule-black.png?202012301845");
}
.fa.fa-sst-schedule-g:before,
.fa.fa-sst-schedule-gb:before,
.fa.fa-sst-schedule-gw:before {
	background-image:url("/img/icon_schedule-gray.png?202012301845");
}
.fa.fa-sst-schedule-b:before,
.fa.fa-sst-schedule-bb.active:before,
.fa.fa-sst-schedule-gb.active:before,
.active .fa.fa-sst-schedule-bb:before,
.active .fa.fa-sst-schedule-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-schedule-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-schedule-gb:before {
	background-image:url("/img/icon_schedule-blue.png?202012301845");
}
.fa.fa-sst-schedule-w:before,
.fa.fa-sst-schedule-bw.active:before,
.fa.fa-sst-schedule-gw.active:before,
.active .fa.fa-sst-schedule-bw:before,
.active .fa.fa-sst-schedule-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-schedule-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-schedule-gw:before {
	background-image:url("/img/icon_schedule-white.png?202012301845");
}

.fa.fa-sst-search:before,
.fa.fa-sst-search-bb:before,
.fa.fa-sst-search-bw:before {
	background-image:url("/img/icon_search-black.png?202012301845");
}
.fa.fa-sst-search-g:before,
.fa.fa-sst-search-gb:before,
.fa.fa-sst-search-gw:before {
	background-image:url("/img/icon_search-gray.png?202012301845");
}
.fa.fa-sst-search-b:before,
.fa.fa-sst-search-bb.active:before,
.fa.fa-sst-search-gb.active:before,
.active .fa.fa-sst-search-bb:before,
.active .fa.fa-sst-search-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-search-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-search-gb:before {
	background-image:url("/img/icon_search-blue.png?202012301845");
}
.fa.fa-sst-search-w:before,
.fa.fa-sst-search-bw.active:before,
.fa.fa-sst-search-gw.active:before,
.active .fa.fa-sst-search-bw:before,
.active .fa.fa-sst-search-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-search-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-search-gw:before {
	background-image:url("/img/icon_search-white.png?202012301845");
}

.fa.fa-sst-shopping-basket:before,
.fa.fa-sst-shopping-basket-bb:before,
.fa.fa-sst-shopping-basket-bw:before {
	background-image:url("/img/icon_shopping-basket-black.png?202012301845");
}
.fa.fa-sst-shopping-basket-g:before,
.fa.fa-sst-shopping-basket-gb:before,
.fa.fa-sst-shopping-basket-gw:before {
	background-image:url("/img/icon_shopping-basket-gray.png?202012301845");
}
.fa.fa-sst-shopping-basket-b:before,
.fa.fa-sst-shopping-basket-bb.active:before,
.fa.fa-sst-shopping-basket-gb.active:before,
.active .fa.fa-sst-shopping-basket-bb:before,
.active .fa.fa-sst-shopping-basket-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-shopping-basket-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-shopping-basket-gb:before {
	background-image:url("/img/icon_shopping-basket-blue.png?202012301845");
}
.fa.fa-sst-shopping-basket-w:before,
.fa.fa-sst-shopping-basket-bw.active:before,
.fa.fa-sst-shopping-basket-gw.active:before,
.active .fa.fa-sst-shopping-basket-bw:before,
.active .fa.fa-sst-shopping-basket-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-shopping-basket-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-shopping-basket-gw:before {
	background-image:url("/img/icon_shopping-basket-white.png?202012301845");
}

.fa.fa-sst-shopping-cart:before,
.fa.fa-sst-shopping-cart-bb:before,
.fa.fa-sst-shopping-cart-bw:before {
	background-image:url("/img/icon_shopping-cart-black.png?202012301845");
}
.fa.fa-sst-shopping-cart-g:before,
.fa.fa-sst-shopping-cart-gb:before,
.fa.fa-sst-shopping-cart-gw:before {
	background-image:url("/img/icon_shopping-cart-gray.png?202012301845");
}
.fa.fa-sst-shopping-cart-b:before,
.fa.fa-sst-shopping-cart-bb.active:before,
.fa.fa-sst-shopping-cart-gb.active:before,
.active .fa.fa-sst-shopping-cart-bb:before,
.active .fa.fa-sst-shopping-cart-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-shopping-cart-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-shopping-cart-gb:before {
	background-image:url("/img/icon_shopping-cart-blue.png?202012301845");
}
.fa.fa-sst-shopping-cart-w:before,
.fa.fa-sst-shopping-cart-bw.active:before,
.fa.fa-sst-shopping-cart-gw.active:before,
.active .fa.fa-sst-shopping-cart-bw:before,
.active .fa.fa-sst-shopping-cart-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-shopping-cart-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-shopping-cart-gw:before {
	background-image:url("/img/icon_shopping-cart-white.png?202012301845");
}

.fa.fa-sst-star:before,
.fa.fa-sst-star-bb:before,
.fa.fa-sst-star-bw:before {
	background-image:url("/img/icon_star-black.png?202012301845");
}
.fa.fa-sst-star-g:before,
.fa.fa-sst-star-gb:before,
.fa.fa-sst-star-gw:before {
	background-image:url("/img/icon_star-gray.png?202012301845");
}
.fa.fa-sst-star-b:before,
.fa.fa-sst-star-bb.active:before,
.fa.fa-sst-star-gb.active:before,
.active .fa.fa-sst-star-bb:before,
.active .fa.fa-sst-star-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-star-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-star-gb:before {
	background-image:url("/img/icon_star-blue.png?202012301845");
}
.fa.fa-sst-star-w:before,
.fa.fa-sst-star-bw.active:before,
.fa.fa-sst-star-gw.active:before,
.active .fa.fa-sst-star-bw:before,
.active .fa.fa-sst-star-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-star-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-star-gw:before {
	background-image:url("/img/icon_star-white.png?202012301845");
}

.fa.fa-sst-target:before,
.fa.fa-sst-target-bb:before,
.fa.fa-sst-target-bw:before {
	background-image:url("/img/icon_target-black.png?202012301845");
}
.fa.fa-sst-target-g:before,
.fa.fa-sst-target-gb:before,
.fa.fa-sst-target-gw:before {
	background-image:url("/img/icon_target-gray.png?202012301845");
}
.fa.fa-sst-target-b:before,
.fa.fa-sst-target-bb.active:before,
.fa.fa-sst-target-gb.active:before,
.active .fa.fa-sst-target-bb:before,
.active .fa.fa-sst-target-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-target-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-target-gb:before {
	background-image:url("/img/icon_target-blue.png?202012301845");
}
.fa.fa-sst-target-w:before,
.fa.fa-sst-target-bw.active:before,
.fa.fa-sst-target-gw.active:before,
.active .fa.fa-sst-target-bw:before,
.active .fa.fa-sst-target-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-target-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-target-gw:before {
	background-image:url("/img/icon_target-white.png?202012301845");
}

.fa.fa-sst-trash:before,
.fa.fa-sst-trash-bb:before,
.fa.fa-sst-trash-bw:before {
	background-image:url("/img/icon_trash-black.png?202012301845");
}
.fa.fa-sst-trash-g:before,
.fa.fa-sst-trash-gb:before,
.fa.fa-sst-trash-gw:before {
	background-image:url("/img/icon_trash-gray.png?202012301845");
}
.fa.fa-sst-trash-b:before,
.fa.fa-sst-trash-bb.active:before,
.fa.fa-sst-trash-gb.active:before,
.active .fa.fa-sst-trash-bb:before,
.active .fa.fa-sst-trash-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-trash-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-trash-gb:before {
	background-image:url("/img/icon_trash-blue.png?202012301845");
}
.fa.fa-sst-trash-w:before,
.fa.fa-sst-trash-bw.active:before,
.fa.fa-sst-trash-gw.active:before,
.active .fa.fa-sst-trash-bw:before,
.active .fa.fa-sst-trash-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-trash-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-trash-gw:before {
	background-image:url("/img/icon_trash-white.png?202012301845");
}

.fa.fa-sst-truck:before,
.fa.fa-sst-truck-bb:before,
.fa.fa-sst-truck-bw:before {
	background-image:url("/img/icon_truck-black.png?202012301845");
}
.fa.fa-sst-truck-g:before,
.fa.fa-sst-truck-gb:before,
.fa.fa-sst-truck-gw:before {
	background-image:url("/img/icon_truck-gray.png?202012301845");
}
.fa.fa-sst-truck-b:before,
.fa.fa-sst-truck-bb.active:before,
.fa.fa-sst-truck-gb.active:before,
.active .fa.fa-sst-truck-bb:before,
.active .fa.fa-sst-truck-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-truck-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-truck-gb:before {
	background-image:url("/img/icon_truck-blue.png?202012301845");
}
.fa.fa-sst-truck-w:before,
.fa.fa-sst-truck-bw.active:before,
.fa.fa-sst-truck-gw.active:before,
.active .fa.fa-sst-truck-bw:before,
.active .fa.fa-sst-truck-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-truck-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-truck-gw:before {
	background-image:url("/img/icon_truck-white.png?202012301845");
}

.fa.fa-sst-unlock:before,
.fa.fa-sst-unlock-bb:before,
.fa.fa-sst-unlock-bw:before {
	background-image:url("/img/icon_unlock-black.png?202012301845");
}
.fa.fa-sst-unlock-g:before,
.fa.fa-sst-unlock-gb:before,
.fa.fa-sst-unlock-gw:before {
	background-image:url("/img/icon_unlock-gray.png?202012301845");
}
.fa.fa-sst-unlock-b:before,
.fa.fa-sst-unlock-bb.active:before,
.fa.fa-sst-unlock-gb.active:before,
.active .fa.fa-sst-unlock-bb:before,
.active .fa.fa-sst-unlock-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-unlock-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-unlock-gb:before {
	background-image:url("/img/icon_unlock-blue.png?202012301845");
}
.fa.fa-sst-unlock-w:before,
.fa.fa-sst-unlock-bw.active:before,
.fa.fa-sst-unlock-gw.active:before,
.active .fa.fa-sst-unlock-bw:before,
.active .fa.fa-sst-unlock-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-unlock-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-unlock-gw:before {
	background-image:url("/img/icon_unlock-white.png?202012301845");
}

.fa.fa-sst-write:before,
.fa.fa-sst-write-bb:before,
.fa.fa-sst-write-bw:before {
	background-image:url("/img/icon_write-black.png?202012301845");
}
.fa.fa-sst-write-g:before,
.fa.fa-sst-write-gb:before,
.fa.fa-sst-write-gw:before {
	background-image:url("/img/icon_write-gray.png?202012301845");
}
.fa.fa-sst-write-b:before,
.fa.fa-sst-write-bb.active:before,
.fa.fa-sst-write-gb.active:before,
.active .fa.fa-sst-write-bb:before,
.active .fa.fa-sst-write-gb:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-write-bb:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-write-gb:before {
	background-image:url("/img/icon_write-blue.png?202012301845");
}
.fa.fa-sst-write-w:before,
.fa.fa-sst-write-bw.active:before,
.fa.fa-sst-write-gw.active:before,
.active .fa.fa-sst-write-bw:before,
.active .fa.fa-sst-write-gw:before ,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-write-bw:before,
[class*=btn-sst-][class*=-o]:hover > .fa.fa-sst-write-gw:before {
	background-image:url("/img/icon_write-white.png?202012301845");
}

.fa.fa-sst-like-on:before { background-image:url("/img/icon_like-on.png?202012301845"); }
.fa.fa-sst-like-off:before { background-image:url("/img/icon_like-off.png?202012301845"); }
.fa.fa-sst-toggle-on:before { background-image:url("/img/icon_toggle-on.png?202012301845"); }
.fa.fa-sst-toggle-off:before { background-image:url("/img/icon_toggle-off.png?202012301845"); }
