html, body {
	height: 100%;
}

/* main styles */

/** {
	  text-rendering: optimizeLegibility;
}*/

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

iframe[name=google_conversion_frame] {
    display: none !important;
}
.shadow {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.btn {
	border-radius:2px;
}

.top_search_announcement{
	padding: 20px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: 1px 0 7px rgb(0 0 0 / 12%);
	font-family: "Conv_HelveticaNeueLTStd-Cn";
	font-size: 18px;
	color: #646464;
}

.slider-new-toplist-container{
	height:auto;
	background-color:#EAEAEA;

	text-align:center;

	font-family: "Conv_HelveticaNeueLTStd-BlkCn";
    font-size: 40px;

	color: #636363;
}
.slider-new-toplist-container img{
	margin-top:20px;
	max-width: 100%;
}

.top-list-explanation{
	padding: 8px;
    color: #585858;
}

.top-list-explanation span{
    color: #000;
}

.top-list-explanation h2{
	font-size: 28px;
	margin-top: 0px;
}

ul.restaurant-top-list{
	list-style:none;
	margin: 0px;
	padding:0px;
}

ul.restaurant-top-list li{
	padding-bottom: 5px;
    overflow: auto;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 5px;
}
ul.restaurant-top-list li a{
	text-decoration:none;
	color:#333;
}
ul.restaurant-top-list li a:hover .placing{
	background-color:#EC0078;
}
ul.restaurant-top-list .placing{
	float: left;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #C1C1C1;
    margin-top: 2px;
    margin-right: 10px;
    font-weight: bold;
    color: #FFFFFF;

	-webkit-transition: background-color .2s; /* Safari */
    transition: background-color .2s;
}

ul.restaurant-top-list .details{
	float:left;

	font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
}

ul.restaurant-top-list .name{
	font-size: 22px;
}

ul.restaurant-top-list .location{
	color:#929396;
	font-size:16px;
}
ul.restaurant-top-list .location span{
	color: rgb(235, 0, 139);
}

ul.restaurant-top-list .score{
	float:right;

	font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
	font-weight:bold;
	line-height:52px;
}
ul.restaurant-top-list .score span{
	color:#b1b4b6;
}



.btn-magento, .btn-magento:hover, .btn-magento:active, .btn-magento:focus {
	  color: #ffffff;
	  background:#ec007a;
	  box-shadow:none;
	  border:0;
}
.btn-magenta span, .btn-grey span {
	margin-right:5px;
}
.warning-box{
	color: #B60000;
	background-color: #FFD8D8;
	padding: 10px;
}

/* Overzicht reserveringen. */
.table-striped .cancelled {
	color:#ff0000 !important;
}

h2.head, h3.head {
    color: #000;
    font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
    font-size: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
    margin-top: 10px;
}
h2.head a {
	color: #000;
}
h2.ics {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
span.magenta {
	color:#ec007a;
}
body.home .bar {
    padding-bottom: 70px;
}
body.home h2.head {
	text-align:center;
}
.bar.main {
	margin-top: 0px;
	padding-bottom:100px;
}
.main.white {
	padding-bottom: 40px;
}
.img img {
	width:100%;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background: none repeat scroll 0 0 #999;
    border-color: #999;
}
label span {
	font-weight:normal;
	font-size:12px;
}
/* form styles */

input[type="text"], input[type="password"],input[type="email"] {
    background: none repeat scroll 0 0 #f0efef !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0;
    color: #666;
    /*font-size: 12px !important;*/
    margin-bottom: 8px !important;
    min-height: 40px;
	width:100%;
	padding: 7px 9px;
	display:inline-block;
}
input.error , textarea.error {
	border:1px solid #ec007a!important;
}
textarea {
	background: #f0efef;
	border: 1px solid #e2e2e2;
	padding: 6px 12px;
    width: 100%;
	line-height: 1.42857;
	height:150px;
}
input[disabled] {
    background: none repeat scroll 0 0 #f1f1f1 !important;
    color: #aaa;
}
.bootstrap-select.error {
	border:1px solid #ec007a;
}
div.icheckbox_minimal-pink, div.iradio_minimal-pink {
    display: inline-block;
    position: relative;
    top: 4px;
	margin-right: 5px;
}

.form-line {
    clear: both;
}
.form-line input {
    float: left;
    margin-left: 8px;
    width: auto;
}
.form-line > input:first-child {
	margin-left:0;
}
.form-line .checkbox_line {

}
.form-line .checkbox_line li {
    font-size: 12px;
    text-align: center;
}
.form-line #event-firstname {

}
.form-line  #event-lastname {

}
#fullcalendar {
	min-height: 639px;
}
#fullcalendar .fc-event-persons {
    background: none repeat scroll 0 0 #fff;
    border-radius: 100px;
    color: #333;
    display: block;
    float: right;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    margin-right: 2px;
    margin-top: 1px;
    min-width: 14px;
    text-align: center;
}
/* carousel */
.carousel-indicators {
	z-index:1000;
}
.carousel-indicators li {
	margin:1px!Important;
}
/*.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}*/
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .5s;
  -o-transition: opacity ease-in-out .5s;
  -webkit-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .5s;
  -o-transition: opacity ease-in-out .5s;
  -webkit-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s;
  z-index:2;
}

.carousel_home {
	height:500px;
}
.carousel_home .item {
	height:500px;
    min-width: 1500px;
}
.carousel_home img {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.carousel_hero {
	height: 500px;
}
.carousel_hero .item {
	height: 500px;
    min-width: 1500px;
	background:#ec007a;
}

.carousel_home .carousel-caption {
	bottom:130px;
	font-family: "Conv_HelveticaNeueLTStd-ThCn",sans-serif;

	left:0px;
	right:0px;
	background-color: rgba(0, 0, 0, 0.3);
}
.carousel_home .cproject {
    font-size: 20px;
}
.carousel_home .chead {
	text-transform:uppercase;
	font-size: 55px;
	display: block;
	line-height: 1.1;
}
.carousel_home .chead h1 {
    font-size: 55px;
    margin: 0;
}
.carousel_home .cdiscount {
	font-family: "Conv_HelveticaNeueLTStd-BlkCn";
}
.carousel_home .ctitle {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    width: 100%;
}
.carousel_home .caction button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
}
.carousel_home .cprices {
    display: block;
    margin-bottom: 25px;
}
.carousel_home .cprices img {
    min-width: 0;
    position: static;
    width: 303px;
}
.carousel_home .item-h10d .carousel-caption {
	bottom:70px;
}

/* NEW aanbieding scherm */
.nDeals {

}
.nDeals .deal-container{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e1e1e1;
	padding:10px;
	font-family: 'Conv_HelveticaNeueLTStd-ThCn';
	margin-bottom:10px;

	display: block;
	color: #5c6c6c;
}
.nDeals .img-holder{
	width: 100%;
	overflow: hidden;
	height: 80px;
	position: relative;
}
.nDeals .img-holder img{
	position: relative;
	width: 100%;
	top: -100%;
}
.nDeals .caption-container{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: right;
	padding-right: 10px;
}
.nDeals .caption-container .restaurant{
	font-family: "Conv_HelveticaNeueLTStd-BlkCn";
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	padding-top:2px;
}
.nDeals .caption-container .city{
	font-family: 'Conv_HelveticaNeueLTStd-ThCn';
	color: #fff;
	line-height: 18px;
}
.nDeals .info span{
	display:inline-block;
}
.nDeals .info .titel{
	width:65%;
	padding-top:4px;
}
.nDeals .info .prices{
	width:35%;
	float:right;
	text-align:right;

	padding-top:10px;
}
.nDeals .info .prices .original-price {
  font-size: 12px;
  line-height: 12px;
}
.nDeals .info .titel span{  font-family: "Conv_HelveticaNeueLTStd-BlkCn"; }
.nDeals .info .prices span{  font-family: "Conv_HelveticaNeueLTStd-BlkCn"; }
.nDeals .info .prices .new-price span{ color:#ec007a }
.nDeals .info .prices .original-price span{ text-decoration:line-through; }
/* search form */

/* provincie selectie */
.province-selector{
	background-color: #dcdcdc;
	margin-bottom: 10px;
}
.province-selector .select-value{
	border-left: 2px solid #f9f9f9;
}
.province-selector button{
	float: right;
	border: 0px;
	height: 39px;
	width: 58px;
	background-color: #EC007A;
}
.province-selector button span{
	color:#fff;
	padding:0px;
}
.province-selector select{
	width: 100%;
	padding: 10px;
	background-color: rgb(236, 0, 122);
	color: #fff;
	border: 0px;
}
.province-selector span{
	line-height: 39px;
	display: inline-block;
	padding-left: 4px;
}

.search-form {
    left: 50%;
    margin-left: -240px;
    position: absolute;
    top: 130px;
    width: 480px;
	background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 19px 29px 29px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    z-index: 10;
}
.search-form h2 {
    color: #fff;
    font-family: 'Conv_HelveticaNeueLTStd-BlkCn',Sans-Serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
	height: 34px;
}
.search-form h2 span {
    font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
}
.search-form .btn {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 0;
    width: 170px;
}
.search-form label {
    color: #ec007a;
    font-weight: normal;
}
.search-form label.error {
	display: none !important;
}

/* homeblocks */
.homeblocks {
    color: #333;
    margin-bottom: 0px;
    padding-bottom: 40px;
    /*width: 100%;*/
	position:relative!important;
	z-index:10;
	background:none!important;
}
.homeblock {
	margin-top:-65px;
	text-align: center;
}
.homeblock .attention{
	width: 29px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display:none;
}
.homeblock .img {
    margin: 0 auto;
    width: 45%;
}
.homeblock .img img {
    width:100%;
}
.homeblock .read-more {
    color: #fff;
    display: block;
    margin-bottom: -57px;
    margin-top: 20px;
}
.homeblock .read-more img {
    width: 40px;
}
.homeblock h2 {
    font-size: 28px;
	font-family: 'Conv_HelveticaNeueLTStd-ThCn';
}
.homeblock p {
    margin: 0;
}
/* citys */

.home-citys ul {
	margin:0;
	padding:0;
	list-style:none;
}
.home-citys ul li {
    border-bottom: 1px solid #dfdfdf;
    line-height: 30px;
}

.home-citys ul li a {
    color: #7a7a7a;
}
.home-citys img {
    position: relative;
    top: -8px;
    width: 70%;
}
.home-citys .col-md-3 {
	position:relative;
}
/* news */

.home-news .news-thumbs a {
	display: block;
}
.news-thumbs .news-img {
    display: block;
    height: 200px;
    margin-bottom: 14px;
}
.news-thumbs .news-text {
    color: #333;
    display: block;
}
.news-thumbs .news-title {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
	color:#333;
	min-height: 40px;
}
.news-thumbs img {
	width:100%;
}
.news-thumbs .news-details {
    color: #333;
    display: block;
}
.news-thumbs .news-text {
    color: #ec007a;
    font-size: 16px;
}
/* distance slider */

/* Slider */

#distance-slider {
	margin-bottom: 30px;
	border:0;
}
.distance-tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	padding: 5px;
	font-size: 11px;
	visibility: visible;
	margin-top: -2px;
	bottom:120%;
	margin-left: -1.85em;
}
.distance-tooltip .tooltip-arrow {
	bottom: -3px;
	left: 50%;
	margin-left: -5px;
	border-top: 5px solid #ec007a;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
}

.distance-tooltip .tooltip-inner {
	width: 42px;
	max-width: 200px;
	padding: 7px 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #ec007a;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.ui-slider .ui-slider-handle {
	cursor: pointer;
	background-color:#ec007a;
	border:1px solid #ec007a;
}

.ui-slider-horizontal {
	height: 6px;
}
.ui-slider-handle {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
	height: 12px!important;
	width: 12px!important;
}
.ui-slider-range {
	background:#ec007a;
}

/* home-featured */
.home-featured #cbp-vm {
	margin-bottom:0;
}
.home-featured #cbp-vm li {
	margin-bottom:0;
}
.home-featured .item-name {
    color: #333;
    display: block;
}
.home-featured .img {
	margin-bottom: 5px;
	position:relative;
}
.home-featured .deal-overlay {
    background: none repeat scroll 0 0 #ec007a;
    color: #fff;
    font-size: 16px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-featured .img img {
	width:100%;
}
.top_tien_10daagse{

}
.top_tien_10daagse .col{
	background-color: white;
	padding: 18px;
	border: 1px solid #D6D6D6;
}
.sub_text{
	font-size: 11px;
	color: gray;
	margin-top: 25px;
}
.top_tien_10daagse ul li{

}
.top_tien_10daagse ul li a{
	display: block;
	margin: 10px 0px;
}
.top_tien_10daagse ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top_tien_10daagse .tt-number{
	display: inline-block;
	width: 18px;
	color: #EC007A;
	font-weight: bold;
	text-align: right;
}
.top_tien_10daagse .tt-image{

}
.top_tien_10daagse .tt-image img {
	height: 40px;
}
.top_tien_10daagse .tt-info{
	width: 70%;
	display: inline-block;
	color: #777;
}
.top_tien_10daagse .tt-average{
	float: right;
	color: #EC007A;
}
.top_tien_10daagse .tt-title{

}

.top_tien_reviews {
    margin-top: 30px;
}
.top_tien {

}
.top_tien .col {

}
.top_tien ul {
	margin:0;
	padding:0;
	list-style:none;
}
.top_tien ul li:first-child {
	margin-top:0;
}
.top_tien li {
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    padding: 7px;
	background:#fff;
}
.top_tien .tt-image {
    display: inline-block;
    height: 45px;
    overflow: hidden;
    width: 20%;
}
.top_tien .tt-image img {
    width:100%;
	height: 100%;
}
/*.top_tien .tt-info {
    display: inline-block;
    line-height: 40px;
    margin-left: 30px;
    vertical-align: top;
    width: 74%;
}*/
.top_tien .tt-info {
    height: 100%;
    line-height: 40px;
    padding-left: 10px;
    vertical-align: top;
    width: 80%;
}
.top_tien .tt-number {
    background: none repeat scroll 0 0 #ec007a;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 30px;
    left: 50px;
    line-height: 30px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 30px;
	display:none;
}
.top_tien .tt-title {
	color:#666;
}
.top_tien .tt-reserveer-nu{
	position: absolute;
	display: block;
	bottom: 0px;
	left: 56px;
	font-size: 12px;
	color: rgb(236, 0, 122);
}
.top_tien a {
	position:relative;
	display:block;
	line-height:1px;
}
/*.top_tien .tt-average {
	float: right;
    font-size: 26px;
}*/
.top_tien .tt-average {
    background: none repeat scroll 0 0 #ec007a;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 19px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 50px;
}

.top_tien_h10d_row .top_tien .tt-image {
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 14%;
}
.top_tien_h10d_row .top_tien .tt-info {
    height: auto;
    line-height: 16px;
    padding-left: 4px;
    vertical-align: top;
    width: 78%;
	display:inline-block;
}
.top_tien_h10d_row .top_tien .tt-average {
    background: none repeat scroll 0 0 #ec007a;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 50px;
}
.top_tien_h10d_row .top_tien li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    padding: 7px;
}
.top_tien_h10d_row .top_tien h2.head {
    font-size: 24px;
    margin-top: 30px;
}
.top_tien_h10d_row.home-citys {
    margin-bottom: 50px;
}
.top_tien_h10d .tt-number {
	background: none;
	border-radius: 0px;
	color: #A3A3A3;
	display: inline-block;
	height: 30px;
	left: auto;
	line-height: 30px;
	margin-right: 6px;
	position: relative;
	text-align: right;
	top: auto;
	width: 14px;
	float: left;
}
.h10d_signin {
    margin-bottom: 15px;
}
.h10d_signin input {
	background:#fff!important;
}
.h10d_signin button {
    margin-top: 10px;
}

