/* general styles */
#content.mobile {
	background-color:#ffffff;
	color: #4f4f4f;
	width:100%;
}
#content.mobile h1 {
	color: #000;
	font-size: 22px;
	position: relative;
}
#content.mobile textarea {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;	
}
#content.mobile div.message {
	clear: none;
}
/* button */
#content.mobile .button {
	float: none;
	width: 100%;
	padding: 0px 15px;
	text-transform: none;
	height: 45px;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#content.mobile .button.not_alone {
	margin-bottom: 10px;
}
#content.mobile input[type='text'],
#content.mobile input[type='number'],
#content.mobile input[type="password"] {
	-webkit-appearance: none;
}
#content.mobile .button.small {
	display: inline-block;
	font-size: 18px;
	padding: 0px 30px;
	width: auto;
	height: 30px;
	line-height: 30px;
}
#content.mobile .button.bubble {
	border:1px solid #C0C0C0;
	font-size: 14px;
	line-height: 45px;
	color: #000000;
    background-image:-webkit-linear-gradient(top, #FEFEFE, #f5f5f5);
    background-image:-moz-linear-gradient(top, #FEFEFE, #f5f5f5);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#f5f5f5));
	background-image:-webkit-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:-moz-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:-o-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:linear-gradient(#FEFEFE, #f5f5f5);
	padding:0;
	margin:0 -1px;
}
/* header */
#header.mobile {
	height:50px;
	background-color:#1b3864;
}
#header.mobile #header_logo {
	margin:15px 10px;
	float:left;
	height: 24px;
	width: 130px;
}
#header.mobile #header_logo img {
	width: 130px;
	height: 24px;
}
#header.mobile label h1 {
	font-weight: normal;
	color:#b2b3b5;
	font-size: 15px;
	padding-top: 20px;
}
@media screen and (max-width: 330px) {
	#header.mobile label h1 {
		font-size: 14px;
		padding-top: 21px;
	}
}
#header.mobile #search_box {
	margin-left:160px;
}
#header.mobile #search_box {
	width:auto;
	margin-right:10px;
	position: relative;
}
#header.mobile #keyword {
	background:none;
	background-color:#ffffff;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	height:31px;
	margin-top:11px;
	font-size:2em;
	display:inline-block;
	font-size:16px;
	padding:0px 10px;
}
#header.mobile #keyword {
	height:28px;
	font-size:12px;
}
#header.mobile #search_button {
    height:18px;
    width:18px;
	position:absolute;
	right:7px;
	top:11px;
	font-size: 18px; 
  	color: #ef6a23;
}
#header.mobile.basic {
	position: relative;
	text-align: center;
}
#header.mobile.basic #header_logo,
#header.mobile.locked #header_logo {
	display: inline;
	float: none;
	margin: 0;
}
#header.mobile.basic #header_logo img,
#header.mobile.locked #header_logo img  {
	padding-top: 15px;
}
#header.mobile.basic #header_more_link {
	position: absolute;
	left: 10px;
	font-size: 18px;
	top: 50%;
	margin-top: -9px;
	color: #fff;
}
@media screen and (max-width: 370px) {
	#header.mobile.basic #header_more_link {
		font-size: 16px;
		margin-top: -8px;
	}
}
@media screen and (max-width: 350px) {
	#header.mobile.basic #header_more_link {
		font-size: 15px;
		margin-top: -8px;
	}
}
@media screen and (max-width: 330px) {
	#header.mobile.basic #header_more_link {
		font-size: 13px;
		margin-top: -7px;
	}
}
/* footer */
#footer.mobile {
	text-align:center;
	color:#7e7e7e;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer.mobile.homepage {
	border-top: 0;
}
#footer.mobile #social_media {
	float: none;
	margin-bottom: 20px;
	padding-right: 0px;
}
#footer.mobile #footer_logo {
	margin-top: 15px;
	height: 20px;
	width: 101px;
	margin-left: auto;
	margin-right: auto;
}
#footer.mobile #footer_info {
	padding-top: 10px;
}
#footer.mobile #footer_info li {
	font-size: 12px;
	display:inline;
	margin-right: 10px;
}
/* mobile register */
#mobile_register {
	padding: 15px 15px 30px;
}
#mobile_register h1 {
	margin-bottom: 20px;
}
#mobile_register #facebook_connect_button {
	margin-bottom: 15px;
}
#mobile_register #or_text {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	color: #6f6f71;
}
#mobile_register label {
	font-size: 16px;
	margin-bottom: 5px;
	color: #6f6f71;
}
#mobile_register .input.confirm_email {
	display:none;
}
#mobile_register input[type="text"], #mobile_register input[type="password"] {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#mobile_register #registration_form div.error-message {
	background:none !important;
	color:#c73e14;
	padding:0.3em 0;
	font-weight:normal;
}
#mobile_register #registration_form div.validator-error {
	margin-top:3px;
	font-weight:normal;
	color:#C73E14;
	font-size: 14px;
}
#mobile_register #captcha {
	font-size: 16px;
	color: #6f6f71;
}
#mobile_register #captcha_label {
	margin-top: 10px;
	margin-bottom: 7px;
}
#mobile_register #captcha input[type="text"] {
	margin-top: 7px;
	margin-bottom: 3px;
}
#mobile_register .mobile_button {
	float: left;
	margin-right: 20px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	padding: 7px 15px;
	height:30px;
	line-height:30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	background-color: #DC4C1A;
}
#mobile_register #forgot_link {
	float: right;
	font-size: 15px;
	padding-top: 14px;
}
#mobile_register #login_link {
	float: left;
	font-size: 15px;
	padding: 14px 0 10px;
}
#mobile_register .loading_image {
	text-align: center;	
}
#mobile_register .agree_terms {
	margin-bottom: 0;
}
#mobile_register #agree_terms {
	margin-bottom: 0px;
	margin-top: 4px;
	display: inline-block;
}
#mobile_register #agree_terms .checker {
	margin-right: 0;
}
#mobile_register #agree_terms .checker span {
	width: 10px;
	height: 10px;
	border: 1px solid #969696;
}
#mobile_register #agree_terms .checker input {
	width: 10px;
	height: 10px;
}
#mobile_register #agree_terms .checker span.checked:after {
	font-size: 10px;
}
#mobile_register #agree {
	display: inline-block;
}
#mobile_register #terms {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.3;
	color: #6f6f71;
}
#mobile_register #UserRegisterForm .g-recaptcha {
	margin-top: 15px;
}
#mobile_register #UserRegisterForm .g-recaptcha div {
	margin-bottom: 0;
	height: auto!important;
}
.mobile #forgot_password .cancel {
	line-height: 45px;
}
.mobile #forgot_password #email {
	width: auto;
}
/* mobile url home */
#mobile_url_home p {
	font-size: 15px;
	overflow: hidden;
	word-wrap: break-word;
}
#mobile_url_home #top_content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 15px;
	background-color:#f4f4f4;
	border-bottom:1px solid #CCCCCC;
	position:relative;
}
#mobile_url_home #top_content h1 span {
	word-wrap: break-word;
}
#mobile_url_home #top_content.specific {
	margin-bottom: 25px;
}
#mobile_url_home #write_review_box {
    margin: 20px auto 10px;
    text-align: center;
}
#mobile_url_home #rating {
	margin: 0 auto;
	width: 170px;
}
#mobile_url_home #rating_field {
    margin-bottom: 10px;
}
#mobile_url_home #tab_navigation_container {
	width: 100%;
	background-color: #fff;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	-o-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	z-index: 850;
	display: none;
}
#mobile_url_home #footer_navbar_container {
	width: 100%;
	background-color: #fff;
	height: 70px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	-o-box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	z-index: 850;
	display: none;
}
#mobile_url_home .tab_navigation_list li,
#mobile_url_home #footer_navbar span.text {
	text-transform: uppercase;
	float: left;
	padding: 18px 3px 2px 8px;
	position: relative;
	font-size: 11px;
	height: 26px;
}
#mobile_url_home #footer_navbar span.text {
	line-height: 1.4;
	padding: 30px 10px 0;
}
#mobile_url_home #footer_navbar .fb-page-close {
	color: #dadada;
	position: absolute;
	right: 5px;
    top: 5px;
    z-index: 1;
}
#mobile_url_home #footer_navbar .fb_iframe_widget {
	float: right;
}
#mobile_url_home .tab_navigation_list li a {
	color: #6e6e6e;
}
#mobile_url_home .tab_navigation_list li:hover {
	cursor: pointer;
}
#mobile_url_home .tab_navigation_list li.current {
	border-bottom: 4px solid #015899;
}
#mobile_url_home .tab_navigation_list li.current a {
	color: #015899;
}
#mobile_url_home .tab_navigation_list li.current:hover {
	cursor: auto;
}
#mobile_url_home #tab_navigation_container .review_button,
#mobile_url_home #tab_navigation_container .question_button {
	float: right;
	margin-top: 9px;
	margin-right: 5px;
	padding: 8px 15px;
	width: auto;
	font-size: 14px;
	height: 14px;
}
#mobile_url_home #main_content {
	padding:10px 15px;
}
#mobile_url_home h1 {
	margin-bottom:3px;
	font-size:26px;
}
#mobile_url_home #website_rating {
	margin-bottom: 5px;
	position: relative;
}
#mobile_url_home #website_rating .review_url {
	font-size:1.4em;
	margin:12px 0;
	display:none;
}
#mobile_url_home #website_rating .review_url.active {
	display: block;
}
#mobile_url_home #review_title {
	color:#000000;
	font-weight:bold;
	font-size:26px;
	margin-bottom:3px;
	display:none;
}
#mobile_url_home #review_title.active {
	display: block;
}
#mobile_url_home .star_rating_mobile {
	display:inline-block;
}
#mobile_url_home #website_rating .star_rating {
	display: inline-block;
	vertical-align: middle;
}
#mobile_url_home #num_reviews {
	display: inline-block;
	line-height: 23px;
	margin-left: 7px;
	vertical-align: middle;
}
#mobile_url_home #categories {
	margin-top: 8px;
}
#mobile_url_home #breadcrumb {
	position: relative;
	top: 0;
	width: 100%;
}
#mobile_url_home #breadcrumb li {
	display: inline-block;
}
#mobile_url_home #share_review_buttons {
	position: relative;
	top: 7px;
}
#mobile_url_home .twitter_share_button,
#mobile_url_home .facebook_share_button {
	max-width: 48%;
}
#mobile_url_home .twitter_share_button .twitter_share_review,
#mobile_url_home .facebook_share_button .facebook_share_review {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 154px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 2px;
}
#mobile_url_home .twitter_share_button .twitter_share_review {
	background-color: #00acee;
	background: -moz-linear-gradient(top, #00acee 0%, #0099d4 100%);
	background: -webkit-linear-gradient(top, #00acee 0%, #0099d4 100%);
	background: -o-linear-gradient(top, #00acee 0%, #0099d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00acee), to(#0099d4));
	background: -webkit-linear-gradient(#00acee, #0099d4);
	background: -moz-linear-gradient(#00acee, #0099d4);
	background: -o-linear-gradient(#00acee, #0099d4);
	background: linear-gradient(#00acee, #0099d4);
}
#mobile_url_home .twitter_share_button .twitter_share_review:hover {
	background: -moz-linear-gradient(top, #0099d4 0%, #00acee 100%);
	background: -webkit-linear-gradient(top, #0099d4 0%, #00acee 100%);
	background: -o-linear-gradient(top, #0099d4 0%, #00acee 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099d4), to(#00acee));
	background: -webkit-linear-gradient(#0099d4, #00acee);
	background: -moz-linear-gradient(#0099d4, #00acee);
	background: -o-linear-gradient(#0099d4, #00acee);
	background: linear-gradient(#0099d4, #00acee);
}
#mobile_url_home .twitter_share_button .twitter_share_review i {
	font-size: 18px;
	margin: 0 5px;
}
#mobile_url_home .facebook_share_button .facebook_share_review {
	background-color: #4267b2;
	background: -moz-linear-gradient(top, #6e86bd 0%, #4267b2 100%);
	background: -webkit-linear-gradient(top, #6e86bd 0%, #4267b2 100%);
	background: -o-linear-gradient(top, #6e86bd 0%, #4267b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#6e86bd), to(#4267b2));
	background: -webkit-linear-gradient(#6e86bd, #4267b2);
	background: -moz-linear-gradient(#6e86bd, #4267b2);
	background: -o-linear-gradient(#6e86bd, #4267b2);
	background: linear-gradient(#6e86bd, #4267b2);
}
#mobile_url_home .facebook_share_button .facebook_share_review:hover {
	background: -moz-linear-gradient(top, #4267b2 0%, #6e86bd 100%);
	background: -webkit-linear-gradient(top, #4267b2 0%, #6e86bd 100%);
	background: -o-linear-gradient(top, #4267b2 0%, #6e86bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#4267b2), to(#6e86bd));
	background: -webkit-linear-gradient(#4267b2, #6e86bd);
	background: -moz-linear-gradient(#4267b2, #6e86bd);
	background: -o-linear-gradient(#4267b2, #6e86bd);
	background: linear-gradient(#4267b2, #6e86bd);
}
#mobile_url_home .facebook_share_button .facebook_share_review i {
	font-size: 18px;
	margin: 0 5px;
}
#mobile_url_home .twitter_share_button,
#mobile_url_home .facebook_share_button {
	display: inline-block;
}
#mobile_url_home .twitter_share_button {
	margin-right: 10px;
}
@media screen and (max-width: 360px) {
	#mobile_url_home .twitter_share_button .twitter_share_review,
	#mobile_url_home .facebook_share_button .facebook_share_review {
		padding: 0;
	}
}
@media screen and (max-width: 340px) {
	#mobile_url_home .twitter_share_button .twitter_share_review,
	#mobile_url_home .facebook_share_button .facebook_share_review {
		font-size: 13px;
		padding: 0;
		width: 145px;
	}
	#mobile_url_home .twitter_share_button {
		margin-right: 5px;
	}
}
@media screen and (max-width: 400px) {
	#mobile_url_home #footer_navbar span.text {
		padding-top: 20px;
		width: 105px;
	}
}
@media screen and (max-width: 370px) {
	#mobile_url_home #tab_navigation_container .review_button,
	#mobile_url_home #tab_navigation_container .question_button {
		padding: 8px 5px;
	}
}
@media screen and (max-width: 330px) {
	#mobile_url_home #tab_navigation_container .review_button,
	#mobile_url_home #tab_navigation_container .question_button {
		padding: 8px 2px;
	}
}
#mobile_url_home .website_buttons {
	padding: 10px 15px;
	padding-bottom: 0;
	position: relative;
}
#mobile_url_home #top_content .website_buttons {
	height: 0;
	margin-bottom: 5px;
	padding: 10px 0;
}
#mobile_url_home #top_content .website_buttons * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#mobile_url_home #top_content.specific .website_buttons {
	margin-bottom: 13px;
	padding: 0px;
}
#mobile_url_home .website_buttons .button {
	border:1px solid #C0C0C0;
	color:#000000;
	text-align:center;
	height:47px;
	line-height:47px;
	background:#FEFEFE;
    background-image:-webkit-linear-gradient(top, #FEFEFE, #f5f5f5);
    background-image:-moz-linear-gradient(top, #FEFEFE, #f5f5f5);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#f5f5f5));
	background-image:-webkit-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:-moz-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:-o-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:linear-gradient(#FEFEFE, #f5f5f5) !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:none;
	width:100%;
	padding:0;
	margin:0 -1px;
	font-size:14px !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	float:left;
}
#mobile_url_home .website_buttons .review_button .icon {
	display:inline-block;
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 3px;
}
#mobile_url_home .website_buttons .visit_button .icon {
	display: inline-block;
	margin-right: 5px;
}
#mobile_url_home .website_buttons .icon + div {
	display:inline-block;
	vertical-align:top;
}
#mobile_url_home #main_content .website-thumbnail--inner {
	height: 100px;
	min-height: 100px;
}
#mobile_url_home #main_content #website_thumbnail .website-thumbnail--exists {
	height: auto;
}
#mobile_url_home #call_to_action {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	border: 1px solid #c73d01;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
}
#mobile_url_home #call_to_action #megaphone_icon {
	margin-right: 10px;
	padding-top: 5px;
	float: left;
	width: 30px;
	font-size: 28px;
	color: #015899;
}
#mobile_url_home #call_to_action #action_text {
	float: left;
}
#mobile_url_home #call_to_action #label {
	font-weight: bold;
	color: #c73d01;
	margin-bottom: 7px;
	font-size: 15px;
}
#mobile_url_home #call_to_action #desc {
	font-size: 12px;
	float: left;
	color: #575757;
	max-width: 260px;
}
#mobile_url_home #call_to_action .arrow {
	height:20px;
	width:10px;
	float:right;
	position:relative;
	right:7px;
	top:10px;
	color: #bfbfbf; 
	font-size: 20px; 
	font-weight: 600; 
	margin-top: -2px; 
}
#mobile_url_home #website_thumbnail {
	margin-bottom:10px;
}
#mobile_url_home #website_thumbnail img {
	width: 100%;
}
#mobile_url_home #contact_info {
	margin-bottom:10px;
}
#mobile_url_home #contact_info .box {
	border:1px solid #C0C0C0;
	color:#000000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:36px;
	line-height:36px;
	padding-left:10px;
	overflow:hidden;
}
#mobile_url_home #contact_info .box.phone {
	-moz-border-bottom-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomleft:0;
	border-bottom-left-radius:0;
	-moz-border-bottom-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	border-bottom-right-radius:0;
}
#mobile_url_home #contact_info .box.email {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border-top:0;
	border-bottom:0;
}
#mobile_url_home #contact_info .box.website {
	-moz-border-top-left-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	border-top-left-radius:0;
	-moz-border-top-right-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright:0;
	border-top-right-radius:0;
}
#mobile_url_home #contact_info .box .icon {
	width:22px;
	height:20px;
	display:inline-block;
	margin-right:5px;
}
#mobile_url_home #contact_info .box.phone .icon {
	position: relative;
	top: 4px;
	font-size: 20px;
}
#mobile_url_home #contact_info .box.email .icon {
	position: relative;
	top: 1px;
	font-size: 16px;
}
#mobile_url_home #contact_info .box.website .icon {
	position: relative;
	top: 2px;
	left: 2px;
	font-size: 16px;
}
#mobile_url_home #contact_info .label {
	font-weight:bold;
	margin-right:5px;
}
#mobile_url_home #contact_info .box .arrow {
	height:20px;
	width:10px;
	float:right;
	position:relative;
	right:7px;
	top:10px;
	color: #bfbfbf; 
	font-size: 20px; 
	font-weight: 600; 
	margin-top: -2px; 
}
#mobile_url_home .url_ad {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	position: relative;
	background-color: #fffbe5;	
	border:1px solid #C0C0C0;
	margin-bottom: 10px;
}
#mobile_url_home .url_ad a {
	padding: 10px 15px;
	display:block;
}
#mobile_url_home .url_ad a, #mobile_url_home .url_ad a:hover {
	color: #000000;
}
#mobile_url_home .url_ad .info {
	width: 100%;
}
#mobile_url_home .url_ad .url {
	color:#015899;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-right: 7px;
}
#mobile_url_home .url_ad .rating {
	float: left;
	margin-right: 5px;
}
#mobile_url_home .url_ad .star_rating {
	position: relative;
	bottom: 3px;
}
#mobile_url_home .url_ad .num_reviews {
	position: relative;
	float: left;
}
#mobile_url_home .url_ad .photo {
	float: left;
	margin-right: 10px;
}
#mobile_url_home .url_ad .photo.tiny {
	width: 40px;
	height: 40px;
}
#mobile_url_home .url_ad .content {
	float: left;
	width: 80%;
	font-size: 12px;
	line-height: 1.3;
}
#mobile_url_home .url_ad .read_more {
	color:#015899;
}
#mobile_url_home .url_ad .ad_label {
	position: absolute;
	right: 28px;
	top: 6px;
	cursor: pointer;
	font-size: 12px;
    color: #969696;
}
#mobile_url_home .url_ad .info_icon {
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
	font-size: 12px;
    color: #969696;
}
#mobile_url_home #location {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #C0C0C0;
	overflow: hidden;
}
#mobile_url_home #map {
	background-color:#eaeaea;
	border-bottom:1px solid #C0C0C0;
	overflow:hidden;
	padding-top: 46.25%;
	position: relative;
	text-align:center;
}
#mobile_url_home #map iframe,
#mobile_url_home #map amp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#mobile_url_home #office_address {
	padding: 10px 15px;
	text-align: center;
}
#mobile_url_home .heading_link {
	padding: 7px 10px;
	border-top:1px solid #cccccc;
	display: block;
}
#mobile_url_home .heading_link .arrow {
	height:20px;
	width:10px;
	float:right;
	position:relative;
	right:7px;
	bottom:2px;
	color: #bfbfbf; 
	font-size: 20px; 
	font-weight: 600; 
	margin-top: -2px; 
}
#mobile_url_home .alert_link {
	color: #ff5527;
}
#mobile_url_home .alert_text {
	display: block;
	color: #ff5527;
	margin-bottom: 3px;
}
#mobile_url_home .sjpage_ad_container {
	display: block;
}
#mobile_url_home .sjpage_ad {
	display: block;
	margin: 10px 0 15px;
	padding: 0 15px;
	text-align: center;
}
#mobile_url_home .sjpage_ad .sj-ad {
	max-width: 100%;
}
#mobile_url_home .section h2 {
	font-size:20px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#6e6e6e;
	background-color: #f4f4f4;
	font-weight:normal;
	padding: 20px 15px 7px;
	margin-bottom: 0px;
}
#mobile_url_home .histogram .row {
	font-size: 14px;
}
#mobile_url_home  .histogram .label {
	width: 55px;
}
#mobile_url_home #top_sites.section h2 {
	margin-bottom: 5px!important;
}
#mobile_url_home .section_content {
	padding: 10px 15px;
}
#mobile_url_home .section_content.no_padding {
	padding: 0;
	background-color: #f4f4f4;
}
#mobile_url_home #no_match {
	background-color: #fff;
	padding: 10px 15px;
}
#mobile_url_home #website_photos .url_photo {
	display:inline-block;
	text-align:center;
	margin-right:15px;
}
#mobile_url_home #website_photos .url_photo img {
	width:75px;
	height:75px;
	padding:1px;
	border:1px solid #cccccc;
}
#mobile_url_home #review_highlights {
	margin-bottom:20px;
}
#mobile_url_home #review_highlights .review_snippet {
	margin-bottom:5px;
	padding-left:5px;
}
#mobile_url_home #review_highlights p {
	line-height:1.2;
	margin-bottom:10px;
}
#mobile_url_home .view_all_link {
	font-size: 14px;
	margin-left: 5px;
}
#mobile_url_home .review_ad {
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;	
}
#mobile_url_home .custom_review_ad {
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#mobile_url_home #ratings_disclaimer {
	background-color: #eaeaea;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 10px 15px;
	margin-top: 10px;
}
#mobile_url_home #ratings_disclaimer > span {
	display: block;
}
#mobile_url_home #top_sites,
#mobile_url_home #top_sites * {
	max-width: 100%;
}
#mobile_url_home .more_button_container {
	padding: 10px;
}
#mobile_url_home .review_comments .more_button_container {
	padding: 0;
}
#mobile_url_home .question-container {
	border-bottom: 1px solid #d7d6da;
	padding: 12px 0;
	position: relative;
}
#mobile_url_home .question-container.last {
	border: 0;
    padding: 10px 0 0;
}
#mobile_url_home .question {
	color: #4f4f4f;
	display: block;
	margin-bottom: 0;
	line-height: 1.4;
}
#mobile_url_home .question .answer {
	font-style: italic;
}
#mobile_url_home .question.last {
	border-bottom: none;
}
#mobile_url_home .question div.qa p {
	font-size: 16px;
	line-height: 22px;
	max-height: 65px;
    overflow: hidden;
}
#mobile_url_home .question .num_answers {
	font-size: 12px;
	color: #969696;
}
#mobile_url_home .question .viewAllAnswers {
    color: #015899;
    font-size: 14px;
    font-style: normal;
    margin-top: 5px;
}
#mobile_url_home .question-owner {
	right: 0;
	position: absolute;
	bottom: 15px;
}
#mobile_url_home #btnSeeMoreUrlsQATab1 {
	display: none;
}
#mobile_url_home #ask_question_button {
	margin-top: 10px;
}
#mobile_url_home .question .read_more_fade {
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8));
	background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8));
	background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8));
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8));
	z-index: 10;
}
#mobile_url_home .top_site {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d6da;
	margin-bottom: 10px;
}
#mobile_url_home .top_site.last {
	border-bottom: none;
	margin-bottom: 0px;
}
#mobile_url_home .top_site .thumbnail {
	float:left;
}
#mobile_url_home .top_site_info {
	padding-top:5px;
	margin-left:120px;
}
#mobile_url_home .top_site .url {
	color: #4f4f4f;
	font-weight:bold;
	margin-bottom:5px;
}
#mobile_url_home .top_site .rating {
	display:inline-block;
	margin-bottom:5px;
}
#mobile_url_home .example_url {
	padding: 15px 0px;
	border-bottom: 1px solid #d6d7da;
}
#mobile_url_home .example_url.last {
	border-bottom: none;
}
#mobile_url_home .example_url .image {
	margin-right: 10px;
}
#mobile_url_home .example_url .url {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#mobile_url_home .example_url .info {
	margin-left: 115px;
	width: auto;
}
#mobile_url_home .example_url .rating_container {
	display:inline-block;
}
#mobile_url_home .example_url .num_reviews_container {
	display:inline-block;
	margin-left: 5px;
	position: relative;
	bottom: 5px;
}
#mobile_url_home #claim_site a {
	display: block;
	font-size: 16px;
	padding: 5px 0px;
}
#mobile_url_home #claim_site .arrow {
	height:20px;
	width:10px;
	float:right;
	position:relative;
	right:7px;
	color: #bfbfbf; 
	font-size: 20px; 
	font-weight: 600; 
	margin-top: -2px; 
}
#mobile_url_home #visit_site_overlay {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #dc4c1a;
	position: fixed;
	bottom: 0px;
	left: 0px;
	box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	-o-box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.25);
	z-index: 850;
	display: none;
}
#mobile_url_home .loading_image {
	display: none;
	text-align: center;	
    padding: 10px 10px 40px 10px;
    position: relative;
}
#mobile_url_home .loading_image img {
	vertical-align: middle;
}
#mobile_url_home .loading_image span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#mobile_url_home .more_button_container + script + .review_row.mobile_url_home.first {
	margin-top: -40px;
}
/* mobile ask question */
#mobile_add_question {
	padding: 15px 15px 100px;
}
#mobile_add_question h1 {
	line-height: 1.1;
}
#mobile_add_question #instructions {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
}
#mobile_add_question textarea {
	height: 130px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mobile_add_question  div.validator-error {
	margin-top:3px;
	font-weight:normal;
	color:#C73E14;
}
/* mobile question home */
#mobile_url_home_qa #website_section {
	padding: 15px;
}
#mobile_url_home_qa #website_rating {
	margin-top: 5px;
}
#mobile_url_home_qa .star_rating_tiny {
	float: left;
	margin:0px 10px 0px 0px;
}
#mobile_url_home_qa #num_reviews {
	color:#015899;
	font-size:13px;
	float:left;
	margin-right: 10px;
}
#mobile_url_home_qa #website_info {
	float: left;
}
#mobile_url_home_qa #url_name {
	font-weight:bold;
	font-size: 20px;
}
#mobile_url_home_qa .button_container {
	margin: 0 15px;
}
#mobile_url_home_qa #UrlsQATab-content > a + div {
	margin: 0 15px !important;
}
#mobile_url_home_qa #ask_question_button {
	margin-bottom: 10px;
}
#mobile_url_home_qa #ask_question_button_bottom {
	margin-top: 10px;	
}
#mobile_url_home_qa .num_questions {
	background-color: #dbd8d8;
	color: #000000;
	text-transform: uppercase;
	padding: 10px 15px;
	margin-bottom: 0px;
	line-height: 1.4;
}
#mobile_url_home_qa .question-container {
	border-top: 1px solid #d7d6da;
	padding: 12px 15px;
	position: relative;
}
#mobile_url_home_qa .question {
	color: #4f4f4f;
	display: block;
	line-height: 1.4;
}
#mobile_url_home_qa .question .answer {
	font-style: italic;
}
#mobile_url_home_qa .question div.qa p {
	font-size: 16px;
	line-height: 22px;
	max-height: 65px;
    overflow: hidden;
}
#mobile_url_home_qa .question .viewAllAnswers {
	color:#015899;
    font-size: 14px;
    font-style: normal;
    margin-top: 5px;
}
@media screen and (max-width: 400px) {
	#mobile_url_home_qa .question .viewAllAnswers {
		width: calc(100% - 130px);
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}
#mobile_url_home_qa .question-owner {
	right: 15px;
	position: absolute;
	bottom: 15px;
}
#mobile_url_home_qa #claim_site h2 {
	font-size:20px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#6e6e6e;
	background-color: #f4f4f4;
	font-weight:normal;
	padding: 7px 15px;
	margin-bottom: 0px;
}
#mobile_url_home_qa .section_content {
    padding: 10px 0;
}
#mobile_url_home_qa #claim_site a {
    display: block;
    font-size: 16px;
    padding: 5px 15px;
}
#mobile_url_home_qa #questions #no_match {
    padding-left: 10px;
}
/* mobile view question */
#mobile_view_question {
	color: #4f4f4f;
	padding-bottom: 100px;
}
#mobile_view_question #subheader {
	padding: 10px 15px;
	border-bottom: 1px solid #cccccc;
}
#mobile_view_question .url_name {
	float: left;
	font-size: 14px;
	margin-bottom:7px;
}
#mobile_view_question #website_rating {
	float: left;
	margin-left: 7px;
}
#mobile_view_question .star_rating_mobile {
	float: left;
	position: relative;
	bottom: 3px;
}
#mobile_view_question .num_questions {
	color:#015899;
}
#mobile_view_question .num_reviews {
	color:#015899;
}
#mobile_view_question #question {
	padding: 15px;
}
#mobile_view_question #question .text {
	font-size: 20px;
	font-weight: bold;
}
#mobile_view_question .text {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 7px;
	word-wrap: break-word;
}
#mobile_view_question .text img {
	display: block;
	height: 160px;
	margin-bottom: 3px;
	max-width: 100%;
	width: auto;
}
#mobile_view_question .author_info_container {
	margin-bottom: 10px;
}
#mobile_view_question .author_thumbnail {
	float: left;
	margin-right: 5px;
}
#mobile_view_question .author_info {
	float: left;
	padding-top: 3px;
	padding-left: 5px;
}
#mobile_view_question .time {
	font-size: 13px;
	margin-bottom: 4px;
}
#mobile_view_question .author_name {
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
}
#mobile_view_question .author_name a {
    color: #000000;
}
#mobile_view_question #num_answers {
    background-color: #cccccc;
    color: #000000;
    text-transform: uppercase;
    padding: 7px 15px;
    margin-bottom: 20px;
}
#mobile_view_question #answers {
	border-bottom: 5px solid #cccccc;
	padding-bottom: 10px;
}
#mobile_view_question #answers #no_match {
	padding-left: 10px;
}
#mobile_view_question #UrlsAnswerTab-content > div {
	padding: 15px;
	border-bottom: 5px solid #cccccc;
}
#mobile_view_question .helpful_container {
	float: left;
}
#mobile_view_question .helpful_text {
	float: left;
	margin-right: 10px;
	padding-top: 7px;
}
#mobile_view_question .helpful_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	background-color: #d7d6da;
	font-size: 14px;
	line-height: 25px;
	padding: 0px 12px;
	height: 25px;
	border: 1px solid #d7d6da;
    margin-right: 10px;
}
#mobile_view_question .helpful_button:hover {
	background-color: #969696;
	cursor: pointer;
}
#mobile_view_question .helpful_button.disabled {
	background-color: #e4e4e4;
	border: 1px solid #e4e4e4;
	color: #969696;
}
#mobile_view_question .helpful_button.disabled:hover {
	cursor: default;
}
#mobile_view_question .helpful_button.selected {
	background-color: #969696;
	color: #4f4f4f;
}
#mobile_view_question .report_flag {
	float: right;
}
#mobile_view_question .mobile_flag_icon {
	display: -webkit-box;
	display: -moz-box;
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #e4e4e4;
	width:25px;
	height:26px;
	color: #acacad;
}
#mobile_view_question #answer_box {
	padding: 10px 15px;
}
#mobile_view_question #answer_box .business_affiliation {
	padding: 3px 0px 10px;
	display: none;
}
#mobile_view_question #answer_box .business_affiliation input[type="radio"] {
	margin-right: 7px;
}
#mobile_view_question #answer_box .business_affiliation div {
	margin-bottom: 0px;
}
#mobile_view_question #answer_prompt {
	color: #c73d01;
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
}
#mobile_view_question #answer_box textarea {
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mobile_view_question div.validator-error {
	margin-top:3px;
	font-weight:normal;
	color:#C73E14;
}
#mobile_view_question .more_questions h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	padding: 10px 15px;
	margin: 0;
    font-weight: normal;
    font-size: 16px;
}
#mobile_view_question .more_questions .more_question {
	border-bottom: 1px solid #cccccc;	
}
#mobile_view_question .more_questions a {
	display: inline-block;
	padding: 15px;
    font-size: 16px;
    line-height: 22px;
	width: 88vw;
    vertical-align: middle;
}
#mobile_view_question .more_questions i {
	display: inline-block;
    color: #c6c6c6;
}
#mobile_view_question .answer .share {
	display: inline-block;
	margin-top: 7px;
	margin-left: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#mobile_view_question #answers #no_match {
    padding-left: 15px;
}
/* mobile share answer */
#mobile_share_answer {
	min-height: 60vh
}
#mobile_share_answer .share-container a {
	padding: 15px;
	display: block;
	border-bottom: 1px solid #cccccc;
	font-size: 20px;
	color: #666666;
}
#mobile_share_answer .share-container i {
    font-size: 65px;
    vertical-align: middle;
    margin-right: 10px;
}
#mobile_share_answer .share-container i.fa-facebook-square {
	color: #3b5999;
}
#mobile_share_answer .share-container i.fa-twitter-square {
	color: #57aced;
}
#mobile_share_answer .share-container i.fa-google-plus-square {
	color: #d3472e;
}
/* mobile add review */
#mobile_add_review {
	padding: 10px 15px;
}
#mobile_add_review h1 {
	margin-bottom: 15px;
}
#mobile_add_review form div {
	margin-bottom: 15px;
}
#mobile_add_review label {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	line-height: 1.2;
}
#mobile_add_review .desc {
	font-size: 18px;
	font-weight: normal;
	color: #6f6f71;	
}
#mobile_add_review input[type="text"] {
	font-size: 14px;
	height: 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 8px;
}
#mobile_add_review .clear {
	margin-bottom: 0px;
}
#mobile_add_review textarea {
	height: 100px;
	font-size: 14px;
	padding: 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#mobile_add_review #review_title textarea {
	height: 40px;
}
#mobile_add_review #order_id {
	display:none;
}
#mobile_add_review #add_review_form #order_id_container {
	margin-bottom:10px;
}
#mobile_add_review #add_review_form div.error-message {
	background:none !important;
	color:#c73e14;
	padding:0.3em 0;
	font-weight:normal;
}
#mobile_add_review #add_review_form div.validator-error {
	margin-top:3px;
	font-weight:normal;
	color:#C73E14;
}
#mobile_add_review #add_review_form #rating input + span.validator.error + div.validator-error {
	display: none;
}
#mobile_add_review #add_review_form .agree_terms {
	margin-bottom: 0;
}
#mobile_add_review #add_review_form #agree_terms {
	margin-bottom: 0px;
	margin-top: 4px;
	display: inline-block;
}
#mobile_add_review #add_review_form #agree_terms .checker {
	margin-right: 0;
}
#mobile_add_review #add_review_form #agree_terms .checker span {
	width: 10px;
	height: 10px;
	border: 1px solid #969696;
}
#mobile_add_review #add_review_form #agree_terms .checker input {
	width: 10px;
	height: 10px;
}
#mobile_add_review #add_review_form #agree_terms .checker span.checked:after {
	font-size: 10px;
}
#mobile_add_review #add_review_form #agree_terms {
	margin-bottom: 10px;
	float: left;
	width: 20px;
}
#mobile_add_review #add_review_form #terms_reviews {
	font-weight: normal;
	font-size: 12px;
	color: #444;
	line-height: 1.5;
    width: 85%;
    float: left;
    margin-bottom: 0;
}
#mobile_add_review #add_review_form #photos {
	margin-bottom:20px;
}
#mobile_add_review #add_review_form #photos .deleteContainer {
	width:0;
	height:0;
}
#mobile_add_review #add_review_form #photos .photo_box.hover .deleteButton {
	display:block;
}
#mobile_add_review #add_review_form #photos .deleteButton {
	width:11px;
	height:11px;
	cursor:pointer;
	left:38px;
	position:relative;
	color: #015899;
}
#mobile_add_review #add_review_form #photos .deleteButton.selected {
	color: #000;
}
#mobile_add_review #add_review_form .photo_box {
	padding:3px;
	background-color: #fff;
	border: 1px solid #d7d6da;
	width: 50px;
	margin-top: 5px;
	float:left;
	margin-right:5px;
}
#mobile_add_review #add_review_form .photo_box.empty {
	width: 104px;
	cursor: pointer;
	text-align: center;
	height: 98px;
}
#mobile_add_review #add_review_form .photo_box .camera-container {
	background-color: #e6e7e8;
}
#mobile_add_review #add_review_form .photo_box .camera-container i {
	margin: 10px 0;
	font-size: 50px;
	color: #bbbdc0;
}
#mobile_add_review form #photo_boxes div {
	margin-bottom: 0;
}
#mobile_add_review #add_review_form .review_photo_button {
	text-transform: none;
	font-size: 12px;
	margin-top: 3px;
	float: none;
	display: inline-block;
	padding: 5px 0px;
	width: 102px;
    height: auto;
    line-height: inherit;
    border-radius: 3px;
}
#mobile_add_review #add_review_form .more_photos {
	display:none;
	margin-top:10px;
}
#mobile_add_review #add_review_form div.modern.selectboxit-btn {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#mobile_add_review #add_review_form .rating_radio_legend {
    font-size: 1.2em;
    float: left;
    margin: 0px;
    color: #444;
    display: table;
    width: 120px;
    height: 32px;
}
#mobile_add_review #add_review_form .rating_radio_legend span {
    display: table-cell;
	vertical-align: middle;
}
#mobile_add_review #add_review_form .rating_radio_group_button {
	margin-bottom: 0;
}
#mobile_add_review #add_review_form .rating_radio_group_button input,
#mobile_add_review #rating input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
#mobile_add_review #add_review_form .rating_radio_group_button label,
#mobile_add_review #rating label {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0;
	margin-right: 4px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 2px solid #135797;
	position: relative;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    color: #135797;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
