@font-face {
  font-family: 'moderat';
  src: url('../fonts/Moderat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'almdudler';
  src: url('../fonts/Almdudler-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
    overflow-y:scroll;
    min-height: 100%;
    max-width: 100%;
}
body {
    min-height: 100%;
    background-color: #fff;
    color: #3f3f3f;
    font-family: 'moderat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    overflow:hidden;
}
.clear {
    margin: 0px;
    padding: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    overflow: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip:padding-box;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    -webkit-appearance:none;
    background-color:#fff;
    color:#000;
    outline:0;
    margin:0;
    padding:0;
    text-align: left;
    font-size:1em;
    height: 1em;
    vertical-align: middle;
}
select {
    background:#fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: 97% center;
    padding:0 25px 0 8px;
    font-size: .875em
}

ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0 8px;
}
li {
    
}

/* layout */
a {
  color: #454344;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #454344;
}

/* header */

#header {
    width: 100%;
    height: 1000px;
    position: relative;
}
#header_flames {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent url(../img/header/flames_2.png) bottom center repeat-x;
    background-size: auto 200px;
}
#header_logo {
    width: 100%;
    height: 522px;
    background: transparent url(../img/header/logo.png) center 0 no-repeat;
    background-size: auto 100%;
    top: 200px;
    position: absolute;
}
#header_circle {
    width: 285px;
    height: 285px;
    background: transparent url(../img/header/circle.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 230px;
    left: calc(50% + 130px);
    cursor: pointer;
    opacity: 0;
}
#header_coal {
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow:hidden;
}
#header_video {
    min-width: 100%;
    min-height: 100%;
}
#header_arrow {
    width: 100%;
    height: 160px;
    background: transparent url(../img/header/arrow.png) center 0 no-repeat;
    background-size: auto 100%;
    bottom: 100px;
    position: absolute;
    opacity: 0;
}
.bounce_in {
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes bounceIn{
  0%{
    opacity: 0;
    transform: scale(0.3) translate3d(0,0,0);
  }
  50%{
    opacity: 0.9;
    transform: scale(1.15);
  }
  99%{
    opacity: 1;
    transform: scale(1);
  }
  100%{
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}
.fall_in {
    opacity: 0;
    animation-name: fall_in;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
}
@keyframes fall_in {
    from {  opacity: 0; transform: translateY(-30px);}
    to { opacity: 1; transform: translateY(0px);}
}

/* movies */
#movies {
    width: 100%;
    padding: 30px 0 40px 0;
}
#movies_topic {
    width: 80%;
    max-width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
}
#movies_text {
    padding: 45px 0 45px 0;
    width: 80%;
    max-width: 400px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#movies_clip_topic {
    height: 43px;
    width: 100%;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
}
#movies_clip_subtopic {
    height: 29px;
    width: 100%;
    color: #e13d31;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}
#movies_clip {
    width: 80%;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#movies_video {
    width: 80%;
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #e13d31 url(../img/movies/preview.jpg) center center no-repeat;
    background-size: cover;
}

#movies_video_youtube {
    width: 80%;
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #e13d31 url(../img/movies/preview.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

#movies_video_youtube_responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
#movies_video_youtube_responsive iframe, #movies_video_youtube_responsive object, #movies_video_youtube_responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#movies_slide {
  padding: 0 0 0 0;
  position: relative;
}
#movies_slide .swiper {
  width: 100%;
  height: 647px;
}
@media only screen and (min-width : 1042px) {
    #movies_slide .swiper {
        width: 1042px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
#movies_slide .swiper-slide {
    width: 324px;
    overflow: hidden;
}
#movies_slide .swiper-button-next, #movies_slide .swiper-button-prev {
    top: 5px;
}
#movies_slide .swiper-button-next {
    width:  30px;
    height: 15px;
    background: transparent url(../img/movies/arrow_next.png) 0 0 no-repeat;
    background-size: 30px 15px;
}
#movies_slide .swiper-button-prev {
    width:  30px;
    height: 15px;
    background: transparent url(../img/movies/arrow_prev.png) 0 0 no-repeat;
    background-size: 30px 15px;
}
#movies_slide .swiper-button-cont {
  width: 100%;
  height: 1px;
  position: relative;
}
@media only screen and (min-width : 1042px) {
    #movies_slide .swiper-button-cont {
        width: 1042px;
        margin-left: auto;
        margin-right: auto;
    }
}
.movies_slide_cont {
    height: 647px;
    width: 324px;
    overflow: hidden;
}
#movies_slide_topic_1 {
    height: 43px;
    width: 324px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
}
#movies_slide_subtopic_1 {
    height: 29px;
    width: 324px;
    color: #e13d31;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}
