/*
Theme Name: Sheetform
Author: Anonymous
Author URI:
Version: 1
Description: 
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
*/
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
* Remove default margin.
*/
body {
    margin: 0; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
    display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
    background-color: transparent; }

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
    outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
    font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
    font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0; 
    font-weight: 700;
    font-family: 'Poppins', sans-serif;}
/**
* Address styling not present in IE 8/9.
*/
mark {
    background: #ff0;
    color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
    font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
    border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
    overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
    margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
    box-sizing: content-box;
    height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
    overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
    overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
    text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
    cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
    line-height: normal; }

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
    overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
    font-weight: bold; }

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

.collapse, #nav, .lang ul, .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.clearfix:after, dl:after, #main .main-container:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .plan .row:after {
    content: '';
    display: block;
    clear: both; }

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden; }

html {
    box-sizing: border-box; }

*, *:before, *:after {
    box-sizing: inherit; }

* {
    max-height: 1000000px; }

body {
    color: #777777;
    background: #fff;
    font: 17px/2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }

.gm-style img {
    max-width: none; }

/*ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
margin: 0 0 2em; } */

blockquote {
    font-style: italic;
    margin-bottom: 22px; }

cite {
    font-style: normal;
    color: #0e1b3c;
    font-weight: 700; }

th, td {
    border: 1px solid #666;
    padding: .5em;
    text-align: left;
    vertical-align: top; }

th {
    text-align: center;
    vertical-align: middle; }

ul, ol {
    padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 3em;
    margin: 0; }

ul {
    list-style-type: disc; }

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold; }

dl dd {
    overflow: hidden; }

pre {
    max-width: 100%; }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 0.4em 0.7em;
    margin-bottom: 15px;
    font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #000; }
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc; }
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc; }
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc; }
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #ccc; }

select {
    -webkit-border-radius: 0; }

textarea {
    resize: vertical;
    vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer; }

@media (min-width: 1024px) {
    #content {
        float: left;
        width: 70%; } }

#content:only-child {
    float: none;
    width: 100%; }

@media (min-width: 1024px) {
    #sidebar {
        float: right;
        width: 25%; } }

#sidebar #wp-calendar {
    width: 100%; }

.widget {
    margin-bottom: 2em; }
.widget ul {
    padding-left: 2em; }
.widget select {
    min-width: 150px; }

.comment-form label {
    display: block;
    padding-bottom: 4px; }

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%; }

.comment-form input[type='submit'] {
    display: block;
    float: none; }

.post-password-form label {
    display: block;
    margin-bottom: 4px; }

.post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%; }

.search-form {
    margin-bottom: 15px; }
.search-form input {
    float: left;
    height: 2em; }
.search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
    float: left;
    height: 2em; }
.post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
    background: #000;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em; }
.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
    margin: 0 0 2em; }
.commentlist .edit-link {
    margin: 0; }
.commentlist .avatar-holder {
    float: left;
    margin: 0 2em 4px 0; }

.commentlist-item .commentlist-item {
    padding: 0; }
@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
    overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
    padding-top: 2em; }

.widget_calendar #next {
    text-align: right; }

.gallery-item dt {
    float: none;
    padding: 0; }

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 2em; }
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 3px; } }
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
@media (max-width: 767px) {
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em; } }
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    opacity: 0.8; }

.navigation-single {
    margin-bottom: 2em; }
.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
.navigation-single .next:hover,
.navigation-single .prev:hover {
    opacity: 0.8; }
.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block; }
@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em; } }
.navigation-single .next {
    float: right; }

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #666;
    padding: .4em;
    margin-bottom: 2em; }
.wp-caption img {
    margin: 0;
    vertical-align: top; }
.wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
    margin: 0 auto 2em; }

img.aligncenter {
    display: block;
    margin: 0 auto; }

.alignleft {
    float: left;
    margin: 0 2em 4px 0; }

.alignright {
    float: right;
    margin: 0 0 4px 2em; }

.mejs-container {
    margin-bottom: 2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto; }

@media (max-width: 1023px) {
    iframe {
        width: 100%; } }

#wp-calendar tbody td {
    text-align: center; }

#wp-calendar td,
#wp-calendar th {
    border: 1px solid #666; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 800;
    color: #0e1b3c; }

h1, .h1 {
    font-size: 24px;
    line-height: 1.4;}
@media (min-width: 1024px) {
    h1, .h1 {
        font-size: 24px; 
        line-height: 1.4;
    } }

h2, .h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px; }

h3, .h3 {
    font-size: 21px; }

h4, .h4 {
    font-size: 19px; }

h5, .h5 {
    font-size: 17px; }

h6, .h6 {
    font-size: 15px; }

p {
    margin: 0 0 37px; }

a {
    color: #447B3B;
    -webkit-transition: color .4s, opacity .4s;
    transition: color .4s, opacity .4s;
    text-decoration: none; }
a:hover, a:focus {
    text-decoration: none;
    color: #60A455; }

/* burger menu style */
.nav-opener {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: auto;
    display: block;
    position: relative;
    z-index: 10; }
@media (min-width: 1024px) {
    .nav-opener {
        display: none; } }
.nav-opener:hover {
    opacity: 1; }
.nav-active .nav-opener span {
    opacity: 0; }
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0; }
.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.nav-opener span, .nav-opener:before, .nav-opener:after {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: -2px;
    /* height/2 */
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear; }
.nav-opener:before, .nav-opener:after {
    content: '';
    top: 20%; }
.nav-opener:after {
    top: 80%; }

