@import "assets/css/bootstrap.css";
@import "assets/css/animate.css";
@import "assets/css/animsition.css";

/*@import "assets/css/magnific-popup.css";
@import "assets/css/vegas.css";*/

@import "assets/css/font-awesome.css";
@import "assets/css/theme-icons.css";

/*@import "assets/css/slick.css";*/


/*@import "assets/css/cubeportfolio.css";*/

@import "assets/css/owl.carousel.css";
@import "assets/css/flexslider.css";

/*@import "assets/css/ytplayer.css";*/

@import "assets/css/shortcodes.css";

/*@import "assets/css/woocommerce.css";*/

@import "includes/rev-slider/css/settings.css";
@import "includes/rev-slider/css/layers.css";
@import "includes/rev-slider/css/navigation.css";
@font-face {
    font-family: 'Montserrat';
    src: url("assets/font/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    src: url("assets/font/DroidSans.ttf");
}


/* Reset Browsers
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Open Sans", "Montserrat", "Microsoft Yahei";
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: 0
}

a img {
    border: 0
}

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

select {
    max-width: 100%
}


/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif, 'Microsoft Yahei';
    font-weight: 400;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    margin: 0 0 20px;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

blockquote {
    background-color: #f9f9f9;
    margin: 20px 0;
    padding: 22px 32px 30px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote>p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    position: absolute;
    right: 0;
    bottom: 0;
}

blockquote em,
blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #e3e3e3;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 8px 12px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    overflow-x: auto;
    font-family: "Open Sans", 'Montserrat', 'Microsoft Yahei';;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

.message-unsuccess {
    color: #fff;
    padding: 24px;
    background: rgba(255, 0, 0, 0.7);
    margin-bottom: 8px;
}

.message-success {
    color: #fff;
    padding: 24px;
    background: rgba(0, 128, 0, 0.7);
    margin-bottom: 8px;
}


/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

hr {
    background-color: #e3e3e3;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}


/* List */

ul,
ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

ul li,
ol li {
    line-height: 1.86em;
    padding: 0.1em 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del {
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #e3e3e3;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}


/* Media */

embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}


/* Accessibility - Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Forms
-------------------------------------------------------------- */


/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}


/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #919191;
    border: 1px solid #e3e3e3;
    padding: 11px 19px;
    background-color: #fff;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}


/* Contact Form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}


/* Input focus */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #c4c4c4;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    letter-spacing: 0.2px;
    font-family: 'Montserrat', sans-serif, 'Microsoft Yahei';
    padding: 17px 25px;
    font-size: 1.0667em;
    background-color: #6aae42;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}


/* Button hover + focus */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: #303030;
}


/* Placeholder color */

::-webkit-input-placeholder {
    color: #c5c5c5;
}

:-moz-placeholder {
    color: #c5c5c5;
}

::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}


/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #c5c5c5;
}


/* Links */

a {
    color: #6aae42;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #303030;
    text-decoration: none
}


/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: 'Montserrat', sans-serif, 'Microsoft Yahei';
    color: #303030;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 12px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.428em;
}


/* 34px */

h2 {
    font-size: 2.142em;
}


/* 30px */

h3 {
    font-size: 1.785em;
}


/* 25px */

h4 {
    font-size: 1.428em;
}


/* 20px */

h5 {
    font-size: 1.285em;
}


/* 18px */

h6 {
    font-size: 1.142em;
}


/* 16px */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}


/* Extra classes
-------------------------------------------------------------- */

.slder-text {
    color: #509526;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 24px;
    font-weight: bold;
}

