@font-face {
    font-family: PlutoBold;
    src: url(WebFonts/2425F0_0_0.eot);
    src: url(WebFonts/2425F0_0_0.eot?#iefix) format('embedded-opentype'), url(WebFonts/2425F0_0_0.woff) format('woff'), url(WebFonts/2425F0_0_0.ttf) format('truetype')
}

@font-face {
    font-family: PlutoExtraLight;
    src: url(WebFonts/2425F0_1_0.eot);
    src: url(WebFonts/2425F0_1_0.eot?#iefix) format('embedded-opentype'), url(WebFonts/2425F0_1_0.woff) format('woff'), url(WebFonts/2425F0_1_0.ttf) format('truetype')
}

@font-face {
    font-family: PlutoLight;
    src: url(WebFonts/2425F0_2_0.eot);
    src: url(WebFonts/2425F0_2_0.eot?#iefix) format('embedded-opentype'), url(WebFonts/2425F0_2_0.woff) format('woff'), url(WebFonts/2425F0_2_0.ttf) format('truetype')
}

@font-face {
    font-family: PlutoRegular;
    src: url(WebFonts/2425F0_3_0.eot);
    src: url(WebFonts/2425F0_3_0.eot?#iefix) format('embedded-opentype'), url(WebFonts/2425F0_3_0.woff) format('woff'), url(WebFonts/2425F0_3_0.ttf) format('truetype')
}

@font-face {
    font-family: PlutoThin;
    src: url(WebFonts/2425F0_4_0.eot);
    src: url(WebFonts/2425F0_4_0.eot?#iefix) format('embedded-opentype'), url(WebFonts/2425F0_4_0.woff) format('woff'), url(WebFonts/2425F0_4_0.ttf) format('truetype')
}

@font-face {
    font-family: 'PT Sans';
    src: url(WebFonts/PTS55F_W.eot);
    src: local('PT Sans'), url(WebFonts/PTS55F_W.woff) format('woff'), url(WebFonts/PTS55F_W.ttf) format('truetype'), url(WebFonts/PTS55F_W.svg#PTSans-Regular) format('svg')
}

@font-face {
    font-family: 'PT Sans';
    src: url(WebFonts/PTS75F_W.eot);
    font-style: normal;
    font-weight: 700;
    src: local('WebFonts/PT Sans Bold'), url(WebFonts/PTS75F_W.woff) format('woff'), url(WebFonts/PTS75F_W.ttf) format('truetype'), url(WebFonts/PTS75F_W.svg#PTSans-Bold) format('svg')
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl,
dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4,
h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li,
mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small,
span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead,
time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary {
    display: block
}

body {
    color: #fff;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    min-width: 1170px;
    width: 100%;
    font-weight: 300
}

body #init-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: url(../images/init-loading.gif) 50% 50%/50px 50px no-repeat #fff
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-family: PlutoLight, sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 44px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

a {
    outline: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #df0037
}

a:active {
    background-color: transparent
}

a:hover {
    color: #999
}

p {
    margin-bottom: 20px;
    clear: both;
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 300
}

img {
    vertical-align: top
}

table {
    width: 100%
}

strong {
    font-weight: 700
}

small {
    color: #5c697a;
    font-size: 12.8px
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

::-moz-selection {
    background: #DF0037;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #DF0037;
    color: #fff;
    text-shadow: none
}

.hide {
    display: none !important
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#gore {
    width: 72px;
    height: 72px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: url(../images/top_icon.png) no-repeat;
    display: block;
    z-index: 1000;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#gore:hover {
    background-position: 0 -72px
}

.center {
    text-align: center
}

body, html {
    height: 100%
}

.layout {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -auto
}

.layout .layout_footer {
    height: auto
}

footer {
    clear: both;
    position: relative;
    height: auto
}

.container {
    margin: 0 auto;
    width: 1170px;
}

.left {
    float: left
}

.right {
    float: right
}

@font-face {
    font-family: Fontawesome;
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg"), url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype")
}

.fa {
    display: inline-block;
    font-family: Fontawesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-facebook:before {
    content: "\f09a";
    position: relative;
    top: 2px
}

.fa-youtube:before {
    content: "\f167"
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.btn {
    text-align: center;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 22px;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.btn.form {
    background-color: #df0037;
    border: 1px solid transparent;
    height: 49px;
    line-height: 48px;
    padding: 0 70px;
}

.btn.subsc {
    padding: 0 20px;
    height: 59px;
    line-height: 58px
}

.btn.subsc:hover {
    background: rgba(255, 255, 255, .1)
}

.btn.pb {
    padding: 0 20px;
    height: 49px;
    line-height: 48px;
    color: #fff;
    display: inline-block;
    font-size: 20px
}
#signup-response {
    float: left;
    color: #df0037;
    line-height: 48px;
    margin-left: 15px;
}
input[type="text"], textarea {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Roboto Slab", serif;
  -webkit-appearance: none;
  box-shadow: none;
}
input[type="text"].small, textarea.small {
  border: 1px solid #fff;
  width: 317px;
  font-size: 15px;
  background-color: transparent;
  color: white;
  height: 59px;
  line-height: 59px;
}
input[type="text"].small:hover, textarea.small:hover {
  background: rgba(255, 255, 255, 0.1);
}
input[type="text"].cnt-inp, textarea.cnt-inp {
  background-color: #f1f1f1;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  width: 100%;
  border: none;
  color: #5f5f5f;
}
input[type="text"].cnt-inp:hover, textarea.cnt-inp:hover {
  background-color: #e2e2e2;
}

textarea {
  background-color: #f1f1f1;
  font-size: 14px;
  padding: 25px 25px;
  line-height: 1.5;
  resize: vertical;
  width: 100%;
  border: none;
  color: #5f5f5f;
  min-height: 210px;
}
textarea:hover {
  background-color: #e2e2e2;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text] {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-family: "PT Sans", Arial, sans-serif;
    -webkit-appearance: none;
    box-shadow: none
}

input[type=text].subsc {
    border: 1px solid #fff;
    width: 317px;
    font-size: 15px;
    background-color: transparent;
    color: #fff;
    height: 59px;
    line-height: 59px
}

input[type=text].subsc:hover {
    background: rgba(255, 255, 255, .1)
}

.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(223, 0, 55, .6);
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
    background: #DF0037;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.banner ul {
    list-style: none;
    width: 300%
}

.banner ul li {
    display: block;
    float: left;
    width: 100%;
    height: 550px;
    background-position: center;
    box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1)
}

.banner .inner {
    padding: 150px 0 10px
}

.banner .intended-banner {
	padding-left: 170px;
}

.banner h1, .banner h2, .banner h3, .banner p a {
    font-size: 60px;
    line-height: 62px;
    color: #DF0037;
    font-family: PlutoExtraLight, Arial, sans-serif
}

.banner h2 {
    font-size: 50px;
    line-height: 52px
}

.banner h3 {
    font-size: 32px;
    line-height: 36px
}

.banner p a {
    font-size: 18px;
    line-height: 20px;
    cursor: pointer
}

.banner .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    clear: both;
    color: #DF0037;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 5px
}

.banner .btn:hover {
    background: rgba(255, 255, 255, .05)
}

.banner .btn:active {
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -moz-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -ms-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -o-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5))
}

.banner .btn, .banner .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3))
}

.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.banner .dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #DF0037;
    border-radius: 15px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s
}

.banner .dots li.active {
    background: #DF0037;
    opacity: 1
}

.banner .arrows .prev {
    left: 20px;
    background: url(../images/large_left.png) no-repeat
}

.banner .arrows .prev:hover {
    background: url(../images/large_left_HOVER.png) no-repeat
}

.banner .arrows .next {
    right: 20px;
    background: url(../images/large_right.png) no-repeat
}

.banner .arrows .next:hover {
    background: url(../images/large_right_HOVER.png) no-repeat
}

.banner .arrow {
    cursor: pointer;
    color: #fff;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px
}

.wrap {
    margin: 0 auto;
    width: 960px
}

@media only screen and (min-device-width:320px) and (max-device-width:480px), (max-width:900px) {
    .wrap {
        width: 90%
    }

    .banner h1, .banner h2 {
        font-size: 24px;
        line-height: 30px
    }

    .banner ul li {
        height: 400px
    }

    .banner .inner {
        padding-top: 100px;
        padding-bottom: 50px
    }
    .banner .intended-banner {
		padding-left: 0px;
	}

    .banner p {
        font-size: 15px;
        width: 80%;
        margin: 0 auto
    }
}

header {
    width: 100%;
    height: 159px;
    position: relative;
    overflow: hidden
}

header .container {
    position: relative
}

#top_bar {
    height: 103px;
    text-align: center;
    padding-top: 20px
}

