/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


body{
	padding:0;
font-family: 'Open Sans', sans-serif;
	background:#fff;
         padding-top: 50px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
}
.margin-t10 { margin-top: 10px;}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
        color:#333;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.banner {
	background:url('../images/banner.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height:240px;
	padding:45px 0 0 0;
}
.listing-banner {
     padding: 15px 0 6px 0;
    background: #334455;
    border-top: 1px solid #7e8082;
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}
.main-banner {
	background:url('../images/banner.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height:400px;
	padding:110px 0 0 0;
}
.banner h1 {
	color:#fff;
	font-size: 45px;
        margin:20px 0 15px 0;

}
.banner p {
    color: #fff;
    margin: 10px 0 30px 0;
    font-size: 21px;
}
.banner a {
	text-decoration: none;
    color: #fff;
    font-size: 17px;
    background-color: #EE8522;
    padding: 10px 20px;
}
.banner a:hover {
	background:#ea9749;
}


.bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
    outline-offset: 0px;
    background-color: #eee;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	box-shadow: none;
    background-color: #FFFFFF;
    border-color: #D1E0EE;
}
.btn {
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li {
    margin: 6px 0;
}
li.dropdown-header {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #000;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    color: #949494;
    font-size: 13px;
	padding: 6px 0 6px 1.25em;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: rgba(1, 161, 133, 0.65);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt:hover {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000;
}
.modal-dialog {
    margin: 100px auto;
}
.header {
    padding: 10px 0;
    background-color: #FFF;
    margin:0px;
}
.logo {
    float: left;
}
.header-right{
	float:right;
}
.logo a {
	font-size: 50px;
    color: #EE8522;
	text-decoration:none;
}
.logo a span {
	color:#f3c500;
}
ul.navigation  {
list-style:none;
}
ul.navigation li {
float:left;
}
ul.navigation li a {
float: left;
    margin-top: 15px;
    font-size: 15px;
    padding: 8px 16px;
    text-decoration: none;
    margin-right:8px;
    color:#333;
font-weight:600;
}
ul.navigation li a:hover {
    color:#EE8522;

}
 ul.navigation li a.active {
    background-color: #EE8522;
    color:#ffffff;

}
a.account {
    float: left;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    background-color: #EE8522;
    padding: 6px 20px;
    text-decoration: none;
    margin-right:10px;
}
a.account:hover {
	background-color: #f3c500;
}
span.active.uls-trigger {
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #6D6D6D;
    margin-top: 26px;
}
.selectregion {
    float: left;
}

/*-- focus --*/
.categories {
    padding: 10px 0 0px 0;
}
.focus-grid a {
	text-decoration:none;
}
.focus-grid {
    margin-top: 30px;
}
.focus-grid h4{
	text-align:left;
    font-size: 2.5em;
    font-weight: 400;
    color: #323232;
}
.focus-grid h4 span {
  display: block;
  font-size: 0.5em;
  margin: 10px 0;
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-grid p {
  margin: 20px 0 0px 0;
    font-size: 1.2em;
    color: #797979;
    font-weight: 300;
    line-height: 1.9em;
}
.focus-border{
border:1px solid #e7eaed;
}
.focus-layout{
	background:#FBFBFB;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-layout{
	margin: 5px;
    padding: 20px 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	text-align: center;
}
.focus-layout:hover {
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-layout h4{
	margin: 0 0 0 0;
	color:#333;
	font-size: 18px;
	text-align:center;
	height: 35px;
	margin-top: 20px;
}
.focus-layout:hover h4.clrchg {
}
.focus-grids {
    margin-top: 5em;
}
.focus-image{
  text-align: center;
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-image i {
    font-size: 40px;
    colclass="b-head"or: #fff;
    background: #2675a1;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-border:hover{
border: 1px solid #cce;
}
.focus-image i.fa-laptop {
	background:#195053;
}
.focus-image i.fa-tablet {
	background:#2eb2d0;
}
.focus-image i.fa-motorcycle {
	background:#427b45;
}
.focus-image i.fa-wheelchair {
	background:#7e3b07;
}
.focus-image i.fa-graduation-cap {
	background: #3e71bb;
}
.focus-image i.fa-tv {
	background:#349881;
}
.focus-image i.fa-shopping-bag {
	background:#3d99c7;
}
.focus-image i.fa-home {
	background:#1ca39d;
}
.focus-image i.fa-h-square {
	background:#2a7a98;
}
.focus-image i.fa-shield {
	background: #0f8dd2;
}
.focus-image i.fa-cab {
	background:#298267;
}
.focus-image i.fa-hotel {
	background:#26a065;
}
.focus-layout:hover div.focus-image i.mobile{
}
i.laptop {
}
.focus-layout:hover div.focus-image i.laptop{
}
i.car {
}
.focus-layout:hover div.focus-image i.car{
}
i.bike {
}
.focus-layout:hover div.focus-image i.bike{
}
i.furniture {
}
.focus-layout:hover div.focus-image i.furniture{
}
i.pets {
}
.focus-layout:hover div.focus-image i.pets{
}
i.books {
}
.focus-layout:hover div.focus-image i.books{
}
i.fashion {
}
.focus-layout:hover div.focus-image i.fashion{
}
i.kids {
}
.focus-layout:hover div.focus-image i.kids{
}
i.services {
}
.focus-layout:hover div.focus-image i.services{
}
i.job {
}
.focus-layout:hover div.focus-image i.job{
}
i.real-estate {
}
.focus-layout:hover div.focus-image i.real-estate{
}
/*-- //focus --*/
/*-- sign-in --*/
.graphs {
    padding: 50px 0;
    margin-bottom: 40px;
}
.sign-in-up{
	background:#f9f9f9 !important;
	min-height: 830px;
}
.sign-in-form{
	margin:0 auto;
	width:35%;
}
.sign-in-wrapper{
	background:#f9f9f9;
}
.new_people{
	padding:3em 0 0;
	text-align:center;
}
.new_people h2{
	font-size:2em;
	color:#f3c500;
	margin:0;
}
.new_people p{
	color:#999;
	margin:1em 0 2em;
	font-size:14px;
	line-height:1.8em;
}
.new_people a{
	padding: 12px 30px;
    border: 1px solid #EE8522;
    color: #EE8522;
    text-decoration: none;
    font-size: 16px;
}
.new_people a:hover{
	color:#FFF;
	border:1px solid #f3c500;
	background:#f3c500;
}
.sign-in-form-top{
	display: block;
    padding: 0 0 15px;
}
.sign-in-form-top h1{
	color:#000;
	margin:0;
	font-size:2em;
	font-weight:300;
	text-decoration:none;
}
.sign-in-form-top p a{
	color:#fff;
}
.sign-in-form-top p a:hover{
	text-decoration:none;
}
.sign-in-form-top p span{
	color:#8BC34A;
}
.signin {
    padding: 2em;
	position:relative;
	background: #fff;
}
.signin-rit {
  padding: 0.3em 0em 0em 0em;
}
.log-input input[type="text"],.log-input input[type="password"] {
  font-size: 0.95em;
  padding: 10px 15px 10px 37px;
  width: 98%;
  color: #A8A8A8;
  outline: none;
  border: 1px solid #D3D3D3;
  border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  background: #FFFFFF;
  margin: 0em 0em 1.5em 0em;
  border-style: solid;
}
.log-input input.user {
  background: url(../images/user.png)no-repeat 8px 10px #fff;
}
.log-input input.lock {
  background: url(../images/lock.png)no-repeat 8px 10px #fff;
}
.log-input-left {
  float: left;
  width: 90%;
}
span.checkbox1 {
  float: left;
  width: 43%;
}
.signin .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}
.signin .checkbox {
	position: relative;
    font-size: 1em;
    font-weight: normal;
    color: #999;
    padding: 0em 0.5em 0em 2em;
	margin: 0;
}
.checkbox i {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    outline: none;
    border: 1px solid #DDDDDD;
    background: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.signin .checkbox input {
	position: absolute;
    left: 0px;
    margin-left: 0;
    top: 3px;
}
/*--input check box--*/
span.checkbox2 {
  float: right;
  width: 8%;
  margin: 0.5em 0em 0em 0em;
}
.log-input .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}
.log-input .checkbox {
  position: relative;
  font-size: 0.95em;
  font-weight: normal;
  color: #999;
  padding: 0em 0.5em 0em 1.6em;
}
.log-input .checkbox i {
  position: absolute;
  bottom: -26px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  outline: none;
  background: #fff;
  border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}
.log-input:nth-child(1) {
    margin: 2em 0 0;
}
.log-input .checkbox input + i:after {
	content: '';
	background: url("../images/tick.png") no-repeat 5px 5px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.log-input .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.log-input .checkbox input {
	position: absolute;
	left: -9999px;
}
.log-input .checkbox input:checked + i:after {
	opacity: 1;
}
.sign-in-form input[type="submit"] {
	font-size: 17px;
    color: #fff;
    background: #EE8522;
    border: none;
    padding: 10px 0;
    width: 45%;
    display: block;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    cursor: pointer;
    margin: 0.5em 0 0 27.5%;
}
.sign-in-form input[type="submit"]:hover {
	 background:#f3c500;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.signin-rit p {
	float: right;
    width: 30%;
	font-size: 1em;
}
.signin-rit p a{
  color: #999;
}
.clear{
	clear:both;
}
/*-- sign-up --*/
.sign-up{
	width: 40%;
    margin: 0 auto;
}
.sign-up h1 {
    text-align: center;
    font-size: 2em;
    color:#f3c500;
    margin: 0 0 0.5em;
}
p.creating{
	color:#999;
	font-size:14px;
	margin:.5em 0 3em;
	line-height:1.8em;
	text-align:center;
	}
.sign-up1{
	float:left;
	width:27%;
	}
.sign-up1 h4{
	color:#3C4348;
	margin:1.6em 0 1em;
	font-size:18px;
	}
.sign-up2{
	float:right;
	width:70%;
	}
.sign-up2 input[type="text"]{
	outline:none;
	border:1px solid #BEBEBE;
	background:none;
	font-size:15px;
	padding:10px 10px;
	width:100%;
	margin:1em 0;
	}
.sign-up2 input[type="password"]{
	outline:none;
	border:1px solid #BEBEBE;
	background:none;
	font-size:15px;
	padding:10px 10px;
	width:100%;
	margin:1em 0;
	}
.sign-up h2{
	margin: 0 0 2em;
	color:#EE8522;
	font-size: 20px;
	}
.sign-up h6{
	margin: 2em 0 1em;
	color:#F44336;
	font-size: 20px;
	}
.sign-up input[type="submit"]{
	outline: none;
    border: none;
    background: #EE8522;
    color: #fff;
    font-size: 1em;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	}
.sign-up input[type="submit"]:hover{
	background:#f3c500;
	color:#fff;
	}
.sub_home {
    margin: 3em 0 0;
}
.sub_home_left{
	float:left;
	width:30%;
}
.sub_home_right{
	float:right;
}
.sub_home_right p{
	font-size:1em;
	color:#999;
	margin:.7em 0 0;
}
.sub_home_right p a{
	text-decoration:underline;
	color:#f3c500;
}
.sub_home_right p a:hover{
	color:#999;
}
/*-- //sign-up --*/

/*--flexisel--*/
.trending-ads {
   padding: 20px 0 40px 0;
}
.flex-slider{	
	background:#242a2c;
	padding:100px 0;
}

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.home-slider li{ display: none;}
.home-slider li.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
        display:inline;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}

/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:20px;
	height:40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -45px;
	top: 38% !important;
	background: url(../images/themes1.png) no-repeat 1px 3px;
}
.nbs-flexisel-nav-right {
	right: -45px;
	top: 38% !important;
	background: url(../images/themes1.png) no-repeat -23px 3px;
}
ul#flexiselDemo3.nbs-flexisel-nav-left, ul#flexiselDemo3.nbs-flexisel-nav-right {
	width:26px;
	height:44px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	display:none;
}
.biseller-column img {
    width: 100%;
	position:relative;
	border:1px solid #F9F9F9;
	box-shadow: 0 0 10px #F9F9F9;
	-webkit-box-shadow: 0 0 10px #F9F9F9;
	-moz-box-shadow: 0 0 10px #F9F9F9;
	box-shadow: 0 0 10px #F9F9F9;
}
.biseller-column a {
    display: block;
	padding-top: 5px;
}
.trend-ads {
    width: 90%;
    margin: 0 auto;
   padding-top:10px;
}
.trend-ads h2 {
   color: #333;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}
.ad-info h5 {
    text-align: left;
    font-size: 17px;
    color: #333;
    margin: 5px;
    line-height: 20px;
}
.ad-info span {
    display: block;
    color: #888;
    margin-top: 10px;
    font-size: 14px;
}
span.price {
    background-color: rgba(89, 194, 175, 0.79);
    color: #FFF;
    display: block;
    font-size: 16px;
    padding: 7px 15px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 5px;
    z-index: 2;
    line-height: 1;
	letter-spacing: 3px;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.biseller-column:hover span.price{
	background:rgba(243, 197, 0, 0.79);
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
span.price:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: " ";
    margin-top: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: rgba(89, 194, 175, 0.79) transparent transparent transparent;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.biseller-column:hover span.price:after {
    border-color: rgba(243, 197, 0, 0.79) transparent transparent transparent;	
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--//flexisel--*/
/*--mobile-app--*/

.mobile-app {
    background-color: #F5A04A;
	padding-top:80px;
}
.app-right {
	margin-top:50px;
}
.app-right h3 {
    font-size: 28px;
    color: #fff;
    line-height: 35px;
}
.app-right h3 span {
	color:#000;
	margin:0 7px;
}
.app-right p {
	margin:15px 0 30px 0;
	color:#eee;
	font-size:15px;
	line-height:25px;
}
.app-button {
    float: left;
}
.app-button a {
	display:block;
}
.app-button img {
    width:90%;
}
.well-box{
    min-height: 20px;
    margin: 0px 15px 20px 0px;
}
.img-thumbnail{
padding:0px;
border: 1px solid #aaa;
border-radius: 0px;
width:160px;
    background: #f5f5f5;
}
.cat-box h3 {
    margin: 0 0 0 0;
    color: #333;
    font-size: 17px;
    text-align: center;
    margin-top: 15px;
height:30px;
}
.cat-box h2 {
    margin:0px 0 15px 0;
font-size:23px;
}
/*-- //mobile-app--*/

/*-- footer --*/
.footer {
    margin: 60px 0;
}
.footer-top {
    padding: 30px 0;
    background: #282C35;
}
.footer-bottom p {
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 14px;
}
.footer-bottom {
       background: #282C35;
    padding: 25px 0;
    border-top: 1px solid #3C3F46;
}
h4.footer-head {
font-size: 22px;
    color: #ADB0B6;
    margin-bottom: 16px;
}
.footer-grid p {
      color: #cdcdcd;
    font-size: 13px;
    line-height: 25px;
    margin-top: 15px;
}
.footer-grid ul li {
	list-style-type: none;
    margin: 10px 0;
}
.footer-grid ul li a {
    color: #cdcdcd;
    font-size: 13px;
    font-weight: 400;
}
span.hq {
    color: rgba(89, 194, 175, 0.79);
    font-size: 1em;
    margin-bottom: 1em;
    display: block;
}
address {
    width: 100%;
    color: #767676;
    font-size: 0.9em;
    line-height: 2.4em;
}
ul.location {
    margin-top: 1em;
}
ul.location li {
    float: left;
    display: inline-block;
    margin: 0;
}
span.glyphicon.glyphicon-map-marker {
    margin-top: 3px;
}
span.glyphicon.glyphicon-map-marker, span.glyphicon.glyphicon-earphone, .glyphicon.glyphicon-envelope {
    color: #fff;
    font-size: 12px;
    background-color: rgba(89, 194, 175, 0.68);
    padding: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: top;
}
ul.location li:nth-child(2) {
    float: right;
    width: 85%;
    color: #979797;
    font-size: 0.95em;
    line-height: 2em;
    text-transform: lowercase;
    margin: 0;
}
.copyrights p,.diff p {
    color: #979797;
    font-size: 13px;
	margin-top:0;
}
.copyrights p a,.diff p a {
	color:#F3C506;
	margin-left:2px;
}
.copyrights p a:hover,.diff p a:hover {
	color:#EE8522;
}
.footer-social-icons ul li {
	display:inline-block;
	margin:0 0.2em;
}
.footer-social-icons ul li a{
	width:30px;
	height:30px;
	background:url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	position: relative;
}
.footer-social-icons ul li a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
    background: #EE8522;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer-social-icons ul li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #EE8522;
    position: absolute;
    bottom: -5px;
    left: 34px;
}
.footer-social-icons ul li a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}

.footer-social-icons ul li a.facebook {
	background-position:0px 0px;
}
.footer-social-icons ul li a.facebook:hover {
	background-position:-0px -30px;
}
.footer-social-icons ul li a.twitter {
	background-position:-30px 0px;
}
.footer-social-icons ul li a.twitter:hover {
	background-position:-30px -30px;
}
.footer-social-icons ul li a.flickr {
	background-position:-60px 0px;
}
.footer-social-icons ul li a.flickr:hover {
	background-position:-60px -30px;
}
.footer-social-icons ul li a.googleplus {
	background-position:-90px 0px;
}
.footer-social-icons ul li a.googleplus:hover {
	background-position:-90px -30px;
}
.footer-social-icons ul li a.dribbble {
	background-position:-120px 0px;
}
.footer-social-icons ul li a.dribbble:hover {
	background-position:-120px -30px;
}
.footer-social-icons {
    margin: 10px 0 10px 0;
}
.footer-logo a {
    font-size: 40px;
    color: #EE8522;
    text-decoration: none;
}
.footer-logo a span {
    color: #f3c500;
}
.footer-logo a {
	position:relative;
	display:block;
}
.footer-logo a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 44%;
    height: 1px;
    background: #545556;
}
.footer-logo a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 44%;
    height: 1px;
    background: #545556;
}
/*-- //footer --*/


/*-- Categories --*/
.category-list {
    border: 1px solid #F5F5F5;
	box-shadow: 0px 0px 12px -1px rgba(215,215,215,0.44);
    -webkit-box-shadow: 0px 0px 12px -1px rgba(215,215,215,0.44);
    -moz-box-shadow: 0px 0px 12px -1px rgba(215,215,215,0.44);
    -o-box-shadow: 0px 0px 12px -1px rgba(215,215,215,0.44);
    -ms-box-shadow: 0px 0px 12px -1px rgba(215,215,215,0.44);
}
.categories-section {
    padding: 0 0 60px 0;
}
ul.resp-tabs-list.hor_1 {
    background-color: #F5F5F5;
    padding: 35px 0;
}
ul.resp-tabs-list.hor_1 a {
    text-decoration: none;
    color: #f3c500;
    font-size: 15px;
    margin: 25px 0 0 0;
    display: block;
    text-align: center;
}
ul.resp-tabs-list.hor_1 a:hover {
	color:#EE8522;
}
span.total {
    color: #fff;
    font-size: 13px;
    background: #EE8522;
    padding: 10px 20px;
    margin: 3% 5%;
	width:90%;
	cursor:pointer;
	border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
span.total strong {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
    font-weight: normal;
}
.category {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.category-img {
	float:left;
	width:25%;
	text-align: center;
}
.category-img img {
	width:75%;
}
.category-info{
	float:left;
	width:30%;
}
.category-info h4 {
    color: #000;
    font-size: 22px;
}
.category-info span {
    color: #000;
    font-size: 12px;
	display:block;
	margin:10px 0;
}
.category-info a {
    color: #f3c500;
	text-decoration:none;
    font-size: 14px;
}
.category-info a:hover {
	color:#EE8522;
}
.sub-categories {
    margin-top: 20px;   
	margin-left: 20px;
}
.sub-categories ul li {
    list-style-type: none;
    margin: 20px 0;
    float: left;
    width: 50%;
}
.sub-categories ul li a {
	text-transform: capitalize;
    text-decoration: none;
    color: #244A6F;
    font-size: 15px;
}
.sub-categories ul li a:hover {
	color:#EE8522;
}
/*-- //Categories --*/

/*-- Regions --*/
.region-block:nth-child(even) {
    background-color: #f4f4f4;
}
.sun-regions ul li {
	display:inline-block;
	width:24%;
	margin:0 0 5px 0;
}
.sun-regions ul li a {
	color: #4A4949;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
}
.sun-regions ul li a:hover {
	color:#f3c500;
}
.region-block {
    padding: 40px 0px;
}
.state h3 {
    color: #EE8522;
    font-size: 20px;
}
.main-grid-border{
    border-bottom: 3px solid #F4F4F4;
}
h2.head {
    color: #f3c500;
    font-size: 35px;
    margin: 35px 0;
}
/*-- //Regions --*/


/*-- Popular-searches --*/
.popular-search {
    padding: 0 0 60px 0;
}
.tags a:hover {
	color:#EE8522;
}
a.tag1 {
    font-size: 1.8em;
    margin: 0px 10px 0 0;
}
a.tag2 {
    font-size: 1.3em;
    margin: 0px 10px 0 0;
}
a.tag3 {
    font-size: 1.5em;
    margin: 0px 10px 0 0;
}
a.tag4 {
    font-size: 1.8em;
    margin: 0px 10px 0 0;
}
a.tag5 {
    font-size: 1.9em;
    margin: 0px 10px 0 0;
}
a.tag6 {
    font-size: 1.4em;
    margin: 0px 10px 0 0;
}
a.tag7 {
    font-size: 1.1em;
    margin: 0px 10px 0 0;
}
a.tag8 {
    font-size: 1.6em;
    margin: 0px 10px 0 0;
}
a.tag9 {
    font-size: 1em;
    margin: 0px 10px 0 0;
}
a.tag10 {
    font-size: 0.9em;
    margin: 0px 10px 0 0;
}
a.tag11 {
    font-size: 1.2em;
    margin: 0px 10px 0 0;
}
a.tag12 {
    font-size: 1.8em;
    margin: 0px 10px 0 0;
}
a.tag13 {
    font-size: 1.5em;
    margin: 0px 10px 0 0;
}
a.tag14 {
    font-size: 1.2em;
    margin: 0px 10px 0 0;
}
a.tag15 {
    font-size: 1.1em;
    margin: 0px 10px 0 0;
}
a.tag16 {
    font-size: 1.5em;
    margin: 0px 10px 0 0;
}
a.tag17 {
    font-size: 1.5em;
    margin: 0px 10px 0 0;
}
a.tag18 {
    font-size: 1.8em;
    margin: 0px 10px 0 0;
}
a.tag19 {
    font-size: 1em;
    margin: 0px 10px 0 0;
}
a.tag20 {
    font-size: 1.2em;
    margin: 0px 10px 0 0;
}
.tags a{
	text-decoration:none;	
	color: #9C9C9C; 
        font-size:14px;
}
.tags p {
    font-size: 1.2em;
}
.popular-regions {
	background:#F9F9F9;
	padding:40px 0;
	margin-top:40px;
}
.popular-regions h4 {
	color: #EE8522;
    font-size: 25px;
    margin-bottom: 20px;
}
.popular-regions ul li {
    display: inline-block;
    width: 20%;
    margin: 0 0 5px 0;
	float:left;
}
.popular-regions ul li a {
    color: #4A4949;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
}
.popular-regions ul li a:hover {
	color:#f3c500;
}
h4.mpcwc {
	margin-top:40px;
}
.popular-category {
    margin-top: 50px;
}
.popular-category h4 {
    color: #EE8522;
    font-size: 20px;
    margin-bottom: 12px;
}
.popular-category ul li a {
    color: #4A4949;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
}
.popular-category  ul li {
    list-style-type:none;
    margin: 0 0 5px 0;
}
.popular-category ul li a:hover {
    color: #f3c500;
}
.popular-category {
    width: 20%;
    float: left;
}
/*-- //Popular-searches --*/

/*-- sitemap-searches --*/
.sitemap-regions {
	background:#F9F9F9;
	padding:0 0 40px 0;
}
.sitemap-regions h4 {
	color: #EE8522;
    font-size: 25px;
    margin-bottom: 5px;
}
.sitemap-regions ul li {
    list-style-type:none;
    margin: 0 0 5px 0;
}
.sitemap-regions ul li a {
    color: #4A4949;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
}
.sitemap-regions ul li a:hover {
	color:#f3c500;
}
.sitemap-regions ul li.left-gap {
	margin:-2px 0 0 15px;
}
.sitemap-region{
	margin-top:40px;
}
.sitemap-region ul {
    margin-left: 10px;
}
.sitemap-region-grid {
    width: 33.33%;
    float: left;
}
/*-- //sitemap-searches --*/

/*-- terms of use --*/
.terms {
    padding-bottom: 40px;
}
.panel-default {
    border-color: #FFF;
}
.panel-default>.panel-heading {
    color: #222;
    background-color: #FFFFFF;
    border-color: #FFF;
	text-transform:capitalize;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #FFF;
}
.panel-title {
    font-size: 19px;
}
.panel-title:hover {
     cursor: pointer;
}
.panel-title span {
	color:#EE8522;
}
.panel-body {
	padding-top:0;
	padding-bottom:0;
}
.panel-body p {
    color: #9A9A9A;
    font-size: 13.5px;
    margin-left: 17px;
    padding: 0px 15px 20px;
    line-height: 30px;
}
.panel-heading {
	padding: 20px 15px;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group .panel {
    margin-bottom: 5px;
}
/*-- //terms of use --*/

/*-- All-classifieds --*/

span.num-of-ads {
    font-size: 13px;
    margin-left: 3px;
    color: #BAD4EC;
}
ul.all-cat-list li {
    display: inline-block;
    margin: 3px 15px;
	line-height: 2;
}
ul.all-cat-list li a {
    font-size: 14px;
    color: #EE8522;
	text-decoration:none;
}
ul.all-cat-list li a:hover {
	color:#000;
}
.all-categories {
    border: 1px solid #D1E0EE;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	padding: 25px 5px;
	margin-bottom: 25px;
}
.all-categories h3 {
    margin: 0 0 15px 15px;
    color: #f3c500;
    font-size: 25px;
}
/*-- //All-classifieds --*/
/*-- mobile app --*/
.app {
    padding: 70px 0px;
}
.app-image img {
	width:100%;
}
.app-left h2 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
    margin: 70px 0 0px 0;
}
.app-left p {
    margin: 20px 0 0px 0;
    color: #676767;
    font-size: 16px;
    line-height: 25px;
}
.app-devices {
    width: 65%;
    margin: 30px 0 0 0;
}
.app-devices a {
    float: left;
    width: 46%;
	margin-right:4%;
}
.app-devices a img {
    width: 100%;
}
.app-devices h5 {
	font-size:22px;
	margin-bottom:12px;
}
.app-bottom-grids {
    padding: 60px 0;
    background-color: rgba(1, 161, 133, 0.65);
}
.app-bottom-grid h3 {
	font-size: 28px;
    color: #f3c500;
    margin: 30px 0 0px 0;
}
.app-bottom-grid p {
    color: #797979;
    font-size: 13px;
    line-height: 26px;
    margin-top: 10px;
}
.app-bottom-grid i.search {
	width:60px;
	height:60px;
	background:url('../images/img-sprite.png') no-repeat -720px -60px;
	display:inline-block;
}
.app-bottom-grid i.notifications{
	width:60px;
	height:60px;
	background:url('../images/img-sprite.png') no-repeat -780px -60px;
	display:inline-block;
}
.app-bottom-grid i.addads{
	width:60px;
	height:60px;
	background:url('../images/img-sprite.png') no-repeat -840px -60px;
	display:inline-block;
}
.app-bottom-grid i.getreply{
	width:60px;
	height:60px;
	background:url('../images/img-sprite.png') no-repeat -900px -60px;
	display:inline-block;
}
.app-bottom-grid {
    border: 1px solid #eee;
	padding: 30px 15px;
	width:23%;
	margin:0 1%;
	background-color: #FFF;
}
.app-bottom-grid i {
	font-size: 50px;
    color: #EE8522;
}
/*-- //mobile app --*/


/*-- work-section --*/
.work-section {
	padding: 0 0 60px 0;
}
.work-section-head p {
	color: #394b50;
	font-size: 24px;
	font-weight: 500;
	padding: 30px 0 10px 0;
}
.work-section-grid {
	margin-top:8em;
	position:relative;
}
span.arrow1 {
	position: absolute;
	top: -35px;
	right: -64px;
}
span.arrow2 {
	position: absolute;
	top: 75px;
	right: -64px;
}
.work-section-grid h4 {
	color:#000000;
	font-size:25px;
	margin-bottom:15px;
	text-transform: capitalize;
    margin-top: 50px;
}
.work-section-grid p {
	color: #7b7b7b;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom:100px;
}
a.work {
	color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: #f3c500;
    text-transform: uppercase;
    font-weight: 400;
    padding: 11px 23px;
}
a.work:hover {
	background:#EE8522;
}
.work-section-grid i {
	font-size:70px;
	color:#EE8522;
}
.client {
	float:left;
	width: 25%;
	margin-right: 6%;
}
.client img {
	width:100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.client-info {
	float:left;
	width: 69%;
}
.happy-clients {
	background:rgba(1, 161, 133, 0.65);
	padding:60px 0;
}
.happy-clients-head h3 {
	color: #fff;
    font-size: 35px;
}
.happy-clients-head p {
	color: #F3F3F3;
    font-size: 17px;
    margin-top: 15px;
}
.happy-clients-grid {
	background:#fff;
	padding:35px 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	width: 47%;
	margin: 2% 3% 0 0;
}
.happy-clients-grid p {
	color: #7b7b7b;
    font-size: 13px;
    line-height: 1.9em;
    margin-bottom: 16px;
}
.happy-clients-grid h4 {
	color:#99a9ae;
	font-size:14px;
	text-transform: uppercase;
}
.happy-clients-grid h4 a {
	color:#f6772c;
	text-decoration:none;
}
.span_66{
	margin-right:0;
}
.happy-clients-grids {
	margin-top:3em;
}
img.open {
	margin: 0 6px 9px 0px;
}
img.closeq {
	margin: 6px 0px 0px 11px;
}
/*-- //work-section --*/

/*-- faq --*/
.faq {
	padding-bottom:40px;
}
.faq-list dd {
    position: relative;
}
.faq-list_h {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 28px;
    background: none;
    font-weight: normal;
}
.faq-list .marker {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: bold;
    margin: 0;
}
p.m_13 {
    padding-left: 30px;
    font-size: 13.5px;
    line-height: 28px;
    color: #9C9C9C;
    margin-bottom: 50px;
}
.faq-list .marker1 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: bold;
    margin: 0;
}
h5.marker_head{
	color:#000;
    font-size: 19px;
}
p.last_2{
	margin-bottom:0;
}
/*-- //faq --*/

/*-- Contact --*/
.contact section {
  background: white;
  margin: 50px auto 70px;
  text-align: center;
  width: 100%;
  max-width: 1100px;
}
section#hire {
    text-align: center;
}
form#filldetails {
  width: 60%;
  margin: 0 auto;
}
form .field {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
form .field label {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    background: #EE8522;
    width: 100%;
    padding: 16px 0;
    font-size: 15px;
    letter-spacing: 0.075em;
    color: #EAEAEA;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
	    font-weight: 400;
}
form .field label + span {
    opacity: 0;
    color: white;
    display: block;
    position: absolute;
    top: 7px;
    left: 4%;
    font-size: 25px;
    text-shadow: 1px 2px 0 #cd6302;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
}
form .field input[type="text"],
form .field textarea {
  border: none;
  background: #E8E9EA;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  padding-left: 22%;
  color: #313A3D;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
form .field input[type="text"]#msg,
form .field textarea#msg {
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
form .field input[type="text"]:focus, form .field input[type="text"].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}
form .field input[type="text"]:focus#msg, form .field input[type="text"].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
  padding-bottom: 150px;
}
form .field input[type="text"]:focus + label, form .field input[type="text"].focused + label,
form .field textarea:focus + label,
form .field textarea.focused + label {
  width: 18%;
  background: #f3c500;
  color: #fff;
}
form .field input[type="text"].focused + label,
form .field textarea.focused + label {
  color: #f3c500;
}
form .field:hover label {
  width: 20%;
  background: #313A3D;
  color: white;
}
/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    
}

#drop{
    
}

