
/****************************************
  Author: AppTree
  Author URI: http://www.apptree.mk
  Version: 2.0
  License: GNU General Public License
*****************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=cyrillic,latin-ext,vietnamese);
#space,
hr {
    margin-bottom: 30px;
    margin-top: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, Helvetica, Arial, sans-serif
}

.lead,
p {
    font-weight: 300
}

a,
ul.list_2 li a {
    -webkit-transition: all .2s ease-in-out
}

.gray-btn,
.lead-big,
.skills li,
.uppercase {
    text-transform: uppercase
}

ol,
ul,
ul.list li,
ul.list_2 li,
ul.tags li {
    list-style: none
}

.mbr-section--fixed-size,
.tab {
    overflow: hidden
}

.box-primary-nav li,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#submit,
*,
.box-primary-nav a:focus {
    outline: 0
}

.box-primary-nav a,
.btn,
.close,
.contact-widget ul.social-icons li a:hover,
.no-touch .box-primary-nav a:hover,
.social-links a:hover,
.twitter-widget a:hover,
.white:hover,
a,
a:focus,
a:hover,
footer a:hover {
    text-decoration: none
}

.shadow {
    -webkit-filter: drop-shadow( 0 4px 2px hsla(0, 0%, 0%, .5))
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #fff;
    overflow-x: hidden
}

hr {
    border: 0;
    border-top: 1px solid #eee
}

.hr {
    border-bottom: 1px solid #eee
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

.libre-text,
.module-subtitle {
    font-family: Cantarell, "Times New Roman", sans-serif
}

a:hover:after {
    width: 50%
}

a:focus,
a:hover {
    color: #89cca8
}

p {
    color: #777;
    font-size: 15px
}

.lead-big {
    color: #58595B;
    font-size: 35px
}

.lead {
    color: #58595B;
    font-size: 18px;
    line-height: 23px
}

.libre-text {
    font-size: 15px
}

@media only screen and (max-width:480px) {
    .libre-text {
        font-size: 14px
    }
}

.white-color {
    color: #fff
}

.green-text {
    color: #7beec7
}

.gray-text {
    color: #ccc!important
}

.white {
    color: #fff
}

.yellow {
    color: #ffeedb!important
}

.bolder {
    font-weight: 900;
    color: #ffeedb
}

ul.menu-cat li a:hover,
ul.social-icons li a:hover {
    color: #7beec7
}

.skills {
    float: left;
    clear: both;
    width: 100%
}

.skills li,
.skills ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.skills li {
    float: right;
    clear: both;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 1px;
    font-size: 17px;
    letter-spacing: 1px
}

#diagram {
    float: right;
    width: 600px;
    height: 600px
}

.get {
    display: none
}

@media only screen and (max-width:992px) {
    #diagram {
        float: left;
        width: 700px;
        height: 600px
    }
}

@media only screen and (min-width:992px) {
    #diagram {
        float: right;
        width: 450px;
        height: 450px
    }
}

@media only screen and (min-width:1200px) {
    #diagram {
        float: right;
        width: 600px;
        height: 600px;
        margin-top: -50px!important
    }
}

.btn-hero-white:hover:after,
.default-btn:hover:after,
.mbr-box,
.section-overlay {
    width: 100%
}

.section-overlay~.container {
    position: relative;
    z-index: 5
}

section {
    position: relative
}

.section-below {
    z-index: 0;
    margin-top: 100px
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background-image: url(../img/dot.gif);
    opacity: .06
}

.default-btn,
.mbr-section--relative {
    position: relative
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.contact-form,
.mt-50 {
    margin-top: 50px
}

.mt-100 {
    margin-top: 100px
}

.mt-150 {
    margin-top: 150px
}

.mt-200 {
    margin-top: 200px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-150 {
    margin-bottom: 150px
}

.mbr-box {
    display: table
}

.mbr-section--bg-adapted {
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

.mbr-section--full-height {
    height: 100vh
}

.mbr-section {
    padding: 0 20px
}

.mbr-background,
.mbr-parallax-background {
    background-attachment: fixed!important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover!important
}

.mbr-background {
    background-attachment: scroll!important
}

a {
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    transition: all .2s ease-in-out
}

.btn-hero:hover:after {
    width: 100%;
    background-color: #000
}

.default-btn {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 0 50px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 70px;
    font-weight: 400
}

.default-btn i,
.default-btn:after {
    -webkit-transition: all .3s ease-in-out
}

.default-btn i {
    opacity: 0;
    position: absolute;
    font-size: 25px;
    transition: all .3s ease-in-out;
    right: 30px;
    top: 0;
    color: #ccc
}

.gray-btn {
    color: #777!important;
    font-weight: 400;
    font-size: 14px!important
}

.default-btn:hover i {
    opacity: 1;
    right: -30px
}

.btn-hero-white:after,
.default-btn:after {
    content: "";
    position: absolute;
    top: 27px;
    width: 50%;
    height: 2px;
    left: 0
}

.default-btn:after {
    background-color: #ccc;
    transition: all .3s ease-in-out
}

.btn-hero-white:after {
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.white:hover {
    color: #fff
}

.module-subtitle {
    text-transform: none!important;
    color: #000;
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px
}

.module-title-large {
    font-size: 60px;
    font-weight: 400!important;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 35px
}

@media only screen and (max-width:480px) {
    .module-title-large {
        font-size: 25px;
        font-weight: 400!important;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0
    }
    .module-subtitle {
        text-align: center;
        margin: 15px 0;
        font-size: 14px
    }
    .module-description {
        text-align: left!important;
        margin-bottom: 0!important;
        line-height: 1.4
    }
    .up-title {
        letter-spacing: 2px!important;
        font-size: 13px!important
    }
}

.module-description {
    text-align: center;
    margin-bottom: 70px
}

.up-title {
    text-align: center;
    font-weight: 400!important;
    letter-spacing: 5px;
    color: #ffeedb;
    font-size: 25px
}

.section-title h2,
.section-title-parralax h2 {
    text-transform: uppercase;
    letter-spacing: 10px
}

.black-font {
    color: #000
}

.section-title h2 {
    color: #000;
    font-size: 25px;
    font-weight: 400
}

.btn,
.tab nav a {
    font-weight: 700
}

.section-title-parralax h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-top: -145px;
    margin-bottom: 100px
}

.tab nav a,
ul.tags li a {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block
}

@media (max-width:992px) {
    .section-title {
        margin: 0 auto 50px
    }
}

ul.list li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 20px
}

ul.list li:last-child {
    margin-bottom: 0
}

ul.list_2 li {
    float: left;
    width: 100%
}

ul.list_2 li a {
    display: inline-block;
    padding: 20px;
    border-bottom: solid 1px #bfbfbf;
    width: 100%;
    transition: all .2s ease-in-out
}

.btn,
.tab nav .bottom-line {
    -webkit-transition: all .2s ease-in-out
}

ul.list_2 li:first-child a {
    border-top: solid 1px #bfbfbf
}

ul.list_2 li a>span {
    float: right
}

ul.list_2 li a:hover {
    border-bottom: solid 1px #7beec7
}

ul.tags {
    float: left
}

ul.tags li {
    margin-right: 5px;
    margin-bottom: 5px;
    float: left
}

ul.tags li a {
    height: 30px;
    line-height: 30px;
    color: #999;
    background-color: #e5e5e5;
    padding: 0 15px
}

ul.tags li a:hover {
    background-color: #f2f2f2;
    color: #60606e
}

.btn {
    height: 50px;
    line-height: 50px;
    text-transform: uppercase
}

.btn:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.btn.green {
    background-color: #7beec7;
    color: #fff
}

.btn.white {
    background-color: #fff;
    color: #7beec7
}

@media (max-width:992px) {
    .btn {
        margin: 20px 0
    }
}

.tab {
    float: left
}

.tab nav {
    width: 100%;
    display: inline-block;
    float: left;
    border-bottom: solid 2px #e6e6e6;
    margin-bottom: 30px;
    position: relative
}

.tab nav .bottom-line {
    height: 2px;
    background-color: #7beec7;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all .2s ease-in-out
}

.tab nav a {
    padding: 0 10px 20px;
    color: #999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative
}

.tab nav a.current {
    color: #60606e
}

.tab .tab_single {
    display: none
}

.box-language,
.box-logo,
.frame-line,
.tab .tab_single.shown {
    display: block
}

.frame-line {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999
}

.frame-line.left-frame {
    width: 30px;
    left: 0;
    height: 100%;
    right: auto
}

.frame-line.bottom-frame {
    height: 30px;
    bottom: 0
}

.frame-line.right-frame {
    width: 30px;
    right: 0;
    height: 100%;
    left: auto
}

.frame-line.top-frame {
    height: 30px;
    top: 0
}

.box-header {
    position: absolute;
    background: url(../img/header-bg.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 180px;
    z-index: 3;
    box-shadow: none
}

.menu-fixed.is-fixed {
    position: fixed;
    background-color: #009345;
    height: 50px;
    width: 100%;
    left: 0;
    top: 0;
    background-image: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.box-header.menu-is-open {
    background-color: transparent
}

.box-language ul li {
    float: left;
    padding: 2px;
    color: #fff
}

.box-language ul li a {
    color: #fff;
    font-size: 13px;
    opacity: .9;
    font-weight: 400
}

.box-language ul li a:hover {
    color: #89cca8
}

@media only screen and (max-width:990px) {
    .box-language {
        right: 5%;
        top: 1%
    }
}

.box-logo {
    position: absolute;
    z-index: 4;
    left: 40%;
    top: 5px
}

.box-logo a img {
    width: 300px
}

.box-primary-nav-trigger,
.box-secondary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #fff
}

.box-primary-nav-trigger .box-menu-icon,
.box-secondary-nav-trigger .box-menu-icon {
    top: 50%;
    bottom: auto;
    height: 2px;
    position: absolute;
    background-color: #fff;
    display: inline-block;
    list-style: none
}

.box-primary-nav-trigger .box-menu-icon {
    width: 30px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.box-secondary-nav-trigger .box-menu-icon {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s
}

.box-secondary-nav-trigger .box-menu-icon::before,
.box-secondary-nav-trigger .box-menu-icon:after {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-secondary-nav-trigger .box-menu-icon::before {
    top: -5px
}

.box-primary-nav-trigger .box-menu-icon::after,
.box-secondary-nav-trigger .box-menu-icon::after {
    top: 5px
}

.box-primary-nav-trigger .box-menu-icon.is-clicked,
.box-secondary-nav-trigger .box-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0)
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before,
.box-secondary-nav-trigger .box-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::after,
.box-secondary-nav-trigger .box-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.box-primary-nav-trigger,
.box-secondary-nav-trigger {
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    top: 40%;
    bottom: auto
}

.box-primary-nav-trigger {
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.box-secondary-nav-trigger {
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.box-primary-nav-trigger .box-menu-text {
    display: inline-block
}

.box-primary-nav-trigger .box-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.box-primary-nav,
.box-secondary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(72, 68, 68, .96);
    z-index: 2;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    list-style: none
}

.box-primary-nav li {
    font-weight: 300;
    margin: .2em 0;
    text-transform: capitalize
}

.about-title,
.box-intro em,
.box-intro h3,
.features .feature-item h6,
.footer-widget h4 {
    text-transform: uppercase
}

.box-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: .25em;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    letter-spacing: 2px
}

.no-touch .box-primary-nav a:hover {
    color: #ddd
}

.box-primary-nav .box-label {
    color: #e8e0b0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 2.4em 0 .8em
}

.box-primary-nav .box-social {
    display: inline-block;
    margin: 10px .4em
}

.box-primary-nav .box-social a {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px
}

.box-primary-nav.is-visible,
.box-secondary-nav.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-primary-nav {
    padding: 100px 20px 0
}

.box-primary-nav li {
    font-size: 18px
}

.box-secondary-nav li a {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #1e8339;
    line-height: 40px;
    padding: 10px
}

.navbar {
    margin-top: 0;
    margin-bottom: 0
}

.navbar-right {
    margin-right: 0
}

.navbar-left {
    margin-left: 0
}

.navbar-nav {
    margin: 0!important
}

.navbar-nav>li>a {
    font-size: 17px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0
}

.navbar-nav>li>a.active,
.navbar-nav>li>a:hover {
    color: #89cca8
}

.nav>li>a {
    padding-left: 2px;
    padding-right: 15px
}

.language-div,
.right-menu-div {
    padding-right: 0
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: 0 0
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: 0 0;
    border-color: #278a3b
}

.dropdown-menu,
.dropdown-menu.is-fixed {
    opacity: .9;
    min-width: 130px;
    left: 0!important;
    border: none!important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .175)
}

.left-menu-div {
    padding-left: 8px
}

.social-div {
    padding-left: 0
}

.dropdown-menu {
    background-color: transparent
}

.dropdown-menu.is-fixed {
    background-image: none;
    background-color: #009345;
    margin-top: 0!important
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 5px 10px;
    white-space: normal;
    line-height: 20px;
    text-align: left
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #89cca8;
    text-decoration: none;
    background: 0 0
}

.menu-bg-left {
    background-image: url(../img/dropdown-bg-left.png)
}

.menu-bg-left-2 {
    background-image: url(../img/dropdown-bg-left-2.png)
}

.menu-bg-left-big {
    background-image: url(../img/dropdown-bg-left-big.png)
}

.menu-bg-right {
    background-image: url(../img/dropdown-bg-right.png)
}

.box-intro {
    text-align: center;
    display: table;
    height: 100vh;
    width: 100%;
    background-image: url(../img/header.jpg);
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.bg-film:before {
    background: url(../img/dot.gif);
    opacity: .03;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

.box-intro .table-cell {
    display: table-cell;
    vertical-align: middle
}

.box-intro em {
    font-style: normal
}

b {
    font-weight: 600
}

b i:last-child {
    color: #ffeedb!important
}

.box-intro h1 {
    font-size: 40px;
    margin-top: 35px;
    color: #333;
    letter-spacing: 40px;
    font-weight: 700
}

.box-intro h3 {
    font-family: Cantarell, sans-serif;
    font-size: 14px;
    letter-spacing: 10px;
    color: #000;
    line-height: 4;
    font-weight: 700
}

.mouse {
    position: absolute;
    width: 20px;
    height: 35px;
    bottom: 100px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 1px solid #888;
    -webkit-animation: intro 1s;
    animation: intro 1s
}

.scroll {
    display: block;
    width: 1px;
    height: 5px;
    margin: 6px auto;
    border-radius: 4px;
    background: #999;
    -webkit-animation: finger 2s infinite;
    animation: finger 2s infinite
}

.footer-widget h4,
.logo-footer {
    margin-bottom: 30px
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes finger {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.box-headline {
    font-size: 130px;
    line-height: 1
}

.products h2,
.products h4,
.cookie-desc h2,
.cookie-desc h4 {
    line-height: 1.3;
    font-weight: 100
}

.box-words-wrapper {
    display: inline-block;
    position: relative
}

.box-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.box-words-wrapper b.is-visible,
.footer-widget h4 {
    position: relative
}

.no-js .box-words-wrapper b {
    opacity: 0
}

.no-js .box-words-wrapper b.is-visible {
    opacity: 1
}

.box-headline.rotate-2 .box-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.box-headline.rotate-2 em,
.box-headline.rotate-2 i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.box-headline.rotate-2 b {
    opacity: 0
}

.box-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0
}

.is-visible .box-headline.rotate-2 i {
    opacity: 1
}

.box-headline.rotate-2 i.in {
    -webkit-animation: box-rotate-2-in .4s forwards;
    animation: box-rotate-2-in .4s forwards
}

.box-headline.rotate-2 i.out {
    -webkit-animation: box-rotate-2-out .4s forwards;
    animation: box-rotate-2-out .4s forwards
}

.box-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px)
}

.no-csstransitions .box-headline.rotate-2 i {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0
}

.no-csstransitions .box-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.no-csstransitions .box-headline.rotate-2 .is-visible i {
    opacity: 1
}

@-webkit-keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0)
    }
}

@keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }
}

@keyframes box-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

@media (max-width:992px) {
    .box-intro h1 {
        font-size: 25px;
        letter-spacing: 5px
    }
    .box-intro h3 {
        font-size: 12px;
        letter-spacing: 8px
    }
}

footer.main-footer {
    background-color: #009345;
    z-index: 0
}

footer p {
    color: #777
}

footer a {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    font-family: Oswald, "Times New Roman", sans-serif
}

footer a:hover {
    text-decoration: underline;
}

.footer-widget h4 {
    color: #777;
    font-size: 15px;
    z-index: 2
}

.contact-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px
}

.contact-widget ul.social-icons li a i {
    font-size: 15px;
    width: 25px;
    height: 30px;
    color: #777;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.tip-1,
.tip-2,
.tip-3 {
    height: 226px;
    background-repeat: no-repeat
}

.contact-widget ul.social-icons li a.facebook:hover i {
    color: #507CBE
}

.contact-widget ul.social-icons li a.twitter:hover i {
    color: #63CDF1
}

.contact-widget ul.social-icons li a.google:hover i {
    color: #F16261
}

.contact-widget ul.social-icons li a.dribbble:hover i {
    color: #E46387
}

.contact-widget ul.social-icons li a.linkdin:hover i {
    color: #90CADD
}

.contact-widget ul.social-icons li a.tumblr:hover i {
    color: #4D7EA3
}

.contact-widget ul.social-icons li a.flickr:hover i {
    color: #E474AF
}

.contact-widget ul.social-icons li a.instgram:hover i {
    color: #4D4F54
}

.contact-widget ul.social-icons li a.vimeo:hover i {
    color: #87D3E0
}

.contact-widget ul.social-icons li a.skype:hover i {
    color: #36C4F3
}

.contact-widget span {
    font-weight: 900
}

.contact-widget ul li {
    margin-bottom: 12px
}

.contact-widget ul li p a {
    color: #777
}

.contact-widget p {
    padding-bottom: 20px
}

.twitter-widget a:hover {
    color: #000
}

.twitter-widget ul li {
    margin-bottom: 20px
}

.company-links a,
.twitter-widget ul li span {
    color: #777
}

.company-links a:hover {
    color: #ccc
}

.copyright-section {
    padding: 5px 0;
    font-size: 15px
}

.copyright-section p {
    font-size: 14px;
    margin: 5px 0 0;
    color: #fff
}

footer.main-footer ul.social-icons {
    float: left;
    width: 100%;
    text-align: center
}

footer.main-footer nav.footer-nav ul li {
    text-align: center;
    width: 100%
}

footer.main-footer nav.footer-nav ul li,
footer.main-footer nav.footer-nav ul li:first-child {
    margin-left: 0;
    margin-bottom: 20px
}

.tips h5 {
    font-size: 17px;
    margin-bottom: 0;
    color: #009345;
    font-weight: 400
}

.tip-1 {
    background-image: url(../img/about/1.png);
    width: 219px
}

.tip-2 {
    background-image: url(../img/about/2.png);
    width: 219px
}

.tip-3 {
    background-image: url(../img/about/3.png);
    width: 219px
}

.kitchen-bg-img,
.tips-bg-img,
.toilet-bg-img,
.wet-wipes-bg-img,
.cookie-settings-bg-img {
    background-image: url(../img/about-bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.kitchen-bg,
.tips-bg,
.toilet-bg,
.wet-wipes-bg,
.cookie-settings-bg {
    background-image: url(../img/product-cat2.png);
    height: 120px;
    background-repeat: no-repeat;
    background-position: center top
}

.kitchen-product,
.tips-product,
.toilet-product,
.wet-wipes-product,
.cookie-settings-product {
    background: #f7f7f7;
    padding: 20px
}

.kitchen-title,
.tips-title,
.toilet-title,
.wet-wipes-title,
.cookie-settings-title {
    position: relative;
    top: 30px
}

.about-bg,
.about-title-bg {
    position: absolute
}

.kitchen-title-small,
.tips-title-small,
.toilet-title-small,
.wet-wipes-title-small,
.cookie-settings-title-small {
    font-size: 16px;
    margin-bottom: 0;
    color: #009345
}

.cookie-desc a {
    color: #009345;
    font-weight: 200;
}

.cookie-desc a:hover {
    color: #89cca8;
}

.cookie-desc h2 {
    color: red;
    font-size: 25px
}

.cookie-desc table thead th{
    font-size: 20px;
    font-weight: 300;
    border-bottom: 2px solid #0090c5;
    padding: 10px;
}
.cookie-desc table tbody td{
    font-size: 17px;
    text-align: left;
    font-weight: 300;
    padding: 10px;
}

.products h4, .cookie-desc h4 {
    color: #58595B;
    font-size: 19px;
    margin-bottom: 25px
}

.products h2 {
    color: red;
    font-size: 38px
}

.products h3 {
    color: #009345;
    font-size: 18px;
    font-weight: 100
}

.products h4 {
    color: #58595B;
    font-size: 21px;
    margin-bottom: 25px
}

.products h2,
.products h3,
.products h4,
.cookie-desc h2,
.cookie-desc h4 {
    text-align: left
}

.related-products h2 {
    color: #009345;
    padding-bottom: 20px
}

.related-products h5 {
    font-size: 16px;
    color: #58595B;
    font-weight: 400
}

.product {
    border-radius: 15px
}

.product img {
    max-height: 344px;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    transform: scale(1)
}

.product img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.2)
}

.center-img {
    display: inline!important
}

.km-space {
    height: 60px
}

.about {
    border-top: 4px solid #ecdede
}

.about-info {
    height: 308px
}

.info-text {
    position: relative
}

.about-bg-3 {
    background-image: url(../img/about-bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.about .bottom-right-separator {
    bottom: -230px!important
}

.about-example-1 {
    background-image: url(../img/about/1.png);
    width: 219px;
    height: 226px
}

.about-example-2 {
    background-image: url(../img/about/2.png);
    width: 219px;
    height: 226px
}

.about-example-3 {
    background-image: url(../img/about/3.png);
    width: 219px;
    height: 226px
}

.about-title-bg {
    background-color: red;
    padding: 8px;
    z-index: 1;
    top: 30%
}

.bottom-right-separator,
.svg-below {
    z-index: 3;
    position: absolute
}

@media only screen and (max-width:1199px) {
    .about-title-bg {
        left: 24%
    }
}

@media only screen and (max-width:991px) {
    .about-title-bg {
        left: 39%
    }
}

@media only screen and (max-width:768px) {
    .about-title-bg {
        left: 37%
    }
}

@media only screen and (max-width:550px) {
    .about-title-bg {
        left: 32%
    }
}

@media only screen and (max-width:480px) {
    .about-title-bg {
        left: 24%
    }
}

.about-title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff
}

.about-title-small {
    font-size: 17px;
    margin-bottom: 0;
    color: #009345;
    font-weight: 400
}

@media only screen and (max-width:480px) {
    .facts {
        padding: 10px 0 40px
    }
}

#facts .bottom-separator {
    border-color: #f7f7f7 transparent transparent
}

.bottom-right-separator {
    width: 0;
    bottom: -180px;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 0 0 100vw;
    border-color: #fff transparent transparent
}

.numscroller {
    font-size: 45px;
    color: #000;
    margin-top: -125px
}

.count-name-intro {
    font-size: 20px;
    color: #000;
    letter-spacing: 2px
}

.count-item i {
    font-size: 110px;
    color: #fff
}

@media only screen and (max-width:992px) {
    .count-item {
        margin-top: 20px
    }
}

.features {
    padding: 100px 0;
    background-color: #ffeedb;
    border-top: 15px double #fff
}

#services .top-right-separator,
.top-right-separator {
    border-color: transparent transparent #fff
}

@media only screen and (max-width:480px) {
    .features {
        padding: 50px 0 100px
    }
}

.features .feature-item .item-head {
    position: relative;
    display: block
}

.features .feature-item .item-head i {
    font-size: 50px;
    color: #000
}

.features .feature-item h6 {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px
}

.features .feature-item p {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0
}

.portfolio h2,
.services h2 {
    letter-spacing: 5px;
    color: #000;
    font-weight: 700;
    margin-top: -145px;
    margin-bottom: 100px;
    text-transform: uppercase
}

.services h2 {
    font-size: 40px
}

.services {
    padding: 0 0 200px
}

.services h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 2;
    color: #000
}

.services i {
    display: block;
    font-size: 50px;
    color: #000
}

.portfolio h2 {
    font-size: 40px
}

.top-right-separator {
    width: 0;
    position: absolute;
    top: -180px;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 180px 100vw;
    z-index: 1
}

.portfolio .categories-grid span {
    font-size: 30px;
    margin-bottom: 50px;
    display: inline-block
}

.portfolio_container img {
    width: 100%
}

.portfolio .categories-grid .categories ul li {
    list-style: none;
    margin: 20px 0
}

.portfolio .categories-grid .categories ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #777;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400
}

.portfolio .categories-grid .categories ul li a.active {
    margin-left: 0;
    padding: 0 10px;
    color: #000;
    font-weight: 700
}

@media (max-width:992px) {
    .portfolio .categories-grid span {
        margin-bottom: 0;
        text-align: center;
        width: 100%
    }
    .portfolio .categories-grid .categories ul li {
        text-align: center
    }
    .portfolio .categories-grid .categories ul li a {
        margin-left: 0
    }
}

.benefits_single,
.benefits_single:nth-last-child(-n+3),
.portfolio_item {
    margin-bottom: 30px
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.portfolio_item .portfolio_item_hover {
    cursor: url(../img/read.png), auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.portfolio_item .portfolio_item_hover .item_info,
.site-hero_2 .page-title {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: inline-block;
    font-family: Cantarell, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
    opacity: 0
}

.flexslider h5,
.plan_title h6,
.team-member h6 {
    font-family: Cantarell, "Times New Roman", sans-serif
}

.portfolio_item .portfolio_item_hover .item_info em {
    font-weight: 400;
    display: inline-block;
    background-color: #000;
    padding: 5px;
    color: #ffeedb;
    margin-top: 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
    opacity: 0
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span,
.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team {
    padding: 0 0 100px
}

.process-numbers {
    color: #ffeedb;
    font-weight: 700;
    font-size: 150px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1
}

.team h3,
.team-member span {
    color: #fff;
    font-weight: 400
}

.team h3 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 2;
    letter-spacing: 10px
}

@media (min-width:1200px) {
    .top-separator {
        top: -48px
    }
    #facts .bottom-separator {
        bottom: -48px
    }
    .container {
        width: 1280px!important
    }
}

.member-thumb {
    overflow: hidden;
    position: relative
}

.cover,
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.team-member span {
    font-size: 13px;
    letter-spacing: 1px;
    opacity: .5
}

.member-thumb .overlay h6 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 50%;
    text-transform: uppercase;
    color: #333;
    font-weight: 700
}

.member-thumb .overlay p {
    font-size: 15px;
    color: #777;
    opacity: .5;
    font-weight: 400
}

.pricing h2,
.team-member h6 {
    text-transform: uppercase;
    font-weight: 700
}

.member-thumb .overlay {
    padding: 100px 0;
    line-height: 24px
}

.team-member h6 {
    font-size: 15px;
    line-height: 10px;
    margin: 30px 0 15px;
    color: #333
}

.member-thumb:hover .overlay {
    cursor: url(../img/eye.png), auto;
    opacity: .8;
    -webkit-transform: rotateY(0) scale(1, 1);
    -moz-transform: rotateY(0) scale(1, 1);
    -ms-transform: rotateY(0) scale(1, 1);
    -o-transform: rotateY(0) scale(1, 1);
    transform: rotateY(0) scale(1, 1)
}

.op-0,
.overlay {
    opacity: 0
}

.team-member:hover h6 {
    color: #333
}

.social-links {
    font-size: 13px;
    cursor: pointer
}

.social-links a {
    display: inline-block;
    padding: 3px 7px;
    color: #333
}

.social-links a:hover {
    color: #000
}

.cover {
    padding: 15px
}

.overlay {
    background-color: #fff;
    text-align: center;
    padding: 7px;
    -webkit-transition: all 850ms ease-in-out;
    -moz-transition: all 850ms ease-in-out;
    -o-transition: all 850ms ease-in-out;
    transition: all 850ms ease-in-out
}

.pricing {
    padding: 100px 0 50px
}

.pricing h2 {
    letter-spacing: 5px;
    color: #000;
    font-size: 40px;
    margin-top: -145px;
    margin-bottom: 100px
}

.pricing_plan {
    border: 1px solid #ddd
}

.plan_title h6 {
    font-size: 30px;
    padding: 40px
}

.plan_price .numscroller {
    letter-spacing: 1px;
    font-size: 50px;
    color: #000;
    padding: 35px
}

.list li {
    padding: 15px 20px;
    color: #777;
    font-size: 15px;
    font-weight: 400
}

.plan_price i {
    color: #f1f1f1;
    font-size: 100px
}

.list strong {
    margin-right: 5px;
    color: #000
}

@media only screen and (max-width:480px) {
    .pricing_plan {
        margin-top: 5px
    }
}

#clients {
    background-color: #ffeedb;
    padding: 0 0 50px;
    border-bottom: 15px double #fff
}

.svgcolor-dark,
.svgcolor-light {
    position: relative;
    top: -2px;
    z-index: 3
}

#owl-demo {
    padding-top: 30px
}

#owl-demo .item {
    margin: 3px
}

#owl-demo .item img {
    display: block;
    height: auto;
    margin: 0 auto
}

.testimonials {
    padding: 100px 0;
    color: #fff
}

.flexslider .avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: 3px double #777;
    background-color: #fff
}

.flexslider .avatar img {
    width: 82px;
    height: auto
}

.site-hero_2,
.slide {
    height: 600px;
    width: 100%
}

.flexslider h5 {
    font-size: 30px;
    margin: 30px 0;
    text-align: center
}

.flexslider p {
    color: #333;
    letter-spacing: 2px;
    text-align: center
}

.contact h4,
.site-hero_2 h2 {
    letter-spacing: 10px;
    text-transform: uppercase
}

.flex-direction-nav a:before {
    font-size: 40px!important;
    color: #000!important
}

@media only screen and (max-width:768px) {
    #testimonials {
        padding: 200px 0;
        color: #fff
    }
}

.contact {
    background-color: #fff;
    padding: 100px 0 50px;
    color: #000
}

.contact .bottom-right-separator {
    border-color: #fff transparent transparent;
    bottom: -180px
}

.contact h4 {
    color: #000;
    font-size: 20px;
    line-height: 1.5
}

#submit,
#submit:hover,
.contact a,
.contact a:hover,
.small-title {
    color: #777
}

.contact a {
    margin-top: 40px!important
}

.newsletter {
    border-left: 1px dashed #e0e0e1;
    padding-left: 50px
}

#submit {
    background-color: transparent;
    border: none;
    margin-top: 30px
}

@media only screen and (max-width:480px) {
    .contact {
        padding: 50px 0
    }
    .newsletter {
        border-left: none;
        padding: 0;
        text-align: left;
        border-top: 3px double #0C0C0C
    }
    .input_1 {
        border: 1px dashed #e0e0e1
    }
    .input_1>span {
        left: 0!important
    }
}

.site-hero_2 {
    background: url(../img/site-hero2.jpg) no-repeat;
    background-size: cover;
    position: relative
}

.site-hero_2 .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.site-hero_2 h2 {
    color: #777;
    font-size: 25px;
    line-height: 2
}

.small-title {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px
}

.project_descr .bottom-right-separator {
    bottom: -180px
}

#facts h2 {
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
    font-size: 25px;
    font-weight: 400
}

.slide {
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1!important;
    top: 0;
    left: 0;
    background-position: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.green-section .top-right-separator {
    top: -180px
}

ul.project_list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

ul.project_list li:before {
    font-family: Linearicons-Free;
    content: '\e870';
    position: absolute;
    left: 0;
    color: #777
}

.social-icons {
    opacity: 1
}

ul.social-icons li {
    list-style: none;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    padding: 2px
}

ul.social-icons li a {
    color: #fff;
    font-size: 13px;
    opacity: .9;
    font-weight: 400
}

ul.language-icons li i,
ul.social-icons li a i {
    color: #fff;
    font-size: 17px
}

ul.language-icons li {
    margin-left: 15px
}

ul.menu-cat li {
    list-style: none;
    float: left;
    margin: 0 10px
}

ul.menu-cat li i {
    color: #ccc
}

.share-title {
    margin-top: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid rgba(204, 204, 204, .55);
    padding: 10px;
    text-transform: uppercase
}

.benefits_1_single h6,
ul.services-list li {
    letter-spacing: 1px;
    text-transform: uppercase
}

.project_slider .flex-direction-nav a {
    top: 65%
}

.pages_pagination {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: right;
    font-size: 24px;
    margin: 50px 0
}

.pages_pagination .all {
    float: left
}

.pages_pagination>a {
    display: inline-block;
    height: 100%;
    width: 50px;
    text-align: center
}

.pages_pagination>a:hover {
    color: #000
}

.input_1 {
    height: 50px;
    width: 100%;
    border-bottom: 1px dashed #e0e0e1;
    position: relative
}

.input_1 input[type=text] {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 20px;
    float: left;
    position: relative;
    background-color: transparent;
    z-index: 2;
    font-size: 14px;
    color: #9a9a9a
}

.input_1>span {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    transform: translateY(-52%);
    font-weight: 300;
    font-size: 13px;
    color: #777;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1
}

.benefits_1_single>i:after,
ul.services-list li:before {
    font-family: Linearicons-Free;
    content: '\e870';
    font-weight: 700
}

.input_1>span.active,
.textarea_1>span.active {
    color: #000;
    font-size: 10px;
    top: 0;
    left: 5px;
    padding: 5px
}

.btn,
.close,
.close:hover {
    color: #fff
}

.benefits_single>i {
    display: inline-block;
    background-color: #7beec7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 20px
}

.benefits_single>.title {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #60606e
}

ul.services-list li:before {
    position: absolute;
    left: 0;
    color: #777
}

ul.services-list li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding: 0 25px;
    color: #777;
    font-size: 12px
}

.benefits_1_single>i:after {
    position: absolute;
    bottom: -22px;
    left: -22px;
    z-index: -1;
    color: #ffeedb;
    font-size: 90px
}

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

.benefits_1_single p {
    font-size: 14px
}

.benefits_1_single>i {
    display: inline-block;
    font-size: 50px;
    position: relative;
    color: #000
}

.benefits_1_single h6 {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px
}

.srv_pricing {
    padding: 0 0 100px;
    background: #ffeedb;
    border-bottom: 15px double #fff
}

.site-hero-contact {
    background: url(../img/contact-bg.jpg) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative
}

.site-hero-contact .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.site-hero-contact h2 {
    color: #777;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 2;
    letter-spacing: 10px
}

.form-group {
    margin-bottom: 20px!important
}

.detail h3 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.detail h4,
.detail p {
    font-size: 15px;
    color: #777
}

.detail h4 {
    letter-spacing: 1px;
    font-weight: 300
}

.detail p {
    font-weight: 400;
    line-height: 2
}

.detail i {
    color: #777;
    font-size: 50px
}

.detail a {
    color: #777;
    font-size: 15px
}

.detail a:hover {
    color: #009345
}

#company.form-control,
#email.form-control,
#message.form-control,
#name.form-control {
    width: 95%;
    padding-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300
}

#message.form-control {
    height: 190px
}

#company.form-control,
#email.form-control,
#name.form-control {
    height: 50px
}

#error_message,
#success_message {
    width: 100%;
    height: 100%;
    display: none;
    text-align: center
}

#success_message h3 {
    color: green
}

#error_message h3 {
    color: red
}

.t- .p-b {
    position: absolute;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px!important;
}

.m-t-16 {
    margin-top: 16px!important;
}

.m-t-17 {
    margin-top: 17px!important;
}

.m-t-18 {
    margin-top: 18px!important;
}

.m-t-20 {
    margin-top: 20px!important;
}

.m-t-21 {
    margin-top: 21px!important;
}

.m-t-22 {
    margin-top: 22px!important;
}

.m-t-23 {
    margin-top: 23px!important;
}

.m-t-24 {
    margin-top: 24px!important;
}

.m-t-25 {
    margin-top: 25px!important;
}

.m-t-26 {
    margin-top: 26px!important;
}

.m-t-28 {
    margin-top: 28px!important;
}

.m-t-29 {
    margin-top: 29px!important;
}

.m-t-30 {
    margin-top: 30px!important;
}

.m-t-32 {
    margin-top: 32px!important;
}

.m-t-34 {
    margin-top: 34px!important;
}

.m-t-35 {
    margin-top: 35px!important;
}

.m-t-37 {
    margin-top: 37px!important;
}

.m-t--20 {
    margin-top: -20px!important;
}

.m-t--34 {
    margin-top: -34px!important;
}

.m-t--40 {
    margin-top: -40px!important;
}

.m-t--50 {
    margin-top: -50px!important;
}

.m-t--68 {
    margin-top: -68px!important;
}

.m-b-5 {
    margin-bottom: 5px!important;
}

.m-b-10 {
    margin-bottom: 10px!important;
}

.m-b-15 {
    margin-bottom: 15px!important;
}

.m-b-20 {
    margin-bottom: 20px!important;
}

.m-b-25 {
    margin-bottom: 25px!important;
}

.m-b-30 {
    margin-bottom: 30px!important;
}

.panel-default>.panel-heading {
    color: #009345!important;
    background-color: #f7f7f7!important;
    border-color: #ddd;
    font-size: 20px;
    padding: 10px 30px
}

.panel-default>.panel-heading>.panel-title {
    font-size: 20px
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    font-size: 22px;
    font-weight: 100;
    padding: 10px 30px
}

.center-block {
    margin-right: -15px!important;
    margin-left: -15px!important
}

/****************************************************
* Cookies
****************************************************/