#movies_slide_image_1 {
    height: 575px;
    width: 324px;
    background: transparent url(../img/movies/image_1.jpg) center center no-repeat;
    background-size: cover;
}
#movies_slide_topic_2 {
    height: 43px;
    width: 324px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
}
#movies_slide_subtopic_2 {
    height: 29px;
    width: 324px;
    color: #e13d31;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}
#movies_slide_image_2 {
    height: 575px;
    width: 324px;
    background: transparent url(../img/movies/image_2.jpg) center center no-repeat;
    background-size: cover;
}
#movies_slide_topic_3 {
    height: 43px;
    width: 324px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
}
#movies_slide_subtopic_3 {
    height: 29px;
    width: 324px;
    color: #e13d31;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}
#movies_slide_image_3 {
    height: 575px;
    width: 324px;
    background: transparent url(../img/movies/image_3.jpg) center center no-repeat;
    background-size: cover;
}
#movies_slide_topic_4 {
    height: 43px;
    width: 324px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
}
#movies_slide_subtopic_4 {
    height: 29px;
    width: 324px;
    color: #e13d31;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}
#movies_slide_image_4 {
    height: 575px;
    width: 324px;
    background: transparent url(../img/movies/image_4.jpg) center center no-repeat;
    background-size: cover;
}
#movies_slide_topic_5 {
    height: 43px;
    width: 324px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
}
#movies_slide_subtopic_5 {
    height: 29px;
    width: 324px;
    color: #e13d31;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}
#movies_slide_image_5 {
    height: 575px;
    width: 324px;
    background: transparent center center no-repeat;
    background-size: cover;
}
#movies_slide_topic_6 {
    height: 43px;
    width: 324px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
}
#movies_slide_subtopic_6 {
    height: 29px;
    width: 324px;
    color: #e13d31;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}
#movies_slide_image_6 {
    height: 575px;
    width: 324px;
    background: transparent center center no-repeat;
    background-size: cover;
}
#movies_slide_topic_7 {
    height: 43px;
    width: 324px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
}
#movies_slide_subtopic_7 {
    height: 29px;
    width: 324px;
    color: #e13d31;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}
#movies_slide_image_7 {
    height: 575px;
    width: 324px;
    background: transparent center center no-repeat;
    background-size: cover;
}


/* info */
#info {
    width: 100%;
    position: relative;
}
#info_flames {
    width: 100%;
    height: 490px;
    background: transparent url(../img/flames_white.png) center 261px repeat-x;
    background-size: 717px 230px;
}
#info_image {
    width: 100%;
    height: 490px;
    background: transparent url(../img/info/image.jpg) center center no-repeat;
    background-size: cover;
}
@media only screen and (min-width : 1450px) {
    #info_flames {
        width: 100%;
        height: 700px;
        background: transparent url(../img/flames_white.png) center 471px repeat-x;
        background-size: 717px 230px;
    }
    #info_image {
        width: 100%;
        height: 700px;
        background: transparent url(../img/info/image.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 1920px) {
    #info_flames {
        width: 100%;
        height: 1000px;
        background: transparent url(../img/flames_white.png) center 771px repeat-x;
        background-size: 717px 230px;
    }
    #info_image {
        width: 100%;
        height: 1000px;
        background: transparent url(../img/info/image.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 2700px) {
    #info_flames {
        width: 100%;
        height: 1300px;
        background: transparent url(../img/flames_white.png) center 1071px repeat-x;
        background-size: 717px 230px;
    }
    #info_image {
        width: 100%;
        height: 1300px;
        background: transparent url(../img/info/image.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 3500px) {
    #info_flames {
        width: 100%;
        height: 1600px;
        background: transparent url(../img/flames_white.png) center 1371px repeat-x;
        background-size: 717px 230px;
    }
    #info_image {
        width: 100%;
        height: 1600px;
        background: transparent url(../img/info/image.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 4500px) {
    #info_flames {
        width: 100%;
        height: 1900px;
        background: transparent url(../img/flames_white.png) center 1671px repeat-x;
        background-size: 717px 230px;
    }
    #info_image {
        width: 100%;
        height: 1900px;
        background: transparent url(../img/info/image.jpg) center center no-repeat;
        background-size: cover;
    }
}
#info_topic {
    width: 80%;
    max-width: 237px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}
