/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.1.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../insp-theme/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../insp-theme/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.footer-band.bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.container12 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1140px
}

.content-wrap .container12 {
    background: #fff
}

.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column7,
.column8,
.column9,
.column10,
.column11,
.column12,
.column13,
.column14,
.column15,
.column16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px
}

.container12 .alpha {
    margin-left: 0
}

.container12 .omega {
    margin-right: 0
}

.container12 .column1 {
    width: 75px
}

.container12 .column2 {
    width: 170px
}

.container12 .column3 {
    width: 265px
}

.container12 .column4 {
    width: 360px
}

.container12 .column5 {
    width: 455px
}

.container12 .column6 {
    width: 550px
}

.container12 .column7 {
    width: 645px
}

.container12 .column8 {
    width: 740px
}

.container12 .column9 {
    width: 835px
}

.container12 .column10 {
    width: 930px
}

.container12 .column11 {
    width: 1025px
}

.container12 .column12 {
    width: 1120px
}

.container12 .prefix1 {
    padding-left: 95px
}

.container12 .prefix2 {
    padding-left: 190px
}

.container12 .prefix3 {
    padding-left: 285px
}

.container12 .prefix4 {
    padding-left: 380px
}

.container12 .prefix5 {
    padding-left: 475px
}

.container12 .prefix6 {
    padding-left: 570px
}

.container12 .prefix7 {
    padding-left: 665px
}

.container12 .prefix8 {
    padding-left: 760px
}

.container12 .prefix9 {
    padding-left: 855px
}

.container12 .prefix10 {
    padding-left: 950px
}

