/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

    a:active,
    a:hover {
        outline-width: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-style:solid;
    border-width: 1px;
	border-color:#58b82a;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    /*-webkit-appearance: button;*/ /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    html * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "sofia-pro", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
    color: #4d4541;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    background-color: $table-bg;
}

th {
    text-align: left;
}

label {
    display: inline-block;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

.btn.primary {
    font-size: 14px;
    font-weight: 700;
    padding: 0.5em 1em;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
/*    border: 1px solid #aaa;*/
    background-color: #54ba18;
    border: 1px solid #458c15;
    color: #fff;
    text-transform: uppercase;
}


.btn.primary:hover {
    background-color: #36770f;
}

.btn.primary:focus {
    -webkit-box-shadow: 0px 0px 0px 3px #98e664;
    box-shadow: 0px 0px 0px 3px #98e664;
    outline: none;
}

.btn.primary:active {
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.3);
}

.btn.secondary {
    background-color: #f2f1f0;
    border: 1px solid #cccbca;
    color: #57504b;
}

.btn.secondary:hover {
    background-color: #e6e4e3;
}

.btn.secondary:focus {
    -webkit-box-shadow: 0px 0px 0px 3px #f0efee;
    box-shadow: 0px 0px 0px 3px #f0efee;
    outline: none;
}

.btn.secondary:active {
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.3);
}

.btn.verify-btn-group {
    font-size:12px;
}

.custom-controls-container {
    display: none;
}

.text-black {
	color: #000;
}

/*a {
    color: #5fc21e;
    font-weight: 500;
}

a:hover,
a:focus,
a:active {
    color: #51a519;
    cursor: pointer;
}
*/
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.tab li {
	margin: 0 30px;
}

ul.tab a {
	display: inline-block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 17px;
	border-bottom: 3px solid transparent;
	position: relative;
	padding-top: 80px;
}

ul.tab a:hover {
	border-bottom: 3px solid #5fc21e;
}

ul.tab a:focus {
	color: #4d4541;
	border-bottom: 3px solid #5fc21e;
}

ul.tab a.active {
	color: #4d4541;
	border-bottom: 3px solid #5fc21e;
}

ul.tab a:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
}

.tabcontent {
    background-color: #fff;
    display: none;
    border-top: none;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    padding: 60px 80px;
    position: relative;
    text-align: left;
    position: relative;
}

.tabcontent h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

.tabcontent p {
	max-width:495px;
	margin-bottom: 30px;
}

.tabcontent ul {
	max-width: 450px;
	font-weight: 300;
	margin-bottom: 1rem;
	position: relative;
	z-index: 10;
}

.tabcontent ul li {
	padding-left: 15px;
	margin-bottom: 10px;
	position: relative;
}

.tabcontent ul li:before {
	content: " ";
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #4d4541;
	border-radius: 50%;
	opacity: 0.8;
}

.tabcontent img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

html {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.wf-loading {
    opacity: 0 !important;
}

.global-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    margin: 0 auto;
}

.wrap {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.wrap.rights {
    padding: 0;
    margin-left: 5%;
}

.block {
    text-align: center;
    padding: 80px 0 0;
}

.block__small {
    padding: 40px 0 30px 0;
}

.block__title {
    /* How it works? */
    font-size: 30px;
    color: #4d4541;
    font-weight: 400;
    margin-bottom: 1rem;
}

.block__description {
    max-width: 950px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 16px;
    color: #4d4541;
    margin-bottom: 20px;
}

.block__description__small {
    margin-bottom: 10px;
}

.illustration-description {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    border-radius: 2px;
    background-color: #fff;
    max-width: 770px;
    padding: 40px;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.illustration-description .leafs {
	position: absolute;
	top: -38px;
	left: -webkit-calc(50% - 38px);
	left: calc(50% - 38px);
	background-color: #fff;
	border-radius: 50%;
	height: 76px;
	width: 76px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
}

.illustration-description .leafs img {
	position: absolute;
	top: 21px;
	left: 24px;
}

.illustration-description p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
}

.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 970px;
    text-align: left;
    margin: 0 auto;
}

.features .feature {
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}

.features .feature h3 {
	font-size: 24px;
	font-weight: 500;
}

.features .feature p {
	font-weight: 300;
}

.strip {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 40px;
    margin-top: 60px;
}

.strip h2,
.strip button {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.strip h2 {
	margin: 0;
	line-height: 1;
	font-size: 28px;
	font-weight: 300;
	margin-right: 30px;
}

.user-quotes {
    padding-bottom: 80px;
}

.no-border {
    border-style:none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin: 0 auto;
}

.carousel-control.left,.carousel-control.right {
    background-image: none;
}

.glyphicon.glyphicon-chevron-left,.glyphicon.glyphicon-chevron-right{
    color: #54ba18;
}

.warehouse-name > .glyphicon-chevron-right, .bin-name > .glyphicon-chevron-right {
    color: #000000;
}

/*.carousel-indicators li {
    border: 1px solid #458c15;
}*/

.carousel-indicators li.active {
    background-color: #54ba18;
}

.slider {
    position: relative;
}

.flexslider blockquote {
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.flexslider .gallery-blockqoute {
    width: auto;
}

/*.flexslider blockquote:before {
	content: "“";
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0;
	font-size: 40px;
}*/

.flexslider blockquote > p {
	font-size: 22px;
	font-weight: 300;
}

.flexslider blockquote footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.flexslider blockquote footer .quote_info {
	margin-left: 20px;
	text-align: left;
}

.flexslider blockquote footer h4 {
	font-size: 18px;
	color: #3d4738;
	font-weight: 500;
}

.flexslider blockquote footer p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #969696;
	width: auto;
	display: inline-block;
}

.custom-navigation {
    background-color: #aaf;
}

.custom-navigation .flex-prev {
	position: absolute;
	top: 30%;
	left: 60px;
}

.custom-navigation.gallery .flex-prev {
	left: 5px;
}

.custom-navigation .flex-next {
	position: absolute;
	top: 30%;
	right: 60px;
}

.custom-navigation.gallery .flex-next {
	right: 5px;
}

.custom-navigation .flex-next,
.custom-navigation .flex-prev {
	font-size: 50px;
	padding: 10px;
	line-height: 1;
	color: #999;
	/*background-color: #fcfbfa;*/
}

.custom-navigation .flex-next:hover,
.custom-navigation .flex-prev:hover {
	color: #777;
}

.join {
    padding-top: 0;
}

.join .card-big {
	padding: 0;
	padding-top: 60px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
	background-color: #fff;
	position: relative;
}

.help {
    padding-bottom: 80px;
}

.help .block__description {
	margin-bottom: 20px;
}

.footer {
    margin-top: 40px;
    padding-top: 20px;
    background-color: #f2f1f0;
    font-size: 14px;
    color: #828282;
    font-weight: 400;
}

.footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer .rights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer .rights p {
    margin: 0;
    position: relative;
    top: 5px;
}

.footer .rights .logo-gray {
    opacity: 0.3;
    width: 105px;
    height: 40px;
    margin-right: 30px;
}

.footer h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer a {
    color: #828282;
    font-weight: 300;
}

.footer__links li, .footer__links a {
    padding: 3px 0;
}


.success-stories .stories-list {
    padding: 30px 0 80px;
}

.page-title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
    padding-top: 80px;
}