.header {
    background: rgb(83,139,74);
    background: radial-gradient(circle, rgba(83,139,74,1) 0%, rgba(68,123,59,1) 100%);
    position: relative;
    padding: 15px 0;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    z-index: 99; }
@media (min-width: 1024px) {
    .header {
        padding: 30px 0 30px; } }
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.with-banner .header {
    background-color: rgb(75,137,65);
    background-color: radial-gradient(circle, rgba(75,137,65,1) 0%, rgba(68,123,59,1) 100%);}
.nav-active .header {
    background-color: #000; }

.logo a {
    display: block; 
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-family: Montserrat;
}

.logo img {
    width: 160px;
    height: 34px; }

.collapse {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 999;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background-color: #000;
    opacity: 1;
    /*padding: 0 20px 45px;*/
    overflow-y: auto; }


@media (min-width: 1024px) {
    .collapse {
        overflow-y: visible;
        position: relative;
        top: 0;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-color: transparent;
        text-align: left;
        padding: 15px 0 0; } }
.nav-active .collapse {
    padding-top: 20px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

@media (max-width: 1023px) {
    .nav-active {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh; } }

#nav {
    text-transform: uppercase; }
@media (min-width: 1024px) {
    #nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
#nav li {
    position: relative;
    margin-bottom: 0; }
@media (min-width: 1024px) {
    #nav li {
        border-top: none;
        padding: 0 24px; } }
#nav li:before {
    display: none; }
#nav li.active a {
    color: #447B3B; }
#nav a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 30px; 
    /*background-color: #447B3B;*/
}
@media (min-width: 1024px) {
    #nav a {
        padding: 0;
        background-color: transparent; } 
    #nav a:hover, #nav a:focus {box-shadow: 0 2px 0 #fff;}
    }



.lang {
    position: relative; }
@media (min-width: 1024px) {
    .lang {
        padding-top: 6px;
        padding-left: 25px; } }
.lang .opener {
    text-decoration: none;
    font-size: 24px;
    color: #fff; }
.lang .opener:hover {
    color: #447B3B; }
.lang ul {
    position: relative;
    min-width: 115px;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px; }
@media (min-width: 1024px) {
    .lang ul {
        position: absolute;
        right: -6px;
        padding: 7px 16px; } }
.lang ul:before {
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    position: absolute;
    top: -6px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
@media (min-width: 1024px) {
    .lang ul:before {
        right: 10px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
.lang ul a {
    color: #1e2025;
    text-decoration: none;
    display: block;
    padding: 0 16px; }
@media (min-width: 1024px) {
    .lang ul a {
        padding: 0; } }
.lang ul a:hover {
    color: #447B3B; }

@media (min-width: 768px) {
    .viewport-section.in-viewport .viewport-box,
    .viewport-section.in-viewport .move-left,
    .viewport-section.in-viewport .move-right,
    .viewport-section.in-viewport .move-bottom {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

.viewport-section .viewport-box {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear; }
@media (min-width: 768px) {
    .viewport-section .viewport-box {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px); }
    .viewport-section .viewport-box:nth-child(1) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s; }
    .viewport-section .viewport-box:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s; }
    .viewport-section .viewport-box:nth-child(3) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s; }
    .viewport-section .viewport-box:nth-child(4) {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s; }
    .viewport-section .viewport-box:nth-child(5) {
        -webkit-transition-delay: 2s;
        transition-delay: 2s; }
    .viewport-section .viewport-box:nth-child(6) {
        -webkit-transition-delay: 2.4s;
        transition-delay: 2.4s; }
    .viewport-section .viewport-box:nth-child(7) {
        -webkit-transition-delay: 2.8s;
        transition-delay: 2.8s; }
    .viewport-section .viewport-box:nth-child(8) {
        -webkit-transition-delay: 3.2s;
        transition-delay: 3.2s; }
    .viewport-section .viewport-box:nth-child(9) {
        -webkit-transition-delay: 3.6s;
        transition-delay: 3.6s; }
    .viewport-section .viewport-box:nth-child(10) {
        -webkit-transition-delay: 4s;
        transition-delay: 4s; } }

.viewport-section .move-left {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear; }
@media (min-width: 768px) {
    .viewport-section .move-left {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        transform: translateX(-70px); }
    .viewport-section .move-left:nth-child(1) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s; }
    .viewport-section .move-left:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s; }
    .viewport-section .move-left:nth-child(3) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s; }
    .viewport-section .move-left:nth-child(4) {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s; }
    .viewport-section .move-left:nth-child(5) {
        -webkit-transition-delay: 2s;
        transition-delay: 2s; }
    .viewport-section .move-left:nth-child(6) {
        -webkit-transition-delay: 2.4s;
        transition-delay: 2.4s; }
    .viewport-section .move-left:nth-child(7) {
        -webkit-transition-delay: 2.8s;
        transition-delay: 2.8s; }
    .viewport-section .move-left:nth-child(8) {
        -webkit-transition-delay: 3.2s;
        transition-delay: 3.2s; }
    .viewport-section .move-left:nth-child(9) {
        -webkit-transition-delay: 3.6s;
        transition-delay: 3.6s; }
    .viewport-section .move-left:nth-child(10) {
        -webkit-transition-delay: 4s;
        transition-delay: 4s; } }

.viewport-section .move-right {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear; }
@media (min-width: 768px) {
    .viewport-section .move-right {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px); }
    .viewport-section .move-right:nth-child(1) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s; }
    .viewport-section .move-right:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s; }
    .viewport-section .move-right:nth-child(3) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s; }
    .viewport-section .move-right:nth-child(4) {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s; }
    .viewport-section .move-right:nth-child(5) {
        -webkit-transition-delay: 2s;
        transition-delay: 2s; }
    .viewport-section .move-right:nth-child(6) {
        -webkit-transition-delay: 2.4s;
        transition-delay: 2.4s; }
    .viewport-section .move-right:nth-child(7) {
        -webkit-transition-delay: 2.8s;
        transition-delay: 2.8s; }
    .viewport-section .move-right:nth-child(8) {
        -webkit-transition-delay: 3.2s;
        transition-delay: 3.2s; }
    .viewport-section .move-right:nth-child(9) {
        -webkit-transition-delay: 3.6s;
        transition-delay: 3.6s; }
    .viewport-section .move-right:nth-child(10) {
        -webkit-transition-delay: 4s;
        transition-delay: 4s; } }