#top_bar #isi_logo {
    max-width: 106px;
    max-height: 83px
}

header nav {
    background: url(../images/nav-repeat.png) repeat-x bottom;
    width: 100%;
    height: 159px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10
}

header nav.fixed {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: fixed;
    top: 0;
    bottom: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

header nav.fixed ul {
    display: block
}

header nav.fixed a {
    color: #fff;
    font-family: PlutoRegular, Arial, sans-serif
}

header nav.fixed .active a, header nav.fixed a:hover {
    color: #ccc
}

header nav ul {
    height: 36px;
    line-height: 36px;
    display: none;
    margin-top: -3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

header nav li {
    display: inline-block;
    vertical-align: middle;
    width: 13.4%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center
}

header nav li+li {
    border-right: 1px solid #fff;
    border-left: none
}

footer {
    background-color: #18202a;
    padding: 26px 0;
    width: 100%;
    text-align: center
}

main {
    position: relative;
    z-index: 1;
    display: block
}

#about .about-content .close, #about article .link2 {
    position: relative;
    height: 26px;
    line-height: 26px;
    color: #898888;
    display: block;
    padding-right: 35px
}

#about .about-content .close:after, #about article .link2:after {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    top: 0;
    right: 0;
    background: url(../images/plus.png) 50% 50% no-repeat #d0d0d0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#about .about-content .close:hover, #about article .link2:hover {
    color: #343434
}

