/*Left Bar css start */
#contact-buttons-bar {
	position: fixed;
	top: 180px;
	left: -50px; /*right: -50px;*/
	width: 50px;
}
#contact-buttons-bar.slide-on-scroll {
	position: absolute;
	z-index: 9777899;
}
.contact-button-link {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	margin-bottom: 1px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	background: #8e8e93;
	color: #fff;
	position: relative;
	left: 0;  /*right*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	transition: all 250ms;
}
.contact-button-link:hover, .contact-button-link:focus, .contact-button-link:active {
	color: #fff;
	padding-left: 20px;
	width: 70px;
}
.contact-button-link.cb-hidden {
	left: -50px;  /*right*/
}
.contact-button-link.facebook {
	background: #3b5998;
}
.contact-button-link.twitter {
	background: #00aced;
}
.contact-button-link.youtube {
	background: #ff0000;
}
.contact-button-link.gplus {
	background: #db4437;
}
.contact-button-link.linkedin {
	background: #0077b5;
}
.contact-button-link.whatsapp {
	background: #59d465;
}
.contact-button-link.email {
	background: #0077b5;
}
.contact-button-link.separated {
	margin-top: 1em;
}
.show-hide-contact-bar, .contact-button-link.show-hide-contact-bar:focus, .contact-button-link.show-hide-contact-bar:active {
	background: transparent;
	color: #000;
	border: 0;
	outline: 0;
	padding: 0;
	width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
	color: #000;
	background: #ccc;
	padding: 0;
	width: 50px;
}
/*Right Bar css start */
#contact-buttons-bar-right {
	position: fixed;
	top: 30%;
	right: -50px; /*right*/
	width: 50px;
}
#contact-buttons-bar-right.slide-on-scroll {
	position: absolute;
	z-index: 9777899;
}
.contact-button-link-right {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	margin-bottom: 1px;
	text-align: center;
	line-height: 50px;
	font-size: 1.4em;
	background: #8e8e93;
	color: #fff;
	position: relative;
	right: 0;  /*right*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	transition: all 250ms;
}
.contact-button-link-right:hover, .contact-button-link-right:focus, .contact-button-link-right:active {
	color: #fff;
	padding-left: 20px;
	width: 70px;
}
.contact-button-link-right.cb-hidden {
	right: -50px;  /*right*/
}
.contact-button-link-right.applynow {
	background: #f30;
    width: 220px;
    height: 55px;
    transform: rotate(90deg);
    margin-top: 80px;
    right: 85px;
    margin-bottom: 48px;
}
.contact-button-link-right.applynow2 {
	background: #f30;
    width: 220px;
    height: 55px;
    transform: rotate(90deg);
    margin-top: 170px;
    right: 85px;
    margin-bottom: 48px;
}
.contact-button-link-right.facebook {
	background: #3b5998;
}
.contact-button-link-right.twitter {
	background: #00aced;
}
.contact-button-link-right.youtube {
	background: #ff0000;
}
.contact-button-link-right.gplus {
	background: #db4437;
}
.contact-button-link-right.linkedin {
	background: #0077b5;
}
.contact-button-link-right.whatsapp {
	background: #59d465;
}
.contact-button-link-right.email {
	background: #0077b5;
}
.contact-button-link-right.separated {
	margin-top: 1em;
}
.show-hide-contact-bar-right, .contact-button-link-right.show-hide-contact-bar-right:focus, .contact-button-link-right.show-hide-contact-bar-right:active {
	background: transparent;
	color: #000;
	border: 0;
	outline: 0;
	padding: 0;
	width: 50px;
}
.contact-button-link-right.show-hide-contact-bar-right:hover {
	color: #000;
	background: #ccc;
	padding: 0;
	width: 50px;
}