#info_container {
    width: 100%;
    padding: 0 0 0 0;
}
#info_text {
    width: 80%;
    max-width: 400px;
    text-align: center;
    padding: 25px 0 10px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#info_steps {
    width: 100%;
    height: 871px;
    background: transparent url(../img/info/steps.png) center 0 no-repeat;
	z-index: 5;
    position: relative;
}

/* upload */
#upload {
    width: 80%;
    max-width: 400px;
	height: 650px;
    padding: 0 0 50px 0;
    margin-top: -65px;
	z-index: 3;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.upload_cont {
    width: 100%;
    height: 650px;
    background-color: #e13d31;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#upload_text_1_1 {
    height: 150px;
    width: 100%;
    color: #fff;
    font-family: 'almdudler', sans-serif;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    padding-top: 50px;
}
#upload_text_1_2 {
    height: 100px;
    width: 100%;
    color: #fff;
    font-size: 27px;
    line-height: 27px;
    text-align: center;
    padding: 0 33px 0 33px;
}
#upload-drop {
    height: 270px;
	width: 80%;
    max-width: 270px;
    background: #e13d31;
	display: block;
    margin-left: auto;
    margin-right: auto;
	color: #fff;
	border: 5px dashed #fff;
}
.dz-message {
	color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.dropzone .dz-preview {
	margin: 0 !important;
}
.dropzone .dz-preview .dz-image {
    width: 100% !important;
    height: 220px !important;
}
.dropzone .dz-preview {
    max-width: 100% !important;
}
#upload_button_1 {
	width: 80%;
    max-width: 270px;
    height: 53px;
    background: #fff url(../img/upload/button.png) center center no-repeat;
    background-size: 227px 53px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	opacity: 0.2;
}
#upload_cont_2 {
	display: none;
	opacity: 1;
}

#upload_text_2_1 {
    width: 100%;
    color: #fff;
    font-family: 'almdudler', sans-serif;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    padding: 40px 0 25px 0;
}
.upload_field {
	width: 80%;
    max-width: 270px;
    height: 53px;
	padding: 2px 0 0 5px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 27px;
	border: none;
	text-align: left;
	color: #e13d31;
    font-size: 22px;
    line-height: 22px;
	/* font-weight:bold; */
}
.upload_field::placeholder {
	text-align: center;
	color: #e13d31;
    font-size: 22px;
    line-height: 22px;
	/* font-weight:bold; */
}
.upload_select {
	width: 80%;
    max-width: 270px;
    height: 53px;
	padding: 2px 0 0 5px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 27px;
	border: none;
	text-align: left;
	color: #e13d31;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    text-align-last:center; 
}

#upload_tnb_cont {
	width: 80%;
    max-width: 270px;
    height: 65px;
	margin-left: auto;
    margin-right: auto;
	color: #fff;
}
#upload_tnb_ckeckbox {
	display: block;
	float: left;
	width: 49px;
	height: 65px;
}
.upload_unchecked {
    background: transparent url(../img/upload/unchecked.png) 0 0 no-repeat;
    background-size: 31px 32px;
}
.upload_checked {
    background: transparent url(../img/upload/checked.png) 0 0 no-repeat;
    background-size: 31px 32px;
}
#upload_tnb_text {
	/* float: left; */
}
#upload_tnb_link, #upload_tnb_link:hover, #upload_tnb_link:visited, #upload_tnb_link:active {
	color: #fff;
	text-decoration: underline;
}

#upload_button_2 {
	width: 80%;
    max-width: 270px;
    height: 53px;
    background: #fff url(../img/upload/button.png) center center no-repeat;
    background-size: 227px 53px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	opacity: 0.2;
}