.btn-h10d-account-signup{
	padding:30px;
	margin-top: 60px;
	margin-bottom:60px;
}
/* home-reviews */

.reviews li.more-reviews {
	text-align:center;
	padding:20px;
}
.reviews li.more-reviews a {
	margin-top:0;
}
.reviews li.more-reviews-detail {
	text-align:center;
	padding:0px;
}
.reviews li.more-reviews-detail a {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}


/* Cookies */


.cookies {
    background-color: #000000;
    color: #FFFFFF;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.9);
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99999;
	bottom:0;
}
.cookies a {
	color:#ec007a;
	text-decoration:underline;
}
.cookies .btn-magento {
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    line-height: 27px;
    margin-left: 5px;
    padding: 0 10px;
    text-decoration: none;
    width: auto;
}

/* footer */

.footer {
    padding-bottom: 50px;
}
.footer h2 {
    color: #fff;
    font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
    font-size: 26px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
.footer a {
	display:block;
	color:#fafafa;
}

.footer .social a {
    background: url("../img/social-sprite-4.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    padding: 0;
    text-indent: -20000px;
    text-transform: capitalize;
    width: 31px;
}
.footer .social a.yt {
    background-position: -39px 0;
}
.footer .social a.fb {
    background-position: -78px 0;
}
.footer .social a.inst{
	background-position: -117px 0;
}
.footer .social li {
    float: left;
    margin-right: 6px;
}

/* verrassing */

.container.hero {
    position: relative;
    z-index: 10;
}
.restaurant-name .container.hero {
    padding-bottom: 0;
    padding-top: 0;
}
.hero .form {
    background: none repeat scroll 0 0 #fff;
    /*border-radius: 6px;
    box-shadow: 0 1px 50px rgba(0, 0, 0, 0.3);*/
    box-sizing: border-box;
    padding: 19px 29px 29px;
    width: 430px;
    z-index: 10;
	margin-top:10px;
	position:absolute;
	right:0;
}
.hero .form ul {
	margin: 0 0 40px;
	padding:0;
	list-style:none;
}
.hero .form ul li:first-child div {
	margin-left:0;
}
.hero .form li {
	float:left;
	font-size:12px;
}
.hero .form .selectpicker li {
	float:none;
}
.hero .form li div.icheckbox_minimal-pink {
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.hero .form h2 {
    font-family: 'Conv_HelveticaNeueLTStd-ThCn';
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.hero .form .btn-magenta {
    font-size: 18px;
    width: 100%;
}
.tops {
    background: url("../img/checked.png") no-repeat scroll 0 4px transparent;
    height: 22px;
    line-height: 26px;
    padding-left: 28px !important;
}
.hero .form .bootstrap-select.btn-group .btn .filter-option {
    left: 12px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    text-align: left;
}
.hero .form .bootstrap-select .btn {
    background: url("../img/control-sprite.png") no-repeat scroll right 0 #f0efef !important;
    border-radius: 0 !important;
    color: #666666;
    height: 40px;
}
.hero .form  .bootstrap-select .btn .caret {
    display: none;
}
.hero .form #distance-slider {
	border: 1px solid #e2e2e2;
}
.hero .intro h1 {
    font-family: 'Conv_HelveticaNeueLTStd-ThCn';
    font-size: 46px;
	margin-top: 5px;
}
.hero .intro h2 {
    font-family: 'Conv_HelveticaNeueLTStd-ThCn';
    font-size: 28px;
    margin-top: 10px;
}
.hero .intro .intro-zomerweken {
	margin-bottom:0px;
}
.hero .intro .intro-sub-zomerweken {
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
}
.hero .intro {
	color:#fff;
}
.hero .intro a {
    background-color: #fff;
    color: #ec007a;
}
.hero .mailing {
    margin-top: 16px;
}
.hero .mailing.contact {
    margin-top: 20px;
}
.hero .mailing input {
    float: left;
    width: 86%;
}
.hero .mailing button {
    border: 1px solid #fff;
    float: right;
    padding: 9px 13px;
}
.hero .mailing label.error {
	display:none!important;
}
.hero .mailing button span {
    margin:0;
}
.hero .form input {
	border: 1px solid #e2e2e2;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin-bottom: 15px;
    padding: 6px 12px;
    width: 100%;
}
.hero .form input[type="text"] {
    background: url("../img/control-sprite.png") no-repeat scroll right 0 #f0efef;
    padding-right: 72px;
}
.hero .form .date {
    background-position: right -40px !important;
}
.hero .form .persons {
    background-position: right -120px !important;
}
.hero .form .email {
	background-position: right -240px !important;
}
.hero .form label {
    color: #333;
    font-weight: normal;
    margin-bottom: 8px;
	margin-top:7px;
}

/* main slider */
.main-slider.carousel img, .main-slider.carousel .overlay {
	display:none;
}
.main-slider.carousel {
    height: auto;
    min-height: 212px;
}
.main-slider.carousel li {
    margin: 0;
    position: relative;
}
.main-slider .flex-direction-nav {
	display:none;
}
.main-slider.carousel .overlay {
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.7);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	padding:10px;
}
.main-slider.carousel .overlay h3 {
    color: #fff;
    font-family: 'Conv_HelveticaNeueLTStd-ThCn';
    font-size: 20px;
    line-height: 14px;
    margin: 0;
}
.hv-message {
    line-height: 40px;
    min-height: 0;
    padding: 0;
    width: 100%;
	background-color: #fff;
	/*margin-bottom:-1px;*/
	border-bottom:1px solid #cecece;
	/*background: url("../img/shadow-bg.png") repeat-x scroll 0 bottom;*/
	text-align:center;
}
.hv-message p {
	margin:0;
}
.hv-message-pasen .nav-region {
    margin: 10px 0 0;
}
.hv-message-pasen .nav-region a {
    line-height: 20px;
}
.hv-message-pasen {
    border: 0 none;
}

/* tooltip */

.persons_tooltip_wrap {
    display: none;
    position: absolute;
    right: 20px;
    top: -30px;
    z-index: 99999;
}
.persons_tooltip_wrap .arrow {
    background: url("../img/suprise-tooltip-arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 20px !important;
    left: 0;
    position: absolute;
    top: 40px;
    width: 10px !important;
}
.persons_tooltip {
    background-color: #ec007a;
    color: #ffffff;
    font-size: 12px;
    left: 10px;
    line-height: 20px;
    padding: 17px;
    position: relative;
    text-align: center;
    width: 160px;
}
.persons_tooltip a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    margin-top: 6px;
}
.persons_wrap {
    position: relative;
}

/* intro bar */

.intro-bar {
	color:#fff
}
.intro-bar h1 {
    font-family: 'Conv_HelveticaNeueLTStd-ThCn';
    font-size: 46px;
    margin-top: 5px;
}
.intro-bar h2 {
    font-family: 'Conv_HelveticaNeueLTStd-ThCn';
    font-size: 28px;
}
.intro-bar h2 a {
	color:#fff;
}
.intro-bar-large {
	padding-bottom: 50px;
    padding-top: 50px;
}
.intro-bar-small h1 {
	margin-right: 20px;
	float:left;
}
.intro-bar-small h2 {
	margin-right: 10px;
	float: left;
	margin: 21px 0 0;
}
/* contact */

#map_canvas_full {
	height:200px;
	background-color:#fff;
}
.c-form .flash-message {
    margin-bottom: 15px;
}
.c-form, .c-info {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding: 20px;
}
.c-form input {
    border: 1px solid #e2e2e2;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin-bottom: 15px!important;
    padding: 6px 12px;
    width: 100%;
    background: #f0efef;
}
.c-form textarea {
	background: #f0efef;
	border: 1px solid #e2e2e2;
	padding: 6px 12px;
    width: 100%;
	line-height: 1.42857;
	height:150px;
	margin-bottom: 15px;
}
.c-form .btn-magenta {
	font-size: 18px;
    width: 100%;
}
.c-info p {
	margin:0;
}
.c-form label.error {
	display:none!important;
}

/* results page */

#gMap {
    height: 600px;
    width: 600px;
}

/* topfilter */

.top_filter_wrap {
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 10px;
    vertical-align: top;
}
.top_filter {
    text-align: center;
}
.top_filter > div {
    float: left;
}
.top_filter .bootstrap-select {
	margin:0!important;
}
.top_filter .count {

}
.top_filter .count span {
	margin-right: 5px;
}
.top_filter .bootstrap-select .btn-default {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
}


.top_filter .sort {
    margin: 0 10px;
}
.top_filter .show-map {

}
.top_filter .show-map a {
	padding: 0 15px;
	border: 1px solid #ec007a;
}
.side-filter-search {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
	margin-bottom:15px;
	box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.05);
}
.side-filter-search .km {
	margin-left:5px;
}
.side-filter #accordion {
	margin:0;
}
.side-filter-search h3 {
    color: #000;
    font-size: 22px;
    margin-top: 0;
}
.side-filter-categories {

}
.side-filter-categories ul {
	margin:0;
	padding:0;
	list-style:none;
}
.side-filter #accordion .panel-body {
	overflow: auto;
	padding:0;
}
.side-filter #accordion .panel a {
    border: 1px solid #e1e1e1;
    color: #333;
    display: block;
    line-height: 38px;
    padding: 0 10px;
	background:#fff;
}
.side-filter #accordion .panel a:hover {
	background-color:#ededed;
}
.side-filter #accordion .panel-body a {
	background:none;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    font-size: 12px;
    line-height: 34px;
    margin: 0;
	background:#fff;
	border-top: 0 none;
}
.side-filter #accordion .panel-body a span {
	margin-left:5px;
}
.side-filter #accordion a.active, .side-filter #accordion a.active:hover {
	color:#fff;
	background:none repeat scroll 0 0 #ec007a;
}
.side-filter .caret {
    float: right;
    margin-top: 17px;
}
.h10d-poster-site {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.05);
    margin-bottom: 15px;
    padding: 0;
}
.h10d-poster-site img {
	width:100%;
}
/* results */
.r-results ul {
	margin:0;
	padding:0;
	list-style:none;
}
.r-results li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding: 20px 20px 32px;
    position: relative;
	box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.05);
}
.r-results .pagination li{
	background: none repeat scroll 0 0 #fff;
	border: 0px;
	margin-bottom: px;
	padding:0px;
	position: relative;
	box-shadow:0px;
}
.r-results li.r-deals-widget {
	box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.05);
	background: none repeat scroll 0 0 #e5e5e5;
}
.r-result-image {
	display: inline-block;
    margin-right: 20px;
    position: relative;
    vertical-align: top;
    width: 15%;
}
.r-result-image img {
	width:100%;
}
.r-result-info {
    display: inline-block;
    vertical-align: top;
    width: 81%;
}
.r-result-average {
	background: none repeat scroll 0 0 #ec007a;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 40px;
}
.r-result-title {
    color: #333;
    font-size: 1.3em;
    margin-top: 0;
}
.r-result-title a {
	color: #333;
}
.r-result-title span.distance {
    color: #777;
    float: right;
    font-size: 14px;
    position: relative;
    top: 4px;
}
.r-result-title span.address {
    color: #777;
    font-size: 14px;
}
.r-result-info h4 {
	font-size:14px;
}
.r-ratings {
    display: block;
}
.r-ratings div {
    display: inline-block;
}
.r-result-actions .r-ratings {
	text-align:right;
	color:#333;
}
.r-result-actions {
	font-size:12px;
}
.r-ratings .star {
    background: url("../img/star.png") repeat scroll 0 0;
    display: inline-block;
    height: 14px;
    width: 15px;
	position:relative;
	top: 2px;
}
.r-result-like {
    margin-bottom: 10px;
}
.r-result-like .buzz {
    border: 0 none;
    float: right;
    margin-bottom: 0;
    padding: 0;
}
/*.r-result-like .btn-like, .r-result-like .btn-like:hover, .r-result-like .btn-like:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    font-size: 12px!important;
    padding: 2px 10px!important;
}*/
.r-result-like .btn-magenta, .r-result-like .btn-magenta:hover, .r-result-like .btn-magenta:active {
	background-position: 47px -118px!important;
	font-size: 12px!important;
    padding: 2px 10px!important;
}
.r-result-like .btn-grey, .r-result-like .btn-grey:hover, .r-result-like .btn-grey:active {
	background-position: 47px -94px!important;
	font-size: 12px!important;
    padding: 2px 10px!important;
}
.r-result-like .buzz form.buzz-form {
    width: 133px;
}
.r-result-like .buzz form.buzz-form .pop {
    color: #777;
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: 5px;
}
.r-result-like .buzz form.buzz-form.active .pop {
	color: #ec007a;
}

#r-results-search .r-result-image {
	width:15%;
	float:left;
	margin-right:3%;
	display:block;
	margin-bottom:10px;
}
#r-results-search .r-h10d-grade{
	width: 40px;
	height: 40px;
	background-color: #EC007A;
	border: 3px solid white;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