.viewport-section .move-bottom {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
@media (min-width: 768px) {
    .viewport-section .move-bottom {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
        transform: translateY(-70px); }
    .viewport-section .move-bottom:nth-child(1) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s; }
    .viewport-section .move-bottom:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s; }
    .viewport-section .move-bottom:nth-child(3) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s; }
    .viewport-section .move-bottom:nth-child(4) {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s; }
    .viewport-section .move-bottom:nth-child(5) {
        -webkit-transition-delay: 2s;
        transition-delay: 2s; }
    .viewport-section .move-bottom:nth-child(6) {
        -webkit-transition-delay: 2.4s;
        transition-delay: 2.4s; }
    .viewport-section .move-bottom:nth-child(7) {
        -webkit-transition-delay: 2.8s;
        transition-delay: 2.8s; }
    .viewport-section .move-bottom:nth-child(8) {
        -webkit-transition-delay: 3.2s;
        transition-delay: 3.2s; }
    .viewport-section .move-bottom:nth-child(9) {
        -webkit-transition-delay: 3.6s;
        transition-delay: 3.6s; }
    .viewport-section .move-bottom:nth-child(10) {
        -webkit-transition-delay: 4s;
        transition-delay: 4s; } }

cite {
    line-height: 1; }
cite .position {
    display: block;
    color: #777777;
    font-size: 13px;
    text-transform: uppercase; }

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important; }

#wrapper {
    overflow: hidden; }

.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px; }

#finish-container{
    max-width: 1050px;

}

.btn {
    background-color: rgba(233, 74, 53, 1);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    border: 0px solid #447B3B;
    padding: 11px 39px;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 11px;
    -webkit-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s; }
.btn:hover, .btn:focus {
    color: #fff;
    background-color: #c03d2c;
    /*border-color: #447B3B;*/ }
.btn.btn-outline {
    background-color: transparent;
    border: 1px solid #aaa;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 5px;
    letter-spacing: 0.76px; }
.btn.btn-outline:hover {
    background-color: #447B3B;
    color: #fff;
    border-color: #447B3B; }

.link {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    padding-right: 14px; }
.link:after {
    content: '\e901';
    font-family: 'icomoon';
    color: #447B3B;
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: color .4s;
    transition: color .4s; }
.link:hover {
    opacity: .7; }

.bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: top center; }

.heading-block {
    max-width: 760px;
    margin: 0 auto;
    text-align: center; }

@media (min-width: 768px) {
    .flex-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 768px) {
    .flex-holder .col {
        width: 50%; } }

@media (min-width: 768px) {
    .flex-holder .col .img-holder {
        padding: 0; } }

.flex-holder .img-holder {
    max-width: 500px;
    margin: 0 auto 20px; }
@media (min-width: 768px) {
    .flex-holder .img-holder {
        padding-top: 8px;
        padding-right: 56px; } }
.flex-holder .img-holder.full {
    margin-bottom: 0; }
.flex-holder .img-holder img {
    width: 100%; }



.about-top {
    padding: 60px 0 25px; 
    min-height: 300px;}
.about-top .bg-stretch {
    opacity: 1;
    max-height: 300px;}
.about-top .container {
    max-width: 895px; 
    text-align: center;}
.about-top h1 {
    z-index: 0; 
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-shadow:1px 1px 6px #000;
}


.dark-top h1, .green-top h1{
    z-index: 0; 
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-shadow: none;
}


.about-text .container, .privacy-text .container, .privacy-text .container h2{
    text-align: left;
    max-width: 800px;
}
.dark-top {    
    padding: 60px 0 60px;
    max-height: 220px;
    background: #1e2024;
    margin-bottom: 80px;
    text-align: center;
}
.dark-top .container {
    max-width: 895px; }


.green-top {    
    padding: 60px 0 60px;
    max-height: 220px;
    background: #2d4e25;
    margin-bottom: 80px;
    text-align: center;
}
.green-top .container {
    max-width: 895px; }


.about-us {
    padding-top: 40px; }

@media (min-width: 1174px) {
.about-us h1 {
    padding-right: 30px; }
}

@media (min-width: 1024px) {
    .about-us {
        padding-top: 40px; 
        padding-bottom: 50px;} }
.about-us h2 {
    margin-bottom: 42px; }