.card {
    background-color: #fff;
    max-width: 610px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.blog-story.card {
    max-width: 780px;
}

.story.blog-post {
    padding-bottom: 40px;
}

.blog__post__time {
    display: none;
}

.card__link {
    display: block;
    color: #4d4541;
}

.card__link:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
    border-color: #8ec63e;
    box-shadow: 0 0 10px #8ec63e;
}

.card__link:focus {
    text-decoration: none;
}

.card__image {
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: 100%;
    background-position-x: 50%;
    background-position-y: 0%;
    border: 1px solid transparent;
    height: 330px;
    display: block;
    border: 1px solid #e9e9e9;
    border-bottom: none;
}

.card__image--small {
    height: 180px;
    border: none;
}

.card__info {
    border: 1px solid #e9e9e9;
    border-top: none;
    display: block;
    padding: 15px 40px;
}

.card__info--small {
    border: none;
}

.card__info__top {
    margin-bottom: 10px;
}

.card__title, .agrisoft__blog__title {
    font-size: 26px;
    font-weight: 600;
    color: #4d4541;
    position: relative;
    padding-right: 15px;
}

.card__title:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
}

.card__location {
    font-size: 26px;
    font-weight: 600;
    /*padding-left: 5px;
  padding-right: 10px;*/
}

.card__name {
    font-size: 26px;
    font-weight: 300;
    color: #7f5a43;
}

