/*
Theme Name: buhara
Author: RaftKorn
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: "Golos Text", sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: "Golos Text", sans-serif;
	}

a {
	color: #666;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #666;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 26px 0;
	}

.title {
	margin: 0 0 36px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 36px;
	line-height: 40px;
	}
h2, .h2{
	font-size: 32px;
	line-height: 38px;
	}
h3, .h3{
	font-size: 28px;
	line-height: 32px;
	}
h4, .h4{
	font-size: 24px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 26px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 24px;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.btn_c2{
	border-color: #000;
	background-color: #000;
	}

.btn_c2:hover{
	border-color: #000;
	background-color: #000;
	opacity: 0.5;
	}

/* END FORM */


/* HEADER */

.bg_top {
	background: #000;
	color: #fff;
	}

header{
	display: flex;
	align-content: center;
	align-items: center;
	padding: 25px 30px;
	text-align: left;
	}

.logo{
	width: 175px;
	min-width: 175px;
	margin: 0 16px 0 0;
	}

.logo img{
	vertical-align: bottom;
	}

.slogan{
	margin: 0 16px 0 0;
	padding: 1px 6px;
	background: #1a1a1a;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	}


.show_nav{
	display: none;
	width: 30px;
	height: 23px;
	margin: 0 16px 0 auto;
	position: relative;
	cursor: pointer;
	}
.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}
.show_nav span{
	top: 10px;
	}
.show_nav:before {
	top: 0px;
	}
.show_nav:after {
	top: 20px;
	}
.nav_open .show_nav span{
	display: none;
	}
.nav_open .show_nav:before{
	transform: rotate(45deg);
	top: 10px;
	}
.nav_open .show_nav:after{
	transform: rotate(-45deg);
	top: 10px;
	}


.main_nav_close{
	display: none;
	width: 30px;
	height: 23px;
	position: relative;
	cursor: pointer;
	}
.main_nav_close:before, .main_nav_close:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	border-radius: 2px;
	position: absolute;
	top: 10px;
	transition: all 0.3s 0.02s ease;
	}
.main_nav_close:before{
	transform: rotate(45deg);
	}
.main_nav_close:after{
	transform: rotate(-45deg);
	}


.main_nav > ul{
	display: flex;
	}

.main_nav > ul > li {
	margin: 0 20px 0 0;
	position: relative;
	}

.main_nav > ul > li > a{
	display: block;
	position: relative;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	}

.main_nav > ul > li > a:hover, .main_nav > ul > li.current-menu-item > a, .main_nav > ul > li.current-menu-parent > a, .main_nav > ul > li.current-menu-ancestor > a{
	opacity: 0.7;
	}


.main_nav > ul > li.has_drop > a{
	padding: 0 21px 0 0;
	}

.main_nav > ul > li.has_drop > a:before {
	content: " ";
	display: block;
	width: 14px;
	height: 8px;
	background: url('images/has_drop.svg') no-repeat center / 14px auto;
	position: absolute;
	top: 9px;
	right: 0px;
	transition: all 0.3s 0.02s ease;
	}

.main_nav > ul > li.has_drop:hover > a:before {
	transform: rotate(180deg);
	}


.main_nav > ul > li.main_nav_base{
	padding: 0 20px 0 0;
	border-right: 1px solid #2d2d2d;
	}

.main_nav > ul > li.main_nav_base > a{
	display: block;
	width: 24px;
	height: 24px;
	border: 0;
	background: url('images/main_nav_base.svg') no-repeat center / 24px auto;
	overflow: hidden;
	text-indent: -9999px;
	}

.main_nav > ul > li > ul{
	display: block;
	width: 360px;
	padding: 8px 0;
	position: absolute;
	top: 120%;
	left: 0px;
	z-index: 1000;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	transform: translateY(20px);
	}

.main_nav > ul > li.has_drop:hover > ul, .main_nav > ul > li.main_nav_base.open > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.main_nav > ul > li > ul:before {
	content: " ";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0px;
	}

.main_nav ul li ul li a {
	display: block;
	padding: 8px 16px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	}

.main_nav ul li ul li a:hover {
	background-color: #efeeee;
	color: #666;
	}

