.bbaner_btn_con {
	float: right;
	width: 100%;
	text-align:center;
	display:inline-block;
	margin-top: 10px
}
.bbaner_btn {
	float: none;
	width: auto;
	font-size: 17px;
	font-weight: 400;	
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color:#913f2f;
	padding: 10px 18px 10px 18px!important;
	line-height: 1em;
	border-radius: 25px;
	display:inline-block;
}
.bbaner_btn:hover {
	color: #fff !important;
	background-color:#371b0f;
}
.bbaner_btn:focus {
	color: #fff !important;
	background-color:#7c7321;
}
.bbaner_section {
	float: right;
	width: 100%;
}
.bbaner_section_inside {
	float: right;
	width: 100%;
	position:relative;
}
.bbaner_image {
	right:0;
	left:0;
	top:0;
	bottom:0;
	width: 100%;
	position:absolute;
	z-index:0;
}
.bbaner_content {
	width: 100%;
	position: absolute;
	z-index: 1;
	display:table;
	direction:rtl;
}
.bbaner_content_middle {
	display:table-cell;
	vertical-align:middle;
}
.bbaner_form_title {
    margin-bottom:3px
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.bbaner_section {
	height:180px;
	margin-top: 70px;
	margin-bottom:70px;
}
.bbaner_section_inside {
	height:180px;
}
.bbaner_content {
	height: 180px;
	box-sizing:border-box;
	padding-right: 0px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.bbaner_section {
	height:180px;
	margin-top: 50px;
	margin-bottom:50px;
}
.bbaner_section_inside {
	height:180px;
}
.bbaner_content {
	height: 180px;
	box-sizing:border-box;
	padding-right:40px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.bbaner_section {
	height:130px;
	margin-top: 20px;
	margin-bottom:20px;
}
.bbaner_section_inside {
	height:130px;
}
.bbaner_content {
	height: 130px;
	box-sizing:border-box;
	padding-right:20px;
}
.bbaner_btn_con {
	margin-top: 3px
}
.bbaner_btn {
	font-size: 16px;
	padding: 9px 18px 10px 18px!important;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.bbaner_section {
	height:250px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bbaner_section_inside {
	height:250px;
}
.bbaner_content {
	height: 250px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
.bbaner_form_title {
    text-align:center!important
}
.bbaner_btn_con {
	text-align:center;
	display:inline-block;
	margin-top: 10px
}
.bbaner_btn {
	float: none;
	padding: 9px 18px 10px 18px!important;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.bbaner_section {
	height:250px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bbaner_section_inside {
	height:250px;
}
.bbaner_content {
	height: 250px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
.bbaner_form_title {
    text-align:center!important
}
.bbaner_btn_con {
	text-align:center;
	display:inline-block;
	margin-top: 10px
}
.bbaner_btn {
	float: none;
	padding: 9px 18px 10px 18px!important;
}
}