.mob_elemnt {
	display:none;
}
.togl_btn > span {
	display:none;
}
.mob_show {
	display: none;
}
.index_bg {
	min-width: 1053px;
	width: 100%;
}
.owl-buttons {
}
.owl-controls.clickable {
	position: absolute;
	top: 50%;
	margin-top:-17px;
	width:100%;
}
.owl-buttons .owl-next, .owl-buttons .owl-prev {
	width:35px;
	height:50px;
	text-indent:-9999px;
	position: absolute;top: 50%; margin-top: -17px;
}
.owl-buttons .owl-next {
	background:url(../images/right.png) no-repeat;
	right:8px;
}
.owl-buttons .owl-prev {
	background:url(../images/left.png) no-repeat;
	left:0;
}
/* Load More */
.load_more {
	width: 100%;
	background: none repeat scroll 0 0 #502403;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "MyriadProSemibold";
	font-size: 18px;
	padding: 6px 20px;
}
.spinner {
	margin: 0 auto 0;
	width: 70px;
	text-align: center;
	display: none;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
/* Load More */

.tbl_featured_listing .pagination > ul {
	top: -12px;
}
.index_slider {
	background: url("../images/bgr_black.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	box-sizing: border-box;
	display: inline-block;
	padding: 12px;
	width: 1000px;
}
.index_slider .owl-buttons .owl-next {
	right: 0;
}
.index_slider .owl-buttons .owl-next, .index_slider .owl-buttons .owl-prev {
	display:none;
}
.searchForm select {
}
.searchForm input[type=text], .searchForm input[type=submit] {
	-webkit-appearance: none;
}
.news_slider {
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.inner > form#frmSearch {
	position: relative;
	z-index: 9;
}
.searchForm table select:after {
}
.content_area.content_img > ul li{
  color: #616263;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 19px;
}
.left_portion {
  margin-bottom: 30px;
}
.copy_right p {
  padding: 15px 0;
}