.cookies-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 30px 30px;
  font-size: 14px;
  background-color: rgb(59, 154, 65);
  display: none;
  grid-template-columns: 70% auto;
  align-items: center;
  color: white;
}

@media (max-width: 768px) {
  .cookies-popup {
    grid-template-columns: auto;
    grid-gap: 10px;
  }
}

.cookies-popup > .content > .title {
  font-size: 19px;
  margin-bottom: 20px;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
}

.cookies-popup > .content > .description {
  font-size: 16px;
  font-weight: 300!important;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-family: inherit;
  color: inherit;
  letter-spacing: 0.2px;
}

.cookies-popup > .content > .description a{
  color: #ffc531;
  font-size: 16px!important;
  font-weight: 300!important;
}


.cookies-popup > .action {
  /*display: flex;*/
  margin-left: 25%;
}

@media (max-width: 768px) {
  .cookies-popup > .action {
    margin-left: 0;
  }
}

.cookies-popup > .action > .chk {
  margin-right: 70px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  align-content: center;
}

.cookies-popup > .action > .chk > input {
  margin: 0;
}

.cookies-popup > .action > .chk > label {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 0 5px;
}

.cookies-popup > .action > .btn-ok {
  border: 0;
  position: relative;
  display: block;
  line-height: 1.2em !important;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  color: rgb(243, 108, 35);
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  padding: 15px 20px;
  min-width: 190px;
  margin-bottom: 15px;
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookies-popup > .action > .btn-ok::before, .cookies-popup > .action > .btn-ok::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.cookies-popup > .action > .btn-ok::before {
    background-color: #2b6636;
}

.cookies-popup > .action > .btn-ok::before {
    left: calc(100% - 54px);
    /*transform: skewX(-12deg);*/
    -webkit-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookies-popup > .action > .btn-ok::after {
    width: 57px;
    background: transparent no-repeat center center;
    background-size: 14px 20px;
    background-image: url('../img/arrow.png');
    -webkit-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookies-popup > .action > .btn-ok:hover::before,.cookies-popup > .action > .btn-ok:hover::before {
    left: 110%;
}
.cookies-popup > .action > .btn-ok:hover::after,.cookies-popup > .action > .btn-ok:hover::after{
    right: 10px;
}

.cookies-popup > .action > .btn-ok:hover {
  padding-left: 35px;
}

.cookies-popup > .action > .btn-ok:focus {
  outline: none;
}

.settings-link {
    color: inherit;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding: 4px 3px 4px 14px;
    display: block;
    line-height: 1;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0 auto;
    float: none;
    /* width: 181px; */
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -ms-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.settings-link::before {
    content: " ";
    width: 1px;
    height: 100%;
    top: 0;
    left: 2px;
    border-left: 1px solid #fff;
    border-color: inherit;
    transform: rotate(11deg);
    position: absolute;
}

.settings-link:hover {
    padding-left: 24px;
    text-decoration: none;
    color: #fff;
}

/* Radio Buttons */

.cookie-label {
  width: 150px;
  display:inline-block;
  margin-bottom:10px;
  display:none;
 }

.cookie-btn {
  display: inline-block;
  *display: inline;
  padding: 6px 6px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #5a5959;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cookie-btn:hover,
.cookie-btn:focus,
.cookie-btn:active,
.cookie-btn.active,
.cookie-btn.disabled,
.cookie-btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.cookie-btn:active,
.cookie-btn.active {
  background-color: #cccccc \9;
}

input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle {
  display: none;
}
input[type="radio"].toggle:checked + label {
  background-image: linear-gradient(to top,#969696,#727272);
  box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2),
                    0 1px 2px rgba(0, 0, 0, .05);
  cursor: default;
  color: #E6E6E6;
  border-color: transparent;
  text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle + label {
  /* width: 40px; */
  box-sizing: content-box;
}

input[type="radio"].toggle:checked + label.cookie-btn:hover {
  background-color: inherit;
  background-position: 0 0;
  transition: none;
}

input[type="radio"].toggle-left + label {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="radio"].toggle-left:checked + label {
  background-image: linear-gradient(to top,#58ba31,#390);
  box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2),
                    0 1px 2px rgba(0, 0, 0, .05);
  cursor: default;
  color: #fff;
  border-color: transparent;
  text-shadow: 0 1px 1px rgba(40, 40, 40, .75);

}
input[type="radio"].toggle-right:checked + label {
  background-image: linear-gradient(to top,#f03a1e,#c00);
  box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2),
                    0 1px 2px rgba(0, 0, 0, .05);
  cursor: default;
  color: #fff;
  border-color: transparent;
  text-shadow: 0 1px 1px rgba(40, 40, 40, .75);

}

input[type="radio"].toggle-right + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*******************************************************
*   Media Queries
********************************************************/
@media (min-width:1830px) and (max-width:1900px) {
	.m-t-34 {
    	margin-top: 45px!important;
	}
	.m-t-29 {
    	margin-top: 40px!important;
	}
	.m-t-24 {
    	margin-top: 35px!important;
	}
	.m-t-16 {
    	margin-top: 27px!important;
	}
	.m-t-15 {
    	margin-top: 28px!important;
	}
}

@media (min-width:1199px) and (max-width:1900px) {
    .box-header {
        height: 200px
    }
    .m-t-10 {
        margin-top: 28px
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .navbar-nav>li>a {
        font-size: 14px;
        padding-top: 15px
    }
    .nav>li>a {
        padding-right: 5px
    }
    .left-menu-div {
        padding-left: 0
    }
    .m-t-34{
      margin-top: 39px!important;
    }
    .m-t-29{
      margin-top: 35px!important;
    }
    .m-t-24 {
      margin-top: 32px!important;
    }
    .m-t-16 {
      margin-top: 25px!important;
    }
    .m-t-15 {
      margin-top: 24px!important;
    }
}

@media only screen and (max-width:991px) {
    .box-primary-nav-trigger,
    .box-secondary-nav-trigger {
        transform: translateY(100%)
    }
    .box-header {
        height: 150px
    }
    .box-logo a img {
        width: 200px
    }
    .box-secondary-nav-trigger {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    .box-logo {
        left: 35%
    }
    .box-logo a img {
        width: 250px
    }
    .bg-image img,
    .bg-image2 img,
    .bg-image3 img {
        width: 340px!important;
        height: 140px!important
    }
    .tp-caption.large_bold_red {
        font-size: 14px!important
    }
    .tp-caption.medium_light_grey {
        font-size: 14px!important;
        line-height: 13px!important
    }
    .tp-caption.medium_bg_red {
        margin-top: 16px!important
    }
    * .tp-caption.medium_bg_red a {
        font-size: 13px
    }
    .bg-image3 img {
        margin-left: -20px
    }
    .desc3,
    .link3,
    .text3 {
        margin-left: -25px!important
    }
    .text3 {
        margin-top: -15px!important
    }
    .desc3,
    .link3 {
        margin-top: -10px!important
    }
    .navbar-nav>li>a {
        font-size: 20px;
        text-align: left;
        border-bottom: 1px solid #36953f;
        padding: 5px
    }
    .dropdown-menu>li>a {
        font-size: 15px
    }
    .box-primary-nav,
    .box-secondary-nav {
        padding: 150px 20px 0
    }
    .products h2 {
        font-size: 28px
    }
    .kitchen-bg,
    .tips-bg,
    .toilet-bg,
    .wet-wipes-bg {
        height: 105px
    }
}

.btn,
.wrap {
    text-align: center
}

@media only screen and (max-width:600px) {
    .box-logo {
        left: 27%;
        top: 0
    }
}

@media only screen and (max-width:550px) {
    .box-logo {
        left: 28%;
        top: 0
    }
    .box-logo a img {
        width: 220px
    }
}

@media only screen and (max-width:480px) {
    .box-primary-nav-trigger {
        transform: translateY(20%);
        left: 20px;
        top: -3px
    }
    .box-secondary-nav-trigger {
        transform: translateY(20%);
        right: 0;
        top: -5px;
        font-size: 20px
    }
    .box-logo {
        left: 34%;
        top: 0
    }
    .box-logo a img {
        width: 120px
    }
    .copyright-section p {
        margin: 0
    }
    .about-info {
        height: auto
    }
    .box-header {
        height: 75px
    }
    .bg-image img,
    .bg-image2 img,
    .bg-image3 img {
        width: 270px!important;
        height: 120px!important
    }
    .section-below {
        margin-top: 55px
    }
    .tp-caption.large_bold_red {
        font-size: 14px!important;
        margin-top: -25px
    }
    .tp-caption.medium_light_grey {
        font-size: 12px!important;
        line-height: 10px!important;
        margin-top: -10px
    }
    .tp-caption.medium_bg_red a {
        font-size: 11px
    }
    .bg-image img,
    .bg-image2 img {
        margin-top: -25px
    }
    .bg-image3 img {
        margin-left: -80px;
        margin-top: -30px
    }
    .desc3,
    .link3,
    .text3 {
        margin-left: -65px!important
    }
    .text3 {
        margin-top: -15px!important
    }
    .desc3 {
        margin-top: -10px!important
    }
    .link3 {
        margin-top: -20px!important
    }
    .box-primary-nav,
    .box-secondary-nav {
        padding: 100px 20px 0
    }
    .kitchen-bg,
    .tips-bg,
    .toilet-bg,
    .wet-wipes-bg {
        height: 70px
    }
}

@media only screen and (max-width:320px) {
    .box-logo {
        left: 28%;
        top: 1%
    }
    .box-logo a img {
        width: 80px
    }
}

.wrap {
    padding: 40px
}

.btn {
    background: #428bca;
    border: 1px solid #357ebd;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 60px;
    position: relative;
    transition: color .1s ease
}

.btn:hover {
    background: #357ebd
}

.btn.btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px
}

.close {
    font-size: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    opacity: 1
}

.modal:target:before {
    display: none
}

.modal:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.modal .modal-dialog {
    background: 0 0;
    border-radius: 5px;
    z-index: 11;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    top: 5%
}

.modal:target .modal-dialog {
    top: -100%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%)
}

.modal-body {
    padding: 0
}

.modal-footer,
.modal-header {
    padding: 10px 20px
}

.modal-header {
    border-bottom: transparent
}

.modal-header h2 {
    font-size: 20px
}

.modal-footer {
    border-top: #eee solid 1px;
    text-align: right
}

.sbold{
    font-weight:400;
    line-height: 25px;
  }

  .mt-30{
      margin-top: 30px;
  }
  
  .cookie-desc .title{
    font-weight: 500;
  }
  
  .cookie-desc{
    width: auto;
    font-size: 19px;
    color: #f36d24;
    font-weight: 200;
    margin-top: 10px;
    text-align: left;
  }
  
  .cookie-desc ul p{
    margin-bottom: 0;
  }
  
  .panel-default > .panel-heading{
    color: #ffffff!important;
    background-color: #009345!important;
    border-color: #009345!important;
  }
  
  .panel-default > .panel-heading a:active, .panel-default > .panel-heading a:hover{
    text-decoration: none;
  }

  .panel-group .panel-heading + .panel-collapse > .panel-body{
    font-size: 19px;
    color: #333;
  }
  
  .cookie-desc table thead th{
      color: #fff;
    background: #009345;
    border: none;
  }
  
  .cookie-desc table > tbody > tr > td{
    border: 1px solid #009345;
  }
  
  .cookie-desc .download{
    margin-top: 40px;
    min-height: 800px;
  }

  .cookie-desc .panel-title a{
    color: #fff;
  }

  .cookie-desc h4{
      color: #fff;
      margin: 0;
  }

  .cookie-desc p{
    font-size: 19px;
  }


 .download a{
      color: #000;
  }

  .cookie-tab tbody td{
    color: #777;
  }

  