.about-us h5 {
    font-weight: 600;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
.about-us .flex-holder {
    margin: 0; }
.about-us .col {
    position: relative;
    padding-left: 0;
    padding-right: 0; }
@media (min-width: 768px) {
    .about-us .col {
        width: 100%; } }
@media (min-width: 1024px) {
    .about-us .col {
        width: 45%; } }
.about-us .col .img-holder img {
    display: block; }
@media (min-width: 1024px) {
    .about-us .col .img-holder.full {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
@media (min-width: 1200px) {
    .about-us .col .img-holder.full {
        right: -70px;
        left: 0; } }
@media (min-width: 1024px) {
    .about-us .col .img-holder {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        bottom: 0; } }
@media (min-width: 1200px) {
    .about-us .col .img-holder {
        left: 70px; } }
.about-us .text {
    padding-bottom: 50px; }
@media (min-width: 1024px) {
    .about-us img{
        margin-left: 100px; }
    .about-us .text {
        padding-bottom: 0px; } }
.about-us .btn-block {
    padding-top: 15px; }
@media (max-width: 1023px) {
    .about-us { text-align: center; }
    .about-us img{
        width: 200px; }
    .about-us .text{
        padding-bottom: 0px;}
    .about-us .btn {
        font-size: 19px; } }


.subscribe {
    position: relative;
    background-color: #447B3B;
    padding: 40px 0 50px; }
.subscribe .container {
    z-index: 5;
    position: relative;
    max-width: 650px; }
.subscribe .bg-stretch {
    opacity: 0.2;
    z-index: 0; }
.subscribe h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px; }

@media (min-width: 768px) {
    .subscribe-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.subscribe-form input {
    border: none;
    color: #333 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 19px 20px;
    margin-right: 20px; }
@media (min-width: 768px) {
    .subscribe-form input {
        width: calc(100% - 115px);
        margin-bottom: 0; } }

.subscribe-form button {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px 7px;
    width: 115px;
    font-size: 19px;
    -webkit-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s; }
.subscribe-form button:hover {
    background-color: #fff;
    color: #447B3B; }


.mockup img{
    width: 60%;
}
@media (max-width: 1024px) {
    .mockup img{
        width: 50%;
    }
}

@media (max-width: 768px) {
    .mockup img{
        width: 60%;
    }
}
@media (max-width: 480px) {
    .mockup img{
        width: 100%;
    }
}

.provide {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
.provide h6 {
    font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500; }
.provide h6 {
    color: #444; 
    text-transform: uppercase;}

.provide-list {
    padding-top: 20px;
    font-size: 15px; }
@media (min-width: 480px) {
    .provide-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -34px;
        margin-right: -34px; } }
.provide-list h6 {
    margin-bottom: 0; }
.provide-list .item {
    padding: 20px 20px 20px; }
@media (min-width: 480px) {
    .provide-list .item {
        padding: 20px 34px;
        width: 50%; } }
@media (min-width: 768px) {
    .provide-list .item {
        width: calc(100% / 3);
        padding-top: 40px; } }
.provide-list .icon {
    font-size: 69px;
    margin-bottom: 12px;
    color: #484751; }

.design {
    text-align: center;
    padding-top: 90px;}

.designs {
    text-align: center;
}


.designs h6 {
    font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500; }
.designs h6 {
    color: #444; 
    text-transform: uppercase;}

.designs-list {
    padding-top: 20px;
    font-size: 15px;
    margin-bottom: 30px; }

@media (min-width: 480px) {
    .designs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -34px;
        margin-right: -34px; } }
.designs-list h6 {
    margin-bottom: 0; }
.designs-list .item {
    padding: 15px;} 
.designs-list .item img {
    -webkit-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);   } 
@media (max-width: 479px) {
    .designs-list .item {
        padding: 15px;} }
@media (min-width: 480px) {
    .designs-list .item {
        padding: 15px;
        /*padding: 20px 34px;
        width: 50%; */} }
@media (min-width: 768px) {
    .designs-list .item {
        padding: 15px;
        width: calc(100% / 4) } 
}

@media (max-width: 768px) {
    .designs-list .item img {
        max-width: 90%;
    }
}

.designs-list .icon {
    font-size: 69px;
    margin-bottom: 12px;
    color: #484751; }

.designs-list #selected{
    border: 6px solid #387134;
}

.designs-list button {
    border: 2px solid #3c7034;
    border-radius: 6px;
    background-color: transparent;
    color: #3c7034;
    font-weight: 700;
    padding: 8px 15px 7px;
    width: 250px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    transition: 0.3s;
    font-size: 14px; }
.designs-list button:hover {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    transition: 0.3s;
    background-color: #3c7034;
    color: #fff; }



.drop-zone {
    text-align: center;
    padding-top: 0px; 
    padding-bottom: 80px;}

@media (max-width: 1024px) {
    .drop-zone {
        width: 90%;
        margin: 0 auto;
    }
}

.dropzone {
    background: #F1F3F2;
    border-radius: 5px;
    border: 2px dashed rgb(192, 192, 192);
    border-image: none;
    max-width: 900px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}



.dropzone img{
    text-align: center;
    margin: 45px 30px 25px 0px;
}

.dropzone p{
    margin-bottom: 20px;
}

.dropzone button {
    border: 1px solid #D8D8D8;
    padding: 5px 25px 5px 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    transition: 0.3s;
}
.dropzone button:hover {
    background-color: #efefef;
}


@media (max-width: 1024px) {
    .dropzone{
        width: 90%;
        margin: auto;
        height: 200px;
    }
    .dropzone img{
        margin: 20px 30px 15px 0px;
    }

    .dropzone p{
        margin-bottom: 20px;
    }

    .dropzone button {
        padding: 5px 25px 5px 25px;
    }
}

.dropzone.dz-clickable {
    cursor: pointer;
}


.steps {
    text-align: center;
    padding-top: 90px;
}

.steps input{
    width: 460px;
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*
.steps button {
padding: 8px 25px 8px 25px;
border-radius: 4px;
border: 0px;
-webkit-border-radius: 4px;
font-size: 14px;
font-weight: 600;
color: #fff;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
transition: 0.3s;
background-color: #447B3B;
}
.steps button:hover {
background-color: #538B4A;
}*/

input:focus {
    border-color: #aaa !important; }

@media (max-width: 1024px) {
    .dropzone{
        width: 90%;
        margin: auto;
        height: 200px;
    }
    .dropzone img{
        margin: 20px 30px 15px 0px;
    }

    .dropzone p{
        margin-bottom: 20px;
    }

    .dropzone button {
        padding: 5px 25px 5px 25px;
    }
}


.file_upload_1 p{
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
@media (min-width: 480px) {
    .file_upload_1 p {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .file_upload_1 p {
        font-size: inherit;
    }
}
.fields{
    width: 100%;
}

.fields .outter{
    width: 1000px;
    padding: 55px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);    
    margin: 0 auto;
    margin-bottom: 40px;
}
.field-set h1 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 30px;
}

@media (min-width: 480px) {
    .field-set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-left: -34px;
        margin-right: -34px; } }
.field-set .column, .field-set .column-large{
    padding: 20px 20px 30px; }
@media (min-width: 480px) {
    .field-set .column {
        padding: 20px 34px;
        width: 50%; } }
@media (min-width: 768px) {
    .field-set .column {
        width: calc(100% / 4);
        padding-top: 0px; }
    .field-set .column-large {
        width: calc(100% / 2);
        padding-top: 0px; } }


/* custom select styles */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    width: 100%;
    min-height: 35px;
    margin-bottom: 20px;
    font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #888;
    font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0; }
.jcf-select .jcf-select-opener:after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666; }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #eee; }

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px; }

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 20px;
    font-size: 14px;
    width: 100%; }

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.jcf-list ul li {
    overflow: hidden;
    display: block; }

.jcf-list .jcf-overflow {
    overflow: auto; }

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%; }

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000; }

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
    background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
    border-color: #eee !important;
    color: #1e2025; }