.nav_t {
	display: block;
	padding: 0 0 4px 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	}

.main_nav ul li ul li.has_icon a {
	position: relative;
	padding-left: 76px;
	}

.nav_icon {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-22px);
	background-color: #efeeee !important;
	background-repeat: no-repeat !important;
	background-size: 22px !important;
	background-position: center !important;
	border-radius: 50%;
	}

.main_nav ul li ul li.has_icon a:hover .nav_icon {
	background-color: #fff !important;
	}


.mob_nav_over {
	display: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10002;
	transition: all 0.3s 0.02s ease;
	}


.top_set {
	margin: 0 0 0 auto;
	position: relative;
	}

.top_set_ico {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #2d2d2d;
	background: #0a0a0a url('images/top_set.svg') no-repeat center / 22px auto;
	border-radius: 50%;
	}

.top_set_ico:hover {
	opacity: 0.7;
	}

.top_set_drop{
	display: block;
	width: 330px;
	padding: 8px 0;
	position: absolute;
	top: 120%;
	right: 0px;
	z-index: 500;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	transform: translateY(20px);
	}

.top_set.open .top_set_drop{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.top_set_drop:before {
	content: " ";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0px;
	}

.top_set ul li a {
	display: block;
	padding: 18px 16px 18px 76px;
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	}

.top_set ul li a:hover {
	background-color: #efeeee;
	color: #666;
	}

.top_set ul li a img {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-22px);
	border-radius: 50%;
	}


.search_inp {
	float: left;
	width: 152px;
	}

.search_inp input {
	width: 130px;
	height: 16px;
	padding: 2px 10px;
	background: none;
	border: 1px solid #959596;
	}

.search_sub {
	float: left;
	width: 72px;
	padding: 0 0 0 10px;
	}

.search_sub input {
	width: 70px;
	height: 22px;
	background: none;
	border: 1px solid #959596;
	cursor: pointer;
	}

/* END HEADER */


/* HOME */

.home_page {
	padding: 40px 0;
	background: #000;
	color: #fff;
	}

.slider {
	margin: 0 0 40px 0;
	}

.slide_flex {
	display: flex;
	justify-content: space-between;
	}

.slide_img {
	width: 490px;
	}

.slide_img img {
	border-radius: 15px;
	vertical-align: bottom;
	}

.slide_r {
	width: 590px;
	padding: 0 60px 0 0;
	}

.slide_t{
	padding: 0 0 26px 0;
	font-size: 48px;
	line-height: 52px;
	font-weight: 500;
	}

.slide_t a{
	color: #fff;
	text-decoration: none;
	}

.slide_t a:hover{
	color: #fff;
	opacity: 0.7;
	}

.slick-arrow {
	display: block;
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	background: url('images/slider.svg') no-repeat center / auto 22px;
	position: absolute;
	bottom: 48%;
	right: 10px;
	z-index: 100;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.3s 0.02s ease;
	}

.slick-prev {
	right: auto;
	left: 10px;
	transform: rotate(180deg);
	}

.slick-arrow:hover {
	opacity: 0.7;
	}

.slick-dots {
	display: flex;
	justify-content: center;
	padding: 10px 0 0 0;
	}

.slick-dots li {
	display: flex;
	align-content: center;
	align-items: center;
	height: 7px;
	padding: 0 3px;
	}

.slick-dots li button {
	display: block;
	width: 16px;
	height: 3px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	opacity: 0.7;
	}

.slick-dots li.slick-active button, .slick-dots li button:hover {
	width: 24px;
	height: 7px;
	opacity: 1;
	}


.sb_slider .slick-dots li button {
	width: 8px;
	height: 8px;
	background: #000;
	opacity: 0.2;
	}

.sb_slider .slick-dots li.slick-active button, .sb_slider .slick-dots li button:hover {
	width: 8px;
	height: 8px;
	opacity: 1;
	}


.home_nav {
	}

.home_nav ul {
	display: flex;
	flex-wrap: wrap;
	}

.home_nav ul li {
	display: block;
	padding: 0 30px 10px 0;
	}

