/*@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);*/
header {
  height: 115px;
  margin: 0px;
  padding: 0px;
  margin-bottom: -10px; }

.news-deals{
    
    background-color:#29c3ea;
}
.w4{
    width:620px !important;
}

.banner-popup-title{
    width:300px;
    margin-left:10px;
    margin-top:10px;
    padding:0;
    color: black;
    font-family: 'dosis', sans-serif;
    font-size: 88px;
    font-weight: 200;
    text-transform:uppercase;
    letter-spacing: -2px;
    line-height: 76px;
}
.banner-popup-title-suc{
    width:300px;
    margin-left:10px;
    margin-top:10px;
    padding:0;
    color: black;
    font-family: 'dosis', sans-serif;
    font-size: 48px;
    font-weight: 200;
    text-transform:uppercase;
    line-height: 42px;
}

.red{
    
    color:red;
    
}

.title-banner{
    position:absolute;
    width:530px;
    left:60px;
    padding:0;
    text-align: center;
    color: white;
    font-family: 'dosis', sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 200;
    text-transform:uppercase;
    top:30px;
    letter-spacing: -1px ;
}

.small-banner{
    width:530px!important;
    font-size: 24px!important;
    top:160px!important;
    line-height: 28px!important;
    letter-spacing:0px!important;
}

.dotted-underline{
    border-bottom: 2px dotted white;
}

.dotted-underline:hover{
    border-bottom: 2px dotted grey;
}

.dotted-underline > a{
    color:white;
}

.dotted-underline > a:hover{
    color:grey;
}

