li.store-name {
	cursor: pointer;
}
li.store-name:hover {
	font-weight: bold;
}

#findshare_div_wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    display: none;
}

#findshare_div_container {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#findshare_div_popupbg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
}

#findshare_div {
	background: white;
	webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 12px 2px #d9d9d9;
    -moz-box-shadow: 4px 4px 12px 2px #d9d9d9;
    box-shadow: 4px 4px 12px 2px #d9d9d9;
    overflow-y: auto;
    margin: 0px auto;
    max-width: 850px;
    font-size: 12px;
}

#loading_fs_div {
	position: absolute;
	width: 200px;
	height: 100px;
}
.fs_wrapper {
	max-width: 900px;
	margin: 0px auto;
    font-family: 'merriweather_sansregular', 'Merriweather Sans', sans-serif;
    margin: 10px;
}

.fs_store_title {
    display: inline-block;
    width: 100%;
    font-family: 'cooper_hewittsemibold', 'Raleway', sans-serif;
    font-size: 22px;
    line-height: 40px !important;
    color: #fff;
    background: #c7171d;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}

.fs_sub_title {
    display: inline-block;
    width: 100%;
    font-family: 'cooper_hewittsemibold', 'Raleway', sans-serif;
    font-size: 16px;
    background: #fff;
    color: #c7171d;
    padding: 2px 10px;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #c7171d;
    line-height: 30px;
    font-weight: bold;
}

.width30 {
	width: 30%;
	margin-right: 1%;
}
.width70 {
	width: 69%;
}
.fullwidth {
	width: 100%;
}
.halfwidth {
	width: 50%;
	float: left;
}
.halfwidth-left {
	width: 49%;
	margin-right: 1%;
	float: left;
}

@media screen and (max-width: 480px){
	.halfwidth-left, .halfwidth, .width70, .width30 {
		width: 100%;
	}
	.fs_recommendations {
		text-align: center;
	}
	
	.fs_recs, .fs_rec {
		min-height: 200px;
	}
}

@media screen and (max-width: 400px){
	.fs_recs, .fs_rec {
		width: 100% !important;
	}
}
.fs_main_img_div_wrapper {
	padding-bottom: 4px;
}
.fs_main_img_div {
	margin: 0px auto;
	max-width: 350px;
	box-sizing: border-box;
	text-align: center;
}

.fs_info_div {
	float: left;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	min-height: 200px;
}

#findshare_div .rate_div {
	text-align: center;
    line-height: 30px;
    color: lightgray;
    background: whitesmoke;
}

#findshare_div .rate_div i {
	padding-left: 2px; 
	padding-right: 2px;
	cursor: pointer;
}

#findshare_div .rate_div i.red {
	color: #c7171d;
}
.fs_main_img_div img {
	max-width: 100%;
}

#findshare_div .rate_div i:hover {
	color: black;
}

#findshare_div .rate_div_label {
    text-align: center;
    font-size: 10px;
    padding-top: 4px;
    background: whitesmoke;
}


#findshare_div .fb_description, #findshare_div .fs_address, #findshare_div .top-dish {
	line-height: 25px;
	font-size: 12px;
}

img.fs-logo {
	width: 60px;
	margin-left: 4px;
}

#findshare_div .social_buttons {
	background: #c7171d;
    text-align: center;
    padding-bottom: 4px;
}

#findshare_div a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#findshare_div a:hover {
	color: #c7171d;
}
#findshare_div .social_buttons a {
    display: inline-block;
    position: relative;
    bottom: 0;
    height: 30px;
    width: 30px;
    font-family: 'merriweather_sansregular', 'Merriweather Sans', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    text-decoration: none;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 14px;
    margin: 5px;
}

#findshare_div .social_buttons a:hover {
    background: #fff;
    color: #c7171d;
    font-weight: bold;
}

.roundborder {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;

  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.roundborder16 {
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;

  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;

  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

#findshare_div .social_buttons i {
    text-align: center;
    line-height: 28px;
    padding-left: 2px;
}

#findshare_div .newline {
	margin-top: 20px;
}

#findshare_div .fs_top_image {
	margin-top: 20px;
    vertical-align: top;
    float: left;
    text-align: center;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    max-height: 200px;
    overflow: hidden;
}

#findshare_div .fs_top_image img {
	width: 100%;
}

#findshare_div .fs_top_dishes {
	vertical-align: top;
	float: left;
}


.topdish_mobile {
	display: none;
}

@media screen and (max-width: 480px){
	#findshare_div .topdish_mobile {
		display: block;
	}
	#findshare_div .fs_top_image {
		margin-top: 2px;
		max-height: 100%;
	} 
	
	#findshare_div .topdish_desktop {
		display: none;
	}
}
.fs_rec {
	float: left;
	width: 25%;
	padding: 8px;
	min-width: 150px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	cursor: pointer;
}

.fs_rec img {
	max-width: 60%;
	min-width: 100px;
    border: 1px solid #f8f8f8;
}

.fs_recs_title {
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px !important;
}
.fs_recs_title:hover {
    background: #fff;
    color: #c7171d;
}

.fs_close_popup {
    font-size: 14px;
    padding: 10px;
    text-align: right;
}
.fs_close_popup:hover {
	color: #c7171d;
	cursor: pointer;
}

.fs_message {
    background: #f8f8f8;
    color: black;
	cursor: pointer;   
    font-family: 'merriweather_sansregular', 'Merriweather Sans', sans-serif;
    text-align: center;
    line-height: 25px;
    font-size: 10px; 
}
.fs_message:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #c7171d;
}
#findshare_div .fb_top_posts {
	text-align: left;
}

#findshare_div .fb_top_posts i {
	background: #365899;
    color: white;
    padding: 5px;
    font-size: 10px;
    vertical-align: middle;
}
#findshare_div .fb_top_posts i span {
	line-height: 10px;
	font-family: Arial;
}
#findshare_div .fb_top_posts div.fb_post {
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	line-height: 30px;
	padding: 0px 5px;
}

@media screen and (max-width:680px){
	#findshare_div .fs_rec {
		width: 50%;
	}
	#findshare_div .mobile_next_line {
		width: 100%;
		clear: both;
	}
}