#r-results-search .r-result-info {
	width:82%;
	float:left;
	display:block;
	margin-bottom:10px;
}
#r-results-search .h10daagse_search.dates {
	margin-left:0px;
}
#r-results-search .r-result-action span.btn {
    float: right;
    margin-top: 52px;
}
#r-results-search li {
	padding:0;
}
#r-results-search li a {
    display: block;
    padding: 20px 20px 32px;
}
.r-results .r-awards {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 238px;
}
.r-results .r-awards li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0;
    padding: 0;
}
.r-results .r-awards .a-image {
    float: left;
    width: auto;
}
.r-results .r-awards .a-image img {
    width: 45px;
}
.r-results .r-awards .a-list {
    float: left;
	margin-left:5px;
}

/* deal widget */

li.r-deals-widget h3.cbp-deal-title {
    font-size: 1.3em;
    margin-top: 0;
}
li.r-deals-widget h3.cbp-deal-title a {
	color:#333;
}
.r-deals-widget .cbp-deal-image {

}
.r-deals-widget .cbp-vm-view-list li {
	padding:20px;
}
.r-deals-widget .cbp-deal-discounts {
    float: right;
	width:50%;
}
.r-deals-widget .cbp-deal-info-t {
    border: 0 none;
    font-size: inherit;
    padding: 0;
}

.r-deals-widget span.adv {
    background: none repeat scroll 0 0 #ec007a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 19px;
    margin-left: -5px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    width: 27px;
}




.r-deals-widget .cbp-deal-image {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    vertical-align: top;
    width: 15%;
}
.r-deals-widget .cbp-deal-info {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 81%;
}
.r-deals-widget .cbp-deal-price {
    padding-left: 0;
    width: 33%;
}
.r-deals-widget .cbp-vm-view-list {
	margin-bottom:0;
}
#r-results-likes .r-deals-widget li {
	padding: 20px;
}




/* pagination */

.r-pagination  {
	float:right;
}
.r-pagination li.active a {
    background: none repeat scroll 0 0 #ec007a;
    border: 1px solid #ec007a !important;
    color: #ffffff;
}
.r-pagination .page_info {
    color: #777777;
    float: left;
    line-height: 32px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
}
.r-pagination .dot {
    float: left;
    height: 22px;
    line-height: 15px;
    padding: 4px 12px;
    text-align: center;
}
.r-pagination .pagination {
	margin:0;
}
.pagination > li > a, .pagination > li > span {
	color:#888;
	padding: 6px 12px !important;
}

/* login / registration */

.l-form input, .r-form input  {
    background: none repeat scroll 0 0 #f0efef;
    border: 1px solid #e2e2e2;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin-bottom: 10px !important;
    padding: 6px 12px;
    width: 100%;
}
.l-form, .r-form {
	box-sizing: border-box;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 70px;
    margin-top: -40px;
    padding: 40px;
}
.l-social {
	margin-bottom:10px;
}
.l-social a {
    color: #ffffff;
    display: block;
    line-height: 42px;
    margin-bottom: 10px;
    padding: 0 10px 0 0;
    text-align: center;
}

/* Devider in inlog scherm */
.l-devider {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
}
.l-devider div{
	position: absolute;
	top: -10px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
}

.l-social .facebook {
    background-color: #3b5997 !important;
}
.l-social .twitter {
    background-color: #00a0d0 !important;
}
.l-social a span {
    display: inline-block;
    float: left;
    height: 42px;
    width: 42px;
}
.l-social .facebook {
    background: url("../img/facebook-register-bg.png") no-repeat 0 0 #3b5997 !important;
}
.l-social .twitter {
    background: url("../img/twitter-register-bg.png") no-repeat 0 0 #00a0d0 !important;
}
.l-actions {
	margin-top:10px;
}
.l-form .btn-magenta {
    font-size: 18px;
    width: 100%;
}

.r-form .form-line input {
	width:auto;
}
.r-form input[name="firstname"] {
    width: 130px;
}
.r-form input[name="tsvgsl"], .r-form input[name="subname"] {
	width: 50px;
}
.r-form input[name="lastname"] {
    width: 276px;
}
.r-form input[name="postalcode"] {
    width: 130px;
}
.r-form input[name="city"] {
    width: 334px;
}
.r-form input[name="street"] {
    width: 336px;
}
.r-form input[name="streetnr"] {
    width: 70px;
}
.r-form input[name="streetadd"] {
    width: 50px;
}
.r-form input[name="email"], .r-form input[name="email1"], .r-form input[name="password"], .r-form input[name="password1"] {
    width: 232px;
}
.r-form label.error, .l-form label.error {
    display: none !important;
}

.meter {
	top: 85px;
}
.p-form .row {
	margin-right:-5px;
	margin-left:-5px;
}
.p-form .row > div {
	padding-right:5px;
	padding-left:5px;
}

/* news page */


.news .news-thumbs {
    margin-bottom: 30px;
}

/* video page */

.video {
	margin-top:0px;
}
.video .video-thumbs {
    margin-bottom: 10px;
}
.video-thumbs .video-img {
    display: block;
    height: auto;
    margin-bottom: 5px;
}
.video-thumbs .video-details {
    color: #333;
    display: block;
}
.video-thumbs .video-text {
	color:#ec007a;
}

/* news-detail */

.news-detail-main {
    padding-bottom: 100px;
}
.news-detail {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    padding: 25px;
}
.news-detail .n-share .fb-comments {
    margin-top: 30px;
    width: 100%;
}
.news-detail .n-share .fb-comments > span:first-child{

}
.news-detail .n-info{
	color: #ec007a;
	font-size: 12px;
}
.news-detail .n-image img {
	width:100%;
}
.news-sidebar .n-item {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    padding: 25px;
	margin-bottom: 30px;
}
.news-sidebar .n-item a {
	color: #333;
}
.news-sidebar .n-item-details {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}
.news-sidebar .n-item .n-item-image {
	display:block;
	margin-bottom:20px;
}
.news-sidebar .n-item img {
	width:100%;
}
.n-image {
	margin-bottom:20px;
}
.n-breadcrumb {
    left: 5px;
    position: relative;
    top: -9px;
}
.n-detail-share .addthis_counter.addthis_pill_style a.atc_s {
    background: url("../img/icon-sprite.png") no-repeat scroll 6px 7px rgba(0, 0, 0, 0);
    height: 48px;
    width: 48px;
}
.n-detail-share  .addthis_counter.addthis_pill_style {
    height: 48px;
    width: 48px;
}
.readmore {
    color: #ec007a;
    display: block;
}
.readmore:hover {
	color:#ac0051;
}
.news-sidebar .more-deals {
	box-shadow:none;
	margin-bottom: 30px;
    padding: 25px;
}

/****************** Dashboard */

.db-messages {

}
.db-messages h3 {
	margin:0;
}

.db-section-line {
	margin-bottom: 8px;
}
.db-section-line ul {
	margin:0;
	padding:0;
	list-style:none;
}
.db-section-line li {
    display: inline-block;
    margin-right: 10px;
}
.db-section-line li div {
    display: inline-block;
    position: relative;
    top: 3px;
}
.db-section-content {
	padding:10px 20px 20px 20px;
}
.db-section-content .deal-images {
	margin-top:20px;
	margin-bottom:20px;
}
.db-section-content .deal-images img {
	width:200px;
	margin-right:10px;
}
.db-section-content .deal-images span {

}
.db-section-content #rootwizard  {
	min-height: 300px;
}
.db-section-content #rootwizard  #next a {
	color:#fff;
	background-color:#ec007a;
	border-color:#ec007a;
}
.db-section-content label {
    font-size: 14px;
    margin-top: 10px;
}
.db-section-content label.error {
	display:none!important;
}
.db-section-content label[id^="photos"] {
    display: block !important;
    text-align: left;
}
.db-section-content label#regio-error {
    color: #ec007a !important;
    display: inline !important;
    margin-left: 2px;
}
.db-section-content input {

}
.db-section-content #db-social-form img {
    margin-right: 10px;
    width: 26px;
}
.db-section-content #db-social-form input {
    width: 70%;
}
.db-section-content .btn-magenta {
	margin-top:10px;
}
.db-section h4 {

}
.db-intro {
    margin-bottom: 20px;
}
.db-section .deal-line {
    position: relative;
}
.db-section .deal-line .d-image {
    float: left;
    margin-right: 2%;
    min-height: 79px;
    width: 12%;
}
.db-section .deal-line .d-image img {
	width:100%;
}
.db-section .deal-line .d-info {
    float: left;
    width: 86%;
}
.db-section .deal-line .d-info h4 {
	margin:0;
	color:#333;
}
.db-section .deal-line .d-controls {
    position: absolute;
    right: 0;
    top: 10px;
}
.db-section .deal-line .d-details {
    border: 0 none;
    margin: 3px 0 0;
    min-height: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.db-section-content .d-discount {
    color: #777;
    font-size: 12px;
    margin: 0;
}
.db-section-content .d-date {
    font-size: 12px;
}
.db-section .deal-line .d-info > div {
	border:0;
}
.db-section .deal-line .d-subdeals {
    clear: both;
    min-height: 0;
    padding-bottom: 10px;
    width: 100%;
}
.db-section .d-subdeals .deal-line {
    background: none repeat scroll 0 0 #ededed;
    border-top: 1px solid #ddd;
    margin-left: 40px;
    margin-top: -1px;
    padding: 5px 10px;
    position: relative;
    text-align: left;
}
.db-section .d-subdeals .deal-line .d-info {
	width:100%;
}
.db-section .d-subdeals .deal-line .d-info h4 {
	font-size:14px;
}
.db-section .d-subdeals .deal-line .d-controls {
    right: 10px;
}
.db-section .d-subdeals .deal-line .d-controls a {
    display: inline-block;
    font-size: 12px;
}
.db-open {
    /*float: left;
    margin-left: 1%;
    width: 24%;*/
}
.db-open .label {
    border-radius: 0;
    color: #333;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 13%;
	line-height: 40px;
}
.db-open .from {
	float:left;
	margin-left: 1%;
	width:42%;
}
.db-open .to {
	float:left;
	margin-left: 1%;
	width:42%;
}
.db-open.first {
	margin-left:0;
}

.db-message {

}
.db-message h1 {
    font-size: 24px;
    margin-bottom: 5px;
}
.db-message h2 {
    color: #777;
    font-size: 14px;
    margin: 0 0 20px;
}
.db-message .db-message-image {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 3px;
    width: 25%;
}
.db-message .db-message-image img{
	width:100%;
}

.db-deal-gallery {

}
.db-deal-gallery label {
    display: block;
}
.db-deal-gallery span {
    display: inline-block;
    width: 200px;
}
.db-deal-gallery span > img {
	width:100%;
}

.checkbox_line {
    line-height: 40px;
    margin-bottom: 8px;
	clear:both;
}
.checkbox_line ul {
	margin:0;
	padding:0;
	list-style:none;
}
.checkbox_line li {
	float:left;
	margin-right: 10px;
}
.db-section > h3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.db-section > h3 span {
	float:right;
	color:#999;
}



.db-deal-widgets {
    padding-bottom: 60px;
}
.db-deal-widgets ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.db-deal-widgets li {
    float: left;
    width: 33.3333%;
    background: none repeat scroll 0 0 white;
    border: 1px solid #e1e1e1;
    padding: 15px;
}
.db-deal-widgets .cbp-deal-image {
    width: 35%;
	position: relative;
}
.db-deal-widgets  .cbp-deal-info {
    width: 65%;
}
.db-deal-widgets .cbp-deal-price {
    font-size: 22px;
    padding: 0;
    width: 100%;
}
.db-deal-widgets .cbp-deal-discounts {
	width: 50%;
}
.db-deal-widgets .cbp-deal-discounts .cbp-deal-price {
    font-size: 14px;
    margin-top: 7px !important;
    width: 100%;
}
.db-deal-widgets .cbp-deal-discounts > div span {
    display: inline-block;
}
.db-deal-widgets  .cbp-deal-info-t span {
	display:block;
}
.db-deal-widgets .cbp-deal-info-t {
	display:block;
}
.db-deal-widgets a {
    background: none repeat scroll 0 0 white;
    border: 1px solid #e1e1e1;
    color: #333;
    display: block;
    padding: 10px;
}


.tab-content-deals {
    padding: 25px 35px 35px;
	border:1px solid #ddd;
	border-top:0;
}
.tab-content-deals h4 {
    display: none;
    margin-bottom: 20px;
}
.tab-content-deals .gallery {

}
.tab-content-deals .gallery .mijn-heerlijk-restaurant-frame {
    display: inline-block;
    padding: 10px;
    width: 25%;
}
.tab-content-deals .deal-line .deal-details {
	padding-top:0;
}
.tab-content-deals .deal-line .c-picker {

}
.tab-content-deals .deal-line .c-days {

}
.tab-content-deals .deal-line {
	padding-top:0;
}
.tab-content-deals-line {
	clear:both;
}
.tab-content-deals-line label {
    float: left;
    width: 40%;
}
.tab-content-deals-line label span {

}
.tab-content-deals-line input {
	float: right;
    width: 60%;
}
.tab-content-deals-line .bootstrap-select {
    float: right !important;
    width: 60% !important;
}
.tab-content-deals-line .mce-tinymce  {
	float:right;
	width: 60% !important;
}
.tab-content-deals-line-float {

}
.tab-content-deals-line-float input {
    float: left;
    width: 29.5%;
}
.tab-content-deals-line-float input.first  {
	margin-right:1%;
}
.tab-content-deals .btn-magenta {
    margin-top: 20px;
}
.tab-content-deals-line .drop .btn-magenta {
	margin-top:0;
}
.tab-content-deals .mce-edit-area{

}
.tab-content-deals label.error {
    display: none !important;
}
.nav-tabs-deals {
	margin-top:20px;
}
.nav-tabs-deals .active a:hover, .nav-tabs-deals .active a:focus {
	border-bottom-color:white !important;
}
/* couverts tool */

.couverts-tool {

}
.couverts-tool .c-picker {
	display: inline-block;
    vertical-align: top;
	float:left;
	width: 50%;
}

.couverts-tool .c-days {
    border: 1px solid #ededed;
    display: inline-block;
    float: right;
    height: 400px;
    overflow-y: scroll;
    padding: 20px;
    vertical-align: top;
    width: 50%;
}
.couverts-tool .datepicker-inline {
    margin: 0;
    width: auto;
	padding: 0;
}
.couverts-tool .datepicker table {
	margin:0;
}
.couverts-tool .tab-content {
    padding-top: 30px;
}
.couverts-tool .tab-content-main {
    padding: 30px 20px 20px;
}
.couverts-tool .l-couverts, .couverts-tool .d-couverts {

}
.couverts-tool .l-couverts label, .couverts-tool .d-couverts label {

}
.couverts-tool .l-couverts input, .couverts-tool .d-couverts input {

}
.couverts-tool button[type="submit"] {
	margin-top:30px;
}
.couverts-tool .show_deal_details {
	float:right;
}
.couverts-tool .time {
    display: inline-block;
    line-height: 40px;
    width: 100%;
}
.couverts-tool .time input {
    float: right;
    line-height: 1.42857;
    width: 266px;
}
.couverts-tool .day-error {
	display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 16px;
}
.couverts-tool #h10d h4 {
    color: #ec007a;
    margin-top: 0;
    padding: 0 10px 10px;
}

