#div-bot-container{
	background: transparent !important;
	border: 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1), 0 10px 30px 0 rgba(0,0,0,0.2);
    z-index: 99999;
	width: 300px;
	height: 400px;
	position: fixed;
	bottom: -1px;
	right: 20px;
	display:none;  /* start hidden */
	z-index: 9999999;
}
#div-bot-container.modern{
	box-shadow: none;
	width: 330px;
}
#div-bot-container.floating{
	height: 500px;
	width: 340px;
	box-shadow: none;
}

#div-bot-container.left{
	right: auto;
	left: 20px;
}
	
#div-bot-container.embedded{
	display: inline-block;
	position: inherit;
	box-shadow: none;
	border-radius: 5px;
	width: 302px;
	height: 402px;
}

#div-bot-container iframe{
	border-radius: 5px 5px 0 0;
	width: 300px;
	height: 400px;
	border: none;
	border: none;
	box-shadow: none;
}

#div-bot-container.modern iframe{
	width: 330px;
}
#div-bot-container.floating iframe{
	width: 340px;
	height: 500px;
}

#div-bot-container.embedded iframe{
	border-radius: 5px;
}

#div-bot-container.mobile{
	top: 10px !important;
	border-radius: 5px 5px 5px 5px;
}
#div-bot-container.mobile iframe{
	border-radius: 5px 5px 5px 5px;
}

#div-bot-container.minimized{
	width: 100px !important;
	height: 110px !important;
	
	bottom: -1px !important;
	right: 10px !important;
	top: auto !important;
	
	background: transparent !important;
	box-shadow: none !important;
	border: 1px solid transparent;
}
#div-bot-container.left.minimized{
	right: auto;
	left: 10px;
}
	
#div-bot-container.mobile.minimized{
	bottom: 10px !important;
	right: 12px !important;
}

#div-bot-container.minimized iframe{
	width: 100px !important;
	height: 100px !important;
	
	background: transparent !important;
}



@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

@media only screen and (max-width: 767px) {
	/* phones */
	#div-bot-container{
		right: 10px;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	/* portrait phones */
	#div-bot-container{
		right: 10px;
	}
}

