@import url('fonts.css');
@import url('hco_fonts.css');
@charset 'utf-8';

* {
  -moz-font-feature-settings: "locl";
  -webkit-font-feature-settings: "locl";
  font-feature-settings: "locl";
}

body {
	font-family: "HCo Gotham SSm", sans-serif;
	font-size: 15px;
	font-weight: 400;
}

body p, body ul {
	font-size: 15px;
}

h1, 
h2, 
h3 {
	font-weight: 400;
}

h1 {
	font-size: 2em;
	line-height: 2.8rem;
}

h2 {
	font-size: 1.4em;
	line-height: 1.6rem;
}

h3 {
	font-size: 1.8rem;
	line-height: 2.3rem;
	font-weight: 500;
	margin: 40px 0 20px;
}

ul.accented {
	padding: 0;
}

ul.accented li {
	list-style-type: none;
	position: relative;
	margin: 10px 0;
}

ul.accented li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: -25px;
}

.noSelect {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

#slide1 ul.accented li::before,
#slide2 ul li::before {
	width: 12px;
	height: 12px;
	border-radius: 50% 50%;
}

.container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 35px;
	box-sizing: border-box;
}

.leftContainer {
	display: inline-block;
	float: left;
	box-sizing: border-box;
}

.rightContainer {
	display: inline-block;
	float: right;
	box-sizing: border-box;
}

#buy-btn {
    background: url('../images/buy-online.svg') no-repeat;
    background-position: center center;
    width: 84px;
    height: 84px;
    top: 558px;
    right: 20px;
    margin-top: -20px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
}

#buy-btn p {
	font-size: .7rem;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}

.expandBtn {
	display: inline-block;
    font-size: .8em;
    font-weight: 500;
    color: #ff6633;
    transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    line-height: 20px;
    max-width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    z-index: 1000;
}

.expandBtn:hover {
    color: #ff6633;
    transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

.expandBtn::before {
    font-family: 'fontAwesome';
    content: '\f055';
    font-size: 1.8em;
    color: #ff6633;
    transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    margin-right: 10px;
    display: block;
    float: left;
    cursor: pointer;
}

.expandBtn:hover::before {
    color: #ff6633;
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: transform 1.1s, color 0.5s;
    -o-transition: -o-transform 1.1s, color 0.5s;
    -moz-transition: -moz-transform 1.1s, color 0.5s;
    -webkit-transition: -webkit-transform 1.1s, color 0.5s;
}

.closeBtn {
    font-size: .92em;
    line-height: 25px;
    color: #ff6633;
    max-width: 120px;
    top: 0;
    right: 0;
    margin-top: -30px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 9999;
}

.closeBtn::before {
    font-family: 'fontAwesome';
    font-size: 1.5em;
    content:"\f057";
    color:#ff6633;
    top: 0;
    right: 0;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    cursor: pointer;
}



/* 

    Language Menu
    
*/
.langFrame {
    top: 30px;
    right: 80px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    z-index: 999999;
}

#lang {
    width: 160px;
    right: 0;
    top: 0;
    position: absolute;
}

#lang ul li {
    margin-bottom: 2px;
}

#lang ul li a {
    font-size: .85em;
    color: #f6e9bb;
    text-decoration: none;
    padding-right: 50px;
}

#lang ul li a:hover {
    color: #fff;
}

.bg-flag, .en-flag, .ro-flag, .it-flag {
    width: 15px;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
    clear: both;
}

.bg-flag {
    background: url('../images/bg-flag.png') no-repeat;
}

.en-flag {
    background: url('../images/en-flag.png') no-repeat;
}

.ro-flag {
    background: url('../images/ro-flag.png') no-repeat;
}

.it-flag {
    background: url('../images/it-flag.png') no-repeat;
}

.dropdown a {
    font-size: .85em;
    color: #f6e9bb;
    text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
    color: #f6e9bb;
    display: block;
    padding: 10px;
}

.dropdown [data-toggle="dropdown"]::before {
    content: '\25BC';
    color: #f6e9bb;
    font-size: 0.85em;
    top: 12px;
    right: 5px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    display: block;
    position: absolute;
}