#about .about-content .close:hover:after, #about article .link2:hover:after {
    background-color: #df0037;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

#about {
    background: url(../images/init-loading.gif) 50% 50%/30px 30px no-repeat #f1f1f1;
    overflow: hidden;
    font-size: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 600px
}

#about.about-show {
    min-height: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    padding: 60px 0
}

#about.active article {
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1
}

#about.active article:nth-child(even), #about.active article:nth-child(odd) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

#about h1 {
    color: #df0037
}

#about article {
    font-size: 16px;
    height: 300px;
    width: 50%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    float: left;
    background-color: #f1f1f1;
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#about article:nth-child(4n+1), #about article:nth-child(4n+4) {
    background-color: #fff
}

#about article:nth-child(odd) {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

#about article:nth-child(odd)>div {
    right: 0;
    padding-right: 294px
}

#about article:nth-child(odd)>div .link1 {
    right: 50px
}

#about article:nth-child(even) {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

#about article:nth-child(even)>div {
    left: 0;
    padding-left: 315px
}

#about article:nth-child(even)>div .link1 {
    left: 50px
}

#about article:first-child, #about article:first-child+article {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

#about article:first-child+article+article, #about article:first-child+article+article+article {
    -webkit-transition: all 1s ease-out;
    -webkit-transition-delay: .5s;
    -moz-transition: all 1s ease-out .5s;
    -o-transition: all 1s ease-out .5s;
    transition: all 1s ease-out .5s
}

#about article>div {
    position: absolute;
    top: 55px;
    width: 585px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#about article * {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

#about article p {
    font-size: 16px;
    color: #5f5f5f;
    margin-bottom: 24px
}

#about article .link1 {
    position: absolute;
    top: -5px;
    width: 220px;
    height: 200px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#about article .link2 {
    font-size: 12px;
    color: #343434;
    height: 26px;
    line-height: 26px;
    display: inline-block
}

#about .about-content {
    font-size: 16px;
    width: 873px;
    margin: 0 auto;
    display: block;
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#about .about-content.active {
    -webkit-transition: all .4s ease-in-out;
    -webkit-transition-delay: .5s;
    -moz-transition: all .4s ease-in-out .5s;
    -o-transition: all .4s ease-in-out .5s;
    transition: all .4s ease-in-out .5s;
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1;
    position: relative;
    z-index: 100
}

#about .about-content .container {
    background-color: #fff;
    width: 100%;
    padding: 50px 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#about .about-content .container :last-child {
    margin-bottom: 0
}

#about .about-content p {
    color: #5f5f5f
}

#about .about-content h3 {
    color: #DF0037;
    margin-bottom: 5px
}

#about .about-content .close {
    top: 30px;
    right: 30px;
    position: absolute
}

#about .about-content .close:hover:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

#about .about-content .close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.separator {
    overflow: hidden;
    background-color: #df0037;
    width: 100%;
    padding: 60px 0;
    height: auto;
    text-align: center;
    background-image: url(../images/separator-bg.png);
    background-repeat: no-repeat;
    background-position: -100% 50%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.separator.active {
    background-position: 50% 50%
}

.separator h1 {
    display: block;
    margin: 0 auto
}

.separator p {
    width: 40%;
    margin: 0 auto
}

#faq-section {
    background-color: #a2a0a0;
    width: 100%;
    padding: 60px 0;
    text-align: center;
    font-size: 0
}

#faq-section h1 {
    margin-bottom: 60px
}

#faq-section p {
    width: 40%;
    margin: 0 auto 60px
}

#faq-section.active article {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease
}

#faq-section article {
    font-size: 16px;
    width: 23%;
    margin-left: 0;margin: 1%;
    display: inline-block;
    background-color: #df0037;
    position: relative;
    top: 0;
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease
}

#faq-section article:hover {
    top: -15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #c60031
}

#faq-section article a {
    margin-bottom: 20px
}

#faq-section article .red:hover {
    border: 1px solid #8a2036;
    background-color: #8a2036
}

#faq-section article>div {
    width: 100%;
    display: table
}

#faq-section article>div h2 {
    height: 160px;
    font-size: 22px;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle
}

#faq-section article+article {
    /*margin-left: 2.33333%*/
}

#faq-section article .btn {
    font-size: 16px;
}

#subscribe {
    width: 100%;
    padding: 60px 0;
    background-color: #df0037;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    background-image: url(../images/separator-bg.png);
    background-position: -100% 50%;
    background-repeat: no-repeat
}

