h3#searchhead {
    font-size:20px;
    margin-bottom:40px;
    color:#0CB4CE;
    padding-left:17px;
    padding-right:10px;
}

h3#searchhead .firstpart {
    /*color:#0CB4CE;*/
    color:#10AACC;
}

h3#searchhead .lastpart {
    color:#FFB20A;
}

@media screen and (max-width:610px) {
	h3#searchhead #rest-result-lastpart {
		display:block;
	}
}

#search-noresult {
	padding-left:18px;
}


.tooltip {
	opacity:1 !important;
}

.tooltip.top .tooltip-inner {
	opacity:1 !important;
	background-color:#10AACC;
}

.tooltip.top .tooltip-arrow {
	border-top:3px solid #10AACC;
}


/*
#restaurant-search-results {
	display:block;
	float:none;
	width:100%;
}
*/

@media screen and (max-width:990px) {
	.row-section-search-result {

		padding-top:0px !important;

	}
}


.res-col {
	position:relative;
	min-width: 296px;
}


@media (min-width: 475px) and (max-width: 606px) {

	.res-col {
		min-width: 460px;

	}

	/*
		.res-col .res-link-img {
			width:100%;
		}
	*/
}

@media (min-width: 0px) and (max-width: 605px) {

	.res-col {
		margin-bottom:10px;
	}

}


@media screen and (max-width:350px) {

	.res-col {
		padding:0px;
	}

}


@media screen and (min-width: 1200px) {

	.res-col {
		max-width: 430px !important;
	}

}


@media (min-width: 606px) and (max-width: 660px) {

	.res-col {
		min-width: 440px;

	}

	/*
		.res-col .res-link-img {
			width:100%;
		}
	*/
}

.res-col {
	margin-bottom:20px;
}

.search-res-image {
	width:100%;
}


/* sidebar responsive */
@media screen and (max-width:1023px) {

	/* The Overlay (background) */
	#section-search-result .overlay {
	    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
	    height: 100%;
	    width: 0;
	    position: fixed; /* Stay in place */
	    z-index: 1; /* Sit on top */
	    left: 0;
	    top: 0;
	    background-color: rgb(255,255,255);
	    overflow-x: hidden; /* Disable horizontal scroll */
	    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
		z-index:999;
	}

	/* Position the content inside the overlay */
	#section-search-result .overlay-content {
		position: absolute;
		width: 100%;
		text-align: center;
		margin-top: 30px;
		padding-bottom: 40px;
		z-index: 999999;
		top: 10px;
	}

	/* The navigation links inside the overlay */
	#section-search-result .overlay a {
		/*
	    padding: 8px;
	    padding-bottom:25px;
	    text-decoration: none;
	    font-size: 36px;
	    color: #818181;
	    display: block;
	    transition: 0.3s;
	    */
	}

	/* When you mouse over the navigation links, change their color */
	#section-search-result .overlay a:hover, #section-search-result .overlay a:focus {
	    color: #f1f1f1;
	    color: #31B0D5;
	}

	#section-search-result .overlay a.active {
	    color: #31B0D5;
	}

	/* Position the close button (top right corner) */
	#section-search-result .overlay .closebtn {
	    position: absolute;
	    top: 20px;
	    right: 45px;
	    right:10px;
	    font-size: 45px;
	}

	#search-menu-bar-resp {
		position: relative;
		width:100%;
		margin: 0 auto;
		left: 0px;
		right: 0px;
		/*background:#f9b01b;*/
		background:#31B0D5;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:30px;
	}

	/*
		#search-menu-btn-resp {
			display:block;
			margin:0 auto;
		}
	*/

	.search-menu-bar-resp-neg-margin {
		/*margin-top: -30px;*/
		margin-top: 0px;
	}

	.search-menu-bar-resp-fixed {
		position:fixed !important;
		z-index:3;
		top:0px;

	}

	.restaurant-search-results-extramargin {
		margin-top:95px;
	}

	#search-menu-bar-resp .btn {
		font-family: "Open Sans", sans-serif !important;
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		padding-top: 5px;
		margin-top: 0px;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.44;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		/*border: 1px solid transparent;*/
		border-radius: 4px;
		text-transform: none;

		display:block;
		margin:0 auto;
		border: solid white 1px;
	}

}


@media (min-width: 0px) and (max-width: 320px) {
	#search-menu-btn-resp {
		padding:0px !important;
	}
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media (min-width: 0px) and (max-width: 599px) {
    #section-search-result .overlay a {font-size: 20px}
    #section-search-result .overlay .closebtn {
        font-size: 45px;
        top: 15px;
        right: 35px;
        right:10px;
        line-height: 20px;
    }
}





/* -------------------------------------------------------- */

.res-link-img {
	display:block;
	border: solid silver 1px;
	/*border: solid #FFB20A 1px;*/
}

.res-link-img:hover {
	/*border: solid #0CB4CE 1px;*/
}