.dropdown > .dropdown-menu {
    background-color: #ff6633;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
}

.dropdown > .dropdown-menu li {
    background-color: #ff6633;
    padding: 0;
    margin: 0;
}

.dropdown > .dropdown-menu li a {
    display: block;
    color: #f6e9bb;
    padding: 4px 8px;
}

.dropdown > input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
    max-height: 9999px;
    display: block;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 2s ease-in-out;
    -o-transition: max-height 2s ease-in-out;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;
}

.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]::before {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}






/* 

    GDPR
    
*/

#gdpr {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
}

#gdpr.fade {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#gdpr .container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    padding: 50px 70px;
    margin: 0 auto;
    background-color: #fff;
}

#gdpr .text {
    position: relative;
    float: left;
    font-size: .9rem;
    line-height: 1.3rem;
}

#gdpr .buttons {
    float: right;
}

#gdpr button {
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px 2px;
    border-radius: 2px 2px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    padding: 12px 20px;
    outline: none;
}

#gdpr button.gdprCloseBtn {
    color: #fff;
    border: 1px solid #777;
    background-color: #000;
    margin-right: 20px;
    transition: color ease-in-out .3s, background-color ease-in-out .3s;
    -o-transition: color ease-in-out .3s, background-color ease-in-out .3s;
    -moz-transition: color ease-in-out .3s, background-color ease-in-out .3s;
    -webkit-transition: color ease-in-out .3s, background-color ease-in-out .3s;
}

#gdpr button.more {
    border: 1px solid #000;
    transition: color ease-in-out .3s, background-color ease-in-out .3s;
    -o-transition: color ease-in-out .3s, background-color ease-in-out .3s;
    -moz-transition: color ease-in-out .3s, background-color ease-in-out .3s;
    -webkit-transition: color ease-in-out .3s, background-color ease-in-out .3s;
}

#gdpr button.gdprCloseBtn:hover {
    color: #000;
    background-color: #fff;
}

#gdpr button.more:hover {
    color: #fff;
    background-color: #000;
}






/* 

	PopUp & gprPopUp DIVs
	
*/

#popUp, #gdprPopUp, #contactsPopUp {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#gdprPopUp {
    z-index: 9999999;
}

#popUp, #gdprPopUp {
    background-color: #fff;
}

#contactsPopUp {
    color: #fff;
    background-color: #ff6633;
}

#contactsPopUp .logo {
    width: 250px;
    margin-left: -20px;
}

#contactsPopUp h2 {
    text-align: center;
    margin-top: 50px;
}

#popUp ul, #gdprPopUp ul {
	padding-left: 50px;
}

#popUp ul li, #gdprPopUp ul li {
	color: #666;
	list-style-type: disc;
}

#popUp.fade, #gdprPopUp.fade, #contactsPopUp.fade {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#popUp .container, #gdprPopUp .container, #contactsPopUp .frame {
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#popUp .closeContainer, #gdprPopUp .closeContainer, #contactsPopUp .closeContainer {
    width: 200px;
    top: 80px;
    right: 30px;
    position: absolute;
}

#popUp .title, #gdprPopUp .title {
	font-size: 1.1em;
    color: #666;
    line-height: 18px;
    margin-top: 30px;
    font-weight: 500;
}

#popUp h2, #gdprPopUp h2 {
    color: #ff6633;
    font-size: 1.5em;
}

#popUp p, #gdprPopUp p {
    line-height: 18px;
    color: #666;
}



/*

    CONTACT FORM

*/

form {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
}

form fieldset {
    width: 100%;
    max-width: 400px;
    border: none;
    padding: 7px 0;
    margin: 0;
}

form input, form textarea {
    width: 100%;
    max-width: 390px;
    padding: 10px;
    border-width: 1px;
    border-radius: 5px 5px;
    box-sizing: border-box;
}

form textarea {
    max-width: 390px;
    margin: 0;
    resize: vertical;
}

form .input, form textarea {
    font-family: "HCo Gotham SSm", sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #888;
}

form input[disabled], form textarea[disabled] {
    background-color: #ddd;
}