#drop a{
    background-color: #EE8522;
    padding: 10px 26px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
}

#drop a:hover{
    background-color:#f3c500;
}

#drop input{
    display:none;
}

#upload ul{
}

#upload ul li{

 padding: 0 0px;
    height: 79px;
    position: relative;
    list-style-type: none;
    clear: both;
    overflow: hidden;
    background-color: #E7E7E7;
	    margin-top: 20px;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    color: #CBB25C;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}
.upload h3.tlt {
    float: left;
	margin-top:9px;
}
form#upload {
	float:left;
	width: 45%;
}
.upload {
    width: 60%;
    margin: 4% auto 0;
}
form.submit {
    text-align: left;
    margin-top: 20px;
}
/*-- //Contact --*/
/*-- single-page --*/
.single-page {
	padding:50px 0;
}
.product-view {
    padding: 15px;
    border: 1px solid #eee;
}
.product-view h2 {
    font-size: 28px;
    color: #000;
    line-height: 1.3;
}
.product-view p {
    font-size: 13px;
    color: #929292;
	margin:15px 0;
	word-spacing:3px;
}
.product-view p i {
    margin-right: 4px;
    color: #f3c500;
    font-size: 14px;
}
.product-view p a {
    margin-right: 4px;
    color: #EE8522;
    font-size: 14px;
}
.product-desc {
    margin-top: 45px;
}
.product-details h4 {
	color:#000;
	font-size:18px;
	margin:15px 0;
}
.product-details h4 a {
	color:#f3c500;
	font-size:15.5px;
	text-decoration:none;
}
.product-details p {
    line-height: 1.8;
    color: #848484;
    font-size: 13px;
    margin: 8px 0;
}
.product-details p strong {
    font-weight: 400;
    color: #000;
    font-size: 17px;
}
.item-price {
	border: 3px solid rgba(1, 161, 133, 0.36);
    margin-left: 15%;
    padding:0 15px;
	position:relative;
}
.item-price:before {
	    content: '';
    position: absolute;
    z-index: 1;
    left: -50.5%;
    background-color: rgba(0,0,0,0);
    border: 105px solid rgba(0,0,0,0);
    border-right-color: rgba(1, 161, 133, 0.36);
    height: 0;
    width: 0;
    top: -3px;
    border-right-width: 80px;
}
p.p-price {
    float: left;
    width: 50%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    vertical-align: middle;
	margin-top:8px;
	margin-left: 20px;
}
h3.rate {
    float: left;
    color: #f3c500;
    font-size: 30px;
}
.condition h4,.itemtype h4 {
    margin: 0;
    floaT: left;
    font-size: 22px;
}
.condition p,.itemtype p {
    margin: 0;
	margin-left: 20px;
}
.product-price {
    padding: 20px 0;
}
.condition {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.itemtype {
    padding: 20px 0;
}
.interested {
    margin: 20px;
    padding: 40px 20px;
    background: rgba(1, 161, 133, 0.36);
    margin-left: 15%;
    margin-right: 0;
}
.interested  h4 {
	color:#000;
	font-size:19px;
}
.interested  p {
	color:#000;
	font-size:14px;
	margin:30px 0 0 0;
}
.interested p i {
    margin-right: 12px;
    color: #FFFFFF;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.38);
    padding: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
}
.tips {
    margin: 20px;
    padding: 40px 20px 15px;
    background: rgba(1, 161, 133, 0.36);
    margin-left: 15%;
    margin-right: 0;
}
.tips h4 {
    color: #000;
    font-size: 19px;
    margin-bottom: 15px;
}
.tips ol li a {
    display: block;
    text-decoration: none;
    color: #333333;
    margin: 5px 0;
    font-size: 13px;
    line-height: 30px;
}
/*-- //single-page --*/

/*-- products-page --*/
.ads-list {
	width:33.333%;
	float:left;
}
.select-box {
    background: rgba(1, 161, 133, 0.39);
    padding: 30px 30px;
    margin: 40px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.ads-list label {
	display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
}
.ads-list select {
	width: 70%;
    outline: none;
    color: #000;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 7px 8px;
}
.btn-group.bootstrap-select.show-tick button {
    padding: 8px 10px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 260px;
}
#custom-search-input {
    padding: 3px;
    border: solid 1px #D1E0EE;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: #fff;
    width: 80%;
    color: #000;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.input-lg {
    height: 29px;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
#custom-search-input .glyphicon-search {
    font-size: 16px;
}
.btn-default {
    border-color: #D1E0EE;
}
.btn {
    display: inline-block;
}
.search-hotel input[type="text"] {
  background:#fff;
  border: none;
  width: 81%;
  outline: none;
  padding: 11px 10px 10px 10px;
  font-size: 13px;
  color: #c4c4c4;
}
.search-hotel form input[type="submit"]{
  background: url(../images/search.png) no-repeat 13px 11px rgba(24, 169, 158, 0.47);
  width: 44px;
  height: 39px;
  border: none;
  padding:0;
  margin-top: 0;
  }
.search-grid-left{
  padding: 15px;
  background:#f5f4f0;
  }
h3.sear-head {
    color: rgba(1, 161, 133, 0.91);
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
}
.search-hotel{
padding: 15px 0;
border-bottom: 1px solid #e5e3db; 
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
margin:0;
position:relative;
}
ul.dropdown-menu6 li {
list-style:none;
}
ul.dropdown-menu6 li p{
width:100%;
}
span.amount{
color:#ffffff;
font-size:16px;
}
input#amount,input#amount1 {
  font-size: 13px;
  outline: none;
  background: none;
  word-spacing: 1em;
  color: #000 !important;
  position: absolute;
  left: 0%;
  top: -27px;
  margin-top: -10px;
}
ul.dropdown-menu6 li a {
text-decoration: none;
}
.range,.brand-select,.featured-ads{
padding: 25px 0 30px 0;
border-bottom: 1px solid #e5e3db; 
}
.side-bar {
    background-color: #F9F9F9;
	padding: 25px 15px;
}
.ads-grid {
    margin: 20px 0 70px 0;
}
.featured-ad-left {
	float:left;
	width:44%;
    margin-right: 6%;
}
.featured-ad-left img {
    width: 100%;
}
.featured-ad-right {
	float:left;
	width:50%;
}
.featured-ad {
        padding: 12px 10px;
    background-color: #fff;
    margin-bottom: 15px;
}
h2.sear-head.fer {
    text-align: center;
    color: #F3C500;
    font-size: 26px;
	    margin-bottom: 20px;
}
.featured-ad-right h4 {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}
.featured-ad-right h4:hover {
	color: #f3c500;
}
.featured-ad-right p {
    color: red;
    font-size: 16px;
    text-align: right;
    margin-top: 12px;
}
/*-- //Slider range --*/
/**
 * Responsive Bootstrap Tabs by @hayatbiralem
 * 15 May 2015
 */