#subscribe.active {
    background-position: 50% 50%
}

#subscribe p {
    margin-bottom: 20px
}

#subscribe button {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}

.md-trigger {
    cursor: pointer
}

body.noscroll {
    overflow: hidden
}

.skrij {
    display: none
}

.md-modal {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2000;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.md-show {
    visibility: visible
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(143, 27, 15, .8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible
}

.md-content {
    color: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 950px;
    padding-top: 50px
}

.prod-back {
    background-color:#DF0037;
}

.button-link {
    display: inline-block;
    padding: 10px 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #fff;
}

.button-text{
    display: inline-block;
    color: #DF0037;
    text-decoration: none;
    font-family: PlutoExtraLight, sans-serif;
    font-size: 25px;
}

.md-content h1 {
    font-size: 90px;
    font-family: PlutoExtraLight, sans-serif;
    line-height: 80px;
    letter-spacing: -3
}

.md-content h2 {
    font-size: 17px;
    font-family: PlutoRegular, sans-serif;
    line-height: 25px
}

.md-content a {
    color: #fff;
    text-decoration: underline
}

.md-content>div {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em
}

.md-content>div p {
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    line-height: 25px
}

.md-content>div ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: disc
}

.md-content>div ul li {
    padding: 0;
    font-style: italic;
    font-size: 15px;
    line-height: 25px
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: .8em
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show.md-effect-12~.md-overlay {
    background: #df0037
}

.md-effect-12 .md-content, .md-effect-12 .md-content h3 {
    background: 0 0
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-close {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.prod-slider { width: 100%; margin-bottom: 20px;}
.main-image img { width: 100%; height: auto; }
.thumbnails { display: flex; gap: 4%; margin-top: 20px; }
.thumbnails img { width: 22%; height: auto; cursor: pointer; }

.modal-product-left, .modal-recipe-left {
    width: 47% !important;
    display: block !important;
    float: left !important;
    margin-right: 6% !important
}

.modal-product-right, .modal-recipe-right {
    width: 47% !important;
    display: block !important;
    float: left !important
}

.recipe-small-heading {
    font-size: 70px !important;
    line-height: 60px !important
}
.recipe-smaller-heading {
    font-size: 60px !important;
    line-height: 50px !important
}

.faqs {
    font-weight: regular;
    margin: 25px 0
}

.question {
    font-size: 20px;
    color: #5f5f5f;
    margin-top: 20px;
    cursor: pointer
}

.question:hover {
    color: #DF0037;
    text-decoration: underline
}

.answer {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background: #f6f6f6;
    padding: 30px 50px;
    margin: 20px 0
}

.answer ul li {
    color: #5f5f5f
}

.answer p {
    color: #df0037
}

.answer-opened {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background: #f6f6f6;
    padding: 30px 50px;
    margin: 20px 0
}

.answer-opened ul li {
    color: #5f5f5f
}

.answer-opened p {
    color: #df0037
}

#recipes {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background: url(../images/init-loading.gif) 50% 50%/30px 30px no-repeat #f1f1f1;
    min-height: 550px
}

#recipes #recipes_slider_wrap {
    background-color: #f1f1f1
}

#recipes h1 {
    color: #df0037
}

#recipes p {
    margin-bottom: 55px;
    color: #5f5f5f
}

#recipes .recipes_slider {
    width: 68%;
    margin: 0 auto 30px;
    display: block;
    position: relative
}

#recipes .creative {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 30px;
    text-align: left;
    background-color: #fff
}

#recipes .creative h3 {
    color: #df0037;
    margin-bottom: 20px
}

#recipes .creative p {
    color: #5f5f5f;
    margin-bottom: 0;
    font-size: 14px
}

#videos {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background: url(../images/init-loading.gif) 50% 50%/30px 30px no-repeat #f1f1f1;
    min-height: 300px
}

#videos h1 {
    color: #df0037
}

#videos p {
    margin-bottom: 55px;
    color: #5f5f5f
}

#videos .videos-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 30px 25px;
    text-align: left;
    background-color: #fff
}

#videos .videos-container .mix-videos {
    margin: 0 2.1%;
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
#videos .videos-container .mix-videos .text {
    padding: 25px 0;
    text-align: center;
    background-color: transparent;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1
}

#videos .videos-container .mix-videos .text:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%
}

#videos .videos-container .mix-videos .text h5 {
    color: #18202a;
    margin-bottom: 0
}

#videos .videos-container .mix-videos img {
    z-index: 2;
    height: auto;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    display: block;
    position: relative
}



#company-location {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

