﻿a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

@font-face{
  font-family:"Dosis-Light";
  src:url("../font/Dosis-Light.woff2") format("woff2");
  font-display:swap;
  ascent-override:90%;
  descent-override:22%;
  line-gap-override:0%;
  size-adjust:105%;
}

@font-face{
  font-family:"gothic-regular";
  src:url("../font/gothic-regular.woff2") format("woff2");
  font-display:swap;
  ascent-override:90%;
  descent-override:22%;
  line-gap-override:0%;
  size-adjust:105%;
}

@font-face{
  font-family:"gothic-bold";
  src:url("../font/gothic-bold.woff2") format("woff2");
  font-display:swap;
  ascent-override:90%;
  descent-override:22%;
  line-gap-override:0%;
  size-adjust:105%;
}

@font-face{
  font-family:"gothic-semibold";
  src:url("../font/gothic-semibold.woff2") format("woff2");
  font-display:swap;
  ascent-override:90%;
  descent-override:22%;
  line-gap-override:0%;
  size-adjust:105%;
}

@font-face{
  font-family:"FontAwesome";
  src:url("../font/FontAwesome.woff2") format("woff2");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

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

ol,
ul {
    list-style: none
}

a
 {
    text-decoration: none
}
a:hover{
color:#e8381c !important;
}

.clear {
    clear: both
}

* {
    margin: 0;
    padding: 0
}

#wraper {
    width: 1025px;
    margin: 0 auto
}

.header {
    margin-top: 0;
    border-bottom: 2px solid #f8f8f8;
    padding: 0 0 5px;
    display: flex;
    z-index: 15
}

.header_main {
    width: 1025px;
    margin: 0 auto;
    padding: 10px 0
}

.header_left {
    width: 250px;
    float: left
}

.header_left img {
    width: 100%;
    height: auto
}

.header_mid {
    width: 646px;
    float: left;
    margin: 4px 0 0 30px;
}

.header_right {
    width: 99px;
    float: right;
    margin: 36px 0 0;
}

.nav {
    margin-top: 28px!important;
    padding: 0
}

.header_social {
    width: 70px;
    float: left;
    border-right: #723f5f 1px solid
}

.header_search {
    width: 20px;
    float: right
}

.header_social .fa {
    color: #723f5f!important;
    font-size: 20px;
    float: left;
    margin: 0 8px 0 0
}

.header_social .fa:hover {
    color: #262626!important
}

.header_search .fa {
    color: #723f5f!important;
    font-size: 22px;
    cursor: pointer;
}

.header_search .fa:hover {
    color: #262626!important
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, .9)!important;
    z-index: 1
}

.featured_box,
.latest_main,
.latest_table,
.title_table {
    overflow: hidden
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 80%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

.modal-body,
.modal-header {
    padding: 2px 16px
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #000;
    float: right;
    font-size: 88px;
    font-weight: 400
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-body {
    margin: 220px 0 0
}

.modal-body .bar {
    border-bottom: 1px solid #272727;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0 0 12px;
    width: 100%;
    color: #272727;
    font: 400 32px gothic-regular;
    background: 0 0!important
}

.featured_box .cap,
.modal-body #submit {
    background: #723f5f;
    color: #fff;
    text-align: center
}

.modal-body #submit {
    width: 100%;
    border: none!important;
    margin: 14px 0 0;
    padding: 12px;
    font: 400 21px gothic-semibold;
    text-transform: uppercase;
    cursor: pointer
}

.modal-body #submit:hover {
    background: #262626
}

.modal-body #submit:focus,
.modal-body .bar:focus {
    outline: 0!important
}

.featured_box {
    margin: 25px 0 0
}

.featured_box img {
    display: block;
    width: 100%;
    height: 100%
}

.featured_one, .featured_three, .featured_two {
    width: 324px;
    position: relative;
    height: auto;
    display: inline-block;
}

.featured_one {
 



}

.featured_one:nth-child(2) {
    float: none!important;
    margin: 0 0 0 18px;
}

.featured_one:last-child {
     margin-left: 20px;
}

.featured_one:hover,
.featured_three:hover,
.featured_two:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.featured_two {
    float: left;
    margin: 0 0 0 26px
}

.featured_three {
    float: right
}

.featured_box .cap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: rgba(114, 63, 95, .9);
    font-size: 22px;
    line-height: 1;
    padding: 15px 0 20px;
    height: 86px;
    overflow: hidden
}

.featured_box .cap:hover {
    background: #723f5f
}

.featured_box .cap span a {
    color: #fff;
    font: 400 15px gothic-regular;
    text-transform: uppercase;
    display: block;
    padding: 0 0 3px
}

.featured_box .cap h2 a {
    color: #fff;
    font: 400 19px/24px gothic-bold;
    display: block;
    padding: 0 10px
}

.latest_table {
    margin: 25px 0 0
}

.add {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 0 11px;
    position: fixed;
    z-index: 1000;
    }

.add .header_main {
    padding: 5px 0
}

.add .header_left img {
    width: 72%;
    height: auto
}

.add .nav {
    margin-top: 14px!important;
    padding: 0
}

.add .header_right {
    width: 99px;
    float: right;
    margin: 20px 0 0
}

.title_table {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 25px
}

.title_table h4 {
    color: #262626;
    font: 400 28px gothic-bold;
    display: inline-block;
    position: relative
}

.title_table h4:after,
.title_table h4:before {
    content: "";
    position: absolute;
    border-top: 2px solid #723f5f;
    width: 900px;
    top: 52%
}

.title_table h4:before {
    left: -910px
}

.title_table h4:after {
    right: -910px
}

.latest_left {
    width: 490px;
    float: left;
    height: auto;
    position: relative;
    text-align: center;
}

.latest_left img {
width: auto;
    height: 530px;
    max-width: 100%;
}

.latest_right {
    width: 525px;
    float: right
}

.latest_right img {
    width: 100%;
    height: auto
}

.latest_right ul {
    margin: 0;
    padding: 0;
	display: flex;
    flex-wrap: wrap;
}

.latest_right ul li {
    float: none;
    flex-basis: 245px;
    height: auto;
    margin: 0 0 20px 17px;
    position: relative;
}

.latest_left .cap,
.latest_right ul li .cap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    height: auto;
    text-align: center;
    color: #fff
}

.latest_left .cap {
    width: 70%;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #723f5f;
    font-size: 22px;
    line-height: 1;
    padding: 10px 0 15px;
    overflow: hidden;
    margin: -56px auto 0;
    position: relative;
}

.gllery_one .cap,
.latest_right ul li .cap {
    -moz-transition: all .1s ease-in-out;
    overflow: hidden
}

.latest_left .cap h2 a {
    color: #fff;
    font: 400 17px/20px gothic-regular;
    display: block;
    padding: 0 10px
}

.latest_left .cap:hover {
    background: #262626
}

.latest_right ul li .cap {
    width: 80%;
    transition: all .1s ease-in-out;
    background: #723f5f;
    font-size: 22px;
    line-height: 1;
    padding: 10px 0 15px
}

.latest_right ul li .cap h3 a {
    color: #fff;
    font: 400 15px/19px gothic-regular;
    display: block;
    padding: 0 10px
}

.lower_left,
.lower_right {
    padding: 0 0 18px;
    position: relative;
    text-align: center
}

.latest_right ul li .cap:hover {
    background: #262626
}

.lower_left,
.lower_mid,
.lower_right {
    background: #f4f4f5
}

.latest_right ul li img {
    width: 100%;
    height:auto;
}

.latest_left img:hover,
.latest_right ul li:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.lower_cate {
    margin: 10px 0 0;
    overflow: hidden
}

.lower_left {
    width: 330px;
    float: left;
}

.lower_left img {
    width: 100%;
    height: auto;
    margin: 0 0 12px
}

.lower_mid {
    width: 332px;
    float: left;
    margin: 0 0 0 16px;
    min-height: 317px;
}

.lower_right {
    width: 330px;
    float: right;
}

.lower_right img {
    width: 100%;
    height: auto;
    margin: 0 0 12px
}

.lower_left h2:after,
.lower_right h2:after {
    left: 170px;
    width: 0;
    border-style: solid;
    border-width: 14px 14px 0;
    border-color: #723f5f transparent transparent;
    bottom: -13px;
    z-index: 10
}

.lower_left h2:after,
.lower_mid h4:after,
.lower_right h2:after,
.responsive-tabs li.active a:after {
    content: '';
    height: 0
}

.lower_left h2 {
    background: #723f5f;
    color: #fff;
    position: relative;
    font: 400 21px gothic-bold;
    padding: 10px 0 10px 12px;
    display: block
}

.lower_left h2:after {
    position: absolute
}

.lower_left h2 a {
    color: #fff
}

.lower_left h2 a:hover,
.lower_right h2 a:hover {
    color: #fff!important
}

.lower_left a {
    color: #723f5f;
    font: 700 21px gothic-bold
}

.lower_left a:hover,
.lower_left p {
    color: #262626
}

.lower_left p {
    font: 400 15px/20px gothic-regular;
    padding: 5px 10px 0
}

.ncsdnc {
    clear: both
}

.lower_right h2 {
    background: #723f5f;
    position: relative;
    color: #fff;
    font: 400 21px gothic-bold;
    padding: 10px 0 10px 12px;
    display: block
}

.lower_right h2:after {
    position: absolute
}

.lower_right h2 a {
    color: #fff
}

.lower_right a {
    color: #723f5f;
    font: 700 21px gothic-bold
}

.lower_right a:hover {
    color: #262626
}

.lower_right p {
    color: #262626;
    font: 400 15px/20px gothic-regular;
    padding: 5px 10px 0
}

.lower_main {
    padding: 0 12px 15px
}

.lower_main h4 {
    color: #979599;
    font: 400 23px/25px Dosis-SemiBold;
    letter-spacing: 1px
}

.lower_main ul {
    padding: 8px 0 0
}

.lower_main ul li {
    padding-bottom: 6px;
    border-bottom: #c2c2c2 1px dashed;
    overflow: hidden
}

.lower_main ul li:last-child,
.lower_main ul ul li {
    border-bottom: none!important
}

.lower_main ul ul li {
    float: left
}

.cate_link {
    width: 27%;
}

.link {
    width: 52%;
    text-align: center
}

.view {
    width: 21%;
    float: right !important;
	text-align:center;
}

.cate_link h2 {
    color: #262626;
    font: 400 15px gothic-bold
}

.link a {
    color: #723f5f;
    font: 400 15px/20px gothic-regular
}

.link a:hover {
    color: #262626
}

.lower_mid h4,
.view a {
    color: #fff;
    display: block
}

.view a {
    font: 400 11px gothic-bold;
    background: #723f5f;
    padding: 3px 4px 4px 5px!important;
    border: none!important
}

.view a:hover {
    background: #262626
}

.lower_mid h4 {
    background: #723f5f;
    position: relative;
    font: 400 21px gothic-bold;
    padding: 10px 0 10px 12px;
    text-align: center;
    margin: 0 0 8px
}

.lower_mid h4:after {
    position: absolute;
    left: 132px;
    bottom: -13px;
    width: 0;
    border-style: solid;
    border-width: 14px 14px 0;
    border-color: #723f5f transparent transparent;
    z-index: 10
}

.tab-section {
    margin: 5px 0 0;
    border-top: 2px solid #f8f8f8;
    padding: 25px 0 0
}

.responsive-tabs {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    position: relative;
    width: 40%;
    overflow: hidden
}

.responsive-tabs li {
    width: auto;
    margin: 0 0 15px;
    text-align: center;
    line-height: 50px;
    float: left
}

.responsive-tabs li a,
.responsive-tabs li.active a {
    color: #fff;
    font: 400 15px gothic-regular;
    text-transform: uppercase
}

.responsive-tabs-content {
    margin-bottom: 20px
}

.responsive-tabs-content.bm-remove {
    margin-bottom: 0
}

.responsive-tabs-content.bm-smaller {
    margin-bottom: 5px
}

.responsive-tabs-content.bm-small {
    margin-bottom: 10px
}

.responsive-tabs-content.bm-medium {
    margin-bottom: 20px
}

.responsive-tabs-content.bm-large {
    margin-bottom: 30px
}

.responsive-tabs-content.bm-larger {
    margin-top: 20px;
    overflow: hidden
}

.responsive-tabs-content .responsive-tabs-panel {
    padding: 0
}

.responsive-tabs-content .responsive-tabs-panel .responsive-tab-title {
    display: none
}

.responsive-tabs.responsive-tabs-left {
    width: 150px;
    float: left
}

.responsive-tabs.responsive-tabs-left li {
    text-align: left;
    float: none
}

.responsive-tabs-content.responsive-tabs-left {
    overflow: hidden
}

.responsive-tabs.responsive-tabs-right {
    width: 150px;
    float: right
}

.responsive-tabs.responsive-tabs-right li {
    text-align: right;
    float: none
}

.responsive-tabs-content.responsive-tabs-right {
    overflow: hidden
}

.responsive-tabs li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    background: #723f5f;
    margin: 0 4px;
    position: relative
}

.footer_copy a:hover,
.footer_link ul li a:hover {
    text-decoration: none;
}

.responsive-tabs li.active a {
    background: #baa4b0;
    cursor: pointer
}

.responsive-tabs li.active a:after {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #baa4b0 transparent transparent
}

.footer_up .es_widget_form .es_lablebox,
.footer_up .es_widget_form .es_msg {
    display: none!important
}

.gllery_table {
    margin: 0
}

.gllery_one {
    width: 240px;
    float: left;
    margin: 0 21px 0 0;
    height: auto;
    position: relative
}

.gllery_one img {
    width: 100%;
    height: auto;
}

.gllery_one .cap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: rgba(255, 255, 255, .9);
    line-height: 1;
    padding: 10px 0 20px;
    height:auto;
    text-align: center
}

.gllery_one .cap a {
   color: #262626;
    font: 400 15px/20px gothic-regular;
    padding: 0 16px;
}

.gllery_one:last-child {
    float: right!important;
    margin: 0!important
}

.gllery_one:first-child,
.gllery_one:nth-child(2) {
    margin: 0 22px 0 0!important
}

.gllery_one:nth-child(3) {
    margin: 0 2px 0 0!important
}

.gllery_one:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.describe_table {
    margin: 15px 0 0;
    text-align: center
}

.describe_table h2 {
    color: #723f5f;
    font: 400 26px gothic-regular;
    margin: 0 0 8px
}

.describe_table h2 strong {
    color: #262626;
    font: 400 26px gothic-semibold
}

.describe_table p {
    color: #262626;
    font: 400 15px/24px gothic-regular
}

.footer {
    margin: 22px 0 0
}

.footer_up {
    background: #262626
}

.footer_down {
    background: #723f5f;
    text-align: center
}

.footer_min {
    width: 96%;
    margin: 0 auto;
    padding: 15px 0 0;
    overflow: hidden
}
.footer_flex {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0 10px;
    overflow: hidden;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.footer_up h3 {
    color: #ada9a9;
    font: 400 28px Dosis-Light;
    float: left;
    flex-basis: 270px;
}
.footer_flex .es_caption{
color: #fff;
font: 400 14px/16px gothic-Regular;
flex-basis: 340px;
	text-align:center;
	padding:0 !important;
}

.footer_up p {
    color: #fff;
    font: 400 14px/42px gothic-regular;
    float: left;
    margin: 0 0 0 20px;
    width: 410px;
}

.footer_up .es_widget_form {
    width: 280px;
    float: right;
    position: relative;
    margin: 8px 0 0
}

.footer_up .es_widget_form #es_txt_email,
.footer_up .es_widget_form #es_txt_name {
    float: left;
    background: #fff;
    color: #723f5f;
    font: 400 13px gothic-regular;
    border: none;
    position: relative
}

.footer_up .es_widget_form .es_textbox {
    padding-bottom: 0!important
}

.footer_up .es_widget_form input:focus {
    outline: 0
}

.comment_box input,
.wpcf7-form-control:focus,
.wpcf7-submit:focus,
textarea:focus {
    outline: 0!important
}

.footer_up .es_widget_form #es_txt_name {
    left: 0;
    width: 95px;
    padding: 8px 8px 7px
}

.footer_up .es_widget_form #es_txt_email {
    margin-left: 10px;
    width: 135px;
    padding: 8px 16px 7px 8px
}

.footer_up .es_widget_form #es_txt_button {
    width: 25px;
    height: 25px;
    background: url(../image/sub-butt.png) no-repeat;
    border: none;
    font-size: 0!important;
    position: relative;
    z-index: 3;
    float: right;
    cursor: pointer;
    right: 5px;
    top: -28px
}

.footer_up .es_widget_form #es_txt_button:hover {
    opacity: .8
}

.footer_link ul {
    padding: 5px 0 0;
    margin: 0
}

.footer_link ul li {
    display: inline-block;
    color: #fff;
    font: 400 13px gothic-regular;
    border-right: 1px solid #baa4b0;
    padding: 0 8px;
    margin: 0 0 16px
}

.footer_copy a,
.footer_copy p {
    font: 400 12px gothic-regular
}

.footer_link ul li a {
    color: #fff
}

.footer_link ul li:last-child {
    border-right: none!important
}

.footer_copy p {
    color: #baa4b0
}

.footer_copy {
    margin: 7px 0 0;
    padding: 0 0 15px
}

.footer_copy a, .adthrive-ccpa-link a {
    color: #f6f6f6;
	text-decoration:underline;
}
.adthrive-ccpa-link a:hover{
text-decoration:none;
}

.raptive-content-terms-footer{
padding:4px 0;
}
.raptive-content-terms-footer a{
    color: #f6f6f6;
	text-decoration:underline;
}
.raptive-content-terms-footer a:hover{
text-decoration:none;
}
.adthrive-comscore span{
color:#dadada !important;
padding:4px 0 !important;
}

.main_body {
    margin: 25px 0 0;
    overflow: hidden !important;
}

.body_left {
    width: 66%;
    float: left
}

.body_right {
    width: 32%;
    float: right
}

.body_head {
    margin: 0 0 0;
}

.body_head h1 {
    color: #262626;
    font: 700 33px/37px gothic-bold;
	margin-bottom:18px;
}

.net_box ul li,
.net_box ul li a {
    font: 400 14px/16px gothic-regular
}

.net_box ul {
    padding: 0
}

.net_box ul li {
    display: inline-block;
    color: #999;
	margin:0 !important;
}

.text_part .alignleft,
.text_part .alignright,
img.alignleft,
img.alignright {
    display: inline;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
    -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
    -moz-box-shadow: 0 0 6px 0 #9d9d9d;
    background: #fff;
    max-width: 99%
}

.net_box ul li a {
color: #0366d6 !important;
    border-bottom: none
}

.net_box ul li a:hover {
    color: #262626
}

.net_box ul::before {
    content: "\f0f5";
    color: #444!important;
    font-weight: 400!important;
    font-family: FontAwesome;
    font-size: 18px!important;
    margin: 0 5px 0 0
}

.text_part h1,
.text_part h2,
.text_part h3,
.text_part h4,
.text_part h5,
.text_part h6,
.text_part p,
.text_part ul {
    margin: 0 0 15px
}

.text_part p {
    color: #262626;
    font: 400 17px/27px gothic-regular
}

.text_part h1 {
    color: #262626;
    font: 700 28px/32px gothic-bold
}

