/* ======== Sticky Tab ======== */
 #sticky2 {
	 padding: 30px 0 20px 0px;
	 width: 150px;
	 margin-right: 0;
	 position: fixed;
	 background: #c8102e;
	 right: 0;
	 top: 75vh;
	 z-index: 999;
	 transform-origin: 100% 50%;

	 font-family: 'League Gothic';
	 text-transform: uppercase;
	 border-left: 5px solid #f6be00;
}
 #sticky2:hover {
	 border-left: 5px solid #D89B00;
	 background: #960C22;
}
 #sticky2 .container {
	 padding-left: 5px;
}
 #sticky2 a {
	 color: #ffffff;
	 line-height: 1.75rem;
}
 