/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800');

.clear {
	clear: both;
}

.bc-sticky-bar {
	position: fixed;
	bottom: 0;
	width: 1000px;
	margin-left: 50%;
	left: -500px;
	text-align: center;
	z-index: 999999;
	font-family: 'Fira Sans', sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bc-sticky-bar * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bc-sticky-bar-col {
	width: 33.3333%;
	width: calc(100/3)%;
	float: left;
}

.bc-sticky-bar-col a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	background-color: #999;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	transition: .3s;
	font-size: 16px;
	outline: 0;
}

.bc-sticky-bar-col a:hover,
.bc-sticky-bar-col a:active,
.bc-sticky-bar-col a:visited {
	color: #fff;
}

.bc-sticky-bar-col-1 a {
	background-color: #009cde;
}

.bc-sticky-bar-col-1 a:hover {
	background-color: #12b9ff;
}

.bc-sticky-bar-col-2 a {
	background-color: #1682b5;
}

.bc-sticky-bar-col-2 a:hover {
	background-color: #1ca3e2;
}

.bc-sticky-bar-col-3 a {
	background-color: #f60;
}

.bc-sticky-bar-col-3 a:hover {
	background-color: #ff8533;
}

.bc-side-actions {
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	position: fixed;
	top: 25%;
	left: 0;
	z-index: 999999;
	letter-spacing: 1.5px;
	height: 50px;
	width: 50px;
	overflow: visible;
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bc-side-actions * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bc-side-actions .bc-side-actions-donate:hover {
	height: auto;
	width: auto;
}

.bc-side-actions-button {
	color: #fff;
	background-color: #e31642;
	width: 50px;
	text-align: right;
	padding-right: 20px;
	display: block;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	transition: width 0.2s;
	position: relative;
}

.bc-side-actions-button a {
	position: relative;
	z-index: 10;
}

.bc-side-actions .bc-side-actions-donate:hover .bc-side-actions-button {
	width: 120px;
	text-align: right;
	transition: width 1.1s;
}

.bc-side-actions a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	transition: 0.3s;
	display: block;
}

.bc-side-actions a:hover,
.bc-side-actions a:active,
.bc-side-actions a:visited {
	color: #fff;
	box-shadow: none;
	transition: 0.3s;
}

.bc-side-actions-list {
	width: 120px;
	height: auto;
	overflow: hidden;
	transition: all 0.2s;
	position: relative;
	left: -120px;
}

.bc-side-actions-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-side-actions-list ul li {
	list-style-type: none;
	text-align: right;
	background-color: #cc123a;
	height: 50px;
	width: 100%;
	line-height: 50px;
	border-bottom: 0.5px solid #f0738e;
	text-transform: uppercase;
	transition: 0.3s;
	margin: 0;
	margin-left: 0;
}

.bc-side-actions-list ul li:last-child {
	border-bottom: none;
}

.bc-side-actions-list ul li:hover {
	background-color: #e31642;
}

.bc-side-actions-list ul li a {
	display: block;
	padding-right: 20px;
}

.bc-side-actions .bc-side-actions-donate:hover .bc-side-actions-list {
	transition: all 1s;
	left: 0;
}

.bc-side-actions-facebook-button {
	color: #fff;
	background-color: #3b5998;
	width: 50px;
	text-align: center;
	display: block;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	transition: all 0.3s;
}

.bc-side-actions-facebook-button:hover {
	background-color: #5973a9;
}

.bc-side-actions-twitter-button {
	color: #fff;
	background-color: #00aced;
	width: 50px;
	text-align: center;
	display: block;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	transition: all 0.3s;
}

.bc-side-actions-twitter-button:hover {
	background-color: #3abbec;
}

.bc-side-actions-button.bc-vertical-text {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	width: 150px;
	text-align: center;
	top: 50px;
	left: -50px;
	padding-right: 0;
}

.bc-side-actions:hover .bc-side-actions-button.bc-vertical-text {
	width: 150px;
	transition: none;
	text-align: center;
}

.bc-side-actions.bc-has-vertical .bc-side-actions-list {
	top: 100px;
}

.bc-mobile-protect {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
}


/* Responsive Styles */

@media (max-width: 1100px){
	
	.bc-sticky-bar {
		position: fixed;
		bottom: 0;
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	
}

@media (max-width: 800px){
	
	.bc-side-actions {
		display: none !important;
	}
	
}

@media (max-width: 650px){
	
	.bc-sticky-bar-col a {
		font-size: 11px;
	}
	
}

@media (max-width: 425px){
	
	.bc-sticky-bar-col a {
		font-size: 9px;
	}
	
	.bc-mobile-protect {
		display: block;
	}
	
}