.card__excerpt {
    /*display: inline-block;*/
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.card .read-more {
    color: #5fc21e;
    margin-top: 20px;
    display: inline-block;
    float: right;
}

.card .read-more:hover {
    text-decoration: underline;
}

.icon-mirror {
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-rotate-90 {
    -ms-transform:rotate(-90deg);     /* Internet Explorer 9 */
    -moz-transform:rotate(-90deg);    /* Mozilla Fire-fox*/
    -webkit-transform:rotate(-90deg); /* Chrome, Safari */
    -o-transform:rotate(-90deg);      /* Opera */
    transform:rotate(-90deg);         /* Standard syntax */
}

.icon-rotate-180 {
    -ms-transform:rotate(-180deg);     /* Internet Explorer 9 */
    -moz-transform:rotate(-180deg);    /* Mozilla Fire-fox*/
    -webkit-transform:rotate(-180deg); /* Chrome, Safari */
    -o-transform:rotate(-180deg);      /* Opera */
    transform:rotate(-180deg);         /* Standard syntax */
}

.icon-rotate-270 {
    -ms-transform:rotate(-270deg);     /* Internet Explorer 9 */
    -moz-transform:rotate(-270deg);    /* Mozilla Fire-fox*/
    -webkit-transform:rotate(-270deg); /* Chrome, Safari */
    -o-transform:rotate(-270deg);      /* Opera */
    transform:rotate(-270deg);         /* Standard syntax */
}

.nav {
    background-color: transparent;
    border: none;
    /*height: 60px;
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 1400px;
    z-index: 1000;*/
    /*-webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);*/
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s ease 0.1s;
    transition: background-color 0.2s ease, -webkit-transform 0.3s ease 0.1s;
    transition: transform 0.3s ease 0.1s, background-color 0.2s ease;
    transition: transform 0.3s ease 0.1s, background-color 0.2s ease, -webkit-transform 0.3s ease 0.1s;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}

/*.nav .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
}*/

.agrisoft__logo {
    height: 40px;
    width: 105px;
    margin: 5px;
}

.nav--opaque .agrisoft__logo {
    margin-top: 5px;
}

.nav .language-picker {
    border: 1px solid #fff;
    border-radius: 2px;
    margin-left: 40px;
    margin-top: 17px;
    opacity: 0.5;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: none;
    padding: 2px 5px 2px 5px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    outline: none;
    opacity: 1;
}

.nav--opaque .language-picker {
    margin-top: 17px;
}

.nav .language-picker:hover {
    border: 1px solid #54ba18;
}

.language-picker option {
    color: #4d4541;
}

.nav .links {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: move-right 0.3s forwards;
    animation: move-right 0.3s forwards;
}

.nav .links li {
    margin-right: 30px;
}

.nav--links a {
    color: #fff !important;
    opacity: 0.9;
    font-weight: 500;
    font-size: 15px;
	cursor:pointer;
    border-bottom: 2px solid transparent;
}

.nav--links a:hover,
.nav--links a:focus {
    opacity: 1;
    border-bottom: none;
	cursor:pointer;
    text-decoration: none !important;
}

.nav .products {
    position: relative;
}

.nav .products__dropdown {
    display: none;
    background-color: #7f5a43;
    position: absolute;
    top: -webkit-calc(100% + 0.4px);
    top: calc(100% + 0.4px);
    left: -30px;
    z-index: 1020;
    width: 300px;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

.nav .products__dropdown a {
    padding: 10px;
    display: inline-block;
}

.nav-tabs a {
    color: #58b82a;
	font-weight:normal;
	font-size:14px;
/*	padding-top:7px;
	padding-left:400px;*/
}

.nav .products:hover .products__dropdown {
    display: block;
}

.nav .btn {
    -webkit-animation: move-right 0.6s forwards, fade-out 0.3s forwards;
    animation: move-right 0.6s forwards, fade-out 0.3s forwards;
}
    
.nav--opaque {
    background-color: #339900;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.nav--btn-visible .nav--links {
    -webkit-animation: move-left 0.4s forwards ease;
    animation: move-left 0.4s forwards ease;
}

.nav--btn-visible .btn {
    -webkit-animation: move-left 0.6s forwards ease, fade-in 0.6s forwards ease;
    animation: move-left 0.6s forwards ease, fade-in 0.6s forwards ease;
}

.nav__reg__btn {
    margin-top: 5px;
    margin-right: 5px;    
}

.nav-heading {
    color: #FFFFFF;
	font-weight:normal;
	font-size:24px;
	padding-top:7px;
	padding-left:400px;
}

.navbar-link > a, .navbar-link > li > a {
    color:#58b82a;
	padding:0px;
	font-size:14px;
	cursor:pointer;
}

.navbar-link-disable > a,
.navbar-link-disable > a:hover,
.navbar-link-disable > a:focus {
    pointer-events: none;
	color:#ccc;
    text-decoration: none;
	cursor: none;
	background-color: transparent;
}

.row.inv-content {
    height: auto;
	padding-top:10px;
}
    
.task-content {
    height:auto;
	padding-top:5px;
}
    
.custom-item-24 {font-size:24px;}
.custom-item-22 {font-size:22px;}
.custom-item-20 {font-size:20px;}
.custom-item-18 {font-size:18px;}
.custom-item-16 {font-size:16px;}
.custom-item-14 {font-size:14px;}
.custom-item-12 {font-size:12px;}
.custom-item-11 {font-size:11px;}
.custom-item-10 {font-size:10px;}
.custom-item-9 {font-size:9px;}
.reset-filter {cursor:pointer;}

.btn-custom {
   border-radius: 50px;
}

.arrow-icon {
   position:absolute;
   top:0px;
   left:50%;
   margin-left:-12px;
}

.advanced-filter-handle {
   background-color:#ccc;
   color:#fff;
   text-align:center;
   font-size:12px;
   position:relative;
   padding:7px 0 1px 0;
   cursor:pointer;
}

.glyphicon-disabled {
   color:#add8e6;
}

.pointer-events-none {
    pointer-events: none;
}

.wrapper {
    cursor: not-allowed;
	opacity:0.4;
}

.sidenav {
	font-size:14px;
    background-color: #f1f1f1;
    height: 100%;
}

.panel-body {
  padding: 0px;
}

#selected_warehouse {
    font-size: 14px;
}

.warehouse-name {
    font-size: 12px;
	text-decoration:none;
}

.bin-name {
    font-size: 10px;
	text-decoration:none;
}

.bin-frame {
    width: 40%;
}

.bin-head {
    font-size: 12px;
    font-weight:bold;
}

.bin-data {
    font-size: 12px;
    font-weight:normal;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.agrisoft-BG-Brown {
	background-color: #a52a2a;
	color: #ffffff;
}
.agrisoft-BG-Brown:hover {
	background-color: #8e2525;
	color: #ffffff;
}

.agrisoft-BG-Pink {
	background-color: #ff1493;
	color: #ffffff;
}
.agrisoft-BG-Pink:hover {
	background-color: #e6007a;
	color: #ffffff;
}

.agrisoft-BG-Blue {
	background-color: #0000ff;
	color: #ffffff;
}

.agrisoft-BG-Blue:hover {
	background-color: #0000cc;
	color: #ffffff;
}

.agrisoft-BG-Green {
	background-color: #008000;
	color: #ffffff;
}
.agrisoft-BG-Green:hover {
	background-color: #004d00;
	color: #ffffff;
}

.agrisoft-BG-SeaGreen {
	background-color: #3cb371;
	color: #ffffff;
}
.agrisoft-BG-SeaGreen:hover {
	background-color: #39ac6d;
	color: #ffffff;
}

.agrisoft-BG-Olive {
	background-color: #808000;
	color: #ffffff;
}

.agrisoft-BG-Olive:hover {
	background-color: #666600;
	color: #ffffff;
}

.agrisoft-BG-Orange {
	background-color: #ffa500;
	color: #ffffff;
}

.agrisoft-BG-Orange:hover {
	background-color: #e69500;
	color: #ffffff;
}

.agrisoft-BG-SandyBrown {
	background-color: #f4a460;
	color: #ffffff;
}

.agrisoft-BG-SandyBrown:hover {
	background-color: #f29340;
	color: #ffffff;
}

.agrisoft-BG-RosyBrown {
	background-color: #bc8f8f;
	color: #ffffff;
}

.agrisoft-BG-RosyBrown:hover {
	background-color: #a97070;
	color: #ffffff;
}

.agrisoft-BG-DeepSkyBlue {
	background-color: #00bfff;
	color: #ffffff;
}

.agrisoft-BG-DeepSkyBlue:hover {
	background-color: #00ace6;
	color: #ffffff;
}

.agrisoft-BG-Turquoise {
	background-color: #40e0d0;
	color: #ffffff;
}

.agrisoft-BG-Turquoise:hover {
	background-color: #3adfce;
	color: #ffffff;
}

.agrisoft-BG-Purple {
	background-color: #b157df;
	color: #ffffff;
}

.agrisoft-BG-Purple:hover {
	background-color: #a24fcd;
	color: #ffffff;
}

.agrisoft-BG-Gold {
	background-color: #ffd700;
	color: #ffffff;
}

.agrisoft-BG-Gold:hover {
	background-color: #e6c300;
	color: #ffffff;
}

.agrisoft-BG-Khaki {
	background-color: #f0e68c;
	color: #ffffff;
}

.agrisoft-BG-Khaki:hover {
	background-color: #eadd61;
	color: #ffffff;
}

.agrisoft-BG-Wheat {
	background-color: #f5deb3;
	color: #ffffff;
}

.agrisoft-BG-Wheat:hover {
	background-color: #f0ce8e;
	color: #ffffff;
}

.agrisoftGreen {
    color:#58b82a;
}

.agrisoftRed {
    color:#d9534f;
}

.agrisoftOrange {
    color:#ff6600;
}

.agrisoftDarkGreen {
	color:#346a1a;
}

.agrisoftGreenDark {
    color:#48a51b;
}

.agrisoftBlue {
    color:#0000cc;
}

.agrisoftMagenta {
	color:#cc0066;
}

.agrisoftGray {
    color: #808080;
}

.label-light-gray {
    background-color: #BEBEBE;
}

.btn-orange {
    background-color: #FFCC00;
}

.dropdown-scroll {
    max-height: 320px;
    overflow-y: auto;
}

.dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
}

.login-frame {
    width: 50%;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

.login-panel {
    padding: 0;
	width: 100%;
	margin-bottom: 5px;
}

.login-row {
    padding-top: 20px;
}

.login-text {
    width:82%;
	height:40px;
	text-align:center;
	font-size:16px;
}

.logout {
    display:none;
}

.logout-show {
	height:40px;
	text-align:center;
	font-size:20px;
}

.login-pull-right {
    text-align:right;
	font-size:12px;
	margin:5px 10% 0 0;
}

.busy-notification-area {
    background-color:#f0ad4e;
	color:#fff;
	border-width:0;
	vertical-align:middle;
}

.busy-notification-image {
    width:20px;
	height:20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	display:inline;
}

.no-item {
	font-size:14px;
}

.well.new-location {
    width: 50%;
	margin: 0 25%;
}

.edit-user-title {
    color: #7f5a43;
	font-weight:bold;
	font-size:20px;
	padding-top:17px;
	padding-bottom:17px;
}

.password-frame {
    width: 40%;
	margin: 0 auto;
}

.edit-company-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.company-logo, field-logo {
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
    font-size: 22px;
}

.thumbnail > .company-logo, .thumbnail > .field-logo {
    height:140px;
	width:140px;
	float:left;
	border:0;
	padding-right:10px;
}

.thumbnail > .img-thumbnail {
    display:inline-block;
}

.thumbnail > .caption {
    display:inline-block;
	width:80%;
}

.CompanyThumbTitle {
    font-size:20px;
	font-weight:bold;
	color:#666;
	text-align:left;
	padding:5px;
}
.FieldThumbTitle {
    font-size:18px;
	color:#666;
	text-align:left;
	padding:5px;
}
.CompanyThumbItems {
    font-size:12px;
	color:#666;
	padding-left:0px;
	padding-right:0px;
}
.FieldThumbItems {
    font-size:12px;
	color:#666;
}

.thumbnail-order-list {
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	line-height: 3;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.voucher-content-area {
	position: relative;
	height:550px;
	max-height:550px;
}

.list-area {
	position: absolute;
	top: 5px;
	left: 720px;
	width: 530px;
	height: 550px;
	overflow-y: auto;
	background: white;
	z-index: 9999;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.list-container .selected {
	background-color: #007BFF;
	color: white;
	border-radius: 4px;
}

.list-container {
	max-height: 550px;
	line-height: 1;
}

.list-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-container li {
	font-size: 16px;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.list-container li:hover {
	background-color: #007BFF;
	color: white;
	border-radius: 4px;
}

.list-container .highlight {
	color: red;
	font-weight: bold;
}

.list-container .stored-selection .highlight {
	color: red;
	font-weight: bold;
}
/*
#nameList {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nameList li {
  padding: 6px 10px;
  height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#nameList li:hover,
#nameList .highlight {
  background-color: #007bff;
  color: white;
}
*/
@-webkit-keyframes move-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(166px);
        transform: translateX(166px);
    }
}

@keyframes move-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(166px);
        transform: translateX(166px);
    }
}

@-webkit-keyframes move-left {
    0% {
        -webkit-transform: translateX(166px);
        transform: translateX(166px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes move-left {
    0% {
        -webkit-transform: translateX(166px);
        transform: translateX(166px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.product .page-title {
    padding-bottom: 40px;
}

.product .product-block {
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 80px 0;
}

.product .product-block h3,.contact--us h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product .product-block p,.contact--us p {
    font-weight: 300;
    margin-bottom: 10px;
}

.product .product-block a {
    font-size: 18px;
}

.product-feature {
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 15px;
    border-bottom: 2px solid #f2f1f0;
    position: relative;
    overflow: hidden;
}

.product-feature__info {
    width: 50%;
    min-height: 425px;
    /*flex: 1;
    display: inline-table;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-feature__info img {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.product-feature__info h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 10px;
}

.product-feature__info p {
    font-weight: 300;
    font-size: 16px;
}

.product-feature__img {
    position: absolute;
    right: -10%;
    bottom: 80px;
    cursor: pointer;
    /*-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);*/
}

.product-feature.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product-feature.left .product-feature__info {
    text-align: right;
}

.product-feature.left .product-feature__info img {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.product-feature.left .product-feature__img {
    left: -10%;
    right: auto;
}

.product-img__full {
    display: none;
}

.hero {
    width: 100%;
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: calc(100% - 5%);
}

.hero.error {
    background-position: 50%;
}

.form-error-holder {
    display: none;
}

.error-holder {
    margin-bottom: 25%;
}

.error-holder-small {
    color: white;
    display: none;
    margin-bottom: 35%;
}

.error-tips {
    margin-bottom: 15px;
}

.error-page-advice {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: circle;
    list-style-position: inside;
}

.hero__text {
    position: absolute;
    bottom: 120px;
    color: #fff;
}

.hero__text h1 {
	font-weight: 300;
	font-size: 34px;
	margin-bottom: 2rem;
}

.hero__custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .hero__custom h1 {
        font-size: 44px;
        color: #fff;
    }

.hero.hero__custom.hero__about {
    height: 692px;
}

.invoice-series-message {
    padding-top:8px;
    padding-bottom:8px;
    font-size:14px;
    font-weight:bold;
}

.invoice-series-message > .pull-right {
    font-size:12px;
	color:#FF0000;
}

.period-switch {
	float:none;
    display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	color:#000000;
}

.period-switch>a {
	color:#000000;
}

.period-switch>.active {
	font-weight: bold;
}

.annual-plan-info {
    padding-top: 20px;
    text-align: center;
	font-size: 14px;
    color: #51a519;
}

.monthly-discount {
    background-color: #FFCC66;
}

.annual-discount {
    background-color: #00CC99;
}

.product-price-message {
    text-align: right;
	font-size:x-small;
	font-weight:lighter;
}

.product-plan-thumb {
    background-color: #f2f1f0;
    position: relative;
	height: 225px;
    border: 3px solid #e0e0e0;
	border-radius: 12px;
    margin: 30px 0 10px;
    line-height: 1.8;
}

.product-plan-thumb:hover {
    border: 3px solid #5fc21e;
	cursor:pointer;
}

.product-plan-name {
	color:#00CC00;
    text-align: center;
    font-size: 20px;
	font-weight: 700;
}

.product-plan-amount {
    text-align: center;
    font-size: 30px;
	font-weight: 700;
}

.product-plan-period {
    text-align: center;
    font-size: 10px;
}

.product-plan-feature {
    text-align: center;
    font-size: 14px;
	font-weight: 700;
}

.product-plan-checkbox {
    text-align: center;
}

.action-box {
    background-color:#f5f5f5;
    font-size: 14px;
    line-height:30px;
	padding:10px 19px;
	margin-bottom:10px;
	border-style:none;
}

.view-selector {
	font-weight:normal;
	font-size:14px;
	text-align:right;
}

.input-group-btn select {
	border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#email_message.alert, #mobile_message.alert {
    height:30px;
	line-height:1;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.story {
    background-color: #fff;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 80px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    position: relative;
    z-index: 990;
    top: -200px;
    padding-bottom: 80px;
}

.story article {
    max-width: 700px;
    margin: 0 auto;
}
/*
.modal-header-custom {
    background-color: #D3FFCC;
}*/

.modal-title-custom {
    text-align: center;
}

.story article header {
    text-align: center;
}

.story .content {
    font-family: "sofia-pro", "Roboto", "Helvetica Neue", "Arial", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    padding-bottom: 20px;
}

.story .content p {
    margin-bottom: 20px;
}

.story .content blockquote {
    font-style: italic;
    font-size: 18px;
}

.story .content blockquote p {
    margin-bottom: 0;
}

.story .content blockquote cite {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

.story footer {
    text-align: center;
}

.story footer h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

figure {
    margin: 0;
    padding: 0;
}

.author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
}

.author__name {
    font-weight: 600;
}

.author__image {
    margin-right: 5%;
    width: 25%;
    display: inline-block;
}

.author__info {
    width: 68%;
    display: inline-block;
}

.author__image img {
    max-height: 80px;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.author__description {
    color: #aba09b;
}

.product-block {
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 80px 0;
}

.product-block h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-block p {
    font-weight: 300;
    margin-bottom: 10px;
}

.product-block a {
    font-size: 18px;
}

.page-title {
    padding-bottom: 40px;
}

.pagination {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 100%;
}

.signup-btn {
    white-space: normal;
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    min-height: 50px;
    height: auto;
    width: auto;
    min-width: 100px;
    cursor: pointer;
    background-color: #54ba18;
    color: #fff !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.signup-btn:hover {
    background-color: #8dd331;
    text-decoration: none;
}

.for-free {
    text-transform: uppercase;
}

.publish-date {
    color: #5fc21e;
    margin-top: 20px;
    display: inline-block;
    float: left;
}


.blog-nav {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 990;
    top: -200px;
}

    .blog-nav nav .nav-list .blog-story .card__info__top {
        min-height: 80px;
    }

    .blog-nav nav .nav-list .blog-story .card__excerpt {
        min-height: 150px;
    }

.blog__read__next--left, .blog__read__next--right {
    flex: 1;
    border: 1px solid #e9e9e9;
}

.blog__read__next--left {
    margin-right: 1px;
    max-width: 50%;
}

.blog__read__next--right {
    margin-left: 1px;
    max-width: 50%;
}


.blog__read__next--list {
    display: flex;
}


.blog__read__next--text {
    margin: 30px 0 10px;
}

.read-time {
    text-align: center;
    display: -webkit-inline-box;
}

.read-time__icon {
    height: 32px;
}

.sub__headline {
    color: #51a519;
}

.headline__content {
    margin-top: 10px;
}

.form-horizontal {
    font-size: 12px;
}

/*
#form-modal form .col-md-offset-4.col-md-4 {
    text-align: center;
}

.form-holder form input[type="text"] {
    padding-bottom: 5px;
    padding-top: 3px;
}

.contact--footer .form-holder {
    width: 99%;
    margin: auto;
    margin-top: 25px;

}

.form-control {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-holder .form-group {
    margin-bottom: 15px;
}

.form-group label {
    text-align: left !important;
    float: left;
}
*/

.agrisoft-container {
    max-width: inherit !important;
    margin: inherit !important;
    padding: inherit !important;
}

.blog-post li {
    list-style: inside;
    margin-bottom: 5px;
}

.blog-post .content p:not(.img-container):not(.img-caption) {
    text-align: justify;
}

.blog-post .content h3 {
    text-align: center;
    padding: 10px;
}

.jquery-modal.blocker.current {
    z-index: 1000;
}

.su-spoiler-title {
    color: #444444;
    padding: 0;
    line-height: 21px;
    cursor: pointer;
}

.su-spoiler-style-2 {
    padding: 10px 10px 0;
}

.apply-btn {
    color: white;
    background-color: #60c21f;
    padding: 10px;
}


.job-description {
    min-height: 25px;
}


@media (min-width: 992px) {
    .job-description {
        display: flex;
    }
}

.job-description:hover {
    cursor: pointer;
}

.job-find-more:hover, .apply-btn:hover {
    background-color: #36770f;
    text-decoration: none;
    color: white;
}

.job-type {
    font-weight: bold;
}

.job-position {
    padding: 8px 8px 8px 15px;
    background-color: #e7e7e7;
}

.job-position-closed {
    padding: 8px;
    background-color: #5d5d5d;
    color: white;
    cursor: default;
}

.job-find-more {
    padding: 8px;
    background-color: #60c21f;
    text-align: center;
    color: white;
}

.job-work-time {
    font-weight: bold;
}

.job-intro {
    margin-top: 15px;
}

.job-info, .job-req {
    color: #60c21f;
    font-weight: bold;
    margin-bottom: 10px;
}

.job-design {
    background-color: #f0ad4e !important;
}

.job-dev {
    background-color: #8ec63e !important;
}

.job-sales {
    background-color: #428bca !important;
}

.job-tag {
    color: white !important;
    padding: 2px 10px !important;
    border-radius: 4px !important;
    margin-left: 10px !important;
}

.su-spoiler-style-2 .su-spoiler-content {
    /*padding: 15px 0 5px;*/
    display: none;
}

.su-spoiler-content {
    margin-top: 5px;
    background-color: #e7e7e7;
    padding: 15px;
}

.span12.product-thumb.hover-parent.select-product {
    margin: 0px 5px 15px !important;
    max-width: 788px;
}

iframe {
    border: none;
}

/*images in blog*/
p.img-container img {
    max-width: 100%;
    height: auto;
}


/*blog search*/
.blog__search__container {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.articulate-search {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
}

.blog__search__box {
    padding: 4px;
    width: 80%;
    border-right: none;
}

.agrisoft__blog__submit {
    cursor: pointer;
    background-color: transparent;
}

.agrisoft__blog__submit img {
    height: 16px;
}

/*blog single page*/
.blog__header__left {
    width: 50%;
    text-align: left;
    display: inline-flex;
}

.blog__header__right {
    width: 49%;
    text-align: right;
    display: inline-block;
}

p.img-caption {
    text-align: center;
    font-style: italic;
    font-size: small;
}

p.img-container {
    text-align: center;
    margin-bottom: 8px;
}

p.img-container img {
    height: auto !important;
    margin-bottom: 0 !important;
}

p.img-source {
    margin-top: -30px;
}

p.img-source > a {
    color: #8ec63e !important;
}

/* blog image modal*/
#image-modal {
    max-width: 975px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}

#image-modal img {
    max-width: 900px;
    height: auto;
}

.image-file-details {
    padding-right: 120px;
}

.success-story-gallery {
    max-height: 400px;
}

.success-story-img-holder {
    text-align: center !important;
}

.align__center {
    text-align: center;
}

.img-fluid {
    width: 100%;
}

.links li:last-child {
    padding-right: 15px;
}

.footer--container {
    padding-left: 4%;
	padding-bottom:20px;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: none;
}

blockquote {
    border-left: none;
}

.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
}

/* Adjust submenu to open on the left side */
.dropdown-menu .dropdown-submenu-left {
    display: none;
    position: absolute;
	left: auto;
    right: 100%; /* Positioning to the left with some margin */
    top: 0;
	margin-right:-1px;
}

.dropdown-menu > li:hover > .dropdown-submenu, 
.dropdown-menu > li:hover > .dropdown-submenu-left {
    display: block;
}

.dropdown-submenu-left .dropdown-menu {
    display: none;
    position: absolute;
	left: auto;
    right: 100%; /* Positioning to the left with some margin */
    top: 0;
	margin-right:-1px;
}

.dropdown > ul.dropdown-menu > li > a:hover {
    background-color: #58b82a;
}

.dropdown-submenu > li > a:hover, 
.dropdown-submenu-left > li > a:hover {
    background-color: #58b82a;
}

.dropdown-menu li {
    position: relative;
}

/* Other styles for dropdowns */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-toggle {
    border: 2px solid transparent;
}

.navbar-nav .dropdown .dropdown-toggle {
    color: #FFFFFF;
}

.NavIcon {
    width: 20px;
}

.NavIcon:hover {
    background-color: #58b82a;
}

.nav > li > a {
    padding: 10px 9px;
}

.navbar-nav > li.dropdown > a:hover,
.nav-pills > li.dropdown > a:hover,
.nav-pills > li > a:hover {
    background-color: #58b82a;
}

.navbar-nav > li.dropdown > a:focus,
.nav-pills > li.dropdown > a:focus,
.nav-pills > li > a:focus {
    background-color: #58b82a;
}

.nav > li.navbar-link > a:hover,
.nav-pills > li.navbar-link > a:hover,
.nav-pills > li > a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
}

.nav > li.navbar-link > a:focus,
.nav-pills > li.navbar-link > a:focus,
.nav-pills > li > a:focus {
    color: #FFFFFF;
    background-color: #0000FF;
}

.navbar-nav > li.dropdown > a:not(:focus) {
    background-color: #339900;
}

#LocationMenuLink {
    font-weight:bold;
	font-size:18px;
	color: #FFFF00;
}

.LoginUserLink {
    font-weight:normal;
	font-size:12px;
	color: #FF0000;
}

.customer-stories {
    margin-bottom: 15px;
    margin-top: 15px;
}

.customer-stories-first {
    margin-bottom: 15px;
}

.contact--us {
    text-align: center;
    max-width: 600px;
    /* width: 100%; */
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.contact--us h3 {
    min-height: 50px;
}

.contact--us__holder {
    margin-top: 25px;
}

.user-details {
	margin-top: 46px;
	background-color: #eaeaea;
	padding: 6px;
}

.breadcrumb {
    padding:0;

	margin-bottom:0;
	height:35px;
}

.breadcrumbLinks {
	color:#666;
    padding:6px 10px;
	font-weight:normal;
	font-size:12px;
	cursor:pointer;
	display:inline;
}

.breadcrumbCurrentPage {
    color:#666;
	padding:6px 10px;
	font-weight:normal;
	font-size:12px;
	opacity:.7;
	-moz-opacity:.7;
	display:inline;
}

.breadcrumbSubscription {
    color:#666;
	padding:0px 0px;
	font-weight:normal;
	font-size: 12px;
	text-align:right;
}

.breadcrumbSubsItem {
    margin-left:10px;
	cursor:help;
	color:#666;
	opacity:.7;
	-moz-opacity:.7;
}

.breadcrumbSubscription.Free {
    padding:4px 10px;
}

a.breadcrumbSubsItem.Free {
    -ms-opacity:1;
	opacity:1;
}

.breadcrumbSubsItemFree {
    margin-left:10px;
	color:#58b82a;
}

#InviteReferrentsContainer,#TrialInfoUpgradeBtn {
    background-color:#f0ad4e;
	color:#fff!important;
	cursor:pointer!important;
}

#InviteReferrentsContainer:hover,#TrialInfoUpgradeBtn:hover {
    text-decoration:none!important;
	background-color:#df8a13;
}

.breadcrumbSubscription.Free>div {
    -ms-opacity:1;
	opacity:1;
}

.home__header {
    max-width: 500px;
}

.carrers__link a {
    cursor: default;
}

.g-recaptcha div:first-child {
    width: 100% !important;
}

.recaptcha-checkbox-border {
    border-color: #60c21f;
}

/*
.form-control:focus {
    border-color: #60c21f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(96,194,31,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(96,194,31,.6);
}*/

.alarm-bubble {
    position:absolute;
	top:5px;
	right:4px;
	background-color:#d9534f;
}

.reminder-bubble {
    position:absolute;
	top:5px;
	right:4px;
	background-color:#428bca;
}

.bubble,.reminder-bubble,.alarm-bubble {
    padding:2px;
	color:#fff;
	font-weight:bold;
	font-size:9px;
	width:15px;
	height:15px;
	line-height:10px;
	text-align:center;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}

.bubble {
    display:inline-block;
	vertical-align:text-bottom;
	background-color:#428bca;
}

.panel-borderless {
    border:0;
	box-shadow:none;
}

.category-modal {
    height:475px;
	overflow-y:auto;
}

span > a, div > a {
    cursor:pointer;
}

table > tbody > tr > td > a {
    cursor:pointer;
}

tbody > tr:nth-child(even) {
	background-color: #f2f2f2;
}

tbody > tr:nth-child(odd){
	background-color: #fff;
}

.child-table tr{
	background-color:transparent !important;
}

.table .table.child-table, .table .table.child-table.table.child-table{
	background-color:transparent;
}

.TableHover > tbody > tr:hover {
  background-color: #f39c12;
}

.TableHeaderMainCell {
    border-top-width:0!important;
	border-bottom:solid 3px #58b82a!important;
	background-color:#58b82a;
	color:#fff;
	vertical-align:middle;
	font-weight:bold;
}

.TableHeaderCell {
    border-top-width:0!important;
	border-bottom:solid 3px #58b82a!important;
	text-align:center!important;
	font-weight:bold;
	vertical-align:middle!important;
}

.TableFooterCell {
    border-top-width:0!important;
	border-bottom:solid 3px #58b82a!important;
	background-color:#58b82a;
	color:#fff;
	vertical-align:middle!important;
	font-weight:bold;
}

.TableHeaderTitle {
    margin-left:5px;
	font-size:16px;
	vertical-align:middle;
}

.TableHeaderBadge {
    margin-left:5px;
	vertical-align:middle;
}

.TableRowSelected {
    background-color:#f5f5f5;
}

.TableHeaderRow th,.TableHeaderRow td {
    border-top-width:0!important;
	border-bottom:solid 3px #58b82a!important;
	font-weight:bold;
	vertical-align:middle!important;
	text-align:left;
}

.task-group .TableHeaderCell,.stage-group .TableHeaderCell {
    border-bottom:solid 1px #58b82a!important;
	border-top:solid 1px #58b82a!important;
}

.alert-warning {
    border-color: red;
    margin-bottom: 0px;
}

#form-modal .g-recaptcha {
    padding-left: 8%;
}

#register-modal {
    padding: 0 !important;
    max-width: 442px !important;
}

#PricingArticle {
    max-width: 815px;
}

#PricingPost {
    padding-top: 40px;
}

.plantation-details {
    position:relative;
	background-color:#fff;
	padding:5px;
	-ms-border-radius:8px;
	border-radius:8px;
	height:200px;
	width:170px;
    font-size:12px;
	font-weight:normal!important;
}

.plantation-details:hover {
    border:1px solid #9fe280;
	cursor:pointer;
}

.plantation-task-container {
    height:25px;
	margin-top:0px;
}

.plantation-season-income {
/*    height:20px;
	margin-bottom:10px;*/
}

.plantation-weather {
    height:80px;
	width:100%;
	display:inline-block;
}

.plantation-date {
/*    height:30px;*/
}

.first-entry {
    margin-left:0!important;
}

.row-margin {
    margin-top:10px!important;
	display:none;
}

.row-padding {
    padding-top:8px!important;
}

.white-background {
    background-color:#fff;
}

.crop-img {
    max-width:32px;
    vertical-align:baseline;
}

.nav-crop-img {
    max-width:20px;
    max-height:20px;
    vertical-align:middle;
}

.sidenav-crop-img {
    max-width:12px;
    max-height:12px;
    vertical-align:middle;
}

.add-img {
    max-height:24px;
}

.add-img-large {
    max-height:54px;
}

.climacon {
    font-size:35px;
	padding-top: 10px;
	margin-left:8px;
	vertical-align:middle;
	width:50%;
	position: absolute;
	display: block;
}

.climate {
	vertical-align:middle;
	width:50%;
	padding-top:10px;
	position: absolute;
	display: inline-block;
}

.section-heading {
    color:#58b82a;
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}

.resources-margin {
    margin-top:55px;
}

#infoWindow span.climacon {
    font-size:35px!important;
	font-weight:normal!important;
}

#week-days h5, .finance-timespan, .resources-timespan {
    display:inline-block;
	font-size:14px;
}