.display-none,
.hidden {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.text-accent-color {
    color: #6aae42;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #303030 !important;
}

.text-light {
    color: #919191 !important;
}

.text-very-light {
    color: #c5c5c5 !important;
}

.bg-accent {
    background-color: #6aae42;
}

.bg-dark {
    background-color: #303030 !important;
}

.bg-light {
    background-color: #e3e3e3 !important;
}

.bg-very-light {
    background-color: #f9f9f9 !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-del {
    text-decoration: line-through !important;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

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

.font-size-16 {
    font-size: 16px;
}

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

.font-size-18 {
    font-size: 18px;
}

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

.font-size-20 {
    font-size: 20px;
}

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

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

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

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

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

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

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

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

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

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.no-padding {
    padding: 0 !important;
}


/* Revolution Slider
-------------------------------------------------------------- */

.rev_slider_wrapper ul {
    margin: 0;
}

.tparrows.custom {
    background-color: rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 76px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.tparrows.custom:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
    content: "";
    width: 18px;
    height: 34px;
    height: 100%;
    width: 100%;
}

.custom.tparrows.tp-leftarrow:before {
    background: url(assets/img/arrow-left.png) no-repeat center center;
}

.custom.tparrows.tp-rightarrow:before {
    background: url(assets/img/arrow-right.png) no-repeat center center;
}

.tp-bullets.custom .tp-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: border 0.3s background 0.3s;
    transition: border 0.3s background 0.3s;
}

.tp-bullets.custom .tp-bullet.selected {
    border-color: #6aae42;
    background-color: #6aae42;
}


/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.wprt-container:before,
.wprt-container:after,
.ult-spacer:before,
.ult-spacer:after,
.ult-animation:before,
.ult-animation:after,
.ult_crlink:before,
.ult_crlink:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.wprt-container:after,
.ult-spacer:after,
.ult-animation:after,
.ult_crlink:after {
    clear: both;
}


/* Extra Grids
-------------------------------------------------------------- */

.wprt-row {
    margin: 0 -10px
}

.wprt-row .col {
    float: left;
    padding: 0 10px;
}

.wprt-row .span_1_of_1.col {
    float: none
}

.wprt-row .span_1_of_2 {
    width: 50%
}

.wprt-row .span_1_of_3 {
    width: 33.33%
}

.wprt-row .span_2_of_3 {
    width: 66.66%
}

.wprt-row .span_1_of_4 {
    width: 25%
}

.wprt-row .span_1_of_5 {
    width: 20%
}


/* Gutter */

.wprt-row.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.wprt-row.gutter-5>.col {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.wprt-row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.wprt-row.gutter-10>.col {
    padding-left: 5px;
    padding-right: 5px;
}

.wprt-row.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.wprt-row.gutter-15>.col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.wprt-row.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.wprt-row.gutter-20>.col {
    padding-left: 10px;
    padding-right: 10px;
}

.wprt-row.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.wprt-row.gutter-25>.col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.wprt-row.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.wprt-row.gutter-30>.col {
    padding-left: 15px;
    padding-right: 15px;
}

.wprt-row.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.wprt-row.gutter-35>.col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.wprt-row.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.wprt-row.gutter-40>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.wprt-row.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.wprt-row.gutter-45>.col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.wprt-row.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.wprt-row.gutter-50>.col {
    padding-left: 25px;
    padding-right: 25px;
}

.wprt-row.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.wprt-row.gutter-60>.col {
    padding-left: 30px;
    padding-right: 30px;
}

.wprt-row.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.wprt-row.gutter-70>.col {
    padding-left: 35px;
    padding-right: 35px;
}

.wprt-row.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.wprt-row.gutter-80>.col {
    padding-left: 40px;
    padding-right: 40px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class*="col-"],
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row-services-1 .desc {
    border-left: solid 5px orange;
    padding-left: 16px;
}

.row-services-1 .wprt-image-box .item .text-wrap {
    padding: 16px;
}

.row-news .desc {
    border-left: solid 2px orange;
    padding-left: 8px;
}

.row-news .item {
    margin-bottom: 24px;
}

/* Layout
-------------------------------------------------------------- */

.wprt-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

#page {
    background: #fff;
}

#main-content {
    padding: 90px 0;
}

.no-padding-content #main-content {
    padding: 0;
}

.page-single-project #main-content {
    padding: 0;
}


/* Overrdie for Front-Page and Pages
-------------------------------------------------------------- */

body.front-page #main-content,
body.page #main-content {
    padding-top: 0;
    padding-bottom: 0;
}


/* Inner Content */

#inner-content,
#inner-sidebar {
    position: relative;
    z-index: 1;
}

#inner-content:after,
#inner-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    z-index: -1;
}


/* Sidebar Right (default) */

#site-content {
    float: left;
    width: 70.085%
}

#sidebar {
    float: right;
    width: 25.641%
}


/* Sidebar Left */

.sidebar-left #site-content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}


/* No Sidebar */

.no-sidebar #site-content,
#site-content.archive-project {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}


/* Boxed layout */

.site-layout-boxed #wrapper {
    background-color: #eee;
    padding: 30px;
}

.site-layout-boxed #page {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.site-layout-boxed #page .wprt-container {
    width: auto !important;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

.site-layout-boxed .header-one #main-nav {
    right: 13px;
}

.site-layout-boxed.wrap-has-border #page {
    border-width: 1px;
    border-style: solid;
}

.site-layout-boxed.box-shadow #page {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.site-layout-boxed.header-style-3 #site-header .site-navigation-wrap .inner {
    width: 100% !important;
}

.site-layout-boxed.header-style-4 #site-header #main-nav {
    right: 12px;
}

.site-layout-boxed #site-header #header-search {
    right: 30px;
}

.site-layout-boxed.menu-has-search.header-style-1 #site-header #main-nav,
.site-layout-boxed.menu-has-search.header-style-4 #site-header #main-nav {
    right: 56px;
}

.site-layout-boxed.menu-has-cart.header-style-1 #site-header #main-nav,
.site-layout-boxed.menu-has-cart.header-style-4 #site-header #main-nav {
    right: 70px;
}

.site-layout-boxed.menu-has-search.menu-has-cart.header-style-1 #site-header #main-nav,
.site-layout-boxed.menu-has-search.menu-has-cart.header-style-4 #site-header #main-nav {
    right: 102px;
}

.site-layout-boxed.menu-has-search.menu-has-cart.header-style-1 #site-header #header-search,
.site-layout-boxed.menu-has-search.menu-has-cart.header-style-4 #site-header #header-search {
    right: 78px;
}

.site-layout-boxed.menu-has-cart.header-style-1 #site-header .nav-top-cart-wrapper,
.site-layout-boxed.menu-has-cart.header-style-4 #site-header .nav-top-cart-wrapper {
    right: 30px;
}

.site-layout-boxed.menu-has-cart.header-style-2 #site-header #header-search {
    right: 82px;
}

.site-layout-boxed.menu-has-cart.header-style-2 #site-header .nav-top-cart-wrapper {
    right: 30px;
}


/* Top Bar
-------------------------------------------------------------- */

#top-bar {
    font-size: 0.933em;
    position: relative;
    z-index: 1;
}

#top-bar:after {
    background-color: #6aae42;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    z-index: -1;
}

#top-bar,
#top-bar a {
    color: #e3e3e3;
}

#top-bar a:hover {
    text-decoration: underline;
}

#top-bar-inner {
    padding: 18px 0;
}

#top-bar .top-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#top-bar .top-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}