.button-holder input {
    width: 180px;
    background-color: #66cc33;
    color: #fff;
    border: 0;
    font-family: "HCo Gotham SSm", sans-serif;
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    margin: 30px auto;
    display: block;
}

.button-holder input:hover {
    background-color: #3cb400;
    border-width: 2px;
    border-color: #000;
}

.button-holder input[disabled] {
    color: #ddd;
    background-color: #777;
    cursor: initial;
}

.note {
    font-family: "HCo Gotham SSm", sans-serif;
    font-size: .8rem;
    text-align: center;
}

.address {
    line-height: 1.2rem;
    padding-top: 20px;
}

.closeBtn.closeContactsBtn, .closeBtn.closeContactsBtn::before {
    color: #fff;
}

footer.contacts {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 9999999;
}

footer.contacts .container {
    padding: 0 50px;
}

/* Error classes */
form input.error, form textarea.error {
    border: 2px solid #ff0000;
    border-radius: 5px 5px;
    background-color: #fffd7e;
    color: #ff0000;
}

form input + div.error, form textarea + div.error {
    font-family: "HCo Gotham SSm", sans-serif;
    font-size: .75rem;
    color: #fff;
    padding: 3px 5px;
    font-weight: 600;
    letter-spacing: .002rem;
}

#formStatus {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    /*margin-bottom: 48px;*/
    z-index: 9999999;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

#formStatus p {
    position: fixed;
    top: -48px;
    /*top: 0;*/
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #66cc33;
    padding: 10px 20px;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

#formStatus p::before {
    font-family: 'fontAwesome';
    font-size: 1.5rem;
    content: '\f00c';
    color: #fff;
    font-weight: 300;
    margin-right: 10px;
}





/* 

	SLIDE 1
	
*/

#slide1, #slide5 {
	width: 100%;
	background-color: #ff6633;
	position: relative;
}

#slide1 h1 {
	color: #fff;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 30px;
}

#slide1 h1 span {
    font-size: 4.2rem;
}

.container > .container {
	padding-top: 40px;
	position: relative;
	z-index: 1000;
}

#slide1 > .container {
	position: relative;
	padding: 0;
	background-image: url(../images/keyVisual.jpg);
	background-repeat: no-repeat;
	background-size: 550px;
    background-position: 90% -20px;
}

#slide1 .rightContainer {
    width: 89px;
    margin-top: 25px;
    margin-right: 70px;
}

#slide1 .logo {
    width: 280px;
    margin-left: -20px;
}

#slide1 ul.accented {
	font-size: .95rem;
	line-height: 1.2rem;
	color: #fff;
	margin: 40px 0 65px 25px;
}

#slide1 ul.accented li {
    margin: 20px 0 20px -22px;
}

#slide1 ul.accented li::before {
	background-color: #66cc33;
    margin-left: 24px;
}

#slide1 ul.accented span {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-left: 22px;
}


/* 

	SLIDE 2

*/

#slide2, #slide4 {
	background-color: #fff;
}

#slide2 p, #slide3 p {
	letter-spacing: -.05rem;
}

#slide2 ul, #slide3 ul {
	margin-left: 25px;
	letter-spacing: -.05rem;
}

#slide2 ul li {
    margin: 15px 0;
}

#slide2 ul li::before {
	background-color: #ff6633;
}

#slide2 .leftContainer {
	width: 405px;
}

#slide2 .leftContainer p {
	padding-bottom: 10px;
}

#slide2 .rightContainer {
    width: 46%;
    margin-top: 20px;
}

#slide2 .imgDesc {
	float: left;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-weight: 400;
	color: #000;
	display: inline-block;
	margin-top: 20px;
	padding-left: 25px;
}

#slide2 .imgDesc span {
	display: inline-block;
	margin: .53rem 0;
}

#slide2 p.description {
	clear:both;
    width: 75%;
	font-weight:500;
	padding-top:20px;
	padding-bottom:30px;
}


/* 

	SLIDE 3

*/

#slide3 {
    position: relative;
	padding: 0;
	background-color: #ffe8e1;
	background-image: url('../images/people-picture.jpg');
	background-repeat: no-repeat;
	background-position-x: calc(50% + 230px);
	background-position-y: bottom;
	overflow-x: hidden;
}