#company-location .container {
  margin-bottom: 60px;
}
#company-location h1 {
  display: block;
  color: #8a2036;
  margin: 40px 0px;
}
#company-location h1, #company-location input, #company-location textarea {
  position: relative;
}
#company-location .contact-form-left {
	 width: 66%;
	 display: block;
	 float: left;
}
#company-location .contact-form-right {
	width: 33%;
	display: block;
	float: left;
}
#company-location .contact-form-right p, #company-location .contact-form-right h3, #company-location .contact-form-right h4 {
	color: #000000;
}
#company-location .contact-form-right p {
	color: #5f5f5f;
}
#company-location .contact-form-right h4 {
	margin-bottom: 5px;
}
#company-location .main-form {
  margin-bottom: 30px;
}
#company-location .main-form .cont50:nth-child(2) {
  margin-left: 1.4%;
}
#company-location .main-form button {
  float: left;
}
#company-location .main-form p {
  color: #8a2036;
  position: absolute;
  top: 100%;
  left: 0;
}
#company-location .main-form .cont50 {
  position: relative;
  display: inline-block;
  width: 49%;
}
#company-location .main-form .cont100 {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
#company-location button {
  float: right;
}
#company-location .info {
  position: absolute;
  width: 250px;
  z-index: 2;
  left: 50%;
  margin-left: -125px;
  bottom: -243px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#company-location .info.active {
  bottom: 30px;
}
#company-location .info.active h6 {
  margin-bottom: 0;
}
#company-location .info.active h6:after {
  content: "";
  background-image: url("../images/plus2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 8px;
}
#company-location .info.active h6:hover:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  background-image: url("../images/plus3.png");
}
#company-location .info.active .drop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#company-location .info .drop {
  background-color: #fff;
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
#company-location .info h6 {
  color: #343434;
  background-color: #fff;
  display: block;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  margin-bottom: 30px;
}
#company-location .info h6:after {
  content: "";
  background-image: url("../images/plus2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 8px;
}
#company-location .info h6:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../images/plus3.png");
}
#company-location .info h4 {
  color: #8a2036;
  margin-bottom: 14px;
  margin-bottom: 10px;
}
#company-location .info p {
  color: #5f5f5f;
  font-size: 12px;
}
#company-location .map #map-canvas {
  width: 100%;
  height: 360px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  top: 0;
  left: 0;
}

#company-location .info {
    position: absolute;
    width: 250px;
    z-index: 2;
    left: 50%;
    margin-left: -125px;
    bottom: -243px;
    text-align: center;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#company-location .info.active {
    bottom: 30px
}

#company-location .info.active h6 {
    margin-bottom: 0
}

#company-location .info.active h6:after {
    content: "";
    background-image: url(../images/plus2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 8px
}

#company-location .info.active h6:hover:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    background-image: url(../images/plus3.png)
}

#company-location .info.active .drop {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#company-location .info .drop {
    background-color: #fff;
    padding: 10px;
    filter: alpha(Opacity=10);
    opacity: .1
}

#company-location .info h6 {
    color: #343434;
    background-color: #fff;
    display: block;
    cursor: pointer;
    height: 40px/*58px*/;
    line-height: 45px/*58px*/;
    margin-bottom: 30px
}

#company-location .info h6:after {
    content: "";
    background-image: url(../images/plus2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 8px
}

#company-location .info h6:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../images/plus3.png)
}

#company-location .info h4 {
    color: #8a2036;
    margin-bottom: 10px
}

#company-location .info p {
    color: #5f5f5f;
    font-size: 12px
}

#company-location .map #map-canvas {
    width: 100%;
    height: 360px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    left: 0
}

.social {
    padding: 60px 0 30px
}

.social ul {
    text-align: center;
    width: 100%
}

.social ul li {
    width: 50px;
    height: 50px;
    border: 2px solid #c3c3c3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 54px;
    text-align: center;
    position: relative
}

.social ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.social ul li:before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent;
    border-color: transparent transparent rgba(0, 0, 0, .2);
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.social ul li:hover:before {
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1
}

.social ul li:hover i {
    color: #fff
}

.social ul i {
    font-size: 30px;
    color: #c3c3c3;
    position: relative;
    z-index: 10
}

.social li {
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 30px
}

.social .fb:hover {
    background-color: #3b5999;
    border-color: #3b5999
}

.social .in:hover {
    background-color: #C13584;
    border-color:#C13584;
}

.social .yt:hover {
    background-color: #c91d20;
    border-color: #c91d20
}

.social .fb span, .social .app_store span {
    color: #5f5f5f;
    position: absolute;
    top: -50px;
    left: -2px;
    white-space: nowrap;
}

.social .app_store, .play_store {
    border: none !important;
    background: none !important;
}
.social .app_store img, .play_store img {
    margin-top: -2px !important;
}
.social .app_store {
    width: 149px !important;
}
.social .play_store {
    width: 155px !important;
}

#products .product-modal {
    text-align: left
}

#products .product-modal.active .mix {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

#grid .mix {
    opacity: 0;
    display: none
}

#products {
    width: 100%;
    padding: 60px 0;
    height: auto;
    background-color: #f1f1f1;
    text-align: center
}