#top-bar .top-bar-languages .texts {
    padding-right: 5px;
}


/* Top Bar Content */

#top-bar .top-bar-content .content {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-left: 30px;
}

#top-bar .top-bar-content .content:before {
    font-size: 17px;
    color: #e3e3e3;
    position: absolute;
    left: 0;
    left: 1px;
    top: -1px;
    width: 20px;
    height: 20px;
    content: "";
    font-family: "theme-icons";
}


/* Top Bar Socials */

#top-bar .top-bar-languages .icons a {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #e3e3e3;
    width: 26px;
    height: 26px;
    margin-left: 12px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}

#top-bar .top-bar-languages .icons a:hover {
    color: #fff;
    text-decoration: none;
}

#top-bar .top-bar-languages .icons a:last-child {
    margin-right: 0;
}

#top-bar .top-bar-languages .icons a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* Header
-------------------------------------------------------------- */

#site-header {
    position: relative;
    background-color: #fff;
}

#site-header-inner {
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 100%;
}

#site-logo {
    float: left;
}

#site-logo .site-logo-text {
    color: #303030;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
}

#site-logo .site-logo-text:hover {
    color: #6aae42;
}

#site-logo-inner {
    margin: 20px 0;
}

.header-style-1.menu-has-search #site-header #main-nav,
.header-style-4.menu-has-search #site-header #main-nav {
    right: 26px;
}

.header-style-1.menu-has-cart #site-header #main-nav,
.header-style-4.menu-has-cart #site-header #main-nav {
    right: 40px;
}

.header-style-1.menu-has-search.menu-has-cart #site-header #main-nav,
.header-style-4.menu-has-search.menu-has-cart #site-header #main-nav {
    right: 74px;
}

.header-style-1.menu-has-search.menu-has-cart #site-header #header-search,
.header-style-4.menu-has-search.menu-has-cart #site-header #header-search {
    right: 45px;
}

.header-style-4 #site-header,
.header-style-4.front-page #site-header {
    background-color: transparent !important;
}

.header-style-4.front-page #site-header:after {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #fff;
}

.header-style-4 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 150;
}

.header-style-4 #site-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-style: solid;
    border-width: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: -1;
}

.header-style-1 #site-header #main-nav .menu-fallback,
.header-style-4 #site-header #main-nav .menu-fallback {
    padding-right: 13px;
}

.header-style-1 #site-header #main-nav,
.header-style-4 #site-header #main-nav {
    position: absolute;
    right: -13px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-1 #site-header #main-nav>ul>li>a,
.header-style-4 #site-header #main-nav>ul>li>a {
    height: 70px;
    line-height: 70px;
}

.header-style-1 #site-header .header-search-icon,
.header-style-4 #site-header .header-search-icon {
    display: inline-block;
    height: 70px;
    line-height: 68px;
    color: #303030;
    font-size: 16px;
}

.header-style-1 #site-header .header-search-icon:hover,
.header-style-4 #site-header .header-search-icon:hover {
    color: #6aae42;
}

.header-style-1 #site-header .header-search-form,
.header-style-4 #site-header .header-search-form {
    top: 15px;
}

.header-style-2 #site-header .header-search-form,
.header-style-3 #site-header .header-search-form {
    top: -2px;
}

.header-style-2.menu-has-cart #site-header #header-search {
    right: 52px;
}

.header-style-2 #site-header .header-search-icon,
.header-style-3 #site-header .header-search-icon,
.header-style-2 #site-header .nav-cart-trigger,
.header-style-3 #site-header .nav-cart-trigger {
    color: #6b7b98;
}

.header-style-2 #site-header .header-search-icon,
.header-style-3 #site-header .header-search-icon {
    font-size: 16px;
}

.header-style-2 #site-header .header-search-icon:hover,
.header-style-3 #site-header .header-search-icon:hover {
    color: #6aae42;
}

.header-style-2 #site-header .header-search-field,
.header-style-3 #site-header .header-search-field {
    border: 0;
    background-color: #fff;
}

.header-style-2 #site-header .site-navigation-wrap {
    border-style: solid;
    background-color: #303030;
}

.header-style-2 #site-header .site-navigation-wrap .inner {
    position: relative;
}

.header-style-2 #site-header #main-nav>ul>li>a,
.header-style-3 #site-header #main-nav>ul>li>a {
    color: #fff;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.header-style-2 #site-header #main-nav>ul>li>a:hover:before,
.header-style-3 #site-header #main-nav>ul>li>a:hover:before,
.header-style-2 #site-header #main-nav>ul>li.current-menu-item>a:before,
.header-style-3 #site-header #main-nav>ul>li.current-menu-item>a:before {
    width: 100%;
}

.header-style-2 #site-header #main-nav>ul>li>a:hover,
.header-style-3 #site-header #main-nav>ul>li>a:hover {
    color: #6aae42;
}

.header-style-2 #site-header #main-nav>ul>li.current-menu-item>a,
.header-style-3 #site-header #main-nav>ul>li.current-menu-item>a {
    color: #6aae42;
}

.header-style-3 #site-header #site-header-inner {
    padding-top: 15px;
    padding-bottom: 50px;
}

.header-style-3 #site-header .site-navigation-wrap .inner {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #303030;
    padding: 0 40px;
    z-index: 9999;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.header-style-3.menu-has-search #site-header #header-search {
    right: 40px;
}

.header-style-3.menu-has-cart #site-header .nav-top-cart-wrapper {
    right: 40px;
}

.header-style-3.menu-has-search.menu-has-cart #site-header #header-search {
    right: 92px;
}