#slide3 > .container {
	padding: 0;
}

#slide3 .leftContainer {
	width: 100%;
	margin-bottom: 25px;
}

#slide3 .leftContainer p {
    width: 100%;
    max-width: 690px;
}

#slide3 h3 {
	margin: 0 0 40px;
}

#slide3 ul li {
	font-weight: 500;
	padding: 2px;
}

#slide3 ul li::before {
	content: '';
	position: absolute;
	top: 4px;
	left: -25px;
	width: 20px;
	height: 13px;
	background-image: url(../images/checkmark.svg);
}


/* 

	SLIDE 4

*/

#slide4 h3 {
	padding: 35px 0 25px;
	margin: 0;
}

#slide4 .leftContainer {
	width: 470px;
	position: relative;
	z-index: 100;
}

#slide4 .leftContainer > p {
    width: 430px;
}

#slide4 .rightContainer {
	width: 440px;
	margin-top: 40px;
	margin-left: -50px;
}

#slide4 .rightContainer p {
    width: 303px;
    margin: 0 0 30px 110px;
}

#slide4 .rightContainer img {
	margin-bottom: 25px;
}

#slide4 .rightContainer + p {
	line-height: 1.2rem;
	width: 450px;
	padding-top: 10px;
}

#slide4 .container p.ref {
    clear: both;
    line-height: 1rem;
    font-weight: 300;
    font-size: .7rem;
    margin: 0 0 40px;
    width: 100%;
    color: #959595;
}


/* 

	SLIDE 5

*/

#slide5 {
	color: #fff;
}

#slide5 .container {
	position: relative;
	padding-bottom: 40px;
}

#slide5 h3 {
	width: 450px;
	padding: 0 0 20px;
}

#slide5 .icon {
	width: 195px;
	float: left;
	letter-spacing: -.05rem;
    line-height: 1.2rem;
}

#slide5 .icon.first, .icon.second, .icon.third {
	margin-right: 40px;
}

#slide5 .icon.first {
	margin-top: 22px;
}

#slide5 .icon.third {
	margin-top: 2px;
}

#slide5 .icon.fourth {
	margin-top: 1px;
}

#slide5 p {
	font-size: .9rem;
}

#slide5 .icon span {
	font-weight: 600;
}

#slide5 a.leaflet {
    display: block;
}

#slide5 .logo-small {
	clear: both;
    background: url('../images/livevitamins-logo.svg') no-repeat;
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    width: 200px;
    height: 97px;
    margin-top: -60px;
    margin-right: 45px;
    margin-left: -15px;
    float: left;
}

#slide5 .produced {
    font-size:10px;
    line-height: 14px;
    width: 530px;
    position: absolute;
    bottom: 40px;
    left: 268px;
    z-index: 1000;
}

#slide5 .download {
    font-size: .75em;
    float: left;
    color: #fff;
    clear: both;
    margin: 75px 15px 0 233px;
}

#slide5 .btn-download {
    font-size: .8em;
    color: #fff;
    transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    line-height: 20px;
    max-width: 120px;
    margin: 72px 0 0 -3px;
    cursor: pointer;
    float: left;
}

#slide5 .btn-download:hover {
    color: white;
    transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

#slide5 .btn-download::before {
    font-family: 'fontAwesome';
    content: '\f144';
    font-size: 1.7em;
    color: #66cc33;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    margin-top:-1px;
    margin-right: 10px;
    display: block;
    float: left;
    cursor: pointer;
}

#slide5 .btn-download:hover::before {
    color: white;
    transform: rotate(450deg);
    -o-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -webkit-transform: rotate(450deg);
    transition: transform 1.1s, color 0.5s;
    -o-transition: -o-transform 1.1s, color 0.5s;
    -moz-transition: -moz-transform 1.1s, color 0.5s;
    -webkit-transition: -webkit-transform 1.1s, color 0.5s;
}

footer {
	position: relative;
    height: 130px;
    padding-top: 10px;
    background-color: #fff;
	clear: both;
    box-sizing: border-box;
}

footer a, a:visited, footer span.more {
    color: #000;
    text-decoration: none;
}