.jcf-focus .jcf-select-opener:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.palette{
    margin-bottom: 30px;
}

#black {
    display: inline-block;
    border-radius: 4px;
    background: #000;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;
}

#red {
    display: inline-block;
    border-radius: 4px;
    background: #D81C38;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;  
    margin-bottom: 0px;
}
#maroon {
    display: inline-block;
    border-radius: 4px;
    background: #6F1940;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}
#violet {
    display: inline-block;
    border-radius: 4px;
    background: #9C27B0;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}
#blue {
    display: inline-block;
    border-radius: 4px;
    background: #3968B2;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}
#cyan {
    display: inline-block;
    border-radius: 4px;
    background: #005661;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}
#teal {
    display: inline-block;
    border-radius: 4px;
    background: #26A69A;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}
#green {
    display: inline-block;
    border-radius: 4px;
    background: #558B2F;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}
#lime {
    display: inline-block;
    border-radius: 4px;
    background: #D4E157;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}
#yellow {
    display: inline-block;
    border-radius: 4px;
    background: #DAB800;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}
#orange {
    display: inline-block;
    border-radius: 4px;
    background: #FFA726;
    padding: 0px; 
    width: 40px;
    height: 40px;  
    margin-right: 10px;
    margin-bottom: 0px;  
}

.buttons-cont {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 100px;
}

.buttons-cont button {
    padding: 8px 25px 8px 25px;
    border-radius: 4px;
    border: 0px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    transition: 0.3s;
    background-color: #447B3B;
    margin-right: 10px;
}
.buttons-cont button:hover {
    background-color: #538B4A;
}

#back-button{
    background-color: #fff;
    color: #666;
    border: 1px solid #d2d2d2;
    margin-right: 10px;
    margin-left: 10px;
}



.final-top {
    width: 450px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);    
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px; 
    min-height: 400px; 
}
.final-top h1 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.final-top p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}
.final-top a{
    font-weight: 700;
}
.final-top a:hover {
    color: #538B4A;
}
.final-top textarea{
    width: 100%;
    height: 100px;
    resize: none;
}
.final-top button{
    margin-top: 20px;
    float: left;
}

.final-bottom {
    width: 950px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);    
    margin: 0 auto;
    margin-bottom: 100px;
}

.final-bottom h1 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.final-bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

.final-bottom button{
    margin-top: 20px;
    float: right;
}



.ad-banner { 
    /*margin-top:100px;*/
    padding-bottom: 150px;
    text-align: center;
}


input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #eee;
    color: #333;
    outline: none; }

.footer {
    background-color: #1e2025;
    color: #fff;
    padding: 40px 0; }
@media (min-width: 1024px) {
    .footer {
        padding: 69px 0 130px;
        margin-top: 200px; } }