.text_part h2 {
    color: #262626;
    font: 700 24px/28px gothic-bold
}

.text_part h2 a,
.text_part h3 a,
.text_part h4 a,
.text_part h5 a,
.text_part h6 a {
    color: #4f83ac!important
}

.text_part h2 a,
.text_part h3 a,
.text_part h4 a,
.text_part h5 a,
.text_part h6 a:hover {
    color: #262626!important
}

.text_part h3 {
    color: #262626;
    font: 700 22px/26px gothic-bold
}

.text_part h4 {
    color: #262626;
    font: 700 20px/24px gothic-bold
}

.text_part h5 {
    color: #262626;
    font: 700 18px/22px gothic-bold
}

.text_part h6 {
    color: #262626;
    font: 700 16px/20px gothic-bold
}

.text_part ol li,
.text_part ul li {
    font: 400 17px/27px gothic-regular
}

.text_part ul li {
    color: #262626;
    list-style: disc;
    margin: 0 0 12px 30px





}

.text_part ul li a {
color: #0366d6;
}

.text_part ul li a:hover {
    color: #262626;
}

.text_part ol {
    margin: 0 0 15px
}

.text_part ol li {
    color: #262626;
    list-style: decimal;
    margin: 0 0 12px 30px
}

.text_part ol li a {
   color: #0366d6 !important;
}

.text_part ol li a:hover {
    color: #262626
}

.toc {
    margin: 0!important;
    overflow: hidden!important
}

.toc h2 {
    color: #262626!important;
    font: 400 17px gothic-bold!important;
    margin: 0 0 10px!important;
    text-align: left!important
}

.net_box,
.news_box,
.optional_title {
    text-align: center
}

.toc ul li,
.toc ul li a {
    color: #723f5f!important;
    font: 400 12px/15px gothic-regular!important
}

.toc ul li a:hover {
    color: #e8381c !important;
}

.toc ul li {
   margin-right: 0.7em !important;
    padding-right: 0.7em !important;
    margin-bottom: 5px !important;
    margin-left: 0 !important;
    float: none;
    list-style: none !important;
    border-bottom: #c2c2c2 1px dashed;
    padding-bottom: 5px !important;
}

.toc ul li:last-child {
    border-bottom: none!important
}

.text_part .alignleft,
img.alignleft {
    float: left;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    margin: 7px 28px 15px 5px
}

.text_part .alignright,
img.alignright {
    float: right;
    margin-top: 7px;
    margin-left: 20px;
    margin-bottom: 15px;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px
}

.text_part .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
    -moz-box-shadow: 0 0 6px 0 #9d9d9d;
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    max-width: 99%;
    margin: 7px auto 15px
}

.optional_title {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.optional_title h3 {
    color: #262626;
    font: 400 24px gothic-bold;
    display: inline-block;
    position: relative
}

.optional_main ul li,
.optional_main ul li a {
    color: #723f5f;
    font: 700 17px/22px gothic-bold
}

.optional_title h3:after,
.optional_title h3:before {
    content: "";
    position: absolute;
    border-top: 2px solid #723f5f;
    width: 900px;
    top: 52%
}

.optional_title h3:before {
    left: -910px
}

.optional_title h3:after {
    right: -910px
}

.optional_main {
    background: #f4f4f5;
    overflow: hidden
}

.optional_main ul {
    padding: 0;
    margin: 0
}

.optional_main ul li {
    background: #fff;
    width: 45%;
    float: left;
    padding: 10px;
    margin: 8px 0 8px 10px !important;
    height: 100px;
    list-style: none !important;
}

.optional_main ul li .more {
    float: right;
    margin: 10px 0 0
}

.optional_main ul li p {
    color: #262626;
    font: 400 14px/17px gothic-regular;
    padding: 8px 0 0
}

.optional_main ul li a:hover {
    color: #262626
}

.optional_main ul li img {
    float: left;
    margin: 0 15px 0 0;
    width: 24%;
    height: auto;
}

.net_box {
    margin: 0 0 25px;
    border-bottom: 2px solid #f8f8f8;
    padding: 0 0 12px
}

.news_box {
    background: #31638a;
    padding: 15px 15px 0;
    overflow: hidden
}

.news_box h3 {
    color: #fff;
    font: 400 28px/32px Dosis-Light
}

.news_box p {
    color: #fff;
    font: 400 15px/22px gothic-regular;
    padding: 10px 0 0
}

.news_box .es_widget_form #es_txt_email,
.news_box .es_widget_form #es_txt_name {
    float: left;
    background: #fff;
    font: 400 13px gothic-regular;
    border: none;
    position: relative;
    color: #262626
}

.news_box .es_widget_form {
    width: 100%;
    position: relative;
    margin: 15px 0 0
}

.news_box .es_widget_form #es_txt_name {
    left: 0;
    width: 95px;
    padding: 8px 8px 7px
}

.news_box .es_widget_form #es_txt_email {
    margin-left: 10px;
    width: 152px;
    padding: 8px 16px 7px 8px
}

.news_box .es_widget_form #es_txt_button {
    width: 25px;
    height: 25px;
    background: url(../image/in-sub-butt.png) no-repeat;
    border: none;
    font-size: 0!important;
    position: relative;
    z-index: 3;
    float: right;
    cursor: pointer;
    right: 5px;
    top: -28px
}

.accordin {
    margin: 20px 0
}

.koalapse__title {
    margin-bottom: 0;
    position: relative
}

.koalapse__title:before {
    content: "\f0c9";
    float: left;
    display: block;
    margin: 2px 12px 0 0;
    color: #262626;
    font-family: FontAwesome!important;
    font-size: 22px!important
}

.koalapse__title:after {
    content: "+";
    color: #262626;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0
}

.koalapse__title[aria-expanded=true]:after {
    content: '-'
}

.koalapse__title:first-child {
    border-top: 0
}

.koalapse__title {
    color: #262626;
    font: 400 20px gothic-bold!important;
    text-align: left;
    border: 0;
    padding: 0 0 12px!important;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: #f2f2f2 1px solid;
    margin: 0 0 12px!important
}

.koalapse {
    margin: 10px 0
}

.koalapse__content {
    background: #fff;
    padding: 0;
    }

.koalapse__content+.koalapse__title {
    margin-top: 0
}

.koalapse__content[aria-hidden=true] {
    display: none
}

.koalapse_one {
    background: #fff;
    padding: 12px;
    overflow: hidden;
    height: 75px;
    margin: 0 0 12px
}

.koalapse_one:last-child {
    margin: 0!important
}

.koalapse_one img {
    float: left;
    margin: 0 15px 0 0
}

.koalapse_one a {
    color: #262626;
    font: 400 15px/19px gothic-regular
}

.koalapse_one a:hover {
    color: #723f5f
}

.widget_categories_right a {
    color: #444;
    font: 400 14px/18px gothic-bold
}

.widget_categories_right a:hover {
    color: #723f5f!important;
    text-decoration: none
}

.widget_categories_right h3 {
    font: 400 17px gothic-bold;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    display: block;
    margin: 0 0 10px;
    background: #723f5f;
    padding: .6em
}

.widget_categories_right h3:before {
    content: " ";
    left: 0;
    background: url(/wp-content/themes/only-foods/images/vertical-spoon.png) no-repeat;
    width: 30px;
    height: 31px;
    z-index: -3;
    display: block;
    float: left;
    margin: -4px 10px 0 0
}

.widget_categories_right h3:after {
    content: '';
    position: relative;
    left: -10px;
    bottom: -31px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #723f5f transparent transparent;
    z-index: 10;
    float: right
}

.widget_categories_right ul li {
    padding: 12px 0 12px 5px
}

.widget_categories_right ul li:before {
    content: counter(li);
    counter-increment: li;
    position: relative;
    float: left;
    display: table;
    left: .3em;
    bottom: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 5px;
    height: 24px;
    width: 28px;
    color: #723f5f;
    font: 700 24px Dosis-Light
}

.widget_categories_right ol li {
    padding: 3px 0
}

.widget_categories_right ol li a:hover {
    color: #272626
}

.widget_categories_right li:last-child {
    border-bottom: 12px
}

.widget_categories_right li.widget {
    margin: 0 0 12px
}

.widget_categories_right li.widget.nosidepad {
    padding: 10px 0
}

.widget_categories_right li.widget div {
    padding: 0 5px;
    clear: both
}

.widget_categories_right li.widget div div {

    padding: 0;
    border-top: none
}

.widget_categories_right li.widget div.fixed {
    padding: 0;
    margin: 0;
    border: none
}

.widget_categories_right ul {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0
}

.widget_categories_right ul ul {
    padding: 2px 0 10px
}

.widget_categories_right ul.children {
    background: 0 0!important
}

.widget_categories_right ul.children li {
    border-width: 0!important
}

.widget_categories_right ul ul ul {
    padding: 0;
    border-top: none
}

.widget_categories_right ul li {
    border-bottom: 2px solid #fff
}

.widget_categories_right ol {
    clear: both;
    padding: 0 7px;
    margin: 0
}

.widget_categories_right ol li {
    padding-left: 5px;
    border-width: 0;
    list-style: decimal;
    color: #333;
    margin: 0 0 0 10px;
    font: 400 20px Yanone-Bold;
    border-bottom: 1px solid #eee
}

#sidebar2 ul ul li#rc_nav,
.widget_categories_right ul ul li.rc_item {
    background: 0 0;
    padding: 0;
    margin: 3px 0
}

.widget_categories_right ul ul li.rc_item div {
    padding: 0;
    border: none
}

.widget_categories_right ul ul li.rc_item .rc_avatar img {
    border: 1px solid #ddd
}

.widget_categories_right {
    padding: 0!important;
    background: #f4f4f5;
    margin: 20px 0;
    list-style: none
}

.comment_table {
    margin: 25px 0 0
}

.comment_title {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px
}

.comment_title h3 {
    color: #262626;
    font: 400 24px gothic-bold;
    display: inline-block;
    position: relative
}

.comment_title h3:after,
.comment_title h3:before {
    content: "";
    position: absolute;
    border-top: 2px solid #723f5f;
    width: 900px;
    top: 52%
}

.comment_title h3:before {
    left: -910px
}

.comment_title h3:after {
    right: -910px
}

#author,
#email,
#url {
    width: 97%;
    height: 24px;
    line-height: 1.428571429
}

.comment_box {
    overflow: hidden
}

.comment_box .comment-respond {
    background: #f4f4f5!important;
    overflow: hidden;
    padding: 12px
}

#author,
#comment,
#email,
#url {
    display: block;
    padding: 10px;
    color: #444;
    border: none
}

#author,
#email {
    margin: 0 15px 8px 0;
    font: 400 14px/18px gothic-bold
}

#url {
    margin: 0 16px 0 0;
    font: 400 14px/18px gothic-bold
}

#comment {
    width: 95%;
    height: 180px;
    line-height: 1.428571429;
    margin: 0;
    font: 400 14px/18px gothic-bold
}

.comment_table #submit {
    display: inline-block!important;
    padding: 8px 12px!important;
    color: #fff!important;
    cursor: pointer!important;
    background: #4c5b68;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5b68) to(#5e6c78));
    background: -webkit-linear-gradient(#4c5b68, #5e6c78);
    background: -moz-linear-gradient(#4c5b68, #5e6c78);
    background: -ms-linear-gradient(#4c5b68, #5e6c78);
    background: -o-linear-gradient(#4c5b68, #5e6c78);
    background: linear-gradient(#4c5b68, #5e6c78);
    font: 400 15px/18px gothic-bold;
    -webkit-transition: all .15s ease-in-out!important;
    transition: all .15s ease-in-out!important;
    margin: 15px 0 0!important;
    border: 1px solid #2e3e4c!important;
    float: right;
	clear:both;
}
.logged-in-as{
margin-bottom: 12px;
color: #262626;
font: 400 17px/27px gothic-regular;
}
.logged-in-as a{
color: #0366d6 !important;
}

.comment_table #submit:hover {
    background: #444
}

.comment_left {
    float: left;
    width: 37%
}

.comment_right {
    float: right;
    width: 58%;
    margin: 0 8px 0 0
}

.inner-featured {
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden
}

.inner-featured_left {
    float: left;
    width: 480px;
    height: auto;
    position: relative
}

.inner-featured_left img {
    width: 100%;
    height: auto
}

.inner-featured_right {
    float: right;
    width: 180px
}

.inner-featured_left .cap {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #723f5f;
    color: #fff;
    line-height: 1;
    padding: 10px 0 10px !important;
    height: auto !important;
    text-align: center;
	margin:20px 0 0 0;
}

.inner-featured_left .cap p {
    color: #fff;
    font: 400 17px gothic-bold;
    margin: 0 !important;
	padding:0 10px 0 10px !important;
	display:block !important;
}

table,
table a:hover {
    color: #262626
}

.inner-featured_left .cap:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 18px;
    border-color: transparent transparent #723f5f;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -19px
}

.cate_main,
.cate_one .cate_one_cap {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

table {
    width: 100%;
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    font: 400 16px/24px gothic-regular;
    border-left: 1px solid #e4e4e4;
    /* border-right: 1px solid #e4e4e4; */
    /* border-top: 1px solid #e4e4e4; */
    /* border-bottom: 1px solid #e4e4e4; */
    border-collapse: collapse;
}

.text_part b
 {
    color: #262626;
    font: 700 16px/24px gothic-bold;
}
.text_part table strong{
color: #262626;
    font: 700 14px/16px gothic-bold;	
}

table>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    padding: 8px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    text-align: center
}
table td ul {
    padding: 0;
    margin: 0;
}
table td ul li {
    text-align: left !important;
    padding: 0 0 6px 0 !important;
    list-style: disc !important;
    margin-left: 22px;
}

.cate_main,
.cate_one {
    width: 215px;
    height: 200px
}

table a {
    color: #4f83ac;
}

.cate_main {
    position: relative;
    float: left;
    margin: 0 0 25px 10px;
    z-index: 0 !important
}

.cate_one .cate_one_cap {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .9));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .9));
    background-repeat: no-repeat;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.cate_one .cate_one_cap h3 {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 2;
    position: absolute;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 5px;
    margin: 0;
    bottom: 40px;
    left: 10px;
    right: 10px;
    font: 400 22px gothic-bold;
    text-align: center
}

.cate_one .cate_one_cap h3:before {
    content: "\f0f5";
    display: block;
    font-family: FontAwesome!important;
    font-size: 24px!important;
    margin-bottom: 2px!important
}

.cate_one .cate_one_cap:hover {
    opacity: 0
}

.cate_one img {
    width: 100%;
    height: 100%
}

.cate_one .cate_one_cap:hover h3 {
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%)
}

.pagination {
    text-align: left;
    clear: both;
    padding: 5px 0;
    margin: 0 0 0 12px;
    border-bottom: 2px solid #f8f8f8
}

.pagination ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    border-radius: 4px
}

.pagination li {
    color: #999;
    display: inline-block;
    float: left;
    margin: 0 8px 0 0
}

.pagination .current,
.pagination .dots,
.pagination a {
    display: inline-block;
    padding: 7px 10px;
    text-decoration: none;
    text-align: center;
    color: #262626;
    font: 400 24px Dosis-Light
}

.pagination .current,
.pagination a:hover {
    color: #fff;
    background: #723f5f
}

.mResAccordion .mResTabNav {
    display: none
}

.tabNav:after,
.tabNav:before {
    content: " ";
    display: table
}

.tabNav:after {
    clear: both
}

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

.tabNav li {
    float: left;
    padding: 0
}

.mResTabAccordA {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 4px;
    color: #fff;
    background: #723f5f;
    font: 400 13px gothic-bold;
    margin: 0 0 0 2px;
    text-align: center
}

.mResTabAccordA h3 {
    color: #fff;
    font: 400 14px gothic-bold;
    padding: 0 0 0 35px
}

.mResTabAccordA.active,
.mResTabAccordA:hover,
.tabNav li.active>.mResTabAccordA {
    background: #e8381c;
    color: #fff;
    text-decoration: none
}

.tabContainer .tabContent {
    padding: 12px 10px;
    background: #f4f4f5;
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.tabContainer .tabContent.mTabActive {
    opacity: 1;
    display: block
}

.mResTabbing .mResAccordAnchor {
    display: none
}

.mResAccordAnchor {
    display: block;
    margin-bottom: 1px;
    position: relative
}

.mResAccordAnchor>span {
    display: block;
    overflow: hidden
}

.mResAccordAnchor>span:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    content: '+'
}

.comment_table .comment-notes,
.mTabAnimated .hideAfterAnim,
.mTabSimple .tabContent {
    display: none
}

.mResAccordAnchor.active>span:after {
    content: '-'
}

.mResTabNavTab:first-child h3,
.mResTabNavTab:last-child h3,
.mResTabNavTab:nth-child(2) h3 {
    content: " ";
    left: 0;
    z-index: -3;
    float: left
}

.mTabAnimated .tabContainer {
    position: relative
}

.defaultState {
    position: absolute;
    left: 0;
    top: 0
}

.animBlock {
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in
}