footer a:hover, span.more:hover {
    text-decoration: underline;
}

footer span {
    font-size: .75em;
    margin-left: 15px;
}

span.more {
    cursor: pointer;
}

footer img {
	margin-bottom: -6px;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.mobile-380, .mobile-410, .mobile-450, .mobile-700, .mobile-900 {
	display: none;
}




/* 

	Media queries

*/

@media screen and (max-width: 1020px) {
	.container {
		width: 100%;
	}
	#slide1 > .container {
		background-position-x: calc(60% + 130px);
	}
    #slide1 .rightContainer {
        margin-right: calc(28% - 190px);
    }
	#slide2 .leftContainer {
		width: calc(100% - 460px);
	}
	#slide3 {
		background-position-x: calc(42vw - 250px);
	}
	#slide3 .leftContainer {
		width: 65vw;
	}
	#slide3 ul {
		width: 38vw;
	}
	#slide4 .leftContainer {
		width: calc(50vw - 25px);
	}
	#slide4 .leftContainer p {
		width: calc(45vw - 15px);
	}
	#slide5 .icon {
		width: calc(20vw - 4px);
	}

	#slide5 .icon.first, .icon.second, .icon.third {
		margin-right: calc(6vw - 20px);
	}
}

@media screen and (max-width: 980px) {
    #slide4 .leftContainer, #slide4 .rightContainer, #slide4 .leftContainer p {
        width: 100%;
        clear: both;
    }
    #slide4 .rightContainer {
        margin-top: 0;
    }
    #slide4 .container p.ref {
        margin-top: 20px;
    }
    #slide4 .rightContainer p {
        margin: 30px 0 25px;
        width: 100%;
    }
    #slide5 .download {
        margin-left: calc(-15px + 25.5vw)
    }
    #slide5 .produced {
        left: calc(20px + 25.5vw);
    }
    #slide5 .logo-small {
        margin-right: calc(25vw - 200px);
    }
}

@media screen and (max-width: 900px) {
	.container > .container {
		padding-top: 40px;
	}
	.logo {
		width: calc(20vw + 70px);
	}
	.langFrame {
		top: 30px;
		right: 42px;
	}
    #gdpr .container {
        padding: 30px 40px;
    }
	#buy-btn {
	    background: url('../images/buy-online.svg') no-repeat;
	    background-position: center center;
	    width: 84px;
	    height: 84px;
	    right: 20px;
	    top: 0;
	    margin-top: -55px;
	    margin-bottom: 30px;
	    cursor: pointer;
	    position: absolute;
	    z-index: 9999;
	}
	#slide1 > .container {
		/*background-size: calc(80vw - 160px);*/
        background-position-x: 50%;
        background-position-y: calc(182px - 10vw);
	}
    #slide1 .rightContainer {
        margin-top: 120px;
        margin-right: 10px;
    }
	#slide1 h2 {
		width: 100%;
		margin-top: 0;
	}
    #slide1 ul.accented {
        padding-top: calc(3vw + 320px);
        margin-bottom: 45px;
    }
	#slide1 ul.accented li::before {
		top: 6px;
	}
    #slide2 .leftContainer {
        width: calc(85vw - 380px);
    }
    #slide2 .rightContainer {
        width: calc(35vw + 100px);
    }
    #slide2 p.description {
        width: 100%;
    }
    #slide3 {
        background-image: none;
        padding-bottom: calc(33vw - 180px);
    }
    #slide3 .pic {
        position: absolute;
        bottom: 0;
        left: calc(10vw - 110px);
        width: calc(140vw - 120px);
        z-index: 1;
    }
    #slide3 .leftContainer {
        width: 100%;
    }
    #slide3 ul {
        width: 100%;
    }
	#slide4 .leftContainer {
		width: 100%;
	}
	#slide4 .rightContainer img {
		margin-bottom: 0;
	}
    #slide5 a.leaflet {
        clear: both;
        float: left;
        display: block;
        margin-top: 20px;
    }
    #slide5 .download {
        margin: 0;
    }
    #slide5 .logo-small {
        margin-top: 50px;
        margin-right: 50px;
    }
    #slide5 .btn-download {
        margin: -4px 0 0 12px;
    }
    #slide5 .produced {
        display: block;
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 30px;
        float: left;
        clear: both;
    }
	.desktop-900 {
		display: none;
	}
	.mobile-900 {
		display: inline-block;
	}
}

