/* CSS Reset*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}

/* Body setup*/
::selection {
    background: #ff1821;
    color: #fff;
}

::-moz-selection {
    background: #ff1821;
    color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Signika', 'Ubuntu', Tahoma, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: #fcfaf6;
    overflow-x: hidden;
    text-align: center;
    color: #333;
    -webkit-font-smoothing: antialiased;
    max-width: 100vw;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #ee2e24;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    color: #ed1d39;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.container {
    position: relative;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}

.short-container {
    max-width: 760px;
    margin: 0 auto;
}

.wide-container {
    max-width: 1100px;
}

.bg-brush {
    background: url("img/bg_brush.gif") no-repeat bottom center;
}

.bg-wood {
    background: url("img/bg_wood.gif") top center;
}

.section-arrow {
    background: url("img/sprite_section_arrow.png") repeat-x;
    background-size: 2560px 202px;
    background-position: center -11px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 36px;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1; /* IE 6/7 only */
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.half {
    width: 50%;
}

.third {
    width: 33.33%;
}

.two-thirds {
    width: 66.66%;
}

.fourth {
    width: 25%;
}

.fifth {
    width: 20%;
}

.pointer {
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

.white {
    color: #fff;
}

.hide {
    display: none;
}

.title {
    font-family: 'Minion Pro', Times, serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 1em;
    padding: 0 0 15px;
}

.title-big {
    font-size: 80px;
    line-height: 82px;
}

.title-small {
    font-size: 48px;
    line-height: 48px;
}

.subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    color: #666;
}

.overtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    color: #ff1720;
    padding: 0 0 20px;
}

.fa-heart {
    color: #ff1720;
    padding: 0 0 7px;
}

/* Custom cehckboxes */
.custom-label {
    display: inline-block;
    margin-right: .8em;
    cursor: pointer;
}

.custom-radio,
.custom-check {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -.15em; /* Adjust to for best fit */
    margin: 0 .4em;
    width: 20px;
    height: 20px;
    background: url("img/customRadioCheck.png") 0 0 no-repeat;
}

.custom-radio {
    background-position: 0 -20px;
}

.custom-check.focus {
    background-position: -20px 0;
}

.custom-radio.focus {
    background-position: -20px -20px;
}

.custom-check.checked {
    background-position: -40px 0;
}

.custom-radio.checked {
    background-position: -40px -20px;
}

.custom-check.checked.focus {
    background-position: -60px 0;
}

.custom-radio.checked.focus {
    background-position: -60px -20px;
}

/* Decails */
.decail {
    background: url("img/decails/sprite_decails.png") no-repeat;
    background-size: auto 162px;
    position: absolute;
    z-index: 500;
    width: 221px;
    height: 162px;
}

.decail-olive {
    width: 449px;
    height: 304px;
    background: url("img/decails/decail_olive.png") no-repeat;
    background-size: 100%;
    right: -520px;
    bottom: -150px;
}

.decail.klik {
    top: -30px !important;
    left: -183px;
    background: none;
}

.decail-tomato {
    background-position: 0px 0px;
}

.decail-parsley {
    background-position: -200px 0px;
}

.decail-garlic {
    background-position: -400px 0px;
}

.decail-olives {
    background-position: -630px 0px;
}

.decail-lemons {
    background-position: -835px 0px;
}

.decail-rosemary {
    background-position: -1050px 0px;
}

.decail-left {
    left: -240px;
}

.decail-right {
    right: -240px;
}

.decail-left.more {
    left: -300px;
}

.decail-right.more {
    right: -300px;
}

.section-7 .decail {
    top: 120px;
}

.section-1 .decail {
    top: 80px;
}

/* Header */
.header {
    height: 100px;
    line-height: 100px;
    color: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}

.header .logo {
    background: url("img/logo_podravka.svg") no-repeat center;
    background-size: auto 100%;
    width: 100%;
    height: 70px;
    position: absolute;
    z-index: 0;
    top: 12px;
    left: 0;
}