@mixin ellipsis(){
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
}

@mixin icon-styles(){
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@mixin transform($transform){
  -webkit-transform: $transform;
  -moz-transform: $transform;
  -ms-transform: $transform;
  -o-transform: $transform;
  transform: $transform;
}

@media screen and (max-width: 479px) {
  .nav-tabs-responsive {
    > li {
      display: none;
      width: 23%;
      > a {
        @include ellipsis();
        width: 100%;
        text-align: center;
        vertical-align: top;
      }
      &.active {
        width: 54%;
        &:first-child {
          margin-left: 23%;
        }
      }
      &.active,
      &.prev,
      &.next {
        display: block;
      }
      &.prev,
      &.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
      }
      &.next > a,
      &.prev > a {
        -webkit-transition: none;
        transition: none;
        .text {
          display: none;
        }
        &:after,
        &:after {
          @include icon-styles();
        }
      }
      &.prev > a:after {
        content: "\e079";
      }
      &.next > a:after {
        content: "\e080";
      }
      &.dropdown {
        > a > .caret {
          display: none;
        }
        > a:after {
          content: "\e114";
        }
        &.active > a {
          &:after {
            display: none;
          }
          > .caret {
            display: inline-block;
          }
        }

        .dropdown-menu {
          &.pull-xs-left {
            left: 0;
            right: auto;
          }
          &.pull-xs-center {
            right: auto;
            left: 50%;
            @include transform(translateX(-50%));
          }
          &.pull-xs-right {
            left: auto;
            right: 0;
          }
        }
      }
    }
  }
}



/**
 * Demo Styles
 */

.wrapper {
  padding: 15px 0;
}

.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  #narrow-browser-alert {
    display: none;
  }
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: -1px!important;
    border-top: 1px solid;
    border: 1px solid #CCCCCC !important;
    border-top: 4px solid #f3c500 !important;
    border-bottom: 1px #FFF solid !important;
    background-color: #fff!important;
	margin: 0;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}
.ads-display.col-md-9 {
    padding-left: 40px;
}
div#myTabContent {
    border: 1px solid #CCCCCC !important;
    padding: 15px;
	    position: relative;
}
.nav-tabs>li>a {
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    padding: 13px 15px;
    list-style: none;
    cursor: pointer;
    float: left;
}
.nav-tabs>li>a>span {
	color:#EE8522;
}
.nav-tabs>li {
    cursor: pointer;
    border: 1px solid #F5F5F5;
    border-color: rgb(245, 245, 245)!important;
        border-left: none;
    background-color: rgb(249, 249, 249)!important;
}
.bs-example-tabs .nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}
/* LIST VIEW */
#container .list{
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    border-radius: 0;
    background: #fff;
    margin-bottom: 20px;
}

#container .list li {
   background: #FFF;
    padding: 20px;
    list-style-type: none;
    border-bottom: 1px solid #DEDEDE;
    position: relative;

}
#container .list li.ads{
padding:0;
}
#container .list li .list-img-con{
    float: left;
    margin: 0 20px 5px 0;
    padding: 0;
    width: 180px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container .list li img{
vertical-align: middle;
width:100%;
max-height: 180px;
}
.single-listing .list-img-con .img_popup{
    
}
#container ul.list li.alt{ background:gray; }
#container .list li p {
    word-wrap: break-word;
    color: #222;
    font-size: 15px;
    margin-top: 3px;
}
#container .list li p.listing-description {
    color: #666;
}
#container .list li .title{
    word-wrap: break-word;
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    color:#000;
    line-height: 24px; 
}
#container .list li a:hover{
text-decoration:none;
}
#container .list li .adprice{
	display:block;
	font-size:22px;
	display: block;
    font-size: 22px;
    color: #ACD3F7;
    margin: 5px 0 0 0;
}
span.adprice {
    display: block;
    font-size: 22px;
    color: rgba(1, 161, 133, 0.57);
    margin: 5px 0 0 0;
}
#container .list li .list-left {
    
}
#container .list li .list-right{
    width: 15%;
    float: right;
    text-align: right;
}
#container .list li .date{
	float: right;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 15px 0 5px 0;
    color: #404040;
    font-weight: 400;
}
#container .list li .cityname{
	display:block;
	color: #404040;
}
span.cityname{
	display:block;
	color: #404040;
}
#container .list li .adprice {
    display: block;
    font-size: 22px;
    color: rgba(1, 161, 133, 0.57);
    margin: 10px 0 0 0;
}
#container .list li .list-right.title {
    overflow: hidden;
    word-wrap: break-word;
    font-size: 17px;
    text-decoration: none;
    color: #f3c500;
    font-weight: 700;
}

/* GRID VIEW */
#container .grid li {
    float: left;
    width: 29.333%;
    box-shadow: 0 0 0.6em #ccc;
    -webkit-box-shadow: 0 0 0.3em #E4E4E4;
    -o-box-shadow: 0 0 0.3em #E4E4E4;
    -moz-box-shadow: 0 0 0.3em #E4E4E4;
    -ms-box-shadow: 0 0 0.3em #E4E4E4;
    margin: 2%;
    background: #F7F7F7;
    list-style-type: none;
}
#container .grid li img{text-align:center;width:100%;}
#container .grid li p{display:none;}
#container .grid li .list-left{text-align:left;font-size:24px;margin-left: 10px;margin-top:10px;}
#container .grid li .icon-group-btn{font-size:14px;}
#container .grid li .list-right{    display: block;
    margin-left: 10px;
    padding-bottom: 13px;}
#container .grid li .list-right .date{font-size: 14px;
    display: block;
    width: 100%;
    margin: 15px 0 5px 0;
    color: #404040;
    font-weight: 400;}
#container .grid{
width: 100%;
}
h5.title {
    word-wrap: break-word;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}

/* SWITCH CONTROLS */
.view-controls-list{
    width: 20%;
    text-align: left;
    margin-bottom: 15px;
    float: left;
}
.view-controls-grid{
	width: 20%;
    text-align: left;
    margin-bottom: 15px;
    float: left;
}
div#viewcontrols label {
    font-size: 14px;
    color: #9A9A9A;
    font-weight: 400;
}
#viewcontrols a{
	padding:5px;
	color:black;
	cursor:pointer;
}
#viewcontrols a:hover{
	color:#f3c500;
}
#viewcontrols .active{
	color:#f3c500;
}