@media screen and (max-width: 800px) {
    #slide1 > .container {
        background-image: url(../images/keyVisual-mob.jpg);
        background-position-x: calc(50% - 10px);
        background-position-y: calc(200px - 10vw);
    }
    #slide1 ul.accented {
        padding-top: calc(480px - 20vw);
    }
    #slide2 .imgDesc {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    #slide3 {
        padding-bottom: calc(15vw + 80px);
    }
    #slide3 .pic {
        position: absolute;
        bottom: 0;
        left: calc(75vw - 710px);
        width: calc(1200px - 30vw);
    }
	#slide5 .logo-small {
		clear: both;
	}
	#slide5 .moreInfo {
		position: relative;
		z-index: 1000;
	}
}

@media only screen and (max-height: 780px) and (min-width: 600px) {
    .closeContainer {
        width: 200px;
        top: 80px;
        right: 80px;
        position: fixed;
    }
}

@media only screen and (max-height: 860px) and (max-width: 600px) {
    .closeContainer {
        width: 200px;
        top: 60px;
        right: 30px;
        position: fixed;
    }
    #popUp .closeContainer, #gdprPopUp .closeContainer {
    	position: fixed;
    }
}

@media only screen and (max-height: 940px) and (max-width: 500px) {
    .closeContainer {
        width: 200px;
        top: 60px;
        right: 30px;
        position: fixed;
    }
}

@media only screen and (max-height: 980px) and (max-width: 450px) {
    .closeContainer {
        width: 200px;
        top: 60px;
        right: 30px;
        position: fixed;
    }
}

@media screen and (max-width: 700px) {
    #gdpr .text {
        float: none;
        text-align: center;
    }
    #gdpr .buttons {
        float: none;
        width: 280px;
        margin: 20px auto 0;
    }
	#popUp .container, #gdprPopUp .container {
	    width: 100%;
	    padding: 20px;
	}
	#popUp .closeContainer, #gdprPopUp .closeContainer {
	    width: 200px;
	    top: 50px;
	    right: 40px;
	    position: fixed;
	}
	#popUp h2, #gdprPopUp h2 {
		margin-top: 40px;
	}
	#popUp ul, #gdprPopUp ul {
		padding-left: 40px;
	}
    #slide1 h1 {
        font-size: 1.6rem;
    }

    #slide1 h1 span {
        font-size: 4rem;
    }
    #slide1 .rightContainer {
        position: absolute;
        top: 30px;
        right: 40px;
        margin-right: 0;
    }
	#slide2 .leftContainer {
		width: 100%;
		margin-top: 20px;
	}
	#slide2 .rightContainer {
        width: 100%;
		float: left;
		clear: both;
	}
	#slide2 .rightContainer img {
		width: auto;
	}
	#slide2 .imgDesc {
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
    #slide3 {
        padding-bottom: calc(15vw + 80px);
    }
    #slide3 .pic {
        left: calc(55px - 37vw);
        width: calc(150vw - 30px);
    }
	#slide5 {
        background-image: url(../images/watermark-droplet.svg);
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: 95% bottom;
    }
	.desktop-700 {
		display: none;
	}
	.mobile-700 {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.container {
		padding: 0 20px;
	}
	.container > .container {
		padding-top: 20px;
	}
	.langFrame {
        top: 18px;
        right: 0;
    }
    #lang {
        width: 128px;
    }
	#lang ul li a {
		padding-right: 20px;
	}
	#slide1 .container {
        padding-left: 20px;
        padding-right: 20px;
		background-size: calc(270px + 50vw);
        background-position-y: calc(190px - 10vw);
	}
    #slide1 .leftContainer {
        margin-left: -20px;
        margin-right: -20px;
    }
    #slide1 .rightContainer {
        margin-right: 0;
        top: 15px;
        right: 10px;
    }
    #slide1 ul.accented {
        padding-top: calc(40vw + 120px);
    }
    #slide1 h1 {
        font-size: 1.4rem;
        line-height: 2.5rem;
        margin-top: 30px;
        margin-left: 10px;
    }
    #slide1 h1 span {
        font-size: 3.4rem;
    }
	#slide1 h2 {
		font-size: 3.54vw;
		line-height: 4.4vw;
	}
    #slide1 .logo {
        width: 270px;
        margin-top: 10px;
        margin-left: -10px;
    }
	h3 {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	#slide2 p.description {
		padding-bottom:20px;
	}
    #slide3 {
        padding-bottom: calc(35vw - 30px);
    }
    #slide3 .pic {
        left: calc(30px - 40vw);
        width: calc(160vw - 30px);
    }
    #slide5 {
        background-size: 45%;
    }
	#slide5 h3 {
		width: 100%;
	}
	#slide5 .icon.third {
		clear: both;
	}
	#slide5 .icon {
		width: calc(40vw - 2px);
	}
	#slide5 .icon.second {
		margin-right: 0;
	}
	#slide5 .icon.first, .icon.third {
		margin-right: calc(12vw - 30px);
	}
    #slide5 .icon.third, #slide5 .icon.fourth {
        margin-top: 25px;
    }
    #slide5 .logo-small {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    #contactsPopUp .frame {
        padding: 50px 25px;
    }
    #contactsPopUp .logo {
        width: 230px;
        margin-left: -12px;
    }
}


