@font-face {
    font-family: Lato;
    src: url(font/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato;
    src: url(font/Lato-Black.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Lato;
    src: url(font/Lato-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Lato;
    src: url(font/Lato-Light.ttf);
    font-weight: 200;
}

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
	}
	
body, textarea {
	width: 100%;
	background: #222;
	margin: 0;
	padding: 0;
	font-family: Lato;
	font-size: 15px;
	color: #2A2A2A;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	}

p {
    display: block;
    margin-top: 0.8em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

p.first {
    margin-top: 0;
}

a {
	text-decoration: none;
	color: #278AB6;
}

textarea:focus, input:focus{
    outline: none;
}

input {
	font-family: Lato;
	font-size: 15px;
}

::-webkit-input-placeholder {
	color: #CCC;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

label {
	display: block;
	padding: 12px 0;
}


#phone {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    max-height: none;
	background: #FFF;
	position: absolute;
	padding: 0;
	overflow: hidden;	
	-webkit-overflow-scrolling: touch;
	}

#settings, #postflow, #inboxwrapper, #locationfilter, #makeofferwrapper, #kbbinfo, #carfaxreport, #paymentcalc, #sellerprofile {
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 50000;
	display: none;
	position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#postflow {
	display: block;
	top: 100%;
}

#postflow, #inboxwrapper {
	background: #F6F7F9;
}

#inboxwrapper {
	top: 0;
	left: 0;
}

.formtitle {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
	margin-bottom: 6px;
}

.formtitle.margin {
	margin-top: 30px;
}

.formtitle.inline {
	display: inline-block;
	width: 36%;
}

.formtitle.inline.year {
	width: 24%;
}

.checkbox {
	width: 20px;
	height: 20px;
	background: url('../assets/checkbox.png') no-repeat;
	background-size: 20px auto;
	background-position: 0 0;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -5px;
}

.checkbox.on {
	background-position: 0 -30px;
}

.postflow_arrow {
	width: 6px;
	height: 10px;
	background: url('../assets/postflow_arrow.png') no-repeat;
	background-size: 6px 10px;
	float: right;
	margin-top: 2px;
}

.postflow_arrow.facts {
	margin-top: -5px;
}
 
#postflow_category, #postflow_location, #postflow_style {
	height: 44px;
	padding: 13px 12px;
	cursor: pointer;
}

#postflow_style.withfacts {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#tipwrapper {
	height: 0px;
	overflow: hidden;
}

#postflow_carwrapper {
	display: none;
}

#postflow_map {
	width: 100%;
	height: 200px;
	border-radius: 6px;
	background: url('../assets/postflow_map.png') no-repeat;
	background-size: auto 200px;
	background-position: center center;
	margin-bottom: 15px;
}

#postflow_finalimg {
	width: 100%;
	height: 200px;
	border-radius: 6px;
	background: url('../assets/postflow_finalimg.png') no-repeat;
	background-size: auto 200px;
	background-position: center center;
	margin-bottom: 15px;
	position: relative;
}

#postflow_finaltitle {
	text-align: center;
}

#settings.show, #locationfilter.show, #kbbinfo.show, #carfaxreport.show {
	display: block;
}

#postflow.show {
	top: 0;
}

#settingswrapper {
	padding: 90px 15px 20px 15px;
}

.settingstitle, .locationfiltertitle {
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px solid #CCC;
	margin-top: 20px;
	padding: 25px 0 10px 0;
}

.settingstitle.first {
	border: none;
	margin-top: 0px;
	padding: 0px 0 10px 0;
}

.settingsradio {
	margin-right: 10px;
}

.postflowstep {
	width: 100%;
	height: 100%;
	padding: 75px 15px 25px 15px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#postflow_step2, #postflow_step3, #postflow_step4, #postflow_step5, #postflow_factsfeatures {
	margin-left: 100%;
	opacity: 0;
	padding: 90px 15px 168px 15px;
	overflow-y: scroll;
}

#postflow_step2.keyboard {
	padding: 90px 15px 338px 15px;
}

.postflowstep.active {
	margin-left: 0!important;
	opacity: 1!important;
}

.postflowstep.finished {
	margin-left: -100%!important;
	opacity: 0!important;
}

#postflow_stylestep, #postflow_factsfeatures, #postflow_categories {
	width: 100%;
	height: 100%;
	margin-left: 100%;
	padding: 0;
	opacity: 0;
	margin-top: 64px;
	overflow-y: scroll;
}

#postflow_factsfeatures {
	padding: 15px;
	box-sizing: border-box;
}

#postflow_stylestepinner, #postflow_factsfeaturesinner {
	width: 100%;
	background-color: #F6F7F9;
}

#postflow_factsfeaturesinner {
	padding-bottom: 150px;
}

#postflow_factsfeatures {
	background-color: #F6F7F9;
}

#postflow_carinfo_factswrapper {
	border: 1px solid #DDD;
	border-radius: 6px;
	padding: 15px 15px 5px 15px;
	background-color: #FFF;
}

#postflow_carinfo_factslist {
	padding: 0 0 0 18px;
}

.postflow_carinfo_bullet {
	margin-bottom: 10px;
}

#postflow_factsfeaturessave {
	background: url('../assets/postflow_factsfeaturessave.png') no-repeat;
	background-size: 320px 64px;
	background-position: center center;
	width: 100%;
	height: 64px;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	z-index: 100000;
	margin-bottom: -64px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#postflow_factsfeaturessave.active {
	margin-bottom: 0px;
}

#postflow_uploadphotos {
	width: 100%;
	height: 190px;
	background: url('../assets/postflow_uploadphoto.png') no-repeat;
	background-size: 290px auto;
	background-position: center center;
	cursor: pointer;
	margin: 50px 0 25px 0;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
}

#postflow_uploadphotos.shift {
	margin-top: 0;
}

#postflow_uploadphotos.done {
	background: url('../assets/postflow_uploadphoto_done.png') no-repeat;
	background-size: 290px auto;
	cursor: default;
}

.postflowfield {
	width: 100%;
	background: #FFF;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
}

.postflowfield {
	display: inline-block;
}

.plateinput, .ymminput, .postflowinput {
	border: none;
	padding: 12px;
	border-radius: 6px;
	display: inline-block;
	box-sizing: border-box;
}

.ymminput {
	width: 36%;
}

#postflow_make, #postflow_year {
	border-right: 1px solid #DDD;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#postflow_year {
	width: 24%;
}

#postflow_platestate {
	width: 25%;
	float: right;
	cursor: pointer;
	border-left: 1px solid #DDD;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#postflow_carfacts {
	width: 100%;
	border: 1px solid #DDD;
	border-top: none;
	font-size: 13px;
	line-height: 18px;
	padding: 15px;
	box-sizing: border-box;
	display: none;
	cursor: pointer;
	background: #FFF;
	border-radius: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#postflow_carfacts.show {
	display: block;
}

#postflow_carfactsmore {
	color: #00AB80;
	cursor: pointer;
}

#platesafety {
	font-size: 13px;
	text-align: center;
	color: #BEBEBE;
	margin: 12px 0 8px 0;
}

#newfeature {
	font-weight: bold;
	color: #48C1A2;
}

#postflow_vinphoto {
	color: #00AB80;
	font-size: 13px;
	float: right;
	text-transform: none;
	cursor: pointer;
}

#postflow_vin {
	padding: 12px;
}

#postflow_mileagelabel {
	display: inline-block;
	float: right;
	padding: 12px 15px 12px 0;
}

#postflow_titleinput {
	height: 44px;
	padding: 0 12px;
}

#postflow_description {
	padding: 12px;
	font-size: 15px;
	resize: none;
}

#postflow_pricewrapper {
	text-align: center;
}