#mobile_add_review #rating label {
	width: 35px;
	height: 35px;
	margin-right: 7px;
	font-size: 22px;
	line-height: 35px;
}
#mobile_add_review #add_review_form .rating_radio_group_button label:hover,
#mobile_add_review #rating label:hover {
    cursor: pointer;
}
#mobile_add_review #add_review_form .rating_radio_group_button input:checked + label,
#mobile_add_review #add_review_form .rating_radio_group_button input:checked + span + label,
#mobile_add_review #rating input:checked + label,
#mobile_add_review #rating input:checked + span + label {
	background-color: #135797;
	color: #fff;
}

#mobile_add_review #add_review_form .selectboxit-container {
	background-color: #fbfbfb;
}
#mobile_add_review #add_review_form .radio_legend {
    font-size: 1.2em;
    float: left;
    margin-top: 0px;
    color: #444;
    display: table;
    width: 120px;
    height: 28px;
}
#mobile_add_review #add_review_form .radio_legend span {
    display: table-cell;
	vertical-align: middle;
}
#mobile_add_review #add_review_form #review_details_pane h2 {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding-bottom: 7px;
}
#mobile_add_review #add_review_form .radio_group_button {
	margin-bottom: 0;
}
#mobile_add_review #add_review_form .radio_group_button input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
#mobile_add_review #add_review_form .radio_group_button label {
  float: left;
  display: inline-block;
  min-width: 40px;
  background-color: #fbfbfb;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 5px 10px;
  margin: 0;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}