.header-style-3 #main-nav>ul>li:first-child .sub-menu {
    left: -17px;
}


/* Header fixed */

#site-header.is-fixed,
.site-navigation-wrap.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.70s;
    animation-duration: 0.70s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.header-style-3 #site-header .site-navigation-wrap.is-fixed .inner {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

#site-header.is-fixed #site-header-inner {
    padding-top: 0;
    padding-bottom: 0;
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
    }
    50% {
        margin-top: -60px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
    }
    50% {
        margin-top: -60px;
    }
    100% {
        margin-top: 0;
    }
}


/* Header full-width */

.header-fullwidth #site-header,
.header-fullwidth #top-bar {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.header-fullwidth #site-header .wprt-container,
.header-fullwidth #top-bar .wprt-container {
    width: 100% !important;
    max-width: none !important;
}


/* Navigation */

#main-nav .menu-fallback {
    position: relative;
    text-decoration: underline;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

#main-nav {
    display: block;
}

#main-nav ul {
    margin: 0;
}

#main-nav ul li {
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav>ul>li {
    float: left;
    padding: 0 16px;
}

#main-nav>ul>li:first-child {
    padding-left: 0;
}

#main-nav>ul>li>a {
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', sans-serif, 'Microsoft Yahei';
    font-weight: 600;
    font-size: 16px;
    color: #303030;
}

#main-nav>ul>li>a:hover,
#main-nav>ul>li.current-menu-item>a {
    color: #6aae42;
}

#main-nav>ul>li.menu-item-has-children>a {
    position: relative;
    padding-right: 15px;
}

#main-nav>ul>li.menu-item-has-children>a:after {
    font-weight: normal;
    content: "\e835";
    font-family: "theme-icons";
    position: absolute;
    right: 0;
    top: 0;
}


/* Mega Menu */

#main-nav li.megamenu {
    position: inherit;
}

#main-nav li.megamenu .sub-menu li.menu-item-has-children>a:after {
    display: none;
}

#main-nav li.megamenu>ul.sub-menu {
    width: 100%;
    left: 0;
    right: auto;
    border-radius: 0;
    padding: 12px 0 0;
    background-color: #fff;
}

#main-nav li.megamenu>ul.sub-menu>li {
    display: block;
    float: left;
    padding: 0px 12px;
    width: 100%;
}

#main-nav li.megamenu>ul.sub-menu>li>a {
    border: 0;
}

#main-nav li.megamenu.col-1>ul.sub-menu>li {
    width: 100%
}

#main-nav li.megamenu.col-2>ul.sub-menu>li {
    width: 50%
}

#main-nav li.megamenu.col-2>ul.sub-menu>li:nth-child(3n) {
    clear: both;
}

#main-nav li.megamenu.col-3>ul.sub-menu>li {
    width: 33.33%
}

#main-nav li.megamenu.col-3>ul.sub-menu>li:nth-child(4n) {
    clear: both;
}

#main-nav li.megamenu.col-4>ul.sub-menu>li {
    width: 25%
}

#main-nav li.megamenu.col-4>ul.sub-menu>li:nth-child(5n) {
    clear: both;
}

#main-nav li.megamenu.col-5>ul.sub-menu>li {
    width: 20%
}

#main-nav li.megamenu.col-5>ul.sub-menu>li:nth-child(6n) {
    clear: both;
}

#main-nav li.megamenu.col-6>ul.sub-menu>li {
    width: 16.66%
}

#main-nav li.megamenu.col-6>ul.sub-menu>li:nth-child(7n) {
    clear: both;
}

#main-nav li.megamenu>ul.sub-menu>li ul {
    display: block !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    position: relative !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#main-nav li.megamenu>ul.sub-menu>.menu-item-has-children {
    margin-bottom: 12px
}

#main-nav li.megamenu>ul.sub-menu>.menu-item-has-children>a {
    font-size: 15px;
    color: #303030;
    padding: 8px 12px;
}

#main-nav li.megamenu>ul.sub-menu>li {
    border-left: 1px solid #eee
}

#main-nav li.megamenu>ul.sub-menu>li:first-child {
    border-left: none
}

#main-nav li.megamenu.no-heading>ul.sub-menu>.menu-item-has-children>a {
    display: none
}

#main-nav li.megamenu:hover ul li ul {
    opacity: 1;
    visibility: visible;
}


/* Mobile Navigation */

#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999999;
    background-color: #252525;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #333;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav-mobi ul>li>a {
    color: #aaa;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif, 'Microsoft Yahei';
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
}

#main-nav-mobi ul>li>a:hover {
    color: #6aae42;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-family: "theme-icons";
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\e818";
    color: #aaa;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\e816";
}

#main-nav-mobi ul ul li {
    background-color: #292929;
}

#main-nav-mobi ul ul ul li {
    background-color: #313131;
}


/* Mobile Menu Button */

.mobile-button {
    margin-top: 35px;
    width: 26px;
    height: 16px;
    display: none;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #303030;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}


/* Featured Title
-------------------------------------------------------------- */

#featured-title {
    background: #f9f9f9;
    background-image: url(assets/img/bg-featured-title.jpg);
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px 0 1px 0;
}

#featured-title .featured-title-inner-wrap {
    padding: 75px 0;
    display: table;
    overflow: hidden;
    width: 100%;
}

#featured-title .featured-title-heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}

#featured-title #breadcrumbs {
    font-size: 1em;
    color: #303030;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 35%;
}

#featured-title .featured-title-heading {
    font-size: 32px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin: 0;
}