.postflow_priceoptions {
	display: inline-block;
	padding: 22px 18px 18px 18px;
	cursor: pointer;
}

.postflow_priceoptions.disable {
	opacity: 0.4;
	cursor: default;
}

#postflow_price {
	width: 100%;
	border: none;
	text-align: center;
	height: 80px;
	font-size: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #DDD;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#postflow_conditionother {
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}

#postflow_conditionotherwrapper {
	overflow: hidden;
    -webkit-transition: all 1.6s ease;
    -moz-transition: all 1.6s ease;
    -o-transition: all 1.6s ease;
    transition: all 1.6s ease;
    height: 120px;
}

#postflow_conditionotherwrapper.hide {
	opacity: 0;
	height: 0;

}

#postflow_conditionslider {
	width: 290px;
	height: 26px;
	background: url('../assets/postflow_slider.png');
	background-size: 290px 26px;
}

#postflow_conditionlabel {
	display: inline-block;
	float: right;
	margin-top: 27px;
}

.segcontrol {
	display: inline-block;
	padding: 12px;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #DDD;
	height: 60px;
	box-sizing: border-box;
	vertical-align: middle;
}

.segcontrol.nosub {
	padding-top: 21px;
}

.segcontrol.car {
	width: 32%;
	padding: 12px 0;
	height: auto;
	color: #BEBEBE;
}

.segcontrol.right {
	border: none;
}

.segcontrol.selected {
	font-weight: bold;
	color: #00AB80;
}

.segsubtitle {
	font-size: 13px;
	color: #CCC;
	font-weight: normal;
}

.segsubtitle.selected {
	font-weight: normal;
	color: #00AB80;
}

#tipwrapper {
	height: 60px;
	opacity: 0;
	width: 290px;
	margin: 25px auto 15px auto;
}

#tipwrapper.show {
	opacity: 1;
}

#postflow_tipicon {
	width: 36px;
	height: 50px;
	background: url('../assets/postflow_tip.png');
	background-size: 36px 36px;
	display: inline-block;
	margin-right: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

#postflow_tiptext {
	color: #6F6F6F;
}

#keyboardwrapper {
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}

#keyboardwrapper.show {
	display: flex;
}

#keyboard, #chatkeyboard {
	width: 100%;
	min-height: 216px;
	background: url('../assets/keyboard_go.png') #D1D5DB no-repeat center center;
	background-size: 320px 216px;
	position: relative;
	margin-bottom: -216px;
	z-index: 300000;
	cursor: pointer;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
    flex: 0 0 216px;
	}

#keyboard.postflow, #chatkeyboard {
	background-image: url('../assets/keyboard_done.png');
	}

#keyboard.number {
	background-image: url('../assets/keyboard_number.png');
	}

#keyboard.show {
	margin-bottom: 0px;
}

#keyboard.mobile, #chatkeyboard.mobile {
	background: none;
	height: 0px!important;
	min-height: 0px!important;
	flex: 0;
	margin-bottom: 0;
}

.remove {
	display: none!important;
}

#navbar, #settingsnav, #postflownav, #inboxnav {
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px;
	height: 64px;
	min-height: 64px;
	background-image: url('../assets/headerbg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	z-index: 100000;
	position: absolute;
    -webkit-transition: margin 0.5s ease, background 0.5s ease;
    -moz-transition: margin 0.5s ease, background 0.5s ease;
    -o-transition: margin 0.5s ease, background 0.5s ease;
    transition: margin 0.5s ease, background 0.5s ease;
}

#statusbar.scroll {
	background-image: url('../assets/headerbg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 109px;
	height: 20px;
	margin-top: -1px;
}

#distancebarwrapper {
	width: 100%;
	z-index: 100;
	position: absolute;
    border-bottom: 1px solid #DDD;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
    margin-top: -31px;
}

#distancebarwrapper.show {
	margin-top: 19px;
}

#distancebar {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	height: 30px;
	min-height: 30px;
	background: #FFF;
    font-size: 12px;
}

#distancebaricon {
	background-image: url('../assets/distancebaricon.png');
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	margin-right: 5px;
}

#distancebaricon, #distancebartext {
	display: inline-block;
}

#navbar.carfilters {
	height: 109px;
}

#navbar.postflow {
	z-index: 2;
}

#settingsnav, #postflownav, #inboxnav {
	padding-top: 13px;
}

#settingsnav, #inboxnav, #listingbar {
	top: 0;
	left: 0;
	right: 0;
}

#postflow_bottom {
	width: 100%;
	height: 113px;
	position: absolute;
	bottom: 0;
	background: url('../assets/postflow_bottom.png') #FFF no-repeat center center;
	background-size: 320px;
	background-position: center 0;
	cursor: pointer;
	z-index: 2;
    -webkit-transition: all 0.4s ease, background 0s ease;
    -moz-transition: all 0.4s ease, background 0s ease;
    -o-transition: all 0.4s ease, background 0s ease;
    transition: all 0.4s ease, background 0s ease;
}

#postflow_bottom.hide {
	bottom: -113px;
}

#postflow_bottom.step2 {
	background-position: center -113px;
}

#postflow_bottom.step3 {
	background-position: center -226px;
}

#postflow_bottom.step4 {
	background-position: center -339px;
}

#postflow_bottom.step5 {
	background-position: center -452px;
}


#navbar.hidden {
	margin-top: -119px;
}


#carfilterbar {
	height: 45px;
	padding: 10px 8px 0 7px;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	position: absolute;
	left: 0;
	right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 0px;
}

#carfilterbar.hidden, #carfilterbar.notsearch {
	opacity: 0;
	visibility: hidden;
}

#carfilterbar.modal {
	overflow: hidden;
}

.carfilter {
	display: inline-block;
	background: rgba(255,255,255,0.1);
	border-radius: 6px;
	color: #EEE;
	font-size: 13px;
	padding: 10px 12px;
	cursor: pointer;
	margin-right: 6px;
	position: relative;
	z-index: 200002;
}

.carfilter, .menurow {
	-webkit-touch-callout: none; /* iOS Safari */
	    -webkit-user-select: none; /* Safari */
	     -khtml-user-select: none; /* Konqueror HTML */
	       -moz-user-select: none; /* Firefox */
	        -ms-user-select: none; /* Internet Explorer/Edge */
	            user-select: none;
}

.carfilter.active {
	background: rgba(0,0,0,0.15);
}

.filtercount {
	margin-left: 4px;
}

.carfilterdropdown {
	width: 9px;
	height: 7px;
	background: url('../assets/carfilterdropdown.png') no-repeat;
	background-size: 9px 7px;
	float: right;
	margin: 3px 0 0 8px;
}

#navbar.transparent {
	background-image: url('../assets/transparent.png');
}

#navbar.inbox {
	max-height: 64px;
	overflow: hidden;
}

#listingbar {
	position: absolute;
	height: 64px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}

#listingbar.scroll {
	background: transparent;
}

#statusbar {
	width: 100%;
	box-sizing: border-box;
	height: 10px;
	margin-top: 4px;
	position: absolute;
	z-index: 3000000;
	}

#statusbar_connection, #statusbar_time, #statusbar_battery {
	width: 90px;
	height: 100%;
	position: absolute;
	background: url('../assets/statusbar.png') no-repeat;
	background-size: 311px 10px;
}

#statusbar_connection {
	left: 5px;
	background-position: left;
}

#statusbar_time {
	left: 50%;
	margin-left: -45px;
	background-position: center center;
}

#statusbar_battery {
	right: 5px;
	background-position: right;
}

#search.car {
	padding-top: 126px;
}

#search.chat {
	opacity: 0;
	visibility: hidden;
}

#searchbar {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	margin-top: 25px;
	background: rgba(255,255,255,0.2);
	border-radius: 5px;
	color: #FFF;
	/*
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    */
	}

