

body {
	margin: 0px;
	padding: 0px;
}

.StayconnectWidget .cb-chat-sec {
	width: 0px;
	padding:0px !important;
}

.sticky {
	position: fixed !important;
	top: 35%;
	right: 0px;
	z-index: 2000;
	width: 66px;
	height: 200px;
}

.sticky.close {
	width: 62px;
	right: 0px;
}

.sticky.open {
	width: 302px;
	right: 0px;
}

.sticky_handle {
	float: left;
	width: 62px;
	position: relative;
	z-index: 3000;
}

.sticky_handle li, .sticky_handle li a{
	cursor: pointer;
}

.close .sticky_handle:hover {
	margin-right: 2px;
}

.sticky ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sticky ul .active {
	background: #FFF;
	border-right: none;
}

.sticky ul li {
	float: left;
	background-color: #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background: -moz-linear-gradient(left, #ddd 0, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ddd), color-stop(100%, #fff));
	background: -webkit-linear-gradient(left, #ddd 0, #fff 100%);
	background: -o-linear-gradient(left, #ddd 0, #fff 100%);
	background: -ms-linear-gradient(left, #ddd 0, #fff 100%);
	background: linear-gradient(to right, #ddd 0, #fff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=1);
	list-style: none;
}

.sticky ul .cb-chat-txt {
	float: left;
	padding-left: 0px !important;
}

.sticky ul li {
	float: left;
	background-color: #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background: -moz-linear-gradient(left, #ddd 0, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ddd), color-stop(100%, #fff));
	background: -webkit-linear-gradient(left, #ddd 0, #fff 100%);
	background: -o-linear-gradient(left, #ddd 0, #fff 100%);
	background: -ms-linear-gradient(left, #ddd 0, #fff 100%);
	background: linear-gradient(to right, #ddd 0, #fff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=1);
	list-style: none;
}

.sticky ul .active {
	background: #FFF;
	border-right: none;
}

.sticky ul li:hover {
	background: #FFF;
	text-decoration: underline;
}

.sticky ul li:hover> a> span {
	text-decoration: underline !important;
}

.sticky ul li a {
	display: block;
	color: #4e4e4e;
	overflow: hidden;
	text-align: center;
	border: 1px solid #FFF;
	padding: 5px 0 20px;
	width: 58px;
}

.close .sticky_body {
	width: 210px;
	padding: 10px;
	height: 0px;
	overflow: hidden;
	float: left;
	margin-right: -240px;
	min-height: 165px;
	border: 1px solid #d7d7d7;
	background: #F5F5F5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.open .sticky_body {
	/*width: 240px;*/
	width: 220px;
	height: auto;
	padding: 10px;
	overflow: hidden;
	float: left;
	margin-left: -2px;
	margin-right: 0px;
	margin-bottom: 0px !important;
	min-height: 167px;
	background: #F5F5F5;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	background: -moz-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(51%, #fff), color-stop(100%, #eee));
	background: -webkit-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
	background: -o-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
	background: -ms-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
	background: linear-gradient(to right, #fff 0, #fff 51%, #eee 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.icon {
	background: url('https://www.oracleimg.com/webfolder/s/dm/image9/cb-lp-sprite.png') 0 0 no-repeat;
	display: block;
	height: 26px;
	width: 28px;
	position: relative;
	top: 6px;
	left: 50%;
	margin-left: -14px;
}

.contenticon {
	background: url('https://www.oracleimg.com/webfolder/s/dm/image9/cb-lp-sprite.png') 0 0 no-repeat;
	display: block;
	height: 26px;
	width: 28px;
	float: left;
}

.contenttext {
	//font-weight: bold;
	font-size: 15px;
	padding-top: 5px;
}

.sticky_call {
	background-position: 0px 0px;
}

.sticky_chat {
	background-position: 0px -30px;
}

.sticky_social {
	background-position: 0px -60px;
}

.sticky_scrolltop {
	background-position: 0px -88px;
}

.sticky_bullet {
	background-position: -27px -26px;
}

.sticky_phone {
	background-position: -27px 3px;
}

.sticky_global {
	background-position: -27px -53px;
}

span.sticky_text {
	margin-top: 9px;
	width: 100%;
	float: left;
	font-size: 12px;
	display:none !important;
}

.sticky_arrow {
	display: none;
}

.stickyoutter {
	float: left;
	width: 0px;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
}
.stickytab{
	margin-top:10px;
	width:95% !important;
}

.stickytab a {
	line-height: 1.1em;
	color: #4e4e4e;
}

.stickytab h4, p {
	margin: 0 0 .6em;
	line-height: 1.1em;
	color: #4e4e4e;
}

.stickytab h4 {
	font-weight: bold;
}

.stickytab p {
	font-size: 13px;
}

/*.stickytab div {
	margin-bottom: 15px;
}*/

.sticky_body .cb-social-sec {
	padding: 0px !important;
	margin-left: 0px !important;
	background-color: inherit !important;
	/*width: 220px !important;*/
}

.sticky_body .cb-chat-txt {
	width: 100% !important;
	padding-left: 0px !important;
	text-align:left;
}

.sticky_body .body-title {
	font-size: 16px !important;
}

.sticky_body .cb-col-sec {
	margin-top: 0px !important;
}

.sticky_body .share-sec{
	float: left;
    width: 100%;
    clear: both;
    margin-top: 0px !important;
	background :none !important;
	padding: 0px !important;
}

.sticky_body .share-txt {
	float:left;
	width:100%;
    display: block;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 8px;
}
.sticky_body .body-lit {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2b2b2b;
}

.sticky_body .share-icon-sec{
	float: left;
    width: 100%;
}
/*
------------- sticky for mobile ---------------
*/

.sticky_mobile {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 2000;
	width: 100%;
}

.sticky_mobile .cb-chat-sec {
	width: 0px;
	padding:0px !important;
}

.sticky_mobile .sticky_handle {
	float: left;
	height: 42px;
	width: 100% !important;
	position: relative;
	z-index: 3000;
	background: #d1d1d1;
	background: -moz-linear-gradient(top, rgba(209, 209, 209, 1) 0, rgba(166, 166, 166, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(166, 166, 166, 1)));
	background: -webkit-linear-gradient(top, rgba(209, 209, 209, 1) 0, rgba(166, 166, 166, 1) 100%);
	background: -o-linear-gradient(top, rgba(209, 209, 209, 1) 0, rgba(166, 166, 166, 1) 100%);
	background: -ms-linear-gradient(top, rgba(209, 209, 209, 1) 0, rgba(166, 166, 166, 1) 100%);
	background: linear-gradient(to bottom, rgba(209, 209, 209, 1) 0, rgba(166, 166, 166, 1) 100%);
	background: linear-gradient(to bottom, rgba(209, 209, 209, 1) 0, rgba(166, 166, 166, 1) 100%);
	background: linear-gradient(to bottom, rgba(209, 209, 209, 1) 0, rgba(166, 166, 166, 1) 100%);
}

.sticky_mobile ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sticky_mobile ul li {
	float: left;
	background-color: #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background: -moz-linear-gradient(left, #ddd 0, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ddd), color-stop(100%, #fff));
	background: -webkit-linear-gradient(left, #ddd 0, #fff 100%);
	background: -o-linear-gradient(left, #ddd 0, #fff 100%);
	background: -ms-linear-gradient(left, #ddd 0, #fff 100%);
	background: linear-gradient(to right, #ddd 0, #fff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=1);
	list-style: none;
}

.sticky_mobile ul .active {
	background: #FFF;
	border-bottom: none;
}

.sticky_mobile ul li:hover {
	background: #FFF;
}

.sticky_mobile ul li a {
	display: block;
	color: #4e4e4e;
	overflow: hidden;
	text-align: center;
	border: 1px solid #FFF;
	padding: 15px 0 6px;
	width: 43px;
}

.sticky_mobile .sticky_body {
	width: 100% !important;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	margin-bottom: -22px;
	float: left;
	min-height: 0px !important;
	background: #F5F5F5;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	background: -moz-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(51%, #fff), color-stop(100%, #eee));
	background: -webkit-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
	background: -o-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
	background: -ms-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
	background: linear-gradient(to right, #fff 0, #fff 51%, #eee 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media screen and (max-width: 860px) {
	.sticky_text {
		display: none;
	}
	.sticky ul li a {
		width: 50px;
		padding: 17px 0 2px;
	}
	.sticky_handle {
		width: 54px;
	}
	.sticky_mobile ul li a {
		padding-bottom: 0px !important;
	}
	.icon {
		position: relative;
		top: -8px;
	}
}

@media screen and (max-width: 750px) {
	.sticky_handle li:last-child {
		display: block;
		float: right;
	}
}