#featured-title .featured-title-heading.has-shadow {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px
}

#featured-title .featured-title-heading:after,
#featured-title #breadcrumbs .breadcrumbs-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 0px;
}

#featured-title #breadcrumbs .breadcrumbs-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

#featured-title #breadcrumbs a {
    color: #919191;
}

#featured-title #breadcrumbs a:hover {
    color: #6aae42;
}

#featured-title #breadcrumbs .sep {
    padding: 0 4px;
}


/* Featured Title other styles */

#featured-title.featured-title-right .featured-title-heading-wrap {
    text-align: right;
}

#featured-title.featured-title-right #breadcrumbs {
    text-align: left;
}

#featured-title.featured-title-centered1 .featured-title-inner-wrap,
#featured-title.featured-title-centered2 .featured-title-inner-wrap {
    display: block;
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap,
#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    display: block;
    width: 100%;
    text-align: center;
}

#featured-title.featured-title-centered1 #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#featured-title.featured-title-centered2 #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    margin-top: 5px;
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap {
    margin-bottom: 5px;
}

.header-style-4 #featured-title .featured-title-inner-wrap {
    padding-top: 220px;
    padding-bottom: 30px;
}

.unapproved {
    display: block;
    color: #c5c5c5;
    font-style: italic;
}

#cancel-comment-reply-link {
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 2px;
    color: #6aae42;
    text-decoration: underline;
    text-transform: none;
}

#cancel-comment-reply-link:hover {
    color: #303030
}


/* Comment Form */

.name-wrap,
.email-wrap {
    width: 48.7%;
    float: left;
}

.email-wrap {
    float: right;
}

.message-wrap textarea {
    height: 250px;
}

.logged-in-as,
.comment-edit-link {
    text-decoration: underline;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
    color: #303030;
}


/* Widgets
-------------------------------------------------------------- */

#sidebar .widget,
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

#footer-widgets .widget {
    margin-top: 0;
    color: #999;
}

#sidebar .widget:first-child,
#footer-widgets .widget:first-child {
    margin: 0;
}

#sidebar .widget ul,
#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

#footer-widgets input,
#footer-widgets textarea,
#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar th,
#footer-widgets .widget.widget_calendar td {
    border-color: #3d3d3d;
    color: #999;
}

#footer-widgets hr {
    background-color: #3d3d3d;
}

.widget.widget_categories ul li:before,
.widget.widget_categories ul li:after,
.widget.widget_archive ul li:before,
.widget.widget_archive ul li:after {
    content: "";
    clear: both;
    display: table;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li {
    position: relative;
    text-align: right;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    float: left;
}

#sidebar .widget.widget_recent_comments {
    color: #c5c5c5;
}

#sidebar .widget.widget_recent_entries .post-date,
#footer-widgets .widget.widget_recent_entries .post-date {
    display: block;
    font-size: 1em;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
    color: #919191
}

#footer-widgets .widget.widget_recent_comments .comment-author-link {
    color: #dfdfdf
}

#sidebar .widget.widget_calendar caption,
#footer-widgets .widget.widget_calendar caption {
    color: #6aae42;
}


/* Widget: Text */

#sidebar .widget.widget_text p:last-child,
#footer-widgets .widget.widget_text p:last-child {
    margin-bottom: 0;
}


/* Widget: Categories, Meta, Archives, Pages */

.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_archive ul li {
    padding: 13px 0;
    border-top: 1px solid #f5f5f5;
}

.widget.widget_categories ul li:first-child,
.widget.widget_meta ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_archive ul li:first-child {
    padding-top: 0;
    border: 0;
}

.widget.widget_categories ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_archive ul li:last-child {
    padding-bottom: 0;
}

.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a {
    color: #919191;
}

.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover {
    color: #6aae42;
}

.widget.widget_nav_menu ul.sub-menu {
    display: none;
}

.widget.widget_nav_menu .menu>li {
    background-color: #f9f9f9;
    padding: 12px 20px;
    margin-bottom: 5px;
}

.widget.widget_nav_menu .menu>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #303030;
    position: relative;
}

.widget.widget_nav_menu .menu>li>a:hover {
    color: #6aae42;
}

.widget.widget_nav_menu .menu>li.current-menu-item>a,
.widget.widget_nav_menu .menu>li.current-menu-item {
    background-color: #6aae42;
    color: #fff;
}

#footer-widgets .widget.widget_categories ul li,
#footer-widgets .widget.widget_meta ul li,
#footer-widgets .widget.widget_pages ul li,
#footer-widgets .widget.widget_archive ul li {
    border-color: #43516a;
}

#footer-widgets .widget.widget_categories ul li a,
#footer-widgets .widget.widget_meta ul li a,
#footer-widgets .widget.widget_pages ul li a,
#footer-widgets .widget.widget_archive ul li a,
#footer-widgets .widget.widget_recent_entries ul li a,
#footer-widgets .widget.widget_recent_comments ul li a {
    color: #dfdfdf;
}

#footer-widgets .widget.widget_categories ul li a:hover,
#footer-widgets .widget.widget_meta ul li a:hover,
#footer-widgets .widget.widget_pages ul li a:hover,
#footer-widgets .widget.widget_archive ul li a:hover,
#footer-widgets .widget.widget_recent_entries ul li a:hover,
#footer-widgets .widget.widget_recent_comments ul li a:hover {
    color: #6aae42;
}


/* Title Widget */

#sidebar .widget .widget-title,
#footer-widgets .widget .widget-title {
    font-size: 20px;
    margin: 0 0 32px 0;
    z-index: 1;
    position: relative;
}

