
/*********************************
6. Search Bar
*********************************/

.search_bar
{
	width: 100%;
	z-index: 2;
}
.search_bar input{
	background:transparent;
	color:#fff;
	border:none;
	border-bottom:2px solid #fff;
	outline: none;
	padding-bottom: 20px;
}
.search_bar input::placeholder, .search_bar input:focus{
	color:#fff;
	outline: none;
}
.search_bar_container
{
	/*
	width: calc(100% + 40px);
	left: -20px;
	background: rgb(234, 42, 67);
	height: 162px;
	margin-top: -115px;
	padding-left: 50px;
	padding-right: 48px;
	padding-top: 53px;
	padding-bottom: 50px;
	*/
    z-index: 1000;
    position: relative;
}
.search_bar_form > div:not(:last-child)
{
	padding-right: 17px;
}
/*
.search_bar_form > div:first-child,
.search_bar_form > div:nth-child(2)
{
	width: 35.163%;
}
.search_bar_form > div:nth-child(3)
{
	width: 29.429%;
}
*/
.search_form_select
{
	display: block;
	position: relative;
	width: 100%;
	height: 59px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    border: none;
    outline: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #FFFFFF;
    background: #333;
    cursor: pointer;
    padding-left: 22px;
}
.search_form_select option
{
	font-style: normal;
}
.search_bar_button
{
	width: 236px;
	height: 59px;
	cursor: pointer;
	background: transparent;
	border: solid 2px #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_bar_button:hover
{
	background: #fff;
	color: rgb(234, 42, 67);
}
.search_bar_container::after
{
	/*
	display: block;
	position: absolute;
	left: 53px;
	bottom: 0;
	width: calc(100% - 103px);
	height: 4px;
	background: #fff;
	content: '';
	*/
}


.sm-cloner_-autcomplete-wrap{position: relative;}
.sm-cloner-auto-search-result {
	 list-style: none;
	 padding: 0px;
	 width: 100%;
	 position: absolute;
	 margin: 0;
	 background: white;
	 z-index: 5;
}

.sm-cloner-auto-search-result li{
	 background: #F1F4FFFF;
	 padding: 4px;
	 margin-bottom: 1px;
}

.sm-cloner-auto-search-result  li:nth-child(even){
	 background: #A2A2A1FF;
	 color: white;
}

.sm-cloner-auto-search-result  li:hover{
	 cursor: pointer;
}
.sm-cloner-li {
    width: 100%;
    border: 1px solid #efefef;
    padding:10px;
    overflow: hidden;
}

.sm-cloner-li img {
    margin-right: 15px;
    float: left;
}
.sm-cloner-li .cbox{
	float: left;
}
.sm-cloner-li h3,
.sm-cloner-li p{
    margin: 2px 0 0 0 !important;
	color:#333 !important;
	font-weight: bold;
}