#week-days>h5.active {
	font-weight:bold;
	color:#58b82a;
}

.finance-timespan, .resources-timespan {
    padding-right: 60px;
	font-weight:bold;
}

.finance-link, .resource-link {
	font-weight:bold;
}

#week-days h5:not(:first-child) {
    margin-left:12.5px;
}

#week-days h5:hover, .finance-timespan:hover, .finance-link:hover, .payments-link:hover, .inventory-link:hover, .resources-timespan:hover, .resource-link:hover {
    cursor:pointer;
	color:#58b82a;
}

.empty-margin {
    margin-top:22px;
}

.finance-container {
    height:166px;
	font-size:14px;
}

.finance-payment-container {
    height:370px;
	font-size:14px;
}

.finance-cash-flow-container, .finance-chart-container {
    height:196px;
	font-size:14px;
}

.usage-chart-container {
    height:196px;
	width:100%;
	font-size:12px;
}

.order-list-container {
  height: 466px;
  font-size: 14px;
}

.badge-order {
  font-size: 24px;
  line-height: 2;
  border-radius: 25px;
}

.table-responsive {
	font-size:14px;
}

.table-borderless tr, .table-borderless td, .table-borderless th {
	border: none !important;
}

#upcoming_payments_container>.table-responsive, #upcoming_payments_container>.table {
    position:relative;
    height:300px;
	font-size:12px;
}