.s-d-day {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.s-d-day .s-d-date {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.s-d-day .s-d-controls {
	display: inline-block;
	vertical-align:top;
	margin-top:-2px;
}
.s-d-day .s-d-controls ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.s-d-day .s-d-controls li {
    float: left;
}
.s-d-day .icheckbox_minimal-pink {
    display: inline-block;
    margin-left: 18px;
    position: relative;
    top: 4px;
	margin-right: 2px;
}

#add-couverts .couverts-tool .c-days {
    border: 0 none;
    float: none;
    height: auto;
    overflow: auto;
    padding: 0;
    width: 100%;
}
#add-couverts .couverts-tool .c-days.h10d{
	overflow: inherit !important;
}

/* New couvert system */
.month-block{
	width: 100%;
	padding: 10px;
	background-color: rgb(255, 255, 255);
	margin-bottom: 30px;
	border: 1px solid rgb(237, 237, 237);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
}
.month-block .month-line{
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 9px;

}
.month-block .weekdays ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid rgb(234, 234, 234);
	padding-top: 10px;
}
.month-block .details{
	background-color: rgb(244, 244, 244);
	padding: 12px;
	width: 170px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.month-block .button-container{
	text-align:center;
}
.month-block button.total{
	background: rgb(236, 0, 122);
	border: 0px;
	padding: 8px 16px;
	color: white;
	font-weight: bold;
	position: relative;
	bottom: 0px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.month-block button.daily {
    background: rgb(236, 0, 122);  border: 0px;  padding: 8px 16px;  color: white;
    font-weight: bold;
    position: relative;
    top: -4px;
	border-radius: 4px;
}
.month-block .cv-list{
	margin-top: 20px;
}
.month-block .cv-list ul {
    list-style: none;
	padding:0px;
}
.month-block .cv-list ul li{
	margin-bottom: 2px;
}
.month-block .cv-list table {
    width: 100%;
	background-color: rgb(244, 244, 244);
}
.month-block .cv-list table.header {
	background-color: rgb(236, 0, 122);
	color: white;
	font-weight: bold;
}
.month-block .cv-list table td{
	padding: 10px;
}
.weekdays ul li {
	display: inline-block;
	width: 12%;

	text-align:center;
}
.weekdays input{
	text-align: center;
	width: 40px;
	margin-top: 10px;
}
.year-line{
	text-align: center;
	font-size: 40px;
	margin-bottom: 19px;
	border-bottom: 1px solid rgb(236, 0, 122);
}
/* couverts deals */

.deal-line  {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.subdeal-line {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 40px;
}
.deal-line .deal-details {
    padding: 30px 0;
}
.deal-line .s-d-date {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.deal-line .s-d-controls {
	display: inline-block;
	vertical-align:top;
	margin-top:-2px;
}
.deal-line .s-d-controls ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.deal-line .s-d-controls li {
    float: left;
}
.deal-line .icheckbox_minimal-pink {
    display: inline-block;
    margin-left: 18px;
    position: relative;
    top: 4px;
	margin-right: 2px;
}
.deal-subdeals-couverts {

}
.deal-subdeals-couverts .deal-info {

}

/* couverts h10d */

.h10d-thema-form {

}
.h10d-thema-form .s-d-date{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}
.h10d-thema-form .lunch-couverts-input, .h10d-thema-form .diner-couverts-input {
    float: left;
    width: 21%;
}
.h10d-thema-form .lunch-max-couverts-input, .h10d-thema-form .diner-max-couverts-input{
	width: 8% !important;
	float: left !important;
	display: block;
}
.h10d-thema-form .lunch-reservations-input, .h10d-thema-form .diner-reservations-input {
    background: none!important;
    border: 0!important;
    float: left;
    margin-left: 1%;
    text-align: right;
    width: 7%;
}
.h10d-thema-form .l-couverts label, .h10d-thema-form .d-couverts label  {
	float:left;
	width:10%;
	font-weight: normal;
}
.h10d-thema-form .l-couverts .max-couverts, .h10d-thema-form .d-couverts .max-couverts  {
	width: 31%;
	padding-right: 10px;
	text-align: right;
}

.h10d-thema-form .lunch-reservations-label, .h10d-thema-form .diner-reservations-label {
    float: left;
    font-weight: normal;
    margin-left: 15px;
    width: auto !important;
}
.h10d-thema-form .shift-btn{
	float: left;
	font-weight: normal;
	margin-left: 15px;
	width: auto !important;
	background-color: #ec007a;
	color: #fff;
	padding: 10px;
}
.h10d-thema-form .shift_helper_container {
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 60%;
}
.h10d-thema-form .shift_helper {
    background-color: #7c7c7c;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-weight: normal;
    margin: 0;
    min-width: 100px;
    padding: 4px 6px;
    width: auto;
}
.h10d-thema-form .shift-btn-disabled{
	float: left;
	font-weight: normal;
	margin-left: 15px;
	width: auto !important;
	background-color: #CACACA;
	color: #8E8E8E;
	padding: 10px;
}
.h10d-thema-form .error-field{
	background-color: #FAF2F2;
	padding: 10px;
	line-height: 22px;
	margin-bottom: 10px;
	border: 2px solid #EFACAC;
	color: #A52E2E;
	border-radius: 4px;
	display:none;
}
.h10d-thema-form .error-field .error{
	color: #A52E2E;
	text-align:left;
	margin-bottom: 5px;
}
.h10d-thema-form .couvert-helper{
	font-size:14px;
}
/* Shift form */

/* Helper Container */
.help-container{
	padding: 25px;
}
.help-container h3{
	font-family: "Conv_HelveticaNeueLTStd-BlkCn";
	color: rgb(231, 62, 143);
	margin: 0px;
	font-size: 30px;
	padding-bottom: 10px;
}
.help-container ul{
	list-style: none;
	padding: 0px;
}
.help-container ul li{
	margin-bottom: 10px;
	border-top: 1px solid #E8E8E8;
	padding-top: 10px;
}
.help-container ul li .title {
	font-family: Conv_HelveticaNeueLTStd-ThCn;
	font-size: 20px;
	margin: 0px;
	color: rgb(231, 62, 143);
}

#shift-form .shift-overview{
	width:100%;
}
#shift-form .shift-overview td{
	padding:2px 2px;
}
#shift-form .shift-row .s-couverts-input input[type='text']{
	margin:0px !important;
}
#shift-form .shift-row .s-couverts-input{
	width:10%;
}
#shift-form .shift-row .s-max-couverts-input{
	text-align:center;
}
#shift-form .shift-row .s-couverts{
	text-align:right;
	width: 30%;
}
#shift-form .shift-row .s-time{
	width:20%;
}
#shift-form .shift-row th {
	padding: 4px;
	text-align:center;
}
#shift-form .shift-row .bootstrap-select{
	margin: 0px !important;
	width: 30% !important;
}


#uploadImage, #uploadPdf {
	display:none;
}


.dash_subnav.fixed {
    position: fixed;
    top: 160px;
}
.dash_subnav.bottom {
    bottom: 0;
}
.dash_subnav {
	margin-top: 18px;
}
.dash_subnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.dash_subnav li.active a {
    border-left: 4px solid #e32b81;
}
.dash_subnav a {
    border-left: 4px solid #ffffff;
	border-bottom: 1px solid #ddd;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
}

#add-shifts {
	margin-top:20px;
}
#add-shifts input {
	width:100px;
	display:inline-block;
}

.db-large-nr {
    color: #ec007a;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 20px;
}
.db-large-title {
    border-top: 1px solid #ddd;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
}
.db-widget .list-group {
	text-align:left;
}
.db-widget .list-group span.glyphicon {
    float: right;
    margin-top: 3px;
}
.db-widget .badge {
    margin-top: 3px;
}
.db-widget-1 {

}
.db-widget-2 .list-group-item {
    height: 72.6px;
}
.db-widget-3 {

}



.db-widgets .container .row:first-child .db-widget {
	border-top:0;
}
.db-widget {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.db-widget a {
	color:#333;
}
.db-widget a:hover {
	background:#ededed;
}
.db-widget .db-widget-image {
    float: left;
    width: 25%;
	display: block;
}
.db-widget .db-widget-image span {
    background: none repeat scroll 0 0 #ec007a;
    border-radius: 100px;
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.db-widget .db-widget-info {
    float: right;
    width: 75%;
	display: block;
}
.db-widget .db-widget-info h2 {
    font-size: 20px;
    margin: 10px 0 5px;
}
.db-widget .db-widget-info p {
	color:#777;
}

/* fullcalendar */
.fc-button-today {
	display:none;
}
.fc-button {
	background-image:none;
	background-color:#ec007a;
	color:#fff;
	border-color: #ec007a;
}
.fc-icon  {
	line-height: 23px;
}
.fc-state-down, .fc-state-active {
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(255, 255, 255, 0.05);
	background-color:#ac0051;
}
.fc-header-title h2 {
    font-size: 20px;
}
.fc-state-highlight {
    background: none repeat scroll 0 0 #ebebeb;
}
.fc-event {
	border:0!important;
	cursor:pointer;
}
.fc-project-0 {
	background:#ec007a;
}
.fc-project-13 {
	background:#a2d7f6
}
.fc-project-11 {
	background:#b0b0b0;
}
.fc-project-15 {
	background:#ac0051;
}
.fc-project-16 {
	background:#3A87AD;
}
.fc-project-25 {
	background:#252525;
}
.fc-project-29 {
    background: #a8c949;
}
.fc-project-41 {
	background: #FF5722;
}
.fc-project-42{
	background: #01C2D6;
}
.fc-project-43 {
	background: #4CAF50;
}
.fc-project-45{
	background:#e3de3e;
}
.fc-project-46{
	background:#00a0e2;
}
.fc-project-47{
	background: #01C2D6;
}
.fc-project-48{
	background:#ff5723;
}
.fc-project-49{
	background: #01C2D6;
}
.fc-project-51{
	background: #01C2D6;
}
.fc-project-52{
	background: #01C2D6;
}
.fc-project-61{
	background:#c000ff;
}
.fc-project-63{
	background: #01C2D6;
}
.fc-project-71{
	background: #00a0e2;
}
.fc-project-100, .fc-project-101{
	background: #252525;
}

/************ fullcalendar */

#eventModal .btn-magenta {
	padding: 6px 12px;
}
.fc-event-icons {
    float: right;
}
.fc-event-icons a {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 30px;
    color: #333333;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1px;
    text-align: center;
    width: 17px;
}

.datepicker.dropdown-menu {
	z-index:2000!important;
}


.db-messages .message {
	font-size:14px;
}

/* reservation form */

#reservation-form input[name="firstname"] {
    float: left;
    margin-right: 1.2%;
    width: 29.3%;
}
#reservation-form input[name="lastname"] {
    float: left;
    width: 69.3%;
}
#reservation-form input[name="mobile"] {
    float: left;
    width: 49.3%;
	margin-right: 1.2%;
}
#reservation-form input[name="phone"] {
    float: left;
    width: 49.3%;
}
#reservation-form input[name="zipcode"] {
    float: left;
    margin-right: 1.2%;
    width: 29.3%;
}
#reservation-form input[name="city"] {
    float: left;
    width: 69.3%;
}
#reservation-form .checkbox_line {
    float: left;
    width: 100%;
}
#reservation-form .no-show-container{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: -15px;
	display: none;
	z-index: 15;
}
#reservation-form .no-show-container .no-show-controller{
	top: 45%;
	position: absolute;
	left: 50%;
	margin-left: -75px;
}
#reservation-form .no-show-container .no-show-block{
	width: 150px;
	display: inline-block;
	padding: 20px;
	padding-top: 10px;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.46);
}
#reservation-form input[name="noShowCount"] {
	width: 40px;
	margin: 0px !important;
	text-align: center;
}
#reservation-form .no-show-container button{
	width: 66px;
	height: 40px;
	border: 0px;
	margin: 0px;
	background: none repeat scroll 0 0 #ec007a;
	color: white;
}
#reservation-form .no-show-container a.close-overlay{
	display:block;
	text-align:center;

	color: white;
	text-decoration:underline !important;
}

/* profile meter */

.meter .blue {
    background-color: #ec007a;
    border-bottom: 1px solid #ec007a;
}

.p-form input[name="email"] {
    float: left;
    width: 100%;
}
.p-form input[name="firstname"] {
    float: left;
    margin-right: 1.2%;
    width: 29.3%;
}
.p-form input[name="lastname"] {
	float:left;
	width: 69.3%;
}
.p-form input[name="street"] {
    float: left;
    margin-right: 1.2%;
    width: 69.3%;
}
.p-form input[name="streetnr"] {
	float:left;
	width: 15.8%;
	margin-right:1.2%;
}
.p-form input[name="streetadd"]{
	float:left;
	width:12.3%;
}
.p-form input[name="postalcode"] {
    float: left;
    margin-right: 1.2%;
    width: 29.3%;
}
.p-form input[name="city"] {
	float:left;
	width: 69.3%;
}
.p-form .checkbox_line {
    clear: both;
    line-height: 1.42857;
}
.p-form .add-social {
    clear: both;
    margin-bottom: 0;
}

/* modal */

.modal-title {
    color: #000;
    font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
    font-size: 33px;
    line-height: 1.42857;
    margin: 0;
    padding: 10px 18px 0;
}
.modal-footer .btn-default {
    padding: 10px 20px;
}
.modal-subtitle {
    padding: 0 18px;
}
.modal label.error {
    display: none !important;
}
.add-deal .form-line {
	clear:both;
}
.add-deal .form-line input, .add-deal .form-line textarea  {
	float:left;
}
.add-deal .form-line > input:first-child {
	margin-left:0;
}
.add-deal .form-line label {
    float: left;
    width: 150px;
}
.add-deal .form-line textarea  {

}


