/* streetfood.co.il file */
@charset "utf-8";
/* CSS Document */
html{direction:rtl;height:100%;}
body {
	min-height:100%;
	margin:0;
	background:url(../images/bg.jpg);
	background-attachment:fixed;
	background-size:cover;
	overflow-x:hidden;
	position:relative;
	padding-bottom:45px;
}
body, body * {
	direction:rtl;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	outline:none;
	box-sizing:border-box;
}


table,img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
form {
	margin:0;
	padding:0;
}
nav, menu {
	margin:0;
	padding:0;
	list-style:none;
}
a, a * {
	color:inherit;
}
button {
	margin:0;
	padding:0;
	background:none;
	border:none;
	cursor:pointer;
}
button::-moz-focus-inner {
  border: 0;
}
input[type=checkbox], input[type=radio] {
	margin:0;
}
input[type=submit] {
	cursor:pointer;
}
input[type=text]::-webkit-input-placeholder { 
    color:rgba(51,51,51,.5); text-overflow: ellipsis; font-size:12px;
}
input[type=text]:focus::-webkit-input-placeholder {color: rgba(51,51,51,.5); !important;}
input[type=text]:-moz-placeholder { 
	font-size:12px;
	color:  rgba(51,51,51,.5) !important;
	opacity:100;
}
input[type=text]:focus:-moz-placeholder {color:  rgba(51,51,51,.5) !important;}
input[type=text]::-moz-placeholder {
	font-size:12px;
	color:  rgba(51,51,51,.5) !important;
	opacity:100;
} /* for the future */
input[type=text]:focus::-moz-placeholder {color:  rgba(51,51,51,.5) !important;} /* for the future */
input[type=text]:-ms-input-placeholder { 
    color:  rgba(51,51,51,.5) !important; text-overflow: ellipsis; font-size:12px;
}
input[type=text]:focus::-ms-input-placeholder {color:  rgba(51,51,51,.5) !important;}
fieldset {
	border:none;
	margin:0;
	padding:0;
}
header,footer,aside,nav,menu,section,article {display:block;margin:0;}

/*--- site ---*/

.siteW {
	width:980px;
	margin:0 auto;
}

