﻿
#cancms_float_bar_fixed_bottom {
    position:fixed;
	left:0px;
	bottom:0px;
	height:130px;
	width:100%;
	background:#f0f5f9;
	overflow: hidden;

}

#cancms_float_bar_fixed_bottom .cc-handle-button{
	float:right;
	cursor:pointer;
	color: #017FFD;
/* 	border: 1px solid #AEAEAE; */
	border: 1px solid #017FFD;
	/*border-radius: 30px;*/
/* 	background: brown; */
	background: #f0f5f9;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 5px;
	margin: 2px;
}
#cancms_float_bar_fixed_bottom .cc-collapsed{

}
#cancms_float_bar_fixed_bottom .cc-expanded{
}
#cancms_float_bar_fixed_bottom div.wpcf7-response-output {
	margin: 0px !important;
}