#searchbar.listing {
	visibility: hidden;
	opacity: 0;
}

#searchlocation {
	color: #FFF;
	position: absolute;
	padding-top: 6px;
	display: none;
	opacity: 0.6;
	}

#searchlocation.show {
	display: block;
	}

#searchicon {
	width: 14px;
	height: 14px;
	background: url('../assets/icon_search.png') no-repeat;
	background-size: 14px 14px;
	position: absolute;
	margin: 8px 0 0 10px;
	}

#searchicon.location {
	width: 13px;
	height: 16px;
	background: url('../assets/autocomplete_location.png') no-repeat;
	background-size: 13px 16px;
	margin-top: 6px;
}

#searchbarinput {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	border: none;
	border-color: transparent;
	padding: 0 8px 0 30px;
	background-color: transparent;
	color: #FFF;
	}

#searchbar.location {
	margin-left: 40px;
	width: 265px !important;
}

#nearseattle {
	color: #CCC;
	}

#searchbarcancel, #settingsclose, #postnavclose {
	color: #FFF;
	position: absolute;
	font-size: 15px;
	cursor: pointer;
	}

#searchbarcancel {
	display: none;
	top: 31px;
	right: 15px;
}

#settingsclose, #postnavclose {
	top: 31px;
	left: 15px;
	display: inline;
}

.navtitle {
	text-align: center;
	position: absolute;
	margin: auto;
	color: #FFF;
	font-size: 18px;
	padding: 16px 70px 0 70px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navtitle.navbar {
	top: 14px;
	left: 0;
}

#bottomnav {
	width: 100%;
	height: 44px;
	max-height: 44px;
	position: absolute;
	bottom: 0;
	z-index: 200005;
	background: url('../assets/bottomnav.png') #FFF;
	background-size: 320px;
	background-repeat: no-repeat;
	background-position: center 0;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
	}

#bottomnav.inbox {
	background-position: center -44px;
}

#bottomnav.hidden, #bottomnav.listing {
	bottom: -44px;
}

.bottomnavbutton {
	width: 64px;
	height: 44px;
	left: 50%;
	position: absolute;
}

.bottomnavbutton.selected {
	cursor: default;
}

#bottomnav_postflow {
	margin-left: -32px;
	cursor: pointer;
}

#bottomnav_inbox {
	margin-left: -96px;
}

#bottomnav_home {
	margin-left: -160px;
}


#search {
	width: 100%;
	height: 100%;
	padding: 79px 10px 54px 10px;
	box-sizing: border-box;
	overflow-y: scroll;
	}

#ad_listing_top, #ad_listing_bottom {
	margin-left: -5px;
}

#ad_search, #ad_listing_top, #ad_listing_bottom {
	display: none;
}

.adshow {
	display: block;
}

.adtile {
	width: 300px;
	background: #FFF;
	height: 110px;
	margin-bottom: 20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	font-family: "Verdana";
	font-size: 14px;
	color: #777;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.adimg {
	width: 90px;
	height: 90px;
	background-color: #FFF;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	background-image: url('../assets/ads/camera.jpeg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.adlabel {
	background: #666;
	color: #FFF;
	font-size: 12px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	box-sizing: border-box;
	padding: 3px;
	max-width: 27px;
	border-radius: 3px;
}

.adwordwrapper {
	display: inline-block;
	max-width: 165px;
	vertical-align: top;
}

.adtitle {
	margin-bottom: 7px;
	margin-top: 3px;
}

.adprice {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.advendor {
	font-size: 12px;
}

#filters {
	font-size: 13px;
	color: #777;
	margin-bottom: 12px;
	}

.filterblock {
	display: inline-block;
	cursor: pointer;
	}

#filters_price {
	float: right;
	}

.filtersdropdown, #platedropdown {
	width: 9px;
	height: 7px;
	background: url('../assets/filters_dropdown.png') no-repeat;
	background-size: 9px 7px;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
	}

#platedropdown {
	float: right;
	}

.left {
	float: left;
	}

#modalblock {
	width: 100%;
	height: 2000px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
	z-index: 20000;
	opacity: 1;
	display: none;
	cursor: pointer;
}

.modaldivider {
	width: 100%;
	height: 1px;
	background: #DDD;
	margin: 10px 0;

}

.modalmenu {
	display: none;
	background: #FFF;
	border-radius: 6px;
	z-index: 20001;
	padding: 10px  0;
	font-size: 15px;
	color: #4A4A4A;
	position: absolute;
	margin-top: 28px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	opacity: 0;
}

.modalmenu.show {
	display: block;
	opacity: 1;
}

.modalmenu.car {
	margin-top: 0;
	top: 115px;
}

#modal_carmakewrapper {
	width: 100%;
	height: 100%;
	max-height: 380px;
	overflow-y: scroll;
	padding-top: 10px;
}

#modal_carseller {
	min-width: 220px;
}

#modal_carcondition {
	min-width: 150px;
}

.modalbeak {
	width: 25px;
	height: 10px;
	background: url('../assets/modalbeak.png') no-repeat;
	background-size: 25px 10px;
	position: absolute;
	top: -10px;
	left: 20px;
}

.modalbeak.right {
	left: auto;
	right: 20px;
}

#modal_price, #modal_caryear, #modal_carmiles {
	left: 10px;
	right: 10px;
	padding: 20px 30px 25px 30px;
	box-sizing: border-box;
}

#modal_carmake {
	padding: 0;
}

.rangelabel {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.menurow {
	padding: 12px 40px 12px 18px;
	cursor: pointer;
}

.menurow.selected {
	color: #00AB80;
	font-weight: bold;
}

.menurow.car {
	display: none;
}

#autocompletewrapper {
	width: 100%;
	height: 0px;
	max-height: 100%;
	background: #FFF;
	z-index: 2;
	margin-top: 64px;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 50px;
    flex: 1 0 auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#autocompletewrapper.hidden {
	visibility: hidden;
	opacity: 0;
}

#autocomplete, #locations {
	padding: 10px 15px 0 15px;
}

#categories {
	margin-top: 15px;
	padding: 20px 15px 0 15px;
	border-top: 1px solid #DDD;
}

#categories, #autocomplete, #locations {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#locations {
	margin-left: 100%;
	position: absolute;
	top: 0;
}

#locations.location {
	margin-left: 0;
}

.autocompleterow, .categoryrow, .locationrow {
	cursor: pointer;
	padding: 12px 0;
}

.hide:not(.item):not(#postflow_conditionotherwrapper):not(#postflow_bottom) {
	display: none;
}

#categories.location, #autocomplete.location {
	margin-left: -100%;
}

#categoriestitle {
	font-size: 11px;
	color: #CCC;
	margin-bottom: 5px;
}

.recenticon {
	width: 15px;
	height: 15px;
	background-image: url('../assets/autocomplete_recent.png');
	background-repeat: no-repeat;
	background-size: 15px 15px;
	float: left;
	margin: 1px 10px 0 0;
}

.recenticon.search {
	background-image: url('../assets/icon_search.png');
	opacity: 0.5;
}

#searchlocationbar {
	background: #F6F7F9;
	border-top: 1px solid #DDD;
	width: 100%;
	padding: 12px;
	position: absolute;
	top: -41px;
	font-size: 13px;
	color: #BBB;
	z-index: 5;
	box-sizing: border-box;
	display: none;
}

#searchlocationbar.location {
	top: -71px;
}

#searchlocationbar_icon {
	width: 13px;
	height: 16px;
	background: url('../assets/autocomplete_location.png') no-repeat;
	background-size: 13px 16px;
	float: left;
	margin-right: 10px;
}

.searchlocationbar_bold {
	font-weight: bold;
	color: #999;
}