#sidebar .widget .widget-title>span,
#footer-widgets .widget .widget-title>span {
    display: block;
    position: relative;
    padding: 0 0 15px 0;
}

#sidebar .widget .widget-title>span:before,
#footer-widgets .widget .widget-title>span:before {
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background-color: #e3e3e3;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}

#sidebar.title-style-1 .widget .widget-title>span:after,
#sidebar.title-style-2 .widget .widget-title>span:after,
#footer-widgets.title-style-1 .widget .widget-title>span:after,
#footer-widgets.title-style-2 .widget .widget-title>span:after {
    width: 50px;
    height: 3px;
    background-color: #6aae42;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}

#sidebar.title-style-2 .widget .widget-title,
#footer-widgets.title-style-2 .widget .widget-title {
    text-align: center;
}

#sidebar.title-style-2 .widget .widget-title>span:after,
#footer-widgets.title-style-2 .widget .widget-title>span:after {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

#footer-widgets .widget .widget-title>span {
    padding-bottom: 10px;
}

#footer-widgets .widget .widget-title>span:before {
    background-color: #222;
}

#footer-widgets .widget .widget-title {
    margin-bottom: 40px;
    color: #fff;
}


/* Footer
-------------------------------------------------------------- */

#footer {
    background-color: #222;
    font-size: 14px;
    padding: 24px 0;
    position: relative;
    z-index: 1;
    border-style: solid;
}


/* Bootstrap Modal
-------------------------------------------------------------- */

.modal-body p {
    color: #333;
    font-size: 14px;
}


/* Bottom Bar
-------------------------------------------------------------- */

#bottom {
    background-color: #1c1c1c;
    padding: 16px 0;
    color: #e3e3e3;
}

#bottom a:hover {
    color: #fff;
}

#bottom .bottom-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

#bottom.style-1 .bottom-bar-menu li:last-child a {
    padding-right: 0;
}


/* Bottom Navigation */

#bottom ul.bottom-nav {
    list-style: none;
    margin: 0;
}

#bottom ul.bottom-nav>li {
    display: inline-block;
}

#bottom ul.bottom-nav>li>a {
    display: block;
    color: #e3e3e3;
    padding: 0 15px;
    position: relative;
    font-family: 'Montserrat', sans-serif, 'Microsoft Yahei';
    font-size: 14px;
}

#bottom ul.bottom-nav>li>a:before {
    content: "|";
    font-size: 13px;
    position: absolute;
    left: -3px;
    top: -1px;
}

#bottom ul.bottom-nav>li:first-child>a:before {
    display: none;
}

#bottom ul.bottom-nav>li>a:hover {
    color: #fff;
}

#bottom ul.bottom-nav ul ul {
    display: none;
}


/* Scroll Top Button
-------------------------------------------------------------- */

#scroll-top {
    position: fixed !important;
    right: 30px;
    bottom: -50px;
    display: block;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9191919;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

#scroll-top:after {
    content: "\e819";
    font-family: "theme-icons";
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6aae42;
    z-index: -1;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#scroll-top:hover:before {
    background-color: #303030;
}

#scroll-top:hover:after {
    color: #fff;
}

#scroll-top.show {
    bottom: 60px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}


/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 959px) {
    #site-header .mobile-button {
        display: block;
    }
    #main-nav,
    #site-header #header-search,
    .nav-top-cart-wrapper,
    .site-navigation-wrap,
    #header-aside,
    #sidebar {
        display: none;
    }
    #site-content,
    #sidebar {
        width: 100% !important;
        max-width: none !important;
        float: none;
    }
    #inner-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #main-content {
        padding: 60px 0;
    }
    #site-header #site-header-inner,
    .header-style-2 #site-header #site-header-inner,
    .header-style-3 #site-header #site-header-inner {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #featured-title .featured-title-inner-wrap {
        padding: 40px 0;
    }
    .header-style-4 #featured-title .featured-title-inner-wrap {
        padding-top: 170px;
    }
    #featured-title .featured-title-heading {
        font-size: 18px;
    }
    #footer-widgets .widget.widget_recent_news .recent-news .thumb {
        max-width: 70px;
    }
    .header-style-4 .mobile-button:before,
    .header-style-4 .mobile-button:after,
    .header-style-4 .mobile-button span {
        background-color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    #top-bar .top-bar-content {
        display: none;
    }
    #top-bar-inner {
        padding: 10px 0;
    }
    #top-bar .top-bar-languages {
        /*width: 100%;*/
        justify-content: center;
    }
    #top-bar .top-bar-languages .icons a {
        font-size: 14px;
    }
    .hentry .post-author {
        text-align: center;
    }
    .hentry .post-author .author-avatar {
        float: none;
        margin: 0 auto 20px;
    }
    .comment-list article .gravatar {
        width: 50px;
        float: none;
        margin: 0 0 17px;
    }
    .comment-list .children>li {
        padding-left: 35px;
    }
    .name-wrap,
    .email-wrap {
        width: 100%;
        float: none;
        margin: 0;
    }
    .name-wrap input,
    .email-wrap input,
    .message-wrap textarea {
        margin-bottom: 15px;
    }
    #footer {
        padding: 50px 0;
    }
    #footer-widgets .col .widget:last-child {
        margin-bottom: 40px;
    }
    #footer-widgets .col:last-child .widget:last-child {
        margin-bottom: 0px;
    }
    #footer-widgets .wprt-row .col {
        width: 100%;
    }
    #bottom {
        padding: 20px 0;
    }
    #bottom .bottom-bar-content,
    #bottom .bottom-bar-menu {
        width: 100%;
        display: block;
        text-align: center;
    }
}