#products .container {
    width: 1200px
}

#products h1 {
    color: #df0037;
    display: block
}

#products .button {
    display: inline-block;
    font-size: 16px;
    color: #5f5f5f;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: none;
    padding: 0 15px;
    margin: 0;
    background-color: transparent;
    font-family: "PT Sans", Arial, sans-serif
}

#products .button:hover {
    color: #df0037
}

#products .button+.button {
    padding-left: 24px;
    background-image: url(../images/slash.png);
    background-position: 0 50%;
    background-repeat: no-repeat
}

#products #grid {
    margin-top: 55px
}

#products ul {
    font-size: 0
}

#products .mix {
    font-size: 16px;
    margin: 0 2.5%;
    width: 20%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
    -webkit-transform: scale(0.1, .1);
    -moz-transform: scale(0.1, .1);
    -ms-transform: scale(0.1, .1);
    -o-transform: scale(0.1, .1);
    transform: scale(0.1, .1);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

#products .mix:hover .text h5, #products .mix:hover .text span {
    color: #fff
}

#products .mix:hover .text:before {
    content: "";
    top: 0;
    background-color: #18212a;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#products .mix:hover span+span {
    background-position: 0 -9px
}

#products .text {
    padding: 25px 0;
    text-align: center;
    background-color: transparent;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1
}

#products .text:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%
}

#products .text h5 {
    color: #18202a;
    margin-bottom: 0
}

#products .text span {
    color: #5f5f5f;
    font-size: 11px;
    padding: 0 8px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#products .text span+span {
    padding-left: 14px;
    background-image: url(../images/slash1.png);
    background-position: 0 4px;
    background-repeat: no-repeat
}

#products img {
    z-index: 2;
    height: auto;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    display: block;
    position: relative
}

@media (max-width:1200px) {
    body {
        min-width: 100%
    }

    .container {
        width: 100%
    }

    header nav li:first-child {
        border-left: none
    }

    header nav li:last-child {
        border-right: none
    }
    
    .banner .intended-banner {
		padding-left: 50px;
	}

    main .container {
        min-width: 100%
    }

    #about article {
        display: block;
        width: 100%;
        background-color: #fff
    }

    #about article>div {
        position: relative;
        margin: 0 auto
    }

    #about article:nth-child(2n+2) {
        background-color: #F1F1F1
    }

    #about article:nth-child(odd)>div {
        padding-right: 194px
    }

    #about article:nth-child(odd)>div .link1 {
        right: -50px
    }

    #about article:nth-child(even)>div {
        padding-left: 194px
    }

    #about article:nth-child(even)>div .link1 {
        left: -50px
    }

    #about .first {
        right: 0;
        padding-right: 294px
    }

    #about .first .link {
        right: 0
    }

    #about .second {
        left: 0;
        padding-left: 294px
    }

    #about .second .link {
        left: 0
    }

    #about .about-content {
        text-align: center;
        width: 80%
    }

    #about .about-content h1 {
        margin-top: 20px
    }

    #about .about-content .close {
        right: 50%;
        margin-right: -38px
    }

    .md-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .recipe-small-heading {
        font-size: 60px !important;
        line-height: 60px !important
    }
    .recipe-smaller-heading {
        font-size: 50px !important;
        line-height: 50px !important
    }

    .md-content h1 {
        font-size: 80px;
        line-height: 70px
    }

    #products .container {
        width: 100%
    }

    #faq-section article {
        float: none;
        display: inline-block;
        width: 46%;
        margin: 0 1.166666% 30px;
        max-width: 300px
    }

    #faq-section article+article {
        margin: 0 1.166666% 30px
    }

    #recipes {
        text-align: center
    }
    #company-location .contact-form-left, #company-location .contact-form-right {
	 width: 100%;
	 display: block;
	 clear: both;
    }
    #company-location .contact-form-right {
        margin-top: 25px;
    }
    
    #company-location .main-form:before, #company-location .main-form:after {
    content: " ";
    display: table;
  }
  #company-location .main-form:after {
    clear: both;
  }
  #company-location .main-form .cont50:nth-child(2) {
    margin-left: 4%;
  }
  #company-location .main-form .cont50, #company-location .main-form .cont100, #company-location .main-form .cont3 {
    float: left;
  }
  #company-location .main-form .cont50 {
    width: 48%;
  }
  #company-location .main-form .cont100 {
    margin-top: 0;
    width: 100%;
  }
  #company-location .main-form .cont50, #company-location .main-form .cont100, #company-location .main-form .cont3 + .cont50, #company-location .main-form .cont100, #company-location .main-form .cont3 {
    margin-left: 0;
  }
  #company-location .main-form button {
    padding: 0 22px;
  }
  #company-location ul {
    text-align: center;
    width: 490px;
    margin: 0 auto;
  }
  #company-location ul li {
    margin: 0 14px;
  }

    #company-location ul {
        text-align: center;
        width: 490px;
        margin: 0 auto
    }

    #company-location ul li {
        margin: 0 14px
    }
}