.footer h4, .footer h5 {
    color: #fff; }
.footer h4 {
    margin-bottom: 21px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
.footer .logo {
    margin-bottom: 25px; }
@media (min-width: 768px) {
    .footer .logo {
        padding-right: 15px; } }
@media (min-width: 1200px) {
    .footer .logo {
        padding-right: 98px; } }

.footer-top {
    text-align: center;
    padding-bottom: 80px; }
.footer-top .btn {
    margin-bottom: 19px; }

.footer-bottom {
    line-height: 1;
    text-align: center; }
@media (min-width: 768px) {
    .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left; } }
@media (min-width: 1200px) {
    .footer-bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }

@media (min-width: 768px) {
    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }


.footer-nav h5 {
    font-weight: 700; 
    margin-top: 0px !important;
}


.footer-locs ul {
    padding: 0px;
    margin: 0px 0px 50px 0px;
    font-size: 13px;
    list-style-type:none;
    padding-top: 15px;
    opacity: .5; }
.footer-locs ul li {
    margin-bottom: 20px; }

.footer-nav ul {
    padding-top: 15px; }
.footer-nav ul li {
    margin-bottom: 20px; }
.footer-nav ul a {
    color: #fff; }
.footer-nav ul a:hover {
    color: #447B3B; }

.footer-nav .col {
    padding-bottom: 25px; }
@media (min-width: 768px) {
    .footer-nav .col {
        padding: 0 27px 25px; } }

.copyright {
    color: #999999;
    font-size: 14px; }
@media (min-width: 1200px) {
    .copyright {
        margin-left: auto; } }
/*# sourceMappingURL=style.css.map */



.language-menu select{
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    background-color: none;
}


.page-heading{
    font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #444; 
    padding: 60px 0 0px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .page-heading{
        padding: 60px 0 40px 0;
    }
}


.hiw {
  padding-top: 0px; 
  margin-bottom: 60px;  
}

.hiw .flex-holder { 
    margin: 0; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; }

  @media (min-width: 1024px) {
    .hiw {
      /*padding-top: 82px;*/ } }
  .hiw h2 {
    margin-bottom: 10px; 
    color: #518948;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    }
  .hiw h5 {
    margin-top: 0px;
    margin-bottom: 10px; 
    font-weight: 600;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .hiw .flex-holder {
    margin: 0; }
  .hiw .col {
    position: relative;
    padding-left: 0px;
    padding-right: 0; }

    @media (min-width: 768px) {
        .hiw .col {
            width: 100%; 
        }
        .hiw .col .img-holder {
            width: 80%;
        } 
    }
    @media (min-width: 1024px) {
      .hiw .col {
        width: 50%;
        padding-left: 40px;
        padding-right: 40px;} }

    .hiw .col .img-holder {
        width: 100%;
    }

    .hiw .col .img-holder img {
      display: block; 
      width: 100%;
      text-align: center;
    }
    @media (min-width: 1024px) {
      .hiw .col .img-holder.full {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } 
    .hiw .col .img-holder img {
      display: block; 
      width: 90%;}
        }
    @media (min-width: 1200px) {
      .hiw .col .img-holder.full {
        right: -70px;
        left: 0; } }
    @media (min-width: 1024px) {
      .hiw .col .img-holder {
        /*position: absolute;*/
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0; 
        /*max-width: 400px;*/} }
    @media (min-width: 1200px) {
      .hiw .col .img-holder {
        left: 70px; } }
    
    .hiw .text, .hiw .fliptext {
    padding-top: 30px; }

    @media (min-width: 1024px) {
      .hiw .text {
        padding-top: 30px; } }

    @media (max-width: 768px), (max-width: 1024px)  {
      .hiw .flipimage {
        order: 0 !important; }
      .hiw .fliptext {
        order: 1 !important; } }



.sample {
    font-size: 16px;
    text-align: center;
    color: #447B3B;
    padding-top: 25px;
}
.sample a {
    text-decoration: underline;
}




.pricingdiv{
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
}

.pricingdiv ul.theplan{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 320px; /* width of each table */
  margin-right: 30px; /* spacing between tables */
  margin-bottom: 1em;
  transition: all .5s;
  -webkit-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
  box-shadow: 0px 5px 18px 6px rgba(0,0,0,0.05);
}

/*.pricingdiv ul.theplan:hover{
  transform: scale(1.05);
  transition: all .5s;
  z-index: 100;
  box-shadow: 0 0 10px gray;
} */

.pricingdiv ul.theplan .center{
  margin: 0 auto;
  text-align: center;
}

.pricingdiv ul.theplan img{
  max-width: 80%;
  height: auto;
}

.pricingdiv ul.theplan li{
  padding: 10px 10px;
  position: relative;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #444444;
}

.pricingdiv ul.theplan li.title{
  font-weight: bold;
  text-align: center;
  padding: 30px 10px;
  color: #444;
}

.pricingdiv ul.theplan:nth-of-type(2){
  border: 4px solid #4A8740;
}

/*    
.pricingdiv ul.theplan:nth-of-type(3) li.title{
  background: rgb(210, 117, 251);
  color: white;
}*/


.pricingdiv ul.theplan li b{
  text-transform: uppercase;
}
.pricingdiv ul.theplan li img{
  width: 20px;
  margin-left: 45px;
  margin-right: 8px;
}



/* remove right margin in very last table */
/*.pricingdiv ul.theplan:last-of-type{ 
  margin-right: 0;
}*/

/*very last LI within each pricing UL */
.pricingdiv ul.theplan li:last-of-type{
  text-align: center;
  margin-top: auto; /*align last LI (price botton li) to the very bottom of UL */
}  

.pricingdiv a.pricebutton{
  background: #48843E;
  text-decoration: none;
  padding: 10px 40px 10px 40px;
  display: inline-block;
  margin: 10px auto;
  margin-bottom: 20px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.planname {
  color: #888;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 30px 10px 0px 10px;    
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.planproname {
  color: #48843E;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 30px 10px 0px 10px;    
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}


.planprice{
  color: #444;
  font-size: 34px;
  font-weight: 800;
  text-align: center;   
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.pricedesc {
  color: #999;
  font-size: 17px;
  text-align: center;    
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 10px;
}

.current{
  color: #4A8740;
  font-weight: 600;
  display: block;
  margin: 0px 0px 30px 0px;
}

@media only screen and (max-width: 600px) {
  .pricingdiv ul.theplan{
    border-radius: 0;
    width: 100%;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

    .pricingdiv ul.theplan li img{
      margin-left: 80px;
    }
  
  .pricingdiv ul.theplan:hover{
    transform: none;
  }
  
  .pricingdiv ul.theplan li img{
      margin-left: 40px;
    }

    .pricingdiv a.pricebutton{
      padding: 10px 30px 10px 30px;
    }

    .pricingdiv ul.theplan:nth-of-type(2){
      margin-bottom: 150px;
    }

    .current{
      color: #4A8740;
      font-weight: 600;
      display: block;
      margin: 30px 0px 50px 0px;
    }
    .pricingdiv a.pricebutton{
      margin: 30px 0px 40px 0px;
      padding: 10px 60px 10px 60px;
    }

}

@media only screen and (max-width: 1024px) {

  .pricingdiv ul.theplan{
    margin-top: 30px;
  }

}




/* dev css */
input#excelfile { width: 100%;height: 100%;opacity: 0;position: absolute;top: 0;left: 0;z-index: 999;}
input#viewfile ,form#step_1 input{color: #fff; background-color: #447B3B;padding-top: 6px;padding-bottom: 6px;padding-left:20px;padding-right: 20px;border-radius: 4px;-webkit-border-radius: 4px;font-size: 13px;font-weight: 600;text-transform: uppercase;-webkit-transition: opacity 0.3s ease-in-out;transition: opacity 0.3s ease-in-out;transition: 0.3s;max-width: 130px;min-height: auto;position: absolute;left: 0;right: 0;margin: 0 auto;top: 70%;}
.file_upload_1{ background: #F1F3F2;border-radius: 5px;border: 2px dashed rgb(192, 192, 192);border-image: none;max-width: 900px;height: 250px;margin-left: auto;margin-right: auto;position: relative;}
label.custom-file-upload {position: absolute;top: 0;width: 100%;height: 100%;left: 0;z-index: 999;cursor: pointer;} 
label.custom-file-upload img {text-align: center;margin: 45px 0px 25px 0px;}
form#step_1 {position: relative;z-index: 9999;}
.over_hi {width: 0;height: 0;opacity: 0;visibility: hidden;}
a#back-button {background-color: #fff;color: #666;border: 1px solid #d2d2d2;margin-right: 10px;margin-left: 10px;padding: 8px 25px 8px 25px;border-radius: 4px;-webkit-border-radius: 4px;font-size: 14px;font-weight: 600;-webkit-transition: opacity 0.3s ease-in-out;transition: opacity 0.3s ease-in-out;transition: 0.3s;margin-right: 10px;}
.fields .outter {position: relative;}
.add_option_field {position: absolute;top: 50%;transform: translateY(-50%);right: 50px;width: 35%;background-color: #F1F3F2;padding: 31px;overflow: auto;opacity: 0;visibility: hidden;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;-o-transition: 0.5s all ease;}
.add_option_field.show{opacity: 1;visibility: visible;}
.add_option_field p {font-size: 14px;color: #666666;font-weight: 700;margin-bottom: 10px;line-height: 19px;}
.add_option_field .new_field input { width: calc( 100% - 64px );height: 42px !important;box-sizing: border-box;line-height: 42px !important;font-size: 16px;padding: 10px 10px 10px 25px !important;vertical-align: top;display: inline-block;min-height: auto;}
.add_option_field .new_field a.add_new {display: inline-block;vertical-align: top;}
.field_wrapper {padding-top: 20px;padding-bottom: 20px;padding-right: 7px;background-color: #fff;border: 1px solid #DDDDDD;}
.list_of_field {background-color: #fff;padding: 0px 25px;height: 100%;height: 250px;overflow: auto;}
.list_of_field .field {position: relative;}
.list_of_field .field input { pointer-events: none;font-size: 16px;border: 0;min-height: auto;padding: 0;line-height: 22px;color: #666666;margin-bottom: 13px;width: calc(100% - 20px);}
.list_of_field .new_field ::placeholder {font-size: 16px;}
.list_of_field .field ::placeholder {color: #666;font-size: 16px;}
.list_of_field .field :-ms-input-placeholder {color: #666;font-size: 16px;}
.list_of_field .field ::-ms-input-placeholder {color: #666;font-size: 16px;} 
.list_of_field::-webkit-scrollbar-track{border-radius: 10px;background-color: #fff;}
.list_of_field::-webkit-scrollbar{width: 8px;background-color: #fff;}
.list_of_field::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #D8D8D8;}
.list_of_field .field .remove {background-color: #f00;width: 15px;height: 15px;z-index: 1;line-height: 11px;text-align: center;color: #fff;border-radius: 50%; display: inline-block;vertical-align: middle;} 
.field-set .column.no-padding {text-align: center;padding: 0;width: 100px;}
.check_in {min-height: 27px;margin: 0 0 37px;text-align: center;}
.check_in input[type="checkbox"] {width: 0;height: 0;min-height: 0;position: absolute;opacity: 0;} 
.check_in label {display: inline-block;vertical-align: middle;position: relative;width: 42px;height: 22px;background-color: #dddddd;border-radius: 30px;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;-o-transition: 0.5s all ease;}
.check_in label span {position: absolute;top: 2px;left: 2px;width: 18px;height: 18px;background-color: #fff;border-radius: 50%;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;-o-transition: 0.5s all ease;}
.check_in input[type="checkbox"]:checked+label {background-color: #4b8941;}
.check_in input[type="checkbox"]:checked+label span {left: 22px;}

.palette input[type="radio"] {width: 0;height: 0;opacity: 0;}
.palette input[type="radio"]+label {cursor: pointer;} 
.palette input[type="radio"]:checked + label#black{box-shadow: 0px 0px 11px 0px #000;}
.palette input[type="radio"]:checked + label#red{box-shadow: 0px 0px 11px 0px #d81c38;}
.palette input[type="radio"]:checked + label#maroon{box-shadow: 0px 0px 11px 0px #6F1940;}
.palette input[type="radio"]:checked + label#violet{box-shadow: 0px 0px 11px 0px #9C27B0;}
.palette input[type="radio"]:checked + label#blue{box-shadow: 0px 0px 11px 0px #3968b2;}
.palette input[type="radio"]:checked + label#cyan{box-shadow: 0px 0px 11px 0px #005661;}
.palette input[type="radio"]:checked + label#teal{box-shadow: 0px 0px 11px 0px #26a69a;}
.palette input[type="radio"]:checked + label#green{box-shadow: 0px 0px 11px 0px #558b2f;}
.palette input[type="radio"]:checked + label#lime{box-shadow: 0px 0px 11px 0px #d4e157;}
.palette input[type="radio"]:checked + label#yellow{box-shadow: 0px 0px 11px 0px #dab800;}
.palette input[type="radio"]:checked + label#orange{box-shadow: 0px 0px 11px 0px #ffa726;}

.designs input[type="radio"] {width: 0;height: 0;opacity: 0;}
.final-top a {word-break: break-word;}
.final-top #link {height: 0;min-height: 0;opacity: 0; padding: 0;margin: 0;}
body.error .container.viewport-section.in-viewport {text-align: center;padding-top: 100px;}
.max_height {min-height: 37px !important;margin-bottom: 20px !important;}
label.error {display: none !important;}
select.jcf-hidden.error + label + span.jcf-select {border-color: #f00;}
select.jcf-hidden.error + span.jcf-select {border-color: #f00;}
div#toast-container { position: fixed;top: 20px;right: 0;left: 0;margin: 0 auto;width: 360px;background-color: #f14100;border-radius: 50px;z-index: 9999;padding: 10px 20px 10px 50px;color: #fff;text-transform: capitalize;background-image: url(images/warning.png);background-repeat: no-repeat;background-position: 12px 12px;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.26);}
div#toast-container .toast-close-button {position: absolute;top: 10px;right: 20px;-webkit-appearance: none;background: no-repeat;border: 2px solid #fff;border-radius: 50%;width: 25px;padding: 0;height: 25px;line-height: 23px;display: none;}

span.loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: transparent;background-image: url(images/loading.gif);background-repeat: no-repeat;background-position: center;background-size: 100px;}
footer .language-menu span.jcf-select {background-color: transparent;color: #fff;border: 1px solid #fff;}
footer .language-menu span.jcf-select .jcf-select-text ,footer  .jcf-focus *{color: #fff;}
footer .language-menu span.jcf-select .jcf-select-opener:after {border-top-color: #fff;}
footer .language-menu {max-width: 250px;margin-left: auto;}
.home-page .jcf-select-drop.jcf-select-jcf-hidden.jcf-unselectable .jcf-list {background-color: transparent;}
.home-page .jcf-select-drop .jcf-select-drop-content {border-radius: 5px;margin-top: 10px;overflow: hidden;}
.home-page .jcf-list .jcf-option,.home-page .jcf-list .jcf-option:focus ,.home-page .jcf-focus *{color: #fff !important;}
.home-page span.jcf-option.jcf-hover,.home-page span.jcf-option.jcf-selected {background-color: #323232;}

.with-banner.loader .buttons-cont button {background-color: #999799;}
body.with-banner.loader::after {content: '';top: 0;position: fixed;left: 0;width: 100%;height: 100%;background-color: #1e202514;background-image: url(images/loading.gif);background-repeat: no-repeat;background-position: center;background-size: 100px;z-index: 9999999999999;}

@media (max-width: 959px) {
    .add_option_field {position: relative;width: 300px;top: auto !important;transform: none;left: 0;margin-bottom: 10px;display: none;}
    .add_option_field.show {display: block;}
}

@media only screen and (max-width: 767px) {
    form#step_4 {overflow: auto;}
    #step_4 .outter {padding: 30px 10px;}
    #step_4 .container {padding: 0;}
    #step_4 .outter .field-set .column {width: 100px;padding-top: 0px;display: inline-block;max-width: none;min-width: auto;vertical-align: top;}
    #step_4 .outter .field-set .column:first-child {width: 40px;}
    #step_4 .field-set h1 {font-size: 14px;}
    p.max_height {font-size: 14px;}
    #step_4 .outter .field-set .column:nth-child(3) {width: 200px;}
    #step_4 .outter .field-set .column:nth-child(2) {width: 120px;}
    .language-menu{max-width: 70% !important;margin: 0 auto}
    .footer-bottom{padding-bottom: 50px;}

} 
.file_upload_1.file-error {background-color: #FFF7F7;}
.file_upload_1.file-error p.up_lod {color: #E25858;}

#steps_9 p {max-width: 62%;margin-left: auto;margin-right: auto;font-size: 15px;}
#steps_9 .buttons-cont {margin-bottom: 50px;}
#steps_9 .detail {margin-bottom: 70px;}

#steps_9 .buttons-cont a{padding: 10px 30px;background-color: #518948;color: #fff;font-size: 16px;font-weight: 500;text-decoration: none;border-radius:5px;}
.stop_update h2{max-width: 50%;margin: 0 auto;color: rgb(75,137,65);font-weight: 500;}