.mTabAnimated .hideAfterAnim {
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.mTabAnimated .defaultState {
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.mTabAnimated .mTabActive {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mResTabNavTab:first-child h3 {
    background: url(../image/comment-icon.webp) no-repeat!important
}

.mResTabNavTab:nth-child(2) h3 {
    background: url(../image/inner-popular-icon.webp) 0 4px no-repeat!important
}

.mResTabNavTab:last-child h3 {
    background: url(../image/choice-icon.webp) no-repeat!important
}

.body_head p {
    color: #262626;
    font: 400 17px/27px gothic-regular;
    margin: 0 0 16px 0;
}
.body_head p a{
color: #0366d6 !important;
}
.body_head p a:hover{
color: #e8381c !important;
}

.wp-caption p.wp-caption-text {
    color: #262626 !important;
    font: 400 12px/16px gothic-regular !important;
    padding: 6px 0 0!important;
	margin:0 0 4px 0 !important;
}

.wp-caption p.wp-caption-text a {
    color: #4f83ac
}

.wp-caption p.wp-caption-text a:hover {
    color: #262626
}

.wp-caption {
    background: #fff;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 10px 5px 1px!important;
    text-align: center;
    color: #262626 !important;
    font: 400 12px/16px gothic-regular !important;
    max-width: 98%
}
.wp-caption strong{
color: #262626 !important;
    font: 400 12px/16px gothic-regular !important;
}

address,
blockquote,
dd,
dl,
pre {
    margin: 0 0 15px
}

code,
mark {
    padding: .125em .25em
}

.text_part strong {
    color: #262626;
    font: 700 16px gothic-semibold
}
.text_part strong a{
color: #0366d6 !important;
}
.text_part a strong {
color: #0366d6 !important;
}
.text_part table td strong a{
color: #0366d6 !important;
font: normal 16px gothic-Semibold !important;
}

.text_part strong a:hover{
color: #e8381c !important;
}

.text_part p a {
color: #0366d6 !important;
}

.text_part p a:hover{
color: #e8381c !important;
}
blockquote,
dt {
    color: #262626
}

blockquote {
    border: 0 solid #723f5f;
    border-left-width: 4px;
    font: italic 17px/27px gothic-regular!important;
    padding: 0 0 0 15px
}

dt {
    font: 400 17px/21px gothic-bold
}

address,
big,
cite,
code,
dd,
del,
dfn,
i,
em,
pre,
sub,
sup {
    color: #262626;
    font: italic 17px/27px gothic-regular
}

.text_part em {
    color: #262626;
    font: italic 17px/27px gothic-regular !important
}

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

code {
    background-color: #f9f9f9
}

del {
    opacity: .8
}

mark {
    background: #262626;
    color: #fff;
    text-decoration: none
}

pre {
    border: 1px solid #e4e4e4;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

sub,
sup {
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.4em
}

tt,
var {
    font-style: italic
}

.toc-header {
    color: #262626!important;
    font: 400 17px gothic-bold!important;
    margin: 0 0 10px!important;
    text-align: left!important
}

.comment_box label {
    color: #444;
    font: 400 15px/18px gothic-bold;
    display: table;
    padding: 0 0 8px
}

.comment-form-comment {
    width: 58%;
    float: right
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 38%;
    float: left
}

#comments h3 {
    color: #262626;
    font: 700 16px/20px gothic-bold
}

.commentlist li {
    margin: 18px 0;
    background: #fff;
    border-bottom: 2px solid #f8f8f8;
    padding: 0 0 15px
}

.commentlist li:last-child {
    border-bottom: none!important;
    padding: 0!important
}

.comment-reply-link,
.wpcf7-submit {
    box-shadow: rgba(0, 0, 0, .0980392) 0 2px 2px inset
}

.commentlist li img {
    border-radius: 50%;
    float: left;
    margin: 0 20px 15px 0;
    height: 75px;
    width: 75px
}

.fn {
    color: #723f5f!important;
    font: 400 17px gothic-bold!important
}

.commentlist li a {
    color: #4f83ac;
    font: 400 13px/16px gothic-semibold;
    padding: 5px 0 0;
    display: table
}

.commentlist li a:hover {
    text-decoration: underline
}

.reply {
    margin-left: 14%
}

.commentlist li p {
    color: #262626;
    font: 400 15px/22px gothic-regular;
    display: table;
    padding: 10px 0 0
}

.says {
    color: #999;
    font: 400 15px gothic-bold!important
}

.comment-reply-link {
    font: 400 15px/22px gothic-semibold!important;
    color: #723f5f!important;
    padding: 0!important;
    display: inline-block;
    text-shadow: none!important;
    margin: 15px 0 0!important;
    box-shadow: none!important;
    text-transform: lowercase
}

.comment-reply-link:hover {
    color: #262626!important;
    text-decoration: none!important
}

.comment-awaiting-moderation {
    color: #999;
    font: 400 13px gothic-semibold!important;
    padding: 4px 0 5px
}

.wpcf7 {
    background: #f4f4f5!important;
    padding: 15px!important;
    overflow: hidden!important;
	margin-top: 20px !important;
}

.wpcf7 p {
    color: #444!important;
    font: 400 16px/18px gothic-bold!important
}

.wpcf7-form-control {
    display: block;
    width: 97%;
    height: 24px;
    line-height: 1.428571429;
    padding: 10px;
    margin: 12px 0 0;
    color: #444;
    font: 400 14px/18px gothic-bold;
    border: none
}

.wpcf7-textarea {
    height: 140px!important
}

.wpcf7-submit {
    display: inline-block!important;
    padding: 8px 12px!important;
    color: #fff!important;
    cursor: pointer!important;
    background: #4c5b68;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5b68) to(#5e6c78));
    background: -webkit-linear-gradient(#4c5b68, #5e6c78);
    background: -moz-linear-gradient(#4c5b68, #5e6c78);
    background: -ms-linear-gradient(#4c5b68, #5e6c78);
    background: -o-linear-gradient(#4c5b68, #5e6c78);
    background: linear-gradient(#4c5b68, #5e6c78);
    font: 400 16px/18px gothic-bold!important;
    -webkit-transition: all .15s ease-in-out!important;
    transition: all .15s ease-in-out!important;
    margin: 4px 0 0!important;
    border: 1px solid #2e3e4c!important;
    float: left;
    width: 132px!important;
    height: 36px!important
}

.wpcf7-submit:hover {
    background: #444!important
}

.koalapse,
.koalapse .toc-header {
    display: none
}

.comment-form-cookies-consent {
    clear: both;
    padding: 15px 0 0 0;
    overflow: hidden;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    float: left;
    margin: 3px 10px 0 0;
}
.footer_up .es_shortcode_form input {
        left: 0;
        width: 32.7%;
        float: left;
        border: none;
        background: #fff;
        padding: 8px 8px 7px;
        color: #723f5f;
        font: 400 13px gothic-regular;
        position: relative
    }
	.footer_up .es_shortcode_form input:focus
	{
	outline:none;
	}
	.footer_up .es_shortcode_form .es_txt_email {
    margin-left: 10px !important;
    width: 130px !important;
    float: left !important;
    border: none !important;
    background: #fff !important;
    padding: 8px 36px 7px 8px !important;
    color: #723f5f !important;
    font: normal 13px 'gothic-regular' !important;
    position: relative !important;
}
.footer_up .es_shortcode_form {
    float: none;
    position: relative;
    margin: 18px 0 0 0;
}
.footer_up .emaillist{
	flex-basis:300px;
}
.sright{
width: 300px;
    float: right;
}
.footer_min .es_caption {
    color: #fff;
    font: 400 14px/16px gothic-Regular;
    float: left;
    margin: 8px 0 12px 16px;
        padding: 0;
}
.footer_up .es_shortcode_form label
{
font-size:0px !important;
}
.footer_up .es_shortcode_form .es-field-wrap {
margin-bottom:0 !important;
}
.footer_up .es_shortcode_form .es_subscription_form_submit {
    width: 25px !important;
    height: 25px !important;
    background: url(../image/sub-butt.png) no-repeat !important;
    border: none !important;
    font-size: 0px !important;
    position: relative !important;
    z-index: 3 !important;
    float: right !important;
    cursor: pointer !important;
    left: -7px !important;
    top: -28px !important;
}
.body_head h2 {
color: #262626 !important;
font: 700 26px/30px gothic-bold !important;
margin-bottom:20px;
}
.body_head h3{
color: #e8381c;
font: 400 23px gothic-bold;
margin-bottom:20px;
}

.error_search{
background: #f4f4f5!important;
padding:18px 0 18px 0;
overflow:hidden;
}
.error_search #searchform{
width:92%;
margin:0 auto;
}
.error_search #searchform #s {
    color: #444;
    font: 400 16px/18px gothic-bold;
    background: #fff;
    padding: 0 12px 0 12px;
    width: 81%;
    height: 50px;
    float: left;
    border: 1px solid #e1e1e1;
}
.error_search #searchform #s:focus, .error_search #searchform #error_submit:focus{
outline:none !important;
}
.error_search #searchform #error_submit {
    padding: 8px 15px!important;
    color: #fff!important;
    cursor: pointer!important;
    background: #4c5b68;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5b68) to(#5e6c78));
    background: -webkit-linear-gradient(#4c5b68, #5e6c78);
    background: -moz-linear-gradient(#4c5b68, #5e6c78);
    background: -ms-linear-gradient(#4c5b68, #5e6c78);
    background: -o-linear-gradient(#4c5b68, #5e6c78);
    background: linear-gradient(#4c5b68, #5e6c78);
    font: 400 17px/18px gothic-bold;
    -webkit-transition: all .15s ease-in-out!important;
    transition: all .15s ease-in-out!important;
    margin: 0 0 0!important;
    border: 1px solid #2e3e4c!important;
    height: 51px;
}

.body_head .alignleft,
img.alignleft {
    float: left;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    margin: 7px 28px 15px 5px;
	max-width: 98%;
	height:auto;
}

.body_head .alignright,
img.alignright {
    float: right;
    margin-top: 7px;
    margin-left: 20px;
    margin-bottom: 15px;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px
	max-width: 98%;
	height:auto;
}

.body_head .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
    -moz-box-shadow: 0 0 6px 0 #9d9d9d;
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    max-width: 98%;
	height:auto;
    margin: 7px auto 15px
}
.alignleft img, .aligncenter img, .alignright img{
width:100% !important;
height:auto !important;
}
.menu ul li ul.normal-sub:focus{
background:none !important;
outline:none !important;
}
.wptoc{
background:none !important;
padding: 0 !important;
}
.wptoc ul ul, .wptoc ol ol {
    margin: 5px 0 0 10px !important;
	display:none !important;
}
#reply-title{
display:none;
}
.body_left ins{
margin-bottom:15px !important;
}
.menu-item-has-children{
position:relative;
}
.menu-item-has-children:after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: 0;
    font-size: 15px;
    color: #723f5f;
    position: absolute;
    bottom: 2px;
}
/*=======================================================================toggle-menu===============================================================*/

#nav-demo {
  display: inline-block;
  position: relative;
  width: 100%;
}


.mnav-menu {
    margin: 0;
    display: block;
    padding-left: 0;
    list-style-type: none;
}

.mnav-menu-item {
    display: inline-block;
}

.mnav-menu-item a {
    display: block;
    padding: 10px 10px;
}

.mnav-submenu {
    position: absolute;
    padding-left: 0;
    z-index: 9999;
    display: none;
    list-style-type: none;
}

.mnav-submenu-item a {
    padding-left: 20px;
}

.mnav-mobile-btn {
    margin-top: -22px;
    height: auto;
    width: auto;
    /* padding: 5px; */
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    content: "\f039";
    color: rgb(114, 63, 95);
    font-family: FontAwesome !important;
    font-size: 14px !important;
    font-weight: normal;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.mnav-mobile-btn:before{
content: "\f0c9";
	color:rgb(114, 63, 95);
	font-family: FontAwesome !important;
    font-size: 26px !important;
}

.mnav-open-close {
    display: none;
    float: right;
}

.mnav-mobile-arrow {
    height: 26px;
    width: 28px;
    padding: 5px;
    display: block;
    cursor: pointer;
       background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #444;
    position: relative;
    text-align: center;
    }
.mnav-mobile-arrow:after{
width: 12px;
    margin: 0 auto !important;
    text-align: center !important;
    content: "\f067";
    color: #fff;
    line-height: 27px;
    font-family: FontAwesome !important;
    font-size: 14px !important;
}
.mnav-mobile-arrow-mirror:after{
width: 12px;
    margin: 0 auto !important;
    text-align: center !important;
    content: "\f068" !important;
    color: #fff;
    line-height: 28px;
    font-family: FontAwesome !important;
    font-size: 14px !important;
}

.mnav-mobile-arrow-mirror {
    -webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}


@media only screen and (max-width: 1023px) { /* Set to width according to BASE */
#nav-demo {
  padding-top: 10px;
}

.mnav-mobile-btn {
    display: block;
}

.mnav-menu {
    display: none;
    padding: 0;
	background: rgb(114, 63, 95);
}

.mnav-menu-item {
    float: none;
    position: relative;
    display: block;
    width: 100%;
	font-family: gothic-bold;
    font-size: 17px;
    font-weight: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mnav-submenu li{
font-family: gothic-bold !important;
    font-size: 15px !important;
    font-weight: normal !important;
}
.mnav-menu-item a{
color:#fff;
}

.mnav-open-close {
    display: block;
}

.mnav-submenu {
    width: 100%;
    position: relative;
}

.mnav-submenu-item a {
    display: block;
}

}
.nav_mob{
display:none;
}
.text_part h2 a, .text_part h3 a, .text_part h4 a, .text_part h5 a, .text_part h6 a{
color: #0366d6 !important;	
}

.menu-cross:before {
    content: "\f00d" !important;
    color: rgb(114, 63, 95);
    font-family: FontAwesome !important;
    font-size: 26px !important;
}
.wp-block-image .alignleft {
    float: left !important;
    margin-right: 1em !important;
    margin-left: 5px !important;
	display: block !important;
}
.wp-block-image figcaption{
display: block !important;
    text-align: center !important;
    color: #262626 !important;
    font: 400 12px/16px gothic-regular !important;
    text-align: center !important;
    margin: 4px 0 0 0 !important;
}
.wp-block-image figcaption a{
color: #0366d6 !important;
}
.wp-block-image figcaption a:hover {
    color: #e8381c !important;
}
.error_para{
color: #262626;
    font: 400 18px/26px gothic-regular !important;
    margin: 10px 0 15px 0 !important;
}
.other_header .add{
position:relative !important;
}

.desk_menu ul {
    margin: 0 auto;
    position: relative;
    float: left;
}
.desk_menu ul li {
    display: inline-block;
    color: #000;
    letter-spacing: 1px;
    cursor: pointer;
	border-bottom: 12px solid #fff;
}
.desk_menu ul li a {
    padding-left: 32px;
    padding-right: 5px;
    display: inline-block;
    color: #723f5f;
    font: 400 21px gothic-bold;
    text-transform: uppercase;
    position: relative;
}
.desk_menu ul li:nth-child(1) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -66px;
    width: 22px;
    height: 27px;
    position: absolute;
    margin-left: -30px;
    margin-top: -2px;
}
.desk_menu ul li:nth-child(2) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -0px;
    width: 35px;
    height: 30px;
    position: absolute;
    margin-top: 0;
    margin-left: -32px;
    background-size: 107%;
}
.desk_menu ul li:nth-child(3) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -34px;
    width: 23px;
    height: 28px;
    position: absolute;
    margin-top: 0;
    margin-left: -29px;
}
.desk_menu ul li:nth-child(4) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -123px;
    width: 20px;
    height: 24px;
    position: absolute;
    margin-top: 3px;
    margin-left: -24px;
}
.desk_menu ul li:nth-child(5) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -97px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-top: 5px;
    margin-left: -26px;
    background-size: 194%;
}

.desk_menu ul li ul {
    display: none;
    width:200px;
    background: #fff;
    padding: 15px 5px 10px 15px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 12px 0 0;
    text-align: left;
    border-bottom: 2px solid #f4f4f5;
    border-left: 2px solid #f4f4f5;
    border-right: 2px solid #f4f4f5;
    border-top: 2px solid #f4f4f5!important;
    -webkit-box-shadow: 0 2px 8px rgba(53, 58, 59, .1) 2px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 8px rgba(53, 58, 59, .1) 2px 6px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px rgba(53, 58, 59, .1) 2px 6px rgba(0, 0, 0, .5);
}
.desk_menu ul li ul li {
    width: 100%;
    padding-bottom: 8px;
    font: 700 13px/15px Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #f2f2f2;
    margin: 4px 0!important;
    border-right: none!important;
    float: none;
}
.desk_menu ul li ul li a {
    font: 400 15px gothic-bold;
    color: #000;
    background: 0 0!important;
    text-transform: none;
	padding:0 !important;
}
.desk_menu ul li:hover ul{
display:block !important;
}

.desk_menu ul li ul:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px;
    border-color: transparent transparent #723f5f;
    position: absolute;
    top: -13px;
    margin-left: -19px;
}
.desk_menu ul li ul:before {
    content: '';
    left: 30%!important;
}
.desk_menu ul li ul li a:before{
display:none !important;
}
.desk_menu {
    margin-top: 28px!important;
    padding: 0;
}
.desk_menu ul li ul li:last-child {
    border-bottom: none!important;
    padding-bottom: 0!important;
}
.desk_menu ul li ul li a:hover{
color: #723f5f;
}

.header_mid .nav{
display:none;
}