/* MISCELLANEOUS */
.button {
background-color: white;
background-image: -webkit-linear-gradient(top, white, white);
background-image: -moz-linear-gradient(top,white,white);
border:#4FAFC2 solid 2px;
display: inline-block;
font-size: 18px;
font-family: 'Meiryo UI';
color: #4FAFC2;
text-decoration: none !important;
padding: 5px 20px;
line-height: inherit;
overflow: hidden;
position: relative;
border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
margin-top: 13px;
margin-bottom: 10px;
}
.button:hover {
	opacity: 0.9;
	background:#4FAFC2;
	color:white;
}	

.button.red{
background-color:palevioletred;
background-image: -webkit-linear-gradient(top, palevioletred, palevioletred);
background-image: -moz-linear-gradient(top,palevioletred,palevioletred);
color:white;
box-shadow:0 0 5px palevioletred inset, 0 1px 1px palevioletred;
border:0px;
}
.button.red:hover{
	opacity: 0.9;
}
i.glyphicon.glyphicon-th,i.glyphicon.glyphicon-th-list {
    font-size: 20px;
}
.sort {
    float: RIGHT;
}
.sort-by label,.view-controls-list label {
    font-size: 14px;
    color: #9A9A9A;
    margin-bottom: 8px;
    font-weight: 400;
}
section.list-right span.price:after {
    content: none;
}
#container .grid li .list-left {
    text-align: left;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
}
/*-- //products-page --*/

/*-- Feedback-page --*/
.feedback {
	padding-bottom:50px;
} 
.feed-back h3 {
	font-weight: 400;
    font-size: 25px;
    color: #000;
}
.feed-back p {
    font-size: 14px;
    color: #000;
    line-height: 27px;
    margin: 16px 0;
    font-weight: 300;
}
.feed-back-form span {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}
.feed-back-form input[type="text"] {
	 width: 50%;
    display: BLOCK;
    margin: 10px 0 25px 0;
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #A8A8A8;
    outline: none;
    border: 1px solid #D3D3D3;
}
.feed-back-form textarea {
	width: 50%;
	display: BLOCK;
	margin: 20px 0;
	color: #585858;
	padding: 7px;
	height: 150px;
    color: #A8A8A8;
    outline: none;
    border: 1px solid #D3D3D3;
}
.feed-back-form input[type="submit"] {
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 8px 18px;
    border: none;
    background-color: #f3c500;
    color: #fff;
}
.feed-back-form input[type="submit"]:hover 
	color: #000;
	background-color: #EE8522;
}
/*-- //Feedback-page --*/

/*-- Privacy-page --*/
.privacy.main-grid-border {
    padding-bottom: 50px;
}
.privacy h4 {
    font-size: 25px;
    color: #EE8522;
	margin-top: 25px;
}
.privacy p{
	font-size: 14px;
    color: #a3a3a3;
    line-height: 2em;
    padding: 0 0 16px 0;
}
ol.privacy-start li a,ul.privacy-start li a{
	display:block;
	text-decoration: none;
	color:#a3a3a3;
	margin: 8px 0;
	font-size:13px;
	line-height: 30px;
}
ol.privacy-start li a:hover,ul.privacy-start li a:hover {
  color: #EE8522;
}
.use-privay{
	padding: 4px 0;
}
p.privacy-para {
  padding: 15px 0 7px;
}
.privacy.main-grid-border {
    padding-bottom: 50px;
}
ul.privacy-start {
    padding-left: 45px;
}
/*--//privacy--*/
/*-- //Privacy-page --*/

/*-- breadcrumb --*/
.breadcrumb {
    background-color: #FFFFFF;
    border: 1px solid #F3F3F3;
    padding: 10px 15px;
}
.breadcrumb>li+li:before {
    color: #D1E0EE;
}
/*-- //breadcrumb --*/

/*-- Post ad --*/
.post-ad-form {
    border: 1px solid #eee;
    padding: 40px;
    margin-bottom: 60px;
}
.post-ad-form form label {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #000;
    margin-top: 10px;
    display: BLOCK;
    font-weight: 400;
    float: left;
    width: 16%;
    text-align: right;
    margin-right: 4%;
}
.post-ad-form form label span {
	color:red;
}
.post-ad-form input[type="text"] {
    padding: 10px 10px 10px 10px;
    width: 70%;
    margin-bottom: 25px;
    border: 1px solid #EE8522;
    outline: none;
    color: #555;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	float: left;
}
.post-ad-form textarea {
    height: 180px;
    outline: none;
    resize: none;
	padding: 10px 10px 10px 10px;
    width: 70%;
    margin-bottom: 25px;
    border: 1px solid #EE8522;
    outline: none;
    color: #555;
}
.post-ad-form input[type="text"]:hover,.post-ad-form textarea:hover {
    border: 1px solid #f3c500;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.post-ad-form form select {
    border: 1px solid #EE8522;
    background-color: #fff;
    padding: 8px;
    width: 30%;
    margin-bottom: 25px;
}
.post-ad-form input[type="submit"] {
    background: #f3c500;
    color: white;
    -webkit-appearance: none;
    border: none;
    text-transform: uppercase;
    position: relative;
    padding: 10px 50px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 300;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
    margin-top: 20px;
	float: right;
}

legend
{
	font-weight: bold;
	color: #333;
}

#filedrag
{
	    display: none;
    font-weight: 600;
    text-align: center;
    padding: 25px 0;
    margin: 25px 0;
    color: #f3c500;
    border: 2px dashed #f3c500;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    cursor: default;
    font-size: 20px;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages {
    padding: 15px 10px;
    margin: 15px 0;
    border: 1px solid #EE8522;
}

#messages p
{
	    color: #555;
		font-size:14px;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}
.photos-upload-view{
	float:left;
	width: 70%;
	margin-top: 10px;
}
.upload-ad-photos {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 20px 0;
}
.personal-details label {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #000;
    margin-top: 10px;
    display: BLOCK;
    font-weight: 400;
    float: left;
    width: 16%;
    text-align: right;
    margin-right: 4%;
}
p.post-terms {
    margin-left: 20%;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
}
p.post-terms a {
    color: #EE8522;
}
/*-- //Post ad --*/
footer.diff {
    margin-bottom: 40px;
}
/*--typography--*/
.typography {
	padding-bottom:50px;
}
.typo-1 {
    padding: 16px;
}
.grid_3 {
    background-color: #fff;
    padding: 1.8em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
 h3.head-top{
   font-size:2em;
   margin-bottom:1em;
   color: #EE8522;
}
.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
}
.but_list h1,.but_list h2,.but_list h3,.but_list h4,.but_list h5,.but_list h6{
margin-bottom: 0.7em;
}
a#myTabDrop1,a#profile-tab,a#home-tab {
    padding: 0.8em;
}
div#home {
    padding: 1em 0 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px !important;
    font-size: 0.85em;
    color: #999;
    border-top: none !important;
}
.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    outline: none !important;
}
.form-control1, .form-control_2.input-sm{
  border: 1px solid #e0e0e0;
  padding:5px 18px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.85em;
  font-weight: 300;
  height: 40px;
  border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  -webkit-appearance: none;
  outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.btn-warning {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
  padding:8.5px 12px;
}
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
.btn-warning:hover{
  background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);
}
.btn-success:hover{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.control2{
  height:253px;
}
.alert-info {
  color: #31708f;
  background-color:rgb(240, 253, 249);
  border-color:rgb(201, 247, 232);
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.form-control1:focus {
  border: 1px solid #03a9f4;
  background: #fff;
  box-shadow: none;
}
.show-grid [class^=col-] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, .widget_head{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
label {
    font-weight: 500;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}

/*-- responsive media queries --*/
@media (max-width: 1366px){
	.main-banner {
		min-height: 420px;
	}
}
@media (max-width: 1280px){
	.main-banner {
		min-height: 420px;
		
	}
	.region-block {
		padding: 30px 0px;
	}
}
@media (max-width: 1080px){
	.banner h1 {
		font-size: 40px;
	}
	.banner p {
		margin: 8px 0 30px 0;
		font-size: 16px;
	}
	.main-banner {
		    min-height: 350px;
    padding: 75px 0 0 0;
	}
	
	.focus-grid {
		padding: 0 10px;
	}
	.focus-layout {
		margin: 3px;
		padding: 20px 0px 20px 0;
	}
	
	.footer-grid p {
		font-size: 12.5px;
		line-height: 25px;
		margin-top: 10px;
	}
	
	.mobile-app {
		padding-top: 70px;
	}
	.app-left img {
		width: 85%;
	}	
	.app-right {
		margin-top: 40px;
		padding-left: 0;
	}
	.footer-grid ul li a {
		font-size: 12.5px;
	}
	.app-right p {
		font-size: 14px;
		line-height: 27px;
	}
	
	span.price {
		top: 2px;
	}
	.work-section-head p {
		font-size: 20px;
		padding: 15px 0 0px 0;
	}
	.trend-ads h2 {
		
	}
	h4.footer-head {
		font-size: 26px;
	}
	#container .list li .title {
		font-size: 18px;
	}
	#container .list li .adprice {
		font-size: 20px;
		margin: 8px 0 0 0;
	}
	#container .list li .date {
		font-size: 13px;
	}
	#container .list li .cityname {
		font-size: 12.5px;
	}
	#container .list li p {
		font-size: 14px;
		margin-top: 5px;
	}
	.item-price:before {
		left: -58.5%;
		border-right-width: 68px;
	}
	h5.title {
		font-size: 18px;
		
	}
	span.adprice {
		font-size: 20px;
	}
	.ads-list select {
		width: 85%;
	}
	#custom-search-input {
		width: 95%;
	}
	.btn-group.bootstrap-select.show-tick button {
		width: 100%;
	}
	.btn-group>.btn:first-child {
		width: 78%;
	}
	.search-hotel input[type="text"] {
		width: 76%;
	}
	.featured-ad-right h4 {
		font-size: 15px;
	}
	h2.head {
		font-size: 33px;
		margin: 33px 0;
	}
	.product-view h2 {
		font-size: 25px;
	}
	.work-section-grid h4 {
		font-size: 23px;
	}
	.post-ad-form form label {
		width: 20%;
		margin-right: 3%;
	}
	.sign-in-form {
		width: 45%;
	}
	.sign-up {
		width: 50%;
	}
	i.postanad {
		width: 70px;
		height: 70px;
		background: url('../images/img-sprite.png') no-repeat 3px -93px;
		background-size: 800px;
	}
	i.finditem {
		width: 70px;
		height: 70px;
		background: url('../images/img-sprite.png') no-repeat -62px -93px;
		background-size: 800px;
	}
	i.contact-seller {
		width: 70px;
		height: 70px;
		background: url('../images/img-sprite.png') no-repeat -126px -93px;
		background-size: 800px;
	}
	i.maketransaction {
		width: 70px;
		height: 70px;
		background: url('../images/img-sprite.png') no-repeat -191px -93px;
		background-size: 800px;
	}
	span.arrow2 {
		top: 75px;
	}
	.work-section-grid p {
		margin-bottom: 85px;
	}
	.client {
		width: 24%;
		margin-right: 5%;
		margin-top: 2%;
	}
	.client-info {
		width: 71%;
	}
	.happy-clients-grid {
		padding: 2em 1em;
	}
	.happy-clients {
		padding: 50px 0;
	}
	form#filldetails {
		width: 70%;
	}
	.upload {
		width: 70%;
	}
	.tags p {
		font-size: 1.05em;
	}
	.popular-category {
		width: 25%;
	}
	.popular-regions ul li {
		width: 25%;
	}
	p.post-terms {
		margin-left: 23%;
	}
	span.price {
		right: 6px;
	}
}

.navbar-search {
        position: relative;
    float: right;
    padding: 4px 13px;
    margin-top: 8px;
    margin-right: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    font-size: 17px;
    color: #fff;
}
.navbar-search:hover{
    background-color: #212f31;
}
.listing-banner{
display:none;
}
@media (max-width: 767px){
.listing-banner{
display:none;
}
}
@media (min-width: 992px){
.navbar-search{
float: right;
    margin-left: 20px;
    margin-top: 13px;
}
}
@media (max-width: 500px){
#container .list li .list-img-con{
   
   min-height: auto;
    
}

#container .list li .title {
		font-size: 17px;
	}