#orders {

}
#orders .from-date {
    float:left;
    width: 40%;
}
#orders .to-date {
    float:left;
    width: 40%;
}
#orders .submit-date {
    float: left;
    width: 20%;
}
#orders .submit-date button {
    margin-top: 36px;
    padding: 9px 20px;
}
#orders .from-date input, #orders .to-date input {
    float: left;
    width: 150px;
}
#orders .dropdown_wrap {
    float: left;
    margin-right: 8px;
	width:130px;
}
#orders .search_results {
	margin-top:40px;
}
#restaurant .checkbox_line li {
    width: 30%;
	line-height:20px;
}
#restaurant h5 {

}
#money .credit {
    color: #ec007a;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.
#rootwizard .tab-content {
    padding: 30px;
}
#rootwizard .tab-content > .tab-pane {
    padding: 13px;
}



.pakket_container {
    float: left;
    width: 25%;
	padding:10px;
	border: 1px solid #fff !important;
	text-align:center;
}
.pakket_container.active {
	background: none repeat scroll 0 0 #f0efef !important;
    border: 1px solid #e2e2e2 !important;
}
.pakket_container .info {
    color: #ec007a;
    font-size: 12px;
    margin-left: 7px;
    position: relative;
    top: -1px;
}
.pakket_container .title {
    color: #ec007a;
    font-family: 'Conv_HelveticaNeueLTStd-ThCn';
    font-size: 22px;
}
.pakket_container .title span {
    margin-left: 1px;
    margin-right: 1px;
}
.pakket_container ul {
	margin:0;
	padding:0;
	list-style:none;
}
.pakket_container li {
    line-height: 30px;
}
.pakket_container li .glyphicon-ok {
	color:#ec007a;
}
.pakket_container .popover {
	width:300px;
	line-height: 1.42857;
}
.pakket_container .pop {
    margin-left: 3px;
    position: relative;
    top: 1px;
}
.pakket-monthly {
    color: #777;
    float: right;
    margin-top: 10px;
    width: 100%;
}
.pakket-head {
    color: #777;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
.pakket-terms {
    background: none repeat scroll 0 0 #f0efef !important;
    border: 1px solid #e2e2e2 !important;
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 10px;
}
.pakket-terms .focus {
	background-position:-20px 0;
}
.pakket-terms .checked {
    background-position: -40px 0!important;
}
#terms-error {
    display: none !important;
}
.pakket_container .price {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #ec007a;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.db-section-content .pakket_container:first-child {
    font-size: 12px;
    line-height: 21.2px;
    padding-top: 66px;
    position: relative;
    text-align: left;
}
.option-info {
    float: left;
    padding-right: 75px;
    width: 75%;
}
.option-image {
    float: left;
    width: 25%;
}
.option-image img {
    float: right;
    width: 100%;
}
.option-buy {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    clear: both;
    color: #ec007a;
    float: left;
    margin-top: 10px;
    padding: 10px 5px;
    width: 100%;
}
.option-buy .icheckbox_minimal-pink {
    margin: 0 0 0 10px;
}

/* steps verrassing */

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background: none repeat scroll 0 0 #ec007a;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: none repeat scroll 0 0 #ddd;
    color: #888;
}
.wizard > .content {
	background:#fff;
}
.wizard > .content > .body {
	padding:0;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
	padding:10px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: none repeat scroll 0 0 #ec007a;
}

.wizard form li div.icheckbox_minimal-pink {
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.wizard form li {
    float: left;
    font-size: 12px;
    list-style: none outside none;
}
.wizard form ul {
    list-style: none outside none;
    margin: 0 0 40px;
    padding: 0;
}
.wizard > .content > .body {
	width:100%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
	border-radius:2px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	border-radius:2px;
}
.wizard > .content > .body label.error {
    display: none !important;
}
.wizard > .content > .body input.error {
	color: #666;
}
.wizard > .content > .body .bootstrap-select ul > li {
    width: 100%;
}


/* cadeaubon */

.cb-image {
	display:block;
	width:200px;
}
.cb-image img {
	width:100%;
}

/* cart
      -------------------------------------------------- */

.checkout .cart-line .img {
    display: inline-block;
    height: 90px;
    margin-right: 20px;
    width: 115px;
	vertical-align: top;
}
.checkout .cart-line .img img {
	width:100%;
}
.checkout .cart-line .info {
	display: inline-block;
}
.checkout .cart-line .info h5 {
	line-height: 15px;
	color: #ec007a;
	margin-top:0;
}
.cart-line h2 a {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.cart-line {
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
}
.totalsContainer h2 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    margin-top: 0;
}
.checkout .inner_span {
    padding: 15px;
}
span.payment-icons {
    background: url("../img/icon-payment.jpg") no-repeat scroll 0 0;
    display: block;
    height: 22px;
	margin-top:10px;
}
.checkout .inner_span.totals {
	padding-left:0;
}
.totals-text span {
	display: block;
}
.totals-prices span {
	display: inline-block;
}
.totals-prices span.first {
	margin-right: 4px;
}
.total-text {
	font-weight:bold;
}

/* review form */

#review-form div.content {
    margin-bottom: 20px;
    margin-top: 20px;
}
#review-form .nr {
	border: 1px solid #e2e2e2;
	background: none repeat scroll 0 0 #f0efef;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
	margin-bottom: 7px;
    text-align: center;
    width: 40px;
	cursor: pointer;
}
#review-form .nr.active {
	background:#ec007a;
	color:#fff;
}
#review-form .select_nr_titel {
    float: left;
    line-height: 40px;
    width: 120px;
}
#review-form .review-line {
	margin-bottom:7px;
}
#review-form .review-tag-list {
    display: block;
    float: left;
    width: 25%;
}
#review-form .review-tag-list label {
    display: block;
    padding: 0;
}
#review-form .review-line.last {
	margin-bottom:20px;
}
#review-form .wizard > .steps > ul > li {
	width:33.333%;
}

ul.ui-autocomplete {
	background:#fff;
	list-style:none;
    margin: 10px 0 0;
    padding: 10px;
    width: 500px!important;
	border: 1px solid #ccc;
	z-index:100;
}
.ui-autocomplete .ui-state-focus {
	background:none;
    color: #ec007a;
}
.ui-helper-hidden-accessible {
	display:none;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	margin-right: 15px;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	margin:0;
}

.ui-autocomplete-category-restaurant, .ui-autocomplete-category-region, .ui-autocomplete-category-location {
    border-top: 1px solid #ccc;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    margin-left: -3px;
    padding-left: 10px;
    padding-top: 5px;
    position: absolute;
    width: 2000px;
	z-index: 1;
}
.ui-autocomplete-category-restaurant:before {
	content: "\e179";
}
.ui-autocomplete-category-region:before {
	content: "\e062";
}
.ui-autocomplete-category-location:before {
	content: "\e087";
}
.ui-autocomplete .ui-menu-item {
    cursor: pointer;
    padding: 6px 0 6px 30px;
    position: relative;
    z-index: 2;
}
.ui-autocomplete-sublabel {
    color: #888;
    font-size: 12px;
    margin-left: 5px;
}
body.home .ui-autocomplete .ui-menu-item{
	padding:6px 0 6px 0;
}
body.rView .ui-autocomplete .ui-menu-item {
	padding:0px;
}
body.rView .ui-autocomplete .ui-menu-item  a{
	display:inline-block;
	padding:6px 0 6px 6px;
	color: #333;
	width:100%;
}
body.rView .ui-autocomplete .ui-menu-item  a.ui-state-focus{
	background:#eee;
}
body.rView .ui-autocomplete {
	border-top:1px solid #ccc;
}
.ui-autocomplete {
    border-top: 0 none !important;
    overflow: hidden;
    padding: 0 !important;
}



/* steden */

.citys {
	padding-bottom: 20px
}
.citys .row {
	margin-bottom: 50px;
}
.citys .row:first-child {
	margin-bottom:0;
}
.citys .img {
    display: block;
    height: 200px;
    margin-bottom: 5px;
	overflow:hidden;
	/* position:relative; */
	display:block;
}
.citys .img img {
	display: block;
    margin-bottom: 5px;
}
.citys .item-name {
	color: #333;
    display: block;
}
.citys .item-sub {

}
.citys a {

}
.citys .item-grade-new{
	background: none repeat scroll 0 0 #ec007a;
	border-radius: 100px;
	color: #fff;
	font-family: 'Conv_HelveticaNeueLTStd-ThCn';
	font-size: 23px;
	height: 60px;
	right: 30px;
	border: 4px solid;
	line-height: 50px;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	text-align: center;
	bottom: 18px;
	width: 60px;
}
.citys .item-grade {
    background: none repeat scroll 0 0 #ec007a;
    border-radius: 100px;
    color: #fff;
    font-family: 'Conv_HelveticaNeueLTStd-ThCn';
    font-size: 23px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}

/* register form */
.register input[name="email"] {
    float: left;
    margin-right: 1.2%;
    width: 49.3%;
}
.register input[name="email1"] {
	float:left;
	width: 49.3%;
}
.register input[name="email_verify"] {
    float: left;
    width: 49.3%;
}
.register input[name="password"] {
    float: left;
    margin-right: 1.2%;
    width: 49.3%;
}
.register input[name="password1"] {
	float:left;
	width: 49.3%;
}
.register input[name="password_verify"] {
	float:left;
	width: 49.3%;
}
.register input[name="firstname"] {
    float: left;
    margin-right: 1.2%;
    width: 29.3%;
}
.register input[name="lastname"] {
	float:left;
	width: 69.3%;
}
.register input[name="street"] {
    float: left;
    margin-right: 1.2%;
    width: 49.3%;
}
.register input[name="streetnr"] {
	float:left;
	margin-right: 1.2%;
	width: 28.8%;
}
.register input[name="streetadd"] {
	float:left;
	width: 19.3%;;
}
.register input[name="postalcode"] {
    float: left;
    margin-right: 1.2%;
    width: 29.3%;
}
.register input[name="city"] {
	float:left;
	width: 69.3%;
}
.register input[name="age"]{
	float: left;
	margin-right: 1.2%;
	width: 49.3%;
}
.register input[name="telephone"]{
	float: left;
	width: 49.3%;
}
.register .checkbox_line {
    clear: both;
    line-height: 1.42857;
}

/* payments */

.payments {
	margin-top:30px!important;
}
.payments .p-info {
	margin-top: 10px;
}
.payments .p-info sub {
    bottom: 0;
    color: #000;
    display: block;
    line-height: 1.42857;
    position: static;
}
.payments button {
    display: block;
    margin: 50px auto 0;
    width: 130px;
}

/* bedankt */

#invite-form {

}
#invite-form  input[type="text"] {
    float: left;
    margin-right: 0.7%;
    width: 49.65%;
}
#invite-form  input.email {
    float: right;
    width: 49.65%;
	margin:0;
}
#invite-form label.error {
	display:none!important;
}
#invite-form textarea {
	margin-bottom: 25px !important;
}
#invite-form h4 {
    margin-bottom: 14px;
    margin-top: 0;
}
#invite-form button {
    float: right;
    margin-top: 20px;
}
.mce-panel {
    border: 0 none !important;
	background:none !important;
}
.mce-btn {
	background:none !important;
}
.deal-image {
	margin-bottom:20px;
}

/*.modal {
  overflow-y: auto;
}
.modal-scrollbar {
    margin-right: 15px;
}*/

.flash-message {
	background: #dff0d8;
    padding: 5px;
}
.flash-message.error{
	background: #FFA5A5;
	padding: 5px;
}


/*.shifts {
	display:none!important;
}*/
.flex-direction-nav .flex-prev {
    left: 50px;
}
.flex-direction-nav a {
	opacity:1!important;
	color:#fff;
}
.flex-direction-nav a:before {
	font-size:24px;
}
.flex-direction-nav .flex-next {
    right: 50px;
    text-align: right;
}


.m-image img {
	width:80px;
}

.nav-couverts {
    background: none repeat scroll 0 0 #f0efef !important;
    border: 1px solid #ddd;
}
.nav-couverts li {

}
.nav-couverts li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    font-size: 12px;
    padding: 5px 10px;
}



.legenda {
    margin-bottom: 40px;
	font-size:12px;
}
.legenda ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.legenda li {
    float: left;
    margin-right: 15px;
}
.legenda li span {
    display: inline-block;
    height: 15px;
    margin-right: 2px;
    position: relative;
    top: 3px;
    width: 15px;
	border-radius: 3px;
}
.legenda li span a {

}
.legenda li.regular span {
	background:#ec007a;
}
.legenda li.h10d span {
	background:#b0b0b0;
}
.legenda li.hv span {
	background:#a2d7f6;
}
.legenda li.ries span {
	background:#a8c949;
}
.legenda li.star span {
	background:#3a87ad;
}
.legenda li.kort span{
	background:#01c2d6;
}
.legenda li.primera span{
	background: #134395;
}
.legenda li.hwbt span{
	background:#4caf50;
}
.legenda li.ha span {
	background:#ac0051;
}
.legenda li.li span {
    background:#252525;
}
.legenda li.lfstars span{
	background:#c000ff;
}
.legenda li.vt span{
	background:#3a87ad;
}
.legenda li.ingp span{
	background:#FF5722;
}
.legenda li.card span{
	background:#e3de3e;
}
.legenda li.regular span{
	background:#252525;
}
.legenda li.h10d-special span{
	background:#00a0e2;
}
.legenda li.h10d-zomerspecial span{
	background:#ff5723;
}
.legenda li.huk span{
	background:#025175;
}
.legenda li.club span{
	background:#025175;
}
.legenda li.albert span{
	background:#00a0e2;
}
.legenda li.diner span {
    background: none repeat scroll 0 0 #aaa;
    border-radius: 0;
    color: #fff;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    top: 0;
    width: 20px;
}
.legenda li.lunch span {
    background: none repeat scroll 0 0 #ececec;
    border: 1px solid #cecece;
    border-radius: 0;
    color: #cecece;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
	top: 0;
}

.popover {
	font-weight:normal;
	font-size:12px;
}

.f-form {
	margin-top:30px;
}
.f-form label.error {
	display:none!important;
}