.nav.mobile ul li span.arrow{display:block;top:6px;font-size:0px;margin:0;right:2px;left:auto;padding:10px;}
.nav.mobile ul li span.arrow:hover{color:#e05b20 !important;}
.nav.mobile ul li span.arrow.arrow-rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.nav.mobile ul li a{padding:10px;}
.nav.mobile ul li ul{position:static;width:100%;}
.nav.mobile ul li ul li{width:100%;}
.nav.mobile ul li:hover a{}
.nav.mobile ul li:hover ul{display:none;}
.nav.mobile ul li:hover ul a{}
.nav.mobile ul li:hover ul a:hover{}
.nav.mobile .nav-bars{display:block;}
.mob_social{display:none;}
.navbar,
.navbar .logo{padding:0;color:#fff;margin:0;}
.drawermenu,
.drawermenu-overlay{position:fixed;top:0;height:100%;}
.navbar{width:100%;height:50px;display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:space-between;-webkit-justify-content:space-between;}
.navbar .logo{display:block;font-size:18px;line-height:50px;}
.navbar .logo a{color:#fff;text-decoration:none;}
.navbar .logo a:hover{color:#e0e0e0;}
.navbar .logo a img,
.navbar .logo a svg{height:20px;line-height:100%;width:auto;vertical-align:bottom;padding:15px 0;}
.navbar .logo a svg path{vertical-align:bottom;fill:#fff;}
.navbar .menu-left,
.navbar .menu-right{display:block;height:50px;width:50px;padding:0 0;}
.menu-left .fa {
    cursor: pointer;
    color: rgb(114, 63, 95);
    font-size: 26px !important;
    font-family: "FontAwesome" !important;
}
.navbar .menu-left{order:0;text-align:left;}
.navbar .logo{order:1;text-align:center;}
.navbar .menu-right{order:2;text-align:right;}
.navbar .hamburger{height:20px;}
.navbar .hamburger rect{fill:#fff;}
.navbar .hamburger:hover rect{fill:#e0e0e0;}
.drawermenu{left:-250px;width:250px;max-width:250px;z-index:100;background: rgb(114, 63, 95);overflow-y:scroll;overflow-x:hidden;}
.drawermenu.drawermenu-right{left:auto;right:-250px !important;}
.drawermenu > dl,
.drawermenu > ul{list-style:none;padding:0;margin:0;overflow-x:hidden;overflow-y:auto;height:100%;}
.drawermenu > dl > li,
.drawermenu > ul > li{width:100%;}
.drawermenu > dl > li > a,
.drawermenu > ul > li > a{font-size:14px;display:block;width:100%;padding:10px;text-decoration:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#000;border-bottom:solid 1px rgba(255, 255, 255, 0.1);}
.drawermenu > dl > li > a .icon-down,
.drawermenu > ul > li > a .icon-down{fill:#fff;width:8px;margin-left:10px;}
.drawermenu > dl > li > ul,
.drawermenu > ul > li > ul{display:none;list-style:none;padding:0;margin:0;}
.drawermenu > dl > li > ul > li > a,
.drawermenu > ul > li > ul > li > a{display:block;font-size:13px;color:#fff;padding:5px 15px;text-decoration:none;}
.drawermenu-overlay{display:none;cursor:pointer;z-index:80;left:0;right:0;bottom:0;width:100%;background-color: rgba(114,63,95,.8) !important;}
.drawermenu .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgb(95 53 79);
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 9px;
}
.drawermenu ul li a .icon-down {
    right: 12px;
    position: absolute;
    fill: #fff;
    width: 12px;
    margin-left: 0;
    margin-top: -6px;
    color: #fff;
    font-size: 26px;
}
.drawermenu .menu-topmenu-container{padding:0;}
.drawermenu ul li {
    display: block;
    color: #fff;
    font: normal 20px/22px 'gothic-bold';
    margin: 0 0 0 0;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.drawermenu ul li a{color:#fff;padding:0 0 0 9px;display:table;}
.drawermenu ul li ul li{
display: block;
    color: #fff !important;
    font: normal 18px/20px 'gothic-bold' !important;
    margin: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0 12px 0;
    border-top: none !important;}
.drawermenu ul li ul li:last-child{border-bottom:none !important;}
.drawermenu ul li ul li a{color:#fff !important;display:block;}
.drawermenu ul li a:hover{color:#fff !important;}

.uparrow .icon-down{transform:rotate(-90deg) !important;-webkit-transform:rotate(-90deg) !important;-moz-transform:rotate(-90deg) !important;}
.mob_menu{
margin-top: -21px;
width:23px;
display:none;
}
.tab-section{
display:none !important;
}
.styled_tabs {
    margin: 5px 0 0;
    border-top: 2px solid #f8f8f8;
    padding: 25px 0 0;
	overflow:hidden;
}
.styled_tabs .controls{
margin: 0 auto 36px;
    padding: 0;
    list-style-type: none;
    position: relative;
    width: 40%;
    }
.styled_tabs .controls a {
    color: #fff;
    font: 400 15px gothic-regular;
    text-transform: uppercase;
    padding: 8px 15px;
    text-decoration: none;
    background: #723f5f;
    margin: 0 4px;
    position: relative;
    display: inline-block;
}
.styled_tabs .controls .active {
    background: #baa4b0;
    cursor: pointer;
}
.styled_tabs .controls .active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #baa4b0 transparent transparent;
}
.page_body_left{
width:100%;
}



.cate_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}
.cate_table li::marker{
font-size:0 !important;
}
.cate_table li {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 36px;
    flex-basis: 26%;
    text-align: center;
	 -moz-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.cate_table li img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.cate_table li h3 {
    color: #262626 !important;
    font: 400 16px/20px gothic-bold;
}
.cate_table li h3 a{color: #723f5f !important;}
.cate_table li h3 a:hover{
text-decoration:underline !important;	
}


.blog_pagination{text-align: center;width: 100%;margin-bottom: 36px;margin-top: 26px;}
.blog_pagination .page-numbers{
   padding: 3px 15px 3px 15px;
   text-decoration: none;
   /* text-align: center; */
   color: #723f5f;
   font: normal 17px/28px 'gothic-bold' !important;
   /* background: #486a48 !important; */
   border-radius: 4px;
   margin-right: 4px;
   border-radius: 6px;
   border: 2px #723f5f solid;
   line-height: 28px !important;
   margin-bottom: 12px;
   display: inline-block;
   }
.blog_pagination .page-numbers:hover{color: #fff !important;background: #723f5f !important;}

.blog_pagination .current  {
    color: #fff;
    background: #723f64 !important;
    border-radius:6px;
    padding: 3px 15px 3px;
    border: 1px #723f5f solid !important;
}
.blog_pagination a .current:hover{
color: #fff;
    background: #486a48;
    border-radius:6px;
    padding: 5px 16px;
    border:1px #5c7c7c solid !important;
}
.blog_pagination .next{
width:auto !important;
float:none !important
}


/* width */
.wp-block-table::-webkit-scrollbar {
   height: 6px;
	}

/* Track */
.wp-block-table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e4e4e4; 
	height: 6px;
	border-radius:10px;
}
 
/* Handle */
.wp-block-table::-webkit-scrollbar-thumb {
    background: #50623A;
	border-radius:10px;
	height: 6px;
}

/* Handle on hover */
.wp-block-table::-webkit-scrollbar-thumb:hover {
    background: #222;
	}
	
.text_part ul li ul li::marker{
color: #848484 !important;
}

.col2 b, .col3 b, .col4 b{
color: #262626;
font: 700 16px gothic-semibold;	
}
.col2, .col3, .col4{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}
.col2 li {
    flex-basis: 45%;
    margin: 0 2.3% 8px 2.6% !important;
}
.col3 li {
    flex-basis: 28%;
    margin: 0 2.1% 8px 2.6% !important;
}
.col4 li {
    flex-basis: 20.1%;
    margin: 0 2.2% 8px 2.2% !important;
}

.a2zlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 0 26px 0 !important;
}
.a2zlist li::marker{
font-size:0px !important;	
}
.body_left .a2zlist li {
    color: #444;
    font: normal 15px/10px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    flex-basis: 20px !important;
    height: 24px !important;
    text-align: center !important;
    margin: 0 6px 0 0 !important;
    box-sizing: border-box;
}
.page_body_left .a2zlist li {
    color: #444;
    font: normal 16px/18px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    flex-basis: 33px !important;
    height: 30px !important;
    text-align: center !important;
    margin: 0 6px 0 0 !important;
    box-sizing: border-box;
}
.a2zlist li a {
    color: #723f5f !important;
}
.a2zlist li:hover {
    background: #723f5f !important;
	color:#fff !important;
}
.a2zlist li:hover a{
color:#fff !important;	
}

.highlight {
    background:#f4f4f5;
    margin-bottom: 0 !important;
    border: 1px solid #e3e3e3 !important;
	padding: 16px;
}


.body_left ol,
.body_left ul{
	margin-bottom:16px;
	
}

.body_left ol li,
.body_left ul li {
    font: 400 17px/27px gothic-regular
}
.body_left ul li::marker{
color:#ff7964;	
font: 400 17px/27px gothic-regular
}

.body_left ul li {
    color: #262626;
    margin: 0 0 12px 30px;
	list-style:disc;
}

.body_left ul li a {
color: #0366d6;
}

.body_left ul li a:hover {
    color: #262626;
}

.body_left ol {
    margin: 0 0 15px
}

.body_left ol li {
    color: #262626;
    list-style: decimal;
    margin: 0 0 12px 30px
}

.body_left ol li a {
   color: #0366d6 !important;
}

.body_left ol li a:hover {
    color: #262626
}

.body_left table>tbody>tr>td strong, .body_left table>tbody>tr>td strong a{
font: 400 17px/27px gothic-Bold !important;	
}





.sticky-table::-webkit-scrollbar{height:9px; !important}
.sticky-table::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey !important;height:9px !important;border-radius:0 !important;}
.sticky-table::-webkit-scrollbar-thumb{background:#d3d3d3 !important;border-radius:0 !important;height:9px !important;}
.sticky-table::-webkit-scrollbar-thumb:hover{background:#50623A !important;}
.sticky-table {
    margin: 0 0 16px !important;
    padding-bottom: 0;
    overflow-x:visible !important;
}
.sticky-table table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
    height: auto;
}
.sticky-table table thead th strong{
color: #262626 !important;
font: 700 16px/18px gothic-bold !important;
}

.sticky-table table tr {
    border: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    display: table-row !important;
    text-align: inherit !important;
    transition: all .3s ease !important;
}

.sticky-table table thead tr th{
 position: sticky !important;
    top: -6px !important;
    z-index: 99 !important;
    background: #DBE7C9 !important;
	min-width: 120px;
	width:33.3% !important;
}
.sticky-table table tr td:nth-child(1) {
 position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
	min-width: 120px;
}
.sticky-table table thead tr th:nth-child(1){
 position: sticky !important;
    left: -6px !important;
    top: -6px !important;
    z-index: 999 !important;
    background:#dbe7c9 !important;
    min-width: 120px;
}

.sticky-table table>tbody>tr:nth-child(odd) {
    background-color: #ffffff !important;
}
.wp-block-preformatted{
	color: #262626;
    font: italic 14px/24px gothic-regular;
}
.wp-block-preformatted strong{
	color: #262626 !important;
    font: italic 14px/24px gothic-Bold !important;
}
.wp-block-table {
    overflow-y: hidden !important;
}
.sticky-table thead{
border-bottom:none !important;
}
.footer_up .es_shortcode_form .es-field-wrap br{
display:none !important;
}




.sticky-col2::-webkit-scrollbar{height:9px; !important}
.sticky-col2::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey !important;height:9px !important;border-radius:0 !important;}
.sticky-col2::-webkit-scrollbar-thumb{background:#d3d3d3 !important;border-radius:0 !important;height:9px !important;}
.sticky-col2::-webkit-scrollbar-thumb:hover{background:#50623A !important;}
.sticky-col2 {
    margin: 0 0 16px !important;
    padding-bottom: 0;
    overflow-x: hidden !important;
}
.sticky-col2 table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
    height: auto;
}
.sticky-col2 table thead th strong{
color: #262626 !important;
font: 700 14px/18px gothic-bold !important;
}
.sticky-col2 table tr {
    border: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    display: table-row !important;
    text-align: inherit !important;
    transition: all .3s ease !important;
}

.sticky-col2 table thead tr th{
 position: sticky !important;
    top: -6px !important;
    z-index: 10 !important;
    background: #DBE7C9 !important;
}
.sticky-col2 table tr td:nth-child(1) {
 position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
}

.sticky-col2 table>tbody>tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.sticky-col2 thead{
border-bottom:none !important;
}
.sticky-col2 table tr td:nth-child(2) {
    position: sticky !important;
    left: 26px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	}

.wp-element-caption{
	color: #262626;
    font: 400 14px/24px gothic-regular;
}
.render-column-1 .wp-element-caption, .render-column-2 .wp-element-caption, .render-column-3 .wp-element-caption, .render-column-4 .wp-element-caption{
	text-align:center !important;
	margin-top:8px !important;
}

#ez-toc-container{
display:none !important;
}
.inner-main #ez-toc-container{
display:block !important;
}
#ez-toc-container{
padding:0 !important;
background:none !important;
border:none !important;
border-radius:0 !important;
box-shadow: none !important;
}
#ez-toc-container .ez-toc-title {
color: #262626 !important;
    font: 400 17px gothic-bold !important;
    margin: 0 0 10px !important;
    text-align: left !important;
}
#ez-toc-container nav{
margin-top:10px;
}

.data_table p{
width: auto !important;
    float: left !important;
    margin-right: 6px !important;
}
.data_table .dataTables_filter {
margin-top: -49px;
}
.data_table .dataTables_filter label {
    font-size: 0px !important;
    position: relative;
    height: 32px;
    border: 1px solid #83a551 !important;
    border-radius: 30px !important;
    color: #262626;
    font: 400 14px / 15px gothic-regular;
    display: block;
    background: #f9f9f9;
}
.data_table #portionSelect{
height: 32px;
    border: 1px solid #83a551 !important;
    border-radius: 30px !important;
    color: #fff;
    font: 400 14px / 15px gothic-regular;
    background: #83a551 !important;
    padding: 0 8px !important;
	text-shadow: 1px 1px #6c8c3d;
}
.data_table .dataTables_filter input {
    /* height: 32px; */
    border: none !important;
    /* border-radius: 30px !important; */
    color: #262626;
    font: 400 14px / 24px gothic-regular;
    padding: 0 18px 0 32px !important;
    box-sizing: border-box;
    background: none !important;
    position: relative;
}
.data_table .dataTables_filter input:focus{
border: none!important;
outline:none !important;
}
.data_table .dataTables_filter label:before{
content: "";
    background: url(../image/search-filter.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: 0;
	background-size: 100% 100%;
	display:block;
	top:2px;
	left:6px;
}
.data_table #portionSelect:focus, .data_table .column-4 select:focus, .data_table .column-3 select:focus{
border: 1px solid #262626 !important;
outline:none !important;
}
.data_table .column-4 select{
height: 28px;
    border: 1px solid #828e70 !important;
    border-radius: 30px !important;
    color: #262626;
    font: 400 14px / 15px gothic-regular;
    background: #f6f6f6;
    margin-left: 6px;
    padding: 0 6px;
}


  
  
.data_table .column-4:after{
display:none !important;
}
.data_table .column-3 select{
height: 28px;
    border: 1px solid #828e70 !important;
    border-radius: 30px !important;
    color: #262626;
    font: 400 14px / 15px gothic-regular;
    background: #f6f6f6;
    margin-left: 6px;
    padding: 0 6px;
}
.data_table th:last-child:after{
display:none !important;
}

.data_table .tab-container{
width: auto !important;
    float: left !important;
    margin-right: 6px !important;
}
.data_table .tab-container .tabs{
display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.data_table .tab-container .tabs li::marker{
font-size:0 !important;
}
.data_table .tab-container .tabs li {
    height: 32px !important;
    border: 1px solid #828e70 !important;
    border-radius: 30px !important;
    color: #828e70 !important;
    font: 400 14px / 32px gothic-regular !important;
    background: #f9f9f9 !important;
    padding: 0 12px 0 12px !important;
    text-shadow: none;
    margin: 0 8px 0 0 !important;
    cursor: pointer !important;
}
.data_table .tab-container .tabs li.active{
background: #828e70 !important;
    text-shadow: 1px 1px #6c8c3d !important;
    border: 1px solid #828e70 !important;
    color: #fff !important;
}

.render-column-1 table td .sub-item {
    font-size: 11px !important;
	line-height: 13px !important;
}

.render-column-2 table td .sub-item {
    font-size: 11px !important;
	line-height: 13px !important;
}

.render-column-3 table td .sub-item {
    font-size: 11px !important;
	line-height: 13px !important;
}
.render-column-3 table td .sub-item.popular-data{
	display:none !important;
}
.render-column-4 table td .sub-item {
    font-size: 11px !important;
	line-height: 13px !important;
}
.render-column-4 table td .sub-item.popular-data{
	display:none !important;
}

.readall-wrapper{
margin-bottom:26px !important;
text-align:center;
}
.readall-button {
    background: #fff !important;
    /* border: none !important; */
    width: 126px;
    height: 32px;
    color: #222;
    font: normal 14px / 30px 'gothic-Regular';
    border-radius: 6px;
    margin: 0 auto !important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    box-shadow: 4px 4px 0 #723f5f;
    border: 1px solid #723f5f;
}
.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}


.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}








.render-column-2 table tr td:nth-child(1) strong{
max-width: 96px !important;
	display: inline-flex;
}



.render-column-3 table tr td:nth-child(1) {
    padding: 0 0 0 12px;
    text-align: left;
	min-width:150px !important;
	position:relative;
}
.render-column-3{
overflow:visible !important;
}
.render-column-3 table tr td:nth-child(1) strong {
	max-width: 106px;
    display: block;
}

.render-column-3 table tr td:nth-child(1) strong a{
	font-size:14px !important;
	margin-left: 2px;
}




.table-col3-container table{
table-layout: fixed;
    width: 100%;
}
.table-col3-container table td td{
	padding: 0 !important;
    border:none !important;
	    width: 100% !important;
    display: block;
}
.filter-container{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 16px;
    margin-top: 20px !important;
	margin-left:auto;
	margin-right:auto;
	width:75%;
}

.filter-container #type-filter, .filter-container #region-filter, .filter-container #texture-filter{
max-width:170px !important;
}

.filter-container p{
margin-bottom: 0 !important;
}
.filter-container label{
color: #262626 !important;
    font: 400 14px / 32px gothic-regular !important;
	margin-right:4px;
}
.table-col3-container table td .sub-item{
	font: 400 11px / 14px gothic-regular !important;
}
.table-col3-container table>tbody>tr:nth-child(odd){
	background:#fff !important;
	background-color:#fff !important;
	
}
.render-column-3 table>tbody>tr:nth-child(odd){
	background:#fff !important;
	background-color:#fff !important;
	
}
.filter-container select{
	height: 32px !important;
    border: 1px solid #828e70 !important;
    border-radius: 30px !important;
    color:#262626 !important;
    font: 400 14px / 32px gothic-regular !important;
    background: #f9f9f9 !important;
    padding: 0 12px 0 12px !important;
    text-shadow: none;
    margin: 0 8px 0 0 !important;
    cursor: pointer !important;
	text-align: center;
}

.render-sticky table td .sub-item.origin-data {
    display: inline-block;
    background-color: #eef4e6;
    color: #212121;
    padding: 2px 5px;
    position: absolute;
    border-radius: 3px;
    top: 0;
    right: 0;
    font-size: 10px !important;
    max-width: 48px !important;
    width: 48px !important;
    text-align: center;
    box-sizing: border-box;
	z-index: 1;
	margin-top:0 !important;
}
.render-sticky table td .sub-item.origin-data:after{
content: "";
    background: url(../image/ribbon-bottom-back.png) no-repeat;
    width: 48px;
    height: 15px;
    position: absolute;
    bottom: -7px;
    left: 0;
z-index:-1;
}

.render-column-3 table td br {
display:none !important;	
}
.render-column-3 table td strong br {
display:block !important;	
}
.render-column-3 table td .sub-item{
	display:block;
	margin-top:6px;
}





.render-column-3::-webkit-scrollbar{height:9px; !important}
.render-column-3::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey !important;height:9px !important;border-radius:0 !important;}
.render-column-3::-webkit-scrollbar-thumb{background:#d3d3d3 !important;border-radius:0 !important;height:9px !important;}
.render-column-3::-webkit-scrollbar-thumb:hover{background:#50623A !important;}
.render-column-3 {
    margin: 0 0 16px !important;
    padding-bottom: 0;
    overflow-x: hidden !important;
}
.render-column-3 table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 75% !important;
	margin:0 auto;
    height: auto;
}
.render-column-3 table thead th strong{
color: #262626 !important;
font: 700 14px/18px gothic-bold !important;
}
.render-column-3 table tr {
    border: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: inherit !important;
    transition: all .3s ease !important;
}
.render-column-3 table td{
/*border: none !important;
    border-top: 1px solid #ddd !important;*/
	padding-bottom: 10px !important;

}

.render-column-3 table thead tr th{
 position: sticky !important;
    top: -6px !important;
    z-index: 10 !important;
    background: #DBE7C9 !important;
/*	border:none !important;*/
}
.render-column-3 table tr td:nth-child(1) {
 position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
}

.render-column-3 table>tbody>tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.render-column-3 thead{
border-bottom:none !important;
}
.render-column-3 table tr td:nth-child(2) {
    position: sticky !important;
    left: 26px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	}
	
	
	
.render-column-2::-webkit-scrollbar{height:9px; !important}
.render-column-2::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey !important;height:9px !important;border-radius:0 !important;}
.render-column-2::-webkit-scrollbar-thumb{background:#d3d3d3 !important;border-radius:0 !important;height:9px !important;}
.render-column-2::-webkit-scrollbar-thumb:hover{background:#50623A !important;}
.render-column-2 {
    margin: 0 0 16px !important;
    padding-bottom: 0;
    overflow-x: hidden !important;
}
.render-column-2 table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 75% !important;
	margin:0 auto !important;
    height: auto;
}
.render-column-2 table thead th strong{
color: #262626 !important;
font: 700 14px/18px gothic-bold !important;
}
.render-column-2 table tr {
    border: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: inherit !important;
    transition: all .3s ease !important;
}
.render-column-2 table td{
/*border: none !important;
    border-top: 1px solid #ddd !important;*/
    padding-bottom: 10px !important;
}

.render-column-2 table thead tr th{
 position: sticky !important;
    top: -6px !important;
    z-index: 10 !important;
    background: #DBE7C9 !important;
/*	border:none !important;*/
}
.render-column-2 table tr td:nth-child(1) {
 position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
	text-align:left !important;
}

.render-column-2 table>tbody>tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.render-column-2 thead{
border-bottom:none !important;
}
.render-column-2 table tr td:nth-child(2) {
    position: sticky !important;
    left: 26px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	}
	
	
	
	
	
	
	
	
	.render-column-1::-webkit-scrollbar{height:9px; !important}
.render-column-1::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey !important;height:9px !important;border-radius:0 !important;}
.render-column-1::-webkit-scrollbar-thumb{background:#d3d3d3 !important;border-radius:0 !important;height:9px !important;}
.render-column-1::-webkit-scrollbar-thumb:hover{background:#50623A !important;}
.render-column-1 {
    margin: 0 0 16px !important;
    padding-bottom: 0;
    overflow-x: hidden !important;
}
.render-column-1 table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 75% !important;
    margin: 0 auto;
    height: auto;
}
.render-column-1 table thead th strong{
color: #262626 !important;
font: 700 14px/18px gothic-bold !important;
}
.render-column-1 table tr {
    border: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: inherit !important;
    transition: all .3s ease !important;
}
.render-column-1 table td{
/*border: none !important;
    border-top: 1px solid #ddd !important;*/
	padding-bottom: 10px !important;

}

.render-column-1 table thead tr th{
 position: sticky !important;
    top: -6px !important;
    z-index: 10 !important;
    background: #DBE7C9 !important;
/*	border:none !important;*/
}
.render-column-1 table tr td:nth-child(1) {
 position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
}

.render-column-1 table>tbody>tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.render-column-1 thead{
border-bottom:none !important;
}
.render-column-1 table tr td:nth-child(2) {
    position: sticky !important;
    left: 26px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	}





.render-column-4 table tr td:nth-child(1) {
    padding: 0 0 0 12px;
    text-align: left;
	min-width:150px !important;
	position:relative;
	border-right: 1px solid #212121 !important;
}
.render-column-4{
overflow:visible !important;
}
.render-column-4 table tr td:nth-child(1) strong {
	max-width: 106px;
    display: block;
}

.render-column-4 table tr td:nth-child(1) strong a{
	font-size:14px !important;
	margin-left: 2px;
}

.render-column-4 table>tbody>tr:nth-child(odd){
	background:#fff !important;
	background-color:#fff !important;
	
}



.render-column-4 table td br {
display:none !important;	
}
.render-column-4 table td strong br {
display:block !important;	
}
.render-column-4 table td .sub-item{
	display:block;
	margin-top:6px;
}





.render-column-4::-webkit-scrollbar{height:9px; !important}
.render-column-4::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey !important;height:9px !important;border-radius:0 !important;}
.render-column-4::-webkit-scrollbar-thumb{background:#d3d3d3 !important;border-radius:0 !important;height:9px !important;}
.render-column-4::-webkit-scrollbar-thumb:hover{background:#50623A !important;}
.render-column-4 {
    margin: 0 0 16px !important;
    padding-bottom: 0;
    overflow-x: hidden !important;
}
.render-column-4 table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 75% !important;
	margin:0 auto;
    height: auto;
}
.render-column-4 table thead th strong{
color: #262626 !important;
font: 700 14px/18px gothic-bold !important;
}
.render-column-4 table tr {
    border: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: inherit !important;
    transition: all .3s ease !important;
}
.render-column-4 table td{
/*border: none !important;
    border-top: 1px solid #ddd !important;*/
	padding-bottom: 10px !important;

}

.render-column-4 table thead tr th{
 position: sticky !important;
    top: -6px !important;
    z-index: 10 !important;
    background: #DBE7C9 !important;
/*	border:none !important;*/
	border-right:1px solid #212121 !important;
}
.render-column-4 table tr td:nth-child(1) {
 position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
}

.render-column-4 table>tbody>tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.render-column-4 thead{
border-bottom:none !important;
}
.render-column-4 table tr td:nth-child(2) {
    position: sticky !important;
    left: 26px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	}




.wp-block-table {
    margin: 0 0 16px !important;
    padding-bottom: 0;
    overflow-x:visible !important;
}
.wp-block-table table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100%;
    height: auto;
}
.wp-block-table table thead th strong{
color: #262626 !important;
font: 700 16px/18px gothic-bold !important;
}


.wp-block-table table thead tr th{
 position: sticky !important;
    top: -6px !important;
    z-index: 99 !important;
    background: #DBE7C9 !important;
	min-width: 120px;
}


.wp-block-table table>tbody>tr:nth-child(odd) {
    background-color: #ffffff !important;
}
.wp-block-table thead{
border-bottom:none !important;
}

.cate_link h2 {
color: #723f5f;
font: 400 13px gothic-bold;
}

@media screen and (max-width:479px) {
.footer_flex{
	display:block !important;
	text-align:center;
}
.footer_up h3{
padding-bottom: 6px;		
}
.footer_flex .es_caption{
padding-bottom: 12px !important;
}
	
.filter-container #type-filter{
max-width: 108px !important;
}
.filter-container #region-filter{
max-width:126px !important;
}

.filter-container #texture-filter{
max-width:116px !important;
}


.filter-container{
    width: 100%;	
}

.render-column-3 table, .render-column-2 table, .render-column-1 table, .render-column-4 table {
    border-collapse: collapse !important;
        border: none;
        border-spacing: 0 !important;
        empty-cells: show !important;
        font-size: 14px !important;
        line-height: 1.4285em !important;
        color: rgba(0, 0, 0, .87) !important;
        table-layout: auto !important;
        overflow-x: auto !important;
        overflow-y: auto !important;
        width: 100% !important;
        height: 750px;
        border-left: 1px solid #212121;
}
.render-column-3 table thead tr th:nth-child(1), .render-column-2 table thead tr th:nth-child(1), .render-column-1 table thead tr th:nth-child(1), .render-column-4 table thead tr th:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	border-left: none !important;
    border-right: none !important;
}
.render-column-3 table tr td:nth-child(1), .render-column-2 table tr td:nth-child(1), .render-column-1 table tr td:nth-child(1), .render-column-4 table tr td:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	border-left: none !important;
    border-right: none !important;
}
	.render-column-4 table tr td:nth-child(1){
		min-width:166px !important;
	}