#container .list li img.no_image{
display:none;
}
}
#add-review-form .form-check label{
display:inline;
}
.review-author-meta{
   list-style: none;
    margin-left: 10px;
    float: left;
}
.review-author{
    width: 100%;
    float: left;
}
.review-author img{
float:left;
}
#reviews .review{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
@media (max-width: 991px){
	.main-banner {
		min-height: 300px;
		padding: 55px 0 0 0;
	}
	.banner h1 {
		font-size: 35px;
	}
	.banner p {
		margin: 6px 0 30px 0;
		font-size: 15px;
	}
	.banner a {
		font-size: 16px;
		padding: 8px 20px;
	}
	
	.focus-grid {
		width: 25%;
		float: left;
	}
	
	
	.trend-ads h2 {
		
		margin-bottom: 30px;
	}
	
	
	ul.location li:nth-child(2) {
		width: 88%;
	}
	.footer-grid ul li {
		margin: 10px 0;
	}
	h4.footer-head {
		font-size: 24px;
	}
	ul.location li{
		margin:0;
	}
	
	.footer-logo a:before {
		width: 40%;
	}
	.footer-logo a:after {
		width: 40%;
	}
	.app-left {
		width: 40%;
		float: left;
	}
	.app-left img {
		width: 90%;
	}
	.app-right {
		width: 60%;
		float: left;
		margin-top: 10px;
	}
	.app-right h3 {
		font-size: 24px;
	}
	.app-right p {
		font-size: 13px;
		line-height: 25px;
		margin: 10px 0 20px 0;
	}
	.app-button img {
		width: 80%;
	}
		.mobile-app {
		padding-top: 60px;
	}
	
	.sub-categories ul li a {
		font-size: 14px;
	}
	.category-img {
		width: 35%;
	}
	.category-info {
		width: 50%;
	}
	.category-info h4 {
		font-size: 20px;
	}
	.featured-ad {
		width: 32.3333%;
		float: left;
		margin: 0 0.5%;
	}
	.btn-group.bootstrap-select.show-tick button {
		width: 76%;
	}
	.ads-display.col-md-9 {
		padding: 0;
		margin-top: 30px;
	}
	.item-price {
		margin-left: 0;
		padding: 0 15px;
		margin-top: 15%;
	}
	.item-price:before {
		left: 33.5%;
		border-right-width: 90px;
		top: -205px;
		transform: rotate(90deg);
	}
	.interested,.tips {
		margin-left: 0;
		margin-right: 0;
	}
	.post-ad-form {
		padding: 35px 20px;
	}
	.post-ad-form form label {
		width: 22%;
	}
	p.post-terms {
		margin-left: 25%;
		font-size: 14px;
		letter-spacing: 0px;
	}
	.app-bottom-grid {
		padding: 30px 20px;
		width: 44%;
		margin: 4% 3%;
		float: left;
	}
	.app-bottom-grids {
		padding: 50px 0;
	}
	.mpl {
		width: 100%;
	}
	.app-left h2 {
		margin: 0px 0 0px 0;
		font-size: 32px;
	}
	.col-md-7.app-image {
		width: 80%;
		float: left;
		margin: 8% 0 0 10%;
	}
	.app-devices {
		width: 50%;
		margin: 20px 0 0 0;
	}
	.app-left p {
		margin: 5px 0 0px 0;
		font-size: 15px;
	}
	.sign-up {
		width: 55%;
	}
	.feed-back-form input[type="text"],.feed-back-form textarea {
		width: 70%;
	}
	form#filldetails {
		width: 85%;
	}
	.state.col-md-3 {
		width: 25%;
		float: left;
	}
	.sun-regions.col-md-9 {
		width: 75%;
		float: left;
	}
	.popular-category {
		width: 33.333%;
	}
	.popular-regions ul li {
		width: 33.333%;
	}
	.popular-category:nth-child(3){
		margin-bottom:28px;
	}
	.tags p {
		font-size: 1em;
	}
	.happy-clients-grid {
		width: 100%;
		margin: 4% 0% 0 0;
	}
	.client {
		width: 13%;
		margin-right: 3%;
		margin-top: 0%;
	}
	.happy-clients-grid {
		padding: 2em 2em;
	}
	.client-info {
		width: 84%;
	}
	.work-section-head p {
		font-size: 18px;
		padding: 10px 0 0px 0;
	}
	.work-section-grid {
		margin-top: 6em;
		position: relative;
		width: 25%;
		float: left;
	}
	.work-section-grid h4 {
		font-size: 20px;
	}
	.work-section-grid p {
		margin-bottom: 75px;
	}
	.upload {
		width: 85%;
	}
}
@media (max-width: 900px){
		
}
@media (max-width: 800px){
	.app-right h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.sign-in-form {
		width: 60%;
	}
	.sign-up {
		width: 70%;
	}
	.tags p {
		font-size: 0.95em;
	}
	.nbs-flexisel-nav-right {
		right: -25px;
	}
	.nbs-flexisel-nav-left {
		left: -25px;
	}
}
@media (max-width: 640px){
.biseller-column p {

}
.searchbox{width:100%}

	
	.logo a {
		font-size: 47px;
	}
	a.account {
		margin-top: 19px;
		font-size: 14px;
		padding: 5px 19px;
	}
	
	.header {
		padding: 5px 0;
	}
	.banner h1 {
		font-size: 33px;
	}
	.banner p {
		margin: 5px 0 30px 0;
		font-size: 14px;
	}
	.banner a {
		font-size: 16px;
		padding: 7px 18px;
	}
	.focus-layout h4 {
		font-size: 17px;
		height: 35px;
	}
	.categories {
		padding: 10px 0 40px 0;
	}
	.ad-info h5 {
		font-size: 16px;
	}
	.ad-info span {
		font-size:13px;
	}
	
	.col-md-3.footer-grid:nth-child(2){
		margin-bottom:20px;
	}
	.app-button {
		float: left;
		width: 45%;
	}
	.app-button img {
		width: 90%;
	}
	.app-right {
		margin-top: 0px;
	}
	.app-left img {
		width: 95%;
		    margin-top: 20%;
	}
	.app-right p {
		font-size: 12.5px;
		line-height: 22px;
		margin: 6px 0 20px 0;
	}
	.footer-logo a {
		font-size: 35px;
	}
	h2.head {
		font-size: 30px;
	}
	.post-ad-form form label {
		font-size: 13px;
	}
	.post-ad-form form label {
		width: 23%;
	}	
	p.post-terms {
		margin-left: 26%;
		line-height: 1.7;
	}
	.post-ad-form input[type="submit"] {
		padding: 8px 40px;
		font-size: 19px;
	}
	.work-section-head p {
		font-size: 15px;
		padding: 0px 0 0px 0;
	}
	.work-section-grid h4 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.work-section-grid p {
		margin-bottom: 60px;
	}
	.ads-list {
		width: 100%;
		float: left;
	}
	.ads-list:nth-child(2){
		margin:20px 0;
	}
	.ads-list select {
		width: 48.5%;
	}
	.btn-group.bootstrap-select.show-tick button {
		width: 100%;
	}	
	#custom-search-input {
		width: 48.5%;
	}
	.sitemap-region-grid {
		width: 50%;
	}
	.feed-back h3 {
		font-size: 22px;
	}
	.feed-back-form span {
		font-size: 16px;
	}
	.feed-back-form span {
		font-size: 14px;
	}
	form .field input[type="text"], form .field textarea {
		padding: 13px 0;
		padding-left: 22%;
	}
	form .field label {
		padding: 12px 0;
	}
	.contact section {
		margin: 30px auto 45px;
	}
	form .field label {
		font-size: 14px;
	}
	form.submit input[type="submit"] {
		padding: 8px 40px;
		font-size: 18px;
	}
	.upload h3.tlt {	
		margin-top: 11px;
		font-size: 20px;
	}
	.tags p {
		font-size: 0.9em;
	}
	.sign-in-form {
		width: 75%;
	}
	.sign-up {
		width: 80%;
	}
	span.price {
		font-size: 14px;
		padding: 7px 12px;
		position: absolute;
		letter-spacing: 1px;
	}
	
	.panel-body p {
		font-size: 13px;
		line-height: 27px;
	}
	.panel-title {
		font-size: 18px;
	}
	/*--typo--*/
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 8px !important;
	}
	.btn-group-lg>.btn, .btn-lg {
		padding: 10px 8px;
	}
	.but_list h1 {
		font-size: 1.6em;
	}
	.but_list h2 {
		font-size: 1.5em;
	}
	.but_list h2 {
		font-size: 1.4em;
	}
	/*--typo--*/
}
@media (max-width: 480px){
 
	
	
	.banner h1 {
		font-size: 26px;
	}
	.banner p {
		margin: 5px 0 25px 0;
		font-size: 13px;
	}
	.banner a {
		font-size: 15px;
		padding: 6px 16px;
	}
	
	
	
	h4.footer-head {
		margin-bottom: 10px;
	}
	ul.location li:nth-child(2) {
		width: 91%;
		margin-top: 2px;
	}
	.footer-logo a:before {
		width: 38%;
		top: 54%;
	}
	.footer-logo a:after {
		width: 38%;
		top: 54%;
	}
	.col-md-3.footer-grid:nth-child(2) {
		margin-bottom: 0px;
	}
	.focus-grid {
		width: 33.333%;
	}
	.focus-layout {
		padding: 16px 0px 16px 0;
	}
	
	
	.logo a {
		font-size: 45px;
	}
	.logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.header-right {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.header {
		padding: 0px 0 5px;
	}
	
	a.account {
		margin-top: 10px;
		font-size: 15px;
		padding: 0;
		background: transparent;
		color: #6D6D6D;
	}
	a.account:hover {
		background: transparent;
		color: #6D6D6D;		
	}
	.app-right {
		margin-top: 20px;
		width: 100%;
		padding-left: 15px;
	}
	.app-button {
		width: 35%;
	}
	.mobile-app {
		padding: 30px 0;
	}
	.app-left img {
		width: 100%;
		margin-top: 10%;
		border-bottom: 1px solid #788B9E;
	}
	.app-left {
		width: 50%;
		margin-left: 25%;
	}
	.graphs {
		padding: 30px 0 50px;
	}
	.sign-in-form {
		width: 90%;
	}
	.sign-in-form input[type="submit"] {
		font-size: 16px;
		padding: 8px 0;
		width: 38%;
	}
	.new_people a {
		padding: 10px 25px;
		font-size: 15px;
	}
	.sign-up h2 {
		margin: 0 0 0.5em;
	}
	.sign-up {
		width: 90%;
	}
	.sign-up2 {	
		width: 65%;
	}
	.sign-up1 {
		width: 35%;
	}
	.modal-lg {
		width: 420px;
		padding: 15px 27px;
	}
	.modal-title {
		font-size: 26px;
	}
	.modal-header {
		padding: 25px 0 15px 0;
	}
	h2.head {
		font-size: 28px;
		margin: 25px 0;
	}
	.state h3 {
		font-size: 19px;
	}
	.sun-regions ul li {
		width: 32%;
		margin: 0 0 5px 0;
	}
	.sun-regions ul li a {
		font-size: 13px;
	}
	.region-block {
		padding: 25px 0px;
	}
	.post-ad-form form label {
		width: 100%;
		display: block;
		text-align: left;
		font-size: 14px;
		margin: 0 0 5px 0;
	}
	.post-ad-form input[type="text"],.post-ad-form textarea {
		padding: 9px 9px 9px 9px;
		width: 100%;
		margin-bottom: 20px;
	}
	p.post-terms {
		margin-left: 0%;
	}
	.post-ad-form form select {
		width: 100%;
		margin-bottom: 20px;
	}
	.photos-upload-view {
		width: 100%;
	}
	.post-ad-form input[type="submit"] {
		padding: 6px 30px;
		font-size: 18px;
	}
	.sub-categories ul li {
		margin: 10px 0;
		width:100%;
	}
	.featured-ad {
		width: 46%;
		float: left;
		margin: 2% 2%;
	}
	.featured-ad:nth-child(3){
		display:none;
	}
	.ads-list select,#custom-search-input {
		width: 69.5%;
	}
	.search-hotel input[type="text"] {
		width: 86%;
	}
	#container .list li {
		padding: 10px;
	}
	#container .grid li {
		width: 46%;
	}
	.view-controls-list,.view-controls-grid {
		width: 30%;
	}
	#container .list li .list-right {
		width: 100%;
	}
	#container .list li .list-left {
		
	}
	 
	
	.product-view h2 {
		font-size: 22px;
	}
	.item-price:before {
		left: 31.5%;
		border-right-width: 60px;
		top: -190px;
	}
	.work-section-grid {
		width: 50%;
		MARGIN-TOP:5EM;
	}
	span.arrow2 {
		DISPLAY: NONE;
	}
	.work-section-grid h4 {
		margin-top: 15px;
		font-size: 18px;
	}
	.happy-clients-head h3 {
		font-size: 30px;
	}
	.happy-clients-head p {
		font-size: 15px;
		margin-top: 10px;
	}
	.happy-clients-grids {
		margin-top: 2.5em;
	}
	.happy-clients {
		padding: 40px 0;
	}
	.happy-clients-grid p {
		font-size: 12.5px;
	}
	.sitemap-regions h4 {
		font-size: 22px;
	}
	p.m_13 {
		font-size: 13px;
		line-height: 26px;
	}
	.feed-back-form input[type="text"], .feed-back-form textarea {
		width: 90%;
	}
	form#filldetails {
		width: 90%;
	}
	.upload {
		width: 90%;
	}
	form.submit input[type="submit"] {
		padding: 7px 35px;
		font-size: 17px;
	}
	.popular-regions ul li {
		width: 50%;
	}	
	.popular-category {
		width: 50%;
	}
	.tags p {
		font-size: 0.85em;
	}
	.privacy p {
		font-size: 13px;
	}
	.app-bottom-grid {
		padding: 20px 10px;
		width: 46%;
		margin: 2% 2%;
	}
	.mpl {
		width: 100%;
		margin-left:0;
	}
	.app-left h2 {
		font-size: 27px;
		line-height: 30px;
	}
	.app-devices a img {
		border-bottom: none;
	}
	.app-devices h5 {
		margin-bottom: 0;
	}
	.app-left p {
		margin: 10px 0 0px 0;
		font-size: 14px;
	}
	.app-bottom-grid h3 {
		font-size: 26px;
		margin: 15px 0 0px 0;
	}
	.col-md-7.app-image {
		width: 100%;
		margin: 12% auto 0;
		padding: 0;
	}
	.app {
		padding: 40px 0px;
	}
	/*--typo--*/
	h3.head-top {
		font-size: 1.8em;
	}
	.btn{
		margin-bottom:1em;
	}
	.modal-dialog {
		width: 390px;
	}
	.grid_3 {
		background-color: #fff;
		padding: 1em;
	}
	div#home {
		padding: 0em 0 0;
	}
	.grid_3 p {
		margin-bottom: 0em;
	}
	.label {
		font-weight: 400;
		line-height: 2.2em;
	}
	.but_list h1, .but_list h2, .but_list h3 {
		margin-bottom: 0em;
	}
	 .but_list h4, .but_list h5, .but_list h6 {
		margin-bottom: 1em;
	}
	.pagination {
		margin: 10px 0;
	}


}