.home_nav ul li a {
	display: block;
	padding: 4px 12px;
	border: 1px solid #000;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	}

.home_nav ul li a:hover {
	color: #fff;
	border-color: #fff;
	opacity: 1;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 40px 0;
	}


.breadc {
	margin: -10px 0 20px 0;
	padding: 10px 20px;
	background: #000;
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	}

.breadc a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

.breadc a:hover {
	color: #fff;
	text-decoration: underline;
	}


.breadc2 a  {
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	background: url('images/arr_l.svg') no-repeat -3px 5px / auto 10px;
	}



.post_lists{
	display: flex;
	flex-wrap: wrap;
	}

.post_list{
	width: 32%;
	margin: 0 2% 40px 0;
	position: relative;
	}

.post_list:nth-child(3n){
	margin: 0 0 40px 0;
	}

.post_list_img{
	min-height: 40px;
	padding: 0 0 20px 0;
	}

.post_list_img img{
	border-radius: 15px;
	vertical-align: bottom;
	}

.post_list_t {
	padding: 0 0 12px 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	}

.post_list_t a {
	color: #000;
	text-decoration: none;
	}

.post_list_t a:hover {
	color: #000;
	opacity: 0.7;
	}

.post_list_inf {
	display: flex;
	padding: 0 0 12px 0;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	}

.post_list_inf a {
	color: #666;
	text-decoration: none;
	}

.post_list_inf a:hover {
	color: #666;
	}

.post_list_d{
	padding: 2px 20px 2px 26px;
	background: url('images/date.svg') no-repeat 0px center / 19px auto;
	}

.post_list_com{
	padding: 2px 0 2px 30px;
	background: url('images/comm.svg') no-repeat 0px center / 24px auto;
	}

.post_list_e{
	padding: 0 0 4px 0;
	}

.post_list_tag {
	display: flex;
	flex-wrap: wrap;
	}

.post_tag {
	margin: -16px 0 16px 0;
	}

.post_list_tag a {
	display: block;
	margin: 6px 6px 0 0;
	padding: 4px 12px;
	border: 1px solid #000;
	border-radius: 15px;
	color: #000;
	text-decoration: none;
	}

.post_list_tag a:hover {
	background: #000;
	color: #fff;
	}

.post_list_cat {
	width: 30%;
	padding: 5px 5%;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 10px;
	left: 0px;
	border-radius: 0 10px 10px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	}

.post_list_cat a {
	color: #000;
	text-decoration: none;
	}

.post_list_cat a:hover {
	color: #000;
	text-decoration: underline;
	}


.ajax_more {
	text-align: center;
	}


.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: #57b64d;
	color: #fff;
	}

.p_nav a:hover, .p_nav .current {
	background: #ca2a3c;
	}


.post_img {
	padding: 0 0 24px 0;
	}

.post_img img {
	vertical-align: bottom;
	border-radius: 10px;
	}


.post_fl {
	display: flex;
	justify-content: space-between;
	}

.post_cont {
	width: 65%;
	}


.prisoedn {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 24px;
	margin: 0 0 24px 0;
	background: #000;
	border-radius: 10px;
	color: #fff;
	}

.prisoedn_t {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	}

.prisoedn_go {
	padding: 0 0 0 24px;
	}

.prisoedn_go a{
	display: block;
	width: 48px;
	height: 48px;
	background: #29b6f6 url('images/soc_tg.svg') no-repeat center / 44px auto;
	border-radius: 5px;
	}

.prisoedn_go a:hover{
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
	}


.post_sb {
	width: 30%;
	}

.post_share {
	padding: 0 0 24px 0;
	}

.post_share_t {
	padding: 0 0 12px 0;
	font-size: 18px;
	font-weight: 500;
	}

.post_nav {
	margin: 0 0 24px 0;
	padding: 20px 24px;
	position: sticky;
	top: 0;
	z-index: 100;
	background: #f6f6f6;
	border-radius: 16px;
	}

.ez-toc-title-container {
	display: none;
	}

.post_nav ul li {
	padding: 4px 0;
	}

.post_nav ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	}

.post_nav ul li a:hover, .post_nav ul li a.active {
	color: #000;
	}

