iframe{
    overflow:hidden;
}

.featuresTab-widget {
	display: block;
	position: fixed;
	right: 0;
	top: 25%;
	transition: all .5s ease .5s;
	z-index: 99999
}
#features-wrap {
	background: #f4f4f4;
    padding: 5px;
	position: absolute;
	right: 0;
	transition: all .4s ease .4s;
	width:330px;
}
#featuresTab {
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	border-width: 0;
	box-shadow: -1px 1px 2px #CCC;
	color: #FFF;
	cursor: pointer;
	display: block!important;
	height: 140px;
	position: absolute!important;
	right: 330px;
	top: 0;
	width: 38px
}
#featuresTab span {
	/*font-size: 12px;*/
	font-size: 14px;
	height: 11px;
	/*left: 2px;*/
	line-height: 40px;
	margin-left: -76px;
	position: absolute;
	/*text-transform: uppercase;*/
	top: 40px;
	width: 160px;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 50% 50%;
	-o-transform: rotate(-90deg);
	-o-transform-origin: 50% 50%;
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: 50% 50%;
	transform: rotate(-90deg);
	transform-origin: 50% 50%
}


#featuresTab.angle-right {
	background: 18px 15px no-repeat #549432
}
#featuresTab.angle-left {
	background: -8px 15px no-repeat #549432
}

#features-wrap iframe body 
{
    background-color: rgba(0, 0, 0, 0) !important;
}

.up_arrow {
font-size:16px;
margin-left: 14px;
margin-top: 5px;
transform: rotate(-90deg);
}

.dn_arrow {
	font-size:16px;
	margin-left: 14px;
	margin-top: 5px;
	transform: rotate(-90deg);
}


@media (max-width:500px) {
.featuresTab-widget {
    display: none !important;
}
}

@media (min-width: 660px) and (max-width: 670px){
.featuresTab-widget {
    display: none !important;
}
}

@media (min-width: 566px) and (max-width: 570px){
.featuresTab-widget {
    display: none !important;
}
}

@media (min-width: 730px) and (max-width: 340px){
.featuresTab-widget {
    display: none !important;
}
}