.render-column-3 table thead tr th:nth-child(2), .render-column-2 table thead tr th:nth-child(2), .render-column-1 table thead tr th:nth-child(2), .render-column-4 table thead tr th:nth-child(2) {
    position: sticky !important;
    left: 24px !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}
.render-column-3 table tr td:nth-child(2), .render-column-2 table tr td:nth-child(2), .render-column-1 table tr td:nth-child(2), .render-column-4 table tr td:nth-child(2) {
    position: sticky !important;
    left: 24px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}


	.main_body {
		width:94%;
    margin: 25px auto 0;
    overflow: hidden !important;
}
.data_table .tab-container .tabs li {
    height: 32px !important;
    border: 1px solid #828e70 !important;
    border-radius: 30px !important;
    color: #828e70 !important;
    font: 400 12px / 32px gothic-regular !important;
    background: #f9f9f9 !important;
    padding: 0 8px 0 8px !important;
    text-shadow: none;
    margin: 0 4px 0 4px !important;
    cursor: pointer !important;
}
.data_table .dataTables_filter input {
    /* height: 32px; */
    border: none !important;
    /* border-radius: 30px !important; */
    color: #262626;
    font: 400 14px / 24px gothic-regular;
    padding: 0 4px 0 24px !important;
    box-sizing: border-box;
    background: none !important;
    position: relative;
}
.data_table .dataTables_filter label:before {
    content: "";
    background: url(../image/search-filter.svg) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-top: 0;
    background-size: 100% 100%;
    display: block;
    top: 4px;
    left: 6px;
}
.data_table .column-4 select, .data_table .column-3 select {
    height: 28px;
    border: 1px solid #828e70 !important;
    border-radius: 30px !important;
    color: #262626;
    font: 400 14px / 15px gothic-regular;
    background: #f6f6f6;
    margin-left: 6px;
    padding: 0 2px;
}







.koalapse #ez-toc-container{
display:block !important;
}
.koalapse .ez-toc-title{
display:none !important;
}
#ez-toc-container nav {
    margin-top: 0;
}
#ez-toc-container nav ul li {
    margin-right: 0.6em !important;
    padding-right: 0.6em !important;
    margin-bottom: 4px !important;
    margin-left: 0 !important;
    float: none;
    list-style: none !important;
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
}
#ez-toc-container nav ul li a{
color: #723f5f !important;
font: 400 12px / 15px gothic-regular !important;
}




.sticky-col2 table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
    height: 750px;
    border-left: 1px solid #212121;
}
.sticky-col2 table thead tr th:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	border-left: none !important;
    border-right: none !important;
}
.sticky-col2 table tr td:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	border-left: none !important;
    border-right: none !important;
}
.sticky-col2 table thead tr th:nth-child(2) {
    position: sticky !important;
    left: 24px !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}
.sticky-col2 table tr td:nth-child(2) {
    position: sticky !important;
    left: 24px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}



.sticky-table table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
    height: 750px !important;
	display:block !important;
	border-top: 1px solid #212121;
    border-left: 1px solid #212121;
}
.sticky-table table td, .sticky-table table th{
    border-left: none !important;
    border-top: none !important;
}
.sticky-table table thead{
border-bottom:none !important;
}

.sticky-table table tr td:nth-child(1) {
    position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: 120px;
}
.sticky-table table thead tr th:nth-child(1) {
    position: sticky !important;
    left: -6px !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width: 120px;
}
	
	.a2zlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 0 26px 0 !important;
}
.body_left .a2zlist li {
    color: #444;
    font: normal 18px/14px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 29px !important;
    text-align: center !important;
    margin: 0 1% 8px 1% !important;
    height: 29px !important;
}
	.page_body_left .a2zlist li {
    color: #444;
    font: normal 18px/14px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 29px !important;
    text-align: center !important;
    margin: 0 1% 8px 1% !important;
    height: 29px !important;
}
	
	
	.col2 li, .col3 li, .col4 li{
    flex-basis: 40% !important;
    margin: 0 5% 8px 5% !important;
	word-break: break-word !important;
}
	.latest_right ul{
	display: block;	
	}	

.text_part table::-webkit-scrollbar{height:4px;padding-top:8px;}
.text_part table::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;height:4px;border-radius:0;}
.text_part table::-webkit-scrollbar-thumb{background:#50623A;border-radius:0;height:4px;}
.text_part table::-webkit-scrollbar-thumb:hover{background:#50623A;}
	
.error_search #searchform {
    width: 92%;
    margin: 0 auto;
    text-align: center;
}
.link {
    width: 46%;
    text-align: center;
}
.cate_table li {
    background: #fff;
    border-radius: 10px;
    padding: 10px !important;
    margin-bottom: 30px !important;
    flex-basis: 41% !important;
    text-align: center;
    -moz-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.styled_tabs{
display:none !important;
}
.tab-section{
display:block !important;
}
.footer_min .es_caption {
    color: #fff !important;
    float: none !important;
    margin: 0 0 16px 0 !important;
    padding: 0;
    text-align: center !important;
}
.mob_menu{
display:block !important;
}
.header_mid .nav{
display:block !important;
}
.header_mid .desk_menu{
display:none !important;
}
.menu #menu-top{
display:none !important;
}
.cate_link h2 {
    color: #262626;
    font: 400 13px gothic-bold;
}
.link a {
    color: #723f5f;
    font: 400 14px/20px gothic-regular;
}
.toc ul li {
    margin-right: .8em!important;
    padding-right: .8em!important;
    margin-bottom: 6px!important;
    margin-left: 0!important;
    float: none;
    list-style: none!important;
    border-bottom: none;
    padding-bottom: 7px;
    display: inline-block;
}
.wptoc {
    background: none !important;
    padding: 0 !important;
    width: 100% !important;
}
.wptoc h2{
display:none !important;
}
.nav_mob{
display:block !important;
}
.cookcodesmenu_menu{
display:block !important;
margin-top:15px !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, .9)!important;
    z-index: 1;
}
.modal-body {
    margin: 80px 0 0;
}
.close {
    color: #000;
    float: right;
    font-size: 62px;
    font-weight: 400;
}
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}
.modal-body .bar {
    border-bottom: 1px solid #272727;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0 0 12px;
    width: 100%;
    color: #272727;
    font: 400 22px gothic-Bold;
    background: 0 0!important;
}
.modal-body #submit {
    width: 100%;
    border: none!important;
    margin: 14px 0 0;
    padding: 12px;
    font: 400 18px gothic-semibold;
    text-transform: uppercase;
    cursor: pointer;
}
.menu ul li a:before{
display:none !important;
}

.body_head .alignleft,
img.alignleft {
    float: left;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    margin: 7px 28px 15px 5px;
	max-width: 94%;
	height:auto;
}

.body_head .alignright,
img.alignright {
    float: right;
    margin-top: 7px;
    margin-left: 20px;
    margin-bottom: 15px;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px
	max-width: 94%;
	height:auto;
}

.body_head .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
    -moz-box-shadow: 0 0 6px 0 #9d9d9d;
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    max-width: 94%;
	height:auto;
    margin: 7px auto 15px
}
.alignleft img, .aligncenter img, .alignright img{
width:100% !important;
height:auto !important;
}
.body_left table{
overflow-x: auto !important;
overflow-y:hidden !important;
width: 99% !important;
}
.text_part table{
overflow-x: auto;
overflow-y:hidden;
width: 99%;
display:block;

}
.error_search #searchform #s {
    color: #444;
    font: 400 15px/18px gothic-bold;
    background: #fff;
    padding: 0 12px 0 12px;
    width: 63%;
    height: 45px;
    float: none;
    border: 1px solid #e1e1e1;
	display:inline-block;
}
.error_search #searchform #error_submit {
    padding: 8px 12px!important;
    color: #fff!important;
    cursor: pointer!important;
    background: #4c5b68;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5b68) to(#5e6c78));
    background: -webkit-linear-gradient(#4c5b68, #5e6c78);
    background: -moz-linear-gradient(#4c5b68, #5e6c78);
    background: -ms-linear-gradient(#4c5b68, #5e6c78);
    background: -o-linear-gradient(#4c5b68, #5e6c78);
    background: linear-gradient(#4c5b68, #5e6c78);
    font: 400 16px/18px gothic-bold;
    -webkit-transition: all .15s ease-in-out!important;
    transition: all .15s ease-in-out!important;
    margin: 0 0 0 -4px !important;
    border: 1px solid #2e3e4c!important;
    height: 47px;
    display: inline-block;
}
.footer_up .es_shortcode_form .es_txt_email {
    margin-left: 10px !important;
    width: 110px !important;
    float: left !important;
    border: none !important;
    background: #fff !important;
    padding: 8px 36px 7px 8px !important;
    color: #723f5f !important;
    font: normal 13px 'gothic-regular' !important;
    position: relative !important;
}
.footer_up .es_shortcode_form .es_subscription_form_submit {
    width: 25px !important;
    height: 25px !important;
    background: url(../image/sub-butt.png) no-repeat !important;
    border: none !important;
    font-size: 0px !important;
    position: relative !important;
    z-index: 3 !important;
    float: right !important;
    cursor: pointer !important;
    left: -25px !important;
    top: -28px !important;
}
.footer_up .es_shortcode_form {
    width: 300px;
    float: none;
    position: relative;
    margin: 12px auto !important;
}
    .koalapse {
        width: 100%;
        margin: 0 auto;
        display: block
    }
    .inner-main {
        display: none!important
    }
    .footer_up {
        padding: 0 0 0 !important;
    }
    .footer_up .es_widget_form #es_txt_button {
        width: 10.5%;
        height: 25px;
        background: url(../image/sub-butt.png) no-repeat;
        border: none;
        font-size: 0!important;
        position: relative;
        z-index: 3;
        float: right;
        cursor: pointer;
        right: 5px;
        top: -28px
    }
    .add {
        padding: 0!important;
		height:56px !important;
		width:94% !important;
		z-index:10000;
    }
    .add .header_right {
        width: 10%;
        float: right;
        margin: -25px 12px 0 0
    }
    .add .nav {
        margin-top: 8px!important;
        margin-left: 10px!important;
        padding: 0
    }
    .add .header_left img {
        width: 90%;
        height: auto
    }
    .header_search .fa {
        color: #723f5f!important;
        font-size: 25px;
        cursor: pointer
    }
    #comment,
    .wpcf7-form-control {
        line-height: 1.428571429;
        color: #444
    }
    .header_social {
        display: none
    }
    .header_right {
    width: 10%;
    float: right;
    margin: -24px 5px 0 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
    .featured_one,
    .header_main,
    .latest_left,
    .lower_left {
        position: relative
    }
    .header {
        width: 100%;
        margin: 0 auto !important;
        margin-top: 0;
        border-bottom: 2px solid #f8f8f8;
        padding: 0 0 0;
        display: flex;
        z-index: 10000;
        height: 52px;
        background: #fff;
        position: relative;
    }
    .header_main {
        width: 94%;
        margin: 0 auto;
        padding: 5px 0 0
    }
    .header_left {
    width: 162px;
	height:41px;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
    .header_left img {
        width: 100%;
        height: 100%;
    }
    .nav {
        margin-top: 5px!important;
        padding: 0
    }
    .header_mid {
        width: 100%;
        float: left;
        margin: 0;
		display:none !important;
    }
    .wpcf7-form-control {
        display: block;
        width: 93%;
        height: 24px;
        padding: 10px;
        margin: 12px 0 0;
        font: 400 14px/18px gothic-bold;
        border: none
    }
    .lower_left,
    .lower_right {
        background: #f4f4f5;
        padding: 0 0 18px;
        text-align: center
    }
    #wraper {
        width: 100%;
        margin: 0 auto
    }
    .featured_box {
        margin: 20px 0 0;
        overflow: hidden
    }
    .featured_one {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 0 20px
    }
    .featured_box img {
        display: block;
        width: 100%;
        height: auto
    }
    .latest_left img {
        width: 100%;
        height: auto
    }
    .featured_one:nth-child(2) {
        float: none!important;
        margin: 0 0 20px
    }
    .featured_one:last-child {
        float: none!important;
        margin: 0!important
    }
    .latest_table {
        margin: 20px 0 0;
        overflow: hidden
    }
    .latest_left,
    .latest_right ul li,

    .lower_left,
    .lower_mid {
        margin: 0 0 20px;
        float: none
    }
    .latest_left {
        width: 100%;
        height: auto
    }
    .latest_right {
        width: 100%;
        float: none
    }
    .latest_right ul li {
        width: 100%;
        height: auto;
        position: relative
    }
    .latest_right ul li img {
        width: 100%;
        height: auto
    }
    .featured_box .cap {
        height: 72px!important
    }
    .lower_left {
        width: 100%
    }
    .lower_left h2:after,
    .lower_mid h4:after {
        position: absolute;
        content: '';
        left: 46%;
        bottom: -13px;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 0;
        border-color: #723f5f transparent transparent;
        z-index: 10
    }
    .lower_left h2:after {
        width: 0
    }
    .lower_mid {
        width: 100%;
        background: #f4f4f5;
        min-height: auto
    }
    .lower_mid h4:after {
        width: 0
    }
    .lower_right {
        width: 100%;
        float: none;
        position: relative
    }
    .lower_right h2:after {
        content: '';
        position: absolute;
        left: 46%;
        bottom: -13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 0;
        border-color: #723f5f transparent transparent;
        z-index: 10
    }
    .mResTabAccordA:first-child h3,
    .mResTabAccordA:nth-child(3) h3,
    .mResTabAccordA:nth-child(5) h3 {
        content: " ";
        z-index: -3;
        left: 0
    }
    .responsive-tabs {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        position: relative;
        width: 100%;
        overflow: hidden
    }
    .responsive-tabs li {
        margin: 0 0 12px;
        text-align: center;
        line-height: 50px;
        float: left;
        width: 50%
    }
    .responsive-tabs li:last-child {
        width: 100%!important
    }
    .gllery_one,
    .gllery_one img {
        width: 100%;
        height: auto
    }
    .responsive-tabs li a {
        margin: 0 4px 0 0
    }
    .gllery_one,
    .gllery_one:first-child,
    .gllery_one:nth-child(2),
    .gllery_one:nth-child(3) {
        margin: 0 0 15px!important
    }
    .gllery_one {
        float: none;
        position: relative
    }
    .gllery_one:last-child {
        float: none!important;
        margin: 0!important
    }
    .footer {
        margin: 15px 0 0
    }
    .footer_min {
        width: 92%;
        margin: 0 auto;
        padding: 15px 0 0;
        overflow: hidden
    }
    .footer_up p {
        color: #fff;
        font: 400 14px/18px gothic-regular;
        float: none;
        margin: 10px 0;
        width: 100%;
        text-align: center
    }
    .footer_up .es_widget_form #es_txt_name {
        left: 0;
        width: 32.7%;
        float: left;
        border: none;
        background: #fff;
        padding: 8px 8px 7px;
        color: #723f5f;
        font: 400 13px gothic-regular;
        position: relative
    }
	
    .footer_up .es_widget_form #es_txt_email {
        width: 48%
    }
    .body_left {
        width: 100%;
        float: none
    }
    .body_right {
        width: 100%;
        float: none;
        margin-top: 20px
    }
    .inner-featured_left {
        float: none;
        width: 100%;
        height: auto;
        position: relative
    }
    .inner-featured_left .cap {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background: #723f5f;
        color: #fff;
        line-height: 1;
        padding: 15px 0 10px;
        height: 56px;
        text-align: center
    }
    .inner-featured_right {
        float: none;
        width: 100%;
        margin: 15px 0 0;
        text-align: center
    }
    .text_part .aligncenter,
    img.aligncenter {
        clear: both;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
        filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
        background: #fff;
        -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
        -moz-box-shadow: 0 0 6px 0 #9d9d9d;
        box-shadow: 0 0 6px 0 #9d9d9d;
        padding: 6px;
        max-width: 90%!important;
        margin: 7px auto 15px
    }
    .text_part .alignleft,
    .text_part .alignright,
    img.alignleft,
    img.alignright {
        clear: both;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
        filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
        background: #fff;
        -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
        -moz-box-shadow: 0 0 6px 0 #9d9d9d;
        box-shadow: 0 0 6px 0 #9d9d9d;
        padding: 6px;
        max-width: 90%!important;
        float: none;
        margin: 7px auto 15px
    }
    .text_part .aligncenter img,
    .text_part .alignleft img,
    .text_part .alignright img {
        width: 100%;
        height: auto
    }
    .optional_main ul li {
        background: #fff;
        width: 86%;
        float: none;
        padding: 10px;
        margin: 8px 0 8px 10px;
        color: #723f5f;
        font: 700 17px/22px gothic-bold;
        height: auto;
        overflow: hidden
    }
    .comment-form-comment {
        width: 92.5%;
        float: none
    }
    #comment {
        width: 100%;
        height: 180px;
        display: block;
        padding: 10px;
        margin: 0;
        font: 400 14px/18px gothic-bold;
        border: none
    }
    #author,
    #email {
        line-height: 1.428571429;
        display: block;
        height: 24px;
        padding: 10px;
        color: #444;
        border: none
    }
    .comment-form-author {
        width: 92.7%;
        float: none;
        margin-top: 15px
    }
    #author {
        width: 100%;
        margin: 0 15px 8px 0;
        font: 400 14px/18px gothic-bold
    }
    .comment-form-email {
        width: 92.7%;
        float: left;
        margin-top: 7px
    }
    #email {
        width: 100%;
        margin: 0 15px 8px 0;
        font: 400 14px/18px gothic-bold
    }
    .comment-form-url {
        width: 92.7%;
        float: left;
        margin-top: 7px
    }
    #url {
        display: block;
        width: 100%;
        height: 24px;
        line-height: 1.428571429;
        padding: 10px;
        margin: 0 16px 0 0;
        color: #444;
        font: 400 14px/18px gothic-bold;
        border: none
    }
    .text_part p {
        color: #262626;
        font: 400 17px/27px gothic-regular;
        margin: 0 0 15px;
        
    }
    .wp-caption p.wp-caption-text {
        color: #262626 !important;
    font: 400 12px/16px gothic-regular !important;
        padding: 6px 0 0!important;
        text-align: center!important

    }
    .inner-featured_left .cap p,
    .mResTabAccordA h3 {
        color: #fff;
        font: 400 17px gothic-bold
    }
    .koalapse_one img {
        float: left;
        margin: 0 15px 5px 0
    }
    .koalapse_one {
        background: #fff;
        padding: 12px;
        overflow: hidden;
        height: auto;
        margin: 0 0 12px
    }
    .mResTabAccordA h3 br {
        display: none
    }
    .inner-featured_left .cap p {
        text-align: center!important
    }
    .mResTabAccordA h3 {
        padding: 4px 0 4px 40px
    }
    .mResTabAccordA:first-child h3 {
        background: url(../image/comment-icon.webp) no-repeat!important;
        float: left
    }
    .mResTabAccordA:nth-child(3) h3 {
        background: url(../image/inner-popular-icon.webp) 0 4px no-repeat!important;
        float: left
    }
    .mResTabAccordA:nth-child(5) h3 {
        background: url(../image/choice-icon.webp) no-repeat!important;
        float: left
    }
    .toc-header {
        color: #262626!important;
        font: 400 17px gothic-bold!important;
        margin: 0 0 10px!important
    }
    .cate_main {
        position: relative;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        float: none;
        margin: 0 0 20px
    }
    .cate_one {
        width: 100%;
        height:auto;
    }
    .footer_up h3 {
        color: #ada9a9;
        font: 400 29px Dosis-Light;
        float: none;
        width: 100%;
        text-align: center
    }
    .footer_up .es_widget_form {
        width: 100%;
        float: none;
        position: relative;
        margin: 8px 0 0
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
	.footer_flex{
	display:block !important;
   text-align:center;
}
.footer_up h3{
padding-bottom: 6px;		
}
.footer_flex .es_caption{
padding-bottom: 12px !important;
}
	.render-column-4 table tr td:nth-child(1){
		min-width:166px !important;
	}
.filter-container #type-filter{
max-width: 108px !important;
}
.filter-container #region-filter{
max-width:150px !important;
}

