
[class*="bbc_col"] {
	padding-top: 15px;
	padding-bottom: 15px;
	/*background-color: rgba(86,61,124,.15);
	box-shadow: inset 0px 0px 0px 1px rgba(86,61,124,.2);*/
}
.bbc_row_center {
	text-align: center;
}
.bbc_col_wrap {
	padding: 0;
	z-index: 0;
}

#bbc_wrapper {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 35px;
}
#bbc_text {
	height: 220px;
	overflow: auto;
}

#bbc_dd_select {
	height: 50px;
	line-height: 50px;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	padding: 0px 15px;
	background-color: #f1f1f1;
	border: 2px solid #f1f1f1;
	cursor: pointer;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
#bbc_dd_select:before {
	content: '▼';
	position: absolute;
	display: block;
	right: 7%;
	width: 22px;
	height: 22px;
	z-index: 2;
	pointer-events: none;
}
#bbc_dd_select.active:before {
    content: '▲';
}
#bbc_dd_select:hover {
	border-color: #ed7203;
}
#bbc_dd_options {
    display: none;
    position: absolute;
    /*top: 100%;*/
    right: 5%;
    left: 5%;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}
#bbc_dd_options li {
	/*height: 50px;
	line-height: 50px;
	text-align: center;*/
	text-align: left;
	padding: 0px 15px;
	background-color: #f1f1f1;
	border: 2px solid #f1f1f1;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: pointer;
}
#bbc_dd_options li:hover {
	color: #ed7203;
}

#bbc_budget {
	width: 80%;
	height: 50px;
	text-align: center;
	background-color: #f1f1f1;
	border: none;
}
#bbc_budget::placeholder {
	color: #333;
}
#bbc_calc {
	min-width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
	color: white;
	background-color: #ed7203;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
#bbc_calc:after {
	content: "";
	position: absolute;
	right: -18px;
	top: 7.0px;
	height: 35px;
	width: 35px;
	background-color: #ed7203;
	transform: rotate(45deg);
	z-index: -1;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
#bbc_calc:hover {
	background-color: #cf6200;
}
#bbc_calc:hover:after {
	background-color: #cf6200;
}

#bbc_result {
	filter: grayscale(100%);
	opacity: 0.25;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#bbc_anim {
	height: 300px;
}
#bbc_result1 {
	font-size: 24px;
	color: #457589;
}
#bbc_result2 {
	font-size: 24px;
	color: #e84823;
}