@media (max-width:1000px) {
    .banner .intended-banner {
		padding-left: 0px;
	}
    header nav li:first-child {
        border-left: none
    }

    header nav li:last-child {
        border-right: none
    }

    #faq-section article {
        max-width: auto
    }
    
    #company-location-form .main-form {
    margin-bottom: 20px;
  }
  
    #company-location ul li {
        margin-bottom: 10px
    }
}

@media (max-width:880px) {
    .banner .intended-banner {
		padding-left: 0px;
	}
	#products #grid .mix {
        width: 46%;
        margin: 0 2% 20px
    }
    
    #videos .videos-container .mix-videos {
        margin: 0 2% 20px;
        width: 45%;
    }

    .recipe-small-heading {
        font-size: 50px !important;
        line-height: 50px !important
    }
    .recipe-smaller-heading {
        font-size: 40px !important;
        line-height: 40px !important
    }

    .md-content h1 {
        font-size: 70px;
        line-height: 60px
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 28px
    }

    #top_bar {
        height: 65px;
        padding-top: 10px
    }

    #top_bar #isi_logo {
        max-height: 65px
    }

    header {
        height: 115px
    }

    header nav {
        overflow: visible;
        background: #fff;
        height: 115px
    }

    header nav.fixed ul {
        display: block;
        background-color: rgba(24, 32, 42, .8)
    }

    header nav.fixed span#menu {
        display: block;
        float: right;
        background: url(../images/mobile-menu.png) 50% 0 no-repeat;
        width: 27px;
        height: 20px;
        padding: 10px;
        cursor: pointer
    }

    header nav.fixed span#menu.active {
        background-position: 50% -40px
    }

    header nav .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        height: auto;
        visibility: hidden;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    header nav .nav.active {
        visibility: visible;
        filter: alpha(Opacity=100);
        opacity: 1
    }

    header nav .nav li {
        display: block;
        text-align: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        height: 50px;
        width: 100%;
        line-height: 48px;
        background-color: transparent;
        border-top: 2px solid #a3a6aa;
        border-top: 2px solid rgba(255, 255, 255, .5)
    }

    header nav .nav li:hover {
        background-color: #18202a
    }

    header nav .nav li a {
        width: 100%;
        height: 100%;
        display: block;
        color: #fff;
        font-size: 16px
    }

    header nav .nav li+li {
        margin-left: 0
    }
    
    .banner .intended-banner {
		padding-left: 0px;
	}

    body.active header .text h1 {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

    body.active header .text a {
        -webkit-transition: all 1s ease;
        -webkit-transition-delay: 1s;
        -moz-transition: all 1s ease 1s;
        -o-transition: all 1s ease 1s;
        transition: all 1s ease 1s
    }

    #about article {
        height: auto;
        padding: 60px 0
    }

    #about article>div {
        text-align: center;
        position: inherit;
        top: 0;
        padding: 0 !important;
        width: 100%
    }

    #about article>div .link1 {
        position: relative;
        display: block;
        clear: both;
        top: 0;
        left: 0;
        margin: 0 auto 45px
    }

    #about article>div a {
        float: none
    }

    #about article>div h1 {
        margin-bottom: 35px
    }

    #about article>div p {
        width: 80%;
        margin: 0 auto 20px
    }

    #about article:nth-child(odd)>div {
        right: 0;
        padding-right: 0
    }

    #about article:nth-child(odd)>div .link1 {
        right: 1
    }

    #about article:nth-child(even)>div {
        left: 0;
        padding-left: 0
    }

    #about article:nth-child(even)>div .link1 {
        left: 0
    }

    #recipes * {
        text-align: center !important
    }

    .modal-product-left, .modal-product-right, .modal-recipe-left,
    .modal-recipe-right {
        width: 100% !important
    }

    #faq-section p {
        width: 100%
    }

    #faq-section article {
        width: 100%;
        margin-bottom: 30px
    }

    #faq-section article>div h2 {
        height: 90px;
        font-size: 25px;
        line-height: 32px
    }

    #faq-section article li {
        font-size: 14px
    }

    #faq-section article a {
        padding: 0 15px;
        font-size: 18px !important
    }

    #subscribe p {
        margin-bottom: 0
    }

    #subscribe form {
        text-align: center
    }

    #subscribe input {
        text-align: center;
        width: 250px;
        display: block;
        margin: 60px auto 0
    }

    #subscribe button {
        margin: 30px auto 0;
        display: block
    }

    #company-location ul {
        text-align: center
    }
}

@media (max-width:700px) {
    #products #grid .mix {
        width: 70%;
        margin: 0 15% 20px
    }
    #videos .videos-container .mix-videos {
        margin: 0 14% 20px;
        width: 70%;
    }
    .banner .intended-banner {
		padding-left: 0px;
	}
}