.container12 .prefix11 {
    padding-left: 1045px
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .container12 {
        width: 960px
    }
    .container12 .column1 {
        width: 60px
    }
    .container12 .column2 {
        width: 140px
    }
    .container12 .column3 {
        width: 220px
    }
    .container12 .column4 {
        width: 300px
    }
    .container12 .column5 {
        width: 380px
    }
    .container12 .column6 {
        width: 460px
    }
    .container12 .column7 {
        width: 540px
    }
    .container12 .column8 {
        width: 620px
    }
    .container12 .column9 {
        width: 700px
    }
    .container12 .column10 {
        width: 780px
    }
    .container12 .column11 {
        width: 860px
    }
    .container12 .column12 {
        width: 940px
    }
    .container12 .prefix1 {
        padding-left: 80px
    }
    .container12 .prefix2 {
        padding-left: 160px
    }
    .container12 .prefix3 {
        padding-left: 240px
    }
    .container12 .prefix4 {
        padding-left: 320px
    }
    .container12 .prefix5 {
        padding-left: 400px
    }
    .container12 .prefix6 {
        padding-left: 480px
    }
    .container12 .prefix7 {
        padding-left: 560px
    }
    .container12 .prefix8 {
        padding-left: 640px
    }
    .container12 .prefix9 {
        padding-left: 720px
    }
    .container12 .prefix10 {
        padding-left: 800px
    }
    .container12 .prefix11 {
        padding-left: 880px
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container12 {
        width: 768px
    }
    .container12 .column1 {
        width: 44px
    }
    .container12 .column2 {
        width: 108px
    }
    .container12 .column3 {
        width: 172px
    }
    .container12 .column4 {
        width: 236px
    }
    .container12 .column5 {
        width: 300px
    }
    .container12 .column6 {
        width: 364px
    }
    .container12 .column7 {
        width: 428px
    }
    .container12 .column8 {
        width: 492px
    }
    .container12 .column9 {
        width: 556px
    }
    .container12 .column10 {
        width: 620px
    }
    .container12 .column11 {
        width: 684px
    }
    .container12 .column12 {
        width: 748px
    }
    .container12 .prefix1 {
        padding-left: 64px
    }
    .container12 .prefix2 {
        padding-left: 128px
    }
    .container12 .prefix3 {
        padding-left: 192px
    }
    .container12 .prefix4 {
        padding-left: 256px
    }
    .container12 .prefix5 {
        padding-left: 320px
    }
    .container12 .prefix6 {
        padding-left: 384px
    }
    .container12 .prefix7 {
        padding-left: 448px
    }
    .container12 .prefix8 {
        padding-left: 512px
    }
    .container12 .prefix9 {
        padding-left: 576px
    }
    .container12 .prefix10 {
        padding-left: 640px
    }
    .container12 .prefix11 {
        padding-left: 704px
    }
}

@media only screen and (max-width: 767px) {
    .container12 {
        width: 300px
    }
    .container12 .column1,
    .container12 .column2,
    .container12 .column3,
    .container12 .column4,
    .container12 .column5,
    .container12 .column6,
    .container12 .column7,
    .container12 .column8,
    .container12 .column9,
    .container12 .column10,
    .container12 .column11,
    .container12 .column12 {
        margin: 0 0 20px 0;
        padding-left: 10px;
        width: 280px
    }
    .container12 .prefix1,
    .container12 .prefix2,
    .container12 .prefix3,
    .container12 .prefix4,
    .container12 .prefix5,
    .container12 .prefix6,
    .container12 .prefix7,
    .container12 .prefix8,
    .container12 .prefix9,
    .container12 .prefix10,
    .container12 .prefix11 {
        padding-left: 0
    }
    .row {
        margin: 0
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container12 {
        width: 420px
    }
    .container12 .column1,
    .container12 .column2,
    .container12 .column3,
    .container12 .column4,
    .container12 .column5,
    .container12 .column6,
    .container12 .column7,
    .container12 .column8,
    .container12 .column9,
    .container12 .column10,
    .container12 .column11,
    .container12 .column12 {
        margin: 0 0 20px 0;
        padding-left: 10px;
        width: 410px
    }
    .container12 .prefix1,
    .container12 .prefix2,
    .container12 .prefix3,
    .container12 .prefix4,
    .container12 .prefix5,
    .container12 .prefix6,
    .container12 .prefix7,
    .container12 .prefix8,
    .container12 .prefix9,
    .container12 .prefix10,
    .container12 .prefix11 {
        padding-left: 0
    }
    .row {
        margin: 0
    }
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.container12:before,
.container12:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.row:after,
.clearfix:after,
.container12:after {
    clear: both
}

img,
object,
embed {
    max-width: 100%
}

img {
    display: block;
    height: auto
}

body {
    color: #9aa7af;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1,
.h1 {
    color: #2f383d;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 25px 0
}

h2,
.h2 {
    color: #2f383d;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 20px 0
}

h3,
.h3 {
    color: #2f383d;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 20px 0
}

h4,
.h4 {
    color: #2f383d;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 20px 0
}

p {
    margin: 0 0 20px 0
}

a {
    color: #599C4E;
    text-decoration: none
}

a:hover {
    color: #177033;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

strong {
    color: #6d7a89
}

img,
iframe {
    display: block;
    max-width: 100%
}

.nav {
    position: relative;
    display: inline-block;
    font-size: 14px;
    float: right
}

.nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.nav .nav-list {
    text-align: left
}

.nav .nav-list>li>a {
    border-top: 3px solid transparent
}

.nav .nav-list>li:hover>a,
.nav .nav-list>.current-menu-item>a,
.nav .nav-list>.current-menu-ancestor>a {
    border-top: 3px solid #599C4E;
    color: #599C4E
}

.nav .menu-item {
    background: none;
    float: left;
    *display: inline;
    zoom: 1;
    position: relative;
    padding: 0
}

.nav .menu-item .fa {
    position: absolute;
    right: 0;
    top: 44%
}

.nav .menu-item:last-of-type a {
    padding-right: 0
}

.nav .menu-item a {
    color: #6d7a89;
    display: block;
    padding: 32px 20px
}

.nav .menu-item>a:hover {
    color: #8894a1
}

.nav .menu-item:hover>.sub-menu {
    opacity: 1;
    top: 75px;
    visibility: visible
}

.nav .sub-menu {
    position: absolute;
    left: 15px;
    top: 95px;
    opacity: 0;
    width: 210px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.nav .sub-menu::after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #177033;
    border-width: 8px;
    margin-left: -8px
}

.nav .sub-menu .sub-menu {
    display: none;
    left: 100%;
    top: 0
}

.nav .sub-menu .menu-item {
    float: none
}

.nav .sub-menu .menu-item a {
    background: #177033;
    border-bottom: 1px solid #599C4E;
    color: #fff;
    float: none;
    font-size: 13px;
    display: block;
    padding: 10px 15px
}

.nav .sub-menu .menu-item a:hover {
    background: #B5D180
}

.nav-mobile {
    display: none;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #599C4E url(../images/nav.svg) no-repeat 15px center;
    background-size: 18px;
    line-height: 50px;
    padding-left: 45px;
    height: 50px;
    width: 106px
}

.mobile .nav-mobile {
    width: 100%
}

.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    border-left: 1px solid #177033;
    height: 47px;
    width: 50px;
    cursor: pointer
}

.nav-click i {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../images/drop.svg) no-repeat center center;
    background-size: 20px
}

.nav-click:hover {
    background-color: #177033
}

.nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile .nav {
    margin-top: 0
}

.banner-band {
    background: url("../images/banner-bg.jpg") no-repeat;
    background-size: cover !important;
    padding: 50px 0;
    max-height: 450px
}

.banner-band .banner-img {
    border: 12px solid rgba(255, 255, 255, 0.25)
}

.banner-band .banner-content {
    color: #fff;
    margin: 15px 0 0 40px;
    width: 72%
}

.banner-band .banner-content h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    /* text-transform: uppercase */
}

.banner-band .banner-content h3 strong {
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 700
}

.banner-band .banner-content p {
    font-size: 24px;
    font-weight: 100;
    line-height: 30px
}

.banner-band .banner-content .btn,
.banner-band .banner-content .woocommerce .order-again .button,
.woocommerce .order-again .banner-band .banner-content .button {
    border: 1px solid #fff
}

.banner-band .banner-content .btn.alt,
.banner-band .banner-content .woocommerce .order-again .alt.button,
.woocommerce .order-again .banner-band .banner-content .alt.button {
    background: transparent
}

.banner-band .banner-content .btn.alt:hover,
.banner-band .banner-content .woocommerce .order-again .alt.button:hover,
.woocommerce .order-again .banner-band .banner-content .alt.button:hover {
    background: #599C4E
}


.banner-band.hp-2 .banner-content {
    text-align: center
}

.banner-band.hp-2 .banner-content .btn,
.banner-band.hp-2 .banner-content .woocommerce .order-again .button,
.woocommerce .order-again .banner-band.hp-2 .banner-content .button {
    border: none;
    -webkit-box-shadow: 1px 2px 3px 0 #000;
    box-shadow: 1px 2px 3px 0 #000;
    padding: 15px 25px 15px 45px;
    position: relative
}

.banner-band.hp-2 .banner-content .btn:before,
.banner-band.hp-2 .banner-content .woocommerce .order-again .button:before,
.woocommerce .order-again .banner-band.hp-2 .banner-content .button:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 15px;
    position: absolute
}

.banner-band.hp-2 .banner-content .btn.alt,
.banner-band.hp-2 .banner-content .woocommerce .order-again .alt.button,
.woocommerce .order-again .banner-band.hp-2 .banner-content .alt.button {
    background: #2f383d;
    padding: 15px 45px 15px 25px
}

.banner-band.hp-2 .banner-content .btn.alt:before,
.banner-band.hp-2 .banner-content .woocommerce .order-again .alt.button:before,
.woocommerce .order-again .banner-band.hp-2 .banner-content .alt.button:before {
    content: "\f0eb";
    left: 83%
}

.banner-band.hp-2 .banner-content .btn:hover,
.banner-band.hp-2 .banner-content .woocommerce .order-again .button:hover,
.woocommerce .order-again .banner-band.hp-2 .banner-content .button:hover {
    background: #45525a
}

.banner-band.hp-3 {
    background: url("../images/banner3-bg.jpg") no-repeat;
    max-height: 610px;
    padding: 70px 0 0 0;
    position: relative
}

.banner-band.hp-3 .banner-content {
    color: #6d7a89;
    text-align: center;
    margin: 0 auto 50px auto
}

.banner-band.hp-3 .banner-content h3 {
    color: #6d7a89;
    font-size: 30px;
    text-transform: none
}

.banner-band.hp-3 .banner-content p {
    font-size: 14px;
    line-height: 24px
}

.banner-band.hp-3 .banner-img {
    border: none
}

.banner-band.hp-3 .banner-img img {
    margin: auto
}

.header-band {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0
}

.logo {
    padding: 20px 0
}

.header-details .header-item {
    float: left;
    margin-right: 10px
}

.header-details .header-item a {
    color: #9aa7af
}

.header-details .header-item a:hover {
    color: #177033
}

.header-details .header-item a i {
    color: #599C4E
}

.header-details .header-item i {
    position: relative;
    font-size: 20px;
    padding-right: 5px;
    top: 2px
}

.header-details .header-item .searchbox {
    position: relative;
    overflow: hidden;
    height: 22px;
    width: 0%;
    min-width: 22px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden
}

.header-details .header-item .searchbox:hover {
    cursor: pointer;
    width: 150px
}

.header-details .header-item .searchbox:hover input {
    border-bottom-color: #599C4E;
    width: 120px
}

.header-details .header-item .searchbox i {
    color: #599C4E;
    display: block;
    position: absolute
}

.header-details .header-item .searchbox input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #9aa7af;
    padding: 0 5px 2px 5px;
    margin-left: 28px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.header-details .header-item .searchbox input:focus {
    color: #599C4E;
    border-bottom-color: #599C4E
}

.header-details .header-item .searchbox input:focus+i {
    color: #599C4E
}

.header-details .header-item .searchbox.sb-search-open,
.header-details .header-item .searchbox .no-js .searchbox {
    width: 100%
}

.header-details .cart-mini-top {
    float: right
}

.header-details .cart-mini-top i {
    color: #599C4E;
    font-size: 20px;
    margin-right: 6px
}

.device .header-details .header-item .searchbox {
    width: 120px
}

.device .header-details .header-item .searchbox input {
    border-bottom-color: #599C4E;
    border-radius: 0
}

.mobile .header-details .header-item .searchbox {
    width: auto
}

.mobile .header-details.details-left {
    float: left;
    width: 35%
}

.mobile .header-details.details-left .header-item {
    color: #fff;
    height: 50px;
    margin-right: 0;
    width: 50%
}

.mobile .header-details.details-left .header-item:first-of-type {
    background: #3ac9f9
}

.mobile .header-details.details-left .header-item:last-of-type {
    background: #52d0fa
}

.mobile .header-details.details-left .header-item a i {
    color: #fff;
    font-size: 25px
}

.mobile .header-details.details-right {
    float: left;
    width: 65%
}

.mobile .header-details.details-right .cart-mini-top,
.mobile .header-details.details-right .header-item {
    background: #08bbf7;
    color: #fff;
    height: 50px;
    padding: 15px 0 0 12px;
    width: 100%
}

.mobile .header-details.details-right .cart-mini-top a,
.mobile .header-details.details-right .cart-mini-top i,
.mobile .header-details.details-right .cart-mini-top input,
.mobile .header-details.details-right .header-item a,
.mobile .header-details.details-right .header-item i,
.mobile .header-details.details-right .header-item input {
    color: #fff
}

.mobile .header-details.details-right .cart-mini-top input,
.mobile .header-details.details-right .header-item input {
    border-bottom-color: #fff;
    width: 148px
}

.mobile .header-details.details-right .cart-mini-top {
    background: #3ac9f9
}

.mobile .header-details.details-right .cart-mini-top a {
    color: #0583ae
}

.mobile .header-details .header-item .searchbox input:focus+i {
    color: #fff
}

.mobile::-webkit-input-placeholder {
    color: #0583ae
}

.mobile:-moz-placeholder {
    color: #0583ae;
    opacity: 1
}

.mobile::-moz-placeholder {
    color: #0583ae;
    opacity: 1
}

.mobile:-ms-input-placeholder {
    color: #0583ae
}

.content-wrap {
    margin-bottom: 30px
}

.content-wrap ol,
.content-wrap ul {
    padding-left: 20px
}

.hp-widget-band {
    padding: 60px 0
}

.hp-widget-band .hp-widget-block p:last-of-type {
    margin-bottom: 0
}

.hp-widget-band.hp-3 {
    padding: 80px 0
}

.hp-widget-band .widget-title {
    border-bottom: 0
}

.hp-widget-band .widget-title span {
    border-bottom: 0
}

.hp-content-band {
    background: #eff5f7;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    color: #70828d;
    padding: 60px 0
}

.hp-content-band.hp-2 {
    background: #eff5f7;
    text-align: center
}

.hp-content-band.hp-2 .hp-content {
    margin-bottom: 40px
}

.hp-featured,
.hp-featured-2,
.hp-featured-3 {
    margin: 60px 0
}

.hp-featured h2,
.hp-featured-2 h2,
.hp-featured-3 h2 {
    margin-bottom: 30px;
    text-align: center
}

.hp-featured-3 {
    background: url("../images/featured-3-bg.jpg") no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin: 0
}

.hp-featured-3 h2 {
    color: #fff
}

.hp-featured-3 .featured-text-block {
    margin: 0 auto 60px auto;
    text-align: center;
    width: 50%
}

.hp-featured-3 .box-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.hp-featured-3 .box-item:hover .box-item-icon {
    background: #fff
}

.hp-featured-3 .box-item:hover .box-item-icon:after {
    border-top-color: #fff
}

.hp-featured-3 .box-item:hover .box-item-icon i {
    color: #599C4E
}

.hp-featured-3 .box-item:hover h4 a {
    color: #599C4E
}

.hp-featured-3 .box-item-icon {
    background: #599C4E;
    color: #fff;
    float: left;
    height: 54px;
    position: relative;
    margin-top: 3px;
    text-align: center;
    width: 54px
}

.hp-featured-3 .box-item-icon i::before {
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0
}

.hp-featured-3 .box-item-icon i.page-107::before {
    content: "\f0f2"
}

.hp-featured-3 .box-item-icon i.page-109::before {
    content: "\f0ed"
}

.hp-featured-3 .box-item-icon i.page-111::before {
    content: "\f108"
}

.hp-featured-3 .box-item-icon i.page-113::before {
    content: "\f0eb"
}

.hp-featured-3 .box-item-icon i.page-115::before {
    content: "\f0c3"
}

.hp-featured-3 .box-item-icon i.page-117::before {
    content: "\f06c"
}

.hp-featured-3 .box-item-icon:after {
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #599C4E transparent transparent transparent;
    content: '';
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0
}

.hp-featured-3 .box-item-content {
    float: left;
    margin-left: 10%;
    width: 70%
}

.hp-featured-3 .box-item-content h4 {
    margin-bottom: 10px
}

.hp-featured-3 .box-item-content h4 a {
    color: #fff
}

.hp-featured-3 .featured-quote {
    font-style: italic;
    margin: 30px auto;
    text-align: center;
    position: relative;
    width: 75%
}

.hp-featured-3 .featured-quote h3.widget-title {
    border-bottom: 0;
    color: #599C4E;
    font-size: 30px;
    font-weight: 300;
    text-transform: none
}

.hp-featured-3 .featured-quote h3.widget-title span {
    border-bottom: 0;
    padding: 0
}

.hp-featured-3 .featured-quote p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0
}