/* Custom Style
-------------------------------------------------------------- */

.top-bar-languages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lang-icon-de {
    width: 32px;
    height: 32px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIyMjUgMjI1IDUwIDUwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDIyNSAyMjUgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGREE0NCIgZD0iTTIzMS4yNDQsMjU2Ljk1NkMyMzQuMDcsMjY0LjU3MiwyNDEuNDAxLDI3MCwyNTAsMjcwYzguNiwwLDE1LjkzLTUuNDI4LDE4Ljc1Ni0xMy4wNDRMMjUwLDI1NS4yMTgNCglMMjMxLjI0NCwyNTYuOTU2eiIvPg0KPHBhdGggZD0iTTI1MCwyMzBjLTguNTk5LDAtMTUuOTMsNS40MjgtMTguNzU2LDEzLjA0M0wyNTAsMjQ0Ljc4M2wxOC43NTYtMS43MzlDMjY1LjkzLDIzNS40MjgsMjU4LjYsMjMwLDI1MCwyMzB6Ii8+DQo8cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNMjMxLjI0NCwyNDMuMDQzQzIzMC40NCwyNDUuMjEsMjMwLDI0Ny41NTQsMjMwLDI1MHMwLjQ0LDQuNzksMS4yNDQsNi45NTZoMzcuNTEyDQoJQzI2OS41NiwyNTQuNzksMjcwLDI1Mi40NDYsMjcwLDI1MHMtMC40NC00Ljc5LTEuMjQ0LTYuOTU3SDIzMS4yNDR6Ii8+DQo8L3N2Zz4NCg==);
    background-size: 100%;
    border-radius: 30px;
    display: inline-block;
}

.lang-icon-cn {
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDMwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxjaXJjbGUgZmlsbD0iI0Q4MEUyQSIgY3g9IjE0Ljk2OSIgY3k9IjE0Ljk2OSIgcj0iMTMuNzE5Ii8+DQoJPGc+DQoJCTxwb2x5Z29uIGZpbGw9IiNGRkRBNDciIHBvaW50cz0iOC43NTgsOS41OTkgOS45NDIsMTMuMjQzIDEzLjc3NCwxMy4yNDMgMTAuNjc2LDE1LjQ5OSAxMS44NiwxOS4xNDMgOC43NTgsMTYuODkzIDUuNjU1LDE5LjE0MyANCgkJCTYuODQ1LDE1LjQ5OSAzLjc0MiwxMy4yNDMgNy41NzMsMTMuMjQzIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNGRkRBNDciIHBvaW50cz0iMTcuNTE1LDIyLjQ5NyAxNi42MDgsMjEuMzg0IDE1LjI2OSwyMS45MDMgMTYuMDQ2LDIwLjY5NyAxNS4xNCwxOS41NzcgMTYuNTI4LDE5Ljk0NyANCgkJCTE3LjMxMSwxOC43NDEgMTcuMzg2LDIwLjE3NyAxOC43NzksMjAuNTQ4IDE3LjQzNCwyMS4wNjIgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0ZGREE0NyIgcG9pbnRzPSIxOS4zMTUsMTkuMjI5IDE5Ljc0NCwxNy44NTYgMTguNTY5LDE3LjAyNiAyMC4wMDYsMTcuMDA1IDIwLjQyOSwxNS42MzMgMjAuODk2LDE2Ljk5NSANCgkJCTIyLjMzMiwxNi45NzkgMjEuMTgsMTcuODM2IDIxLjY0LDE5LjE5NiAyMC40NjcsMTguMzY2IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNGRkRBNDciIHBvaW50cz0iMjEuNzQyLDExLjMxOSAyMS4xMDksMTIuNjExIDIyLjE0LDEzLjYxMyAyMC43MTksMTMuNDEgMjAuMDg3LDE0LjY5NiAxOS44NCwxMy4yODEgDQoJCQkxOC40MTQsMTMuMDc3IDE5LjY5LDEyLjQwNyAxOS40NDQsMTAuOTg3IDIwLjQ3MywxMS45ODkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0ZGREE0NyIgcG9pbnRzPSIxNy41NTIsNy40MDggMTcuNDQ0LDguODM4IDE4Ljc3OSw5LjM3OSAxNy4zOCw5LjcyMiAxNy4yNzgsMTEuMTU5IDE2LjUyMiw5LjkzNyAxNS4xMjUsMTAuMjggDQoJCQkxNi4wNTEsOS4xODEgMTUuMjksNy45NjQgMTYuNjI0LDguNTA2IAkJIi8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 100%;
    border-radius: 30px;
    display: inline-block;
    margin-left: 8px;
}