@media (max-width: 414px){

	.header-right {
		width:295px;
	}
	.header {
		padding: 3px 0 5px;
	}
	
        .banner { padding-top:15px } 
	.focus-grid {
		width: 50%;
	}
	.focus-layout {
		padding: 16px 5px 16px 5px;
	}
	.app-button {
		width: 45%;
	}
	ul.location li:nth-child(2) {
		width: 89%;
	}
	.copyrights p {
		font-size: 13px;
	}
	.footer-logo a:before {
		width: 36%;
		top: 53%;
	}
	.footer-logo a:after {
		width: 36%;
		top: 53%;
	}
	.uls-wide {
		min-width: 380px;
	}
	.modal-lg {
		width: 380px;
		padding: 15px 27px;
	}
	span.checkbox1 {
		width: 56%;
	}
	.signin-rit p {
		margin-top: 4px;
	}
	.sign-up1 {
		width: 100%;
	}
	.sign-up2 {
		width: 100%;
	}
	.sign-up2 input[type="text"],.sign-up2 input[type="password"],.sign-up2 input[type="password"] {
		margin: 0 0 0 0;
	}
	.sign-up1 h4 {
		margin: 1.6em 0 0.5em;
	}
	.sub_home_left {
		width: 35%;
	}
	.sign-up input[type="submit"] {
		font-size: 1.2em;
	}
	.category-info h4 {
		font-size: 19px;
	}
	.category-info {
		width: 59%;
	}
	.category-img {
		width: 41%;
	}
	.category {
		padding: 20px 15px;
	}
	.ads-list select, #custom-search-input {
		width: 84.5%;
	}
	.featured-ad {
		width: 75%;
		margin: 2% 12.5%;
	}
	.featured-ad-left {
		width: 36%;
	}
	.view-controls-list, .view-controls-grid {
		width: 33%;
	}
	.happy-clients-grid {
		padding: 1.5em 1em;
	}
	.client {
		width: 20%;
    margin-right: 5%;
	}
	.client-info {
		width: 75%;
	}
	#drop a {
		padding: 9px 20px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.state.col-md-3 {
		width: 100%;
		margin-bottom: 5%;
	}
	.sun-regions ul li {
		width: 49%;
	}
	.item-price:before {
		left: 27.5%;
		border-right-width: 49px;
		top: -185px;
	}
	.search-hotel input[type="text"] {
		width: 84%;
	}
	.panel-title {
		font-size: 17px;
	}
	.panel-heading {
		padding: 15px 10px;
	}
	.app-devices {
		width: 70%;
	}
	.app-bottom-grid {
		padding: 20px 20px 25px;
		width: 100%;
		margin: 2% 0%;
	}


	
	ul.navigation li a { font-size:13px; padding:6px 14px; }
	.logo { width:326px; }
	


}
@media (max-width: 375px){
 
	a.account {
		font-size: 14px;
	}
	.header-right {
		width:295px;
	}

	.featured-ad {
		width: 80%;
		margin: 2% 10%;
	}
	.ads-list select, #custom-search-input {
		width: 95.5%;
	}
	.breadcrumb {
		padding: 8px 10px;
	}
	.breadcrumb>li {
		font-size: 12px;
	}
	.breadcrumb>li+li:before {
		padding: 0 3px;
	}
	.sitemap-region-grid {
		width: 100%;
	}
	span.total {
		font-size: 12px;
		padding: 8px 15px;
		margin: 3% 3%;
		width: 94%;
	}
	.product-view h2 {
		font-size: 19px;
	}
	.item-price:before {
		left: 24.5%;
		border-right-width: 44px;
		top: -182px;
	}
	.faq-list_h {
		margin: 0 0 10px;
		padding: 0 0 0 25px;
	}
	.popular-regions ul li {
		width: 100%;
	}
	.popular-category {
		width: 100%;
	}
	.app-left h2 {
		font-size: 23px;
		line-height: 28px;
	}
	.app-devices h5 {
		font-size: 20px;
	}
	.app-devices {
		width: 85%;
	}
	.view-controls-list, .view-controls-grid {
		width: 100%;
	}
	.pagination-sm>li>a, .pagination-sm>li>span {
		padding: 5px 8px;
		font-size: 11px;
	}
	.product-view p {
		font-size: 11px;
		word-spacing: 1px;
	}
	.uls-wide {
		min-width: 340px;
	}
	.modal-lg {
		width: 340px;
	}
	.modal-title {
		font-size: 24px;
	}
	.signin {
		padding: 2em 1.5em;
	}
	.sitemap-region ul {
		margin-left: 0;
	}
}
@media (max-width: 320px){

	
	
	.logo {
		float: left;
		width: 45%;
		margin-top: 5%;
	}
	.header-right {
		width: 55%;
		text-align: right;
	}
	a.account {
		font-size: 14px;
		text-align: right;
		float: none;
		display: block;
	}

	.selectregion {
		float: none;
	}
	.select-box {
		padding: 25px 15px;
		margin: 35px 0;
	}
	.btn-group.bootstrap-select.show-tick button {
		width: 93%;
	}
	.ads-list select, #custom-search-input {
		width: 99.5%;
	}
	.banner h1 {
		font-size: 22px;
	}
	.banner p {
		font-size: 12.5px;
	}
	.search-hotel input[type="text"] {
		width: 80%;
	}
	.featured-ad {
		width: 100%;
		margin: 2% 0%;
	}
	ul.location li:nth-child(2) {
		width: 85%;
	}
	.footer-logo a:before {
		width: 31%;
	}
	.footer-logo a:after {
		width: 31%;
	}
	.pagination-sm>li>a, .pagination-sm>li>span {
		padding: 5px 7px;
		font-size: 10px;
	}
	.app-button {
		width: 50%;
	}
	.app-button img {
		width: 99%;
	}
	.app-left {
		width: 75%;
		margin-left: 12.5%;	
	}
	footer.diff {
		padding: 0 15px;
	}
	.post-ad-form {
		padding: 25px 15px;
	}
	span.total {
		font-size: 11px;
		padding: 8px 10px;
	}
	h2.head {
		font-size: 27px;
		margin: 22px 0;
	}
	.nav-tabs>li>a {
		font-size: 16px;
		padding: 10px 10px;
	}
	.interested h4 {
		font-size: 17px;
	}
	.interested {
		padding: 40px 0px;
	}
	.item-price:before {
		left: 20.5%;
		border-right-width: 37px;
		top: -179px;
	}
	.single-page {
		padding: 30px 0;
	}
	.product-desc {
		margin-top: 20px;
	}
	.breadcrumb>li+li:before {
		padding: 0 0px;
	}
	.breadcrumb>li {
		font-size: 11.5px;
	}
	.ads-grid {
		margin: 20px 0 30px 0;
	}
	.mpl {
		width: 100%;
		margin-left: 0;
	}
	.feed-back-form span {
		font-size: 13px;
	}
	form#filldetails {
		width: 100%;
	}
	#drop a {
		padding: 8px 10px;
		font-size: 14px;
		letter-spacing: 0px;
	}
	.upload h3.tlt {
		margin-top: 5px;
		font-size: 20px;
	}
	form.submit input[type="submit"] {
		padding: 6px 30px;
		font-size: 16px;
	}
	.contact section {
		margin: 30px auto 30px;
	}
	span.checkbox1 {
		width: 70%;
	}
	.modal-lg {
		width: 300px;	
	}
	.modal-content {
		padding: 0px;
	}
	.modal-title {
		font-size: 22px;
	}
	.modal-body {
		padding: 20px 15px 5px;
	}
	.uls-wide {
		min-width: 300px;
	}
	.panel-body p {
		padding: 0;
		margin-left: 5px;
	}
	input[type=file] {
		width: 100%;
	}
	.category {
		padding: 20px 0px;
	}
}
.benefits h3{
font-size:24px;
margin:10px 0;
}
.input-control {
height:47px;
line-height:44px;
border:0;
font-size:15px;
font-weight:400;
color:#585858;
margin:0;

}
.input-control:focus,.srchbutton:focus {
    outline: 0;
}
.city{
background:#EDF4FF;
border-radius:3px 0 0 3px;
width:25%;
padding:10px;
}
.searchbox{
width:35%;
padding:10px;
margin-left: -4px;
}
.srchbutton {
border:0;
margin:0 0 0 -4px;
padding:0;
background:#2C2B29;
height:47px;
border-radius:0 3px 3px 0;
border:1px solid #2C2B29;
width:47px;
}
.srchbutton i{
font-size:20px;
color:#fff;
}
.search_box{
margin-bottom:10px;
}
.moreBtn{
  font-size:20px;
  margin-top:35px;
  text-align:center;
display:block;
}
.moreBtn a{
border:1px solid #EC8221;
padding:8px 50px;
color:#EC8221;
}
.moreBtn a:hover{
text-decoration:none;
background: #EC8221;
color:#fff;
}
.ad-top{
width:80%;
margin:0 auto;
margin-top:40px;
}
.ad-bottom{
width:80%;
margin:0 auto;
margin-bottom:40px;
}
.img-con {
  height: 100px; /* or whatever you want */
  width:100%;
background-repeat:no-repeat;
background-size: cover;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 4px;
background-position:center;
}

.img-con > img {
  vertical-align: middle;
}


.navbar-inverse{
    background-color: #2c3e50;
    border-color: #2c3e50;

}
.navbar-fixed-top .nav {
}

.navbar-fixed-top .navbar-brand {
    padding: 0 0 0 4px;
}
.navbar-inverse .navbar-nav>li>a {
   color: #fff;
    font-size: 15px;
    padding: 8px 16px;
}


 .navbar-inverse .navbar-nav>li>a.cta-btn {
            background-color:#f39c12;
            color: white;
            padding: 8px 24px;
            border-radius: 4px; /* Slight rounded corners */
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.1s ease;
            white-space: nowrap;
        }
        .navbar-inverse .navbar-nav>li>a.cta-btn:hover{
            background-color: #e67e22; 

        }
        .navbar-inverse .navbar-nav>li>a.featured-link {
            color: #ffda79; /* Soft yellow/gold */
        }
        
        
        
        @media (min-width: 992px) {
    .navbar-nav .auth-separator {
        margin-left: 40px !important; /* Forces the gap */
        position: relative;
    }

    /* Optional: Add a subtle pipe separator symbol */
    .navbar-nav .auth-separator::before {
        content: "";
        position: absolute;
        left: -20px; /* Position it in the middle of the gap */
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 1px;
        background-color: rgba(255,255,255,.4); /* Adjust color for your theme */
    }
    .navbar-nav .auth-separator-logged {
        margin-left: 60px !important; /* Forces the gap */
        position: relative;
    }

    /* Optional: Add a subtle pipe separator symbol */
    .navbar-nav .auth-separator-logged::before {
        content: "";
        position: absolute;
        left: -40px; /* Position it in the middle of the gap */
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 1px;
        background-color: rgba(255,255,255,.4); /* Adjust color for your theme */
    }
}

@media (min-width: 992px){
.navbar-nav>li {
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
}
}
@media(min-width:768px) {
    body {
        padding-top: 67px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
    }
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
.navbar-brand>img {

width:235px;
}
@media(max-width:767px) {
   .navbar-header{ margin: 0px 0 0px 0; }
   .navbar-fixed-top .nav {
   padding:0;
}
.navbar-brand>img {
width:220px;
}
.b-head {
    font-size: 28px;

}
.trend-ads h2{
  font-size: 24px;  
}
.benefits h3{
    font-size: 20px;
}
}
@media(max-width:420px) {
   .navbar-brand>img {
width:205px;

}
.navbar-header {
    margin: 0px;
}
body{
padding-top:62px;
}
}
@media(max-width:360px) {
   .navbar-brand>img {
width:200px;
}
.navbar-header {
    margin: 0px;
}
body{
padding-top:60px;
}
}
   

#sidebar{
}
.section-head  {
    margin: 0px 0 15px 0px;
}
.sort-by  {
    margin: 18px 0 10px 0;
    float: right;
    font-size: 13px;
}
.sort-by select{
    font-size: 13px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.section-head h2 {
   font-size: 24px;
    margin: 10px 0 15px 0px;
}
.pagination {
    margin: 0px 0 20px 0;

}
.pagination a{
position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}
.pagination a:hover, .pagination span:hover{
background:#ddd;
}
.pagination span{
position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}
.widget{
margin:0 0 20px 0;
}
.widget ul{
list-style:none;

}
.widget ul  li{
margin-top: 6px;
    font-size: 15px;
}
.listing-banner a {
        text-decoration: none;
    color: #fff;
    font-size: 17px;
    background-color: #EE8522;
    padding: 10px 20px;
    display: block;
    width: 210px;
    margin: 0 auto;
    margin-top: 30px;
}
.listing-banner .city {
    background: #FFF;
    border-radius: 3px 0 0 3px;
    width: 30%;
    padding: 10px;
    border: 1px solid #ddd;
height:40px;
}
.listing-banner .searchbox {
   width: 40%;
    padding: 10px;
    margin-left: -5px;
    border: 1px solid #ddd;
    border-left: 1px solid #e3e3e3;
height:40px;
}
.listing-banner .srchbutton {
    border: 1px solid #2C2B29;
height:40px;
}
@media (max-width: 900px){
.listing-banner .searchbox, .searchbox, .listing-banner .city, .city, .srchbutton {width:100%; margin-left:0; text-align:center; border-bottom: 1px solid #fff;
    border-radius: 0px;}
.logo {width:326px; margin:0 auto; float:none;}
.header-right {float:none; width:385px; margin:0 auto;}
.banner {min-height:355px}
.banner h1 {font-size:28px} 
.main-banner,.banner {
		min-height: 200px; 
		padding: 30px 0 0 0;
	}
	.sign-in-form {
		width: 50%;
	}
	.sign-up {
		width: 60%;
	}
.banner h1, .banner p, .banner a{
display:none;
}
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu{
color:#fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color:#fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider{
background-color:#fff;
}
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #0f1617;
}
.navbar-nav>li>.dropdown-menu{
font-size:15px;
}
.navbar-inverse .navbar-collapse{
    border:none;
   box-shadow:none;
   webkit-box-shadow:none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #212f31;
}
.navbar-inverse .navbar-toggle {
    border-color: #212f31;
}
.single-listing{
margin-top:20px;
font-size:15px;
}
#listing-images {
    margin: 0 15px 10px 0px;
    border: 1px solid rgb(219, 219, 219);
    background: #FFF;
    overflow: hidden;
    float: left;
}
.single-listing article.listing .author {
margin: 10px 0;

}
.single-listing .claim-listing{
    float: right;
}
.single-listing .claim-listing .claim-button{
            display: inline-block;
            background-color: #007bff;
            color: white;
            font-size: 10px;
            font-weight: bold;
            padding: 3px 6px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-decoration: none;
            transition: background-color 0.3s ease;
}
.single-listing #claim-listing-modal .modal-header{ padding: 12px;}
.single-listing #claim-listing-modal h4 {
  font-size: 16px;
}
.single-listing #claim-listing-modal p { margin-bottom: 5px;}
.single-listing #claim-listing-modal ul { list-style-position: inside; margin-left: 15px; }
.single-listing #claim-listing-modal ul li { padding-bottom: 3px;}
.single-listing #claim-listing-modal .claiming_btn {
    display: inline-block;
            background-color: #337ab7;
            border-color: #2e6da4;
            color: white;
            padding: 6px 12px;
            cursor: pointer;
            text-decoration: none;
}
.single-listing #claim-listing-modal .start_claiming_btn{
               margin-top: 15px; 
}
.single-listing #claim-listing-modal .error{
    color:#d9534f
}

.single-listing #claim-listing-modal .note {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}

#listing-follow {
    margin: 5px 0;
}

.facebook-icon {
    background: transparent url(../../images/tiny-facebook-icon.png) no-repeat 0 0;
}
.twitter-icon {
    background: transparent url(../../images/tiny-twitter-icon.png) no-repeat 0 0;
}
.facebook-icon, .twitter-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 4px 0 0;
    text-indent: -9999px;
}
#listing-follow .twitter-handle {
    font-weight: bold;
    font-style: italic;
}
.single-listing .entry-title a {
    word-wrap: break-word;
    font-size: 28px;
    text-decoration: none;
    font-weight: 400;
    color: #000;
text-transform: capitalize;
line-height: 36px;
word-break: break-word;
}
@media (max-width: 600px){
#listing-images{
text-align:center;
width:100%;
margin:0 0 10px 0;
}

}
.plan {
    border: 1px solid #D4D4D4;
    margin: 5px;
    padding: 3px;
    position: relative;
}

.plan .content {
    background-color: #F7F7F7;
    padding: 8px;
    min-height: 95px;
}
.plan.recommended .content {
    background-color: #EBFAE4;
}
.plan .title {
    font-size: 20px;
    font-weight: bold;
}
.plan .title span {
    font-size: 13px;
}
.plan .description {
    margin-bottom: 10px;
    padding-right: 230px;
    width: auto;
}

.plan .description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.plan .description ul li {
  margin: 5px 0;
  padding-left: 20px;
  position: relative;
}

.plan .description ul li::before {
  content: "\2713"; /* Unicode for tick mark */
  color: green; /* Tick mark color */
  font-weight: bold;
  position: absolute;
  left: 0;
}
.plan .description ul li.unavailable::before {
  content: "\2717"; /* Unicode for X mark */
  color: red; /* X mark color */
}
.plan .featured-options {
    padding-right: 190px;
}
.plan .option-header {
    font-weight: bold;
    margin-bottom: 2px;
}
.plan .price-box {
    position: absolute;
    top: 10px;
    right: -10px;
    background-color: white;
    padding: 10px;
    padding-right: 0px;
    border: 1px solid #CCC;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.plan .price-box .duration {
    margin-top: 4px;
    font-size: 15px;
    float: left;
margin-right:15px;
}
.plan .price-box .radio-button {
    background-color: #CCC;
    clear: both;
    padding: 5px;
    padding-right: 20px;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.plan .price-box .price {
    color: #0066CC;
    font-size: 40px;
    float: left;
    margin-right: 5px;
}
#create-listing #multi-categories-checkboxes {
    max-height: 250px;
    margin: 5px;
    overflow-x: auto;
}
#create-listing #multi-categories-checkboxes ul{
list-style:none;
}