#searchlocationbar_edit {
	font-weight: bold;
	float: right;
	color: #1E9182;
	cursor: pointer;
}

#locationdistance, #locationwrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#locationwrapper.location {
	display: none;
}

#locationdistance {
	width: 100%;
	height: 46px;
	display: none;
	background: url('../assets/autocomplete_distance.png') no-repeat;
	background-size: 299px 46px;
}

#locationdistance.location {
	display: block;
}

#searchlocationbar_city {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-shadow: none;
}

#searchlocationbar_city.glow {
	color: #1E9182;
	text-shadow: 0 0 15px #1E9182;
}

.searchcol, .searchcolsimilar {
	width: 31%;
	float: left;
	box-sizing: border-box;
	}

.searchcol.twocol {
	width: 48%;
	}

.searchcolsimilar {
	width: 48%;
	margin: 15px 0 70px 0;
}

.similarcol1 {
	margin-right: 10px;
}

#searchcol1 {
	margin-right: 10px;
	}

#searchcol3 {
	margin-left: 10px;
	}

.item, .itemsimilar, .sellerprofileitem {
	width: 100%;
	background: #CCC;
	border-radius: 5px;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	touch-action: manipulation;
}

.item.hide {
	display: none;
	opacity: 0;
	}

.item.selected, .itemsimilar.selected {
	background: #ECECEC;
	background-image: none!important;
	}

.item.cars, .itemsimilar.cars {
	height: 215px;
	position: relative;
}

.carinfo {
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: 0px;
	background: url('../assets/cargradient.png') no-repeat;
	background-size: 100% 47px;
	font-size: 12px;
	color: #CCC;
	box-sizing: border-box;
	padding: 5px 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
}

.carinfo.selected {
	opacity: 0;
}

.cartitle {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.carprice {
	font-weight: 600;
	float: left;
}

.carmiles {
	float: right;
	color: #999;
}

.innerimg {
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}

#itemanimatedwrapper {
	z-index: 2001;
	position: relative;
}

.itemanimated {
	position: absolute;
	z-index: 9999;
	display: none;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	}

.itemanimated.full {
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listingdetailwrapper {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listingdetailwrapper.show {
	display: block;
	top: 0;
	left: 0;
}

.listingdetailwrapper.chat, #inboxwrapper.chat {
	margin-left: -100%!important;
}

.listingdetail {
	width: 100%;
	height: 100%;
	background: #F6F7F9;
	position: absolute;
	z-index: 2000;
	overflow-y: scroll;
	overflow-x: hidden;
	opacity: 0;
}

.listingdetail, #listingbar {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.listingdetail.fade, #listingbar.fade, #chatbar.fade, #inboxnav.fade, #settingsnav.fade {
	opacity: 1;
	visibility: visible;
}

.listingdetail.fullscreen {
	overflow: hidden;
}

#listingbottomactions.fade {
	bottom: 0px;
}

#listingbottomactions.chat {
	margin-left: -100%;

}

.listingphotowrapper {
	width: 100%;
	background-color: #F6F7F9;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	position: relative;
	overflow: hidden;
}

.listingphotowrapper.fullscreen {
	z-index: 100;
	background-color: #000;
}

.photo-cell {
	width: 100%;
	height: 100%;
	margin-right: 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
}

.photo-cell.fullscreen {
	background-size: contain;
}

.fullscreen {
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

.listingphoto.show, .listingprice.show, .itemtileprice.show, .listingphotowrapper.show {
	opacity: 1;
}

#itemtileprice {
	opacity: 0;
}


.listingprice, #itemtileprice, #postflow_finalprice {
	height: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #FFF;
    font-size: 24px;
}

.listingprice {
	z-index: 10;
	font-size: 19px;
	height: 35px;
}

.listingprice, #itemtileprice {
	position: absolute;
	bottom: 25px;
	left: 0;
	opacity: 0;
}

.listingprice {
	bottom: 20px;
	margin-left: -8px;
}

#postflow_finalprice {
	position: absolute;
	bottom: 15px;
	left: 0;
	opacity: 1;
	font-size: 18px;
	height: 34px;
}

.listingpriceleft, .listingpriceright, #finalpriceleft, #finalpriceright  {
	background-size: 100% auto;
	background-position: center;
	height: 100%;
	float: left;
	margin: 0;
}

.listingpriceleft {
	background-image: url('../assets/listingprice_left.png');
	width: 48px;
}

#finalpriceleft {
	background-image: url('../assets/listingprice_left.png');
	width: 40px;
}

.listingpriceinner, #finalpriceinner {
	background: #00AB80;
	display: inline-block;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	height: 100%;
	padding-top: 5px;
	box-sizing: border-box;
	float: left;
}

.listingpriceright, #finalpriceright {
	background-image: url('../assets/listingprice_right.png');
	width: 10px;
}

.listingwrapper {
	padding: 20px 15px 50px 15px;
}

.listingtitle {
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 5px;
}

.listingpostlocation {
	padding-bottom: 5px;
}

.listingpostdate {
	padding-bottom: 20px;
}

.carfactswrapper {
	margin: 0 -15px 0 -15px;
	padding: 0 15px 20px 15px;
}

.listingdescwrapper {
	margin: 0 -15px 0 -15px;
	border-top: 1px solid #DDD;
	padding: 15px 15px 5px 15px;
}

.listingcondition {
	padding-bottom: 10px;
}

.listingsellerinfo {
	width: 100%;
	height: 60px;
	padding-bottom: 15px;
	cursor: pointer;
}

.seller_photo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-image: url('../assets/seller/1.jpg');
	background-color: #EEE;
	border: 1px solid #DDD;
	display: inline-block;
	margin-right: 10px;
}

.seller_info {
	display: inline-block;
	vertical-align: top;
	padding: 8px 0;
	font-weight: 500;
}

.seller_info.isdealer {
	padding-top: 0px; 
}

.seller_stars {
	width: 100%;
	height: 25px;
	background-position: left;
	background-image: url('../assets/seller_stars_4half.png');
	background-repeat: no-repeat;
	background-size: 80px 12px;

	box-sizing: border-box;
	padding-top: 4px;
}

.seller_numreviews {
	font-weight: normal;
	margin-left: 88px;
	height: 25px;
	font-size: 13px;

}

.seller_arrow, #chatitem_arrow {
	width: 11px;
	height: 50px;
	background: url('../assets/seller_arrow.png') no-repeat;
	background-size: 100% auto;	
	display: inline-block;
	float: right;
}

.listingh2 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.listingh2.border, #listingactionswrapper.completelisting {
	border-top: 1px solid #DDD;
	margin: 20px -15px 0 -15px;
	padding: 20px 15px 10px 15px;
}

.carfactslist {
	padding: 0 15px 0 17px;
	margin: 10px 0 5px 0;
}

.carfactslist li {
	padding-bottom: 0.8em;
	padding-left: 3px;
}

.carfactslist.features {
	margin-top: 25px;
	padding-left: 0;
}

.carfactslist.features li {
	background:url("../assets/carfacts_checkmark.png") no-repeat;
	background-size: 12px 10px;
	background-position: 0 3px;
	padding-left: 21px;
	list-style-type: none;
}

#carfacts_title {
	background:url("../assets/carfacts_cleantitle.png") no-repeat;
	background-size: auto 30px;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	margin: 5px 0 20px 0;

}

.listingmap {
	width: 100%;
	height: 120px;
	margin: 15px -15px;
	padding: 20px 15px;
	background: url('../assets/idpmap.png');
	background-size: auto auto;
	background-position: center center;
	background-repeat: no-repeat;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
}