.reviews-home .r-info {
	width: 100%;
}
.reviews-home .r-average {
    float: right;
    font-size: 14px;
    height: 33px;
    left: 100%;
    line-height: 33px;
    margin-left: 0;
    position: static;
    right: 0;
    top: 34px;
    width: 33px;
}
.reviews-home .r-text {

}
.reviews-home .r-grades {
    font-size: 10px;
}
.reviews-home .r-image {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.datepicker tfoot .today {

}
.datepicker tfoot .clear {

}
.p-form-password label.error {
    display: block !important;
    text-align: left;
}
.p-form-password .btn-magenta, #forgot .btn-magenta {
	margin-top: 10px;
}
#forgot  form > span:first-child {
	margin-bottom:10px;
	display: block;
}
.flash-message.restaurant-profile {
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    background: none repeat scroll 0 0 #f0efef !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0;
    color: #666;
    margin-bottom: 8px !important;
    min-height: 40px;
    padding: 7px 9px;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #ddd;
    padding: 8px!important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px;
}
#couverts_table_info, #couverts_table_paginate {
    margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none repeat scroll 0 0 #ec007a;
    border: 0;
	border-radius: 2px;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none repeat scroll 0 0 #f0efef !important;
    border: 1px solid #fff;
    color: #777 !important;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #ddd;
}
.no-deals-message {
    margin-left: 15px;
    margin-right: 15px;
}

.vt {
	padding-left:8px;
}
.vt .icheckbox_minimal-pink {
	display: inline-block;
}
.vt .vt-1 {
    display: inline-block;
}
.vt .vt-2 {
    color: #ec007a;
    display: inline-block;
}

.video-featured {
    margin-bottom: 30px;
}
.video-featured p img {
	display: none;
}
.video-featured h3 {
	margin-top:0;
}

.news-featured {
	margin-bottom: 30px;
}
.news-featured-inner {
	background: none repeat scroll 0 0 #fff;
    /* border: 1px solid #e1e1e1; */
    /* padding: 25px; */
}
.news-featured-inner .n-image {
	width:67%;
	float:left;
	padding-right:30px;
	margin-bottom:0;
}
.news-featured-inner .n-info {
	float:right;
	width:33%;
}
.news-thumbs a {
    background: none repeat scroll 0 0 #fff;
    /* border: 1px solid #e1e1e1; */
    display: block;
    /* padding: 25px; */
}
.news-featured img {
	width:100%;
}
.news-featured h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
}
.news-detail-thumbs {
	margin-top:30px;
}
.news-detail-thumbs .n-item {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 25px;
}
.news-detail-thumbs img {
	width:100%;
}
.news-detail-thumbs a {
	color:#333;
}
.news-detail-thumbs  .n-item-image {
    display: block;
    margin-bottom: 20px;
}
.news-detail-thumbs .n-item-details {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}
.faq p {
    margin-bottom: 30px;
}
.mailing {
    color: #fff;
    padding-bottom: 20px !important;
}
.mailing h2.head {
    color: #fff;
    margin-bottom: 10px;
}


#mailing-form {
    margin-top: 15px;
}
#mailing-form input[type="text"] {
	width:50%;
}
#mailing-form button {
	margin-top: 0px;
	padding: 9px;
	margin-bottom: 2px;
}

.bar.magenta #mailing-form input[type="text"] {
	width:86%;
}


.edited {
	float:right;
}
.spinner {
    background: url("../img/spinner.gif") no-repeat scroll 50% 50% #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.mce-menu {
	background: none repeat scroll 0 0 #fff !important;
}

.uploadtext {
    color: #ec007a;
    float: right;
    font-size: 12px;
    position: relative;
    top: 3px;
	display:none;
}
.uploadtext.show{ display:block; }




.meter {
    position: absolute;
    right: 40px;
    top: 0;
    width: 300px;
}


/* regions */

.nav-region {
    margin-bottom: 40px;
	margin-top: 20px;
}
.nav-region ul {
	list-style:none;
	margin:0;
	padding:0;
}
.nav-region li {
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}
.nav-region a {
    background: none repeat scroll 0 0 #ec007a;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 6px;
    text-transform: capitalize;
	display:block;
}
.nav-region li.current a {
	background: #ac0051;
}


/* signup form */

.signup-form-line > div:first-child {
	margin-left:0!important;
}
.signup-form-line{
	overflow:auto;
}
.signup-form-line div {
    float: left;
}
.signup-form-line.three div {
	width: 32.6%;
	margin-left: 1.1%;
}
.signup-form-line.two div {
	width: 49.5%;
	margin-left: 1%;
}
.signup-form-line ul {
	list-style:none;
	margin:0;
	padding:0;
}
.signup-form-line ul li {
    line-height: 25px;
}
#signup-form .btn-magenta {
	margin-top:20px;
}
#signup-form label {
	margin-top:20px;
	font-weight:normal;
}
#signup-form label.strong {
	font-weight:bold;
}
#signup-form  label.error {
	display:none!important;
}
.intro-signup-form h2.head {
    margin-bottom: 10px;
    margin-top: 0;
}
.signup {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 25px;
	margin-bottom:60px;
	box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.05);
}
.voorrang-intro, .voorrang-image {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 25px;
	margin-bottom:20px;
	box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.05);
}

.voorrang-signup input[type="text"] {
	width:60%;
}
.voorrang-signup input[type="password"]{
	width:60%;
}
.voorrang-signup input {
    float: left;
    margin-bottom: 0 !important;
    width: 35%;
}
.voorrang-signup #signup-form .btn-magenta {
	margin-top:0;
	margin-left:0;
}
.voorrang-signup p {
    margin-bottom: 0;
    margin-top: 10px;
}
.voorrang-signup p strong {
    display: block;
    margin-bottom: 10px;
}
.voorrang-signup .bg-danger{
	padding: 15px;
	margin-bottom:10px;
	margin-top:10px;
}

.h10d-info{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding: 25px;
	vertical-align: top;
}
.h10d-info .hint{
	color: #ec007a;
}
.h10d-info-detail {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
	padding: 25px;
	vertical-align: top;
}
.h10d-legenda {
    margin-bottom: 10px;
    margin-top: -20px;
}
.h10d-legenda h2 {
    float: left;
    font-size: 20px;
    margin-top: 0;
}
.h10d-legenda ul {
	float:right;
}
.h10d-legenda .legenda {
    margin: 0;
}

.h10d-container ul{
	display:inline-block;
	text-align:left;
}
.h10d-container ul li{
	margin-bottom :10px;
}
.h10d-container p span{
	font-size:11px;
	display:block;
}

.contactcheck {
	display:none;
}

.thanks-share {
    float: right;
}

/* searchbar */

/**
.searchbar {
    background: none repeat scroll 0 0 #ec007a;
    padding: 10px 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	/** display:none; */
	/*
}
*/
.searchbar{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
	padding: 10px 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 18;
	left: 0px;
	right: 0px;
}

.search_bar .inputbar.stars{ min-width:160px; }
.search_bar .inputbar.search{ min-width:0px; }
.search_bar .inputbar.distance{ min-width:110px; }
.search_bar .inputbar.persons{ min-width:140px; }
.search_bar .inputbar.date{ min-width:0px; }
.search_bar .inputbar.type{ min-width:146px; }

.slider-new-h10d-container .searchbar{
	background: none;
    padding: 10px 0;
	box-shadow: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.slider-new-h10d-container .searchtitle{
	color: #fff;
	font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
	font-size: 30px;
	letter-spacing: 0.6px;
	margin-top: 18px;
}
.slider-new-h10d  .searchbar .restaurant-select{
	width:60%;
}
.searchbar label.error {
    display: none !important;
}
.searchbar-h10d label.error {
    display: none !important;
}

.searchbar-h10d button {
	display: inline-block;
	padding: 8px;
	vertical-align: top;
	height: 40px;
	border-radius: 0px;
}
.searchbar-h10d button.btn-black:hover{
	color:white;
}
.searchbar-h10d button.btn-black:active{
	color:white;
}
.searchbar-h10d .restaurant-select{
	float: left;
	height: 40px;
	margin: 0;
	min-height: 40px;
	width: 45%;

	background-color:white !important;
}
.searchbar-h10d .bootstrap-select{
	width:102px !important;
	display:inline-block;
	margin-bottom:2px !important;
	margin-left:-5px !important;
}
.searchbar-h10d .star-select{
	width:170px !important;
}
.searchbar-h10d .star-select button{
	padding-left: 34px;
	background: url('/img/icon_star_select.png') no-repeat 8px 9px;
	background-color: white;
	color: #ADADAD;
}
.searchbar-h10d .km-select button{
	padding-left: 34px;
	background: url('/img/icon_km_select.png') no-repeat 8px 9px;
	background-color: white;
	color: #ADADAD;
}
.searchbar-h10d .dropdown-toggle{
	color:black;
	background-color:white;
}
.searchbar .restaurant-select {
    float: left;
    height: 35px !important;
    margin: 0 !important;
    min-height: 35px !important;
    width: 40%;
}
.searchbar .bootstrap-select {
    float: left !important;
    margin: 0 0 0 7px !important;
    width: 80px !important;
}
.slider-new-h10d .searchbar .bootstrap-select{
	margin:0px !important;
}
.searchbar .bootstrap-select button {
    color: #666;
    height: 35px;
	background: none repeat scroll 0 0 #fff !important;
}
.searchbar .bootstrap-select button:hover {
	color: #666;
}
.searchbar button {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    /*float: left;*/
    height: 35px;
	margin-left:7px;
}

.searchbar button {
    background: none repeat scroll 0 0 #EC007A;
    color: #fff;
    /*float: left;*/
    height: 35px;
	margin-left:7px;
}


.searchbar button:hover {
    color: #fff;
}
.searchbar input {
    background: none repeat scroll 0 0 #fff !important;
}


.modal-dialog.signin-form .signin {
    float: left;
    padding: 0 30px;
    width: 50%;
}
.modal-dialog.signin-form .signin-deals {
	float:left;
	width: 50%;
}
.modal-dialog.signin-form {
    margin-top: 100px;
    width: 55% !important;
}

.modal-dialog.signin-form .signin-deals {
    margin-bottom: 20px;
    margin-top: -5px;
}
.modal-dialog.signin-form .signin-deals  ul {
	list-style:none;
	margin:0;
	padding:0;
}
.modal-dialog.signin-form .signin-deals li {
    float: left;
    width: 30%;
    margin: 5px 5px;
}
.modal-dialog.signin-form .signin-deals  .cbp-deal-image {
	width:100%;
}

.modal-dialog.signin-form  .modal-subtitle {
	font-size:16px;
    padding: 0 35px;
}
.modal-dialog.signin-form .modal-title {
    color: #ec007a;
    font-family: Conv_HelveticaNeueLTStd-LtCn;
    line-height: 1.12857;
    margin: 15px 0 10px;
    padding: 0 35px;
}

.modal-dialog #modal-mailing-form {
	margin:0;
}
.modal-dialog.signin-form .overlay {
    height: 80px;
    left: -33px;
    position: absolute;
    top: 135px;
    width: 66px;
}
.modal-dialog.signin-form .overlay img {
	width:100%;
}
.modal-dialog.signin-form .signin button {
    margin-top: 5px;
}
.modal-dialog.signin-form p.error {
	color: #ec007a !important;
	font-size: 12px;
}
.modal-dialog.signin-form p.succes {
	color: #009a0e;
}




/** FIXED BOTTOM DIALOG */

.modal-dialog.signin-form.fixed-bottom{
	position: fixed;
	bottom: -70px;
	right: 10px;
	width: 422px !important;
	z-index: 20;

	margin-top:0px;

	-webkit-transition: bottom 350ms cubic-bezier(0.000, 1, 0.775, 1.000);
	-webkit-transition: bottom 350ms cubic-bezier(0.000, 1.505, 0.775, 1.000);
	-moz-transition: bottom 350ms cubic-bezier(0.000, 1.505, 0.775, 1.000);
    -o-transition: bottom 350ms cubic-bezier(0.000, 1.505, 0.775, 1.000);
    transition: bottom 350ms cubic-bezier(0.000, 1.505, 0.775, 1.000);

	-webkit-transition-timing-function: cubic-bezier(0.000, 1, 0.775, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 1.505, 0.775, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 1.505, 0.775, 1.000);
    -o-transition-timing-function: cubic-bezier(0.000, 1.505, 0.775, 1.000);
    transition-timing-function: cubic-bezier(0.000, 1.505, 0.775, 1.000);
}
.modal-dialog.signin-form.fixed-bottom.closed{
	bottom:-312px;
	cursor:pointer;
}
.modal-dialog.signin-form.fixed-bottom.closed .close{
	display:none;
}

.modal-dialog.signin-form.fixed-bottom.opened .close{
	display:block;
}

.fixed-bottom .modal-content{
	box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
	border: 1px solid rgb(107, 104, 104);
	background-color: rgb(85, 85, 85);
	color: rgb(200, 200, 200);
}
.fixed-bottom .modal-header{
	border-bottom: 1px solid #6B6868;
}
.modal-dialog.signin-form.fixed-bottom .modal-subtitle{
	padding: 0 18px;
}

.modal-dialog.signin-form.fixed-bottom .overlay{
	left: 30px;
	top: -22px;
	width:50px;
}

.modal-dialog.signin-form.fixed-bottom .signin{
	width:100%;
	float:none;

	padding: 0 14px;
	margin-bottom:30px;
}

.modal-dialog.signin-form.fixed-bottom .modal-title {
	margin: 0px 0px 18px 0px;
	padding-left: 74px;
	font-size: 20px;

	color: #FFFFFF;
}

.modal-dialog.signin-form .fixed-bottom .signin-deals{
	padding: 0px 25px;
	margin-top: 10px;
	width: 100%;
}

/** EINDE FIXED BOTTOM DIALOG */






body.home .more-deals {
    min-height: 878px;
}
body.home #twitter {
    min-height: 878px;
}
body.home #twitter-widget-0 {
    min-height: 830px;
	width: 100%!important;
}
body.home .more-deals a.cbp-vm-add {
    margin: 10px 0 0;
}
body.home .more-deals a {
    margin-bottom: 13px;
}
.bar.slider-h10d {
    height: 370px;
}
/*.bar.slider-h10d img {
    top: -80px;
}*/
.bar.slider-h10d img {
    top: -30px;
}