#upload_cont_3 {
	display: none;
	opacity: 1;
}
#upload_text_3_1 {
    width: 100%;
    color: #fff;
    font-family: 'almdudler', sans-serif;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    padding: 200px 0 50px 0;
	display: block;
}
#upload_text_3_2 {
    width: 100%;
    color: #fff;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    padding: 0 33px 0 33px;
	display: block;
}

/* recipe */
#recipe {
    width: 100%;
    padding: 30px 0 40px 0;
}
#recipe_flame_top {
    width: 100%;
    height: 230px;
    background: transparent url(../img/flames_red.png) center 1px repeat-x;
    background-size: 717px 230px;
    /* border-bottom: 3px solid #e13d31; */
}
#recipe_topic {
    width: 80%;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#recipe_text {
    text-align: center;
    padding: 25px 0 45px 0;
    color: #fff;
    width: 80%;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#recipe_falstaff {
    width: 80%;
    max-width: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#recipe_subtopic {
    text-align: center;
    padding: 5px 0 15px 0;
    color: #fff;
    width: 80%;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#recipe_container {
    width: 100%;
    background-color: #e13d31;
    padding: 0 0 0 0;
}
#recipe_flame_bottom {
    width: 100%;
    height: 230px;
    background: transparent url(../img/flames_white.png) center 1px repeat-x;
    background-size: 717px 230px;
}
#recipe_slide {
  padding: 0 0 77px 0;
  position: relative;
}
#recipe_slide .swiper {
  width: 100%;
  height: 600px;
}
#recipe_slide .swiper {
  width: 100%;
  height: 510px;
}
@media only screen and (min-width : 1069px) {
    #recipe_slide .swiper {
        width: 1069px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
#recipe_slide .swiper-slide {
    background-color: #fff;
    width: 333px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}
#recipe_slide .swiper-button-next, #recipe_slide .swiper-button-prev {
    top: 0px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}
#recipe_slide .swiper-button-next {
    width:  30px;
    height: 15px;
    background: transparent url(../img/recipe/arrow_next.png) 0 0 no-repeat;
    background-size: 30px 15px;
}
#recipe_slide .swiper-button-prev {
    width:  30px;
    height: 15px;
    background: transparent url(../img/recipe/arrow_prev.png) 0 0 no-repeat;
    background-size: 30px 15px;
}
#recipe_slide .swiper-button-cont{
  width: 100%;
  height: 1px;
  position: relative;
}
@media only screen and (min-width : 1069px) {
    #recipe_slide .swiper-button-cont {
        width: 1069px;
        margin-left: auto;
        margin-right: auto;
    }
}
.recipe_slide_cont {
    height: 510px;
    width: 333px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}
#recipe_slide_topic_1 {
    height: 105px;
    width: 333px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-top: 13px;
}
#recipe_slide_image_1 {
    height: 309px;
    width: 333px;
    background: transparent url(../img/recipe/image_1.jpg) center center no-repeat;
    background-size: cover;
}
#recipe_slide_button_1 {
    height: 96px;
    width: 333px;
    background: transparent url(../img/recipe/button.png) center center no-repeat;
    background-size: 270px 50px;
}
#recipe_slide_topic_2 {
    height: 105px;
    width: 333px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-top: 13px;
}
#recipe_slide_image_2 {
    height: 309px;
    width: 333px;
    background: transparent url(../img/recipe/image_2.jpg) center center no-repeat;
    background-size: cover;
}
#recipe_slide_button_2 {
    height: 96px;
    width: 333px;
    background: transparent url(../img/recipe/button.png) center center no-repeat;
    background-size: 270px 50px;
}
#recipe_slide_topic_3 {
    height: 105px;
    width: 333px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-top: 13px;
}
#recipe_slide_image_3 {
    height: 309px;
    width: 333px;
    background: transparent url(../img/recipe/image_3.jpg) center center no-repeat;
    background-size: cover;
}
#recipe_slide_button_3 {
    height: 96px;
    width: 333px;
    background: transparent url(../img/recipe/button.png) center center no-repeat;
    background-size: 270px 50px;
}
#recipe_slide_topic_4 {
    height: 105px;
    width: 333px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-top: 13px;
}
#recipe_slide_image_4 {
    height: 309px;
    width: 333px;
    background: transparent url(../img/recipe/image_4.jpg) center center no-repeat;
    background-size: cover;
}
#recipe_slide_button_4 {
    height: 96px;
    width: 333px;
    background: transparent url(../img/recipe/button.png) center center no-repeat;
    background-size: 270px 50px;
}
#recipe_slide_topic_5 {
    height: 105px;
    width: 333px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-top: 13px;
}
#recipe_slide_image_5 {
    height: 309px;
    width: 333px;
    background: transparent url(../img/recipe/image_5.jpg) center center no-repeat;
    background-size: cover;
}
#recipe_slide_button_5 {
    height: 96px;
    width: 333px;
    background: transparent url(../img/recipe/button.png) center center no-repeat;
    background-size: 270px 50px;
}
#recipe_slide_topic_6 {
    height: 105px;
    width: 333px;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-top: 13px;
}
#recipe_slide_image_6 {
    height: 309px;
    width: 333px;
    background: transparent url(../img/recipe/image_6.jpg) center center no-repeat;
    background-size: cover;
}
#recipe_slide_button_6 {
    height: 96px;
    width: 333px;
    background: transparent url(../img/recipe/button.png) center center no-repeat;
    background-size: 270px 50px;
}