.plainUL {
	margin:0;
	padding:0;
	list-style:none;
}
.bold {
	font-weight:bold;
}
.nopadding {
	padding:0!important;
}
.absoluteBottom {
	position:absolute;
	bottom:0;
}
.input2 {
	border:none;
	background:rgba(0,0,0,0);
}
.btn1 {
	display:inline-block;
	width:auto;
	height:29px;
	text-align:center;
	font-weight:bold;
	padding:0 14px;
	color:#4b4541!important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background: #f27e28; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fad0b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#fad0b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%,#fad0b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%,#fad0b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%,#fad0b1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%,#fad0b1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fad0b1',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.50);
  	-webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.50);
  	box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.50);
	border:none;
}
.btn1:hover {
	background: -moz-linear-gradient(top, #fad0b1 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad0b1), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fad0b1 0%, #ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fad0b1 0%, #ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fad0b1 0%, #ffffff 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fad0b1 0%, #ffffff 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad0b1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.btn2 {
	display:inline-block;
	width:auto;
	height:29px;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 1px #000000;
	font-size:12px;
	padding:0 14px;
	color:#ffffff!important;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background: #f27e28; /* Old browsers */
	background: -moz-linear-gradient(top, #f27e28 0%, #dd6710 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f27e28), color-stop(100%,#dd6710)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f27e28 0%,#dd6710 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f27e28 0%,#dd6710 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f27e28 0%,#dd6710 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f27e28 0%,#dd6710 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27e28', endColorstr='#dd6710',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.65), inset 1px 1px 2px #b84109;
  	-webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.65), inset 1px 1px 2px #b84109;
  	box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.65), inset 1px 1px 2px #b84109;
}
.btn2:hover {
	background: -moz-linear-gradient(top, #dd6710 0%, #f27e28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd6710), color-stop(100%,#f27e28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dd6710 0%,#f27e28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dd6710 0%,#f27e28 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dd6710 0%,#f27e28 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dd6710 0%,#f27e28 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd6710', endColorstr='#f27e28',GradientType=0 ); /* IE6-9 */
}



.siteHeader {
	height:166px;
	position:relative;
}

.logo_continer {
	display:inline-block;
	vertical-align:top;
}

.slogen_continer {
	display:inline-block;
	vertical-align:top;
	height:100%;
	line-height:166px;
}
.slogen_continer img {
	vertical-align:middle;
}

.top_menu {
	position:absolute;
	height:166px;
	line-height:166px;
	top:0;
	left:0;
	padding-left:30px;
}
.top_menu .menu_item {
	display:inline-block;
	vertical-align:top;
	margin-right:14px;
}
.top_menu a {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
.top_menu a:hover {color:#f27e28;}


.src_sctn {
	position:relative;
	z-index:2;
}
.search_bar {
	background: #f27e28; /* Old browsers */
	background: -moz-linear-gradient(top, #f18431 0%, #f07d28 50%, #e97a27 75%, #d87124 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f18431), color-stop(50%,#f07d28), color-stop(75%,#e97a27), color-stop(100%,#d87124)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f18431 0%, #f07d28 50%, #e97a27 75%,#d87124 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f18431 0%, #f07d28 50%, #e97a27 75%,#d87124 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f18431 0%, #f07d28 50%,#e97a27 75%,#d87124 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f18431 0%, #f07d28 50%, #e97a27 75%,#d87124 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18431', endColorstr='#d87124',GradientType=0 ); /* IE6-9 */
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0px;
  width: 50%;
  top: 70%;
  background: #777;
  -webkit-box-shadow: 0 20px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 20px 8px rgba(0,0,0,0.15);
  box-shadow: 0 20px 8px rgba(0,0,0,0.15);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.effect2:after
{
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 0px;
  left: auto;
}

.search_block {
	position:relative;
	display:table-cell;
	vertical-align:top;
	height:136px;
	padding:14px 16px;
	padding-left:10px;
	width:auto;
	border-right:1px solid #f59853;
}
.search_block:first-child {border-right:none;}
.search_block, .search_block * {
	color:#ffffff;
	line-height:18px;
}
.search_block h4 {
	margin-bottom:13px;
	padding-right:5px;
	font-size:16px;
	font-weight:bold;
	color:#513329;
}

.search_block input[type=text], .input {
	display:inline-block;
	width:146px;
	height:29px;
	padding:0 4px;
	color:#000000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background:#ffffff;
	background: -webkit-gradient(linear, 0 0, 0 50%, from(#fce1cd), to(#ffffff));
	background: -moz-linear-gradient(top, #fce1cd, #ffffff);
    background: linear-gradient(#fce1cd, #ffffff 50%);
	-moz-box-shadow:    inset 2px 2px 2px -1px rgba(0,0,0,0.50);
  	-webkit-box-shadow: inset 2px 2px 2px -1px rgba(0,0,0,0.50);
  	box-shadow:         inset 2px 2px 2px -1px rgba(0,0,0,0.50);
	border:none;
}
.input, .input * {
	color:#000000;
	line-height:29px;
}
.input.add_streetfood {
	width:175px;
}
.input.add_streetfood.up {
	background: -webkit-gradient(linear, 0 50%, 0 0, from(#ffffff), to(#fce1cd));
	background: -moz-linear-gradient(top, #ffffff 50%, #fce1cd);
    background: linear-gradient(#ffffff 50%, #fce1cd);
	-moz-box-shadow:     1px 2px 2px -1px rgba(0,0,0,0.35);
  	-webkit-box-shadow:  1px 2px 2px -1px rgba(0,0,0,0.35);
  	box-shadow:          1px 2px 2px -1px rgba(0,0,0,0.35);
}


.search_block_list li {
	white-space:nowrap;
	display:inline-block;
}
.search_block_list li,.search_block_list li * {
	cursor:pointer;
}
.search_block_list.flex {
    width:auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search_block_list.flex.saf {
	display:block;
}

.lbl2 {
	margin-right:2px;
	white-space:nowrap;
}
.lbl2 span {
	color:#ffd4b4;
	display: inline-block;
	width: 30px;
	text-align: right;
}
.lbl2 span:first-child {
	color:#ffffff;
	min-width:65px;
}
/*=== ezmark - checkbox ===*/
input.ez-hide { 
	opacity: 0; 
	filter:alpha(opacity=0);
	width:16px!important;}
.ez-checkbox, .ez-radio {
	font-size:13px;
	display:inline;
	background: transparent url('../images/checkbox-red.png') center -2px no-repeat;
	zoom: 1;
}
.ez-checked, .ez-selected { background-position: center -21px; }
/*----*/

.srcblock_food_type {
	width:100%;
}

.cleanAll {
	position:absolute;
	top:16px;
	left:10px;
	font-size:12px;
}
.cleanAll:hover {text-decoration:underline;}
.cleanAll .x {
	display:inline-block;
	vertical-align:middle;
	margin-top:-1px;
	margin-left:4px;
	width:9px;
	height:10px;
	background:url(../images/icon_x.png) no-repeat;
}

.btn_plus {
	
	color:#f27e28;
	display:table-cell;
	border-left:1px solid rgba(190,100,30,.25);
	height:29px;
	line-height:29px;
	font-weight:bold;
	font-size: 20px; /* AMI */
	text-align:center;
	width:32px;
	margin-left:18px;
}
.btn_txt {
    
	display:table-cell;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:inherit;
}


.srcblock_rec {
	width:100%;
}

.rec_form_container {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	padding:17px 15px;
	background:#f27e28;
	z-index:-2;
	visibility:hidden;
}
.rec_form_container .close {
	position:absolute;
	display:inline-block;
	width:15px;
	height:15px;
	top:15px;
	left:15px;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	background:url(../images/icon_x_o.png) center 5px no-repeat;
	background-color:rgba(255,255,255,.5);
	cursor:pointer;
	z-index:99;
}
.rec_form_container .close:hover {
	background-color:rgba(255,255,255,1);
}
.rec_form_holder {
	position:relative;
	padding-bottom:45px;
}
.rec_form_container label {
	display:block;
	margin-top:5px;
}
.rec_form_container input,
.rec_form_container .input,
.rec_form_container textarea {
	width:100%!important;
	line-height: 15px; /* AMI */
}
.rec_form_container textarea {
	resize:none;
	height:71px;
}
.rec_form_container .btn_holder {
    
	width:100%;
	text-align:left;
	position:absolute;
	bottom:0;
}
.thanks {
	text-align:center;
	display:none;
}
.thanks .line1 {color:#ffffff;font-size:18px;font-weight:bold;}
.thanks .line2 {color:#ffffff;font-size:17px;}
.rec_thanks_holder {
	position:relative;
	width:100%;
	text-align:center;
}


.tbl_topBar {
	height:40px;
	line-height:40px;
	padding-right:20px;
	padding-left:20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(40%,#fafafa), color-stop(60%,#fafafa), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #fafafa 40%, #fafafa 60%, #f1f1f1 100%);
	background: -moz-linear-gradient(top, #f1f1f1 0%, #fafafa 40%, #fafafa 60%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #fafafa 40%, #fafafa 60%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #fafafa 40%, #fafafa 60%, #f1f1f1 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #fafafa 40% ,#fafafa 60% ,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f1',GradientType=0 );
	position:relative;
	z-index:1;
}


.src_freeNsum {
	display:inline-block;
}

.free_src_container, .tbl_nav_container input {
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:22px;
	line-height:22px;
	margin-right:12px;
	padding-right:7px;
	padding-left:7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background: -webkit-gradient(linear, 0 0, 0 50%, from(#eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
    background: linear-gradient(#eeeeee, #ffffff 50%);
	-moz-box-shadow:    inset 2px 2px 2px -1px rgba(0,0,0,0.50);
  	-webkit-box-shadow: inset 2px 2px 2px -1px rgba(0,0,0,0.50);
  	box-shadow:         inset 2px 2px 2px -1px rgba(0,0,0,0.50);
	border:none;
}
.free_src_container input[type=text] {
	width:120px;
}
.free_src_container .submit {
	float:left;
	width:20px;
	height:20px;
	background:url(../images/icon_srch.png) center no-repeat;
}

.tbl_nav_container {
	position:absolute;
	left:20px;
	top:0;
}
.tbl_nav_container input {
	width:35px;
	margin:0 7px;
	color:#333333;
	font-size:12px;
	text-align:center;
}
.tbl_nav_btn {
	display:inline-block;
	vertical-align:middle;
	width:19px;
	height:20px;
	cursor:pointer;
	background-image:url(../images/icon_nav_sprite.png);
	background-repeat:no-repeat;
}
.tbl_nav_btn.next {
	background-position:0 0;
}
.tbl_nav_btn:hover {
	box-shadow:0 0 2px 1px  rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 2px 1px  rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 2px 1px  rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 2px 1px  rgba(0,0,0,0.2);
}
.tbl_nav_btn.back {
	background-position:-23px -30px;
	margin-right:10px;
}
.tbl_nav_btn.next.inactive {
	background-position: 0 -30px;
}
.tbl_nav_btn.back.inactive {
	background-position:-23px 0;
}


.rslt_tbl {
	background:#ffffff;
	border-collapse:collapse;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	table-layout: fixed;
}
.rslt_tbl th {
	position:relative;
	height:37px;
	line-height:37px;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #dbdad9;
}
.rslt_tbl th:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left:0;
	top:100%;
	margin-top:1px;
	background:rgba(0,0,0,.05)
}
.rslt_tbl th:first-child {padding-right:20px;}

.rslt_tbl tr:not(:first-child):hover {
	background:#f7f7f7;
}
.place {
	cursor:pointer;
}
.show_dtl {
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	height:19px;
	width:19px;
	background:url(../images/icon_showDtls.png);
}
.itemIsOpen {
	background:#f7f7f7;
}
.itemIsOpen .show_dtl {
	background-position: 0 -30px;
}
.itemDTLS_close {
	display:none;
}
.itemDTLS_open {
	width:100%;
	background:#f7f7f7;
}
.item_dtls {
	display:block;
	padding:26px 20px 20px 26px;
    box-shadow: inset 0 -5px 5px -5px #c0c0c0;
    -moz-box-shadow: inset 0 -5px 5px -5px #c0c0c0;
    -webkit-box-shadow: inset 0 -5px 5px -5px #c0c0c0;
}
.item_dtls, .item_dtls * {
	line-height:16px;
}
.item_dtls h5 {
	font-size:14px;
	font-weight:bold;
}
.item_dtls p {
	margin:0;
	padding:0;
	margin-top:7px;
}
.item_dtls_cube {
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.item_dtls .item_dtls_cube:nth-child(2) {
	padding:0 27px 0 22px;
}
.gmap_iframe {
	border:0;
}
.logoNshere {
	position:relative;
}
.recby {
	font-size:11px;
}
.item_dtls_logo {
	margin-bottom:15px;
}
.item_dtls_social {
	white-space:nowrap;
	color:#999999;
}
.item_dtls_social a, .item_dtls_social div {
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
	background:url(../images/social_sprite.png) no-repeat;
	margin-left:4px;
}
.item_dtls_social a.t {
	background-position: -98px 0;
}
.item_dtls_social a.gplus {
	background-position: -78px 0;
}
.item_dtls_social a.fb {
	background-position: -58px 0;
}
.item_dtls_social div.shere {
	cursor:pointer;
	width:39px;
	margin-right:10px;
	background-position:0 0;
}
.inlineTop {
	display:table-cell;
	vertical-align:top;
}
.inlineTop_cube2 {
	padding-right:27px;
	white-space:nowrap;
}
.connection_data .ttl {
	display:inline-block;
	width:55px;
}
.connection_data a {
	text-decoration:none;
}
.connection_data a:hover {
	text-decoration:underline;
}
.item_dtls_photos .img_holder {
	position:relative;
	display:inline-block;
	margin-left:10px;
}
.item_dtls_photos img {
	height:72px;
    box-shadow:1px 1px 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.2);
}
.item_dtls_photos .img_holder:hover:after {
	/* content:"";  causes 3 images not to enlarge */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:72px;
	background:url(../images/mag.png) center no-repeat rgba(0,0,0,0.5);
	cursor:pointer;
}

.rslt_tbl td {
	height:32px;
	line-height:32px;
	border-bottom:1px solid #dbdad9;
}
.rslt_tbl td:not(.rate) {
	cursor:pointer;
}
.rslt_tbl tr td:first-child {padding-right:20px;}
.rslt_tbl tr.last td {
	border-bottom:none;
	height:4px;
}

.opening_hrs_table {
    border: 0;
    border-bottom: none;
    left: 10;
    position:relative;
}

.opening_hrs_table td {
    border-bottom: none;
    line-height:10px;
    height: 10px;
}


.small {
	display:inline-block;
	vertical-align:top;
	font-size:7px
}
.price, .price * {
	color:#e4711c;
	font-weight:bold;
}
.sortPrice {
	font-size:7px;
	cursor:pointer;
	vertical-align:top;
}
.tasty {
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:22px;
	background:url(../images/icon_smiley_sprite.png) no-repeat;
	margin-left:5px;
}
.tasty.rated {
	background-position: 0 -31px;
}
.add_rate {
	text-decoration:underline;
	cursor:pointer;
}

.popUp_holder {
	display:none;
}
.popUp {
	width:520px;
	padding: 30px 28px 45px 28px;
	background:#f5f1ed;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.popUp h1 {
	font-size:33px;
	font-weight:bold;
	color:#f27e28;
}
.popUp h2 {
	font-size:20px;
	font-weight:bold;
	color:#513329;
}
.popUp p, popUp p * {
	font-size:12px;
}
.popUp .btn_holder {
    padding-top:30px;
    padding-bottom:2px;
	text-align:center;
}

.contact_form .btn_holder {
	text-align:left;
}
.contact_fieldset, .con_thanks {
	margin-top:15px;
	margin-bottom:10px;
	padding:28px;
	padding-top:18px;
	background:#f27e28;
}
.con_thanks {
	text-align:center;
}
.contact_fieldset, .contact_fieldset * {
	color:#ffffff;
}
.contact_fieldset input {
	width:100%;
	margin-bottom:10px;
	color:black; /* AMI */
}

.contact_fieldset textarea {
	color:black; /* AMI */
}


/* AMI */
.sortcol {
    cursor:pointer;    
}


.contact_fieldset textarea {
	width:100%;
	height:70px;
	resize:none;
}
.contact_fieldset .double_div {
    width:100%;
    /* flexbox specific properties */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
	justify-content: space-between;
}
.contact_fieldset .double_div > div {
    width: 195px;
}


#page_logo {
	position:absolute;
	top:500px;
	width:300px;
	left:50%;
	margin-left:-737px;
	pointer-events: none;
	z-index:99;
}
#page_logo.saf {
	margin-left:0;
	left:0;
}

.siteFooter {
	text-align:right;
	padding:5px 10px;
	margin:10px auto;
	left:50%;
	margin-left:-490px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:rgba(255,255,255,.2);
	position:absolute;
	bottom:0;
}

.siteFooter a {
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.siteFooter a:hover {
	color:#f27e28;
	/*text-decoration:underline;*/
}