.bar.slider-h10d .hero .form {
    box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.25);
    left: 0;
    margin-top: 65px;
    padding: 29px;
    right: auto;
}
.bar.slider-h10d .hero .form input.btn-magenta {
	margin-bottom:0;
}
.bar.slider-h10d .hero .h10d-balls {
    height: 185px;
    position: absolute;
    right: 100px;
    top: 65px;
    width: 303px;
}
.bar.slider-h10d .hero .h10d-balls span {
    color: #fff;
    display: block;
    font-family: georgia;
    font-size: 42px;
    text-align: center;
}
.bar.slider-h10d .hero .h10d-balls img {
    top: 70px;
    width: 100%;
}

.bar.magenta-h10d {
    color: #fff;
    padding-bottom: 25px;
    padding-top: 30px;
}
.bar.partner.magenta-h10d{
	padding-top:10px;
	padding-bottom:10px;
}
.bar.magenta-h10d ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bar.magenta-h10d li {
    margin-bottom: 5px;
}
.bar.magenta-h10d .glyphicon {
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.bar.magenta-h10d h1{
	font-family: "Conv_HelveticaNeueLTStd-ThCn";
    font-size: 46px;
    margin-top: 0px;
}
.bar.magenta.toplist {
    height: 10px;
    min-height: 10px;
    padding: 0px;
}
#searchform label.error {
    display: none !important;
}
#searchform > label:first-child {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 0;
}
#searchform label {
    color: #555;
    font-weight: bold;
    margin-right: 20px;
}
#searchform .stars_wrap {
    margin-bottom: 10px;
}
#searchform .btn-magenta {
    height: auto;
    padding: 10px 20px;
}
#searchform .bootstrap-select .btn {
    background-image: none !important;
}
#searchform .bootstrap-select .btn .caret {
	display:block;
}
#searchform .search_wrap {
	position:relative;
}
#searchform .search_wrap #search-nearby {
    color: #555;
    font-size: 16px;
    position: absolute;
    right: 9px;
    top: 10px;
}
#searchform #addressInput {
	padding-right: 30px;
}
.hero .form #searchform .bootstrap-select.btn-group .btn .filter-option {
    left: auto;
    overflow: auto;
    position: static;
    right: auto;
}
.hero .form #searchform .btn-default:hover, .hero .form #searchform .btn-default:focus, .hero .form #searchform .btn-default:active, .hero .form #searchform .btn-default.active, .hero .form #searchform .open .dropdown-toggle.btn-default {
	border: 1px solid #e2e2e2 !important;
}

.r-result-agenda {
	display:block;
	clear:both;
}
.r-result-agenda table {
    float: left;
    width: 70% !important;
}
.r-result-action {
	width:30%;
	float: left;
}
.r-result-action a {
    float: right;
    margin-top: 33px;
}
.side-filter-search .searchfield #addressInput {
    float: left;
    width: 70%;
}
.side-filter-search .searchfield .btn-magenta {
    float: left;
    margin-left: 2%;
    width: 28%;
}
.side-filter-search #searchform label {
    border-top: 1px solid #ddd;
    clear: both;
    color: #555;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 12px;
    padding-top: 5px;
    width: 100%;
}
.bar.grey-h10d .email {

}
.bar.grey-h10d .btn-magenta {

}
.bar.grey-h10d label.error {
	display:none!important;
}
.no-results {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 5px;
}

/*.loading .content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.05);
    left: 20%;
    padding: 20px;
    position: absolute;
    right: 20%;
    top: 10em;
}
.loading {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    display: block !important;
}*/

.ra-image {
    background: none repeat scroll 0 0 #333;
    float: left;
    width: 100px;
}
.ra-image img {
    width: 100%;
}
.ra-inner {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
	margin-bottom:30px;
	display:block;
}
.ra-inner img {
    height: 150px;
    width: 100%;
}
.ra-inner.winner {
	background:#ec007a;
	color:#fff;
}
.ra-res-name {
    display: block;
    font-size: 12px;
    margin-top: 6px;
}
.ra-head span {
	color:#999;
}



.job h1 {
    color: #ec007a;
    font-family: "Conv_HelveticaNeueLTStd-BlkCn";
    font-size: 44px;
    text-transform: uppercase;
}
.job h1 span {
	font-family: 'Conv_HelveticaNeueLTStd-ThCn';
	color:#777;
}
.job h2{
	font-size: 20px;
	font-weight:bold;
	color:#ec007a;
}
.job .job-section {
	margin-bottom:50px;
}
.job .job-section h3 {
    font-size: 16px;
    font-weight: bold;
}
.bar.slider-job img {
	top:0;
}
.slider-job-map {
    margin-bottom: 80px;
    margin-top: 100px;
}
.b-map {
    margin-top: -395px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.b-map img {
	width:450px;
}
.slider-job-magenta {
    color: #fff;
    height: 200px !important;
    padding-top: 35px !important;
}
.slider-job-magenta h2 {
	color: #fff;
}


.h10d-featured h2.head {
	text-align:center;
}
.h10d-featured ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.h10d-featured li {
    border: 5px solid #fff;
    float: left;
    width: 25%;
}
.h10d-featured li a {
    background-color: #333;
    display: block;
    position: relative;
    text-align: center;
}
.h10d-featured li a img {
    opacity: 0.4;
    width: 100%;
	 -webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.h10d-featured li a:hover img {
	opacity: 1;
}
.h10d-featured li span {
    color: #fff;
    display: block;
    font-family: "Conv_HelveticaNeueLTStd-LtCn";
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 44%;
    width: 100%;
}


.lang {

}
.lang ul {
	list-style:none;
	margin:0;
	padding:0;
}
.lang li {
    display: inline-block;
}
.lang a {
    display: block;
    padding: 5px 10px;
}


.h10d-highlight_bg{
	background-color: rgba(0, 0, 0, 0.4);
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;

	z-index:50;

	position:fixed;
	display:none;
}

.h10d-mobile-info{
		display:none;
}

.review-suggestion{
	text-align: center;
}

.review-suggestion h2{
	font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
	font-size: 30px;
}


.enquete{

}
/*
.enquete .iradio_minimal-pink
{
	background-position: -120px 0;
}
*/
.enquete .question{
	margin-bottom:6px;
	margin-top:20px;

	color: #777;
}
.enquete .list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.enquete .list li{
	display:inline-block;
	width:16%;
	text-align:center;
}
.enquete .list.short li{
	width:8%;
}
.enquete .list.titles li {
	font-family: 'Conv_HelveticaNeueLTStd-ThCn';
	font-size: 16px;
	margin-bottom: 30px;
}
.enquete div.icheckbox_minimal-pink, .enquete div.iradio_minimal-pink {
	margin-right: 0px;
}






.partner_card_header{
	height: 400px;
}
.partner_card_header.smilecard{
	background: #6ad98d;
}
.partner_card_header h1{
	font-size: 31px;
	font-family: "Conv_HelveticaNeueLTStd-ThCn",sans-serif;

	margin-top:14px;
}
.partner_card_header h1 span{
	font-family: "Conv_HelveticaNeueLTStd-BlkCn";

	font-size: 38px;
	color: #EC008C;
}

.signup.partner_card {
	position: relative;
	top: -300px;
	margin-bottom: -300px;
}

.top-restaurant-img-holder{
	position: absolute;
    z-index: 4;
    width: 140px;
    bottom: -16px;
    right: 55px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    padding: 8px;
    background-color: white;
}

/** Nieuwe aanbieding zoekpagina */
.search-bar-ha{
	height:320px;
	overflow:hidden;

	position:relative;
}

.search-bar-ha .bg-img{
	z-index:-10;
}

.search-bar-ha .black-bar{
	position:absolute;
	left:0px;
	right:0px;

	bottom:25px;
	top:25px;
	background:rgba(0, 0, 0, 0.5);
}

.search-bar-ha .intro{
	margin-top: 14px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	text-align: center;

	color:white;
	font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
}

.search-bar-ha .intro h1{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: "Conv_HelveticaNeueLTStd-BlkCn";
}
.search-bar-ha .intro h2{
	margin: 0px;
	font-size: 20px;
}

.search-bar-ha .f-row label{
	font-weight:normal;
	color:white;

	display:block;
	margin-bottom:5px;

	position:relative;
}

.search-bar-ha .f-row select{
	padding:8px;
	margin-bottom:8px;

	width:100%;
	background:none repeat scroll 0 0 #f0efef !important;
	color: #666;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.search-bar-ha .f-row input[type="text"]{
	padding-left:36px;
}

.search-bar-ha .f-row label span.glyphicon {
	position: absolute;
	left: 11px;
	top: 35px;
	color: darkgrey;
	font-size: 18px;
}

.search-bar-ha .f-row ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.search-bar-ha .f-row ul li{
	display:inline-block;
}

.search-bar-ha .f-row .city-field{
	width:58%;
}

.search-bar-ha .f-row .region-field{
	width: 93.5%;
}

.search-bar-ha .f-row .w-icon {
	padding-left: 36px;
	box-sizing: border-box;
}

.search-details-ha{
	text-align:left !important;
}

.search-details-ha li span{
	margin-left: 6px;
	font-weight: normal;
}

.search-details-ha li a{
	font-size:12px;
}

.cbp-vm-view-grid .cbp-deal-image{
	height:190px;
}
.cbp-vm-view-grid ul li{
	padding:0px;
	padding-bottom:10px;
}

.search-details-ha li{
	width: auto !important;
	padding: 12px !important;
	line-height: 12px;
	font-size: 14px;
	margin-bottom: 6px !important;
	margin-right: 10px;
	border: 1px solid #C2C2C2 !important;

	display:inline-block !important;

	text-transform: capitalize;
}

.cbp-deal-image{
	position:relative;
}

.cbp-deal-image .distance{
	position: absolute;
	bottom: 8px;
	padding: 4px;
	background: white;
	color: #747474;
	font-size: 12px;
	right: 10px;
	border: 1px solid #B1B1B1;

	font-weight: bold;
	border-radius: 2px;
}

.or_devider{
	font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    margin-top: 8px;
}
.or_devider::before{
	content: "";
    border-bottom: 1px solid grey;
    position: absolute;
    left: 0px;
    right: 58%;
    top: 10px;
}
.or_devider::after{
	content: "";
    border-bottom: 1px solid grey;
    position: absolute;
    left: 58%;
    right: 0px;
    top: 10px;
}

/** START COOKIE POLICY **/
#cookie-modal h4.cookie-settings-title{
	font-family: 'Conv_HelveticaNeueLTStd-ThCn',Sans-Serif;
}
#cookie-modal .cookie-item{
	display:flex; 
	margin-bottom: 20px;
	background:#fff;
	border:	1px solid #efefef;
	padding: 14px;
	border-radius: 3px;
}

#cookie-modal .cookie-item.last{
	margin-bottom: 0px;
}


#cookie-modal .cookie-item .no-check, #cookie-modal .cookie-item.active .ok-check
{
	display: block;
}
#cookie-modal .cookie-item.active .no-check, #cookie-modal .cookie-item .ok-check
{
	display: none;
}
#cookie-modal .cookie-item.active{
	background: #efefef;
}

#cookie-modal .cookie-item .check-field{
	line-height: 60px;
    font-size: 24px;
    padding: 0px 10px 0px 0px;
    color: #dadada;
}
#cookie-modal .cookie-item.active .check-field{
	color:#e70079 !important;
}
#cookie-modal .cookie-item:hover{
	background:#efefef;
	cursor:pointer;
}
#cookie-modal .cookie-item:hover .check-field{
	color:white;
}
/** EINDE COOKIE POLICY **/

@media (max-width: 767px){
	.search-bar-ha {
		height: 470px;
	}

	.search-bar-ha .intro h1 {
		font-size:22px;
	}

	.search-bar-ha .bg-img{
		position: relative;
		height: 470px;
		left: -1290px;
	}

	.search-bar-ha .f-row label {
		font-size: 11px;
	}
	.search-bar-ha .f-row .region-field{
		width: 91%;
	}
	.search-bar-ha .f-row .city-field{
		width: 44%;
	}
}
@media (max-width: 676px){
	.search-bar-ha .f-row .region-field{
		width: 89%;
	}
	.search-bar-ha .f-row .city-field{
		width: 39%;
	}
}
/** Einde nieuwe aanbieding pagina. */





@media (max-width: 1499px) {
	.carousel_home .item {
		height:500px;
		min-width: 100%;
	}
	.carousel_home img {
		left: 0;
		min-width:1500px;
	}
	.modal-dialog.signin-form .signin-deals li {
		width:45%;
	}
	.modal-dialog.signin-form .cbp-deal-overlay {
		background: url("../img/triangle-sprite.png") no-repeat scroll 0 -275px;
	}


}
@media (max-width: 1290px) {
	.modal-dialog.signin-form .signin-deals li {
		width: 45%;
	}
}

@media (max-width: 1199px) {

	.hide-small{
		display:none;
	}


	.navbar-brand img {
		margin-top:8px;
		width: 140px;
	}

	.carousel_home .item .carousel-caption {
		bottom: 60px;
	}
	.carousel_home .item-h10d .carousel-caption {
		bottom: 20px;
	}
	.carousel_home .cprices img {
		width:80%!important
	}

	.carousel-wrap.mobile{
		border-bottom:1px solid #CECECE;
	}

	.mobile .carousel_home  img {
		left: 0;
		min-width: 500px;
	}

	.mobile .carousel_home .chead h1 {
		font-size:20px;
	}

	.mobile .carousel_home .ctitle {
		font-size: 16px;
	}

	.mobile .carousel_home .item .carousel-caption {
		bottom: auto;
	}

	.mobile .carousel_home .caction{
		display:none;
	}

	.mobile .carousel_home {
		height: 167px;
	}
	.mobile .carousel_home .item {
		height:167px;
	}
	.homeblocks.mobile{
		text-align:center;
	}
	.homeblocks.mobile .read-more{
		display:none;
	}

	.homeblocks.mobile{
		background: none repeat scroll 0 0 #fff;
		color: #333;
		position: static;
		margin-bottom: -50px;
		padding-bottom:0;
	}

	.homeblocks.mobile p{
		display:none;
	}
	.homeblocks.mobile span{
		display:none;
	}
	.homeblocks.mobile h2{
		display:none;
	}
	.homeblocks.mobile .homeblock {
		display:inline-block;
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 0px;
		margin-top: -5px;
	}
	.homeblocks.mobile .homeblock  .img{
		width: 75px;
	}
	.homeblocks.mobile .homeblock .attention{
		width: 29px;
		display:block;
	}








	.fixed-nav .navbar-nav a {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		/*padding-left: 15px !important;*/
	}
	.navbar-nav {
		/**float: left;**/
		/**margin-left: -14px;**/
	}
	.cbp-vm-view-grid .cbp-vm-title span {
		height: 31px;
	}
	.cbp-vm-view-grid .cbp-deal-discounts > div {
		padding: 7px 0;
		width: 100%;
		border-left:0;
		border-top:1px solid #e1e1e1;
	}
	.cbp-vm-view-grid .cbp-deal-info-b .cbp-deal-price {
		margin-bottom: 10px;
	}
	.h10daagse_search.dates {
		margin-left: -15px;
		max-width: 116%;
		width: 116%;
	}
	.navbar-nav > li:first-child > a {
		margin-left: -15px;
	}
}