.hp-featured-3 .featured-quote .quote-left,
.hp-featured-3 .featured-quote .quote-right {
    color: #fff;
    font-size: 72px;
    font-weight: 300;
    position: absolute;
    top: 12px
}

.hp-featured-3 .featured-quote .quote-left {
    left: 0
}

.hp-featured-3 .featured-quote .quote-right {
    right: 0
}

.title-band {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    background: #eff5f7;
    padding: 38px 0;
    margin-bottom: 30px
}

.title-band h1 {
    margin-bottom: 0
}

#client-list .mix {
    display: none
}

.contact-page {
    margin-bottom: 40px
}

.contact-page .contact-details p {
    margin-bottom: 10px
}

.contact-page .contact-details p i {
    margin-right: 12px;
    width: 10px
}

.contact-page .contact-details ul {
    margin-top: 25px
}

.contact-page .contact-details ul:before,
.contact-page .contact-details ul:after {
    content: "";
    display: table
}

.contact-page .contact-details ul:after {
    clear: both
}

.contact-page .contact-details ul li {
    background-image: none;
    float: left;
    padding: 0 12px 0 0
}

.contact-page .contact-details ul li i {
    font-size: 34px
}

.search-result {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px
}

.center-page-wrap {
    text-align: center
}

.center-page-wrap h2 {
    color: #9aa7af
}

.center-page-wrap img {
    padding: 50px 0
}

.center-page-wrap .searchbox {
    margin: 0 auto 40px auto;
    width: 40%
}

.widget-title {
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.widget-title span {
    /* border-bottom:3px solid #599C4E; */
    display: inline-block;
    padding-bottom: 8px;
}

.widget-container {
    margin-bottom: 35px
}

.widget-container h3 {
    font-weight: 400
}

.widget-container ul {
    margin: 0;
    padding: 0
}

.widget-container ul li {
    background: none;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0 8px 25px
}

.widget-container ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0
}

.widget-container ul li:before {
    color: #599C4E;
    content: "\f0a9";
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 10px
}

.widget-container ul li a {
    color: #9aa7af
}

.widget-container ul li:hover:before {
    color: #9aa7af
}

.widget-container ul li:hover a {
    color: #599C4E
}

.widget-container .post-block:hover a {
    color: #599C4E
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.woocommerce .cat-image {
    margin-bottom: 30px
}

.woocommerce .title-band h2 {
    margin-bottom: 0
}

.woocommerce .product-area .summary.column5 {
    padding: 0 15px
}

.woocommerce .product-area .product-tabs-area {
    margin: 0 10px
}

.woocommerce .product-area .price {
    color: #599C4E;
    font-size: 24px
}

.woocommerce .product-area .single_variation .price {
    display: block;
    font-size: 16px;
    margin: 10px 0
}

.woocommerce .product-area .product_meta {
    margin: 15px 0
}

.woocommerce .product-area img {
    border: 1px solid #ebebeb
}

.woocommerce .product-area img:hover {
    border-color: #599C4E
}

.woocommerce .product-area .add-to-cart-controls {
    float: left
}

.woocommerce .product-area .add-to-cart-controls:before,
.woocommerce .product-area .add-to-cart-controls:after {
    content: "";
    display: table
}

.woocommerce .product-area .add-to-cart-controls:after {
    clear: both
}

.woocommerce .product-area .btn,
.woocommerce .product-area .order-again .button,
.woocommerce .order-again .product-area .button {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 0 0 15px
}

.woocommerce .product-area .btn i,
.woocommerce .product-area .order-again .button i,
.woocommerce .order-again .product-area .button i {
    margin-right: 10px
}

.woocommerce .product-area .woocommerce-main-image img {
    margin-bottom: 20px
}

.woocommerce .product-area .thumbnails a {
    float: left;
    margin: 0 14px 10px 14px
}

.woocommerce .product-area .thumbnails a.last {
    margin-right: 0
}

.woocommerce .quantity input {
    background: #ebebeb;
    color: #9aa7af;
    float: left;
    font-size: 18px;
    height: 40px;
    padding: 5px;
    width: 40px
}

.woocommerce .quantity input.input-text {
    background: #fff;
    margin: 0 2px;
    text-align: center
}

.woocommerce .quantity input.minus:hover,
.woocommerce .quantity input.plus:hover {
    background: #599C4E;
    border-color: #599C4E;
    color: #fff
}

.woocommerce .woocommerce-tabs {
    margin: 40px 0
}

.woocommerce .woocommerce-tabs .tabs {
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px
}

.woocommerce .woocommerce-tabs .tabs:before,
.woocommerce .woocommerce-tabs .tabs:after {
    content: "";
    display: table
}

.woocommerce .woocommerce-tabs .tabs:after {
    clear: both
}

.woocommerce .woocommerce-tabs .tabs li {
    background: #ebebeb;
    border-top: 3px solid #fff;
    float: left;
    padding: 0
}

.woocommerce .woocommerce-tabs .tabs li a {
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    color: #2f383d;
    display: block;
    padding: 14px 16px
}

.woocommerce .woocommerce-tabs .tabs li.active {
    background: #fff;
    border-top: 3px solid #599C4E
}

.woocommerce .woocommerce-tabs .tabs li.active a {
    border-top-color: #599C4E;
    border-bottom: 1px solid #fff;
    color: #599C4E
}

.woocommerce .woocommerce-tabs .tabs li.first-tab {
    border-left: 1px solid #d2d2d2
}

.woocommerce .woocommerce-tabs .tab-heading {
    display: none
}

.woocommerce .woocommerce-tabs .panel {
    border: 1px solid #b8b8b8;
    clear: both;
    padding: 15px 15px 0 15px
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes tr {
    background: #fff
}

.woocommerce table.shop_attributes tr.odd-row td {
    background: #fff;
    color: #9aa7af
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: bold;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.025)
}

.woocommerce aside h3.h1 {
    color: #2f383d;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 20px 0
}

.woocommerce aside ul {
    padding: 0
}

.woocommerce aside li {
    background: none;
    padding-left: 20px;
    position: relative
}

.woocommerce aside li a {
    color: #6d7a89
}

.woocommerce aside li a:before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 7px
}

.woocommerce aside .woocommerce_widget_cart-2,
.woocommerce aside .woocommerce_product_search-2,
.woocommerce aside .woocommerce_product_categories-2,
.woocommerce aside .woocommerce_top_rated_products-2,
.woocommerce aside .woocommerce_product_tag_cloud-2 {
    margin-bottom: 35px
}

.woocommerce aside .woocommerce_widget_cart-2 li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0
}

.woocommerce aside .woocommerce_widget_cart-2 li:before,
.woocommerce aside .woocommerce_widget_cart-2 li:after {
    content: "";
    display: table
}

.woocommerce aside .woocommerce_widget_cart-2 li:after {
    clear: both
}

.woocommerce aside .woocommerce_widget_cart-2 li img {
    float: right;
    height: 18%;
    width: 18%
}

.woocommerce aside .woocommerce_widget_cart-2 li a {
    font-weight: 700
}

.woocommerce aside .woocommerce_widget_cart-2 li a:before {
    display: none
}

.woocommerce aside .woocommerce_widget_cart-2 .item-details {
    border-left: 2px solid #599C4E;
    margin: 5px 0;
    padding-left: 10px
}

.woocommerce aside .woocommerce_widget_cart-2 .variation {
    margin: 5px 0
}

.woocommerce aside .woocommerce_widget_cart-2 .variation:before,
.woocommerce aside .woocommerce_widget_cart-2 .variation:after {
    content: "";
    display: table
}

.woocommerce aside .woocommerce_widget_cart-2 .variation:after {
    clear: both
}

.woocommerce aside .woocommerce_widget_cart-2 .variation dt,
.woocommerce aside .woocommerce_widget_cart-2 .variation dd {
    float: left;
    margin: 0;
    padding: 0
}

.woocommerce aside .woocommerce_widget_cart-2 .variation dd p {
    margin-bottom: 0
}

.woocommerce aside .woocommerce_widget_cart-2 .quantity {
    display: block
}

.woocommerce aside .woocommerce_widget_cart-2 .total {
    font-weight: 700
}

.woocommerce aside .woocommerce_widget_cart-2 .btn,
.woocommerce aside .woocommerce_widget_cart-2 .order-again .button,
.woocommerce .order-again aside .woocommerce_widget_cart-2 .button {
    float: left
}

.woocommerce aside .woocommerce_product_categories-2 li.current-cat a,
.woocommerce aside .woocommerce_product_categories-2 li a:hover {
    color: #599C4E
}