/* shop */
#shop {
    width: 100%;
    padding: 0 0 40px 0;
}
#shop_topic {
    width: 80%;
    max-width: 260px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
}
#shop_text {
    text-align: center;
    padding: 25px 0 25px 0;
    width: 80%;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#shop_product {
    width: 90%;
    max-width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#shop_button {
    width: 270px;
    height: 50px;
    background: transparent url(../img/shop/button.png) center center no-repeat;
    background-size: 270px 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}


/* sharing */
#sharing {
    width: 100%;
    position: relative;
}
#sharing_flames {
    width: 100%;
    height: 490px;
    background: transparent url(../img/flames_red.png) center 261px repeat-x;
    background-size: 717px 230px;
}
#sharing_image {
    width: 100%;
    height: 490px;
    background: transparent url(../img/sharing/image.jpg) center center no-repeat;
    background-size: cover;
}
@media only screen and (min-width : 1000px) {
    #sharing_flames {
        width: 100%;
        height: 600px;
        background: transparent url(../img/flames_red.png) center 371px repeat-x;
        background-size: 717px 230px;
    }
    #sharing_image {
        background: transparent url(../img/sharing/image.jpg) center -100px no-repeat;
        background-size: cover;
        height: 600px;
    }

}
@media only screen and (min-width : 1250px) {
    #sharing_flames {
        width: 100%;
        height: 700px;
        background: transparent url(../img/flames_red.png) center 471px repeat-x;
        background-size: 717px 230px;
    }
    #sharing_image {
        width: 100%;
        height: 700px;
        background: transparent url(../img/sharing/image.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 1740px) {
    #sharing_flames {
        width: 100%;
        height: 700px;
        background: transparent url(../img/flames_red.png) center 471px repeat-x;
        background-size: 717px 230px;
    }
    #sharing_image {
        width: 100%;
        height: 700px;
        background: transparent url(../img/sharing/image.jpg) center -200px no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 1880px) {
    #sharing_flames {
        width: 100%;
        height: 1000px;
        background: transparent url(../img/flames_red.png) center 771px repeat-x;
        background-size: 717px 230px;
    }
    #sharing_image {
        width: 100%;
        height: 1000px;
        background: transparent url(../img/sharing/image.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 2350px) {
    #sharing_flames {
        width: 100%;
        height: 1000px;
        background: transparent url(../img/flames_red.png) center 771px repeat-x;
        background-size: 717px 230px;
    }
    #sharing_image {
        width: 100%;
        height: 1000px;
        background: transparent url(../img/sharing/image.jpg) center -100px no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 3120px) {
    #sharing_flames {
        width: 100%;
        height: 1300px;
        background: transparent url(../img/flames_red.png) center 1071px repeat-x;
        background-size: 717px 230px;
    }
    #sharing_image {
        width: 100%;
        height: 1300px;
        background: transparent url(../img/sharing/image.jpg) center -100px no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width : 3100px) {
    #sharing_flames {
        width: 100%;
        height: 1600px;
        background: transparent url(../img/flames_red.png) center 1371px repeat-x;
        background-size: 717px 230px;
    }
    #sharing_image {
        width: 100%;
        height: 1600px;
        background: transparent url(../img/sharing/image.jpg) center -100px no-repeat;
        background-size: cover;
    }
}
#sharing_topic {
    width: 80%;
    max-width: 288px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#sharing_container {
    width: 100%;
    background-color: #e13d31;
    padding: 0 0 40px 0;
}
#sharing_text {
    text-align: center;
    padding: 35px 0 75px 0;
    width: 80%;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