@media screen and (max-width: 475px) {
    #gdpr .container {
        padding: 15px 15px;
    }
    #gdpr .buttons {
        width: 100%;
    }
    #gdpr button.gdprCloseBtn {
        display: block;
        width: 120px;
        margin: 0 auto 20px;
    }
    #gdpr button.more {
        float: none;
        display: block;
        width: 245px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 470px) {
	h3 {
		font-size: 1.3rem;
		line-height: 1.5rem;
	}
    #slide4 .rightContainer img {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
	body {
		font-size: 14px;
	}
	#buy-btn {
		width: 70px;
		height: 70px;
		background-size: 100%;
		margin-top: -45px;
	}
	#buy-btn p {
		font-size: .6rem;
        line-height: .75rem;
		margin-top: 7px;
	}
    #slide1 .container {
        background-size: calc(110px + 80vw);
        background-position-y: 80px;
    }
    #slide1 ul.accented {
        padding-top: calc(49vw + 60px);
    }
    #slide1 h1 {
        font-size: 1.3rem;
        line-height: 3rem;
        margin-top: 20px;
        margin-left: 5px;
    }
    #slide1 h1 span {
        font-size: 3.4rem;
        line-height: 1.3rem;
    }
    #slide1 .logo {
        width: 200px;
    }
    #slide1 .rightContainer {
        top: 60px;
        margin-top: 0;
        margin-right: -10px;
    }
    #slide2 .imgDesc {
        font-size: 1rem;
    }
	#slide5 h3 {
		width: 100%;
	}
	.desktop-450 {
		display: none;
	}
	.mobile-450 {
		display: block;
	}
}

@media screen and (max-width: 410px) {
    #slide1 .container {
        background-size: calc(60px + 95vw);
        background-position-y: calc(190px - 25vw);
    }
    #slide1 .rightContainer {
        width: 100px;
        top: 60px;
    }
    #slide1 .logo {
        width: 180px;
    }
    #slide1 ul.accented {
        padding-top: calc(70vw - 20px);
    }
    #slide1 h1 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    #slide1 h1 span {
        font-size: 2rem;
    }
    #slide2 .imgDesc {
        font-size: 1rem;
        line-height: 1.2rem;
        width: 50%;
        margin-top: 15px;
    }
    .mobile-410 {
        display: block;
    }
}

@media screen and (max-width: 390px) {
    #formStatus p {
        font-size: .7rem;
    }
}

@media screen and (max-width: 380px) {
    .mobile-380 {
        display: block;
    }
    span.more {
        display: block;
        margin-top: 10px;
        margin-left: 43px;
    }
}

@media screen and (max-width: 350px) {
    #slide1 .rightContainer {
        width: 90px;
    }
    #slide3 {
        padding-bottom: calc(42vw - 30px);
    }
}