#listingbottomactions {
	width: 100%;
	height: 46px;
	position: absolute;
	bottom: -46px;
	background-image: url('../assets/listingactionbuttons.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #FFF;
	cursor: pointer;
	z-index: 100000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#listingbottomactions_block, #listingbottomactions_makeoffer {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	cursor: pointer;
}

#listingbottomactions_block.dealer {
	cursor: pointer;
}

#listingbottomactions.dealer {
	background-image: url('../assets/listingactionbuttons_dealer.png');
}

#listingbar, #chatbar, #inboxnav, #settingsnav {
	opacity: 0;
	visibility: hidden;
}

#listingdetail_toolbar_backbutton {
	touch-action: manipulation;
}

#listingdetail_toolbar_backbutton, #listingdetail_toolbar_actions, #location_backbutton, #postflow_backbutton, #chat_toolbar_backbutton, #kbbinfo_back, #paymentcalc_back, #sellerprofile_back {
	position: absolute;
	height: 40px;
	cursor: pointer;
}

#listingdetail_toolbar_backbutton, #location_backbutton, #postflow_backbutton, #chat_toolbar_backbutton, #kbbinfo_back, #paymentcalc_back, #sellerprofile_back {
	width: 40px;
	height: 40px;
	left: 0px;
	top: 20px;
	background: url('../assets/toolbar_back.png') no-repeat;
	background-size: 40px 40px;
	z-index: 10;
}

#location_backbutton, #postflow_backbutton {
	display: none;
}

#listingdetail_toolbar_actions {
	width: 100px;
	right: 5px;
	top: 20px;
	background: url('../assets/toolbar_actions.png') no-repeat;
	background-size: 100px 40px;
}

.listingthumbnails, .listingthumbnailswrapper {
	width: 100%;
	height: 65px;
}

.listingthumbnailswrapper {
	overflow: hidden;
}

.listingthumbnails {
	padding: 10px 0 0 15px;
	overflow-x: scroll;
	overflow-y: hidden;
	box-sizing: border-box;
	white-space: nowrap;
}

.thumbnail {
	height: 100%;
	width: auto;
	margin-right: 10px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	max-height: 55px;
}

.thumbnail.is-nav-selected {
	opacity: 0.5;
}

.thumbnail.broken {
	display: none;
}

#textwidth {
	position: absolute;
	background: #F0F;
	top: -100px;
}

.close, #carfax_back {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 20px;
	background: url('../assets/close.png') no-repeat;
	background-size: 16px 17px;
	background-position: center center;
	display: none;
	cursor: pointer;
	z-index: 200000;
}

.close.fullscreen {
	display: block;
}

.blackout {
	opacity: 0;
	visibility: hidden;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.blackout.fade {
	opacity: 1;
	visibility: visible;
}

#chatwrapper {
	width: 100%;
	height: 100%;
	background: #F6F7F9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	padding-top: 64px;
	box-sizing: border-box;
	flex-direction: column;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 100%;
    display: none;
    overflow: hidden;
}

#chatwrapper.visible {
	display: flex;
}

#chatwrapper.show {
	margin-left: 0;
}

#chatwrapper.listing {
	margin-left: -100%;
}

#chatitem {
	width: 100%;
	min-height: 53px;
	flex: 0 0 53px;
	background: #FFF;
	border-bottom: 1px solid #DDD;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

#chatitem.hidden, #chatbarwrapper.hidden {
	display: none;
}

#chatitem_photo {
	border-radius: 3px;
	background: #CCC;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	position: absolute;
	background-size: cover;
	background-position: center center;
}

#chatitem_price {
	font-size: 13px;
	color: #969696;
	margin-top: 3px;
}

#chatitem_titlewrapper {
	position: absolute;
	left: 0px;
	padding: 0 34px 0 54px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

#chatitem_title {
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#chatitem_arrow {
	height: 40px;
	background-size: 11px auto;
	background-position: center center;
}

#chatbody {
	flex: 1;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 30px 20px 15px 20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#chatbarwrapper {
	height: 40px;
	left: 0;
	right: 0;
	border-top: 1px solid #DDD;
	background: #FFF;
	flex: 0 0 40px;
}

#chatinput {
	border: none;
	height: 40px;
	position: absolute;
	margin-left: 107px;
	padding: 0 12px;
	box-sizing: border-box;
	width: 100%;
}

#chatinput.message {
	margin-left: 0;
	padding-right: 70px;
}

#chatactions {
	width: 106px;
	height: 40px;
	position: absolute;
	left: 0;
	background: url('../assets/chat_actions.png') no-repeat;
	background-size: 106px 40px;
	background-position: center center;
	border-right: 1px solid #DDD;
	cursor: pointer;
}

#chatactions.message {
	margin-left: -106px;
}

#chatactions, #chatsend, #chatinput {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#chatsend {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	color: #00AB80;
	padding: 12px;
	cursor: pointer;
}

#chatsend.message {
	opacity: 1;
	visibility: visible;
}

#chatkeyboard.message {
	margin-bottom: 0;
}

.chatmessage {
	max-width: 70%;
	border-radius: 5px;
	padding: 12px 15px;
	clear: both;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(190,190,190,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(190,190,190,1);
	box-shadow: 0px 1px 0px 0px rgba(190,190,190,1);
	position: relative;
}

.chatphoto {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #CCC;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.chatmessage.me {
	background: #E3E3E3;
	float: right;
}

.chatphoto.me {
	right: 0;
	margin: -12px -12px 0 0;
	background-image: url('../assets/profilephoto.png');
}

.chatmessage.you, .chatmessage.system {
	background: #FFF;
	float: left;
}

.chatmessage.system {
	max-width: 100%;
}

.chatphoto.you {
	margin: -12px 0 0 -12px;
	left: 0;
}

.chataction {
	text-align: center;
	font-weight: 600;
	border-top: 1px solid #DDD;
	color: #00AB80;
	cursor: pointer;
	padding: 15px 0 3px 0;
	margin: 15px -15px 0 -15px;
}

#inboxbody {
	padding: 36px 0 44px 0;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	max-height: 100%;
}

#inboxwrapper {
	padding-top: 64px;
	box-sizing: border-box;
}

.inboxrow {
	width: 100%;
	height: 75px;
	background: #FFF;
	border-bottom: 1px solid #DDD;
	padding: 18px 12px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.inboxrow.new {
	font-weight: bold;
}

.inboxrow.hidden {
	display: none;
}

.inboxitemphoto {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background-color: #DDD;
	border: 1px solid #CCC;
	margin-right: 18px;
	float: left;
	background-size: cover;
	background-position: center center;
	margin-top: -5px;
}

.inboxitemphoto.offerup {
	border-radius: 50%;
}

.inboxsellerphoto {
	height: 20px;
	width: 20px;
	background-color: #DDD;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	margin-left: 23px;
	margin-top: 23px;
	border: 1px solid #DDD;

}

.inboxmessagewrapper {
	position: absolute;
	left: 70px;
	right: 30px;
}

.inboxname {
	color: #4A4A4A;
}

.inboxmessage {
	font-size: 13px;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inboxtime {
	font-size: 11px;
	color: #969696;
	float: right;
	font-weight: normal!important;

}

#inboxtitle.chat {
	visibility: hidden;
}

#inboxtabswrapper {
	width: 100%;
	height: 36px;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	font-size: 0px;
	padding: 0 15%;
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
}

.inboxtabs {
	width: 33.3%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	color: #6F6F6F;
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	padding-top: 10px;
}

.inboxtabs.selected {
	color: #00AB80;
	border-bottom: 3px solid #00AB80;
}

