#menu{
	transition: all 0.3s ease;
	position: fixed;
	width: 0%;
	/*top: 14%;*/
	z-index:999;
	left: -130px;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	z-index: 999;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);;
}

#menu a{
	color: white;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border-radius: 100px;
	transition: all 0.2s ease;
}

#menu a:hover{
	background: rgb(50, 50, 50);
}

#menu-toggle{
	position: fixed;
	top: 44%;
	left: 0;
	background: rgba(0, 0,0, 0.9);
	z-index: 1000;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease;
}

#menu-toggle:hover{
	cursor: pointer;
}

#menu.open{
	left: 0;
	width: 115px;
	display: block;
}

#menu-toggle.open{
	left:115px;
}

/*
.share_box {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 4px solid #ddd;
    border-radius: 0 5px 5px 0;
    border-right: 4px solid #ddd;
    border-top: 4px solid #ddd;
    height: 453px;
    left: 0;
    padding: 5px 12px 15px 0;
    position: fixed;
    top: 10%;
    width: 100px;
    z-index: 9999;
}*/
/*******************request callback sidebar*************/

.request-callback-sidebar {
    background-image: url("../images/request-callback-sidebar.png");
    background-position: left center;
    cursor: pointer;
    height: 154px;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 44%;
    transition: all 0.3s ease 0s;
    width: 41px;
    z-index: 1000;
}
.when_usa{
	background-image:none !important;
	position:static !important;
	color:#ffffff;
}
.when_usa:hover {
	color:#ffffff;
}