#mobile_add_review #add_review_form .radio_group_button label:hover {
    cursor: pointer;
}
#mobile_add_review #add_review_form .radio_group_button input:checked + label,
#mobile_add_review #add_review_form .radio_group_button input:checked + span + label {
  background-color: #256DB3;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mobile_add_review #add_review_form #ships_products .free_shipping,
#mobile_add_review #add_review_form #ships_products .shipping_time {
	display: none;
}
#mobile_add_review #add_review_form #commercial {
	display: none;
}
#mobile_add_review #add_review_form #attributes {
	display: none;
}
#mobile_add_review #add_review_form #multiple_products {
	margin-top:20px;
	position:relative;
	display: none;
}
#mobile_add_review #add_review_form #review_details_pane {
	display: none;
}
/* mobile requested review */
#mobile_requested_review {
	padding: 10px 15px;
}
#mobile_requested_review h1 {
	margin-bottom: 15px;
}
#mobile_requested_review #order_info {
	font-size: 16px;
}
#mobile_requested_review form div {
	margin-bottom: 15px;
}
#mobile_requested_review label {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 7px;
	line-height: 1.2;
}
#mobile_requested_review .desc {
	font-size: 18px;
	font-weight: normal;
	color: #6f6f71;	
}
#mobile_requested_review input[type="text"] {
	font-size: 14px;
	height: 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#mobile_requested_review input[type="radio"] {
	position: absolute;
	left: -9999px;
}
#mobile_requested_review #rating label {
	float: left;
	width: 35px;
	height: 35px;
	margin: 0;
	margin-right: 7px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #135797;
    position: relative;
}
#mobile_requested_review #rating label.selected {
	background-color: #135797;
}
#mobile_requested_review #rating label:hover {
	cursor: pointer;
}
#mobile_requested_review #rating label .rating_value {
    font-size: 22px;
    color: #135797;
    position: relative;
    left: 11px;
    top: 4px;
}
#mobile_requested_review #rating label.selected .rating_value {
	color: #fff;
}
#mobile_requested_review .clear {
	margin-bottom: 0px;
}
#mobile_requested_review textarea {
	height: 100px;
	font-size: 14px;
	prequesteding: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#mobile_requested_review #review_title textarea {
	height: 40px;
}
#mobile_requested_review #requested_review_form div.error-message {
	background:none !important;
	color:#c73e14;
	prequesteding:0.3em 0;
	font-weight:normal;
}
#mobile_requested_review #requested_review_form div.validator-error {
	margin-top:3px;
	font-weight:normal;
	color:#C73E14;
}