.woocommerce aside .woocommerce_product_categories-2 li .count {
    background: #6d7a89;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    float: right;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.woocommerce aside .woocommerce_product_categories-2 li:hover span,
.woocommerce aside .woocommerce_product_categories-2 li.current-cat span {
    background: #599C4E;
    color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s
}

.woocommerce aside .woocommerce_top_rated_products-2 li {
    border-bottom: 1px solid #ebebeb;
    color: #2f383d;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding: 10px 0
}

.woocommerce aside .woocommerce_top_rated_products-2 li:before,
.woocommerce aside .woocommerce_top_rated_products-2 li:after {
    content: "";
    display: table
}

.woocommerce aside .woocommerce_top_rated_products-2 li:after {
    clear: both
}

.woocommerce aside .woocommerce_top_rated_products-2 li a {
    color: #2f383d
}

.woocommerce aside .woocommerce_top_rated_products-2 li a:before {
    display: none
}

.woocommerce aside .woocommerce_top_rated_products-2 li img {
    border: 1px solid #ebebeb;
    float: left;
    height: 25%;
    margin-right: 10px;
    width: 25%
}

.woocommerce aside .woocommerce_top_rated_products-2 li span {
    color: #9aa7af
}

.woocommerce aside .woocommerce_top_rated_products-2 li span.amount {
    display: inline-block;
    font-size: 13px;
    margin-top: 5px
}

.woocommerce aside .woocommerce_top_rated_products-2 li:hover {
    cursor: pointer
}

.woocommerce aside .woocommerce_top_rated_products-2 li:hover img {
    border-color: #599C4E
}

.woocommerce aside .star-rating {
    bottom: 15px;
    left: 75px;
    position: absolute
}

.woocommerce.single-product .alert {
    margin-left: 10px
}

.woocommerce .upsells {
    margin: 0 0 40px 0
}

.woocommerce .return-to-shop i {
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    top: 2px
}

.woocommerce.archive .products,
.woocommerce .related .products,
.woocommerce .upsells .products {
    margin-top: 25px
}

.woocommerce.archive .type-product,
.woocommerce .related .type-product,
.woocommerce .upsells .type-product {
    border: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 20px
}

.woocommerce.archive .type-product .product-title-price,
.woocommerce .related .type-product .product-title-price,
.woocommerce .upsells .type-product .product-title-price {
    border-top: 1px solid #ebebeb;
    font-weight: 400;
    min-height: 125px;
    padding: 14px 18px;
    position: relative
}

.woocommerce.archive .type-product .product-title-price h4,
.woocommerce .related .type-product .product-title-price h4,
.woocommerce .upsells .type-product .product-title-price h4 {
    margin-bottom: 4px
}

.woocommerce.archive .type-product .product-title-price h4 a,
.woocommerce .related .type-product .product-title-price h4 a,
.woocommerce .upsells .type-product .product-title-price h4 a {
    color: #2f383d
}

.woocommerce.archive .type-product .product-title-price .price,
.woocommerce .related .type-product .product-title-price .price,
.woocommerce .upsells .type-product .product-title-price .price {
    bottom: 15px;
    position: absolute
}

.woocommerce.archive .type-product .product-title-price .amount,
.woocommerce .related .type-product .product-title-price .amount,
.woocommerce .upsells .type-product .product-title-price .amount {
    color: #599C4E;
    font-size: 20px
}

.woocommerce.archive .type-product .product-title-price .amount:hover,
.woocommerce .related .type-product .product-title-price .amount:hover,
.woocommerce .upsells .type-product .product-title-price .amount:hover {
    color: #599C4E
}

.woocommerce.archive .type-product .product-title-price .product-cat,
.woocommerce .related .type-product .product-title-price .product-cat,
.woocommerce .upsells .type-product .product-title-price .product-cat {
    margin-bottom: 8px
}

.woocommerce.archive .type-product .product-title-price .product-cat a,
.woocommerce .related .type-product .product-title-price .product-cat a,
.woocommerce .upsells .type-product .product-title-price .product-cat a {
    color: #6d7a89
}

.woocommerce.archive .type-product .product-title-price .star-rating,
.woocommerce .related .type-product .product-title-price .star-rating,
.woocommerce .upsells .type-product .product-title-price .star-rating {
    display: block;
    margin-bottom: 6px
}

.woocommerce.archive .type-product .product-title-price:hover h4 a,
.woocommerce .related .type-product .product-title-price:hover h4 a,
.woocommerce .upsells .type-product .product-title-price:hover h4 a {
    color: #fff
}

.woocommerce.archive .type-product .product-add-to-cart,
.woocommerce .related .type-product .product-add-to-cart,
.woocommerce .upsells .type-product .product-add-to-cart {
    background: #ebebeb;
    display: block;
    padding: 14px 18px
}

.woocommerce.archive .type-product .product-add-to-cart i,
.woocommerce .related .type-product .product-add-to-cart i,
.woocommerce .upsells .type-product .product-add-to-cart i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.woocommerce.archive .type-product .product-add-to-cart a,
.woocommerce .related .type-product .product-add-to-cart a,
.woocommerce .upsells .type-product .product-add-to-cart a {
    color: #2f383d
}

.woocommerce.archive .type-product .product-add-to-cart a.added_to_cart,
.woocommerce .related .type-product .product-add-to-cart a.added_to_cart,
.woocommerce .upsells .type-product .product-add-to-cart a.added_to_cart {
    margin-left: 10px
}

.woocommerce.archive .type-product .more-btn,
.woocommerce .related .type-product .more-btn,
.woocommerce .upsells .type-product .more-btn {
    bottom: 14px;
    right: 18px;
    position: absolute
}

.woocommerce.archive .type-product .more-btn a,
.woocommerce .related .type-product .more-btn a,
.woocommerce .upsells .type-product .more-btn a {
    color: #6d7a89
}

.woocommerce.archive .type-product:hover,
.woocommerce .related .type-product:hover,
.woocommerce .upsells .type-product:hover {
    background: #2f383d
}

.woocommerce.archive .type-product:hover h4,
.woocommerce .related .type-product:hover h4,
.woocommerce .upsells .type-product:hover h4 {
    color: #fff
}

.woocommerce.archive .type-product:hover .amount,
.woocommerce.archive .type-product:hover .price,
.woocommerce .related .type-product:hover .amount,
.woocommerce .related .type-product:hover .price,
.woocommerce .upsells .type-product:hover .amount,
.woocommerce .upsells .type-product:hover .price {
    color: #599C4E
}

.woocommerce.archive .type-product:hover .product-add-to-cart,
.woocommerce .related .type-product:hover .product-add-to-cart,
.woocommerce .upsells .type-product:hover .product-add-to-cart {
    background: #fff
}

.woocommerce.archive .type-product:hover .product-add-to-cart a,
.woocommerce .related .type-product:hover .product-add-to-cart a,
.woocommerce .upsells .type-product:hover .product-add-to-cart a {
    color: #599C4E
}

.woocommerce .type-product:hover .product-title-price h4 a,
.woocommerce .type-product:focus .product-title-price h4 a {
    color: #fff
}

.woocommerce .related .products,
.woocommerce .upsells .products {
    margin-top: 0
}

.woocommerce .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering {
    float: right;
    margin-right: 20px
}

.woocommerce .shop_table {
    border: 1px solid #dfe5e9;
    width: 100%
}

.woocommerce .shop_table th {
    background: #f5f6f7;
    border-top: 2px solid #599C4E;
    color: #2f383d;
    padding-left: 30px;
    padding-right: 30px
}

.woocommerce .shop_table td {
    background: #fff;
    border: none;
    font-size: 14px;
    padding: 30px
}

.woocommerce .shop_table .cart-img {
    float: left
}

.woocommerce .shop_table .cart-product-title {
    float: left;
    font-size: 16px;
    margin: 32px 0 0 15px
}

.woocommerce .shop_table .cart-product-title a {
    color: #6d7a89
}

.woocommerce .shop_table .amount {
    color: #599C4E;
    font-size: 20px
}

.woocommerce .shop_table .variation {
    margin: 5px 0
}

.woocommerce .shop_table .variation:before,
.woocommerce .shop_table .variation:after {
    content: "";
    display: table
}

.woocommerce .shop_table .variation:after {
    clear: both
}

.woocommerce .shop_table .variation dt,
.woocommerce .shop_table .variation dd {
    float: left;
    margin: 0;
    padding: 0
}

.woocommerce .shop_table .variation dd p {
    margin-left: 10px
}

.woocommerce .shop_table .product-remove {
    font-size: 24px
}

.woocommerce .shop_table .product-remove a {
    color: #6d7a89
}

.woocommerce .shop_table .product-remove a:hover {
    color: #599C4E
}

.woocommerce .shop_table .cart-actions {
    padding: 0 30px
}

.woocommerce .shop_table .cart-actions input {
    float: right
}

.woocommerce .shop_table .shipping-calculator-form {
    display: block !important
}

.woocommerce .shop_table .shipping-calculator-form p:first-of-type {
    margin-bottom: 0
}

.woocommerce .shop_table .shipping-calculator-form .styled-select {
    width: 100%
}

.woocommerce .shop_table .shipping-calculator-form .styled-select select {
    width: 110%
}

.woocommerce .shop_table .shipping-calculator-form .shipping-state,
.woocommerce .shop_table .shipping-calculator-form .shipping-postcode {
    float: left;
    width: 48%
}

.woocommerce .shop_table .shipping-calculator-form .shipping-postcode {
    margin-left: 4%
}

.woocommerce .shop_table .shipping-calculator-form .btn,
.woocommerce .shop_table .shipping-calculator-form .order-again .button,
.woocommerce .order-again .shop_table .shipping-calculator-form .button {
    float: right;
    margin-right: 0
}

.woocommerce .shop_table .cart-collaterals {
    padding: 30px
}

.woocommerce .shop_table.cart-totals .h4 {
    float: left;
    width: 48%
}

.woocommerce .shop_table.cart-totals .h4.right {
    margin-left: 4%
}

.woocommerce .shop_table.cart-totals .cart-collaterals {
    padding-bottom: 0
}

.woocommerce .shop_table .coupon {
    border-bottom: 1px solid #ebebeb;
    margin: 0 30px 10px 30px
}

.woocommerce .shop_table .shop_table.totals {
    border: none
}

.woocommerce .shop_table .shop_table.totals td {
    color: #2f383d !important;
    padding: 0
}

.woocommerce .shop_table .shop_table.totals .cart-subtotal .amount {
    color: #2f383d;
    font-size: 16px
}

.woocommerce .shop_table .coupon input,
.woocommerce .shop_table .cart-actions input {
    float: left;
    width: 48%
}

.woocommerce .shop_table .coupon-submit {
    border: 1px solid transparent;
    margin-left: 4%
}

.woocommerce .shop_table .checkout-button.wc-forward {
    margin-left: 4%
}

.woocommerce .shop_table .update-cart {
    background: #2f383d
}

.woocommerce .calc-cart-block {
    float: left;
    margin-right: 1%;
    width: 49%
}

.woocommerce .cart-total-block {
    float: right;
    margin-left: 1%;
    width: 49%
}

.woocommerce .checkout-coupon,
.woocommerce .checkout-login {
    border: 1px solid #dfe5e9;
    padding: 30px;
    margin-bottom: 40px
}

.woocommerce .checkout_coupon,
.woocommerce .login {
    display: block !important
}

.woocommerce .user-login-form,
.woocommerce .user-password-form {
    float: left;
    width: 48%
}

.woocommerce .user-password-form {
    margin-left: 4%
}

.woocommerce .login-submit-form,
.woocommerce .coupon-submit {
    float: right
}

.woocommerce .login-submit-form input,
.woocommerce .coupon-submit input {
    width: auto
}

.woocommerce .woocommerce-billing-fields input[type="checkbox"],
.woocommerce .lost_password input,
.woocommerce #rememberme,
.woocommerce .form-submit input {
    width: auto
}

.woocommerce .woocommerce-invalid input {
    border: 1px solid red
}

.woocommerce #ship-to-different-address {
    float: right
}