.filter-container #texture-filter{
max-width:174px !important;
}
.filter-container{
    width: 100%;	
}

.render-column-3 table, .render-column-2 table, .render-column-1 table, .render-column-4 table {
    border-collapse: collapse !important;
        border: none;
        border-spacing: 0 !important;
        empty-cells: show !important;
        font-size: 14px !important;
        line-height: 1.4285em !important;
        color: rgba(0, 0, 0, .87) !important;
        table-layout: auto !important;
        overflow-x: auto !important;
        overflow-y: auto !important;
        width: 100% !important;
        height: 750px !important;
        border-left: 1px solid #212121;
        display: block;
}
.render-column-3 table thead tr th:nth-child(1), .render-column-2 table thead tr th:nth-child(1), .render-column-1 table thead tr th:nth-child(1), .render-column-4 table thead tr th:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	border-left: none !important;
    border-right: none !important;
}
.render-column-3 table tr td:nth-child(1), .render-column-2 table tr td:nth-child(1), .render-column-1 table tr td:nth-child(1), .render-column-4 table tr td:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	border-left: none !important;
    border-right: none !important;
}
.render-column-3 table thead tr th:nth-child(2), .render-column-2 table thead tr th:nth-child(2), .render-column-1 table thead tr th:nth-child(2), .render-column-4 table thead tr th:nth-child(2) {
    position: sticky !important;
    left: 24px !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}
.render-column-3 table tr td:nth-child(2), .render-column-2 table tr td:nth-child(2), .render-column-1 table tr td:nth-child(2), .render-column-4 table tr td:nth-child(2) {
    position: sticky !important;
    left: 24px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}

.data_table .column-4 select, .data_table .column-3 select {
    height: 28px;
    border: 1px solid #828e70 !important;
    border-radius: 30px !important;
    color: #262626;
    font: 400 14px / 15px gothic-regular;
    background: #f6f6f6;
    margin-left: 6px;
    padding: 0 2px;
}


.koalapse #ez-toc-container{
display:block !important;
}
.koalapse .ez-toc-title{
display:none !important;
}
#ez-toc-container nav {
    margin-top: 0;
}
#ez-toc-container nav ul li {
    margin-right: 0.6em !important;
    padding-right: 0.6em !important;
    margin-bottom: 4px !important;
    margin-left: 0 !important;
    float: none;
    list-style: none !important;
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
}
#ez-toc-container nav ul li a{
color: #723f5f !important;
font: 400 12px / 15px gothic-regular !important;
}


.sticky-col2 table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
    height: 750px;
    border-left: 1px solid #212121;
}
.sticky-col2 table thead tr th:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	border-left: none !important;
    border-right: none !important;
}
.sticky-col2 table tr td:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	border-left: none !important;
    border-right: none !important;
}
.sticky-col2 table thead tr th:nth-child(2) {
    position: sticky !important;
    left: 26px !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}
.sticky-col2 table tr td:nth-child(2) {
    position: sticky !important;
    left: 26px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}



.sticky-table table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
    height: 750px !important;
	display:block !important;
	border-top: 1px solid #212121;
    border-left: 1px solid #212121;
}
.sticky-table table td, .sticky-table table th{
    border-left: none !important;
    border-top: none !important;
}
.sticky-table table thead{
border-bottom:none !important;
}

.sticky-table table tr td:nth-child(1) {
    position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: 120px;
}
.sticky-table table thead tr th:nth-child(1) {
    position: sticky !important;
    left: -6px !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width: 120px;
}

.text_part table::-webkit-scrollbar{height:4px;padding-top:8px;}
.text_part table::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;height:4px;border-radius:0;}
.text_part table::-webkit-scrollbar-thumb{background:#50623A;border-radius:0;height:4px;}
.text_part table::-webkit-scrollbar-thumb:hover{background:#50623A;}
.a2zlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 0 26px 0 !important;
}
.body_left .a2zlist li {
    color: #444;
    font: normal 18px/14px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    text-align: center !important;
    margin: 0 1% 8px 1% !important;
    height: 28px !important;
}
	.page_body_left .a2zlist li {
    color: #444;
    font: normal 18px/14px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    text-align: center !important;
    margin: 0 1% 8px 1% !important;
    height: 28px !important;
}
	
	.col2 li, .col3 li, .col4 li{
    flex-basis: 40% !important;
    margin: 0 5% 8px 5% !important;
	word-break: break-word !important;
}
	
.error_search #searchform {
    width: 92%;
    margin: 0 auto;
    text-align: center;
}
.link {
    width: 46%;
    text-align: center;
}
.cate_table li {
    background: #fff;
    border-radius: 10px;
    padding: 10px !important;
    margin-bottom: 30px !important;
    flex-basis: 41% !important;
    text-align: center;
    -moz-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.styled_tabs{
display:none !important;
}
.tab-section{
display:block !important;
}
.footer_min .es_caption {
    color: #fff !important;
    float: none !important;
    margin: 0 0 16px 0 !important;
    padding: 0;
    text-align: center !important;
}
.sright {
    width: 354px !important;
    float: right !important;
}
.mob_menu{
display:block !important;
}
.header_mid .nav{
display:block !important;
}
.header_mid .desk_menu{
display:none !important;
}
.toc ul li {
    margin-right: .8em!important;
    padding-right: .8em!important;
    margin-bottom: 6px!important;
    margin-left: 0!important;
    float: none;
    list-style: none!important;
    border-bottom: none;
    padding-bottom: 7px;
    display: inline-block;
}
.wptoc {
    background: none !important;
    padding: 0 !important;
    width: 100% !important;
}
.wptoc h2{
display:none !important;
}
.nav_mob{
display:block !important;
}
.cookcodesmenu_btn {
    margin: 7px 0 0 7px;
    text-decoration: none;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    float: left;
}
.cookcodesmenu_menu {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 8px;
}
.cookcodesmenu_menu{
display:block !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, .9)!important;
    z-index: 1;
}
.modal-body {
    margin: 80px 0 0;
}
.close {
    color: #000;
    float: right;
    font-size: 62px;
    font-weight: 400;
}
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}
.modal-body .bar {
    border-bottom: 1px solid #272727;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0 0 12px;
    width: 100%;
    color: #272727;
    font: 400 22px gothic-Bold;
    background: 0 0!important;
}
.modal-body #submit {
    width: 100%;
    border: none!important;
    margin: 14px 0 0;
    padding: 12px;
    font: 400 18px gothic-semibold;
    text-transform: uppercase;
    cursor: pointer;
}
.menu ul li a:before{
display:none !important;
}

.body_head .alignleft,
img.alignleft {
    float: left;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    margin: 7px 28px 15px 5px;
	max-width: 94%;
	height:auto;
}

.body_head .alignright,
img.alignright {
    float: right;
    margin-top: 7px;
    margin-left: 20px;
    margin-bottom: 15px;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px
	max-width: 94%;
	height:auto;
}