.button-banner-action{
    border:0px;
    //background
    background: #f9313a; /* Old browsers */
    background: -moz-linear-gradient(top, #f9313a 0%, #ee1d26 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9313a), color-stop(100%,#ee1d26)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9313a 0%,#ee1d26 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9313a', endColorstr='#ee1d26',GradientType=0 ); /* IE6-9 */
    //background end
    
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: 'dosis', sans-serif;
    font-size: 30px;
    font-weight: 200;
    text-transform:uppercase;
    position: absolute;
    bottom:-80px;
    left:15px;
    height:60px;
    width:280px;
    border-bottom: 4px #d10f14 solid;
    border-radius:10px;
    padding-top:8px;
    text-shadow: 0px 2px 4px rgba(150, 150, 150, 0.6);
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 7px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 7px 12px 0px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
}

.button-banner-action:hover{
     //background
    background: #ee1d26; /* Old browsers */
    background: -moz-linear-gradient(top,  #ee1d26 0%, #f9313a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee1d26), color-stop(100%,#f9313a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ee1d26 0%,#f9313a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1d26', endColorstr='#f9313a',GradientType=0 ); /* IE6-9 */
    //background end
    
    text-decoration: none;
    text-decoration: none;
    color:white;
    border-bottom: 0;
    border-top: 4px #d10f14 solid;
    -webkit-box-shadow: 0px 7px 12px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow:    0px 7px 12px 0px rgba(50, 50, 50, 0);
    box-shadow:         0px 7px 12px 0px rgba(50, 50, 50, 0);
    cursor:pointer;
}


.button-banner{
    border:0px;
    //background
    background: #f9313a; /* Old browsers */
    background: -moz-linear-gradient(top, #f9313a 0%, #ee1d26 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9313a), color-stop(100%,#ee1d26)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9313a 0%,#ee1d26 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9313a', endColorstr='#ee1d26',GradientType=0 ); /* IE6-9 */
    //background end
    
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: 'dosis', sans-serif;
    font-size: 30px;
    font-weight: 200;
    text-transform:uppercase;
    position: absolute;
    bottom: 128px;
    left:137px;
    height:60px;
    width:346px;
    border-bottom: 4px #d10f14 solid;
    border-radius:10px;
    text-shadow: 0px 2px 4px rgba(150, 150, 150, 0.6);
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 7px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 7px 12px 0px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
}

.action-indicator{
    
    position:absolute;
    padding:0;
    width:620px;
    left:0;
    text-align: center;
    color: white;
    font-family: 'dosis', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform:uppercase;
    bottom:60px;
}

.action-input{
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: 'dosis', sans-serif;
    font-size: 30px;
    font-weight: 200;
    position: absolute;
    bottom: 208px;
    left:137px;
    height:60px;
    width:346px;
    border-radius:10px;
    background-color: rgba(0,0,0,0.3);
    border:0px;
    border:1px solid grey; 
    border-bottom: 2px solid grey;
    -webkit-box-shadow: inset 0px 0px 16px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 16px 5px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 16px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);

}

.button-banner:hover{
     //background
    background: #ee1d26; /* Old browsers */
    background: -moz-linear-gradient(top,  #ee1d26 0%, #f9313a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee1d26), color-stop(100%,#f9313a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ee1d26 0%,#f9313a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1d26', endColorstr='#f9313a',GradientType=0 ); /* IE6-9 */
    //background end
    
    text-decoration: none;
    text-decoration: none;
    color:white;
    border-bottom: 0;
    border-top: 4px #d10f14 solid;
    -webkit-box-shadow: 0px 7px 12px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow:    0px 7px 12px 0px rgba(50, 50, 50, 0);
    box-shadow:         0px 7px 12px 0px rgba(50, 50, 50, 0);
    cursor:pointer;
}

.button-banner-btn{
    border:0px;
    //background
    background: #f9313a; /* Old browsers */
    background: -moz-linear-gradient(top, #f9313a 0%, #ee1d26 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9313a), color-stop(100%,#ee1d26)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9313a 0%,#ee1d26 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9313a 0%,#ee1d26 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9313a', endColorstr='#ee1d26',GradientType=0 ); /* IE6-9 */
    //background end
    
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: 'dosis', sans-serif;
    font-size: 30px;
    font-weight: 200;
    text-transform:uppercase;
    position: absolute;
    bottom: 20px;
    left:20px;
    height:60px;
    width:300px;
    border-bottom: 4px #d10f14 solid;
    border-radius:10px;
    padding-top:0px;
    text-shadow: 0px 2px 4px rgba(150, 150, 150, 0.6);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}

.banner-popup-text{
   
    color: black;
    font-family: 'dosis', sans-serif;
    font-size: 18px;
    margin-left:10px;
    font-weight: 300;
    margin-top:40px;
    width:300px;
}

.banner-popup-text-suc{
   
    color: black;
    font-family: 'dosis', sans-serif;
    font-size: 18px;
    margin-left:10px;
    font-weight: 300;
    width:300px;
    margin-top:25px;
    
}
.banner-popup-field-action{
    color: grey;
    font-family: 'dosis', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top:20px;
    padding:15px;
    width:280px;
    height:60px;
    border-radius:10px;
    border: 2px #29c3ea solid;
}

.banner-popup-field-action:focus {
    border-color: rgba(0, 0, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 255, 0.6);
    outline: 0 none; }

.banner-popup-field{
    color: grey;
    font-family: 'dosis', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-top:40px;
    margin-top:40px;
    padding:10px;
    width:300px;
    height:60px;
    margin-left:10px;
    border-radius:10px;
    border: 2px #29c3ea solid;
}

.banner-popup-field:focus {
    border-color: rgba(0, 0, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 255, 0.6);
    outline: 0 none; }

.button-banner-btn:hover{
     //background
    background: #ee1d26; /* Old browsers */
    background: -moz-linear-gradient(top,  #ee1d26 0%, #f9313a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee1d26), color-stop(100%,#f9313a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ee1d26 0%,#f9313a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ee1d26 0%,#f9313a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1d26', endColorstr='#f9313a',GradientType=0 ); /* IE6-9 */
    //background end
    
    text-decoration: none;
    text-decoration: none;
    color:white;
    border-bottom: 0;
    border-top: 4px #d10f14 solid;
    -webkit-box-shadow: 0px 7px 12px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow:    0px 7px 12px 0px rgba(50, 50, 50, 0);
    box-shadow:         0px 7px 12px 0px rgba(50, 50, 50, 0);
    cursor:pointer;
}

.sub-banner{
    position:absolute;
    padding:0;
    width:620px;
    left:0;
    text-align: center;
    color: white;
    font-family: 'dosis', sans-serif;
    font-size: 14px;
    font-weight: 200;
    text-transform:uppercase;
    bottom:0px;
}

.news-deals:hover{
    text-decoration: none !important;
    background-color:#29c3ea;
}
.news-deals-text{
    text-align: left;
    text-decoration: none;
    padding-top:55px;
    font-family: 'dosis', sans-serif;
    font-size: 20px;
    color:white;
    text-transform:uppercase;
    font-weight: 600;
    line-height: 20px;
    margin-left:5px;
}

.news-deals-text:hover{
    text-align: left;
    text-decoration: none !important;
    
    padding-top:55px;
    font-family: 'dosis', sans-serif;
    font-size: 20px;
    color:white;
    text-transform:uppercase;
    font-weight: 600;
    line-height: 20px;
    margin-left:5px;
}
.container {
  width: 980px;
  min-width: 980px !important;
  padding-left: 20px;
  padding-right: 20px;
    margin-top: 1px;
}

.header_logo {
  margin-top: 5px;
  height: 70px; }
  .header_logo img {
    /*width: 532px;*/ }

#polyglotLanguageSwitcher {
  height: 25px;
  width: 100px; }

.language {
  float: left;
  width: 20px; }

.language-switch-container {
  float: right;
  margin-top: 30px; }

.taal-check-nl {
  float: left;
  width: 32px; }

.taal-check-en {
  float: left;
  width: 60px; }

.header_nav {
  height: 20px;
  margin-top: 20px; }
  .header_nav ul {
    margin: 0px;
    padding: 0px;
    float: right; }
    .header_nav ul li {
      display: inline-block;
      padding-left: 20px; }
      .header_nav ul li a {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        color: #000; }
        .header_nav ul li a:hover {
          color: #29c3ea; }
        .header_nav ul li a:active {
          color: #29c3ea; }

.outer-glow {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(255, 20, 20, 0.75);
  -moz-box-shadow: 0px 0px 3px 1px rgba(255, 20, 20, 0.75);
  box-shadow: 0px 0px 3px 1px rgba(255, 20, 20, 0.75); }

.dotted_line_r {
  border-top: 3px dotted #f00;
  color: #fff;
  background-color: #fff;
  width: 100%; }

footer {
  margin-top: -10px;
  height: 200px; }
  footer img {
    /*width: 105px;
    margin-left: 15px;
    margin-top: 55px;*/ }
  footer .footer_socialmedia_nav {
    float: left;
    margin: 0px;
    margin-top: 22px;
    padding: 0px; }
    footer .footer_socialmedia_nav li {
      display: block;
      text-decoration: none;
      height: 24px;
      margin-top: 4px; }
      footer .footer_socialmedia_nav li a {
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        color: #939393; }
        footer .footer_socialmedia_nav li a img {
          height: 18px;
          width: 18px;
          padding: 0;
          margin: 0;
          margin-top: -6px; }
        footer .footer_socialmedia_nav li a:hover {
          color: #29c3ea; }

.footer_nav {
  margin-top: 20px; }
  .footer_nav ul {
    margin: 0px;
    padding: 0px; }
    .footer_nav ul li {
      margin-bottom: 4px;
      display: block; }
      .footer_nav ul li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #939393;
        font-size: 16px;
        font-weight: 600; }
        .footer_nav ul li a:hover {
          color: #29c3ea; }

.icon {
  height: 16px; }

.facebook_icon:before {
  content: "";
  background: transparent url("../img/BurgerBarLogo_small.jpg") top left no-repeat; }

body {
  font-family: 'Dosis', sans-serif; }

.no-padding {
  margin: 0px !important;
  padding: 0px !important; }

.accordion-head {
  padding-right: 200px; }
  .accordion-head h4 {
    font-weight: 700;
    font-size: 44px;
    font-family: 'Dosis' , sans-serif;
    text-transform: uppercase;
    color: #29c3ea; }
    .accordion-head h4 .telephone-number {
      margin-left: 0px;
      margin-top: -20px;
      font-weight: medium;
      color: black;
      font-size: 22px; }
  .accordion-head .opening-time h5 {
    font-size: 22px;
    font-family: 'Dosis', sans-serif;
    font-weight: medium;
    text-transform: uppercase;
    color: #939395; }
    .accordion-head .opening-time h5 .thin-font {
      font-weight: 200; }

.accordion-content {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'dosis', sans-serif;
  font-weight: medium;
  color: #29c3ea;
  font-size: 22px; }

.accordion-foot a {
  font-family: 'dosis', sans-serif;
  font-size: 22px;
  text-decoration: none;
  text-transform: lowercase;
  color: #939395;
  font-weight: medium;
  display: block;
  z-index: 1000; }
  .accordion-foot a .after-pijl {
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: -3px;
    left: 10px;
    border-top: 5px solid #939395;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .accordion-foot a .after-pijl-omhoog {
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: -3px;
    left: 10px;
    border-bottom: 5px solid #939395;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .accordion-foot a:hover {
    color: #29c3ea; }
  .accordion-foot a img {
    margin-top: -170px;
    overflow: visible;
    float: right;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  }

.accordion-foot a:hover i.after-pijl {
  border-top: 5px solid #29c3ea; }

.accordion-foot a:hover i.after-pijl-omhoog {
  border-bottom: 5px solid #29c3ea; }

.i-frame {
  margin-top: -150px;
  overflow: visible;
  float: right;
  border-radius: 10px; 
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
}

#container {
  width: 940px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: -10px;
  font: 10px 'dosis', sans-serif;
  text-align: center; }
  #container .caption {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    -ms-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
    left: 0; }
  #container .item:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden; }
  #container .item2:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden; }
  #container .simple-caption {
    height: 40px;
    display: block;
    bottom: -40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: 'dosis';
    font-weight: 400;
    overflow: hidden; }

.home:hover {
  box-shadow: 0 0 5px 2px #29c3ea;
  -webkit-box-shadow: 0 0 5px 2px #29c3ea;
  -moz-box-shadow: 0 0 5px 2px #29c3ea; }

.item {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  overflow: hidden; }

.hiddenThumb {
  visibility: hidden; }

.item2 {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  overflow: hidden; }

.h1 {
  height: 140px; }

.w1 {
  width: 140px; }

.h2 {
  height: 300px; }

.h3 {
  height: 460px; }

.w2 {
  width: 300px; }

.hiddenCushyGroup {
  display: none; }

.hiddenCushyTitle {
  display: none; }

.hiddenCushyLink {
  display: none; }

.hiddenCushyLinkVid {
  display: none; }

.filter-buttons {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -5px;
  float: left;
  display: inline; }
  .filter-buttons li {
    display: inline;
    margin-left: 0px; }
    .filter-buttons li a {
	    font-family: 'Samanyekan';
      /*font-family: 'dosis', sans-serif;*/
      color: #333;
      padding: 10px;
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase; }
      .filter-buttons li a:hover {
        color: #ED1C24 !important; }

.activeTwo {
  color: #29c3ea !important; }

#isotope {
  margin-top: 10px; }

.dot {
  margin-top: -10px;
  height: 6px;
  width: 6px;
  border-radius: 3px; 
  -webkit-border-radius: 3px;
    -moz-border-radius:3px;
}

.menu-nav {
  margin-top: 20px;
  text-decoration: none; }
  .menu-nav ul {
    padding: 0px;
    margin: 0px; }
    .menu-nav ul li {
      text-decoration: none;
      display: block;
      text-align: left;
      margin-top: 10px; }
      .menu-nav ul li h2 {
        padding: 0px;
        margin: 0px;
        font-family: 'dosis', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px; }
        .menu-nav ul li h2 a {
          text-decoration: none;
          color: #231f20; }
          .menu-nav ul li h2 a:hover {
            color: #29c3ea; }
      .menu-nav ul li .astrix:after {
        content: '*';
        color: #29c3ea; }
  .menu-nav .menu-warning {
    margin-top: 30px;
    font-family: 'dosis', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #29c3ea; }

.menu-container {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px; }
  .menu-container .menu-content .menu-content-head {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    background-color: #000;
    padding: 5px;
    margin-bottom: 20px; }
    .menu-container .menu-content .menu-content-head h1 {
      font-family: 'Samanyekan','dosis', sans-serif;
      font-size: 35px;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      margin: 0px; }
      .menu-container .menu-content .menu-content-head h1 a {
        text-decoration: none;
        color: #fff; }
  .menu-container .menu-content .menu-content-sub {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    background-color: #000;
    padding: 1px;
    padding-left: 10px;
    font-family: 'dosis', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px; }
    .menu-container .menu-content .menu-content-sub a {
      text-decoration: none;
      color: #fff; }
  .menu-container .menu-content .menu-content-info .item-info {
    font-family: 'dosis', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .menu-container .menu-content .menu-content-info .item-info .product-row {
      line-height: 25px;
      border-bottom: 2px dotted #000;
      margin-top: 6px;
        text-align: right;
    }
      .menu-container .menu-content .menu-content-info .item-info .product-row span {
        padding-right: 30px;
        margin-bottom: 20px;
        background-color: white; }
    .menu-container .menu-content .menu-content-info .item-info .product-row-noline {
      line-height: 8px;
      margin-top: 6px;
      margin-bottom: 6px; }
      .menu-container .menu-content .menu-content-info .item-info .product-row-noline span {
        padding-right: 30px;
        margin-bottom: 20px;
        background-color: white; }
  .menu-container .menu-content .red-bg {
    background-color: #ED1C24; }
  .menu-container .menu-content .blue-bg {
    background-color: #29c3ea; }
  .menu-container .menu-content .black-bg {
    background-color: #231f20; }

.dotted-line {
  border-bottom: 1px dotted #000; }

.bold {
  font-weight: 700; }

.right-float {
  float: right; }

ul {
  padding: 0px; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

.weight {
  text-transform: none !important;
  margin-left: 20px; }

.sp-slideshow {
  position: relative;
  margin: 10px auto;
  width: 100%;
  max-width: 940px;
  min-width: 260px;
  height: 640px; }

.sp-content {
  width: 940px;
  height: 640px;
  overflow: hidden; }

.sp-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.sp-slideshow input {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 10px;
  height: 10px;
  z-index: 1001;
  cursor: pointer;
  opacity: 0; }

.sp-slideshow input + label {
  margin-top: 3px;
  position: absolute;
  left: 65%;
  width: 25px;
  height: 25px;
  display: block;
  z-index: 1000;
  background-image: url(../img/visited.png);
  background-size: 25px 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius:50%;
  cursor: pointer;
  transition: background-color linear 0.1s; }

.sp-slideshow input:checked + label {
  background-color: #29c3ea;
  z-index: 1003; }

.sp-selector-1, .button-label-1 {
  margin-left: -100px;
  margin-top: -500px !important; }

.sp-selector-2, .button-label-2 {
  margin-left: -50px; }

.sp-selector-2:checked + label {
  margin-left: -50px;
  background-image: url(../img/firstPage.png) !important;
  background-size: 25px 25px; }

.sp-selector-3:checked + label {
  margin-left: 0px;
  background-image: url(../img/secondPage.png) !important;
  background-size: 25px 25px; }

input.sp-selector-2:checked ~ .button-label-3 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-2:checked ~ .button-label-4 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-2:checked ~ .button-label-5 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-2:checked ~ .button-label-6 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-3:checked ~ .button-label-4 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-3:checked ~ .button-label-5 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-3:checked ~ .button-label-6 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-4:checked ~ .button-label-5 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-4:checked ~ .button-label-6 {
  background-image: none;
  background-color: black !important; }

input.sp-selector-5:checked ~ .button-label-6 {
  background-image: none;
  background-color: black !important; }

.sp-selector-4:checked + label {
  margin-left: 50px;
  background-image: url(../img/thirdPage.png) !important;
  background-size: 25px 25px; }

.sp-selector-5:checked + label {
  margin-left: 100px;
  background-image: url(../img/fourthPage.png) !important;
  background-size: 25px 25px; }

.sp-selector-6:checked + label {
  margin-left: 150px;
  background-image: url(../img/fifthPage.png) !important;
  background-size: 25px 25px; }

.sp-selector-3, .button-label-3 {
  margin-left: 0px; }

.sp-selector-4, .button-label-4 {
  margin-left: 50px; }

.sp-selector-5, .button-label-5 {
  margin-left: 100px; }

.sp-selector-6, .button-label-6 {
  margin-left: 150px; }

.sp-arrow {
  position: absolute;
  top: 56%;
  width: 42px;
  height: 100px;
  margin-top: -19px;
  display: none;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1000;
  background: transparent url(../img/arrows.png) no-repeat;
  transition: opacity linear 0.3s; }

.sp-arrow:hover {
  opacity: 1; }

.sp-arrow:active {
  margin-top: -18px; }

.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5,
.sp-selector-5:checked ~ .sp-arrow.sp-a6 {
  right: 15px;
  display: block;
  background-position: top right; }

.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4,
.sp-selector-6:checked ~ .sp-arrow.sp-a5 {
  left: 15px;
  display: block;
  background-position: top left; }

.sp-slideshow input:checked ~ .sp-content {
  transition: background-position linear 0.6s, background-color linear 0.8s; }

.sp-slideshow input:checked ~ .sp-content .sp-parallax-bg {
  transition: background-position linear 0.7s; }

input.sp-selector-1:checked ~ .sp-content {
  background-position: 0 0;
  background-color: #fff; }

input.sp-selector-2:checked ~ .sp-content {
  background-position: -100px 0;
  background-color: #fff; }

input.sp-selector-3:checked ~ .sp-content {
  background-position: -200px 0;
  background-color: #fff; }

input.sp-selector-4:checked ~ .sp-content {
  background-position: -300px 0;
  background-color: #fff; }

input.sp-selector-5:checked ~ .sp-content {
  background-position: -400px 0;
  background-color: #fff; }

input.sp-selector-6:checked ~ .sp-content {
  background-position: -500px 0;
  background-color: #fff; }

input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
  background-position: 0 0; }

input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
  background-position: -200px 0; }

input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
  background-position: -400px 0; }

input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
  background-position: -600px 0; }

input.sp-selector-5:checked ~ .sp-content .sp-parallax-bg {
  background-position: -800px 0; }

input.sp-selector-6:checked ~ .sp-content .sp-parallax-bg {
  background-position: -1000px 0; }

.sp-slider {
  position: relative;
  left: 0;
  width: 600%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: left ease-in 0.8s; }

.sp-slider > li {
  position: relative;
  color: #fff;
  width: 16.6666%;
  box-sizing: border-box;
  height: 100%;
  padding: 0 0px;
  float: left;
  text-align: center;
  opacity: 0.4;
  transition: opacity ease-in 0.4s 0.8s; }

.sp-slider > li.overlay {
  position: relative;
  color: #fff;
  width: 16.6666%;
  box-sizing: border-box;
  height: 100%;
  padding: 0 60px;
  float: left;
  text-align: center;
  opacity: 0.4;
  transition: opacity ease-in 0.4s 0.8s;
  z-index: 1004; }

input.sp-selector-1:checked ~ .sp-content .sp-slider {
  left: 0; }

input.sp-selector-2:checked ~ .sp-content .sp-slider {
  left: -100%; }

input.sp-selector-3:checked ~ .sp-content .sp-slider {
  left: -200%; }

input.sp-selector-4:checked ~ .sp-content .sp-slider {
  left: -300%; }

input.sp-selector-5:checked ~ .sp-content .sp-slider {
  left: -400%; }

input.sp-selector-6:checked ~ .sp-content .sp-slider {
  left: -500%; }

input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5),
input.sp-selector-6:checked ~ .sp-content .sp-slider > li:nth-child(6) {
  opacity: 1; }

.dream-burger-line {
  position: absolute;
  height: 0px;
  padding-top: 15px;
  margin-left: 570px;
  width: 200px;
  overflow: visible;
  border-bottom: 2px dotted black; }

.main-page {
  position: relative;
  height: 640px;
  width: 940px;
  margin-left: -60px;
  background-color: #ED1C24;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  cursor: pointer !important;
  z-index: 1004; }
  .main-page .pointer {
    cursor: pointer; }

.top-text {
  position: absolute;
  top: 15px;
  left: 20%;
  margin-bottom: 15px;
  font-family: 'dosis', sans-serif;
  font-weight: 600;
  font-size: 27px;
  text-transform: uppercase;
  text-decoration: none;
  color: #29c3ea;
  margin: 0px;
  padding: 0px;
  line-height: 0px; }

.top-line {
  position: absolute;
  top: 50px;
  z-index: 1003; }

.slider-page {
  font-family: 'dosis', sans-serif;
  font-weight: 200;
  text-transform: uppercase; }
  .slider-page .text-wrapper {
    margin-top: 60px;
    margin-left: 100px; }
    .slider-page .text-wrapper .head-text {
      float: left;
      width: auto;
      padding-right: 20px; }
      .slider-page .text-wrapper .head-text h1 {
        color: #000;
        font-family: 'dosis', sans-serif;
        font-weight: 200;
        text-transform: uppercase;
        font-size: 80px; }
    .slider-page .text-wrapper .side-text {
      line-height: 20px;
      margin-top: 36px;
      color: #000;
      float: left;
      font-size: 22px;
      width: 20%;
      text-align: left; }

.text-wrapper {
  height: 130px; }

.slider-selection {
  height: 360px; }
  .slider-selection .product-wrapper {
    height: 180px; }
    .slider-selection .product-wrapper a {
      text-decoration: none; }
    .slider-selection .product-wrapper .img-wrapper {
      height: 100px;
      margin-top: 20px;
      margin-bottom: 10px;
      padding: 0; }
    .slider-selection .product-wrapper .img-burger {
      margin-top: 0px;
      height: 120px;
      margin-bottom: 10px; }
      .slider-selection .product-wrapper .img-burger img {
        width: 72%; }
    .slider-selection .product-wrapper .top-20 {
      margin-top: 20px; }
    .slider-selection .product-wrapper h3 {
      font-family: 'dosis', sans-serif;
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      color: #000; }
    .slider-selection .product-wrapper .highlight .img-wrapper {
      height: 100px;
      margin-top: 20px;
      margin-bottom: 10px;
      padding: 0; }
    .slider-selection .product-wrapper .highlight h3 {
      font-weight: 700;
      color: #ED1C24; }
    .slider-selection .product-wrapper .highlight .img-burger {
      height: 120px;
      margin-top: 0px;
      margin-bottom: 10px; }
    .slider-selection .product-wrapper .highlight .img-wrapper.img-burger.top-20 {
      margin-top: 20px; }
    .slider-selection .product-wrapper:hover .img-wrapper {
      height: 100px;
      margin-top: 20px;
      margin-bottom: 0px;
      cursor: pointer;
      border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    }
      .slider-selection .product-wrapper:hover .img-wrapper img {
        width: 78%; }
      .slider-selection .product-wrapper:hover .img-wrapper img.bacon {
        width: 50%; }
    .slider-selection .product-wrapper:hover .img-wrapper.img-burger.top-20 {
      margin-top: 20px; }
    .slider-selection .product-wrapper:hover .img-burger {
      height: 120px;
      margin-top: 0px;
      margin-bottom: 10px; }
      .slider-selection .product-wrapper:hover .img-burger img {
        width: 76%; }
    .slider-selection .product-wrapper:hover h3 {
      font-weight: 700;
      color: #29c3ea; }

.slide-one {
  width: 670px;
  background-image: url("../img/Background-burger-slide.png");
  background-position: left;
  background-origin: content-box;
  padding: 0;
  margin-left: 135px; }

.slide-Two {
  background-image: url("../img/Background-toppings-slide-ajusted.png"); }

.slide-three {
  margin-left: 80px;
  width: 780px;
  background-image: url("../img/Background-sauces-slide.png"); }
  .slide-three .product-wrapper img {
    overflow: hidden;
    width: 80px; }

.news-wrapper {
  margin-top: 10px;
  height: 180px;
  width: 940px;
  background-repeat: no-repeat;
  background-image: url("../img/news-background.png"); }
  .news-wrapper .news-first-section {
    float: left;
    width: 575px;
    margin-top: 10px;
    padding-left: 230px; }
  .news-wrapper .news-second-section {
    float: left;
    width: 355px;
    margin-top: 10px;
    padding-left: 45px; }
  .news-wrapper h1 {
    font-family: 'dosis', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #29c3ea; }
  .news-wrapper p {
    font-family: 'dosis', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000; }

#text-container {
  font-size: 20px; }

.content-wrapper {
  height: 380px;
  max-height: 420px;
  width: 940px; }
  .content-wrapper h1 {
    font-family: 'dosis', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #29c3ea;
    text-align: left; }

.small-line {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px; }

.socialmedia-wrapper {
  height: 100px;
  width: 940px;
  padding-left: 120px; }
  .socialmedia-wrapper .socialmedia-field-nohover {
    float: left;
    width: 180px; }
    .socialmedia-wrapper .socialmedia-field-nohover img {
      float: left;
      height: 18px;
      width: 18px;
      padding: 0;
      margin: 0;
      margin-top: -2px; }
    .socialmedia-wrapper .socialmedia-field-nohover h2 {
      float: left;
      font-family: 'dosis', sans-serif;
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      color: #000;
      margin: 0;
      padding-left: 10px; }
  .socialmedia-wrapper .socialmedia-field {
    float: left;
    width: 180px; }
    .socialmedia-wrapper .socialmedia-field img {
      float: left;
      height: 18px;
      width: 18px;
      padding: 0;
      margin: 0;
      margin-top: -2px; }
    .socialmedia-wrapper .socialmedia-field h2 {
      float: left;
      font-family: 'dosis', sans-serif;
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      color: #000;
      margin: 0;
      padding-left: 10px; }
    .socialmedia-wrapper .socialmedia-field:hover {
      cursor: pointer; }
      .socialmedia-wrapper .socialmedia-field:hover h2 {
        color: #29c3ea;
        font-weight: 600; }

.fries-img {
  margin-left: 25px; }

.fries-wrapper {
  height: 300px; }
  .fries-wrapper .small-fries {
    margin-top: 50px;
    width: 50%; }
  .fries-wrapper:hover {
    cursor: pointer; }
    .fries-wrapper:hover img {
      width: 64%; }
    .fries-wrapper:hover .small-fries {
      width: 54%; }
  .fries-wrapper .highlight h3 {
    font-weight: 700;
    color: #ED1C24; }
.send-btn-mobile {
  margin-top: 15px;
  float: left;
  margin-right:60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: red;
  color: #fff;
  font-family: 'dosis', sans-serif;
  font-size: 40px;
  margin-bottom: 15px; }
  .send-btn-mobile:focus {
    border-color: #000;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset, 0 0 0px rgba(0, 0, 255, 0.6);
    outline: 0 none; }
  .send-btn-mobile:hover {
    background-color: #c9302c; }
.send-btn {
  margin-top: 15px;
  float: right;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: red;
  color: #fff;
  font-family: 'dosis', sans-serif;
  font-size: 16px;
  margin-bottom: 15px; }
  .send-btn:focus {
    border-color: #000;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset, 0 0 0px rgba(0, 0, 255, 0.6);
    outline: 0 none; }
  .send-btn:hover {
    background-color: #c9302c; }

.send-btn-job {
  margin-top: 15px;
  height: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 0px;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ED1C24;
  color: #fff;
  font-family: 'dosis', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px; }
  .send-btn-job:hover {
    background-color: #333; }

.date-dropdown {
  float: left;
  width: 85px;
  height: 40px;
  overflow: scroll;
  margin-top: 15px;
  margin-right: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 1px #939393 solid; }
  .date-dropdown:focus {
    border-color: rgba(0, 0, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 255, 0.6);
    outline: 0 none; }

select option {
  height: 30px; }

.text-input {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 1px solid #939393;
  font-family: 'dosis', sans-serif;
  font-size: 16px;
  padding: 5px;
  color: #939393; }
  .text-input:focus {
    border-color: rgba(0, 0, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 255, 0.6);
    outline: 0 none; }

.text-input-comment {
  color: #939393;
  margin-top: 15px;
  width: 100%;
  height: 160px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 1px solid #939393;
  font-family: 'dosis', sans-serif;
  font-size: 16px;
  padding: 5px; }
  .text-input-comment:focus {
    border-color: rgba(0, 0, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 255, 0.6);
    outline: 0 none; }

.text-dropdown {
  color: #939393;
  margin-top: 15px;
  width: 100%;
  height: 40px;
  text-align: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 1px solid #939393;
  font-family: 'dosis', sans-serif;
  font-size: 16px;
  padding: 5px; }
  .text-dropdown:focus {
    border-color: rgba(0, 0, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 255, 0.6);
    outline: 0 none; }

textarea {
  resize: none; }

.comment-section {
  background-color: #29c3ea;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  padding: 10px;
  margin-top: 15px; }
  .comment-section h1 {
    font-family: 'dosis', sans-serif;
    font-size: 22px;
    color: white;
    font-weight: 500;
    text-transform: uppercase; }
  .comment-section p {
    font-family: 'dosis', sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 300; }

.heading-text {
  font-weight: 700;
  font-size: 40px;
  font-family: 'Samanyekan','Dosis' , sans-serif;
  text-transform: uppercase;
  color: #29c3ea; }

.heading-text-jobs {
  font-weight: 700;
  font-size: 44px;
  font-family: 'Dosis' , sans-serif;
  text-transform: uppercase;
  color: black; }

.p-text-jobs {
  margin-left: 10px;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Dosis' , sans-serif;
  text-transform: uppercase;
  color: black; }

.human {
  margin-left: -4px; }
  .human h4 {
    margin-left: 4px;
    font-family: 'dosis', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }

.sent-mail {
  font-family: 'dosis', sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ED1C24;
  margin-bottom: 30px; }

.file-upload {
  margin-top: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 1px solid #939393;
  height: 40px;
  overflow: hidden;
  width: 100%; }

.resume {
  text-transform: uppercase;
  margin-top: 25px;
  font-weight: 500;
  font-size: 20px;
  font-family: 'dosis',sans-serif; }

#file {
  visibility: hidden;
  width: 0;
  height: 0; }

.filename {
  float: left;
  width: 380px;
  margin-left: 20px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'dosis',sans-serif;
  color: #939393; }

.text-file {
  float: right; }

.button-file {
  text-decoration: none;
  float: left;
  margin-top: 6px;
  margin-left: 20px;
  margin-bottom: -20px;
  overflow: visible;
  display: inline-block;
  background-color: #ED1C24;
  border-radius: 8px;
  -webkit-border-radius: 8px;
    -moz-border-radius:8px;
  padding: 3px 5px;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: 'dosis',sans-serif; }

.button-file:hover {
  text-decoration: none;
  background-color: #333;
  color: white; }

#divrecaptcha {
  margin-top: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  border: 1px solid #939393; }
  #divrecaptcha #recaptcha_image {
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    height: 40px;
    max-height: 40px;
    max-width: 273px; }
    #divrecaptcha #recaptcha_image img {
      width: 100%;
      height: 40px;
      max-height: 40px; }
    #divrecaptcha #recaptcha_image a {
      text-decoration: none;
      cursor: pointer;
      margin-top: 15px;
      margin-right: 5px;
      padding: 4px;
      font-weight: 500;
      font-size: 14px;
      font-family: 'dosis',sans-serif;
      color: #939393;
      text-transform: uppercase;
      border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    }
      #divrecaptcha #recaptcha_image a:hover {
        background-color: #333;
        color: white; }
  #divrecaptcha #recaptcha_response_field {
    margin-top: 15px;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border: 1px solid #939393;
    height: 40px;
    overflow: hidden;
    max-height: 40px;
    max-width: 273px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 5px; }
    #divrecaptcha #recaptcha_response_field:focus {
      border-color: rgba(0, 0, 255, 0.8);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 255, 0.6);
      outline: 0 none; }

.captcha-text {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  float: left;
  font-weight: 500;
  font-size: 20px;
  color: #939393;
  font-family: 'dosis',sans-serif; }

#controls {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px; }
  #controls a {
    text-decoration: none;
    border: 1px solid #939393;
    margin-top: 15px;
    margin-right: 5px;
    padding: 6px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'dosis',sans-serif;
    color: #939393;
    text-transform: uppercase;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
  }
    #controls a:hover {
      background-color: #333;
      color: white; }

.row {
  margin-bottom: 0; }

.hidden {
  display: none;
  visibility: hidden;
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s linear; }

.visible-map {
  visibility: visible;
  opacity: 1; }

#screen-two {
  position: absolute;
  left: 0;
  top: 0;
  background: black; }

#screen-box-two {
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  display: none;
  background-color: white;
}
#screen {
  position: absolute;
  left: 0;
  top: 0;
  background: black; }

#screen-box {
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  display: none;
  overflow: visible;
  background-image: url("../img/Home/Special_background_overflow.png");
  background-repeat: no-repeat; }
  #screen-box .popup-close {
    height: 25px;
    width: 25px;
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    background-image: url("../img/Home/Close.png");
    background-repeat: no-repeat;
    overflow: visible;
    cursor: pointer; }
  #screen-box .popup-title {
    margin-top: 175px;
    margin-left: 30px; }
    #screen-box .popup-title h2 {
      font-family: 'dosis', sans-serif;
      font-size: 60px;
      font-weight: 600;
      text-transform: uppercase;
      color: #29c3ea; }
  #screen-box .popup-sub-title {
    margin-left: 30px; }
    #screen-box .popup-sub-title h3 {
      font-family: 'dosis', sans-serif;
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
      color: #29c3ea; }
  #screen-box .popup-price {
    margin-top: 45px;
    margin-left: 30px; }
    #screen-box .popup-price p {
      font-family: 'dosis', sans-serif;
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase;
      color: white; }
 #screen-box .popup-image {
    float: right;
    margin-right: 20px;
    margin-top: -230px; 
    background-color: white;
    width:220px;
  }
  
  #screen-box .popup-image-deer{
      width:150px;
      height:150px;
      position:absolute;
      right:240px;
      bottom:50px;
  }
  
    #screen-box .popup-image img {
      width: 100%;
      height: 100%; }


#screen {
  position: absolute;
  left: 0;
  top: 0;
  background: black; }

#screen-banner {
  position: absolute;
  left: 0;
  top: 0;
  background: black; }



#screen-box-banner {
    padding:10px;
    border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  display: none;
  overflow: visible;
  background-color:white; 
}
  #screen-box-banner .popup-close-banner {
    height: 25px;
    width: 25px;
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    background-image: url("../img/Home/Close.png");
    background-repeat: no-repeat;
    overflow: visible;
    cursor: pointer; 
  }    
  
  
  #screen-suc {
  position: absolute;
  left: 0;
  top: 0;
  background: black; }



#screen-box-suc {
    padding:10px;
    border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  display: none;
  overflow: visible;
  background-color:white; 
}

 #screen-box-suc .popup-close-suc {
    height: 25px;
    width: 25px;
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    background-image: url("../img/Home/Close.png");
    background-repeat: no-repeat;
    overflow: visible;
    cursor: pointer; }
    
.popup-close-accordeon {
  position: absolute;
  height: 25px;
  width: 25px;
  float: right;
  margin-left: 442px;
  margin-top: -160px;
  background-image: url("../img/Home/Close.png");
  background-repeat: no-repeat;
  overflow: visible;
  cursor: pointer; }

.overwrite-size {
  height: 140px !important;
  width: 300px !important; }

.overwrite-width {
  width: 300px !important; }

.container-m {
  width: 300px;
  margin: auto; }

.no-hover:hover {
  color: #29c3ea !important; }

.mobile-header {
  height: 70px;
  background-color: white;
  z-index: 5;
  width: 300px;
  top: 0; }

.mobile-logo {
  margin-top: 12px;
  width: 100%; }

.mobile-logo-name{
    position:absolute;
    font-size: 22px;
    text-decoration: none;
    color: grey;
    margin-top:-5px;
    margin-left:-60px;
    left:50%;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    text-align:center;
    padding-top:5px;
    font-weight: 700;
    width: 120px;
    height: 40px;
    background-color: white;
    z-index: 3;
}

.mobile-nav-img {
  margin-top: 13px;
  margin-left: -13px;
  width: 150%; }

.mobile-nav {
  margin-top: 12px;
  cursor: pointer; }

#menu-icon {
  display: inline-block; }

.hover-menu-m{
  z-index: 10;
  display: none;
  position: absolute;
  padding: 20px;
  background: #29c3ea;
  right: -5px;
  top: 60px;
  width: 238px;
  border-radius: 8px;
      
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
  position: absolute; }

.hover-menu-m li {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 0; }
  .hover-menu-m li a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'dosis', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: white; }
    .hover-menu-m li a:hover {
      text-decoration: none;
      color: black; }
    .mobile-flag{
        margin-left:0px;
        margin-top:-5px;
        width:16px;
        height:11px;
        margin-right:5px;
    }
.m-menu-show {
  z-index: 10;
  display: block; }

.w1-m {
  width: 67.5px; }

.w2-m {
  width: 145px; }

.h1-m {
  height: 67.5px; }

.h2-m {
  height: 145px; }

.item-m {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
  margin-bottom: 10px; }

.mobile-footer {
  height: 0px; }

.thin-font-m {
  font-weight: 200 !important; }

.line-m-menu {
  border-bottom: 3px #ffffff dotted;
  width: 150px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 15px; }

.m-menu-thumb {
  height: 22px;
  width: 22px;
  margin-top: -5px;
  margin-right: 2px;
  border-radius: 2px;

  -webkit-border-radius: 2px;
    -moz-border-radius:2px;
}

.m-footer {
  width: 100%;
  margin: auto; }

.grey-back {
  background-color: #f4f3f3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
    -moz-border-radius:5px;
}

.mobile-title {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  font-weight: 700; }

.news-item-m {
  background-color: #29c3ea;
  height: 150px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
    -moz-border-radius:10px;
}

.news-m-title {
  z-index: 1;
  color: white;
  padding-top: 18px;
  margin-bottom: -28px;
  margin-left: 10px;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 24px; }

.news-m-description {
  z-index: 1;
  color: black;
  margin-top: 20px;
  margin-left: 10px;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  width: 150px; }

.news-m-price {
  z-index: 1;
  color: black;
  position: relative;
  margin-top: -12px;
  margin-left: 10px;
  margin-bottom: -50px;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px; }

.news-m-flag {
  z-index: 0;
  position: absolute;
  background-color: white;
  height: 27.5px;
  width: 140px;
  top: 110px; }

.news-m-flag-tail {
  z-index: 0;
  position: absolute;
  top: 110px;
  left: 140px;
  height: 27.5px;
  width: 20px;
  background-color: white;
  border-right: 10px solid #29c3ea;
  border-top: 14.25px solid transparent;
  border-bottom: 14.25px solid transparent; }

.news-m-img {
  position: absolute;
  top: 45px;
  left: 205px;
  width: 100px;
  height: 100px; }

.background-m {
  background-color: black;
  background-image: url(../img/Mobile/menu/background-commingsoon.png);
  background-size: 300px 150px;
  margin-bottom: 30px; }

.background-m-2 {
  background-color: black;
  margin-top:-20px;
  height:160px;
  background-image: url(../img/Mobile/menu/background-commingsoon.png);
  background-size: 300px 140px;
   }

.location-m-title {
  z-index: 1;
  color: white;
  padding-top: 25px;
  margin-bottom: -20px;
  margin-left: 10px;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 24px;
  width: 220px;
  text-align: center; 
  text-decoration: none;
}
.location-m-title:hover{
    text-decoration: none;
}

.location-m-description:hover{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}


.location-m-description {
    text-decoration: none;
  z-index: 1;
  color: white;
  margin-top: 20px;
  margin-left: 10px;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  width: 220px;
  text-align: center; }

.mobile-title-img {
  width: 100%;
  margin-bottom: -5px; }

#isotope-m {
  margin-bottom: 20px; }

.active-m {
  display: block !important;
  visibility: visible !important; }

.filter-buttons-m {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -5px;
  float: left;
  display: inline; }
  .filter-buttons-m li {
    display: inline;
    margin-left: 0px; }
    .filter-buttons-m li a {
      font-family: 'dosis', sans-serif;
      color: #333;
      padding: 10px;
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase; }

.amsterdam-group {
  display: none;
  visibility: hidden;
  margin-bottom: 20px; }

.utrecht-group {
  display: none;
  visibility: hidden;
  margin-bottom: 20px; }

.m-size {
  width: 3px;
  height: 3px;
  margin-top: -3px; }

.location-mobile-title {
  color: #29c3ea;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px; }

.location-mobile-number {
  color: black;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  margin-top: -10px; }

.location-mobile-openinghours {
  color: #D4D4D4;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: -10px; }

.mobile-group {
  margin-bottom: 20px; }

.mobile-menu-size {
  font-size: 14px; }

.menu-title {
  position: absolute;
  margin-top: -16px;
  margin-left: 140px;
  font-family: 'dosis',sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px; }

.menu-item-m {
  margin-bottom: 30px; }

.price-menu-mobile-item {
  float: right; }

.right-menu-info {
  float: right;
  width: 110px;
  background-color: white; }

.dotted-line-m {
  border-bottom: black 2px dotted;
  width: 180px;
  position: absolute;
  margin-top: 15px;
  float: left; }

.dotted-line-m-noweight {
  border-bottom: black 2px dotted;
  width: 250px;
  position: absolute;
  margin-top: 15px;
  float: left; }

.title-menu-mobile-item {
  position: relative;
  padding-right: 15px;
  z-index: 1;
  float: left;
  background-color: white;
  font-weight: 600; }

.price-menu-mobile-item {
  font-weight: 600; }

.no-style {
  text-decoration: none; }
  .no-style:hover {
    text-decoration: none; }

.big-m-item {
  height: 300px !important;
  width: 300px !important; }

/*# sourceMappingURL=myStyle.css.map */

.action-container{
    border-radius: 4px;
    margin-left:130px;
    width:720px;
    height:780px;
    border:1px #d9d9d9 solid;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 16px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 16px 0px rgba(50, 50, 50, 0.3);
}

.action-still{
    margin-top:75px;
    border-radius: 10px;
    height:150px;
    width:180px;
    overflow:visible;
}

.action-header{
    padding-left:30px;
    margin-top:65px;
    padding-top:0px;
}

.action-header-text{
    font-family: 'dosis', sans-serif;
    font-weight: 500;
    font-size: 50px;
    text-transform:uppercase;
    letter-spacing: -1px;
}

.action-body-text-container{
   margin-top:30px;
}

.action-body-text{
    font-family: 'dosis', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #818181;
}

.formfield{
    margin-top:20px;
}

.action-subscript{
    margin-top:40px;
}

.action-subscript-text{
    font-family: 'dosis', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #818181;
    
}

.action-logo{
    margin-left:220px;
    margin-top:60px;
    margin-bottom:20px;
}

.action-logo-header{
    height:200px;
}