#sharing_icons {
    width: 325px;
    color: #fff;
    font-family: 'almdudler', sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#sharing_icon_1{
    width: 34px;
    height: 35px;
    background: transparent url(../img/sharing/icon_1.png) center center no-repeat;
    background-size: 34px 35px;
    float: right;
    display: block;
    margin-left:20px;
}
#sharing_icon_2{
    width: 35px;
    height: 35px;
    background: transparent url(../img/sharing/icon_2.png) center center no-repeat;
    background-size: 35px 35px;
    float: right;
    display: block;
}
#sharing_icon_3 {
    width: 43px;
    height: 30px;
    background: transparent url(../img/sharing/icon_3.png) center center no-repeat;
    background-size: 43px 30px;
    float: right;
    display: block;
    margin-top:2px;
    margin-left:20px;
}

/* footer */
#footer {
    padding: 25px 15px 13px  45px; 
}
#footer a { 
    text-transform: uppercase;
    padding: 0 12px 12px 0;
    color: #E13D31;
    display: block;
    float: left;
    font-size: 12px;
}
@media only screen and (max-width : 980px) {
    #footer a { 
        display: block;
    }
}

/* recipes */

.recipe_cont ul {
    padding: 0 0 0 16px;
}
.recipe_topic {
    width: 100%;
    color: #e13d31;
    font-family: 'almdudler', sans-serif;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    padding: 5px 10px 15px 10px;
}
.recipe_parts {
    color: #e13d31;
    padding: 0 20px 0 20px;
}
.recipe_title_1 {
    color: #e13d31;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 20px 0px 15px 0px;
}
.recipe_title_2 {
    font-weight: bold;
}
.recipe_prep {
    color: #e13d31;
    padding: 0 20px 0 20px;
}
.recipe_sum {
    color: #e13d31;
    width: 100%;
    text-align: center;
    padding: 10px 0px 0 0px;
}


/* overlay */
.button_overlay {
    font-weight: 500;
    color: #e13d31;
    background-color: transparent;
    border: none;
}
.button-overlay :hover,
.button-overlay :active,
.button-overlay .hover {
    background-color: #e13d31;
}
.ssi-modalWrapper {
    margin: 140px auto 20px;
}
.menuopen .ssi-modalOuter {
    left: 136px !important;
}
@media only screen and (max-width: 825px) {
    .menuopen .ssi-modalOuter {
        left: 0 !important;
    }
}
.ssi-modalWindow {
    padding: 18px 0px 4px 0px;
}
.ssi-buttons .ssi-rightButtons {
    float: none;
}
.ssi-buttons .ssi-modalBtn {
    margin: 2px auto 2px auto;
    display: block;
    position: relative;
    /*
    top: 30px;
    padding-bottom: 20px;
    */
}
.ssi-buttons {
    position: relative;
    bottom: 0;
    padding: 0;
    border-top: none;
    /* height: 1px; */ 
}
.ssi-modalContent {
    padding: 5px 15px 15px 15px;
}
.ssi-topIcons {
    display: none;
}

#overlay_link_int {
    margin-left: 155px;
}


.ssi-modalWrapper.small, .ssi-modalWrapper .ssi-modalWindow.small {
    width: 500px;
}

@media only screen and (max-width: 656px) {
    #overlay_link_int {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 540px) {
    .ssi-modalWrapper.small, .ssi-modalWrapper .ssi-modalWindow.small {
        width: 99%;
    }
    .overlay_topic {
        
    }
    .ssi-modalWrapper {
        margin-bottom: 1px;
    }
}