.body_head .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
    -moz-box-shadow: 0 0 6px 0 #9d9d9d;
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    max-width: 94%;
	height:auto;
    margin: 7px auto 15px
}
.alignleft img, .aligncenter img, .alignright img{
width:100% !important;
height:auto !important;
}
.body_left table{
overflow-x: auto !important;
overflow-y:hidden !important;
width: 99% !important;
}
.text_part table{
overflow-x: auto;
overflow-y:hidden;
width: 99%;
}
.error_search #searchform #s {
    color: #444;
    font: 400 15px/18px gothic-bold;
    background: #fff;
    padding: 0 12px 0 12px;
    width: 72%;
    height: 45px;
    float: none;
    border: 1px solid #e1e1e1;
	display:inline-block;
}
.error_search #searchform #error_submit {
    padding: 8px 12px!important;
    color: #fff!important;
    cursor: pointer!important;
    background: #4c5b68;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5b68) to(#5e6c78));
    background: -webkit-linear-gradient(#4c5b68, #5e6c78);
    background: -moz-linear-gradient(#4c5b68, #5e6c78);
    background: -ms-linear-gradient(#4c5b68, #5e6c78);
    background: -o-linear-gradient(#4c5b68, #5e6c78);
    background: linear-gradient(#4c5b68, #5e6c78);
    font: 400 16px/18px gothic-bold;
    -webkit-transition: all .15s ease-in-out!important;
    transition: all .15s ease-in-out!important;
    margin: 0 0 0 -4px !important;
    border: 1px solid #2e3e4c!important;
    height: 47px;
    display: inline-block;
}
.footer_up .es_shortcode_form {
    width: 355px;
    float: none;
    position: relative;
    margin: 12px auto !important;
}
.footer_up .es_shortcode_form input {
    left: 0;
    width: 42.7%;
    float: left;
    border: none;
    background: #fff;
    padding: 8px 8px 7px;
    color: #723f5f;
    font: 400 13px gothic-regular;
    position: relative;
}
    .featured_box img,
    .latest_left img {
        width: 100%;
        height: auto
    }
    .koalapse {
        width: 100%;
        margin: 0 auto;
        display: block
    }
    .inner-main {
        display: none!important
    }
    .featured_box img {
        display: block
    }
    .footer_up {
        padding: 0 0 0;
    }
    .footer_up .es_widget_form #es_txt_button {
        width: 8%;
        height: 25px;
        background: url(../image/sub-butt.png) no-repeat;
        border: none;
        font-size: 0!important;
        position: relative;
        z-index: 3;
        float: right;
        cursor: pointer;
        right: 5px;
        top: -28px
    }
    .add {
        padding: 0!important;
		height:56px !important;
		width:94% !important;
		z-index:10000;
    }
    .add .header_right {
        width: 110px;

        float: right;
        margin: -25px 12px 0 0
    }
    .add .nav {
        margin-top: 8px!important;
        margin-left: 10px!important;
        padding: 0
    }
    .add .header_left img {
        width: 88%;
        height: auto
    }
    .header_search .fa {
        color: #723f5f!important;
        font-size: 25px;
        cursor: pointer
    }
    .header_social {
    width: 78px;
    float: left;
    border-right: #723f5f 1px solid;
}
    .header_social .fa {
    color: #723f5f!important;
    font-size: 23px;
    float: left;
    margin: 0 8px 0 0;
}
    #comment,
    .wpcf7-form-control {
        line-height: 1.428571429;
        color: #444
    }
    .header_right {
    width: 110px;
    float: right;
    margin: -24px 5px 0 0;
    position: absolute;
    right: 0;
	position:relative;
		z-index:2;
}
    .featured_one,
    .header_main,
    .latest_left,
    .lower_left {
        position: relative
    }
    .header {
        width: 100%;
		margin:0 auto !important;
        margin-top: 0;
        border-bottom: 2px solid #f8f8f8;
        padding: 0 0 0;
        display: flex;
        z-index:10000;
		height:52px;
    }
    .header_main {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0
    }
    .header_left {
        width:162px;
		height:41px;
        float: none;
        margin: 0 auto;
		position:relative;
		z-index:2;
    }
    .header_left img {
        width: 100%;
        height: 100%;
    }
    .nav {
        margin-top: 5px!important;
        padding: 0
    }
    .header_mid {
        width: 100%;
        float: left;
        margin: 0;
		display:none;
    }
    .wpcf7-form-control {
        display: block;
        width: 95%;
        height: 24px;
        padding: 10px;
        margin: 12px 0 0;
        font: 400 14px/18px gothic-bold;
        border: none
    }
    .lower_left,
    .lower_right {
        padding: 0 0 18px;
        text-align: center
    }
    #wraper {
        width: 94%;
        margin: 0 auto
    }
    .featured_box {
        margin: 20px 0 0;
        overflow: hidden
    }
    .featured_one {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 0 20px
    }
    .featured_one:nth-child(2) {
        float: none!important;
        margin: 0 0 20px
    }
    .featured_one:last-child {
        float: none!important;
        margin: 0!important
    }
    .latest_left,
    .latest_right {
        width: 100%;
        float: none
    }
    .latest_table {
        margin: 20px 0 0;
        overflow: hidden
    }
    .latest_left {
        height: auto;
        margin: 0 0 20px
    }
    .latest_right ul li {
        float: left;
        flex-basis: 47%;
        height: auto;
        margin: 0 0 15px 9px;
        position: relative
    }
    .lower_left,
    .lower_mid {
        margin: 0 0 20px;
        float: none;
        background: #f4f4f5
    }
    .latest_right ul li img {
        width: 100%;
        height: auto
    }
    .featured_box .cap {
        height: 72px!important
    }
    .lower_left {
        width: 100%
    }
    .lower_left h2:after,
    .lower_mid h4:after {
        position: absolute;
        content: '';
        left: 46%;
        bottom: -13px;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 0;
        border-color: #723f5f transparent transparent;
        z-index: 10
    }
    .lower_left h2:after {
        width: 0
    }
    .lower_mid {
        width: 100%;
        min-height: auto
    }
    .lower_mid h4:after {
        width: 0
    }
    .lower_right {
        width: 100%;
        float: none;
        background: #f4f4f5;
        position: relative
    }
    .lower_right h2:after {
        content: '';
        position: absolute;
        left: 46%;
        bottom: -13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 0;
        border-color: #723f5f transparent transparent;
        z-index: 10
    }
    .mResTabAccordA:first-child h3,
    .mResTabAccordA:nth-child(3) h3,
    .mResTabAccordA:nth-child(5) h3 {
        content: " ";
        z-index: -3;
        left: 0
    }
    .responsive-tabs {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        position: relative;
        width: 100%;
        overflow: hidden
    }
    .responsive-tabs li {
        margin: 0 0 12px;
        text-align: center;
        line-height: 50px;
        float: left;
        width: 50%
    }
    .responsive-tabs li:last-child {
        width: 100%!important
    }
    .responsive-tabs li a {
        margin: 0 4px 0 0
    }
    .gllery_one {
        width: 48%;
        float: left;
        margin: 0 0 15px!important;
        height: auto;
        position: relative
    }
    .gllery_one img {
        width: 100%;
        height: auto
    }
    .gllery_one:first-child {
        margin: 0 0 15px 2px!important
    }
    .gllery_one:nth-child(2) {
        margin: 0 0 15px 12px!important
    }
    .gllery_one:nth-child(3) {
        margin: 0 0 15px 2px!important
    }
    .gllery_one:last-child {
        float: left!important;
        margin: 0 0 0 10px!important
    }
    .footer {
        margin: 15px 0 0
    }
    .footer_min {
        width: 92%;
        margin: 0 auto;
        padding: 15px 0 0;
        overflow: hidden
    }
    .footer_up p {
        color: #fff;
        font: 400 14px/18px gothic-regular;
        float: none;
        margin: 10px 0;
        width: 100%;
        text-align: center
    }
    .footer_up .es_widget_form #es_txt_name {
        left: 0;
        width: 32.7%;
        float: left;
        border: none;
        background: #fff;
        padding: 8px 8px 7px;
        color: #723f5f;
        font: 400 13px gothic-regular;
        position: relative
    }
    .footer_up .es_widget_form #es_txt_email {
        width: 54.7%
    }
    .body_left {
        width: 100%;
        float: none
    }
    .body_right {
        width: 100%;
        float: none;
        margin-top: 20px
    }
    .inner-featured_left {
        float: none;
        width: 100%;
        height: auto;
        position: relative
    }
    .inner-featured_left .cap {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background: #723f5f;
        color: #fff;
        line-height: 1;
        padding: 15px 0 10px;
        height: 50px;
        text-align: center
    }
    .inner-featured_right {
        float: none;
        width: 100%;
        margin: 15px 0 0;
        text-align: center
    }
    .text_part .aligncenter,
    img.aligncenter {
        clear: both;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
        filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
        background: #fff;
        -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
        -moz-box-shadow: 0 0 6px 0 #9d9d9d;
        box-shadow: 0 0 6px 0 #9d9d9d;
        padding: 6px;
        max-width: 90%!important;
        margin: 7px auto 15px
    }
    .text_part .alignleft,
    .text_part .alignright,
    img.alignleft,
    img.alignright {
        float: none;
        clear: both;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
        filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
        background: #fff;
        -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
        -moz-box-shadow: 0 0 6px 0 #9d9d9d;
        box-shadow: 0 0 6px 0 #9d9d9d;
        padding: 6px;
        max-width: 90%!important;
        margin: 7px auto 15px
    }
    .text_part .aligncenter img,
    .text_part .alignleft img,
    .text_part .alignright img {
        width: 100%;
        height: auto
    }
    .optional_main ul li {
        background: #fff;
        width: 91%;
        float: none;
        padding: 10px;
        margin: 8px 0 8px 10px;
        color: #723f5f;
        font: 700 17px/22px gothic-bold;
        height: auto;
        overflow: hidden
    }
    .comment-form-comment {
        width: 95%;
        float: none
    }
    #comment {
        width: 100%;
        height: 180px;
        display: block;
        padding: 10px;
        margin: 0;
        font: 400 14px/18px gothic-bold;
        border: none
    }
    #author,
    #email {
        line-height: 1.428571429;
        display: block;
        height: 24px;
        padding: 10px;
        color: #444;
        border: none
    }
    .comment-form-author {
        width: 95.4%;
        float: none;
        margin-top: 15px
    }
    #author {
        width: 100%;
        margin: 0 15px 8px 0;
        font: 400 14px/18px gothic-bold
    }
    .comment-form-email {
        width: 94.4%;
        float: left;
        margin-top: 7px
    }
    #email {
        width: 100%;
        margin: 0 15px 8px 0;
        font: 400 14px/18px gothic-bold
    }
    .comment-form-url {
        width: 95.4%;
        float: left;
        margin-top: 7px
    }
    #url {
        display: block;
        width: 100%;
        height: 24px;
        line-height: 1.428571429;
        padding: 10px;
        margin: 0 16px 0 0;
        color: #444;
        font: 400 14px/18px gothic-bold;
        border: none
    }
    .text_part p {
        color: #262626;
        font: 400 17px/27px gothic-regular;
        margin: 0 0 15px;
       
    }
    .inner-featured_left .cap p,
    .toc-header {
        text-align: center!important
    }
    .wp-caption p.wp-caption-text {
        color: #262626 !important;
    font: 400 12px/16px gothic-regular !important;
        padding: 6px 0 0!important;
        text-align: center!important
    }
    .inner-featured_left .cap p,
    .mResTabAccordA h3 {
        color: #fff;
        font: 400 17px gothic-bold
    }
    .koalapse_one img {
        float: left;
        margin: 0 15px 5px 0
    }
    .koalapse_one {
        background: #fff;
        padding: 12px;
        overflow: hidden;
        height: auto;
        margin: 0 0 12px
    }
    .mResTabAccordA h3 br {
        display: none
    }
    .mResTabAccordA h3 {
        padding: 4px 0 4px 40px
    }
    .mResTabAccordA:first-child h3 {
        background: url(../image/comment-icon.webp) no-repeat!important;
        float: left
    }
    .mResTabAccordA:nth-child(3) h3 {
        background: url(../image/inner-popular-icon.webp) 0 4px no-repeat!important;
        float: left
    }
    .mResTabAccordA:nth-child(5) h3 {
        background: url(../image/choice-icon.webp) no-repeat!important;
        float: left
    }
    .toc-header {
        color: #262626!important;
        font: 400 17px gothic-bold!important;
        margin: 0 0 10px!important
    }
    .cate_main {
        position: relative;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 47%;
        height: 200px;
        float: left;
        margin: 0 0 20px 2%
    }
    .cate_one {
        width: 100%;
        height: 200px
    }
    .footer_up h3 {
        color: #ada9a9;
        font: 400 29px Dosis-Light;
        float: none;
        width: 100%;
        text-align: center
    }
    .footer_up .es_widget_form {
        width: 100%;
        float: none;
        position: relative;
        margin: 8px 0 0
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
		.footer_flex{
	display:block !important;
	text-align:center;
}
.footer_up h3{
padding-bottom: 6px;		
}
.footer_flex .es_caption{
padding-bottom: 12px !important;
}
	.render-column-4 table tr td:nth-child(1){
		min-width:166px !important;
	}	
	
	.filter-container{
    width: 100%;	
}

.render-column-3 table, .render-column-2 table, .render-column-1 table, .render-column-4 table {
    border-collapse: collapse !important;
        border: none;
        border-spacing: 0 !important;
        empty-cells: show !important;
        font-size: 14px !important;
        line-height: 1.4285em !important;
        color: rgba(0, 0, 0, .87) !important;
        table-layout: auto !important;
        overflow-x: auto !important;
        overflow-y: auto !important;
        width: 100% !important;
        height: 750px !important;
        border-left: 1px solid #212121;
        display: block;
}
.render-column-3 table thead tr th:nth-child(1), .render-column-2 table thead tr th:nth-child(1), .render-column-1 table thead tr th:nth-child(1), .render-column-4 table thead tr th:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	border-left: none !important;
    border-right: none !important;
}
.render-column-3 table tr td:nth-child(1), .render-column-2 table tr td:nth-child(1), .render-column-1 table tr td:nth-child(1), .render-column-4 table tr td:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	border-left: none !important;
    border-right: none !important;
}
.render-column-3 table thead tr th:nth-child(2), .render-column-2 table thead tr th:nth-child(2), .render-column-1 table thead tr th:nth-child(2), .render-column-4 table thead tr th:nth-child(2) {
    position: sticky !important;
    left: 24px !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width:auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}
.render-column-3 table tr td:nth-child(2), .render-column-2 table tr td:nth-child(2), .render-column-1 table tr td:nth-child(2), .render-column-4 table tr td:nth-child(2) {
    position: sticky !important;
    left: 24px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: auto;
	box-shadow: 1px 0 0 0 inset #212121;
	border-left: none !important;
    border-right: none !important;
}

.data_table .column-4 select, .data_table .column-3 select {
    height: 28px;
    border: 1px solid #828e70 !important;
    border-radius: 30px !important;
    color: #262626;
    font: 400 14px / 15px gothic-regular;
    background: #f6f6f6;
    margin-left: 6px;
    padding: 0 2px;
}




.koalapse #ez-toc-container{
display:block !important;
}
.koalapse .ez-toc-title{
display:none !important;
}
#ez-toc-container nav {
    margin-top: 0;
}
#ez-toc-container nav ul li {
    margin-right: 0.6em !important;
    padding-right: 0.6em !important;
    margin-bottom: 4px !important;
    margin-left: 0 !important;
    float: none;
    list-style: none !important;
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
}
#ez-toc-container nav ul li a{
color: #723f5f !important;
font: 400 12px / 15px gothic-regular !important;
}


.sticky-table table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    empty-cells: show !important;
    font-size: 14px !important;
    line-height: 1.4285em !important;
    color: rgba(0,0,0,.87) !important;
    table-layout: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
    height: 750px !important;
	display:block !important;
	border-top: 1px solid #212121;
    border-left: 1px solid #212121;
}
.sticky-table table td, .sticky-table table th{
    border-left: none !important;
    border-top: none !important;
}
.sticky-table table thead{
border-bottom:none !important;
}

.sticky-table table tr td:nth-child(1) {
    position: sticky !important;
    left: -6px !important;
    z-index: 90 !important;
    background: #f8ffef !important;
    min-width: 120px;
}
.sticky-table table thead tr th:nth-child(1) {
    position: sticky !important;
    left: -6px !important;
    top: -6px !important;
    z-index: 999 !important;
    background: #dbe7c9 !important;
    min-width: 120px;
}

.text_part table::-webkit-scrollbar{height:4px;padding-top:8px;}
.text_part table::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;height:4px;border-radius:0;}
.text_part table::-webkit-scrollbar-thumb{background:#50623A;border-radius:0;height:4px;}
.text_part table::-webkit-scrollbar-thumb:hover{background:#50623A;}

	.a2zlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 0 26px 0 !important;
}
.body_left .a2zlist li {
    color: #444;
    font: normal 18px/14px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    text-align: center !important;
    margin: 0 1% 8px 1% !important;
    height: 28px !important;
}
	.page_body_left .a2zlist li {
    color: #444;
    font: normal 18px/14px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    text-align: center !important;
    margin: 0 1% 8px 1% !important;
    height: 28px !important;
}
.col3 li {
    flex-basis: 27%;
    margin: 0 3.1% 8px 3.1% !important;
}
.col2 li {
    flex-basis: 43.5%;
    margin: 0 3.1% 8px 3.1% !important;
}
.col4 li {
    flex-basis: 18.5%;
    margin: 0 3.1% 8px 3.1% !important;
}
.styled_tabs{
display:none !important;
}
.tab-section{
display:block !important;
}
.footer_min {
    width: 96%;
    margin: 0 auto;
    padding: 15px 0 0;
    overflow: hidden;
    text-align: center;
}
.footer_min .es_caption {
    color: #fff !important;
    float: none !important;
    margin: 0 0 16px 0 !important;
    padding: 0;
    text-align: center !important;
}
.sright {
    width: 354px !important;
    float: none !important;
    margin: 0 auto !important;
}
.footer_up .es_shortcode_form .es_subscription_form_submit {
    width: 25px !important;
    height: 25px !important;
    background: url(../image/sub-butt.png) no-repeat !important;
    border: none !important;
    font-size: 0px !important;
    position: relative !important;
    z-index: 3 !important;
    float: none !important;
    cursor: pointer !important;
    left: -123px !important;
    top: 3px !important;
}
.footer_up h3 {
    color: #ada9a9;
    font: 400 28px Dosis-Light;
    float: none;
    width: auto;
}
.footer_up .es_shortcode_form {
    width: 700px;
    float: none;
    position: relative;
    margin: 8px auto;
    padding-bottom: 18px;
}

.mob_menu{
display:block !important;
}
.header_mid .nav{
display:block !important;
}
.header_mid .desk_menu{
display:none !important;
}
.mResAccordAnchor>span:after {
    display: block;
    position: absolute;
    right: 15px;
    top: 3px;
    bottom: 0;
    width: 30px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    content: '+';
}
.tabNav li {
    float: left;
    padding: 0;
    width: 100%;
}
.mResTabAccordA {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 6px;
    color: #fff;
    background: #723f5f;
    font: 400 13px gothic-bold;
    margin: 0 0 0 2px;
    text-align: center;
    width: 100% !important;
}
.toc ul li {
    margin-right: .8em!important;
    padding-right: .8em!important;
    margin-bottom: 6px!important;
    margin-left: 0!important;
    float: none;
    list-style: none!important;
    border-bottom: none;
    padding-bottom: 7px;
    display: inline-block;
}
.wptoc {
    background: none !important;
    padding: 0 !important;
    width: 100% !important;
}
.wptoc h2{
display:none !important;
}
.nav_mob{
display:block !important;
}
.cookcodesmenu_btn {
    margin: 7px 0 0 15px;
    text-decoration: none;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    float: left;
}
.cookcodesmenu_menu {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 22px;
}
.cookcodesmenu_menu{
display:block !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, .9)!important;
    z-index: 1;
}
.modal-body {
    margin: 80px 0 0;
}
.close {
    color: #000;
    float: right;
    font-size: 62px;
    font-weight: 400;
}
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}
.modal-body .bar {
    border-bottom: 1px solid #272727;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0 0 12px;
    width: 100%;
    color: #272727;
    font: 400 22px gothic-Bold;
    background: 0 0!important;
}
.modal-body #submit {
    width: 100%;
    border: none!important;
    margin: 14px 0 0;
    padding: 12px;
    font: 400 18px gothic-semibold;
    text-transform: uppercase;
    cursor: pointer;
}
.menu ul li a:before{
display:none !important;
}
.body_head .alignleft,
img.alignleft {
    float: left;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    margin: 7px 28px 15px 5px;
	max-width: 94%;
	height:auto;
}

.body_head .alignright,
img.alignright {
    float: right;
    margin-top: 7px;
    margin-left: 20px;
    margin-bottom: 15px;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px
	max-width: 94%;
	height:auto;
}

.body_head .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 #9d9d9d;
    -moz-box-shadow: 0 0 6px 0 #9d9d9d;
    box-shadow: 0 0 6px 0 #9d9d9d;
    padding: 6px;
    max-width: 94%;
	height:auto;
    margin: 7px auto 15px
}
.alignleft img, .aligncenter img, .alignright img{
width:100% !important;
height:auto !important;
}
.body_left table{
overflow-x: auto !important;
overflow-y:hidden !important;
width: 99% !important;
}
.text_part table{
overflow-x: auto;
overflow-y:hidden;
width: 99%;
}
.error_search #searchform #s {
    color: #444;
    font: 400 15px/18px gothic-bold;
    background: #fff;
    padding: 0 12px 0 12px;
    width: 73%;
    height: 45px;
    float: left;
    border: 1px solid #e1e1e1;
}
.error_search #searchform #error_submit {
    padding: 8px 12px!important;
    color: #fff!important;
    cursor: pointer!important;
    background: #4c5b68;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5b68) to(#5e6c78));
    background: -webkit-linear-gradient(#4c5b68, #5e6c78);
    background: -moz-linear-gradient(#4c5b68, #5e6c78);
    background: -ms-linear-gradient(#4c5b68, #5e6c78);
    background: -o-linear-gradient(#4c5b68, #5e6c78);
    background: linear-gradient(#4c5b68, #5e6c78);
    font: 400 16px/18px gothic-bold;
    -webkit-transition: all .15s ease-in-out!important;
    transition: all .15s ease-in-out!important;
    margin: 0 0 0!important;
    border: 1px solid #2e3e4c!important;
    height: 47px;
}
    .koalapse {
        width: 100%;
        margin: 0 auto;
        display: block
    }
    .inner-main {
        display: none!important
    }
    .footer_up {
        padding: 0 0 0;
    }
    .footer_up .es_widget_form #es_txt_button {
        width: 8.5%;
        height: 25px;
        background: url(../image/sub-butt.png) no-repeat;
        border: none;
        font-size: 0!important;
        position: relative;
        z-index: 3;
        float: right;
        cursor: pointer;
        right: 5px;
        top: -28px
    }
    .add {
        padding: 0!important;
		height:58px !important;
		width:94% !important;
		z-index:10000;
    }
    .add .header_right {
        width:110px;
        float: right;
        margin: -22px 12px 0 0
    }
    .add .nav {
        margin-top: 8px!important;
        margin-left: 10px!important;
        padding: 0
    }
    .add .header_left img {
        width: 88%;
        height: auto
    }
    .header_search .fa {
        color: #723f5f!important;
        font-size: 25px;
        cursor: pointer
    }
    .header_social {
    width: 78px;
    float: left;
    border-right: #723f5f 1px solid;
}
    .header_social .fa {
    color: #723f5f!important;
    font-size: 23px;
    float: left;
    margin: 0 8px 0 0;
}
    .header_right {
    width: 110px;
    float: right;
    margin: -20px 5px 0 0;
    position: absolute;
    right: 0;
	position: relative;
    z-index: 2;
}
    .header {
        width:100%;
		margin:0 auto !important;
        margin-top: 0;
        border-bottom: 2px solid #f8f8f8;
        padding: 0 0 0;
        display: flex;
        z-index:10000;
		height:58px;
    }
    .mResTabAccordA:first-child h3,
    .mResTabAccordA:nth-child(3) h3,
    .mResTabAccordA:nth-child(5) h3 {
        content: " ";
        z-index: -3
    }
    .header_main {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0;
        position: relative
    }
    .header_left {
        width:162px;
		height:41px;
        float: none;
        margin: 0 auto;
		position: relative;
        z-index: 2;
    }
    .header_left img {
        width: 100%;
        height:100%;
    }
    .nav {
        margin-top: 5px!important;
        padding: 0
    }
    .header_mid {
        width: 100%;
        float: left;
        margin: 0;
		display:none !important;
    }
    .wpcf7-form-control {
        display: block;
        width: 95%;
        height: 24px;
        line-height: 1.428571429;
        padding: 10px;
        margin: 12px 0 0;
        color: #444;
        font: 400 14px/18px gothic-bold;
        border: none
    }
    .lower_left,
    .lower_right {
        background: #f4f4f5;
        text-align: center;
        padding: 0 0 18px;
        position: relative
    }
    #wraper {
        width: 94%;
        margin: 0 auto
    }
    .featured_one {
    width: 32%;
    float: none;
    display: inline-block;
    position: relative;
    height: auto;
}
    .featured_one img {
        width: 100%;
        height: auto
    }
    .featured_one:nth-child(2) {
    float: none!important;
    margin: 0 0 0 10px;
}
	.featured_one:last-child {
    margin-left: 10px;
}
    .latest_left {
        width: 50%;
        float: left;
        height: 300px;
        position: relative
    }
    .latest_left img {
        width:auto;
        height:100%;
    }
	.latest_left .cap {
    width: 70%;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #723f5f;
    font-size: 22px;
    line-height: 1;
    padding: 10px 0 15px;
    overflow: hidden;
    margin: -44px auto 0;
    position: relative;
}
    .latest_right {
        width: 50%;
        float: right
    }
    .latest_right ul li {
        float: left;
        flex-basis: 47%;
        height: 150px;
        margin: 0 0 20px 10px;
        position: relative
    }
    .lower_left {
        width: 32%;
        float: left
    }
    .lower_mid {
        width: 33%;
        float: left;
        margin: 0 0 0 11px;
        background: #f4f4f5;
        min-height: 317px
    }
    .lower_right {
        width: 32%;
        float: right
    }
    .lower_left h2:after,
    .lower_right h2:after {
        left: 100px
    }
    .lower_mid h4:after {
        left: 102px
    }
    .view {
        width: 26%
    }
    .responsive-tabs {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        position: relative;
        width: 60%;
        overflow: hidden
    }
    .gllery_one {
        width: 24%;
        float: left;
        margin: 0 21px 0 0;
        height: 300px;
        position: relative
    }
    .gllery_one:first-child {
        margin: 0 10px 0 0!important
    }
    .gllery_one:nth-child(2) {
        margin: 0 9px 0 0!important
    }
    .gllery_one:nth-child(3) {
        margin: 0 2px 0 0!important
    }
    .footer_up p {
        display: none
    }
    .footer_up .es_widget_form {
        width: 45%;
        float: right

    }
    .footer_up .es_widget_form #es_txt_name {
        width: 35%
    }
    .footer_up .es_widget_form #es_txt_email {
        width: 48%
    }
    .body_left {
        width: 66%;
        float: left
    }
    .body_right {
        width: 32%;
        float: right
    }
    .inner-featured_left {
        float: left;
        width: 100%;
        height: auto;
        position: relative
    }
    .inner-featured_left .cap {
        height: 42px
    }
    .inner-featured_right {
        float: right;
        width: 36%
    }
    .optional_main ul li {
        background: #fff;
        width: 91%;
        float: none;
        padding: 10px;
        margin: 8px 0 8px 10px;
        color: #723f5f;
        font: 700 17px/22px gothic-bold;
        height: auto;
        overflow: hidden
    }
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 36%;
        float: left
    }
    .comment_box .comment-respond {
        background: #f4f4f5!important;
        overflow: hidden;
        padding: 12px 20px 0 12px
    }
    .mResTabAccordA h3 {
        color: #fff;
        font: 400 17px gothic-bold;
        padding: 4px 0 4px 40px
    }
    .mResTabAccordA h3 br {
        display: none!important
    }
    .mResTabAccordA:first-child h3 {
        left: 0;
        background: url(../image/comment-icon.webp) no-repeat!important;
        float: left
    }
    .mResTabAccordA:nth-child(3) h3 {
        left: 0;
        background: url(../image/inner-popular-icon.webp) 0 4px no-repeat!important;
        float: left
    }
    .mResTabAccordA:nth-child(5) h3 {
        left: 0;
        background: url(../image/choice-icon.webp) no-repeat!important;
        float: left
    }
    .koalapse_one {
        background: #fff;
        padding: 12px;
        overflow: hidden;
        height: auto;
        margin: 0 0 12px
    }
    .koalapse_one img {
        float: left;
        margin: 0 15px 10px 0
    }
    .cate_main {
        position: relative;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 46.4%;
        height: 200px;
        float: left;
        margin: 0 0 25px 10px
    }
    .cate_one {
        width: 100%;
        height: 200px
    }
}