.woocommerce #ship-to-different-address input {
    width: auto
}

.woocommerce .shop_table.checkout td,
.woocommerce .shop_table.order_details td {
    color: #2f383d;
    padding: 10px 30px
}

.woocommerce .shop_table.checkout .cart_item .product-name,
.woocommerce .shop_table.checkout .cart_item .product-total .amount,
.woocommerce .shop_table.checkout .order_item .product-name,
.woocommerce .shop_table.checkout .order_item .product-total .amount,
.woocommerce .shop_table.order_details .cart_item .product-name,
.woocommerce .shop_table.order_details .cart_item .product-total .amount,
.woocommerce .shop_table.order_details .order_item .product-name,
.woocommerce .shop_table.order_details .order_item .product-total .amount {
    color: #9aa7af;
    font-size: 14px
}

.woocommerce .shop_table.checkout .cart-subtotal td .amount,
.woocommerce .shop_table.checkout .shipping td p,
.woocommerce .shop_table.order_details .cart-subtotal td .amount,
.woocommerce .shop_table.order_details .shipping td p {
    color: #2f383d;
    font-size: 14px
}

.woocommerce .shop_table.checkout.order_details .order,
.woocommerce .shop_table.checkout.order_details .date,
.woocommerce .shop_table.order_details.order_details .order,
.woocommerce .shop_table.order_details.order_details .date {
    border-right: 1px solid #ebebeb
}

.woocommerce .shop_table.checkout.order_details td span,
.woocommerce .shop_table.order_details.order_details td span {
    color: #9aa7af;
    display: block;
    text-transform: uppercase
}

.woocommerce .shop_table.checkout.order_details .amount,
.woocommerce .shop_table.order_details.order_details .amount {
    color: #2f383d;
    font-size: 14px
}

.woocommerce .chosen-container-single .chosen-single {
    background: url(../images/arrow.jpg) no-repeat 99% #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #9aa7af;
    height: auto !important;
    padding: 6px 40px 6px 20px
}

.woocommerce .chosen-container-single .chosen-single div b {
    display: none
}

.woocommerce .chosen-drop {
    border: 1px solid #ebebeb
}

.woocommerce .chosen-results li {
    background-image: none
}

.woocommerce #billing_country_field,
.woocommerce #shipping_country_field {
    display: none
}

.woocommerce #payment ul {
    border: 1px solid #ebebeb;
    padding: 30px;
    margin: 0 0 30px 0;
    padding: 0
}

.woocommerce #payment ul li {
    background-image: none;
    border-bottom: 1px solid #ebebeb;
    color: #2f383d;
    padding: 15px 30px 10px 30px
}

.woocommerce #payment ul li label {
    font-weight: 700
}

.woocommerce #payment ul li input {
    margin-right: 15px;
    width: auto
}

.woocommerce #payment ul li p {
    color: #9aa7af;
    margin: 0 30px 0 0
}

.woocommerce .place-order input[type="submit"] {
    float: right;
    width: auto
}

.woocommerce .payment_method_paypal img {
    display: none
}

.woocommerce .terms input {
    width: auto
}

.woocommerce #account_password_field label {
    display: none
}

.woocommerce .customer_details {
    margin-bottom: 30px
}

.woocommerce .customer_details span {
    display: block
}

.woocommerce .customer_details .customer_detail_item {
    display: block;
    margin-bottom: 10px
}

.woocommerce .customer_details address {
    font-style: normal
}

.woocommerce-account .woocommerce .address {
    margin-bottom: 30px
}

.woocommerce-account .woocommerce .shop_table.my_account_orders td {
    color: #9aa7af
}

.woocommerce-account .woocommerce .account-changes.btn,
.woocommerce-account .woocommerce .order-again .account-changes.button {
    float: right;
    margin-right: 0;
    width: auto
}

.woocommerce-account .woocommerce .col2-set.addresses div {
    float: left;
    margin-right: 40px
}

.woocommerce mark {
    background: transparent;
    color: #2f383d;
    font-style: italic
}

.woocommerce .alert.error {
    list-style-type: none;
    width: 100%
}

.woocommerce .alert.error li {
    background-image: none;
    padding-left: 0
}

.woocommerce .star-rating {
    width: 80px;
    height: 16px;
    background: url(../images/star.png) repeat-x left 0
}

.woocommerce .star-rating span {
    background: url(../images/star.png) repeat-x left -32px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
    float: left
}

.woocommerce p.stars:after {
    content: "";
    display: block;
    clear: both
}

.woocommerce p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(../images/star.png) repeat-x left 0
}

.woocommerce p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden
}

.woocommerce p.stars span a:hover,
.woocommerce p.stars span a:focus {
    background: url(../images/star.png) repeat-x left -16px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none
}

.woocommerce p.stars span a.active {
    background: url(../images/star.png) repeat-x left -32px
}

.woocommerce p.stars span a.star-1 {
    width: 16px;
    z-index: 10
}

.woocommerce p.stars span a.star-2 {
    width: 32px;
    z-index: 9
}

.woocommerce p.stars span a.star-3 {
    width: 48px;
    z-index: 8
}

.woocommerce p.stars span a.star-4 {
    width: 64px;
    z-index: 7
}

.woocommerce p.stars span a.star-5 {
    width: 80px;
    z-index: 6
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0
}