.inboxstatus {
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.inboxstatus.new {
	background-color: #4B93E2;
}

.bottomnavalert {
	display: none;
	width: 18px;
	padding: 2px 0;
	border-radius: 50%;
	background-color: #4B93E2;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: 2px;
	right: 8px;
	border: 2px solid #FFF;
}

/*  ADDED FOR PROTO  */


#searchbarwrapper {
	width: 100%;
	padding: 0 38px 0 33px;
	box-sizing: border-box;
}

#locationicon, #backicon {
	position: absolute;
	top: 0px;
	width: 40px;
	height: 30px;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 19px;
	cursor: pointer;
}

#locationicon {
	right: 5px;
	background-image: url('../assets/locationicon.png');
}

#backicon {
	left: 0px;
	background-image: url('../assets/toolbar_back.png');
	background-size: 40px 40px;
	background-position: 0 center;
}

#locationfilter, #makeofferwrapper {
	display: block;
	background: none;
	z-index: 300000;
	top: 100%;
}

#makeofferwrapper {
	height: 100%;
	position: absolute;
	width: 100%;
}

#locationfilterinner, #makeofferinner, #kbbinfoinner, #carfaxinner, #paymentcalcinner, #sellerprofileinner {
	height: 100%;
}

#locationfilter.show, #makeofferwrapper.show {
	top: 0px;
}

#locationfilter_titlebar, #makeoffer_titlebar, #kbbinfo_titlebar, #carfax_titlebar, #paymentcalc_titlebar, #sellerprofile_titlebar {
	width: 100%;
	padding: 30px 12px 12px 12px;
	background-image: url('../assets/headerbg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
}

#locationfilter_reset, #locationfilter_cancel, #makeoffer_cancel, #paymentcalc_back, #sellerprofile_report {
	font-size: 15px;
	position: absolute;
	cursor: pointer;
	font-weight: normal;
}

#locationfilter_reset, #sellerprofile_report {
	right: 8px;
}

#makeoffer_cancel {
	left: 8px;
}

#locationfilter_main {
	width: 100%;
	height: 100%;
	background-color: #F6F7F9;
	background-image: url('../assets/locationfilter.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

#makeoffer_main {
	width: 100%;
	height: 100%;
	padding: 30px 15px;
	background-color: #000;
	background-image: url('../assets/cars/1.jpg');
	background-size: cover;
	background-position: center center;
	color: #FFF;
	box-sizing: border-box;
}

#locationfilter_apply {
	width: 100%;
	height: 64px;
	position: absolute;
	bottom: 0;
	background-color: #FFF;
	background-image: url('../assets/locationfilter_apply.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 320px 64px;
	cursor: pointer;
	border-top: 1px solid #DDD;
}

.bullet {
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 5px;
	background-image: url('../assets/bullet.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 4px 4px;
}

#morefeatures {
	display: none;
}

#morefeaturesbutton, #kbbmore, #estmore {
	color: #00AB80;
	cursor: pointer;
	padding: 10px 0;
}

#idpmap_area {
	width: 86px;
	height: 86px;
	background-image: url('../assets/idpmap_area.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 86px 86px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -43px;
	margin-left: -43px;
}

#listingmapdisclaimer {
	text-align: center;
	font-size: 11px;
	color: #969696;
	margin: -5px 0 40px 0;
}

#listingactionswrapper {
	width: 100%;
	display: table;
	padding-top: 20px;
}

.listingactions {
	width: 30%;
	padding: 10px 0 5px 0;
	border-radius: 3px;
	background-color: #E4E4E4;
	display: table-cell;
	box-sizing: border-box;
	margin-right: 10px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(216,216,216,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(216,216,216,1);
	box-shadow: 0px 1px 0px 0px rgba(216,216,216,1);
	text-align: center;
	cursor: pointer;
}

.listingactionsspacer {
	width: 3%;
	display: table-cell;
}

.listingactionslabel {
	width: 56px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 56px 13px;
	display: inline-block;
}

#listingactions_save {
	background-image: url('../assets/listingactions_save.png');
	
}

#listingactions_report {
	background-image: url('../assets/listingactions_report.png');
}

#listingactions_share {
	background-image: url('../assets/listingactions_share.png');
}

.dealerfact, .carfacts {
	display: none;
}

.dealerfact.show, .carfacts.show {
	display: block;
}

#kbbprice, #estprice {
	font-size: 20px;
	font-weight: 600;
	padding: 5px 0;
}

#kbbtitle, #estdesc {
	padding-bottom: 5px;
}

.carfacts_vin {
	border-bottom: 1px solid #DDD;
	margin: 0 -15px 0 -15px;
	padding: 0 15px 20px 15px;
}

#kbbmore, #estmore {
	margin: 10px -15px 20px -15px;
	padding: 0 15px 20px 15px;
	border-bottom: 1px solid #DDD;
}

#kbbmore.nomiles {
	border-bottom: none;
	margin: 10px -15px -15px -15px;
}

#carfaxlink {
	color: #00AB80;
	cursor: pointer;
	margin-top: 15px;
}

#carfaxlogo {
	display: inline-block;
	width: 96px;
	height: 18px;
	background-image: url('../assets/carfaxlogo.png');
	background-size: 96px 18px;
	margin-left: 5px;
}

#verifieddealer {
	display: none;
	width: 152px;
	height: 20px;
	background-image: url('../assets/verifieddealer.png');
	background-size: 152px 20px;
	margin-top: 5px;
}

#verifieddealer.isdealer {
	display: block;
}

.listingsellerinfo.isdealer {
	margin-bottom: 10px;
}

.seller_photo.isdealer {
	margin-top: 5px;
}

#bgdim {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	margin-left: -15px;
	margin-top: -30px;
}

#makeofferprice {
	width: 200px;
	height: 50px;
	font-size: 40px;
	border-radius: 3px;
	border: 1px solid #DDD;
	position: relative;
	left: 50%;
	margin-left: -100px;
	text-align: center;
}

.greenbutton {
	font-size: 18px;
	font-weight: 600;
	padding: 12px 0;
	background-color: #00AB80;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
}

#makeoffertext {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

#makeoffer_apply {
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
}

#prioritize {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	z-index: 300000;
	margin: 0;
	padding: 5px 15px 15px 15px;
	box-sizing: border-box;
	font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: scroll;
    top: 0;
    display: none;
}

#prioritize.done {
	top: 100%;
}

#prioritizelist {
	list-style: none;
	margin: 0;
	padding: 0 0 70px 0;
	
}

.plist {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #DDD;
	background-color: #EEE;
	margin-top: 10px;
	border-radius: 6px;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    box-sizing: border-box;
}

.plist_drag {
	width: 12px;
	height: 23px;
	background-image: url('../assets/plist_drag.png');
	background-size: 12px 23px;
	float: right;
	margin-top: -3px;
}

#prioritizedonewrapper {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	position: fixed;
	background-color: #FFF;
	color: #FFF;
	border-top: 1px solid #DDD; 
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

#prioritizedonewrapper.done {
	opacity: 0;
}

#prioritizeinner {
	width: 100%;
	height: 66px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.trademark {
	width: 8px;
	height: 14px;
	background-image: url('../assets/trademark.png');
	background-size: 8px 8px;
	display: inline-block;
	background-repeat: no-repeat;
}

#kbbinfo, #paymentcalc, #sellerprofile {
	margin-left: 100%;
	z-index: 3000000;
    background: none;
}

#kbbinfo.show, #paymentcalc.show, #sellerprofile.show {
	margin-left: 0;
}

#kbbinfo_main, #sellerprofile_main {
	background-color: #F6F7F9;
	width: 100%;
	height: 100%;
	padding: 15px 15px 100px 15px;
	box-sizing: border-box;
	overflow-y: scroll;
}

#kbbinfo_disclaimer {
	margin-top: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #969696;
}

#kbbinfo #listingdetailwrapper0, #listingbar, #listingdetail_toolbar_actions {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#listingdetailwrapper0.next, #listingbar.next, #listingbottomactions.next {
	margin-left: -100%;
}