@media screen and (min-width:1024px) and (max-width:1049px) {
	
	.a2zlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 0 26px 0 !important;
}
.body_left .a2zlist li {
    color: #444;
    font: normal 18px/14px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    text-align: center !important;
    margin: 0 1% 8px 1% !important;
    height: 28px !important;
}
	.page_body_left .a2zlist li {
    color: #444;
    font: normal 18px/14px gothic-bold !important;
    background: #f4f4f5;
    padding: 6px 0px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    text-align: center !important;
    margin: 0 1% 8px 1% !important;
    height: 28px !important;
}
	.col3 li {
    flex-basis: 27%;
    margin: 0 3.1% 8px 3.1% !important;
}
.col2 li {
    flex-basis: 43.5%;
    margin: 0 3.1% 8px 3.1% !important;
}
.col4 li {
    flex-basis: 18.5%;
    margin: 0 3.1% 8px 3.1% !important;
}
.cate_table li {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 36px;
    flex-basis: 26%;
    text-align: center;
    -moz-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.footer_min .es_caption {
    color: #fff;
    font: 400 14px/16px gothic-Regular;
    float: left;
    margin: 0 0 12px 16px;
    padding: 0;
    width: 370px;
}

.body_left table{
overflow-x: auto !important;
overflow-y:hidden !important;
width: 99% !important;
}
.text_part table{
overflow-x: auto !important;
overflow-y:hidden !important;
width:100% !important;
}
.render-column-3 table {
        width: 75% !important;
    }
    .add .header_left img {
        width: 100%;
        height: auto
    }
    .add .header_main {
        width: 98%;
        margin: 0 auto;
        padding: 10px 0
    }
    .header_main {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0
    }
    .lower_left,
    .lower_right {
        background: #f4f4f5;
        text-align: center;
        padding: 0 0 18px;
        position: relative
    }
    .header_left {
        width: 22%;
        float: left
    }
    .header_mid {
        width: 64%;
        float: left;
        margin: 0 0 0 30px
    }
    .header_right {
        width: 10%;
        float: right;
        margin: 34px 0 0
    }
    .header_social {
        width: 70%;
        float: left;
        border-right: #723f5f 1px solid
    }
    .header_search {
        width: 20%;
        float: right
    }
    #wraper {
        width: 98%;
        margin: 0 auto
    }
    .featured_one {
    width: 32%;
    float: none;
    display: inline-block;
    position: relative;
    height: auto;
}
    .featured_one:nth-child(2) {
    float: none!important;
    margin: 0 0 0 15px;
}
	.featured_one:last-child {
    margin-left: 15px;
}
    .latest_left {
        width: 46%;
        float: left;
        height: 350px;
        position: relative
    }
    .latest_right {
        width: 54%;
        float: right
    }
    .latest_right ul li {
        float: left;
        flex-basis: 46%;
        height: 165px;
        margin: 0 0 20px 17px;
        position: relative
    }
    .lower_left {
        width: 34%;
        float: left
    }
    .lower_mid {
        width: 30%;
        float: left;
        margin: 0 0 0 10px;
        background: #f4f4f5;
        min-height: 317px
    }
    .lower_right {
        width: 34%;
        float: right
    }
    .gllery_one {
        width: 23.5%;
        float: left;
        margin: 0 21px 0 0;
        height: 350px;
        position: relative
    }
    .gllery_one .cap {
        height: 40px
    }
    .gllery_one:first-child,
    .gllery_one:nth-child(2) {
        margin: 0 20px 0 0!important
    }
    .footer_up h3 {
        color: #ada9a9;
        font: 400 29px Dosis-Light;
        float: left;
        width: 28%
    }

    .footer_up p {
        color: #fff;
    font: 400 12px/42px gothic-regular;
    float: left;
    margin: 0 0 0 10px;
    width: 38%;
    }
    .footer_up .es_widget_form #es_txt_email,
    .footer_up .es_widget_form #es_txt_name {
        border: none;
        font: 400 13px gothic-regular;
        background: #fff;
        color: #723f5f;
        position: relative
    }
    .footer_up .es_widget_form {
        width: 26%;
        float: right;
        position: relative;
        margin: 8px 0 0
    }
    .footer_up .es_widget_form #es_txt_email {
        margin-left: 10px;
        width: 49%;
        float: left;
        padding: 8px 16px 7px 8px
    }
    .footer_up .es_widget_form #es_txt_name {
        left: 0;

        width: 30%;
        float: left;
        padding: 8px 8px 7px
    }
    .inner-featured_left {
        float: left;
        width: 74%;
        height: auto;
        position: relative
    }
    .inner-featured_right {
        float: right;
        width: 24%
    }
    .optional_main ul li {
        background: #fff;
        width: 44.5%;
        float: left;
        padding: 10px;
        margin: 8px 0 8px 10px;
        color: #723f5f;
        font: 700 17px/22px gothic-bold;
        height: 100px
    }
    .comment_box .comment-respond {
        background: #f4f4f5!important;
        overflow: hidden;
        padding: 12px 15px 12px 12px
    }
    .mResTabAccordA h3 {
        color: #fff;
        font: 400 13px gothic-bold;
        padding: 0 0 0 35px
    }
    .cate_main {
        position: relative;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        width: 31%;
        height: 180px;
        float: left;
        margin: 0 0 25px 14px
    }
    .cate_one {
        width: 100%;
        height: 180px
    }
}

.menu-dropdown-icon:before,
.menu-mobile:after {
    font-family: Ionicons!important;
    float: right
}

.menu-container,
.menu>ul {
    width: 100%
}

.menu>ul,
.menu>ul>li>ul,
.menu>ul>li>ul>li>ul {
    list-style: none;
    box-sizing: border-box
}

.menu>ul:after,
.menu>ul>li>ul:after,
.menu>ul>li>ul>li>ul:after {
    clear: both
}

.menu-mobile {
    display: none;
    padding: 20px
}

.menu-mobile:after {
    font-weight: 700;
    content: "\f394";
    color: #723f5f!important;
    font-size: 36px;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

.menu-dropdown-icon:before {
    content: "\f489"!important;
    font-family: Ionicons!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 2px 6px 4px 8px;
    background: #f4f4f5;
    color: #000!important;
    font-size: 24px;
    font-weight: 700!important;
    margin: 5px 5px 0 0;
    height: 22px;
    width: 15px;
    position: relative;
    z-index: 1
}

.menu>ul,
.nav {
    padding: 0
}

.menu>ul {
    margin: 0 auto;
    position: relative;
    float: left
}

.menu>ul>li {
    display: inline-block;
    color: #000;
    letter-spacing: 1px;
    cursor: pointer
}

.menu>ul>li a {
    padding-left: 32px;
    padding-right: 5px;
    display: inline-block;
    color: #723f5f;
    font: 400 23px gothic-bold;
    text-transform: uppercase;
    position: relative;
    }
.menu>ul>li:nth-child(1) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -66px;
    width: 22px;
    height: 27px;
    position: absolute;
    margin-left: -30px;
    margin-top: -2px;
}

.menu>ul>li:nth-child(2) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -0px; width: 35px; height: 30px;
    position: absolute;
    margin-top: 0;
    margin-left: -32px;
    background-size: 107%;
    }
.menu>ul>li:nth-child(3) a:before {
content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position:-4px -34px;
    width: 23px;
    height: 28px;
    position: absolute;
    margin-top: 0;
    margin-left: -29px;
}
.menu>ul>li:nth-child(4) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -123px; width: 20px; height: 24px;
    position: absolute;
    margin-top: 3px;
    margin-left: -24px;
    }
.menu>ul>li:nth-child(5) a:before {
    content: "";
    background: url(../image/image-sprite.webp) no-repeat;
    background-position: -4px -97px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-top: 5px;
    margin-left: -26px;
    background-size: 194%;
    }
.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 15px 5px 10px 15px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 12px 0 0;
    text-align: left;
    border-bottom: 2px solid #f4f4f5;
    border-left: 2px solid #f4f4f5;
    border-right: 2px solid #f4f4f5;
    border-top: 2px solid #f4f4f5!important;
    -webkit-box-shadow: 0 2px 8px rgba(53, 58, 59, .1) 2px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 8px rgba(53, 58, 59, .1) 2px 6px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px rgba(53, 58, 59, .1) 2px 6px rgba(0, 0, 0, .5)
}

.menu>ul>li>ul.normal-sub:before,
.menu>ul>li>ul:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px;
    border-color: transparent transparent #723f5f;
    position: absolute;
    top: -13px;
    margin-left: -19px
}

.menu>ul>li>ul.normal-sub:before {
    content: '';
    left: 30%!important
}

.menu>ul>li>ul:before {
    left: 10%
}

.menu>ul>li>ul>li,
.menu>ul>li>ul>li>ul>li {
    background: 0 0!important
}

.menu>ul>li>ul:after,
.menu>ul>li>ul:before {
    content: "";
    display: table
}

.menu>ul>li>ul>li {
    margin: 0 9px 12px;
    padding-bottom: 10px;
    list-style: none;
    width: 17%;
    background: 0 0;
    float: left;
    border-right: 1px #f2f2f2 solid;
    overflow: hidden
}

.menu>ul>li>ul>li:last-child {
    border-right: none!important;
    margin: 0 0 0 10px!important
}

.menu>ul>li>ul>li a {
    padding: 0!important;
    width: 100%;
    display: block;
    border-bottom: none;
    font: 400 15px gothic-bold;
    color: #000;
    text-shadow: none!important;
    background: 0 0!important
}

.menu>ul>li>ul>li a:hover {
    background: 0 0!important;
    color: #723f5f!important
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 5px 18px 0 0;
    background: 0 0!important
}

.menu>ul>li>ul>li>ul:after,
.menu>ul>li>ul>li>ul:before {
    content: "";
    display: table
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    font-size: .8em
}

.heading-one a {
    font: 700 15px/17px Arial, Helvetica, sans-serif!important;
    color: #7b0202!important
}

.heading-two a {
    font: 700 14px/17px Arial, Helvetica, sans-serif!important;
    color: #333!important
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font: 400 14px gothic-bold;
    color: #000;
    text-transform: capitalize!important;
    padding: 0 0 1px!important;
    text-shadow: none!important;
    background: 0 0!important
}

.menu>ul>li>ul>li>ul>li a:hover {
    background: 0 0!important;
    color: #723f5f!important
}

.menu>ul>li>ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 12px;
    margin-top: 15px
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0
}

.menu>ul>li>ul.normal-sub>li a:before,
.menu>ul>li>ul>li a:before,
.menu>ul>li>ul>li>ul>li a:before {
    background: 0 0!important;
    height: auto!important;
    width: auto!important
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;

    padding-bottom: 6px;
    font: 700 13px/15px Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #f2f2f2;
    margin: 7px 0!important;
    border-right: none!important;
    float: none
}

.menu>ul>li>ul.normal-sub>li:last-child {
    border-bottom: none!important;
    padding-bottom: 0!important
}

.menu>ul>li>ul.normal-sub>li a {
    font: 400 15px gothic-bold;
    color: #000;
    background: 0 0!important;
    text-transform: none
}

.menu>ul>li>ul.normal-sub>li a:hover {
    color: #723f5f
}

.fa-tree {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #555!important
}

.nav ul li:last-child {
    border-right: none!important
}

@media only screen and (max-width:1023px) {
.cate_table li {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 36px;
    flex-basis: 24%;
    text-align: center;
    -moz-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.nav_mob{
position:relative;
z-index: 999;
}
    .menu ul li,
    .menu ul li a {
        font: 400 15px gothic-bold!important;
        color: #fff!important
    }
    .add .menu ul li ul li a,
    .add .menu ul li ul li a:hover,
    .menu ul li,
    .menu ul li a,
    .menu ul li ul li a,
    .menu ul li ul li ul li a {
        color: #fff!important
    }
    .add .menu ul li a:before,
    .menu ul li a:before {
        background: 0 0!important;
        width: auto!important;
        height: auto!important
    }
    .menu-dropdown-icon:before,
    .menu-mobile {
        display: block
    }
    .menu ul li,

    .menu ul li:hover {
        background: 0 0!important
    }
    .menu-container {
        height: 100%;
        margin: 0 auto;
        position: relative;
        width: 100%;
		    }
    .menu-mobile {
        padding: 3px!important;
        margin: -26px 0 0;
        position: absolute;
        overflow: hidden;
		    }
    .menu ul li ul,
    .menu ul li ul li ul {
        position: relative
    }
    .menu ul {
        display: none
    }
    .menu ul li {
        width: 100%;
        float: none;
        display: block;
        margin: 0!important;
        padding: 0!important
    }
    .menu>ul>li a:hover {
        background: rgba(61, 61, 62, .8)
    }
    .menu ul li a {
        padding: 10px;
        width: 100%;
        display: block;
        text-transform: capitalize;
        text-shadow: none!important;
        background: 0 0!important;
        border-bottom: 1px solid #fff
    }
    .menu>ul>li>ul.normal-sub>li {
        border-bottom: none!important;
        padding: 5px 0 0!important
    }
    .menu ul li ul.normal-sub {
        width: 100%;
        padding: 0 12px 5px!important;
        margin-top: 5px!important;
        border-bottom: none!important
    }
    .menu ul li ul li {
        float: none;
        width: 100%;
        margin-top: 7px;
        padding-bottom: 0!important;
        border-right: none!important
    }
    .menu ul li ul li:first-child {
        margin: 0
    }
    .menu ul li ul li ul li {
        float: none
    }
    .menu .show-on-mobile {
        background: #723f5f;
        display: block;
        margin: 5px 0 0;
        background-image: -ms-linear-gradient(top, #e7e7e2 0, #fff 100%);
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        z-index: 10!important;
        overflow: hidden;
        padding: 12px 0;
        min-height: 5000px
    }
    .menu>ul>li:hover {
        background: 0 0!important
    }
    .menu ul li ul {
        display: none;
        width: 100%;
        box-shadow: none;
        background: 0 0;
        background-image: -ms-linear-gradient(top, #e7e7e2 0, #fff 100%);
        border: none!important;
        padding: 10px 0 0 10px;
        z-index: 99;
        left: 0;
        margin: 0;
        list-style: none;
        box-sizing: border-box;
        overflow: hidden
    }
    .add .menu ul li ul li a,
    .menu ul li ul li a {
        width: 95%;
        display: block;
        text-transform: capitalize!important
    }
    .menu ul li ul li a {
        font: 400 14px gothic-bold!important;
        padding: 3px 0 5px!important;
        border-bottom: none!important
    }
    .menu ul li ul li ul li a {
        border: 0;
        font: 400 13px gothic-bold!important;
        text-transform: capitalize!important;
        padding: 0 0 6px!important;
        border-bottom: none!important
    }
    .add .menu ul li ul li a {
        font: 400 14px gothic-bold!important;
        padding: 3px 0 5px!important;
        border-bottom: none!important
    }
    .add .menu ul li ul li ul li a {
        border: 0;
        font: 400 13px gothic-bold!important;
        color: #fff!important;
        text-transform: capitalize!important;
        padding: 0 0 6px!important;
        border-bottom: none!important
    }
    .menu ul li ul li ul li a:hover {
        color: #F58220!important
    }
    .add .menu ul li ul li {
        float: none;
        width: 100%;
        margin-top: 7px;
        padding-bottom: 0!important;

        border-right: none!important
    }
    .menu ul li ul li a:hover {
        color: #fff!important
    }
    .menu>ul>li>ul>li:last-child {
        border-right: none!important;
        margin: 0!important
    }
}