.featured-head h3 {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
}
.find_map{
margin:5px 0 0 0;
}
.section-head h1{
font-size: 26px;
    margin: 15px 0;
}
#create-listing{
font-size:14px;
margin-bottom:15px;
}

#create-listing label { margin-bottom: 5px;}
#create-listing label.selectit { margin-bottom: 0px;}
.btn-continue{
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
#categories {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.location-check{ 
    text-align: right;
    font-weight: 600;
    font-size: 13px;
}
.find-location-container{ margin-bottom: 5px; max-width: 400px;}
.location-note { font-size: 13px; padding: 5px 0}
#location-map-single {
            height: 300px;
            margin-top:15px;
            width: 100%;
        }
        #location-map {
            height: 400px;
            width: 100%;
            border-radius: 10px;
        }
#listing-map {
    height: 250px;
    position: relative;
    border: 1px solid #C2C1C2;
    background-color: #E5E3DF;
    margin: 15px 0 0 0;
}
.notice span{margin: 10px 0; padding:10px;border:1px solid #999;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font-weight:bold;display:block;}.notice.extra{margin-bottom:35px;}.notice.success span{border:1px solid #38C838;background:#CFC;}.notice.success-pending span{border:1px solid #E6DB55;background:#FFFBCC;}.notice.error span{border:1px solid #F00;background:#FCC;}.notice.error span a{color:#C00;}input.error,select.error,textarea.error{outline:2px solid #FCC;}label.error{width:90%;display:block;outline:2px solid #FCC;background-color:#FCC;padding:5px;margin:6px 0;}
.notice.error span ul{ list-style:none; font-weight: normal; }
.order-summary table tr td {
    padding: 0 25px 5px 0;
    font-size: 15px;
}
.order-summary p {
    margin:10px 0;
    font-size: 18px;
}
.order-summary .btn {
}
.ad-top-single-listing{
margin-bottom:10px;margin-top:10px;
}
.category-listing .filter{
margin-bottom:10px;
font-size: 20px;
}
.category-listing .pagination {
margin: 0px 0 5px 0;
}
.category-listing .pagination a{
margin:3px;
}
.category-listing ul.maincat-list {
list-style:none;
font-size:16px;
margin-left:10px;
}
.category-listing ul.maincat-list li{
margin-bottom:10px;
}
#login-form{
font-size:15px;
}
#login-form p {
    font-size: 16px;
    margin-bottom: 10px;
}
.container-top{
margin-top:5px;
margin-bottom:15px;
}
#listing-tags ul{
list-style:none;
margin-bottom:20px;
}
#listing-tags ul li.badge{
    background: #f5f5f5;
    padding: 10px;
    margin: 4px;
    font-size: 14px;

}
.box_st{
float: left;
    padding: 15px;
    border: 1px solid #eee;
    margin: 10px;
    background: #f5f5f5;
line-height: 30px;
}
.box_st h3{
font-size: 16px;
}
.box_st h3 a{
}
.wpcf7{
font-size:15px;
}
.wpcf7 ul{
list-style:none;
}
ul.uploaded{
list-style:none;
}
.image-delete input { display:inline }
#dashboard-side-nav div.avatar {
    width: 45px;
    height: 45px;
    float: left;
}
#dashboard-side-nav .user_meta {
    float: left;
    margin: 0 5px;
}
#sidebar ul {
        list-style:none;
        margin: 0 10px;
}
#dashboard-side-nav .links {
    clear: both;
    float: left;
    margin: 10px 0 10px 5px;
    width: 100%;
    list-style:none;
font-size: 13px;
}
#dashboard-side-nav li {
    width: 120px;
    padding: 5px 0 5px 10px;
    margin-right: 0;
    border: none;
    float: left;
    text-indent: 11px;
}
#dashboard-side-nav li.faves {
    background: transparent url(../../images/icon-favorite-listing.png) no-repeat 0 5px;
}
#dashboard-side-nav li.reviews {
    background: transparent url(../../images/icon-view-reviews.png) no-repeat 0 5px;
}
#dashboard-side-nav li.view-listings {
    background: transparent url(../../images/icon-view-listings.png) no-repeat 0 5px;
}
#dashboard-side-nav li.edit-profile {
    background: transparent url(../../images/tiny-edit-profile-icon.png) no-repeat 0 5px;
}
#dashboard-side-nav li.add-listings {
    background: transparent url(../../images/icon-new-listing.png) no-repeat 0 5px;
}
#dashboard-side-nav li.claimed-listings {
    background: transparent url(../../images/icon-claim-listing.png) no-repeat 0 5px;
    width: 115px;
}
#sidebar aside {
margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
}
#sidebar aside.ad-widget{
  border: none;
background: #FCFCFC;  
}
#sidebar aside ul li {
    border-bottom: 1px solid rgba(238,238,238,0.5);
    padding-bottom:7px;
}
#sidebar aside ul li a::before{
content: "\f105";
    font-family: "FontAwesome";
padding-right:8px;
}
#sidebar aside ul li.recent-review a::before{
content: "";
font-family: "FontAwesome";
padding-right:0px;
}
#sidebar aside.widget_sidebar_ad{

}
#dashboard-side-nav .user_meta p {
    font-size: 14px;
}
#dashboard-side-nav .user_meta p.smaller {
    font-size: 13px;
}
#dashboard-acct-info .links li {
    height: 18px;
    background: none;
    margin: 6px 10px;
    border: 0;
    text-indent: 25px;
}
#dashboard-acct-info .links li.email {
    background: transparent url(../../images/tiny-email-icon.png) no-repeat 0 0px;
}
#dashboard-acct-stats .stat-section {
    float: left;
    width: 115px;
    margin: 5px;
}
#dashboard-acct-stats .stat-section .stat-section-name {
    margin: 0 0 5px;
}
#dashboard-acct-stats .stats {
    width: 110px;
    margin: 0 5px 0 0;
    float: left;
}
#dashboard-acct-stats .stats li {
    width: 110px;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}
.section-head h1 a {
color:#333;
}
.section-head h1 a:hover {
text-decoration:none;
}
.dashboard-review{
font-size:15px;
margin-bottom:10px;
}
.review-listing h2{
font-size:24px;
}
.review-listing h2 a{
color:#333;
}
.dashboard-review .review-content{
margin-top:5px;
}
.dashboard-review .review-manage {
margin-top:5px;
}
.review-listing h2 a:hover{
text-decoration:none;
}
#claim-listing-con {
font-size:15px;
}
#claim-listing-con img{
float:left;
margin-right:10px;
}
#claim-listing-con .claim-listing {
margin-top:10px
}
#claim-listing-con #claim-listing{
margin-top:5px;
}
#bank-transfer pre{
padding:10px;
}
.navbar-login{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}
.navbar-login-session{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.archive-top{
margin-bottom:15px;
}
.ad-container {
    margin:10px 0;
    padding: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 0 0 0.2em #ccc;
    -webkit-box-shadow: 0 0 0.2em #ccc;
    -o-box-shadow: 0 0 0.2em #ccc;
    -moz-box-shadow: 0 0 0.2em #ccc;
    -ms-box-shadow: 0 0 0.2em #ccc;
background:#f5f5f5;
}
.font-icon .fa{
font-size:17px;
padding-right:5px;
color:#888;
}
.single-listing-contact{
margin: 5px 0;
    list-style: none;
        line-height: 20px;
}
.tab-content{
    padding-top: 10px;
    text-align: justify;
    word-break: break-word;
    color: #444;
    font-size: 14px;
}
.order-summary{
margin-bottom:20px;
}
.view-large-map{
text-align:center;
margin-top:3px;
font-size: 16px;
}
#listing-images .larger{
min-height: 180px;
min-width: 180px;
padding:5px;
}
#listing-images .smaller{
text-align:center;
}
#listing-images .smaller img{
border: 1px solid #eee;
margin:3px 1px 0px 1px;
padding:2px;
width: 56px;
}
.uploadable li{
margin-top:5px;
}
.uploadable{
list-style: none;
}
#container .list li p.time_ago{
font-size: 14px;
    padding-top: 2px;
    color: #666;
}
.time_ago{
font-size: 14px;
    padding-top: 2px;
    color: #666;
}
#create-listing .help-block{
margin-bottom:0px;
}
#create-listing .form-group{
margin-bottom:5px;
}
#create-listing .chk-error{
color: #a94442;
margin:0;
}
#create-listing .img-error{
color: #a94442;
}
.required-label{
color: #a94442;
}
.footer-links ul {
list-style:none;
}
.footer-links ul li{
    font-size: 12px;
    font-weight: 200;
    padding: 0 4px 0 0;
   display:inline-block;
    
}
.footer-links ul li a{
    color: #979797;
    text-decoration: none;
    
}
#container .dashboard li img{
float:left;
margin-right:10px;
}
.widget.widget_recent_reviews ul {
margin-top:12px;
}
.widget.widget_recent_reviews ul li {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}
.widget_recent_reviews .review-author{
width:auto;
margin-right: 5px;
}
.widget_recent_reviews .review-content h4{
    font-size: 14px;
    line-height: 19px;
}
.widget_recent_reviews .review-content .reviewer-date{
    font-size: 13px;
}
.navbar-fixed-top {
border-width: 0 0 0px;
}
.b-head{
font-size: 30px;
    text-align: center;
color:#222;
}
 .biseller-column{
padding:10px;
}
.biseller-column p{
text-align:left;font-size:14px;color:#666;margin:0px 5px 3px;line-height:20px
}
 .biseller-column .slid-con{
border:1px solid #ADB5BD;
border-radius:5px;
float:left;
width:100%;
background:#fff;
height: 300px;
}
.listings-con{
border: 1px solid #dfdfdf;
    padding: 0 20px;
    margin: 20px 0;
    border-radius: 5px;
}
.b-head a:hover,.b-head a:focus {
text-decoration:none;
}
@media(max-width:767px) {
.b-head {
    font-size: 22px;
}
.trend-ads h2{
  font-size: 22px;  
}
.benefits h3{
    font-size: 20px;
}
}
.banner-head{
    margin: 0 auto;
    margin-top: 25px;
}
#testimonial4{
  overflow: hidden;
  min-height: 370px;
  position: relative;
    padding-top:30px;
    padding-bottom:30px;
    background: url("../images/testi.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
margin-bottom:30px;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 165px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 24px;
  position: relative;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 0px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 14px;
  margin: 0px 0 10px 0;
line-height:22px;
}
.testimonial4_slide a,.testimonial4_slide a:hover {
  color: #ffffff;
  
}
.testimonial4_slide span {
padding-bottom:10px;
}
.testimonial4_slide  h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.testimonial4_slide span a {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
}
.btn-custom{
    margin-top: 7px;
    float: right;
    border-radius: 3px;
    margin-right: 6px;
}

@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.featured-con{
padding:10px;
width:100%;
float:left;
height:190px;
overflow:hidden;
}
ins.adsbygoogle{
background:#FCFCFC;
}
#breadcrumbs { margin:0px 0 0px 0; }
.ads-top ins.adsbygoogle { margin-top: 20px; width:100%;}
    .widget .section-head h3 { background: #eee;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}
.b2-head{
text-align: center;
    margin-top: 10px; line-height: 24px;
    font-size: 16px;
}
.list_bis{
text-align: center;
    margin-top: 15px;
}
.list_bis a{
border-radius: 3px;
    border: 1px solid;
    padding: 5px 10px;
    margin-top: 5px;
}
.benefits{
    margin-top: 30px;
    margin-bottom: 40px;
}

.benefits h5{
padding-bottom: 15px;
    padding-top: 15px;
    font-size: 15px;
    font-weight: 600;
}
.benefits p{
line-height:26px;
}
.comment-section{
border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.comment-section h5{
font-size: 15px;
color: #424242;
    float: left;
    margin-right:5px;
}
.single-listing article p.comment-content-display{
 font-size: 13px;
 color: #747474;
 line-height: 20px;
}
.margin-t20{
    margin-top: 20px;
}
.bc-container{
 margin-top: 20px;   
}
.section-main{
    margin-top: 20px;
}
.overlay{
position: fixed;
    padding-top: 75px;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .8);
    display: block;
    text-align: center;
}
.overlay h4{
color:#fff;
padding-bottom:10px;
}
.view-details{
cursor: pointer;
margin: 0;
margin-top:7px;
float:right;
margin-right: 10px;
background: #3957ea;
border: solid 1px #3957ea;
color: #ffffff !important;
padding: 9px 15px;
font-size: 12px;
border-radius: 3px;
text-decoration: none !important;
overflow: hidden;
}

.delete_listing{
background-color: #f00;
    border: 1px solid #f00;
    padding: 9px 15px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
    float: right;
    color: #fff;
}
.delete_listing:hover{
    color: #fff;   
}
.single-listing .list-img-con{
    width: 200px;
    float: left;
    margin-right: 15px;
    border: 1px solid #f4f4f4;
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}
.single-listing .list-img-f img{
    float: left;
    margin-right: 1%;
    border: 1px solid #eee;
    text-align: center;
    width:32%;
}
.single-listing-contact .address {
font-size: 15px;
}
.single-listing-contact .phone {
font-size: 15px;
}
@media (max-width: 480px){
.single-listing .list-img-con{
max-width:100%;
width:100%;
float:left;
margin-right:0px;
margin-bottom:15px;
background: none;
border: none;
justify-content: normal;
}
}
#overview{
    line-height: 22px;
    margin-bottom: 10px;
    color: #444;
    font-size: 14px;
    text-align: justify;
    word-break: break-word;
}
.location_link{
margin:5px;
float:left;
}
.location_head{
width:100%;
float:left;
}
.single-listing .time_n_report{
   float: left;
   width: 100%;
   clear: both;
}
.time_n_report .added{
    float: left;
}
.time_n_report .report{
        float: right;
    font-size: 12px;
    color: #666;

}
button.close.cl{
    position: absolute;
    top: 10px;
    right: 15px;
}
#verifyEmail p{
   line-height: 22px; 
}
#verifyEmail p.small{
   font-size: 12px; padding-top: 15px; line-height: 18px; 
}
.word-site-item{
    padding-top:  10px;
    padding-bottom:10px;
}
             