#listingdetail_toolbar_actions.next {
	right: 100%;
}

#kbbinfo_pricestop {
	margin-bottom: 15px;
}

.kbbinfo_pricewrapper {
	display: table;
	width: 100%;
	height: 50px;
}

.kbbinfo_label {
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}

.kbbinfo_price {
	font-size: 24px;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#carfaxreport {
	display: none;
	width: 100%;
	height: 100%;
	top: 100%;
	z-index: 300000;
	background: none;
	font-family: Helvetica New, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#carfaxreport.show {
	top: 0;
}

#carfax_main, #paymentcalc_main {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	overflow-y: scroll;
	position: relative;
}

#carfax_statswrapper {
	width: 320px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	padding-bottom: 100px;
}

#carfax_summary {
	width: 320px;
	height: 1178px;
	background-image: url('../assets/carfaxreport_top.png');
	background-size: 320px 1178px;
	background-position: center top;
	background-repeat: no-repeat;
}

#carfax_summary.y2015 {
	background-image: url('../assets/carfaxreport_top_2015.png');
}

#carfax_summary.y2016 {
	background-image: url('../assets/carfaxreport_top_2016.png');
}

#carfax_statstop {
	position: absolute;
	top: 58px;
	left: 15px;
}

#carfax_statstop_ymm {
	font-weight: bold;
	text-transform: uppercase;
}

#carfax_odometerline {
	position: absolute;
	top: 420px;
	left: 50px;
}

#carfax_odometer {
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}

#carfax_back {
	display: block;
}

.carfaxtable {
	width: 320px;
	background-position: center top;
	background-repeat: no-repeat;
}

.carfaxtable.hide {
	display: none;
}

#carfax_table_2007 {
	height: 365px;
	background-image: url('../assets/carfax_2007.png');
	background-size: 320px 365px;
}

#carfax_table_2008 {
	height: 151px;
	background-image: url('../assets/carfax_2008.png');
	background-size: 320px 151px;
}

#carfax_table_2009 {
	height: 273px;
	background-image: url('../assets/carfax_2009.png');
	background-size: 320px 273px;
}

#carfax_table_2010 {
	height: 137px;
	background-image: url('../assets/carfax_2010.png');
	background-size: 320px 137px;
}

#carfax_table_2011 {
	height: 147px;
	background-image: url('../assets/carfax_2011.png');
	background-size: 320px 147px;
}

#carfax_table_2012 {
	height: 61px;
	background-image: url('../assets/carfax_2012.png');
	background-size: 320px 61px;
}

#carfax_table_2013 {
	height: 61px;
	background-image: url('../assets/carfax_2013.png');
	background-size: 320px 61px;
}

#carfax_table_2014 {
	height: 348px;
	background-image: url('../assets/carfax_2014.png');
	background-size: 320px 348px;
}

#carfax_table_2015 {
	height: 442px;
	background-image: url('../assets/carfax_2015.png');
	background-size: 320px 442px;
}

#carfax_table_2016 {
	height: 380px;
	background-image: url('../assets/carfax_2016.png');
	background-size: 320px 380px;
}

#carfax_table_2017 {
	height: 421px;
	background-image: url('../assets/carfax_2017.png');
	background-size: 320px 421px;
}

#carfax_glossary {
	width: 320px;
	height: 1200px;
	background-image: url('../assets/carfax_glossary.png');
	background-size: 320px 1200px;
	background-position: center top;
	background-repeat: no-repeat;
}

#paymentcalc_main {
	background: #F6F7F9;
	padding: 20px 15px;
	box-sizing: border-box;
}

#paymentcalc_total {
	font-size: 40px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#paymentcalc_input {
	border-radius: 8px;
	background: #FFF;
	border: 1px solid #E4E4E4;
	width: 100%;
	box-sizing: border-box;
}

.paymentcalc_row {
	border-top: 1px solid #E4E4E4;
	padding: 0 13px;
	cursor: pointer;
}

.paymentcalc_row.first {
	border-top: none;
}

.paymentcalc_label {
	color: #969696;
	display: inline-block;
	padding: 13px 0;
}

.paymentcalc_value {
	display: inline-block;
	float: right;
	text-align: right;
	padding: 11px 0;
	border: none;
	width: 120px;

}

#paymentcalc_disclaimer {
	font-size: 12px;
	color: #969696;
	line-height: 16px;
	margin-top: 70px;
	font-weight: 200;
}

#paymentcalc_apply {
	margin-top: 20px;
	color: #FFF;
	font-weight: 400;
}

#paymentcalc_term { 
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;
   font-size: 15px;
   text-align: right;
   background-color: #FFF;
   text-align-last:right;
}

*:focus {
    outline: none;
}

#postflow_nostyle {
	margin-top: -95px;
	position: relative;
	background-color: #F6F7F9;
    -webkit-transition: margin 0.6s ease;
    -moz-transition: margin 0.6s ease;
    -o-transition: margin 0.6s ease;
    transition: margin 0.6s ease;
}

#postflow_nostyle.ymm {
	margin-top: 0px;
}

#postflow_mmfilter {
	display: none;
	height: 400px;
	margin-top: -1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px 0;
}

#postflow_mmfilter.filter {
	display: block;
}

.ymminput.filter, #postflow_ymmwrapper.filter {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.postflow_mmfilter_row {
	cursor: pointer;
	width: 100%;
	padding: 12px;
}

.postflow_mmfilter_row.hide {
	display: none;
}

#postflow_categories {
	padding-bottom: 100px;
}

.postflow_categoryrow, .postflow_trimrow {
	padding: 13px;
	border-bottom: 1px solid #DDD;
	width: 100%;
	background-color: #FFF;
	cursor: pointer;
	box-sizing: border-box;
}

.postflow_trimrow.first, .postflow_featrow.first {
	border-top: 1px solid #DDD;
}

.postflow_trimrow.on {
	background-image: url('../assets/postflow_checkmark.png');
	background-size: 13px 12px;
	background-repeat: no-repeat;
	background-position: 95% center;
}

.postflow_featrow {
	padding: 13px;
	width: 100%;
	color: #969696;
	font-weight: 300;
	border-top: 1px solid #DDD;
	cursor: pointer;
	box-sizing: border-box;
	background-image: none;
}

.postflow_featrow.on {
	color: #2A2A2A;
	font-weight: 400;
	background-image: url('../assets/postflow_checkmark.png');
	background-size: 13px 12px;
	background-repeat: no-repeat;
	background-position: 95% center;
}


.postflow_featrow.first {
	border-top: none;
}

.postflow_checkmark {
	width: 13px;
	height: 12px;
	float: right;
	display: inline-block;
	background-image: url('../assets/postflow_checkmark.png');
	background-size: 13px 12px;
	background-repeat: no-repeat;
	display: none;
}

.postflow_checkmark.on {
	display: inline-block;
}

#postflow_conditionsliderwrapper.hide {
	display: none;
}

#postflow_stylestep {
	background-color: #F6F7F9;
	padding-bottom: 150px;
}

.formtitle.trim, .formtitle.feature {
	padding-left: 12px;
}

#postflow_carinfo_factstitle {
	font-weight: 600;
}

.postflow_carinfo_featurewrapper {
	border: 1px solid #DDD;
	border-radius: 6px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#postflow_step2.pause {
	overflow-y: hidden;
}

#listing_googlereviews {
	margin-top: 30px;
	width: 209px;
	height: 18px;
	display: inline-block;
	background-image: url('../assets/listing_poweredbygoogle.png');
	background-size: 209px 18px;
	background-repeat: no-repeat;
}

.completelisting {
	display: none;
}

.completelisting.show {
	display: block;
}