.post_nav ul li a:before {
	content: " ";
	display: block;
	width: 3px;
	height: 0;
	background: #000;
	position: absolute;
	top: 0px;
	left: -24px;
	border-radius: 2px;
	transition: all 0.3s 0.02s ease;
	}

.post_nav ul li a.active:before {
	height: 100%;
	}

.post #ez-toc-container {
	display: none;
	}


.sb_slider {
	padding: 0 0 24px 0;
	}

.sb_slider img {
	vertical-align: bottom;
	border-radius: 10px;
	}


.retaiv_posts {
	padding: 24px 0 0 0;
	}


/* END POSTS */


/* FOOTER */

footer {
	background: #000;
	color: #fff;
	}

.bot {
	display: flex;
	justify-content: space-between;
	padding: 65px 0;
	}

.bot_l {
	max-width: 360px;
	}

.logo_bot {
	max-width: 230px;
	padding: 0 0 24px 0;
	}

.logo_bot img {
	vertical-align: bottom;
	}

.bot_inf {
	padding: 0 0 24px 0;
	color: #c5c5c5;
	}

.bot_trust {
	max-width: 100px;
	padding: 0 0 24px 0;
	}

.bot_trust img {
	vertical-align: bottom;
	}


.nav_bot {
	padding: 0 0 0 40px;
	}

.bot_t {
	padding: 0 0 16px 0;
	font-size: 18px;
	font-weight: 600;
	}

.nav_bot ul li {
	padding: 0 0 16px 0;
	}

.nav_bot ul li a {
	color: #c5c5c5;
	text-decoration: none;
	}

.nav_bot ul li a:hover {
	color: #fff;
	}


.bot_b {
	border-top: 1px solid rgb(36, 36, 36);
	border-bottom: 1px solid rgb(36, 36, 36);
	}

.bot_line {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 16px 0;
	}

.soc {
	display: flex;
	}

.soc a {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 10px 0 0;
	opacity: 0.7;
	}

.soc_d {
	background: url('images/soc_d.svg') no-repeat center / 24px auto;
	}
.soc_f {
	background: url('images/soc_f.svg') no-repeat center / 24px auto;
	}
.soc_i {
	background: url('images/soc_i.svg') no-repeat center / 24px auto;
	}
.soc_li {
	background: url('images/soc_li.svg') no-repeat center / 24px auto;
	}
.soc_r {
	background: url('images/soc_r.svg') no-repeat center / 24px auto;
	}
.soc_t {
	background: url('images/soc_t.svg') no-repeat center / 24px auto;
	}
.soc_tg {
	background: url('images/soc_tg.svg') no-repeat center / 24px auto;
	}
.soc_w {
	background: url('images/soc_w.svg') no-repeat center / 24px auto;
	}
.soc_x {
	background: url('images/soc_x.svg') no-repeat center / 24px auto;
	}
.soc_y {
	background: url('images/soc_y.svg') no-repeat center / 24px auto;
	}

.soc a:hover {
	opacity: 1;
	}


.nav_bot_line ul {
	display: flex;
	font-size: 14px;
	line-height: 16px;
	}

.nav_bot_line ul li {
	margin: 0 0 0 20px;
	}

.nav_bot_line ul li a {
	color: #c5c5c5;
	text-decoration: none;
	}

.nav_bot_line ul li a:hover {
	color: #fff;
	}


.copy {
	padding: 24px 0;
	color: #c5c5c5;
	font-size: 14px;
	}

#back_top, #go_tg {
	display: block;
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: 10px;
	right: 68px;
	z-index: 1000;
	background: #f6f6f6 url('images/up.svg') no-repeat center / 24px auto;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	}

#back_top.show {
	opacity: 0.7;
	visibility: visible;
	}

#go_tg {
	right: 10px;
	z-index: 1000;
	background-image: url('images/tg.svg');
	opacity: 0.7;
	visibility: visible;
	}

#back_top:hover, #go_tg:hover {
	opacity: 1;
	}


.main_nav > ul > li.has_drop:hover > ul, .main_nav > ul > li.main_nav_base.open > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

/* END FOOTER */



/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* END WP OTHER */