.header .logo h1 {
    text-indent: -9999px;
    line-height: 0;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .left-action,
.header .right-action {
    position: relative;
    z-index: 10;
}

.right-action .button-hollow {
    background: #ffd502;
    color: #333;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.share {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.share a {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    line-height: 32px;
    text-align: center;
    border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #fff;
}

.share a:hover {
    background: #fff;
    color: #376ac0;
}

.share-color .fb {
    background: #3c5a98;
}

.share-color .tw {
    background: #019fe9;
}

.share-color a {
    color: #fff;
}

.share-color {
    color: #666;
}

.yellow-title {
    color: #333;
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 35px;
    line-height: 1.2em;
    letter-spacing: 1.5px;
    background: url("img/bg_yellow.jpg") no-repeat center;
    padding: 6px 0;
}

/* Buttons & Forms */
.button {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    height: 40px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 1px solid rgba(1, 1, 1, 0.3);
}

.button-hollow {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    height: 40px;
    line-height: 42px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #fff;
}

.button-hollow:hover {
    background: #fff;
    color: #376ac0;
}

.button-hollow.footer {
    border-color: #ddd;
    color: #999;
}

.button-hollow.footer:hover {
    background: #ff1820;
    border-color: #ff1820;
    color: #fff;
}

.big-red {
    font-size: 18px;
    background: #ee2e24;
    display: block;
    margin: 15px auto;
    height: 60px;
    line-height: 60px;
    max-width: 250px;
}

.big-red:hover {
    background: #ca251d;
    color: #fff;
}

.phrase-button {
    background: #efe8df;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border: 1px solid rgba(1, 1, 1, 0.1);
    margin-top: 20px;
}

.button-small {
    background: #ffd502;
    color: #333;
    line-height: 33px;
    height: 33px;
    font-weight: bold;
    border: 1px solid rgba(1, 1, 1, 0.1);
}

.button-small:hover {
    background: #e3be04;
    color: #333;
}

.button-small.gray {
    background: #ddd;
    margin-left: 5px;
}

.button-yellow {
    background: #ffd502 !important;
    color: #333 !important;
    font-weight: bold;
}

.button-yellow:hover {
    background: #e3be04;
    color: #333;
}

.section {
    position: relative;
}

/* Shaddows */
.section .shadow {
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Section 1 */
.section-1 .shadow {
    background-image: url("img/shadow_01.png");
}

.section-1 .video-bg .title {
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    z-index: 10;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 2px 1px 0 rgba(1, 1, 1, 0.35);
    display: none;
}

.section-1 .title img {
    max-width: 95%;
    height: auto;
}

.section-1 .video-bg {
    background: url("img/bg_video.jpg") no-repeat center;
    background-size: cover;
    height: 585px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.section-1 .video-bg video {
    width: 100%;
    height: auto;
    margin: -130px 0 0 0;
    min-width: 1300px;
}

.play-button {
    position: absolute;
    top: 205px;
    width: 100%;
    text-align: center;
}

.play-button:hover {
    color: #ff1821;
}

.play-button i {
    cursor: pointer;
}

#sound {
    color: #fff;
    position: absolute;
    z-index: 10;
    opacity: 0.8;
    top: 25px;
    right: 25px;
    font-size: 30px;
    cursor: pointer;
}

#sound:hover {
    opacity: 1;
}

/* Products */
.products {
    height: 380px;
}

.products-container {
    margin-top: -52px;
}

.product {
    float: left;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

.product a {
    background: #ffd502;
    color: #333;
}

.product a:hover {
    background: #ff1821;
    color: #fff;
}

.product .product-thumb {
    margin: 0 auto;
    position: relative;
    max-width: 275px;
}

.product .product-thumb img {
    width: 100%;
    height: auto;
}

.product .more {
    width: 50px;
    height: 50px;
    line-height: 54px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    position: absolute;
    top: 40px;
    right: 20px;
}

.product-riba .more {
    top: 40px;
    right: 20px;
}

.product-umak .more {
    top: 50px;
    right: 20px;
}

.product-rajcica .more {
    top: 80px;
    right: 20px;
}

.product-tjestenina .more {
    top: 55px;
    right: 20px;
}

.product-umak .more {
    top: 10px;
    right: 20px;
}

.product .product-text {
    padding: 0 40px;
}

.product .product-title {
    display: block;
    padding: 5px 0;
    font-size: 22px;
    margin: 10px 0;
}

.products-more {
    min-height: 350px;
    position: relative;
    padding: 20px 0;
    display: none;
}

.products-more .section-arrow {
    top: -56px;
}

.products-more.product-1 .section-arrow {
    background-position: -1195px -11px;
}

.products-more.product-2 .section-arrow {
    background-position: -920px -11px;
}

.products-more.product-3 .section-arrow {
    background-position: -645px -11px;
}

.products-more.product-4 .section-arrow {
    background-position: -370px -11px;
}

.products-more .section-arrow-left {
    height: 36px;
    width: 50%;
    background: #fcfaf6;
    position: absolute;
    left: -50%;
    top: -55px;
}

.products-more .section-arrow-right {
    height: 36px;
    width: 50%;
    background: #fcfaf6;
    position: absolute;
    right: -50%;
    top: -55px;
}

.product-info {
    opacity: 0;
    position: absolute;
    width: 100%;
    text-align: left;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.product-info.active {
    opacity: 1;
    z-index: 10;
}

.product-info .options a {
    margin: 5px 4px 20px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.product-info .options a.active,
.product-info .options a:hover {
    color: #ff1821;
}

.product-info .text {
    display: none;
}

.product-info .text.active {
    display: block;
}

.product-info .text p {
    padding: 0 0 20px;
}

.product-info .fun-fact {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: bold;
    background: #fff;
    padding: 20px;
    max-width: 380px;
    margin-top: -15px;
    box-shadow: 4px 4px 0 rgba(1, 1, 1, 0.1);
    float: right;
    clear: right;
}

.product-info .meal-img {
    text-align: right;
}

.product-info .more-text.active {
    display: block;
}

.product-info .more-text {
    display: none;
}

/* Section 2 */
.prize-head {
    position: relative;
    background: #8bbce7 url("img/bg_natjecaj.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 0 80px;
    color: #fff;
}

.prize-head .overtitle {
    color: #ffd502;
}

.prize-head .sime {
    position: relative;
    top: -40px;
}

.prize-head .subtitle {
    max-width: 560px;
    margin: 0 auto;
    color: #fff;
}

.prize-head .shadow {
    width: 100%;
    height: 100%;
    background: url("img/bg_section5.png") no-repeat center center;
    opacity: 0.6;
    background-size: auto 100%;
    z-index: 0;
}

.prize-body {
    background: #172851;
    position: relative;
    color: #fff;
    padding: 0 0 20px;
}

.prize-body .prize-border {
    background: url("img/prize-border.png") repeat-x;
    background-size: auto 11px;
    position: absolute;
    height: 11px;
    width: 100%;
    top: -11px;
    left: 0;
}

.prize-form {
    margin: -200px -30px 0;
}

.prize-box {
    width: 290px;
    height: 385px;
    margin: 0 30px;
    background: #fff;
    position: relative;
}

.prize-box img {
    width: 100%;
    height: auto;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.prize-box img.active {
    display: block;
}

.prize-box .arrow {
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    width: 30px;
    height: 45px;
    background: #ffd502;
    color: #333;
    font-size: 36px;
    line-height: 48px;
    z-index: 500;
}

.prize-box .arrow:hover {
    background: #ff1821;
    cursor: pointer;
    color: #fff;
}

.prize-box .arrow:hover .bg-triangle {
    border-top: 5px solid #cd0008;
}

.prize-box .arrow-left {
    left: -15px;
}

.prize-box .arrow-right {
    right: -15px;
}

.bg-triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 5px solid #b99b01;
}

.prize-box .arrow .bg-triangle {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.prize-box .arrow-right .bg-triangle {
    border-right: 15px solid transparent;
    border-left: none;
    right: 0;
    left: auto;
}

.prize-box-header {
    position: relative;
    z-index: 5;
    height: 40px;
    background: #ffd502;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 0 0;
    text-align: left;
    margin: -31px -10px 0;
    text-align: center;
}

.prize-box-header .bg-triangle {
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.prize-box-text {
    padding: 15px;
}

.prize-box-text label {
    text-align: left;
    color: #333;
    font-size: 18px;
    display: block;
    padding: 27px 0 5px 10px;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    margin-bottom: 7px;
}

.prize-box-text input {
    border: none;
    border-bottom: 1px solid #bbb;
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 7px;
    font-family: 'Signika', 'Ubuntu', Tahoma, sans-serif;;
    font-size: 18px;
}

.prize-box-text input:first-child {
    margin: 7px 0 5px;
}

.prize-box-text input:focus {
    outline: none;
    box-shadow: inset 0px -2px 4px -2px #ccc;
    border-bottom: 1px solid #666;
}

.prize-box-text textarea {
    background: url("img/bg_msg.gif");
    font-family: 'Signika', 'Ubuntu', Tahoma, sans-serif;
    line-height: 2.25em;
    font-size: 18px;
    height: 210px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: none;
}

.first-prize {
    color: #fff;
    padding: 40px 0 180px;
    min-height: 400px;
}

.first-prize img {
    float: left;
    margin: -10px 0 -10px 20px;
}

.first-prize-text {
    text-align: left;
}

.first-prize-text h1 {
    font-size: 36px;
    line-height: 1em;
    padding: 20px 0;
}

.prize-message {
    padding: 30px 0 10px;
}

/* Section 3 */
.section-3 {
    padding: 0 0 40px;
    background: #fff;
}

.section-3 .section-arrow {
    position: relative;
    top: -35px;
}

.generator-container {
    margin: 40px 0 0;
    padding: 50px 0;
    border-top: 2px solid #ddd;
}

.generator {
    max-width: 745px;
    margin: 0 auto;
}

.generator #misel {
    -webkit-border-radius: 205px;
    -moz-border-radius: 205px;
    -ms-border-radius: 205px;
    -o-border-radius: 205px;
    border-radius: 205px;
    margin-right: 30px;
    float: left;
}

.generator .generator-text {
    text-align: left;
}

.generator-text .phrase {
    margin: -15px 0 0;
    font-size: 42px;
    line-height: 1.1em;
    text-indent: -18px;
}

.generator .share {
    margin: 30px 0 0 20px;
}

/* Section 4 */
.section-4 {
    background: #67b9ec;
    color: #fff;
}

.section-4 .title,
.section-4 .overtitle,
.section-4 .subtitle {
    color: #fff;
}

.section-4 .section-arrow {
    background-position: center -157px;
}

.section-4 .container {
    padding: 100px 0 0;
}

/* Infographic */
.infographic-container {
    position: relative;
    margin: 40px 0;
}

.info-product {
    position: absolute;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.info-product:hover {
    opacity: 1;
}

.info-product.fish {
    bottom: 172px;
    right: 228px;
}

.info-product.pomidor {
    bottom: 11px;
    left: 160px;
}

.info-product.wine {
    top: 180px;
    left: 197px;
    display: none;
}

.info-product.pasta {
    bottom: 20px;
    right: 218px;
    display: none;
}

.highlighter {
    position: absolute;
    z-index: 9;
    width: 87.5px;
    height: 143px;
    background: url("img/info_highlighter.png") no-repeat;
    background-size: auto 143px;
    background-position: top left;
    cursor: pointer;
}

.highlighter-right {
    background-position: top right;
}

.highlighter.wine {
    top: 70px;
    left: 105px;
}

.highlighter.pomidor {
    bottom: 50px;
    left: 60px;
}

.highlighter.fish {
    bottom: 200px;
    right: 130px;
}

.highlighter.pasta {
    bottom: 93px;
    right: 113px;
}

.info-text {
    position: absolute;
    z-index: 9;
    font-size: 26px;
    line-height: 1.1em;
    width: 300px;
    text-align: left;
}

.info-text.wine {
    top: 140px;
    left: 0px;
}

.info-text.pomidor {
    bottom: 147px;
    left: -255px;
    text-align: right;
}

.info-text.fish {
    top: 140px;
    right: -140px;
    width: 330px;
}

.info-text.pasta {
    bottom: 80px;
    right: -220px;
}

.infographic-bottom {
    background: #67b9ec url("img/bg_infographic_bottom.gif") no-repeat;
    background-size: auto 396px;
    background-position: bottom center;
    height: 396px;
}

.infographic-bottom-img {
    background: url("img/infographic_bottom.png") no-repeat center;
    background-size: auto 100%;
    height: 302.5px;
    width: 869px;
    margin: -40px auto 40px;
}

.info-text.second {
    top: 0;
    left: 50%;
    margin-left: -235px;
    width: 460px;
    text-align: center;
}

.info-text.third {
    right: 0;
}

.lightbox {
    width: 100%;
    height: 320px;
    position: fixed;
    z-index: 100;
    margin-top: -160px;
    top: 50%;
    left: 0;
    display: none;
}

.lightbox .inner {
    position: relative;
    padding: 20px;
    background: #fff;
    color: #333;
    width: 340px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.2);
}

.lightbox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #999;
}

.lightbox .close:hover {
    color: #ff1821;
}

.lightbox img {
    width: 80%;
    height: auto;
    display: block;
    margin: -20px auto 10px;
}

.lightbox h4 {
    margin: 0 0 5px;
}

/* Section 5 - Quiz */
.section-5 {
    height: 790px;
    background: #333;
    color: #fff;
    background: url("img/bg_kviz.jpg") no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-5 .shadow {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url("img/bg_section5.png") no-repeat;
    background-position: center;
}

.section-5 .section-arrow {
    background-position: center -160px;
}

.section-5 .quiz {
    padding: 80px 0 20px;
}

.section-5 .overtitle {
    font-size: 18px;
    color: #ffd502;
}

.section-5 .title-small {
    font-size: 42px;
    padding: 0 0 5px;
}

.question {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    padding: 25px 0;
    height: 380px;
}

.question-title {
    font-size: 36px;
    line-height: 1.2em;
    padding: 0 30px;
    height: 86px;
}

.answer {
    display: block;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 18px;
    margin: 15px auto;
    width: 400px;
    cursor: pointer;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

.answer:hover {
    background: #ccc;
}

.answer.true {
    background: #ffd502;
    cursor: default;
}

.answer.false {
    background: #ff1820;
    color: #fff;
    cursor: default;
}

.question-info {
    padding: 10px 0;
    margin: 0 0 5px;
    font-size: 16px;
    opacity: 0;
    background: #fff;
    color: #333;
}

.question-info.active {
    opacity: 1;
    z-index: 10;
}

.result h2 {
    font-size: 24px;
    font-weight: 500;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.2em;
}

.result h3 {
    font-size: 36px;
    padding: 20px 0 25px;
    font-weight: bold;
    line-height: 1.2em;
}

/* section 6 */

.section-6 .section-arrow {
    position: relative;
    top: -35px;
}

.section-6 {
    padding: 0 0 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-6 .overtitle,
.section-6 .title {
    padding: 0 0 10px;
}

.section-6 .half {
    padding: 25px 0;
    text-align: left;
}

.section-6 .half h2 {
    font-size: 24px;
    padding: 20px 0 20px;
}

.section-6 .half .row {
    width: 50%;
    float: left;
}

.section-6 .half label {
    font-size: 22px;
    color: #666;
    padding: 5px 0;
}

.section-6 .button {
    margin: 20px 0 0;
}

.section-6 .random {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 0 15px;
    color: #999;
}

.section-6 .random:hover {
    color: #ff1821;
}

.section-6 .recipe-thumb {
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.section-6 .recipe-thumb .arrow {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    right: -5px;
    top: 30px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    transform: rotate(-22deg);
}

.section-6 .recipe .thumb {
    width: 230px;
    height: 230px;
    -webkit-border-radius: 230px;
    -moz-border-radius: 230px;
    -ms-border-radius: 230px;
    -o-border-radius: 230px;
    border-radius: 230px;
    border: 8px solid #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.section-6 .recipe .thumb img {
    height: 100%;
    width: auto !important;
    max-width: none !important;
    margin-left: -50%;
}

.section-6 .recipe-text p {
    font-size: 18px;
    color: #666;
    margin: -10px 0 5px;
}

.section-6 .recipe-text small {
    font-size: 16px;
}

.section-6 .recipe-text {
    position: relative;
}

.section-6 .recipe-text .arrow {
    position: absolute;
    font-size: 100px;
    cursor: pointer;
    color: #ddd;
    top: 60px;
    left: -60px;
}

.section-6 .recipe-text .arrow-right {
    left: auto;
    right: -60px;
}

.section-6 .recipe-text .arrow:hover {
    color: #999;
}

.section-7 .cookbook {
    padding: 60px 0 20px;
}

.section-7 .cookbook img {
    display: block;
    max-width: 100%;
    height: auto;
}

.section-7 .cookbook a {
    background: #111;
    position: relative;
    display: inline-block;
}

.section-7 .cookbook i {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 56px;
    margin-top: -28px;
    opacity: 0;
}

.section-7 .cookbook a:hover img {
    opacity: 0.7;
}

.section-7 .cookbook a:hover i {
    opacity: 1;
}

.section-7 .section-arrow {
    background-position: center -63px;
}

#am {
    height: 30px;
    width: auto;
}

/* Single recipe */
.single-recipe {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(1, 1, 1, 0.03);
}

.recipe-head .recipe-meta {
    color: #999;
    padding: 10px 0;
}

.recipe-head .recipe-meta span {
    padding: 0 10px;
}

.recipe-head .featured img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.recipe-body {
    padding: 20px 0;
    color: #666;
}

.recipe-body h2 {
    font-size: 24px;
    padding: 10px 0 15px;
    font-style: normal;
    color: #333;
}

.recipe-body ol li,
.recipe-body ul li {
    padding: 0 0 15px;
}

.recipe-body ol {
    counter-reset: item;
}

.recipe-body ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: red;
    font-size: 26px;
}

.recipe .slide {
    display: none;
}

.recipe .slide.active {
    display: block;
}

.recipe-more {
    font-style: normal;
}

.recipe-more h3 {
    font-size: 22px;
    color: #333;
    padding: 10px 0 5px;
}

.recipe-footer {
    border-top: 1px solid #ddd;
    padding: 25px 0 0;
}

/* fake section */
.contest-header {
    position: relative;
    width: 100%;
    padding: 40px 0 50px;
    background: url("img/bg_natjecaj.jpg") no-repeat;
    background-position: top left;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contest-header .overtitle {
    color: #ffd502;
}

.contest-header .subtitle {
    color: #fff;
}

.contest-header .border {
    height: 11px;
    width: 100%;
    background: url("img/prize-border.png") repeat-x;
    background-size: auto 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-contest {
    background: #46a5df;
    color: #fff;
}

.contest-body {
    padding: 0 80px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.contest-decails-left {
    position: absolute;
    top: 40px;
    right: 100%;
    width: 185px;
    height: 100%;
    background: url("img/primosten-decails-left.png") no-repeat right top;
}

.contest-decails-right {
    position: absolute;
    top: 40px;
    left: 100%;
    width: 185px;
    height: 100%;
    background: url("img/primosten-decails-right.png") no-repeat left top;
}

.contest-body h2 {
    font-size: 31px;
    line-height: 1.3em;
    font-weight: 600;
    padding-bottom: 20px;
}

.contest-body h3 {
    padding-bottom: 20px;
    line-height: 1.5em;
    max-width: 640px;
    margin: 0 auto;
}

.main-prize {
    position: relative;
    margin-bottom: 30px;
}

.main-prize .badge {
    position: absolute;
    top: -67px;
    right: -50px;
}

.prizes {
    text-align: left;
    border-bottom: 2px dashed #fff;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.prizes h3 {
    font-size: 24px;
    font-weight: 600;
    max-width: none;
}

.prizes p {
    font-weight: 600;
    padding-bottom: 20px;
}

.prizes .yellow { color: #ffd402; }

.prizes img {
    float: right;
    margin-right: -60px;
    margin-top: -60px;
    margin-left: 20px;
    position: relative;
    z-index: 10;
}

#form-close {
    position: fixed;
    z-index: 9999;
    top: 50px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#form-close .bar {
    height: 2px;
    background: #fff;
    width: 30px;
}

#form-close .bar-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#form-close .bar-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

form .message { display: none; }

#contest-arrow {
    position: absolute;
    bottom: -35px;
    right: 280px;
}

.overlay {
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.9);
    display: none;
}

.popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 0;
    display: none;
}

.popup .inner {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 45px;
    height: 90%;
    overflow: auto;
    position: relative;
}

.popup #close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
}

.results h1 {
    font-size: 24px;
    padding-bottom: 10px;
}

.results h2 {
    font-size: 24px;
    padding-bottom: 10px;
    color: #ee2e24;
}

.results p {
    font-size: 16px;
    color: #666;
    padding-bottom: 10px;
}

.noscroll {
    overflow: hidden;
}

/* Contest form */
.contest-form,
.booklet-container {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.8);
    color: #333;
}

.booklet-container {
    position: fixed;
}

#mybook img { display: block; }

.contest-form .inner,
.booklet-container .inner {
    padding: 60px 0;
}

.contest-form h2 {
    font-size: 36px;
    line-height: 38px;
}

.contest-form h3 {
    padding: 30px 0 20px;
    font-family: 'Minion Pro', Times, serif;
    font-size: 24px;
}

.contest-form .short-container {
    max-width: 80%;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 35px rgba(1, 1, 1, 0.2);
    overflow-x: hidden;
    max-height: 825px !important;
}

.contest-form input:not(.button) {
    text-align: left;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    border: none;
    background: #eee;
    margin-bottom: 15px;
    line-height: 30px;
    height: 50px;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.contest-form .short-container .half {
    padding: 20px 30px;
    margin: 30px 0 50px;
    border: 3px #ddd dashed;
}

.contest-form .short-container .bill {
    padding: 70.5px 30px;
    margin-left: -3px;
}

input:focus {
    outline: none;
    border: 1px solid #ccc;
}

.contest-form .close {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}

/* Cookbook */
.book-container {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.9);
    width: 100%;
    height: 100vh;
    display: none;
}

.bookblock {
    position: relative;
    margin: 0 auto;
    width: 596px;
    height: 420px;
    top: 50%;
    margin-top: -210px;
    z-index: 100;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bookblock .controls {
    width: 100%;
    position: absolute;
    bottom: -30px;
}

.bookblock img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive */
@media screen and (min-device-width: 481px) and (orientation: portrait) {
    .decail {
        display: none;
    }

    body {
        max-width: 100%;
    }

    .play-button {
        display: none;
    }
}

@media (max-width: 960px) {
    .prize-box {
        width: 275px;
        height: 365px;
    }

    .decail {
        display: none;
    }

    .contest-decails-left,
    .contest-decails-right { display: none; }
}

@media (max-width: 640px) {

    .main-prize .badge {
        width: 100px;
        top: -10px;
        right: -10px;
    }

    .prizes img {
        float: none;
        margin: -90px auto 20px;
    }

    .contest-form .short-container {
        height: 100vh !important;
        padding: 0 15px;
    }

    .contest-form h2 { padding-top: 60px; }

    .contest-form .short-container,
    .contest-form .short-container .half {
        width: 100%;
        max-width: 100%;
    }

    .contest-form .inner { padding: 0; }

    .contest-form .short-container .half {
        margin: 30px 0 0px;
    }

    .contest-form .short-container .bill {
        margin: 30px 0 30px;
    }

    .contest-form form { padding-bottom: 80px; }

    #form-close {
        top: 30px;
        right: 16px;
    }
    #form-close .bar {
        background: #333;
    }

    #sound {
        display: none;
    }

    .decail {
        display: none;
    }

    video {
        display: none;
    }

    .section-1 .video-bg .title {
        display: block !important;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header {
        height: 80px;
        line-height: 0px;
        padding: 0 10px;
    }

    .header .logo {
        height: 50px;
    }

    .header .left-action, .header .right-action {
        top: 27px;
    }

    .header .left-action span:first-child {
        display: none;
    }



    .button-hollow {
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }

    .header .button-hollow {
        top: -4px;
        position: relative;
    }

    .header .button-hollow span {
        display: none;
    }

    .section-1 .video-bg {
        height: 365px !important;
    }

    .section-1 .video-bg video {
        min-width: 990px;
    }

    .products {
        height: auto;
        padding: 0 0 60px;
    }

    .product {
        width: 50%;
    }

    .product .product-text {
        padding: 0 5px;
    }

    .product .product-title {
        font-size: 18px;
    }

    .products-more {
        padding: 30px 10px;
        min-height: 620px;
    }

    .products-more .section-arrow-left,
    .products-more .section-arrow-right,
    .products-more .section-arrow {
        display: none;
    }

    .products-more .half {
        width: 100%;
    }

    .product-info {
        display: none;
        position: static;
    }

    .product-info.active {
        display: block;
    }

    .product-info .fun-fact {
        float: none;
        max-width: none;
        margin: 10px 0 0;
    }

    .product-info .meal-img {
        text-align: center;
    }

    .product-info .meal-img img {
        width: 100%;
        height: auto;
    }

    .product-riba .more {
        top: 0px;
    }

    .product-rajcica .more {
        top: 30px;
    }

    .product-tjestenina .more {
        top: -5px;
    }

    .title-small {
        font-size: 36px;
        line-height: 36px;
    }

    .title {
        font-size: 42px;
    }

    .subtitle,
    .overtitle {
        font-size: 20px;
    }

    .yellow-title {
        font-size: 22px;
        line-height: 29px;
    }

    .prize-box {
        float: none;
        margin: 0 auto 90px;
    }

    .prize-box:last-child {
        margin: 0 auto;
    }

    .prize-box-header {
        top: -36px;
    }

    .generator #misel {
        margin: 0 0 10px;
        width: 100px;
        height: auto;
        float: none;
    }

    .generator .generator-text {
        text-align: center;
    }

    .generator-text .phrase {
        font-size: 28px;
        text-indent: 0px;
    }

    .phrase-button {
        margin: 15px auto 0;
        float: none;
    }

    .generator .share {
        margin: 30px auto 0;
        float: none;
    }

    .infographic-container img {
        width: 90%;
        height: auto;
    }

    .info-product {
        display: none;
    }

    .highlighter {
        display: none;
    }

    .info-text {
        position: static;
        font-size: 20px;
        padding: 10px;
        text-align: center !important;
        width: 100%;
    }

    .infographic-bottom-img {
        width: 100%;
    }

    .infographic-bottom .info-text {
        position: relative;
        top: auto;
        bottom: -388px;
        color: #67b9ec;
        background: #fff;
    }

    .infographic-bottom {
        height: auto;
        margin: -135px 0 125px;
    }

    .infographic-bottom .container {
        padding: 0;
    }

    .section-5 .title-small {
        font-size: 42px;
    }

    .question-container {
        padding: 0 10px;
    }

    .question-title {
        font-size: 24px;
        padding: 0;
    }

    .answer {
        font-size: 18px;
        width: 100%;
        line-height: 50px;
    }

    .question-info {
        position: absolute;
        width: auto;
        height: 210px;
        background: #fff;
        margin: 0 10px;
        padding: 80px 10px 0;
        color: #333;
        bottom: 60px;
        left: 0;
        z-index: -1;
        border-radius: 10px;
    }

    .the-quiz {
        margin-bottom: 10px;
    }

    .question {
        height: 360px;
    }

    .section-4 .container {
        padding: 100px 10px 0;
    }

    .section-5 {
        height: 730px;
    }

    .section-6 .half {
        width: 100%;
    }

    .section-6 .half label {
        font-size: 16px;
    }

    .section-6 .recipe-thumb {
        margin: 0 auto;
        float: none;
    }

    .section-6 .recipe-thumb .thumb {
        margin: 0 auto 20px;
    }

    .section-6 .recipe img {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }

    .section-6 .recipe-thumb .arrow {
        display: none;
    }

    .section-6 .recipe-text {
        text-align: center;
    }

    .section-6 .recipe-text p {
        font-size: 14px;
        line-height: 1.2em;
        padding: 0 30px;
    }

    .section-6 .recipe-text .arrow {
        font-size: 52px;
        top: 25px;
        left: 0px;
    }

    .section-6 .recipe-text .arrow-right {
        right: 0px;
        left: auto;
    }

    .section-6 .half h2 {
        padding: 0 0 15px;
        font-size: 18px;
    }

    .recipe {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .section-6 .title {
        font-size: 36px;
    }

    .cookbook .half {
        width: 100%;
    }

    .cookbook img {
        display: block;
        margin: 0 auto;
        max-width: 90%;
        height: auto;
    }

    .first-prize-text {
        text-align: center;
    }

    .first-prize img {
        float: none;
        text-align: center;
        max-width: 90%;
        height: auto;
        margin: -40px auto 15px auto;
    }

    .result h3 {
        font-size: 30px;
        line-height: 1em;
    }

    .play-button {
        display: none;
    }

    .recipe-head {
        padding-top: 20px;
    }

    .recipe-footer {
        padding-bottom: 20px;
    }

    .single-recipe .third,
    .single-recipe .two-thirds {
        width: 100%;
        text-align: center;
    }

    .popup .inner {
        padding: 30px 20px;
    }

    .first-prize {
        padding: 0 10px 40px;
    }
}

@media (max-height: 768px) {
    .section-1 .video-bg {
        height: 515px;
    }

    .section-1 .video-bg .title {
        top: 25px;
    }
}