@media (max-width:580px) {
    header nav .nav li {
        height: 34px;
        line-height: 32px
    }

    header nav .nav li a {
        font-size: 13px
    }

    header #wrapper h1 {
        font-size: 50px
    }
    
    .banner .intended-banner {
		padding-left: 0px;
	}

    #company-location {
        text-align: center
    }

    #company-location ul {
        width: 100%;
        text-align: center;
        margin-top: 30px
    }

    #company-location ul li {
        float: none;
        display: inline-block;
        margin: 0 15px 25px
    }

    #products #grid .mix {
        min-width: 90%;
        margin: 0 5% 20px
    }
    #videos .videos-container .mix-videos {
        margin: 0 4% 20px;
        width: 90%;
    }
}

#recipes .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#recipes .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

#recipes .owl-carousel img {
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 3.8s ease;
    -moz-transition: all 3.8s ease;
    -o-transition: all 3.8s ease;
    transition: all 3.8s ease
}

#recipes .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0, 0)
}

#recipes .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

#recipes .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

#recipes .owl-carousel .owl-item {
    float: left;
    cursor: pointer
}

#recipes .owl-carousel .owl-item .item {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 170px
}

#recipes .owl-carousel .owl-item .item:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: url(../images/recipes_ver_hover.png) 50% -50% no-repeat rgba(0, 0, 0, .3);
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#recipes .owl-carousel .owl-item .item:hover:after {
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1
}

#recipes .owl-carousel .owl-item .item:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 3.8s ease;
    -moz-transition: all 3.8s ease;
    -o-transition: all 3.8s ease;
    transition: all 3.8s ease
}

#recipes .owl-carousel .owl-item .item:hover .recipes-img:after, #recipes .owl-carousel .owl-item .item:hover .recipes-img:before, #recipes .owl-carousel .owl-item .item:hover span:after, #recipes .owl-carousel .owl-item .item:hover span:before {
    -webkit-transition: all .1s linear;
    -webkit-transition-delay: .2s;
    -moz-transition: all .1s linear .2s;
    -o-transition: all .1s linear .2s;
    transition: all .1s linear .2s
}

#recipes .owl-carousel .owl-item .item:hover span:before {
    left: 50%
}

#recipes .owl-carousel .owl-item .item:hover span:after {
    right: 50%
}

#recipes .owl-carousel .owl-item .item:hover .recipes-img:before {
    top: 50%
}

#recipes .owl-carousel .owl-item .item:hover .recipes-img:after {
    bottom: 50%
}

#recipes .owl-carousel .owl-item .item .recipes-img:after, #recipes .owl-carousel .owl-item .item .recipes-img:before, #recipes .owl-carousel .owl-item .item span:after, #recipes .owl-carousel .owl-item .item span:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 100
}

#recipes .owl-carousel .owl-item .item span:after, #recipes .owl-carousel .owl-item .item span:before {
    width: 21px;
    height: 2px;
    left: 100%;
    top: 50%;
    margin-top: -1px
}

#recipes .owl-carousel .owl-item .item span:after {
    left: auto;
    right: 100%
}

#recipes .owl-carousel .owl-item .item .recipes-img {
    width: 170px;
    height: 220px;
    display: block
}

#recipes .owl-carousel .owl-item .item .recipes-img:after, #recipes .owl-carousel .owl-item .item .recipes-img:before {
    width: 2px;
    height: 21px;
    top: 100%;
    left: 50%;
    margin-left: -1px
}

#recipes .owl-carousel .owl-item .item .recipes-img:after {
    top: auto;
    bottom: 100%
}

#recipes .owl-controls .owl-buttons div, #recipes .owl-controls .owl-page {
    cursor: pointer
}

#recipes .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

#recipes .owl-controls .owl-next, #recipes .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 50px;
    margin-top: -25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    display: block
}

#recipes .owl-controls .owl-prev {
    left: -20%;
    background-image: url(../images/arrow1-left.png)
}

#recipes .owl-controls .owl-next {
    right: -20%;
    background-image: url(../images/arrow1-right.png)
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: "PT Sans", Arial, sans-serif
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 44px
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: none;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.justifize {
    font-size: 1px;
    text-align: justify
}

.justifize:after {
    content: "";
    display: inline-block;
    width: 100%
}

.justifize__box {
    font-size: 16px;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.justifize--top .justifize__box {
    vertical-align: top
}

.justifize--bottom .justifize__box {
    vertical-align: bottom
}


/*Samo za Rusija*/
body,
h1, h2, h3, h4, h5, h6,
p,
.btn,
input[type=text],
.banner h1, .banner h2, .banner h3, .banner p a,
header nav.fixed a,
.md-content h1,
.md-content h2,
#products .button,
.mfp-close {
    font-family: "PT Mono", Arial, sans-serif;
}
#about h1 {
    font-size: 44px;
}
#company-location .main-form .cont50 {
    width: 32%;
}