#mobile_requested_review #requested_review_form #rating div.validator-error {
	width: 240px;
	left: 230px;
	top: 5px;
	font-size: 14px;
}

#mobile_requested_review #requested_review_form .confirm_email { 
  display: none; 
}

#mobile_requested_review #requested_review_form .g-recaptcha {
	margin-top: 25px;
}

#mobile_requested_review #requested_review_form .g-recaptcha div {
	margin-bottom: 0;
	height: auto!important;
}

#mobile_requested_review #widget-success {
	text-align: center;
}

#mobile_requested_review #widget-success .custom-icon-check {
	color: green;
	display: inline-block;
    font-size: 50px;
    margin-bottom: 40px;
	margin-right: 10px;
	margin-top: 20px;
	vertical-align: middle;
}

#mobile_requested_review #widget-success h1 {
	display: inline-block;
}

#mobile_requested_review #widget-success button {
	display: block;
	float: none;
	margin: 0 auto;
}
#mobile_requested_review .agree_terms {
	margin-bottom: 0;
}
#mobile_requested_review #agree_terms {
	margin-bottom: 0px;
	margin-top: 4px;
	display: inline-block;
}
#mobile_requested_review #agree_terms .checker {
	margin-right: 0;
}
#mobile_requested_review #agree_terms .checker span {
	width: 10px;
	height: 10px;
	border: 1px solid #969696;
}
#mobile_requested_review #agree_terms .checker input {
	width: 10px;
	height: 10px;
}
#mobile_requested_review #agree_terms .checker span.checked:after {
	font-size: 10px;
}
#mobile_requested_review #agree_terms {
	margin-bottom: 10px;
	float: left;
	width: 20px;
}
#mobile_requested_review #terms_reviews {
	font-weight: normal;
	font-size: 12px;
	color: #444;
	line-height: 1.5;
    width: 85%;
    float: left;
    margin-bottom: 0;
}
/* mobile search */
#mobile_search {
	padding-bottom: 10px;
}
#mobile_search h1 {
	padding: 10px 15px;
}
#mobile_search #empty {
	padding: 20px 10px 300px;
	font-size: 18px;
	line-height: 1.2;
}
#mobile_search .category {
	padding: 15px;
	border-bottom: 1px solid #d6d7da;
}
#mobile_search .category .image {
	float:left;
	margin-right:10px;
}
#mobile_search .category img {
	width: 100px;
}
#mobile_search .category div.category {
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    color: #015899 !important;
    float: left;
    height: 65px;
    position: relative;
    width: 100px;
    background-color: rgb(247, 247, 247);
    margin-bottom: 0;
}
#mobile_search .category div.category span {
    font-size: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -15px;
    position: absolute;
    top: 40%;
    width: 40px;
    color: rgb(1, 88, 153);
}
#mobile_search .category .info_cat {
	margin-left: 115px;
	width: auto;
	font-size: 12px;
}
#mobile_search .category .info_cat .name {
	font-size:16px;
	line-height:1.2;
	margin-bottom: 5px;
	color:#015899;
	font-weight: bold;
}
#mobile_search .category .num_urls {
	margin-bottom: 5px;
}
#mobile_search .review {
	padding: 15px;
	border-bottom: 1px solid #d6d7da;
}
#mobile_search .review.last {
	border-bottom: none;
}
#mobile_search .image {
	margin-right: 10px;
}
#mobile_search .url {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#mobile_search .url span {
	display: inline-block;
    float: left;
    margin-right: 5px;
}
#mobile_search .url a {
	display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
    overflow-x: hidden;
    white-space: nowrap;
}
#mobile_search .info {
	margin-left: 115px;
	width: auto;
	margin-top: 3px;
}
#mobile_search .rating_container {
	display:inline-block;
}
#mobile_search .num_reviews_container {
	display:inline-block;
	margin-left: 5px;
	position: relative;
	bottom: 5px;
}
#mobile_search .num_reviews_container .num_reviews {
	position: relative;
	top: 1px;
}
#mobile_search .no_reviews {
	margin-top: 5px;
	margin-bottom: 5px;
}
#mobile_search .write_link img {
	position: relative;
	top: 1px;
}
#mobile_search .button.see_more_button {
	border:1px solid #C0C0C0;
	color:#000000;
	text-align:center;
    height: 40px;
    line-height: 40px;
    margin: 10px auto 30px;
    width: 96%;
	background:#FEFEFE;
    background-image:-webkit-linear-gradient(top, #FEFEFE, #f5f5f5);
    background-image:-moz-linear-gradient(top, #FEFEFE, #f5f5f5);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#f5f5f5));
	background-image:-webkit-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:-moz-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:-o-linear-gradient(#FEFEFE, #f5f5f5);
	background-image:linear-gradient(#FEFEFE, #f5f5f5);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:none;
	padding:0;
	font-size:14px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	float:none;
}
#mobile_search .loading_image {
	padding-left: 10px;
}
/* about us */
#mobile_about_us #heading {
	background-color: #4680ae;
	padding: 20px 15px;
	text-align: center;
}
#mobile_about_us #content_wrapper {
	padding: 15px 15px 0;
}
#content.mobile #mobile_about_us h1 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 0;
}
#mobile_about_us h2 {
	margin-top: 20px;
	margin-bottom:7px;
}
#mobile_about_us p {
	margin-bottom:15px;
}
#mobile_about_us ul li, #mobile_about_us ol li {
    font-size: 14px;
    line-height: 1.5em;
}
#mobile_about_us ul {
	margin-bottom:15px;
	margin-left:17px;
}
#mobile_about_us ul.disc {
	list-style-type:disc;
}
#mobile_about_us .bio {
	margin-top: 20px;
}
#mobile_about_us .leadership--headshot {
	background-image: url('/img/leadership-headshots.png');
	-moz-background-size: 494px 80px;
	-o-background-size: 494px 80px;
	   background-size: 494px 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 80px;
	margin-right: 20px;
	width: 80px;
}
#mobile_about_us .leadership--headshot.mlai {
	background-position: -285px 0;
}
#mobile_about_us .leadership--headshot.jgin {
	background-position: -161px 0;
}
#mobile_about_us .leadership--headshot.rgin {
	background-position: -15px 0;
}
#mobile_about_us .leadership--headshot.dhamilton {
	background-position: -402px 1px;
}
#mobile_about_us .leadership--title {
	font-size: 14px;
	margin-bottom: 7px;
}
#mobile_about_us .leadership--experience {
	font-size: 12px;
	line-height: 1.5;
}
#mobile_about_us .logos {
	margin-bottom: 20px;
}
#mobile_about_us .logos a {
	margin-right: 30px;
}
#mobile_about_us .logos a:last-child {
	margin-right: 0;
}
@media screen and (max-width: 375px) {
	#mobile_about_us .logos {
		text-align: center;
	}
	#mobile_about_us .logos a {
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}
}
@media screen and (max-width: 330px) {
	#mobile_about_us .leadership--content {
		max-width: 190px;
	}
}
/* mobile browse */
#mobile_browse #header {
	background-color: #f1f3f2;
	padding: 20px 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d7d6da;
}
#mobile_browse #header #award_image {
	margin: 0 auto 10px;
	width: 30%;
}
#mobile_browse #header #award_image img {
	max-width: 100%;
}
#mobile_browse #header h1 {
	color: #000;
	font-weight: normal;
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 0;
	text-align: center;
}
#mobile_browse .category_list {
	padding: 0 15px 10px;
}
#mobile_browse .category {
	border: 1px solid #d7d6da;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7;
	color: #015899;
	height: 164px;
	float: left;
	font-size: 16px;
	margin: 0 1% 1% 0;
	overflow: hidden;
	position: relative;
	width: 49%;
}
#mobile_browse .category:nth-child(2n) {
	margin-right: 0;
}
#mobile_browse .category a {
	display: block;
	height: 100%;
	width: 100%;
}
#mobile_browse .category_list h3 {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 60%;
	width: 100%;
}
#mobile_browse .category_list span {
    font-size: 40px;
    height: 40px;
	left: 50%;
    margin-left: -20px;
    margin-top: -20px;
	position: absolute;
    top: 40%;
    width: 40px;
}
#mobile_browse #sites_list {
	position: relative;
	display: block;
	padding-bottom: 10px;
}
#mobile_browse .site_item {
	display: block;
	padding: 10px 15px;
	position: relative;
	border-bottom: 1px solid #d7d6da;
	cursor:pointer;
}
#mobile_browse .site_item.last,
#mobile_browse #sites_list.small .site_item {
	border-bottom: none;
}
#mobile_browse .thumb {
	float: left;
	margin-right: 7px;
}
#mobile_browse .content {
	margin-left: 135px;
	width: auto;
}
#mobile_browse .position {
	height: 22px;
	width: 30px;
	background-color: #1964a9;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#mobile_browse .position_text {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 4px;
}
#mobile_browse .site_item h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0px;
}
#mobile_browse #sites_list.small .thumb {
	margin-bottom: 10px;
	width: 100%;
}
#mobile_browse #sites_list.small .content {
	margin-left: 0;
}
#mobile_browse .slick-slide div.website-thumbnail--inner.w282h159,
#mobile_browse .slick-slide img {
	width: 100%
}
#mobile_browse .slick-dots {
	bottom: 0;
}
#mobile_browse .review_content i {
	font-family: Georgia,Arial,sans-serif;
    color: #cecece;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.2;
    overflow: hidden;
    padding-right: 4px;
    vertical-align: bottom;
}
#mobile_browse .review_content {
	color: #969696;
	font-size: 14px;
    font-style: italic;
	line-height: 1.3;
	margin-bottom: 5px;
}
#mobile_browse .more_link {
	color: #015899;
}
#mobile_browse #more_category_heading {
	text-align: center;
	padding: 15px 0px;
	font-size: 22px;
	font-weight: normal;
	border-top: 1px solid #d7d6da;
	border-bottom: 1px solid #d7d6da;
	margin-bottom: 15px;
}
/* mobile confirmation required */
#mobile_confirmation_required {
       padding: 10px 15px;
       font-size: 1.1em;
       line-height: 1.3;
}
#mobile_confirmation_required h1 {
       font-size: 1.3em;
       margin-bottom: 20px;
}
#mobile_confirmation_required #instructions {
       margin-bottom: 200px;
}
#mobile_confirmation_required #instruction_message {
       margin-bottom: 20px;
}

/* disable auto-zoom on iphone input field focus */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body.mobile select,
	body.mobile textarea,
	body.mobile input[type='text'],
	body.mobile input[type='number'],
	body.mobile input[type="password"] {
		font-size: 16px !important;
	}
}