.lang-icon-en {
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIyMjUgMjI1IDUwIDUwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDIyNSAyMjUgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBmaWxsPSIjRjBGMEYwIiBjeD0iMjUwIiBjeT0iMjUwIiByPSIyMS41Ii8+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjMDA1MkI0IiBkPSJNMjMyLjk0NCwyMzYuOTFjLTEuNjg4LDIuMTk3LTIuOTYyLDQuNzMtMy43MDQsNy40ODFoMTEuMTg1TDIzMi45NDQsMjM2LjkxeiIvPg0KCTxwYXRoIGZpbGw9IiMwMDUyQjQiIGQ9Ik0yNzAuNzYsMjQ0LjM5MmMtMC43NDItMi43NTEtMi4wMTYtNS4yODQtMy43MDQtNy40ODFsLTcuNDgxLDcuNDgxSDI3MC43NnoiLz4NCgk8cGF0aCBmaWxsPSIjMDA1MkI0IiBkPSJNMjI5LjI0MSwyNTUuNjA4YzAuNzQyLDIuNzUyLDIuMDE1LDUuMjg0LDMuNzA0LDcuNDgxbDcuNDgxLTcuNDgxSDIyOS4yNDFMMjI5LjI0MSwyNTUuNjA4eiIvPg0KCTxwYXRoIGZpbGw9IiMwMDUyQjQiIGQ9Ik0yNjMuMDksMjMyLjk0NGMtMi4xOTctMS42ODgtNC43MjktMi45NjItNy40ODEtMy43MDR2MTEuMTg1TDI2My4wOSwyMzIuOTQ0eiIvPg0KCTxwYXRoIGZpbGw9IiMwMDUyQjQiIGQ9Ik0yMzYuOTEsMjY3LjA1NmMyLjE5NywxLjY4OCw0LjczLDIuOTYyLDcuNDgxLDMuNzA0di0xMS4xODZMMjM2LjkxLDI2Ny4wNTZ6Ii8+DQoJPHBhdGggZmlsbD0iIzAwNTJCNCIgZD0iTTI0NC4zOTEsMjI5LjI0MWMtMi43NTEsMC43NDItNS4yODQsMi4wMTUtNy40ODEsMy43MDRsNy40ODEsNy40ODFWMjI5LjI0MXoiLz4NCgk8cGF0aCBmaWxsPSIjMDA1MkI0IiBkPSJNMjU1LjYwOCwyNzAuNzZjMi43NTItMC43NDIsNS4yODQtMi4wMTYsNy40ODEtMy43MDRsLTcuNDgxLTcuNDgxVjI3MC43NkwyNTUuNjA4LDI3MC43NnoiLz4NCgk8cGF0aCBmaWxsPSIjMDA1MkI0IiBkPSJNMjU5LjU3NCwyNTUuNjA4bDcuNDgxLDcuNDgxYzEuNjg4LTIuMTk3LDIuOTYyLTQuNzI5LDMuNzA0LTcuNDgxSDI1OS41NzR6Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNMjcxLjMxOCwyNDcuMTk2aC0xOC41MTRsMCwwdi0xOC41MTRjLTAuOTE4LTAuMTItMS44NTQtMC4xODItMi44MDUtMC4xODINCgkJYy0wLjk1MSwwLTEuODg2LDAuMDYzLTIuODA0LDAuMTgydjE4LjUxM3YwaC0xOC41MTRjLTAuMTIsMC45MTgtMC4xODIsMS44NTQtMC4xODIsMi44MDRjMCwwLjk1LDAuMDYzLDEuODg3LDAuMTgyLDIuODA1aDE4LjUxM2gwDQoJCXYxOC41MTRjMC45MTgsMC4xMTksMS44NTQsMC4xODIsMi44MDQsMC4xODJjMC45NSwwLDEuODg3LTAuMDYzLDIuODA1LTAuMTgydi0xOC41MTRsMCwwaDE4LjUxNA0KCQljMC4xMTktMC45MTgsMC4xODItMS44NTQsMC4xODItMi44MDVDMjcxLjUsMjQ5LjA0OSwyNzEuNDM4LDI0OC4xMTQsMjcxLjMxOCwyNDcuMTk2eiIvPg0KCTxwYXRoIGZpbGw9IiNEODAwMjciIGQ9Ik0yNTUuNjA4LDI1NS42MDhMMjU1LjYwOCwyNTUuNjA4bDkuNTk1LDkuNTk1YzAuNDQtMC40NDEsMC44NjEtMC45MDIsMS4yNjQtMS4zODFsLTguMjE0LTguMjE0SDI1NS42MDgNCgkJTDI1NS42MDgsMjU1LjYwOEwyNTUuNjA4LDI1NS42MDh6Ii8+DQoJPHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTI0NC4zOTEsMjU1LjYwOEwyNDQuMzkxLDI1NS42MDhsLTkuNTk0LDkuNTk1YzAuNDQxLDAuNDQsMC45MDIsMC44NjIsMS4zOCwxLjI2NGw4LjIxNC04LjIxNFYyNTUuNjA4DQoJCUwyNDQuMzkxLDI1NS42MDh6Ii8+DQoJPHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTI0NC4zOTEsMjQ0LjM5MkwyNDQuMzkxLDI0NC4zOTJsLTkuNTk0LTkuNTk0Yy0wLjQ0MSwwLjQ0MS0wLjg2MiwwLjkwMi0xLjI2NCwxLjM4bDguMjE0LDguMjE0SDI0NC4zOTENCgkJTDI0NC4zOTEsMjQ0LjM5MnoiLz4NCgk8cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNMjU1LjYwOCwyNDQuMzkyTDI1NS42MDgsMjQ0LjM5Mmw5LjU5NS05LjU5NGMtMC40NDEtMC40NDEtMC45MDItMC44NjItMS4zODEtMS4yNjRsLTguMjE0LDguMjE0VjI0NC4zOTJ6DQoJCSIvPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 100%;
    border-radius: 30px;
    display: inline-block;
    margin-left: 8px;
}

.lang-icon-cn,
.lang-icon-en,
.lang-icon-de {
    opacity: 0.4;
}

.lang-icon-cn:hover,
.lang-icon-en:hover,
.lang-icon-de:hover {
    opacity: 0.8;
}

#investition .thumb img {
    width: 100%;
}