.live-help {
	background: #eee;
    padding: 10px;
    width: auto;
    margin-bottom: 0px;
    display: block;
    width: 18%;
    float: right;
    right: 180px;
    bottom: 60px;
    position: relative;
}


.c2c_hide.live-help a {
	background: #888;
    width: 95% !important;
    margin-bottom: 10px;
    font-size: 1.3em !important;
    margin: 0px 0px 12px !important;
}

.live_chat_off.live-help a {
    background: #888;
    width: 95% !important;
    margin-bottom: 10px;
    font-size: 1.3em !important;
    margin: 0px 0px 12px !important;
}

.live_chat_on.live-help a {
	background: #D81E05;
}

.live-help a {
	background: #888;
	color: #fff;
	border-radius: 4px;
	padding:10px 5px;
	font-size:1.3em;
	display:block;
	font-weight:bold;
	text-align: center;
	margin: 0px;
	margin-bottom: 12px;
}

.live-help a img {    
	width: auto;
	height: auto;
	vertical-align: middle; 
	padding-right:3px;
}
.live-help a:hover {
	text-decoration:none;
}
.live-help span {
	display:block;
	text-align:center;
	font-size:1.2em;
}

/*iphone 5 portrait*/
@media only screen and (max-width: 767px) and (min-width: 320px) and (orientation: portrait) {

}
/*iphone 5 landscape*/
@media only screen and (max-width: 767px) and (min-width: 320px) and (orientation: landscape) {

}
/*iphone 6 plus portrait */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio : 3) { 

}

/*iphone 6 plus landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 3) { 

}
/*ipaid portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 

}
/*ipaid landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

}