@media (max-width: 991px) {

	#r-results-search .r-result-image {
		width:100%;
		float:none;
		margin-right:0;
		display:block;
		margin-bottom:20px;
	}
	#r-results-search .r-result-info {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}
	#r-results-search .r-result-info .distance {
		display: block;
		margin: 0;
		width: 100%;
		margin-top:10px;
	}
	#r-results-search .h10daagse_search.dates {
		float: none;
		margin-left: 0;
		margin-top: 20px;
		width: 100% !important;
	}
	#r-results-search .r-result-action {
		float: none;
		margin-left: 0;
		width: 100% !important;
		text-align:center;
	}
	#r-results-search .r-result-action a {
		float:none;
	}
	#r-results-search .r-result-action span.btn {
		float:none;
	}
	#r-results-search .r-result-action {
		display:block;
	}
	#r-results-search .r-result-actions {
		display: none;
	}

	.h10d-balls {
		display:none;
	}

	body.home .more-deals {
		min-height: 0px;
	}
	body.home #twitter {
		min-height: 0px;
	}
	body.home #twitter-widget-0 {
		min-height: 0px;
	}

	.modal-dialog.signin-form .signin {
		width:100%;
		margin-bottom: 30px;
	}
	.modal-dialog.signin-form .signin-deals {
		width:100%;
		padding: 0 25px;
	}
	.modal-dialog.signin-form .signin-deals li {
		margin: 1%;
		width: 31%;
	}
	.modal-dialog.signin-form .cbp-deal-overlay {
		background: url("../img/triangle-sprite.png") no-repeat scroll 0 -275px;
	}




	.carousel-indicators {
		display:none;
		bottom: 60px;
	}

	.top_tien .tt-image {
		width: 10%;
	}

	.intro-bar-small h1 {
		float: none;
		margin: 0;
	}
	.intro-bar-small h2 {
		float: none;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.news-thumbs a {
		display: block;
		margin-bottom: 30px;
	}
	.hero .form {
		margin-bottom: 20px;
		margin-top: 30px;
		position: static;
		width: 100%;
	}
	.hv-message {
		background-color: #fff;
		border-top: 1px solid #cecece;
		line-height: 40px;
		min-height: 0;
		padding: 0;
		width: 100%;
	}
	.footer {
		padding-top: 30px;
	}
	.footer .col-md-3 {
		margin-bottom:40px;
	}


	.wizard > .steps .number {
		display: block;
	}
	.homeblocks {
		background: none repeat scroll 0 0 #fff;
		color: #333;
		position: static;
		margin-bottom: -50px;
		padding-bottom:0;
	}
	.homeblock {
		margin-bottom: 110px;
	}
	.homeblock .img {
		width: 160px;
	}
	.home-featured .col-md-4 {
		margin-bottom:30px;
	}
	.home-citys .row .col-md-3:first-child {
		text-align:center;
	}
	.home-citys {
		text-align:center;
	}
	.home-citys img {
		left: -4px;
		position: relative;
		top: -20px;
		width: 210px;
	}
	.news-thumbs .news-img {
		display: block;
		height: 290px;
		margin-bottom: 5px;
	}
	.home-news .news-thumbs a {
		margin-bottom:30px;
	}
	.reviews .r-image {
		margin: 0 0 25px;
		width: 100%;
	}
	.reviews .r-info {
		width: 100%;
	}
	.reviews .r-average {
		font-size: 26px;
		height: 70px;
		line-height: 70px;
		margin-left: -35px;
		margin-top: -50px;
		width: 70px;
	}
	.reviews .r-average.home {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		margin-left: 0px;
		margin-top: 0px;
		width: 40px;
		right: 6px;
		top: 4px;
		left: auto;
		bottom: auto;
		position: absolute;
	}
	.reviews .r-grades {
		margin-left:0;
	}
	.reviews h2.head {
		margin-top: 30px;
	}
	.h10daagse_search.dates {
		font-size: 12px;
		margin-left: -15px;
		max-width: 125%;
		width: 125%;
	}


	.r-result-image {
		margin: 0 0 25px;
		width: 100%;
	}
	.r-result-info {
		width:100%;
	}
	.r-result-average {
	    font-size: 26px;
		height: 70px;
		line-height: 70px;
		margin-left: -35px;
		margin-top: -50px;
		width: 70px;
	}
	.r-result-title span.distance {
		margin-left: 15px;
	}
	.r-result-like {
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.navbar-nav > li:first-child > a {
		margin-left: -8px;
	}
	.navbar-nav > li > a {
		padding: 15px 8px !important;
	}


	.h10d-thema-form .l-couverts label, .h10d-thema-form .d-couverts label  {
		float:none;
		width:100%;
	}
	.h10d-thema-form label.max-couverts {
		float:left;
		width:100%;
	}
	.h10d-featured li {
		width:50%;
	}

	/*.h10d-gallery {
		margin-bottom: 614px !important;
	}
	.h10d-col-md-4 {
		position:static;
	}
	.h10d-stars {
		left: 15px;
		position: absolute;
		right: 15px;
		top: 665px;
	}
	.h10d-order {
		left: 15px;
		position: absolute;
		right: 15px;
		top: 745px;
	}*/

}
@media (max-width: 940px) {
	.modal-dialog.signin-form .signin-deals li {
		margin: 1%;
		width: 48%;
	}
}
@media (max-width: 767px) {

	.container.results{
		margin-top: 280px;
	}

	.navbar-nav > li:first-child > a {
		margin-left: 0px;
	}
	.modal-dialog.signin-form .overlay {
		display:none;
	}
	.modal-dialog.signin-form .signin-deals li {
		margin: 1%;
		width: 31%;
	}
	.modal-dialog.signin-form {
		margin-top:10px;
	}


	.modal-dialog.signin-form .signin {
		padding: 0 10px;
	}
	.modal-dialog.signin-form .signin-deals {
		padding: 0 7px;
	}
	.modal-dialog.signin-form .modal-title {
		padding: 0 15px;
	}
	.modal-dialog.signin-form .modal-subtitle {
		padding: 0 15px;
	}

	.modal-dialog.signin-form {
		width:auto!important;
	}

	.searchbar .restaurant-select {
		width: 60%;
	}
	.searchbar .bootstrap-select {
		margin-left: 1% !important;
		width: 20% !important;
	}
	.searchbar button {
		margin-left: 1%;
		width: 18%;
	}

	.h10daagse_search.dates {
		font-size: 14px;
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}
	.cbp-vm-view-grid .cbp-deal-discounts > div {
		padding-bottom: 15px;
		padding-left: 0;
		padding-top: 15px;
		text-align: center;
		width: 33.333%;
		border-top:0;
		border-left:1px solid #e1e1e1;
	}

	.cbp-vm-view-grid .cbp-deal-info-b .cbp-deal-price {
		margin-bottom: 10px;
	}

	.wizard > .steps {
		text-align:center;
	}
	.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
		height: 90px;
	}
	#review-form .select_nr_titel {
		width: 100%;
	}


	li.dropdown:hover .dropdown-menu {
		display:none;
	}
	.dropdown.open:hover .dropdown-menu {
		display:block;
	}
	.navbar-nav .dropdown-menu-article > li:first-child {
		float:none;
		width:100%;
	}
	.navbar-nav .dropdown-menu-article li.article {
		float: none;
		margin-left: 0;
		width: 100%;
		display:none;
	}
	.navbar-nav .dropdown-menu-article {
		width:auto;
	}


	/*#review-form div.content {
		min-height:422px;
	}*/


	.h10d-thema-form .lunch-couverts-input, .h10d-thema-form .diner-couverts-input {
		float: none;
		width: 100%;
	}
	.h10d-thema-form .l-couverts .max-couverts, .h10d-thema-form .d-couverts .max-couverts {
		text-align:left;
		width:auto;
	}
	.h10d-thema-form .lunch-max-couverts-input, .h10d-thema-form .diner-max-couverts-input {
		width: auto !important;
	}
	.h10d-thema-form .shift-btn {
		background-color: #ec007a;
		clear: both;
		color: #fff;
		display: block;
		float: none;
		font-weight: normal;
		padding: 10px;
		width: auto;
		margin:0;
	}
	.uploadtext {
		color: #ec007a;
		display: none;
		float: none;
		font-size: 12px;
		position: relative;
		top: -7px;
	}
	.h10d-thema-form .shift_helper_container {
		display: block;
		float: left;
		margin-bottom: 10px;
		width: 100%;
	}
	.h10d-thema-form .shift_helper {
		background-color: #7c7c7c;
		border: 1px solid;
		border-radius: 2px;
		color: #fff;
		float: left;
		font-weight: normal;
		margin-bottom: 0 !important;
		margin-right: 0;
		margin-top: 0;
		min-width: 50%;
		padding: 4px 6px;
		width: auto !important;
	}
	.h10d-thema-form .lunch-reservations-label, .h10d-thema-form .diner-reservations-label {
		margin-left:0;
	}
	.h10d-thema-form .shift-btn-disabled {
		background-color: #cacaca;
		clear: both;
		color: #8e8e8e;
		display: block;
		float: none;
		font-weight: normal;
		margin: 0;
		padding: 10px;
		width: 100% !important;
	}

	#review-form .review-tag-list {
		width: 100%;
	}

	.r-detail-tabs .review-rating .rating-info .rating-grades {
		float:none;
		margin-top:10px;
	}
	.r-detail-tabs .review-rating .rating-info .rating-grades .rating-grade-wrap:first-child .rating-grade {
		margin-left:0;
	}


}

@media (max-width: 513px) {
	/*#review-form div.content {
		min-height:610px;
	}*/
}

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

	#cookie-modal .btn.show-settings, #cookie-modal .btn.save-settings{
		width:100%;
		margin:0px;
	}

	#cookie-modal .btn.save-settings{
		margin-top:10px;
	}

	.h10d-mobile-info{
		display:block;
		position: absolute;
		bottom: 15px;
		left: 13px;
	}

	#restaurant-searchform{
		text-align:right;
	}

	.slider-new-h10d-container .searchtitle{
		font-size:22px;
	}

	.searchbar-h10d .restaurant-select{
		float: left;
		height: 40px;
		margin: 0 0 2px 0 !important;
		min-height: 40px;
		width: 100%;

		background-color:white !important;
	}

	.searchbar-h10d .bootstrap-select{
		width:100% !important;
		display:inline-block;
		margin-bottom:2px !important;
		margin-left:0px !important;
	}
	.searchbar-h10d .star-select{
		width:100% !important;
	}






	.modal-dialog.signin-form .signin-deals li {
		margin: 1%;
		width: 48%;
	}

	.carousel_home .carousel-indicators {
		display:none;
	}
	.searchbar .restaurant-select {
		width: 65%;
		margin-bottom: 10px !important;
	}
	.searchbar .bootstrap-select {
		margin-bottom: 10px !important;
		margin-left: 1% !important;
		width: 34% !important;
	}
	.searchbar button {
		margin-left: 0;
		width: 100%;
	}

	.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
		font-size: 12px;
		line-height: 18px;
	}
	.wizard > .steps .number {
		display: block;
		margin-bottom: 8px;
	}
	.search-form {
		left: 0;
		margin: 0 5%;
		right: 20px;
		width: 90%;
	}
	.search-form h2 {
		height:auto;
	}
	.h10d-legenda h2 {
		float:none;
	}
	.h10d-legenda ul {
		float:none;
	}
	.r-detail-tabs .review-rating .rating-info .rating-grades .rating-grade-wrap {
		display: block;
		margin-top: 10px;
	}
	.r-detail-tabs .review-rating .rating-info .rating-grades .rating-grade {
		margin-left:0;
	}
	.item-liefde img{
		left:-285px;
	}
}

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



	.hide-small{
		display:none;
	}

	.carousel_home .item .carousel-caption {
		bottom: 60px;
	}
	.carousel_home .item-h10d .carousel-caption {
		bottom: 20px;
	}
	.carousel_home .cprices img {
		width:80%!important
	}

	.carousel-wrap.mobile{
		border-bottom:1px solid #CECECE;
	}

	.mobile .carousel_home  img {
		left: 0;
		min-width: 500px;
	}

	.mobile .carousel_home .chead h1 {
		font-size:20px;
	}

	.mobile .carousel_home .ctitle {
		font-size: 16px;
	}

	.mobile .carousel_home .item .carousel-caption {
		bottom: auto;
	}

	.mobile .carousel_home .caction{
		display:none;
	}

	.mobile .carousel_home {
		height: 167px;
	}
	.mobile .carousel_home .item {
		height:167px;
	}
	.homeblocks.mobile{
		text-align:center;
	}
	.homeblocks.mobile .read-more{
		display:none;
	}
	.homeblocks.mobile p{
		display:none;
	}
	.homeblocks.mobile span{
		display:none;
	}
	.homeblocks.mobile h2{
		display:none;
	}
	.homeblocks.mobile .homeblock {
		display:inline-block;
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 0px;
		margin-top: -5px;
	}
	.homeblocks.mobile .homeblock  .img{
		width: 75px;
	}
	.homeblocks.mobile .homeblock .attention{
		width: 29px;
		display:block;
	}

	#searchform label {
		display:block;
	}
	.bar.slider-h10d {
		height:400px;
	}
	.bar.slider-h10d img {
		top: -40px;
	}

}
@media screen and (max-width: 360px) {
	.navbar-brand img {
		margin-top: 8px;
    	width: 100px;
	}
}








.headline{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
    border-bottom: 2px solid #e70079;
    margin-top: 44px;
}
.headline.first{
    margin-top: 4px;
}
.headline > div{
    display: inline-block;
    padding: 4px 18px;
    color: white;
    background: #e70079;
    border-radius: 8px;
    margin-bottom: -14px;
    line-height: 20px;
    font-family: "Conv_HelveticaNeueLTStd-Cn", sans-serif;
    font-size: 16px;
}

.mStars > span{
	color:#e70079;
}