.res-link-text {
	display:block;
	border: none;
	/*border: solid #FFB20A 1px;*/
}

.res-text {
	position:absolute;
	top:35%; /* was 30% / 45*/
	text-align:center;
	left:0px;
	right:0px;
}

.res-title {
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
}

.res-address {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

.res-subtitle {
	font-size:14px;
	color:#FFFFFF;
}



.res-not-connected {
	/*
	position:absolute;
	top:28%;
	text-align:center;
	left:0px;
	right:0px;

	background:#F5AE23;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	margin-right: 15px;
	margin-left: 15px;
	font-weight:bold;
	*/
}


.res-not-connected {
	position:absolute;
	top:auto;
	bottom:32px;
	text-align:center;
	left:0px;
	right:0px;
	background:#F5AE23;
	background:#11B4CE;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	margin-right: 15px;
	margin-left: 15px;
	font-weight:bold;
}

@media screen and (max-width:450px) {
	.res-not-connected {
		margin:0;
		width:100%;
	}
}



/* ----------------------------------------------------------- */

.res-info-parent-container {
    background:#e5e5e5;
    display:block;
    height:40px;
    padding-top:4px;
    padding-bottom:6px;
    padding-left:6px;
    padding-right:6px;
    color:#646464;
    color:#222222;
    height:32px;
}

@media (min-width: 661px) and (max-width: 840px) {

	.res-info-parent-container {
	    height:35px;
	    max-height:35px !important;
	    padding-top:6px;
	    padding-left:3px;
	}

}

.res-info-container {
    display:table;
    width: 100%;
}

.res-info-main {
    width: 25%;
    display: table-cell;
}

.res-info-main-pickup-only {
	text-align: right;
	font-size:10px;
	color:#222222;
}

.icon-pickup-also {
	position: absolute;
	bottom: 40px;
	right:22px;
}

.icon-pickup-also .fa {
	font-size: 20px;
	color: white;
}

.res-info-main-pickup-only .fa {
	font-size:16px !important;
	color:grey;
	padding-right:2px;
}

.res-info-photo {
    width:25%;
    /*float:left*/
    display: table-cell;
    max-width:35px;
}

.res-info-photo img {
	width:100%;
	height: 23px;
	width: auto;
}

.res-info-side {
    width: 75%;
    font-size:10px;
    display: table-cell;
    white-space: nowrap;
    padding-left:2px;
    text-align: left;
}

.res-info-text {
	display:inline-block;
	min-width:40px;
}

@media screen and (max-width:450px) {
	.res-info-text {
		min-width:initial;
	}
}

@media screen and (max-width:350px) {
	.res-info-text {
		font-size:8px;
	}
}

.res-info-splitter {
	display:inline-block;
	text-align: center;
	padding-left:4px;
}

.res-info-main-1 {
}

.res-info-main-2 {
    padding-left:2px;
}

.res-info-main-3 {
    padding-left:2px;
}

.res-info-main-4 {
    padding-left:14px;
}



/* --------------------------------------------------------- */


.col-back-to-search, .col-order-more {
	padding-left:0px;
}

.col-back-to-search {
	min-width:280px;
}

#back-to-search, #order-more {
	height:48px;
	width:230px;
	margin-left:0px;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-left:14px;
	margin-top:0px;
	color:#555;
	background: #F4F4F4;
	font-weight: normal;
	text-align:left;
}

#order-more {
	margin-top: 4px;
}

#back-to-search i, #order-more i {
	padding-right:4px;
	font-size:18px;
	font-weight: normal;
	vertical-align:text-bottom;
}

#back-to-search:hover, #order-more:hover {
	border:none;
	color:#555;
	background: #F4F4F4;
	height:48px;
	width:230px;
	margin-left:0px;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-left:14px;
}

@media screen and (max-width:1023px) {

	#back-to-search, #order-more {
		width:245px;
		padding-top: 11px;
		padding-bottom: 13px;
		padding-left:14px;
		margin-left:15px;
		margin-left:8px;
		margin-top:-10px;
		margin-bottom:10px;
		color:#555;
		background: #F4F4F4;
		font-weight: normal;
		height:46px;
		font-size:12px;
	}

	#back-to-search:hover, #order-more:hover {
		width:245px;
		border:none;
		color:#555;
		background: #F4F4F4;
		height:48px;
		margin-left:15px;
		padding-top: 12px;
		padding-bottom: 14px;
		padding-left:14px;
	}

	#order-more {
		/*margin-top: 0px;*/
	}

}



/* filters */

#filter-sidebar-container {
	display: table-cell;
	margin-top: 0px;
	position: relative;
	width:200px;
	margin-top:0px; 
	padding-left:17px;
}

#restaurant-search-results {
	position: relative;
	display: table-cell;
	width: 100%;
}


