*, ::before, ::after {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial;
	font-size: 16px;
    font-weight: 300;
	-webkit-text-size-adjust: none;
    color: #444;
}

.dosis {
    font-family: 'Dosis', sans-serif;
    font-weight: 100;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

em {
    display: inline-block;
    width: 100px;
}

.clearfix {
    clear: both;
}

.center {
    text-align: center;
}

h1 {
    margin: 0 0 50px;
    font-weight: 400;
    font-size: 65px;
    color: #94c11f;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 50px;
}

h2.has-info {
    margin-bottom: 0;
}

ol {
    margin: 0 0 50px 15px;
}

ol li {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    padding: 0;
    margin-bottom: 30px;
}

p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    text-align: justify;
    margin-bottom: 50px;
    margin-top: 0;
}

p strong {
    font-weight: 400;
}

p a {
    color: #009fe3;
}




div#header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 0 20px 0 #444;
    -moz-box-shadow: 0 0 20px 0 #444;
    box-shadow: 0 0 20px 0 #444;
}

div#header-wrapper.subsection {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

div#header-container {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    overflow: hidden;
}

div#header-container .logo {
    position: relative;
    width: 170px;
    height: 100px;
    background: url('/images/logo.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 25px;
}

div#header-container .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

div#header-container .slogan {
    position: absolute;
    top: 50px;
    right: 25px;
    font-weight: 100;
    font-size: 52px;
    color: #444;
    text-transform: uppercase;
}

span#mobile-menu-btn {
    position: relative;
    display: none;
    cursor: pointer;
    margin: 15px auto 0 auto;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('/images/mobile-menu.png') no-repeat center center #009fe3;
    background-size: 30px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

span#mobile-menu-btn:hover {
    background-color: #94c11f;
}

span#mobile-menu-btn.open {
    background: url('/images/mobile-close.png') no-repeat center center #94c11f;
    background-size: 30px 30px;
}

div#header-container nav#main-menu {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: right;
    margin-top: 30px;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

div#header-container nav#main-menu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 0;
}

div#header-container nav#main-menu ul li {
    display: inline-block;
    font-size: 20px;
    margin: 0 5px;
    padding: 20px;
    background: #fff;
}

div#header-container nav#main-menu ul li.active {
    border: solid 1px #ccc;
    border-bottom: none;
    border-top-color: #94c11f;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 0 8px 0 #ccc;
    -moz-box-shadow: 0 0 8px 0 #ccc;
    box-shadow: 0 0 8px 0 #ccc;
}

div#header-container nav#main-menu ul li a {
    color: inherit;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

div#header-container nav#main-menu ul li a:hover {
    text-decoration: none;
    color: #94c11f;
}

div#header-container nav#main-menu ul li.active a {
    font-weight: 400;
}

div#home-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 150px;
}

div#home-slider #slogan-wrapper {
    position: absolute;
    z-index: 10;
    width: auto;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    -moz-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    -o-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
}

div#home-slider .slogan {
    position: relative;
    z-index: 10;
    font-size: 55px;
    text-align: center;
    background: url('/images/white-back.png') repeat;
    padding: 35px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

div#home-slider .slogan span, div#home-slider .slogan strong {
    display: block;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 65px;
    white-space: nowrap;
}

div#home-slider .slogan strong {
    font-weight: 400;
    font-size: 65px;
}

div#home-slider #home-slides-container {
    position: relative;
    width: auto;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    left: 0;
}

div#home-slider #home-slides-container .home-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

div#home-slider #home-slides-container .home-slide.s1 {
    background: url('/images/slides/slide-1.jpg') no-repeat;
    background-size: cover;
}

div#home-slider #home-slides-container .home-slide.s2 {
    background: url('/images/slides/slide-2.jpg') no-repeat;
    background-size: cover;
}

div.content-wrapper {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 25px;
}

div#home-descr {
    position: relative;
    margin: 100px auto;
    background: url('/images/icon.png') no-repeat 75px 0;
    background-size: 100px auto;
    padding-left: 300px;
}

div#footer-wrapper {
    position: relative;
    border-top: solid 1px #009fe3;
    padding: 50px 0;
    margin-top: 150px;
    font-size: 14px;
}

div#footer-wrapper .links-container {
    text-align: center;
}

div#footer-wrapper .links-container a {
    display: inline-block;
    padding: 5px 10px;
    color: inherit;
}

div#footer-wrapper .copyright {
    text-align: center;
    margin-top: 30px;
}

.offers-container ul, .ref-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offers-container ul li, .ref-item ul li {
    font-size: 20px;
    line-height: 30px;
    background: url('/images/bullet.png') no-repeat 0 3px;
    background-size: 10px 25px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.offers-container .left {
    float: left;
    width: 40%;
}

.offers-container .right {
    float: right;
    width: 40%;
}

.ref-item {
    margin-bottom: 50px;
}

.ref-item ul {
    margin-left: 50px;
}

.ref-item .photo-info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
}

.product-item {
    position: relative;
    padding-left: 350px;
}

.product-item .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}

.product-item .photo img {
    display: block;
    width: 100%;
    height: auto;
}