/* RESET PART */
*{ outline: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
i {font-style: italic;}
b {font-weight: 500;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*ol, ul { list-style: none; }*/
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* END RESET PART */

body{
  font-family: 'Work Sans', sans-serif, helvetica, arial;
  margin:0;
  padding:0;
  font-size:0;
  background:rgba(255,255,255,1);
  color:#525252;
}
a{
  text-decoration:none;
  cursor:pointer;
  color:#2b2b2b;
}
.bg {
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 500px;
  font-size:0;
}
.bg > img{
  width:100%;
  height:auto;
}

.img-1{ background-image: url(../images/img_1.jpg); background-position-y:50%; background-attachment: initial; height:550px;}
.img-2{ background-image: url(../images/img_2.jpg); height:500px;}
.img-3{ background-image: url(../images/img_3.jpg); height:500px;}
.img-4{ background-image: url(../images/img_4.jpg); height:500px;}
.img-5{ background-image: url(../images/img_5.jpg); height:500px;}

.title_box{
  position: absolute;
  margin: 0 10%;
  width: 80%;
  top: 0px;
  font-family: "Alex Brush";
}
.title{
  position: absolute;
  font-size: 90px;
  top: 340px;
  color:#f22;
  line-height: 0.7;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 10.4);
}
.title_box .logo{
  position: absolute;
  top: 20px;
  left: 0px;
  width: 250px;
  height: 250px;
  background-image: url(../images/kriewels_logo_heart.png);
  background-color:transparent;
  background-position: top left;
  background-size: contain;
  -webkit-background-size: contain;
}
.contact{
  position:absolute;
  top:420px;
  color:#fff;
  font-size:60px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 10.4);
}
.contact a{
  text-decoration:none;
  cursor:pointer;
  color:#fff;
}
.envelope{
  display:inline-block;
  margin:0;
  top:6px;
  width:50px;
  height:34px;
  position:relative;
  background-image: url(../images/Envelope.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
}

.blurb_cont{
  width:100%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow   : 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow        : 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  position:relative;
}
.blurb{
  width:80%;
  margin:0 auto;
  padding:60px 0;
  position:relative;
}
.blurb.top_1{
  padding-top:80px;
}

#menu_pos_holder{
  position:sticky;
  top:0;
  width:100%;
  z-index:100;
}
.menu{
  width:100%;
  background:#f22;
}
.menu_box{
  margin:0;
  min-height: 60px;
  width:100%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.menu_box:after {
  content: '';
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.menu_box > .opt{
  padding:10px 0;
  font-size:40px;
  font-weight:300;
  display:inline-block;
  margin:0 1%;
  line-height:1;
}
.menu_box a{
  text-decoration:none;
  text-transform: uppercase;
  color:#fff;
}
ul{
  padding:0;
  margin:0;
  margin:10px 0 0 30px;
}
li{
  padding:0;
  list-style:none;
  position:relative;
}
li:before{
  content: '';
  display: inline-block;
  position:absolute;
  left:-18px;
  top:11px;
  height: 16px;
  width: 8px;
  background-image:url(../images/li_sml.svg);
  background-size:contain;
  background-repeat:no-repeat;
}
h1{
  font-size:60px;
  margin: 20px 0 40px 0;
  line-height: 1;
  font-family: "Alex Brush";
}
.text{
  color:#525252;
  font-size:25px;
  font-weight:300;
  line-height:1.5;
  margin: 20px 0 0 0;
  position:relative;
}
.qte {
  font-size:25px;
  font-style:italic;
}
.qte:before{
  content:"";
  display: block;
  position:absolute;
  top: -10px;
  left: -20px;
  height:40px;
  width:40px;
  background-image:url(../images/qte.png);
  background-size:contain;
  background-repeat:no-repeat;
}

.scroll-top{
  position: fixed;
  bottom: 5%;
  padding: 25px 0 0 0;
  font-size: 20px;
  text-align: center;
  z-index: 200;
  background: url(../images/up.png) top center no-repeat;
  background-size: contain;
  color: #fff;
  width: 80px;
  height: 80px;
  right: 5px;
  display: none;
}
#about{
  min-height:420px;
}
.footer{
  position:relative;
  padding:10px 10%;
  font-size:18px;
}
.img-5 .logo{
  top: 310px;
  left: 10%;
  width: 180px;
  height: 180px;
  background-image: url(../images/kriewels_logo_heart.png);
  background-position: top left;
  background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.clear{ clear:both; }
.fix{ position:fixed; top:0;}
.ib{display:inline-block;}

.red { color:#f22;}

input{
  height: 40px;
  border: 1px solid #ccc;
  background: #f6f6f6;
  font-family: 'Work Sans';
  font-size: 20px;
  padding: 0 10px;
}
input.full_w{
 width: 100%;
}
#err_msg, #err_msg_1{
  color: #f00;
  border: 1px dotted #f00;
  text-align: center;
  width: 340px;
  text-align: center;
}
.empty{
  background-color: #fee;
  box-shadow: inset 0 0 5px 5px rgba(255, 0, 0, 0.5);
}
#clt_info{
  max-width: 322px;
}
.menu_box > .burger{
  display: none;
}
.fade{
  display: inline-block;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  text-align: center;
}
.dankie{
  display: inline-block;
  margin: 40px 10%;
  z-index: 1001;
  font-size: 30px;
  padding: 30px;
  color: #f22;
  background-color: #fff;
  border: 3px solid #f22;
  box-shadow: 0 0 5px 5px rgba(255, 0, 0, 0.5);
}
.close_btn{
  background-color: #f22;
  background-image: url("../images/icons/burg_close.svg");
  width: 50px;
  height: 50px;
  border: 7px solid #f22;
  border-radius: 50%;
}
/*******************************************************/
/* JQUERY UI OVERRIDES                                 */
/*******************************************************/
#book_radios{
  width: 100%;
}
.ui-button .ui-button-text{
  line-height: 30px;
  border-radius: 0;
}
.ui-button{
  font-size: 20px;
  text-align: left;
  padding-left: 40px;
  width: calc(100% - 20px);
  background-color: #f6f6f6;
  background-image: url("../images/icons/heart_off.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 15px 10px;
}
.ui-state-active{
  background-image: url("../images/icons/heart_on.svg");
}
.ui-corner-all,.ui-corner-top   ,.ui-corner-left ,.ui-corner-tl{border-top-left-radius: 0px;}
.ui-corner-all,.ui-corner-top   ,.ui-corner-right,.ui-corner-tr{border-top-right-radius: 0px;}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left ,.ui-corner-bl{border-bottom-left-radius: 0px;}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius: 0px;}

#confirm_buy{
  text-align: center;
  font-size: 30px;
  max-width: 342px;
  background: #f22;
  color: #fff;
  background-image: none;
  padding-left: 0;
}
/**************************************************************************************
* up to 1024px
**************************************************************************************/
@media screen and (max-device-width:1024px), screen and (max-width:1024px) {
  .menu_box > .opt {
    display: none;
    text-align: center;
  }
  .menu_box > .opt.show {
    display: block;
  }
  .menu_box > .burger{
    position: absolute;
    margin: 0 10px 0 0;
    display: block;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url("../images/icons/burger.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .menu_box > .burger.close{
    background-image: url("../images/icons/burg_close.svg");
  }
}
/**************************************************************************************
* up to 799px
**************************************************************************************/
@media screen and (max-device-width:799px), screen and (max-width:799px) {

  .blurb.top_1{
    padding-top:200px;
  }

  .bg {
    background-position: top center;
    background-attachment: initial;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .title{
    position: absolute;
    font-size: 70px;
    top: 320px;
    color:#f22;
    line-height: 0.7;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 10.4);
  }
  .contact{
    font-size:43px;
    top:450px;
  }
  .envelope{
    display:inline-block;
    margin-left:10px;
  }

}