.dashboard-tile .tile {  
    width: 100%;
    display: inline-block;
	box-sizing: border-box;
	background: #fff;		
	padding: 20px;
        border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
} 
.dashboard-tile .title {
    	margin-top: 0px;
        color: #fff;
}
.dashboard-tile p {
    color: #fff;
} 
.dashboard-tile .t1 {   background: #337ab7; }
.dashboard-tile .t2 { background: #D23B29; }
.dashboard-tile .t3 {  background: #448E0E;}
.dashboard-tile .t4 {  background: #6D3210;}
 .listing-img img   { 
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px 0;
    height: 100px;
    width: auto;
 }  
 .listing-info-container {
     margin-left: 215px;
     float: none;
     word-break: break-word;
 }
 .table.opening-hours {
     margin-bottom: 0px;
 }
 .table.opening-hours td {
     color: #333;
     padding: 10px 0px 0px 0 !important;
     vertical-align: middle;
     font-size: .9em;
 }
 .table.opening-hours tr:first-child td{
    padding: 0px  !important; 
 }
 .table.opening-hours td input[type=time]{
    line-height:20px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    padding: 7px 6px;
    color: #555;
    border-radius: 4px;
 }
  .business-hours-listing{ }
 #overview h4{
     margin: 5px 0 5px 0;
    font-size: 15px;
    color: #424242;
        padding: 10px;
    background-color: #f2f2f2;
 }
 .btn-gray{
     color: #fff;
    background-color: #849484;
    border-color: #849484;
 }
 .btn-gray:hover{
     color: #fff;
 }
 .sign-in-google{
     height: 33px;
 }
 .google-container img{
     height: 33px;
 }
  .google-container{
    text-align: right;
 }
 .text-or{
     text-align: center;
     font-weight: bold;
     padding-top: 5px;
     padding-bottom: 5px;
     color: #555;
 }
/* common */
.ribbon {
  width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ebb134;
}
.ribbon span {
  position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #ebb134;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
}



/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
      left: -39px;
    top: 37px;
    transform: rotate(45deg);
}

.featured-tag{
    float: right;
    padding: 2px 10px;
    background-color: #ffb11b;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    display: block !important;
}
.plan-con{
    font-size: 13px;
}
.change-currency{
    text-align: right;
    font-weight: bold;
}
.change-currency .form-control{
  width: auto;display: initial;  
}
.bottom-warning{
      background-color:white; 
      width:100%;
      height:auto; /* will cover the text displayed when javascript is enabled*/
      z-index:100000; /* higher than other z-index */
      position:fixed;
      bottom:0px;
      left:0;
      padding: 20px;
      font-size: 15px;
      color: #fff;
      background-color: #c02d2e;
    border: 1px solid #c02d2e;
   }
   .bottom-warning span, .bottom-warning span a{
       font-weight: bold;
   }
   .bottom-warning  a {
      color: #fff;
   }
   ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
/*__________________________*/
/*   Custom and overrides  */

.navbar-header > a{height: 100%;}
.navbar-fixed-top {padding: 6px 0;}

.banner-head-new{background:linear-gradient(to right,#1b334bde,#1b334bb5), url(../images/freelist-home-banner.jpg) no-repeat center; /*linear-gradient(#ff7b00b5,#9e0000bf)  linear-gradient(#00188eb8,#0048ccb8)*/
background-size: cover;padding: 55px 0;
background-position: bottom;
}
.banner-head-new .b2-head {margin-top: 24px;text-align: left; font-weight: 300;}
.banner-head-new .list_bis {margin-top: 30px;text-align: left;display: inline-block;}
.banner-head-new  .list_bis a {font-size: 16px;text-decoration: none;background: #EE8522;color: #fff;border: 1px solid #EE8522;display: inline-block;/* padding: 8px 16px; */}

.banner-head-new .b-head{font-size: 34px;text-align: left;line-height: 40px; font-weight: 600; }

.banner-head-new h1,
.banner-head-new h4{color: #fff;display: inline-block;}

/* .banner-right-img{width: 45%;margin-left: 65px;} */

.category-heading{font-size: 20px;margin-bottom: 15px;}


.listing-banner {box-shadow: 0px 1px 5px #292929;} /* 585858 */
.listing-banner .searchbox {width: 54%;}
.listing-banner .city {width: 42%;}

.banner-head{padding: 18px 15px 28px;}
.banner-head .b2-head {margin-top: 15px;}
.banner-head .list_bis {margin-top: 30px;}
.banner-head  .list_bis a {font-size: 16px;text-decoration: none;background: #3957EA;color: #fff;border-color: #3957EA;}
/* .banner-head .list_bis a:hover{background: #3957EA;color: #fff;border-color: #3957EA;} */

.cat-box .img-thumbnail {border: none;}
.cat-box h3{font-size: 16px;transition: all 400ms ease-in-out;-webkit-transition: all 400ms ease-in-out;}
.cat-box a{text-decoration: none;}
.cat-box a .well-box{transition: all 400ms ease-in-out;-webkit-transition: all 400ms ease-in-out;}
.cat-box a .well-box:hover h3{color: #272727;font-weight: bold;}


.biseller-column .detail{display: flex;}
.biseller-column .detail div:first-child{width: 9px;}
.biseller-column .detail div{display: inline-block;}
.biseller-column .detail div{text-align: left;font-size: 14px;color: #666;margin: 0px 5px 3px;
    line-height: 20px;}

.ad-info h5 {text-align: left;font-size: 15px;font-weight: bold;margin-bottom: 10px;}

.biseller-column .slid-con{border: none;}

.testimonial4_indicators .carousel-indicators .active {background:#3957EA;}
.testimonial4_slide a.review_head { font-size: 15px; text-decoration: none;}
.testimonial4_slide span a{font-size: 15px;font-weight: normal; text-decoration: none;}
.testimonial4_slide p{font-size: 14px;}
.testimonial4_slide h4 {font-size: 13px;font-weight: normal; }
.testimonial4_slide h4::before {
    content: "\2014 \00A0";
}
.testimonial4_slide .quote i{font-size: 20px;color: #fff;margin-bottom: 15px;margin-top: 15px;}
.testimonial4_control_button .carousel-control {top: 180px;}

.benefits h3 {margin: 30px 0 30px 0;text-align: center;}
.benefits h5 {font-size: 16px;position: relative;padding: 0px !important;}
.benefits .benefits-head{display: flex;padding: 15px 0 10px;}
.benefits .benefits-head i{margin-right: 10px;font-size: 20px;color: #EE8522;}
.benefits p{margin-bottom: 30px;}

#breadcrumbs a{text-decoration: none;color: #3957EA;font-size: 13px;}
#breadcrumbs strong{color: #334455;font-size: 13px;}

.single-listing .time_n_report {margin: 5px 0;}
.time_n_report .time_ago i{color: #3957EA;}
.time_n_report .report{color: #fff;background: red;padding:0 4px;border-radius: 3px;text-decoration: none;}

.single-listing article > div p{line-height: 25px;}
.single-listing article .catagories{display: inline-block;}
.single-listing article .catagories a{text-decoration: none;background: #8497daf2;padding:0 4px;
    border-radius: 3px;color: #fff;display: inline-block;line-height: 21px;}
    .single-listing article .catagories a:hover{color: #677bc4f2;background: #fff;}   
.single-listing .list-img-con {box-shadow: 0px 1px 8px #e8e8e8;border: 0px;}

.tags{ line-height: 25px;}
.tags a{background: #aba9a9;color: #fff;padding:0 4px;border-radius: 3px;text-transform: lowercase;display: inline-block;
    line-height: 20px;}
.tags a:hover{color: #808080; background: #fff;}

#container .list{box-shadow: none;}
#container .list li{box-shadow: 0px 1px 8px #e2e2e2;margin-bottom: 20px;border: none;}
#container .list li .title {margin-bottom: 15px; }
#container .list .list-left p{display: flex;}
#container .list .list-left > div{display: flex;margin-bottom: 5px;}
#container .list .list-left > div div{display: inline-block;}
#container .list .list-left > div div:first-child{min-width: 26px;}
#container .list li .title {font-weight: bold;color: #444;}


.fileinput-preview {
    padding: 0px !important;
}
.fileinput .thumbnail {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
    
}
.fileinput div:last-of-type .btn-file {
    background: #fff;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    border:0;
}
.btn-remove{
    background: #eee;
    border: 0;
    border-radius: 0;
    color: #444;
    padding: 5px 9px;
    filter: none;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file .fileinput-new {
    background: #334455;
    padding: 8px;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    height: 100%;
    direction: ltr;
    cursor: pointer;
}
.fileinput .thumbnail > img {
    max-height: 100%;
}
#listing-tabs { padding-top: 75px;
    margin-top: -75px; }
.single-listing ul li{margin-bottom: 5px;}
.single-listing #listing-tabs ul li { margin-bottom: -2px; }
.single-listing ul li i{color:#444444 !important;}
.single-listing ul li.phone a, .single-listing ul li.whatsapp a {color: #444444;}
.single-listing ul li a{text-decoration: none;color: #3957EA;}
.single-listing #listing-tabs ul li a{    color: #424242; }
.single-listing #listing-tabs ul li.active a{    border-top: 4px solid #438DD2 !important;
}
.single-listing #listing-follow a{text-decoration: none;color: #3957EA;text-decoration: none;}
.single-listing #listing-follow a i{color:#444444 !important;}

.single-listing .similar-list{margin-bottom: 30px;     margin-top: 20px;}
.single-listing .similar-list h4{font-weight: bold;margin-bottom: 20px;}

.single-listing .similar-list .content{margin-bottom: 15px; overflow: hidden;width: 90%;}
.single-listing .similar-list .cropped2 {width: 100%;height: 120px; object-fit: cover;
    object-position:center;}
    .single-listing .similar-list h5{margin-top: 7px;font-weight: bold;line-height: 18px;}

#listing-tags ul li{transition: all 300ms ease-in-out;-webkit-transition: all 300ms ease-in-out;}
#listing-tags ul li a{text-decoration: none;}
#listing-tags ul li:hover{background: #3957EA;}
#listing-tags ul li:hover a{color: #fff;}
h2#left-hanger-add-review{
     font-size: 16px;
    margin: 10px 0 5px 0px;  
    color: #333;
}
.validation-msg{
    color: #db1313;
}
ul.rating-star {
	margin-bottom: 5px;
	padding: 0px;
}

.rating-star li {
	cursor: pointer;
	list-style-type: none;
	display: inline-block;
	color: #F0F0F0;
	text-shadow: 0 0 1px #666666;
	font-size: 24px;
}

.rating-star .highlight, .rating-star .selected {
	color: #F4B30A;
	text-shadow: 0 0 1px #F48F0A;
}
.rating-display {
    margin: 0;
    padding: 0;
    line-height: 16px;
    float: left;
}
.rating-display li {
	list-style-type: none;
	display: inline-block;
	color: #F0F0F0;
	text-shadow: 0 0 1px #666666;
	font-size: 14px;
}

 .rating-display .selected {
	color: #F4B30A;
	text-shadow: 0 0 1px #F48F0A;
}
.rating-section { width: 100%; float: left; margin-bottom: 5px;}
.comment-date { float: right; color: #9e9fb3;
    font-size: 13px;}

.maincat-list{display: flex;flex-wrap: wrap;margin-left: 0px !important;}
.maincat-list li{padding: 5px;}
.maincat-list li a { padding: 7px 20px;
    border: solid 1px #d2d2d2;
    border-radius: 30px;
    display: inline-block;
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    transition: all .3s ease;
    text-transform: capitalize;
}

.maincat-list li a:hover {
        color: #3C60EA;
    border-color: #3C60EA;  
}

a.location_link {background: #f3f3f3;padding: 5px;border-radius: 3px;color: #232323;
    text-decoration: none;}
a.location_link:hover{background: #e9e9e9;}
.location_head {font-weight: 600;margin:20px 0 20px 5px;}

footer ul.location{display: flex;}
footer ul.location li:first-child{margin-right: 5px;}

#sidebar{float: left;width: 100%;}
#container .list .catagories {
    display: inline-block;
}
#container .list .list-left .catagories p {
display: inline-block;    
margin-top:0;
}
#container .list .catagories a {
    padding: 4px 15px;
    background: #f3f5f9;
    color: #162684;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
    margin: 5px 0px;
}
.widget.sidebar_list .section-head h3{
    font-size: 15px;
    font-weight: 600;
}

.sidebar_list  ul li a {
    display: block;
    font-size: 13px;
    color: #333333;
}
.sidebar_list  ul li a:hover{
   text-decoration: underline; 
}
.home_banner_ad {
text-align:center;
}
.home_banner_ad ins.adsbygoogle {
    background: transparent;
}
.home_ad_middle{
display:none;
}
.g-login{
    text-align: right;
}
.reg-with-email{
    text-align: left;
}
/*__________________________*/
/*   Query for Large Device  */

@media(min-width:990px){
    .banner-head {margin: 25px 0 15px 0;}
    .benefits h5{margin-top: 2px;}
}
@media (max-width: 990px){
    .navbar-toggle {
        display: block !important;
    }
    /* ul.nav{display: none;} */
    .navbar-header{float: none;}
    } 
   /*  @media (min-width: 768px) and (max-width:990px){
.navbar-collapse.collapse {
    display: none !important;
  
}
    } */
/*__________________________*/
/*   Query for Small Device  */
@media(max-width:768px){
 .google-container{
    text-align: left;
 }
 .g-login{
     text-align: center;
}
.reg-with-email{
    text-align: center;
}
    .navbar-toggle{margin-right: 0px !important;}

    .banner-head-new {padding: 52px 0 60px;}
    .banner-head-new .b-head{font-size: 26px;line-height: 36px;}
    .banner-head-new .banner-right-img{display: none;}
    #testimonial4 .carousel-inner {width: 100%;margin: auto;}
    .testimonial4_indicators .carousel-indicators {margin-top: 30px;position: relative;}
    .single-listing .similar-list .cropped2{ }
    .similar-list .row{display: flex;flex-wrap: wrap;}
    #container .list li img { max-height: 180px;
max-width: 180px;
object-fit: cover; object-position: center; margin-bottom: 10px; margin-top: 10px}
    #container .list li .list-img-con {width: 100%; min-height: auto;  justify-content: normal;}
    .search_box .srchbutton {width: 12%;}
    .search_box form{display: flex;}
    .search_box form input{ border-bottom: 1px solid #ddd !important;}
 


    #sidebar aside { border: none;}
    .widget .section-head h3 { display: none;}
    .single-listing .list-img-con { width: 200px;}
    .single-listing-contact {display: inline-block;}
    .listing-info-container {
     margin-left: 0;
 }
.home_banner_ad { display:none; }
.home_ad_middle { display:block; }
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
         width: 100%;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: none;
        padding-bottom: none;
    } 
    .navbar-inverse .navbar-nav>li>a.cta-btn  {
        padding: 8px 16px;
        
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-nav li a{width: 100% !important;background: none !important;}
   
}
@media (min-width: 768px) and (max-width:991px){
    .listing-banner .searchbox {
        width: 48%;
    }
    .listing-banner .srchbutton {width: 6%;}
}
@media (min-width: 992px) and (max-width:1200px){
    .listing-banner .searchbox {
        width: 53%;
    }
}
@media (max-width: 500px){

#container .list li img{
max-height: 120px;
max-width: 120px;
    
}
}

.claim-help-container h2 {
font-size: 20px;
padding-bottom: 5px;
}
.claim-help-container p {
color: #555;
}
.claim-help-container .highlight {
background: #f8f9fa;
padding: 10px;
border-left: 4px solid #007bff;
margin: 10px 0;
}
.claim-help-container ul {
padding-left: 20px;
}
.claim-help-container li {
margin-bottom: 8px;
}