@media screen and (max-width:1023px) {
	#restaurant-search-results {
		display:block !important;
		float:none !important;
		width:100% !important;
	}
}


#filter-sidebar {
    font-size:14px;
    color: #222222;
	color: #646464;
	width:200px;
	background:#FFFFFF;
	text-align:left;
}

#filter-numrestaurants {
	margin-bottom:30px;
	color: #0cb4ce;
	font-weight:bold;
}

#filter-numrestaurants a {
	color: #31B0D5;
	cursor:default;
}


.filter-section {
	margin-top:25px;
	font-weight:bold;
}

#filterdeliver {
	margin-top:20px;
}

.filter-head {
	font-weight:bold;
	margin-bottom:8px;
}

#filter-sidebar .button-group {
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    float: left;
}

#filter-sidebar #bsh-filterdeliver button {
	width: 170px;
	text-align:left;
	font-weight:normal;
}

#filter-sidebar .button-default {
    background-color: #ddd;
    color: #222222;
}

#filter-sidebar .button-default:hover {
    background-color: #ccc;
    color: #222222;
    text-decoration: none;
}

#filter-sidebar .button-on {
    background-color: #11B4CE;
    color: #fff;
}

#filter-sidebar .button-on::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0cb4ce;
    color: #F5AE23;
    font-size: 18px;
    font-size: inherit;
    padding-right: 4px;
}

#filter-sidebar .button-on:hover {
    background-color: #11B4CE;
    color: #fff;
    text-decoration: none;
}

#filter-sidebar .button-off {
    background-color: #11B4CE;
    color: #fff;
}

#filter-sidebar .button-off:hover {
    background-color: #11B4CE;
    color: #fff;
    text-decoration: none;
}

#filter-sidebar .button-default[disabled], #filter-sidebar .button-off[disabled], #filter-sidebar .button-on[disabled] {
    /*cursor: not-allowed;*/
}

#filter-sidebar .tgl-sw {
    display: none
}

#filter-sidebar .tgl-sw, #filter-sidebar .tgl-sw *, #filter-sidebar .tgl-sw :after, #filter-sidebar .tgl-sw :before, #filter-sidebar .tgl-sw + #filter-sidebar .btn-switch, #filter-sidebar .tgl-sw:after, #filter-sidebar .tgl-sw:before {
    box-sizing: border-box;
}

#filter-sidebar .tgl-sw ::-moz-selection, #filter-sidebar .tgl-sw :after::-moz-selection, #filter-sidebar .tgl-sw :before::-moz-selection, #filter-sidebar .tgl-sw + #filter-sidebar .btn-switch::-moz-selection, #filter-sidebar .tgl-sw::-moz-selection, #filter-sidebar .tgl-sw:after::-moz-selection, #filter-sidebar .tgl-sw:before::-moz-selection {
    background: 0 0;
}

#filter-sidebar .tgl-sw ::selection, #filter-sidebar .tgl-sw :after::selection, #filter-sidebar .tgl-sw :before::selection, #filter-sidebar .tgl-sw + #filter-sidebar .btn-switch::selection, #filter-sidebar .tgl-sw::selection, #filter-sidebar .tgl-sw:after::selection, #filter-sidebar .tgl-sw:before::selection {
    background: 0 0;
}

#filter-sidebar .tgl-sw + #filter-sidebar .btn-switch {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#filter-sidebar .tgl-sw + #filter-sidebar .btn-switch:after, #filter-sidebar .tgl-sw + #filter-sidebar .btn-switch:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

#filter-sidebar .tgl-sw + #filter-sidebar .btn-switch:after {
    left: 0;
}

#filter-sidebar .tgl-sw + #filter-sidebar .btn-switch:before {
    display: none;
}

#filter-sidebar .tgl-sw-active + #filter-sidebar .btn-switch:after {
    left: 50%;
}

#filter-sidebar ul.filter {
    list-style-type : none;
    display:inline;
}


/* filter */
#filter-sidebar .filter li {
    line-height:26px; /* of 26 */
    padding-left:23px;
}

#filter-sidebar .filter li a {
	color: #646464;
    color: #222222;
    font-size: 14px;
}

#filter-sidebar .rating.active{
    color: #0cb4ce;
}

#filter-sidebar .selectable.always-on {
    color: #0cb4ce;
}

#filter-sidebar .selectable {
    cursor: pointer;
}

#filter-sidebar .selectable::before {
    content: "\f096";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0cb4ce;
    color:#F5AE23;
    font-size: inherit;
    padding-right: 4px;
    margin-left:-22px;
}

#filter-sidebar .selectable.active {
    color: #0cb4ce;
    font-weight:bold;
}

#filter-sidebar .selectable.active::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0cb4ce;
    color:#F5AE23;
    font-size: inherit;
    padding-right: 4px;
    margin-left:-22px;
}

@media screen and (max-width:1023px) {

	#filter-sidebar {
		padding-left:15px;
	}

}