#inventory_container>.table-responsive, #inventory_container>.table {
    position:relative;
    height:300px;
	font-size:12px;
}

#location_crop_container>.table-responsive, #location_crop_container>.table {
    position:relative;
    height:205px;
	font-size:12px;
}

.home-section-link {
    color:#000;
	font-weight:bold;
}

.home-section-link:hover {
    color:#58b82a;
	text-decoration:none!important;
}

.resources-container {
    margin-bottom:14px;
	height:386px;
	font-size:14px;
	position:relative;
}

.resources-img {
    max-height:20px;
	vertical-align:inherit;
}


.context-success {
    color:#58b82a;
}

.context-error {
    color:#d9534f;
}

.context-disabled {
    color:#eee;
}

.payments-link, .inventory-link {
    font-size:12px;
}

.bold {
    font-weight:bold;
}

.grey {
    font-size:10px;
	color:#666;
	height:18px;
}

.border {
    border-bottom-style:solid;
	border-width:1px;
	border-color: #d3d3d3;
}

.border-top {
    border-top-style:solid;
	border-bottom:0;
    margin-top:5px;
	position: absolute;
	bottom: 15px;
}

.border-danger {
    border-color:#d64257;
}

.border-big {
    border-width:2px;
}

.legend {
    display:inline-block;
    height:11px;
}