.woocommerce .commentlist {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.woocommerce .commentlist .comment:before,
.woocommerce .commentlist .comment:after {
    content: "";
    display: table
}

.woocommerce .commentlist .comment:after {
    clear: both
}

.woocommerce .commentlist .comment-img {
    float: left
}

.woocommerce .commentlist .comment-img .avatar {
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #599C4E;
    margin-right: 20px
}

.woocommerce .commentlist .meta {
    color: #2f383d;
    margin-bottom: 2px
}

.woocommerce .commentlist .comment-text {
    float: left;
    width: 88%
}

.woocommerce .commentlist .comment-text .description p {
    margin-bottom: 12px
}

.woocommerce .commentlist .comment-time {
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px
}

.woocommerce .woocommerce-product-rating {
    margin-bottom: 15px
}

.woocommerce #review_form {
    margin-top: 20px
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond:after {
    content: "";
    display: block;
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.woocommerce .shop-cta-band {
    border-top: 1px solid #ebebeb;
    margin-top: 40px;
    padding: 40px 0 20px 0
}

.woocommerce .shop-cta-band .shop-cta-block {
    border: 1px solid #ebebeb;
    padding: 15px
}

.woocommerce .shop-cta-band .shop-cta-block>div {
    padding-left: 40px
}

.woocommerce .shop-cta-band .shop-cta-block i {
    float: left;
    color: #599C4E;
    font-size: 22px
}

.woocommerce .shop-cta-band .shop-cta-block h3 {
    border: none;
    color: #6d7a89;
    font-weight: 700;
    margin-bottom: 8px
}

.woocommerce .shop-cta-band .shop-cta-block p {
    margin: 0
}

.entry-content .woocommerce h3,
.product-area h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.entry-content .woocommerce h3 span,
.product-area h3 span {
    border-bottom: 3px solid #599C4E;
    display: inline-block;
    padding-bottom: 8px
}

.footer-band {
    background: #2f383d;
    color: #9aa7af;
    font-size: 13px;
    padding: 36px 0
}

.footer-band h3 {
    border-bottom: 1px solid #9aa7af;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.footer-band h3 span {
    border-bottom: 3px solid #6d7a89
}

.footer-band p {
    color: #64757f
}

.footer-band .ft-block-one a {
    text-transform: uppercase
}

.footer-band .ft-block-three li:after {
    color: #599C4E
}

.footer-band .ft-block-three a {
    color: #9aa7af
}

.footer-band .footer-break {
    display: none
}

.footer-band.bottom {
    color: #6d7a89;
    padding: 15px 0;
    background: #202629
}

.footer-band.bottom p {
    float: right;
    margin-bottom: 0
}

.footer-band.bottom ul li {
    float: left;
    padding: 0 20px 0 0
}

.footer-band.bottom ul li:after {
    display: none
}

.footer-band.bottom a {
    color: #6d7a89
}

.footer-band.bottom a:hover {
    color: #9aa7af
}

.footer-band li {
    background: none;
    padding-left: 20px
}

.footer-band li:after {
    content: "\f138";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0
}

.post-block {
    margin-bottom: 20px
}

.post-block:before,
.post-block:after {
    content: "";
    display: table
}

.post-block:after {
    clear: both
}

.post-block .post-image {
    float: left;
    position: relative;
    margin-bottom: 0;
    width: 56px
}

.post-block .post-content {
    float: right;
    width: 70%
}

.post-block .post-content .post-date {
    color: #6d7a89;
    font-size: 12px
}

.post-block a {
    color: #9aa7af
}

.post-block .post-image-mask {
    background: #599C4E;
    display: none;
    height: 56px;
    position: absolute;
    top: 0;
    width: 56px;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.post-block .post-image-mask:before {
    color: #fff;
    content: "\f067";
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 32%;
    width: 25%
}

.post-block:hover,
.post-block:active {
    cursor: pointer
}

.post-block:hover a,
.post-block:active a {
    color: #fff
}

.post-block:hover .post-image-mask,
.post-block:active .post-image-mask {
    display: block
}

.device .footer-band .post-block .post-image {
    display: none
}

.device .footer-band .post-block .post-content {
    width: 100%
}

.alert {
    background: #ebebeb;
    border: 1px solid #6d7a89;
    color: #6d7a89;
    display: inline-block;
    line-height: 20px;
    padding: 8px 20px;
    margin-bottom: 20px
}

.alert i {
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: 2px
}

.alert.success {
    background: #c2f8ab;
    border-color: #a0f47c;
    color: #36970d
}

.alert.success a {
    color: #256809;
    margin-right: 10px
}

.alert.success strong {
    color: #36970d
}

.alert.error {
    background: #fecdc8;
    border-color: #fd9f96;
    color: #c31504
}

.alert.error a {
    color: #911003;
    margin-right: 10px
}

.alert.error strong {
    color: #c31504
}

.breadcrumbs {
    color: #9aa7af;
    float: right;
    margin-top: 5px
}

.breadcrumbs i {
    border: 1px solid #9aa7af;
    color: #9aa7af;
    padding: 0 3px 0 4px;
    margin: 0 10px
}

blockquote {
    background: #eff5f7;
    border-left: 3px solid #599C4E;
    font-style: italic;
    margin: 30px 0 20px 0;
    padding: 25px 25px 25px 70px;
    position: relative
}

blockquote p:last-of-type {
    font-weight: 700;
    margin-bottom: 0
}

blockquote:before {
    background: #599C4E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 15px;
    top: 30px;
    padding: 11px 13px 10px 10px;
    position: absolute
}

.box-item {
    margin-bottom: 40px;
    position: relative
}

.box-item:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.box-item:hover a {
    color: #fff;
}

.box-item .box-item-mask {
    position: relative
}

.box-item .box-item-image {
    margin-bottom: 20px
}

.box-item .box-item-date {
    background: #599C4E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 52px;
    left: 15px;
    line-height: 1;
    padding: 6px 10px 0 10px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 15px;
    width: 52px
}

.box-item .box-item-date span {
    font-size: 14px
}

.box-item .entry-summary {
    min-height: 60px
}

.box-item .box-item-readmore {
    bottom: -20px;
    position: absolute;
    width: 100%
}

.box-item .box-item-readmore a i {
    margin-right: 8px
}

.box-item.feature {
    background: #eff5f7;
    text-align: center
}

.box-item.feature .box-item-image {
    margin-bottom: 0
}

.box-item.feature .box-item-content {
    padding: 20px 25px;
    position: relative
}

.box-item.feature .box-item-content h4 {
    font-weight: 400;
    margin-bottom: 8px
}

.box-item.feature .box-item-content h4 a {
    color: #6d7a89
}

.box-item.feature .box-item-content h4:last-of-type {
    margin-bottom: 0
}

.box-item.feature .box-item-content .box-item-cat a {
    color: #9aa7af
}

.box-item.feature .box-item-content .box-item-cat a:hover {
    color: #9aa7af
}

.box-item.feature .box-item-content:before {
    border: solid transparent;
    border-color: rgba(32, 38, 41, 0);
    border-bottom-color: #202629;
    border-width: 12px;
    bottom: 100%;
    content: " ";
    display: none;
    height: 0;
    left: 50%;
    position: absolute;
    pointer-events: none;
    margin-left: -12px;
    width: 0
}

.box-item.feature:hover {
    background: #202629;
    cursor: pointer
}

.box-item.feature:hover h4,
.box-item.feature:hover h4 a {
    color: #fff
}

.box-item.feature:hover .box-item-content:before {
    display: block
}

.box-item.hp-1 {
    position: relative;
    text-align: center
}

.box-item.hp-1 .box-icon {
    background: #599C4E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 75px;
    margin: 0 auto 30px auto;
    position: relative;
    width: 75px
}

.box-item.hp-1 .box-icon i {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: 17px
}

.box-item.hp-1 p:last-of-type {
    bottom: -40px;
    margin-bottom: 0;
    position: absolute;
    width: 100%
}

.box-item.hp-1 p:last-of-type a {
    text-transform: uppercase
}

.box-item.hp-2 {
    text-align: left
}

.box-item.hp-2 h3 {
    font-weight: 400
}

.box-item.hp-2 img {
    border: 1px solid transparent;
    border-bottom-width: 5px
}

.box-item.hp-2:hover img {
    border-bottom: 5px solid #599C4E;
    border-left: 1px solid #599C4E;
    border-right: 1px solid #599C4E;
    border-top: 1px solid #599C4E
}

.box-item.hp-2:hover p:first-of-type {
    position: relative
}

.box-item.hp-2:hover p:first-of-type:after {
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #EFF5F7 transparent transparent;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    bottom: -20px;
    position: absolute;
}

.box-item.hp-3 {
    background: #599C4E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 270px !important;
    padding: 70px 30px 0 30px;
    text-align: center;
    margin: 25px auto 0 auto;
    width: 270px
}

.box-item.hp-3 h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px
}

.box-item.hp-3 a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-right: 0;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase
}

.box-item.hp-3 a:hover {
    background: transparent
}

.box-item.hp-3 .box-icon {
    background: #fff;
    border: 1px solid #599C4E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 90px;
    right: 0;
    text-align: center;
    position: absolute;
    top: -25px;
    width: 90px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 0 0 4px #fff
}

.box-item.hp-3 .box-icon i {
    color: #599C4E;
    font-size: 32px;
    position: relative;
    top: 35%
}

.box-item.hp-3.second-item {
    background: #2f383d;
    height: 320px !important;
    margin-top: 0;
    padding-top: 95px;
    width: 320px
}

.box-item.hp-3.second-item .box-icon {
    background: #599C4E;
    border: none;
    height: 100px;
    width: 100px
}

.box-item.hp-3.second-item .box-icon i {
    color: #fff
}

.btn,
.woocommerce .order-again .button {
    background: #599C4E;
    color: #fff;
    display: inline-block;
    margin: 5px 15px 10px 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase
}

.btn:hover,
.woocommerce .order-again .button:hover {
    background: #177033;
    color: #fff;
    cursor: pointer
}

.btn.alt,
.woocommerce .order-again .alt.button {
    background: #177033
}

.btn.alt:hover,
.woocommerce .order-again .alt.button:hover {
    background: #599C4E;
    color: #fff;
}

.btn.dark,
.woocommerce .order-again .dark.button {
    background: #2f383d
}

.btn.dark.alt,
.woocommerce .order-again .dark.alt.button {
    background: #2f383d;
    margin-right: 0
}

.cta-block {
    /* background: url("../images/nha-bg.png") no-repeat center center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 90px 0 35px 0;
    text-align: center;
    background-size: cover !important;
}

.cta-block .h1,
.cta-block .widget-title {
    border-bottom: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 16px;
    text-transform: none;
    text-decoration: none !important;
}

.cta-block p {
    font-size: 16px;
    font-weight: 300
}

.cta-block .alt {
    border: 2px solid transparent
}

.cta-block .alt:hover {
    border-color: #fff
}

.wid .cta-block.top {
    background: #ebebeb none;
    border-top: 1px solid #dfe5e9;
    color: #9aa7af;
    padding: 40px;
    text-align: left
}

.wid .cta-block.top h3 {
    color: #2f383d
}

.wid .cta-block.top p {
    font-size: 13px;
    margin-bottom: 0;
    width: 80%
}

.wid .cta-block.top .textwidget {
    position: relative
}

.wid .cta-block.top a {
    position: absolute;
    top: -20px;
    right: 0
}

.page-template-tpl_homepage3-php .cta-block.bottom {
    background: url("../images/cta-bg-hp3.min.jpg") no-repeat center center;
    color: #2f383d
}

.page-template-tpl_homepage3-php .cta-block.bottom h3 {
    color: #2f383d;
    border-bottom: 0
}

.page-template-tpl_homepage3-php .cta-block.bottom h3 span {
    border-bottom: 0
}

input,
textarea {
    border: 1px solid #ebebeb;
    color: #9aa7af;
    margin-bottom: 10px;
    outline: none;
    padding: 11px 20px;
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s
}

input[type="submit"] {
    background: #599C4E;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

input[type="submit"]:hover {
    background: #177033
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    min-height: 150px
}

button {
    border: none
}

.form-element {
    position: relative
}

.form-element i {
    color: #9aa7af;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 25%;
    z-index: 1
}

.searchbox {
    position: relative
}

.searchbox .search-btn {
    position: absolute;
    right: 0;
    top: 0
}

.searchbox .search-btn input[type="submit"] {
    background: #599C4E url("../images/search-btn.png") no-repeat center center;
    height: 40px;
    width: 40px
}

.searchbox .search-btn input[type="submit"]:hover {
    background: #177033 url("../images/search-btn.png") no-repeat center center
}

.styled-select {
    background: url(../images/arrow.jpg) no-repeat 98% #fff;
    border: 1px solid #ebebeb;
    color: #9aa7af;
    height: 40px;
    overflow: hidden;
    width: 240px
}

.styled-select select {
    background: transparent;
    width: 268px;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    line-height: 1.6em;
    border: 0;
    border-radius: 0;
    height: 40px;
    outline: none;
    -webkit-appearance: none
}

.form-element:before,
.form-element:after {
    content: "";
    display: table
}

.form-element:after {
    clear: both
}

.form-element input.wpcf7-not-valid {
    border-color: red;
    color: red
}

.form-element .wpcf7-not-valid-tip {
    display: none
}

.form-element .ajax-loader {
    display: none
}

.wpcf7 .wpcf7-validation-errors {
    border-color: red;
    color: #2f383d
}

ol,
ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0
}

ol li,
ul li {
    background: url("../images/list-icon.gif") no-repeat left center;
    line-height: 18px;
    padding: 6px 0;
    position: relative;
    padding-left: 16px
}

ol {
    list-style-type: decimal;
    margin-left: 20px
}

ol li {
    background: none;
    padding-left: 0
}

.nav-pills {
    text-align: center
}

.nav-pills ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    display: inline-block;
    list-style-type: none;
    margin: 40px auto;
    padding: 0;
    overflow: hidden
}

.nav-pills ul:before,
.nav-pills ul:after {
    content: "";
    display: table
}

.nav-pills ul:after {
    clear: both
}

.nav-pills ul li {
    background: none;
    float: left;
    line-height: 1;
    padding: 0
}

.nav-pills ul li a {
    border-left: 1px solid #ebebeb;
    color: #9aa7af;
    display: block;
    padding: 14px 20px
}

.nav-pills ul li a.active,
.nav-pills ul li a:hover {
    background: #599C4E;
    color: #fff
}

.nav-pills ul li:first-of-type a {
    border-left: none
}

.pagination {
    margin: 10px 0
}

.pagination ul {
    margin: 0;
    padding: 0
}

.pagination ul li {
    background: none;
    display: inline;
    padding: 0 0 0 2px
}

.pagination ul li a,
.pagination ul li a:hover,
.pagination ul li.active a,
.pagination ul li.disabled,
.pagination ul li span {
    border: 1px solid #ebebeb;
    cursor: pointer;
    color: #9aa7af;
    padding: 8px 12px;
    text-decoration: none
}

.pagination ul li a:hover,
.pagination ul li.active a,
.pagination ul li span.page-numbers.current {
    background-color: #599C4E;
    color: #fff
}

table {
    border: 1px solid #ebebeb;
    font-size: 13px;
    margin-bottom: 30px
}

table tr.odd-row td {
    background: #ebebeb;
    border: 1px solid #fff
}

table tr.odd-row td:first-of-type {
    border-left: #ebebeb
}

table tr.odd-row td:last-of-type {
    border-right: #ebebeb
}

table tr:first-of-type>td {
    background: #2f383d;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px
}

table tr:first-of-type>td:first-of-type {
    border-left: #2f383d
}

table tr:first-of-type>td:last-of-type {
    border-right: #2f383d
}

table td {
    border: 1px solid #ebebeb
}

table td,
table th {
    padding: 9px 10px;
    text-align: left
}

@media only screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0
    }
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%
    }
    .pinned table th,
    .pinned table td {
        white-space: nowrap
    }
    .pinned td:last-child {
        border-bottom: 0
    }
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }
    div.table-wrapper div.scrollable {
        margin-left: 35%
    }
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none
    }
}

.pricing-tables-band {
    background: #ebebeb;
    padding: 60px 0
}

.pricing-tables-band .pricing-table-block {
    background: #fff;
    border: 1px solid #dfe5e9;
    padding-bottom: 60px;
    position: relative;
    text-align: center
}

.pricing-tables-band .pricing-table-block h3 {
    margin: 0
}

.pricing-tables-band .pricing-table-block .pricing-table-title,
.pricing-tables-band .pricing-table-block .pricing-table-price {
    font-size: 30px;
    font-weight: normal;
    padding: 25px 0
}

.pricing-tables-band .pricing-table-block .pricing-table-price {
    background: #599C4E;
    color: #fff
}

.pricing-tables-band .pricing-table-block .pricing-table-content {
    padding: 25px 0 15px 0
}

.pricing-tables-band .pricing-table-block .pricing-table-btn {
    bottom: 30px;
    position: absolute;
    width: 100%
}

.pricing-tables-band .pricing-table-block .pricing-table-btn .btn,
.pricing-tables-band .pricing-table-block .pricing-table-btn .woocommerce .order-again .button,
.woocommerce .order-again .pricing-tables-band .pricing-table-block .pricing-table-btn .button {
    background: #dfe5e9;
    color: #2f383d;
    margin: 0
}

.pricing-tables-band .pricing-table-block .pricing-table-btn .btn:hover,
.pricing-tables-band .pricing-table-block .pricing-table-btn .woocommerce .order-again .button:hover,
.woocommerce .order-again .pricing-tables-band .pricing-table-block .pricing-table-btn .button:hover {
    background: #599C4E;
    color: #fff
}

.pricing-tables-band .pricing-table-block.featured {
    background: #599C4E;
    color: #fff
}

.pricing-tables-band .pricing-table-block.featured h3 {
    color: #fff
}

.pricing-tables-band .pricing-table-block.featured .pricing-table-price {
    background: #fff;
    color: #2f383d
}

.pricing-tables-band .pricing-table-block.featured .btn,
.pricing-tables-band .pricing-table-block.featured .woocommerce .order-again .button,
.woocommerce .order-again .pricing-tables-band .pricing-table-block.featured .button {
    background: #2f383d;
    color: #fff
}

.pricing-tables-band .pricing-table-block.featured .btn:hover,
.pricing-tables-band .pricing-table-block.featured .woocommerce .order-again .button:hover,
.woocommerce .order-again .pricing-tables-band .pricing-table-block.featured .button:hover {
    background: #fff;
    color: #2f383d
}

h4.trigger {
    border: 1px solid #ebebeb;
    padding: 14px 18px;
    margin: 10px 0 0 0;
    position: relative
}

h4.trigger a {
    color: #9aa7af;
    text-decoration: none;
    display: block
}

h4.trigger.active,
h4.trigger:hover {
    background: #599C4E;
    cursor: pointer
}

h4.trigger.active a,
h4.trigger:hover a {
    color: #fff
}

h4.trigger.active:after,
h4.trigger:hover:after {
    color: #fff
}

h4.trigger:after {
    color: #9aa7af;
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 18px;
    top: 15px
}

h4.active:after {
    color: #fff;
    content: "\f068";
    right: 18px;
    top: 15px
}

.toggle_container {
    border: 1px solid #ebebeb;
    overflow: hidden;
    padding: 20px
}

.tagcloud a {
    background: #ebebeb;
    color: #6d7a89;
    display: inline-block;
    font-size: 14px !important;
    margin: 0 3px 7px 0;
    padding: 10px 12px
}

.tagcloud a:hover {
    background: #599C4E;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
    .woocommerce aside .woocommerce_top_rated_products-2 li {
        padding-bottom: 20px
    }
    .woocommerce aside .star-rating {
        bottom: 3px;
        left: 65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container12 .products .column3 {
        width: 265px
    }
    .container12 .related.products .column3,
    .container12 .upsells.products .column3 {
        width: 258px
    }
    .container12 .products .column3.omega {
        margin-right: 10px
    }
    .woocommerce .product-area .thumbnails a {
        float: left;
        margin: 0 12px 10px 12px
    }
    .woocommerce .product-area .btn,
    .woocommerce .product-area .order-again .button,
    .woocommerce .order-again .product-area .button,
    .woocommerce .product-area .order-again .button,
    .woocommerce .order-again .product-area .button {
        margin-left: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    input,
    textarea {
        padding-left: 15px
    }
    .header-details .header-item a {
        color: transparent;
        font: 0/0 a;
        text-shadow: none
    }
    .nav-mobile {
        display: block
    }
    .nav {
        width: 100%;
        padding: 50px 0 0;
        margin-top: 15px
    }
    .nav .nav-list {
        display: none
    }
    .nav .menu-item {
        width: 100%;
        float: none
    }
    .nav .menu-item .fa {
        display: none
    }
    .nav .menu-item>a,
    .nav .nav-list .menu-item:hover a,
    .nav .nav-list .current-menu-item>a,
    .nav .nav-lits .current-menu-ancestor>a {
        background-color: #599C4E;
        border-bottom: 1px solid #177033;
        color: #fff;
        padding: 15px 15px 14px 15px
    }
    .nav .menu-item>a:hover,
    .nav .nav-list .menu-item:hover a:hover,
    .nav .nav-list .current-menu-item>a:hover,
    .nav .nav-lits .current-menu-ancestor>a:hover {
        background: #177033;
        color: #fff
    }
    .nav .nav-list>li>a,
    .nav .nav-list>li:hover>a,
    .nav .nav-list .current-menu-item>a {
        border-top: none
    }
    .nav .menu-item:hover .sub-menu {
        display: none
    }
    .nav .sub-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }
    .nav .sub-menu::after {
        display: none
    }
    .nav .sub-menu .menu-item a {
        border-bottom: 1px solid #599C4E;
        font-size: 14px;
        padding: 10px 15px 10px 25px
    }
    .nav-click {
        display: block
    }
    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0
    }
    .banner-band {
        padding-top: 20px
    }
    .banner-band .column6 {
        margin-bottom: 0
    }
    .banner-band .banner-content {
        margin: 0;
        width: 100%
    }
    .banner-band .banner-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 10px 0 5px 0
    }
    .banner-band .banner-content h3 strong {
        font-size: 24px
    }
    .banner-band .banner-content p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px
    }
    .hp-widget-band {
        padding: 30px 0
    }
    .box-item {
        margin-bottom: 30px
    }
    .box-item.hp-1 {
        border: 1px solid #ebebeb;
        border-bottom-width: 4px;
        padding: 40px 20px 20px 20px;
        margin: 40px 0
    }
    .box-item.hp-1 .box-icon {
        position: absolute;
        left: 0;
        right: 0;
        top: -24%
    }
    .box-item.hp-1 p {
        margin-bottom: 0
    }
    .box-item.hp-1 p:last-of-type {
        bottom: -10px;
        left: 0;
        right: 0;
        position: absolute
    }
    .box-item.hp-1 p:last-of-type a {
        background: #599C4E;
        color: #fff;
        padding: 12px 16px
    }
    .hp-content-band {
        padding: 30px 0
    }
    .hp-featured,
    .hp-featured-2,
    .hp-featured-3 {
        margin: 30px 0
    }
    .post-block .post-image-mask {
        height: 59px;
        width: 59px
    }
    .sidebar .post-block .post-content,
    .sidebar .post-block .post-image {
        float: none;
        width: 100%
    }
    .sidebar .post-block .post-image {
        margin-bottom: 10px
    }
    .woocommerce.archive .type-product .product-title-price,
    .woocommerce .related .type-product .product-title-price,
    .woocommerce .upsells .type-product .product-title-price {
        padding: 14px
    }
    .woocommerce .quantity.buttons_added {
        margin-bottom: 10px
    }
    .woocommerce .quantity.buttons_added:before,
    .woocommerce .quantity.buttons_added:after {
        content: "";
        display: table
    }
    .woocommerce .quantity.buttons_added:after {
        clear: both
    }
    .woocommerce .quantity input {
        width: 51px
    }
    .woocommerce .shop_table td,
    .woocommerce .shop_table .cart-actions,
    .woocommerce .shop_table .cart-collaterals {
        padding: 15px
    }
    .woocommerce .shop_table .coupon {
        padding-bottom: 5px;
        margin: 0 15px
    }
    .woocommerce .shop_table .coupon input,
    .woocommerce .shop_table .cart-actions input,
    .woocommerce .shop_table .checkout-button.wc-forward,
    .woocommerce .shop_table .shipping-calculator-form .shipping-state,
    .woocommerce .shop_table .shipping-calculator-form .shipping-postcode {
        margin-left: 0;
        width: 100%
    }
    .woocommerce .shop_table .quantity input {
        width: 100%
    }
    .woocommerce .quantity input,
    .woocommerce .quantity input.input-text {
        margin: 0;
        width: 52px
    }
    .woocommerce .cart_item input.input-text,
    .woocommerce aside .woocommerce_widget_cart-2 .btn,
    .woocommerce aside .woocommerce_widget_cart-2 .order-again .button,
    .woocommerce .order-again aside .woocommerce_widget_cart-2 .button,
    .woocommerce .woocommerce aside .woocommerce_widget_cart-2 .order-again .button,
    .woocommerce .woocommerce .order-again aside .woocommerce_widget_cart-2 .button {
        width: 100%
    }
    .footer-band.bottom ul li {
        float: none;
        padding-bottom: 10px
    }
    .footer-band.bottom p {
        float: none
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .footer-band .post-block .post-image {
        width: 100%
    }
    .footer-band .post-block .post-content {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    nav>.nav {
        display: block !important
    }
    .mobile .nav .nav-list>li:hover>a,
    .mobile .nav .nav-list>.current-menu-item>a,
    .mobile .nav .nav-list>.current-menu-ancestor>a {
        color: #fff
    }
}

@media only screen and (max-width: 767px) {
    .header-band .container12 .column8,
    .header-band .container12 .column4 {
        width: 50%
    }
    .box-item.hp-1 {
        padding: 50px 40px
    }
    .title-band {
        padding: 20px 0 0 0
    }
    .breadcrumbs {
        float: none
    }
    .header-details .cart-mini-top .sign-out {
        display: inline
    }
    .box-item .box-item-readmore {
        bottom: -5px
    }
    .woocommerce .woocommerce-ordering {
        clear: left;
        float: none
    }
    .container12 .product-area .column4,
    .products .column3 {
        padding-left: 0
    }
    .container12 .products .column3 {
        width: 400px
    }
    .woocommerce .product-area .product-tabs-area {
        margin: 0
    }
    .woocommerce .product-area .summary.column5 {
        padding-left: 0
    }
    .woocommerce .product-area .woocommerce-tabs {
        margin-top: 0
    }
    .woocommerce .shop_table th {
        padding-left: 15px;
        padding-right: 15px
    }
    .woocommerce .shop_table .cart-product-title {
        margin: 10px 0 0 0;
        width: 80%
    }
    .woocommerce aside .star-rating {
        bottom: 40px;
        left: 110px
    }
    .woocommerce table.shop_attributes td {
        height: 36px;
        padding-left: 5px
    }
    .woocommerce .calc-cart-block,
    .woocommerce .cart-total-block {
        width: 100%
    }
    .woocommerce-checkout .content-wrap .container12 .column6,
    .woocommerce-checkout .content-wrap .container12 #order_review .column12 {
        padding-left: 0
    }
    .footer-band .post-content {
        width: 80%
    }
}

@media only screen and (max-width: 640px) {
    .cart-mini-top {
        position: relative;
        z-index: 1
    }
    .nav {
        position: absolute;
        top: 10px
    }
    .nav .nav-list {
        position: relative;
        z-index: 9999
    }
    .calc-cart-block {
        margin-top: 15px
    }
    .mobile .nav {
        margin-top: -50px;
        position: relative;
        top: 0
    }
    .mobile .nav-mobile {
        z-index: 0
    }
    .mobile .header-details.details-left .header-item:first-of-type {
        padding: 12px 0 0 25px
    }
    .mobile .header-details.details-left .header-item:last-of-type {
        padding: 10px 0 0 23px
    }
    .footer-band {
        padding-bottom: 0
    }
    .footer-band .footer-break {
        display: block
    }
}

@media only screen and (max-width: 568px) {
    .header-details {
        float: left
    }
    .header-details .cart-mini-top {
        float: right
    }
    .header-details .cart-mini-top .sign-out {
        display: none
    }
    .footer-band .container12 .column3 {
        width: 100%
    }
}

@media only screen and (max-width: 479px) {
    .fa-lock {
        display: none
    }
    .container12 .products .column3 {
        width: 280px
    }
    .cart-count {
        display: none
    }
    .woocommerce .product-area .btn,
    .woocommerce .product-area .order-again .button,
    .woocommerce .order-again .product-area .button,
    .woocommerce .woocommerce .product-area .order-again .button,
    .woocommerce .woocommerce .order-again .product-area .button {
        margin: 0
    }
    .woocommerce .user-login-form,
    .woocommerce .user-password-form {
        float: none;
        margin: 0;
        width: 100%
    }
    .woocommerce .woocommerce-tabs .tabs {
        display: none
    }
    .woocommerce .woocommerce-tabs .tab-heading {
        border: 1px solid #b8b8b8;
        border-bottom: none;
        border-top: 3px solid #599C4E;
        display: block;
        padding: 15px
    }
    .woocommerce .woocommerce-tabs .tab-heading h4 {
        color: #599C4E;
        margin-bottom: 0
    }
    .woocommerce .panel.entry-content {
        display: block !important;
        margin-bottom: 15px
    }
    .woocommerce aside .star-rating {
        bottom: 15px;
        left: 80px
    }
    .woocommerce .place-order input[type="submit"] {
        float: none
    }
    aside.column3 {
        margin-bottom: 0
    }
    .woocommerce .woocommerce-ordering {
        float: none
    }
    .woocommerce .woocommerce-ordering .styled-select {
        width: 280px
    }
    .woocommerce .woocommerce-ordering .styled-select select {
        padding-left: 10px;
        width: 295px
    }
    .footer-band .container12 .column3 {
        width: 280px
    }
}

@media only screen and (max-width: 384px) {
    .mobile .header-details.details-left .header-item:first-of-type {
        padding-left: 15px
    }
    .mobile .header-details.details-left .header-item:last-of-type {
        padding-left: 13px
    }
    .mobile .header-details.details-right .header-item input {
        width: 130px
    }
}

