/*==================================
	sidebarContact
==================================*/

.sidebar-contact {
    position: fixed;
    z-index: 99;
    right: -60px;
    top: 35%;
    background: #000;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-radius: 5px;
    border: 1px solid #fff;
}

	.sidebar-contact-link {
		display: block;
		padding: 15px 15px 10px 15px;
		color: #fff;
		font-weight: 600;
    font-size: 18px;
	}

	.sidebar-contact-link:hover, .sidebar-contact-link:focus {
		color: #94b531;
	}

		.siderbar-contact-icon {
			margin: 0 10px 0 0;
			color: #94b531;
			font-weight: 600;

		}

/*==== End of sidebarContact ====*/


/*==================================
	Responsive
==================================*/

@media screen and (max-width:767px) {
	.sidebar-contact {
		display: none;
	}

}

/*==== End of Responsive ====*/