.legend>.glyphicon {
    position:relative;
	font-size:20px;
	vertical-align: sub;
}

#tooltip_title {
    padding:5px 15px 5 15px;
	font-size:10px;
}

#tooltip_text {
    padding:0px 15px 5px 15px;
	font-size:12px;
}

div.google-visualization-tooltip {
    border-radius:8px;
}

.series-context {
    font-size:14px;
}

.series-data {
    padding-top:10px;
}

@media (min-width: 1400px) {
    .container {
		width: 100%;
        /*width: 1400px;*/
    }

    .navbar-fixed-top {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
    }

    .product-feature {
        overflow: inherit;
    }
}


@media (min-width: 1199px) and (max-width: 1400px) {
    .navbar-fixed-top {
        width: 100%;
        max-width: 1199px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-fixed-top {
        width: 100%;
        max-width: 992px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-fixed-top {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }
	.plantation-details {
	    height:380px;
		padding-left:8px;
		padding-right:8px;
	}
	.plantation-weather {
	    margin:10px 0;
	}
	.plantation-task-container {
	    height:25px;
		margin:20px 0;
	}
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav > li > a{
	    padding:10px 9px;
    }
    .container {
        width: 100%;
    }

    .custom-navigation .flex-next,.custom-navigation .flex-prev {
        top: 100%;
    }

    .nav .language-picker {
        margin-left: 0;
    }

    .product-feature {
        max-width: none; 
        margin: 0 auto; 
        display: block; 
        -webkit-box-align: center; 
        align-items: flex-end; 
        -webkit-box-pack: justify; 
        -webkit-justify-content: space-between; 
        -ms-flex-pack: justify;
        justify-content: space-between; 
        padding: 40px 15px;
    }

    .product-feature__info {
        width: auto;
        min-height: 250px;
    }

    .product-feature__img {
         position: relative; 
         right: 0 !important; 
         left: 0 !important;
         bottom: 0; 
         margin-top: 25px;
    }

    .product-feature__img img {
        width: 100%;        
    }

    .product-img__short {
        display: none;
    }

    .product-img__full {
        display: block;
    }

    .product-feature__info img:first-child {
        display: block;
        margin: auto;
    }

    .product-feature__info h2 {
        text-align: center;
    }

    .product-feature__info p {
        text-align: justify;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        width: 100%;
        max-width: 767px;
        margin: 0 auto;
    }

    .nav__reg__btn {
        display:none;
    }

    .nav .language-picker {
        margin-left: 0px;
    }

    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {height: auto;} 

    ul.tab li {
        margin: 0 0 20px 0;
    }

    ul.tab a {
        display: inline;
        padding: 10px 12px;
    }

    .block__description {
        padding: 0 10px;
    }

    .footer .rights .logo-gray {
         width: auto; 
    }

    .headline__content {
        padding: 5px 15px;
    }

    .su-spoiler.su-spoiler-style-2 {
        margin: 10px;
    }

    .carrers--title {
        margin-left: 10px;
    }

    .job-tag {
        margin-left: 0 !important;
        margin-top: 5px;
        display: block;
        max-width: 146px;
        text-align: center;   
    }

    .blog-post article {
        padding: 0 15px;
    }

    .author__image {
        margin-right: 15%;
    }

    #image-modal img {
        max-width: 100%;
    }

    .card__location {
        text-align: center;
    }

    .card__info.card__info--small {
        padding: 15px 15px;
    }

    .blog-nav {
        padding: 10px;
    }

    .form-holder form input[type='text'], .form-holder select, .form-holder textarea {
        width: 90%;
        margin-left: 5%;
    }

    .form-holder label{
        margin-left: 5%;
    }

    .contact--us h3 {
        min-height: 30px;
    }

    .story.blog-post .headline__content {
        margin-top: 20px;
    }

    .hero {
        background-position: calc(100% - 63%);
    }

    .success-story-img-holder img{
        max-width: 260px;
    }

    .custom-navigation.gallery .flex-next {
        right: -20px;
        top: 30%;
    }

    .custom-navigation.gallery .flex-prev {
        left: -20px;
        top: 30%;
    }    

    .error-holder {
        display: none;
    }

    .error-holder-small {
        display: block;
        margin-bottom: 80%;
    }

    .blog__list__time {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #PricingImg {
        background-position: calc(100% - 20%);
    }
}

@media (max-width: 480px) {
    .navbar-fixed-top {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .nav__reg__btn {
        display:none;
    }

    .nav .language-picker {
        margin-left: 0px;
    }

    ul.tab li {
        margin: 0 0 20px 0;
    }

    ul.tab a {
        display: inline;
        padding: 10px 10px;
    }

    .tabcontent img {
        width: 100%;
        bottom: -333px;
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
        height: auto;
    }

    .main--features {
        margin-top: 300px;
    }

    .learn-more {
        display: block;
        margin-top: 5px;
    }

    .main--features .strip p {
        margin-left: 14px;
    }

    .flexslider blockquote {
         width: initial; 
         margin: initial; 
         position: inherit; 
    }

    .custom-navigation .flex-prev,.custom-navigation .flex-next {
        top: 110%;
    }

    .custom-navigation .flex-prev {
        left: 24px;
    }

    .custom-navigation .flex-next {
        right: 24px;
    }

    .nav .products__dropdown {
        left: 1px;
    }

    .card__image {
        height: 150px;
    }

    .search--box {
        width: 80%;
        margin: 0 auto;
    }

    .footer .col-xs-7, .footer .col-xs-5 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
    }

    .author__image {
        margin-right: 25%;
    }

    .blog__header__right {
        width: 48%;
    }

    .blog__read__next--right, .blog__read__next--left {
        max-width: 100%;
    }

    .blog__read__next--list {
        display: block;
    }

    .user-quotes {
        padding-bottom: 0;
    }
}

@media (max-width: 375px) {
    ul.tab li {
        margin: 0 0 20px 0;
    }

    ul.tab a {
        display: inline;
        padding: 10px 5px;
    }

    .tabcontent img {
        width: 100%;
        bottom: -281px;
        /*box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);*/
        height: auto;
        background-color: white;
    }

    .main--features {
        margin-top: 230px;
    }

    .tabcontent {
        padding: 60px 50px;
        /*box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.15);*/
    }

    .learn-more {
        display: block;
        margin-top: 5px;
    }

    .features .feature {
        width: 100%;
    }

    .feature p {
        padding-top: 5px;
    }

    ul.tab {
        display: block;
    }

    .tab li {
        display: inline-block;
        width: 49%;
        margin: 0 auto;
    }
}