#sellerprofile {
	overflow-y: scroll;
	background-color: #FFF;
}


#sellerprofile_coverphoto {
	width: 100%;
	height: 140px;
	background-image: url('../assets/sellerprofile_cover.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -45px;
}

#sellerprofile_coverphoto.dealer {
	background-image: url('../assets/sellerprofile_dealercover.png');
}

#sellerprofile_titlebar {
	background: none;
}

#sellerprofile_profileimg {
	width: 140px;
	height: 140px;
	background-color: #EEE;
	background-repeat: no-repeat;
	background-size: 140px 140px;
	background-position: center center;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	margin-top: -80px;
	border-radius: 100%;
	border: 1px solid #F4F4F4;
}

#sellerprofile_main {
	background-color: #FFF;
	padding: 0;
	overflow: inherit;
}

#sellerprofile_dealerbadge {
	width: 28px;
	height: 28px;
	background-image: url('../assets/sellerprofile_verifieddealer.png');
	background-size: 28px 28px;
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	top: 112px;
	left: 102px;
}

#sellerprofile_dealerbadge.dealer {
	display: block;
}

#sellerprofile_badgetitle {
	display: none;
	font-size: 12px;
}

#sellerprofile_blurb {
	text-align: center;
	padding-top: 70px;
}

#sellerprofile_badgetitle.dealer {
	display: block;
	color: #056D6E;
}

#sellerprofile_name {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
}

#sellerprofile_subname {
	margin-top: 7px;
	font-size: 13px;
}

#sellerprofile_tabwrapper {
	width: 100%;
	border-bottom: 1px solid #D8D8D8;
	margin-top: 20px;
}

.sellerprofile_tab {
	width: 49%;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #969696;
	display: inline-block;
	cursor: pointer;
	padding: 10px 0;

}

.sellerprofile_tab.selected {
	color: #00AB80;
	border-bottom: 2px solid #00AB80;
}

#sellerprofile_tabdivider {
	width: 1px;
	height: 15px;
	background-color: #D8D8D8;
	display: inline-block;
	margin-top: 12px;
}

#sellerprofile_tabcontentwrapper {
	width: 100%;
	box-sizing: border-box;
}

#sellerprofile_offers {
	width: 100%;
}

/*
#sellerprofile_offers.dealer {
	height: 476px;
	background-image: url('../assets/sellerprofile_offersdealer.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}
*/
.sellerprofile_tabcontent.hide {
	display: none;
}

#sellerprofile_starrating {
	width: 120px;
	position: relative;
	left: 50%;
	margin-left: -60px;
}

#sellerprofile_starrating.dealer {
	display: none;
}

#sellerprofile_ratingcount {
	display: inline-block;
	font-size: 13px;
	padding-top: 6px;
}

#sellerprofile_starimg {
	width: 80px;
	display: inline-block;
	float: left;
}

#sellerprofile_profile {
	font-size: 15px;
	padding: 15px 15px 50px 15px;
}

#sellerprofile_dealermap {
	width: 100%;
	height: 80px;
	background-image: url('../assets/sellerprofile_dealermap.png');
	background-size: cover;
	margin-bottom: 10px;
}

#sellerprofile_dealeraddress {
	margin-bottom: 15px;
}

.sellerprofile_dealerday, .sellerprofile_dealerhours {
	margin-bottom: 5px;
}

#sellerprofile_dealerdaywrapper {
	display: inline-block;
	width: 90px;
}

#sellerprofile_dealerhourswrapper {
	display: inline-block;
}

#sellerprofile_badgerow {
	width: 100%;
	height: 63px;
	background-image: url('../assets/sellerprofile_badgerow.png');
	background-size: 290px 63px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -10px -15px 0 -15px;
	padding: 15px;
	border-bottom: 1px solid #D8D8D8;
}

#sellerprofile_badgerow.dealer {
	background-image: url('../assets/sellerprofile_dealerbadgerow.png');
	margin: 15px -15px 0 -15px;
	padding: 15px;
	border-top: 1px solid #D8D8D8;
}

.sellerprofile_profiletitle {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

#sellerprofile_aboutus, #sellerprofile_greviewswrapper {
	margin: 0px -15px;
	padding: 20px 15px;
	border-bottom: 1px solid #D8D8D8;
	display: none;
}

#sellerprofile_greviews_rating {
	width: 131px;
	height: 17px;
	background-image: url('../assets/sellerprofile_greviews_rating.png');
	background-size: 131px 17px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.sellerprofile_greviews_review {
	margin-bottom: 25px;
}

.sellerprofile_greviews_reviewphoto {
	width: 40px;
	height: 40px;
	background-color: #0087D4;
	border-radius: 100%;
	display: inline-block;
	float: left;
	margin-right: 15px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background-image: url('../assets/sellerprofile_greviews_reviewphoto.png');
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

.sellerprofile_greviews_reviewphoto.photo {
	background-color: #CCC;
	background-image: url('../assets/sellerprofile_greviews_reviewphoto_photo.jpg');
}

.sellerprofile_greviews_reviewphoto.red {
	background-color: #C13500;
	background-image: url('../assets/sellerprofile_greviews_reviewphoto_red.png');
}

#sellerprofile_greviews_readmore {
	color: #00AB80;
	cursor: pointer;
	padding-top: 10px;
}

#sellerprofile_connectionswrapper {
	padding-top: 20px;
}

#sellerprofile_connections_followbutton {
	color: #00AB80;
	font-size: 13px;
	padding: 8px 14px;
	float: right;
	display: inline-block;
	border: 1px solid #00AB80;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 500;
}

.sellerprofile_connections_blurb {
	display: inline-block;
	padding-top: 7px;
}

.sellerprofile_connections_blurb.left {
	margin-right: 15px;
}

#sellerprofile_powered {
	width: 100%;
	height: 50px;
	margin: 0px -15px;
	padding: 30px 15px;
	border-top: 1px solid #D8D8D8;
	background-image: url('../assets/powered-by-google-on-white.png');
	background-size: 144px 18px;
	background-repeat: no-repeat;
	background-position: center 25px;
	margin-top: 25px;
	display: none;
}

#sellerprofile_dealermaphours {
	display: none;
}

#sellerprofile_dealermaphours.dealer, #sellerprofile_aboutus.dealer, #sellerprofile_greviewswrapper.dealer, #sellerprofile_powered.dealer, .sellerprofile_morehours.morehours {
	display: block;
}


.sellerprofile_morehours {
	display: none;
}


#sellerprofile_morehoursbutton {
	width: 17px;
	height: 11px;
	background-image: url('../assets/sellerprofile_hoursmore.png');
	background-size: 17px 11px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 15px 0 20px 0;
}

#sellerprofile_morehoursbutton.morehours {
	display: none;
}

#sellerprofile_responsetime {
	font-size: 13px;
	margin-top: 5px;
}

#sellerprofile_responsetime_img {
	width: 16px;
	height: 16px;
	background-image: url('../assets/sellerprofile_responsetime.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-right: 7px;
	display: inline-block;
}

#sellerprofile_responsetime_text {
	display: inline-block;
}

.sellerprofile_offers_col {
	width: 50%;
	height: 600px;
	display: inline-block;
	float: left;
	padding: 15px 5px;
	box-sizing: border-box;
}



@media only screen and (min-width: 451px) and (-webkit-min-device-pixel-ratio: 1) {
#phone {
	width: 320px;
	height: 568px;
	max-height: 568px;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -284px;
}

#prioritizedonewrapper {
	width: 320px;
}

#topbar, #chat, #bottombar, #textbar, #keyboard, #currentscene {
    max-width: 375px;
}
}

::-webkit-scrollbar {
    height: 0px !important;
    width: 0px !important;
}

