@charset "UTF-8";

html {
	height: 100%;
	font-size: 100%;
}

body {
	width: 100%;
	height: 100%;
	color: #444444;
	background: #fff;
	font: 16px Roboto-Regular;
}

a {
    color: #6dc394;
	text-decoration: underline;
}

a:hover, a:focus  {
    color: #6dc394;
	text-decoration: none;
}

input:focus, textarea:focus, button:focus  {
    outline: none;
}

img {
	max-width: 100%;
}

iframe { 
	max-width: 100%;
}

.clr {
	clear: both;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
 
.col-xs-1-5 {
  width: 20%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.logo {
	padding: 15px 0;
}

.logo img {
    width: 100%;
    max-width: 175px;
}

.search {
    padding: 25px 35px;
}

#custom-search-form {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 310px;
}


#custom-search-form .search-query {
    padding: 15px 45px 15px 12px;
    margin-bottom: 0;
    font: 14px Roboto-Regular;
    color: #e4e4e4;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    width: 100%;
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
}

#custom-search-form button {
    border: 0;
    background: none;
    position: absolute;
    right: 5px;
    top: 9px;
}

#custom-search-form-2 {
    margin: 15px auto;
    padding: 0;
    width: 100%;
}


#custom-search-form-2 .search-query {
    padding: 15px 45px 15px 12px;
    margin-bottom: 0;
    font: 14px Roboto-Regular;
    color: #e4e4e4;
    outline: none;
    width: 100%;
    border: solid 1px #dbdbdb;
}

#custom-search-form-2 button {
    border: 0;
    background: none;
    position: absolute;
    right: 5px;
    top: 9px;
}

::-webkit-input-placeholder {color:#e4e4e4;font: 14px Roboto-Regular;}
::-moz-placeholder          {color:#e4e4e4;font: 14px Roboto-Regular;}/* Firefox 19+ */
:-moz-placeholder           {color:#e4e4e4;font: 14px Roboto-Regular;}/* Firefox 18- */
:-ms-input-placeholder      {color:#e4e4e4;font: 14px Roboto-Regular;}

.input-append {
    position: relative;
}

.search-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/search-icon.png) no-repeat;
}

.search-query:focus+button {
	z-index: 3;
}

.glyphicon-search {
	color: #6ec395;
}

.contacts {
    padding: 15px 0;
}

.contacts-tit {
	font: 16px RobotoSlab-Bold;
	color: #6b6b6b;
}

.contacts-des {
	font: 18px Roboto-Bold;
	color: #6dc394;
}

.contacts-des span {
	font-size: 12px;
	color: #797979;
	text-transform: uppercase;
}

.contacts-des p {
	padding: 0;
	margin: 0;
}

.contacts-des a {
	color: #6dc394;
	text-decoration: none;
}

.contacts-des a:hover {
	color: #6dc394;
}

.soc {
    padding: 15px 25px 10px 25px;
}

.soc-link {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #dbdbdb;
	float: left;
}

.soc-link:hover {
	border: 1px solid #6dc394;
}

.vk {
	background: url(../img/vk-icon.png) #fff center center no-repeat;
	margin: 15px 4px 0 20px;
	transition: 0.8s;
}

.vk:hover {
	background: url(../img/vk-icon-hover.png) #6dc394 center center no-repeat;
	transition: 0.5s;
}

.fb {
	background: url(../img/fb-icon.png) #fff center center no-repeat;
	margin: 15px 20px 0 4px;
	transition: 0.5s;
}

.fb:hover {
	background: url(../img/fb-icon-hover.png) #6dc394 center center no-repeat;
	transition: 0.5s;
}

.header-nav {
	background: #ededed;
}

.header-nav ul {

}

.header-nav ul li a {
    font: 16px RobotoSlab-Regular;
    color: #6b6b6b;
    transition: 0.3s;
    padding: 20px 25px;
    text-decoration: none;
}

.header-nav ul li a:hover {
	color: #777577;
	background: #6dc394;
	transition: 0.3s;
}

.main-cat {
	margin: 50px 0;
	cursor: pointer;
	transition: 0.3s;
}

.main-cat a {
    display: block;
    padding: 35px 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
    text-decoration: none;
}

.main-cat-img {
    border-radius: 0;
    width: 150px;
    height: 150px;
}

.main-cat:hover .main-cat-img {
    border-radius: 50%;
	transition: 0.3s;
}

.main-cat-des {
	font: 18px RobotoSlab-Bold;
	color: #6b6b6b;
	text-align: center;
	padding: 0 10px;
}

.main-cat:hover a {
	border: solid 1px transparent;
	box-shadow: none;
	transition: 0.3s;
}

.cat-1 {
    background: url(../img/category-1.png) transparent center center no-repeat;
	transition: 0.1s;
}

.main-cat:hover .cat-1 {
    background: url(../img/category-1-hover.png) #6dc394 center center no-repeat;
	transition: 0.3s;
}

.cat-2 {
    background: url(../img/category-2.png) transparent  center center no-repeat;
	transition: 0.1s;
}

.main-cat:hover .cat-2 {
    background: url(../img/category-2-hover.png) #6dc394 center center no-repeat;
	transition: 0.3s;
}

.cat-3 {
    background: url(../img/category-3.png) transparent  center center no-repeat;
	transition: 0.1s;
}

.main-cat:hover .cat-3 {
    background: url(../img/category-3-hover.png) #6dc394 center center no-repeat;
	transition: 0.3s;
}

.cat-4 {
    background: url(../img/category-4.png) transparent  center center no-repeat;
	transition: 0.1s;
}

.main-cat:hover .cat-4 {
    background: url(../img/category-4-hover.png) #6dc394 center center no-repeat;
	transition: 0.3s;
}

.cat-5 {
    background: url(../img/category-5.png) transparent  center center no-repeat;
	transition: 0.1s;
}

.main-cat:hover .cat-5 {
    background: url(../img/category-5-hover.png) #6dc394 center center no-repeat;
	transition: 0.3s;
}

.one-string {
    padding: 0 10px 25px 0;
}

#main-about {
    background: url(../img/about-bg.jpg) center center no-repeat;
    padding: 80px 0;
    background-size: cover;
}

.about-tit {
    font: 26px RobotoSlab-Bold;
    color: #6b6b6b;
    padding: 0 0 0 30px;
}

.about-des {
    font: 16px RobotoSlab-Regular;
    color: #6d6d6d;
    padding: 40px 0 0 30px;
}

.about-logo {
    padding: 90px 30px 115px 30px;
}

.about-logo img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 407px;
}

.main-popular-tit {
    font: 26px RobotoSlab-Bold;
    color: #6b6b6b;
    padding: 50px 35px 30px 35px;
}

.main-popular-item {
    padding: 20px;
}

.main-popular-item-wrp {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
    padding: 20px;
    position: relative;
}

.main-popular-item img {
    width: 150px;
    height: 120px;
    float: left;
    margin: 0 30px 0 0;
}

.main-popular-item a {
    font: 18px Roboto-Bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 17px;
    left: 200px;
}

.main-popular-item-tit {
    font: 18px RobotoSlab-Bold;
    color: #6b6b6b;
}

#footer {
	background: #6dc394;
}

.footer-contacts img {
	float: left;
	margin: 0 30px 0 0;
}

.footer-contacts {
    padding: 28px 0;
}

.footer-contacts-tit {
    font: 16px RobotoSlab-Bold;
    color: #fff;
}

.footer-contacts-des {
	font: 18px Roboto-Bold;
	color: #fff;
}

.footer-contacts-des span {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.footer-contacts-des p {
	padding: 0;
	margin: 0;
}

.footer-contacts-des a {
	color: #fff;
	text-decoration: none;
}

.footer-contacts-des a:hover {
	color: #fff;
}

.footer-soc {
    padding: 30px 25px;
}

.footer-soc-link {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #dbdbdb;
	float: left;
}

.footer-soc-link:hover {
	border: 1px solid #6dc394;
}

.footer-links a {
	color: #fff;
}

.footer-links ul {
    float: left;
    padding: 0 20px;
}

.footer-links ul li {
    list-style: none;
    padding: 0 0 30px 0;
}

.footer-links ul li:last-child {
    padding: 0;
}

.footer-links {
    padding: 27px 0;
}

.copyright {
	padding: 15px 0;
	background: #6b6b6b;
	color: #fff;
	font: 16px Roboto-Light;
	text-align: center;
}

.logo-small img {
    width: 100%;
}

.footer-links-2 a {
	color: #fff;
}

.footer-links-2 ul {
    float: left;
    padding: 0 55px 15px 55px;
}

.footer-links-2 ul li {
    list-style: none;
    float: left;
    padding: 0 10px;
}

.pag {
    padding: 25px 0;
}

.pag-2 {
    padding: 0 15px;
}

.search-tit {
	background: #ededed;
	font: 18px RobotoSlab-Bold;
	color: #787678;
	text-align: center;
	margin: 25px 0;
    padding: 20px 15px;
}


.breadcrumbs {
    margin: 0;
    padding: 0 15px;
}
.breadcrumbs span {
	font: 14px RobotoSlab-Regular;
	color: #787678;
	text-decoration: none;
}

.breadcrumbs a {
	font: 14px RobotoSlab-Regular;
	color: #787678;
	text-decoration: none;
}

.content-single {
	padding: 25px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	border: solid 1px #dbdbdb;
}

.content-single {
    text-align: left;
    font: 16px Roboto-Regular;
    color: #6d6d6d; 
    overflow: hidden;
}

.content-single p {
	text-align: left;
}

.single-title {
    font: 26px RobotoSlab-Bold;
    color: #6b6b6b;
    text-align: left;
    margin: 0 0 20px 0;
}

.sidebar-wrp {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
    margin: 0 0 25px 0;
}

.sidebar-wrp-title {
	font: 18px RobotoSlab-Bold;
	color: #787678;
	background: #ededed;
	padding: 20px 0;
	text-align: center;
	margin: 0;
}

.sidebar-wrp-des {
    padding: 10px;
}

.last-post {
    margin: 10px 0;
    padding: 0;
}

.last-post-img {
    float: left;
    margin: 5px 10px 0 0;
    height: 100%;
}

.last-post-img img {
    width: 60px;
    height: 48px;
}

.last-post a {
    margin: 10px 0 0 70px;
    display: block;
}

.last-post-tit {
    float: left;
    width: 170px;
    font: 16px RobotoSlab-Regular;
    color: #5a5a5a;
}

.last-comment {
    margin: 20px 0;
    padding: 5px;
}

.last-comment-img {
    float: left;
    margin: 0 10px;
    height: 100%;
}

.last-comment-img img {
    width: 25px;
    height: 30px;
}

.last-comment a {
    margin: 10px 0 0 70px;
    display: block;
}

.last-comment-tit {
    float: left;
    width: 170px;
    font: 16px RobotoSlab-Regular;
    color: #5a5a5a;
    margin: 4px 0 20px 0;
}

.last-comment-tit span {
    color: #6dc394;
}

.last-comment-des {
    float: left;
    width: 195px;
    font: 14px RobotoSlab-Regular;
    color: #5a5a5a;
    margin: 0 0 0 47px;
}

.last-comment-des a {
    margin: 0;
}

.border-block {
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    left: 15px;
    padding-top: 25px;
    margin-top: 15px;
}

.single-popular {
    padding: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
    margin: 25px 0;
}

.single-popular-tit {
    font: 20px RobotoSlab-Bold;
    color: #787678;
    padding: 10px 0;
}

.single-popular-item {
    padding: 5px;
}

.single-popular-item-wrp {
    position: relative;
    margin: 10px 0;
}

.single-popular-item img {
    width: 150px;
    height: 120px;
    float: left;
    margin: 0 20px 0 0;
}

.single-popular-item a {
    font: 18px Roboto-Bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 170px;
}

.single-popular-item-tit {
    font: 18px RobotoSlab-Bold;
    color: #6B6B74;
    width: 232px;
    float: left;
    text-align: left;
    margin: -5px 0 0 0;
}

.category-img {
    width: 36%;
    float: left;
}

.category-img img {
    display: block;
    margin: 5px auto;
    max-width: 300px;
    height: auto;
    max-height: 190px;
    width: 100%;
}

.category-wrp {
    width: 64%;
    text-align: left;
    float: left;
    padding: 0 0 0 15px;
}

.category-title {
	font: 18px RobotoSlab-Bold;
	text-align: left;
}

	
.category-title a {
	color: #6b6b6b;
	text-decoration: none;
}
	
.category-title a:hover {
	color: #6dc394;
}

.category-des {
    font: 16px Roboto-Regular;
    color: #6d6d6d;
    margin: 25px 0 20px 0;
}

.category-content-wrp {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
    padding: 15px;
    margin: 0 0 25px 0;
    position: relative;
}

.category-link {
	position: absolute;
    bottom: 20px;
    left: 325px;
}

.page-numbers {
    width: 100%;
    padding: 0;
}

.page-numbers li {
    list-style: none;
    float: left;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
    font: 18px RobotoSlab-Regular;
    color: #9e9e9e;
    margin: 20px 15px 80px 0;
	cursor: pointer;
}

.page-numbers li span {
    padding: 7px 15px;
    display: block;
	background: #6dc394;
    color: #fff;
}

.page-numbers li a {
    padding: 7px 15px;
    display: block;
    color: #9e9e9e;
	text-decoration: none;
}

.page-numbers li a:hover {
	background: #6dc394;
    color: #fff;
	transition: 0.4;
}

.next {
    background: url(../img/next.png) center center no-repeat;
}

.next:hover{
    background: url(../img/next-hover.png) #6dc394 center center no-repeat !important;
}

.prev {
    background: url(../img/prev.png) center center no-repeat;
}

.prev:hover  {
    background: url(../img/prev-hover.png) #6dc394 center center no-repeat !important;
}

#true_loadmore{
    background: #6dc394;
    color: #fff;
    padding: 10px 35px;
	text-align: center;
    margin: 30px auto 100px auto;
	cursor: pointer; 
    clear: both;
	font: 18px Roboto-Bold;
    border: 1px solid #dbdbdb;
}

#vk_groups,
#vk_groups iframe {
     width: 100% !important;
}

.content-single iframe {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}
	
.content-single h2 {
		color: #787678;
		font: 20px RobotoSlab-Bold;
		margin-top: 30px;
		margin-bottom: 30px;
}

.content-single ul, .content-single ol {
    list-style: none!important;
    margin-bottom: 45px;
    margin-top: 45px;
    padding: 0;
}

.content-single ul li {
    background-image: url(../img/green-check.png);
    font: 16px Roboto-Regular;
}

.content-single ul.toc_list li {
    background-repeat: no-repeat!important;
    background-position: 0 10px!important;
    background-size: 18px!important;
    padding: 5px 0 5px 45px!important;
}

.content-single ul li {
    background-repeat: no-repeat!important;
    background-position: 0 9px!important;
    background-size: 18px!important;
    padding: 5px 0 5px 45px!important;
    
}

.content-single ol li {
    background-repeat: no-repeat!important;
    background-position: 0 9px!important;
    background-size: 18px!important;
    padding: 15px 0 15px 45px!important;
    clear: both;
}

.content-single ol {
    counter-reset: item;
}

.content-single ol>li:before {
    color: #fff;
    content: counter(item);
    counter-increment: item;
    font-weight: 700;
    position: absolute;
    left: 45px;
    background: #6dc394;
    border-radius: 50%;
    font-family: inherit;
    font-size: .875em;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 3px 0 0 1px;
}

blockquote {
    position: relative;
    margin: 40px 0;
    padding: 35px 70px;
    font-size: 16px;
    color: #797979;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    quotes: none;
    border-left: none;
    clear: both;
}

blockquote::before {
    background-image: url(../img/quote-left.svg);
    top: 20px;
    left: 15px;
    width: 15px;
    height: 15px;
    -webkit-background-size: cover;
    background-size: cover; 
    content: "";
    position: absolute;
}

blockquote::after {
    background-image: url(../img/quote-right.svg);
    bottom: 35px;
    right: 15px;
    width: 15px;
    height: 15px;
    -webkit-background-size: cover;
    background-size: cover; 
    content: "";
    position: absolute;
}

/* blockquote::before, blockquote::after {
    position: absolute;
    height: 23px;
    width: 26px;
    color: #6dc394;
    font-size: 26px;
    font-family: "FontAwesome";
}
 */
.content-single .wp-caption {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    display: block;
}

.content-single .wp-caption-text {
    font: 14px Roboto-Italic;
    text-align: center;
    color: #6d6d6d;
    background: #ededed;
    position: relative;
    bottom: 0;
    margin: 5px 0 0 0;
    padding: 15px 15px;
}

.wp-caption a {
    width: 100%;
    display: block;
}

.wp-caption img {
    width: 100%;
}

#toc_container { 
    width: 100%;
    background: #fff!important;
    border: 0!important;
    margin-top: 15px;
    margin-bottom: 45px;
    clear: both;
    padding: 0;
} 

.content-single #toc_container p.toc_title {
    font: 20px RobotoSlab-Bold;
    color: #515151;
    line-height: 1.4;
    text-align: left;
}

.content-single #toc_container ul.toc_list {
    /* margin-top: 25px!important; */
    margin-top: 10px!important;
    margin-bottom: 0!important; 
}
.content-single #toc_container{
    margin-bottom: 0;
}

.content-single #toc_container  ul.toc_list li {
    background-image: url(../img/green-point.png)!important;
    font: 18px Roboto-Bold;
}

.content-single #toc_container ul.toc_list a { 
    text-decoration: underline!important;
    line-height: 1.6;
}

#comments img {
    width: 25px;
    display: inline;
    height: 30px;
}

#comments ul {
	padding: 0;
}

#comments ul li {
	list-style: none;
}

#comments ul li {
    border-bottom: 1px solid #eee;
    padding: 25px 20px;
}

#comments ul li .children li:last-child {     
    border-bottom: none;
}

/*
#comments ul li:last-child {     
    border-bottom: none;
}
*/

.comment-list .comment-author.vcard p, .comment-list .comment-author.vcard a {
    color: #6dc394;
    font: 14px Roboto-Bold;
    line-height: 0;
    padding: 10px 0;
}

.comment-list .comment-meta.commentmetadata {  
    text-align: right;
    line-height: 45px;
}

.comment-list .comment-meta.commentmetadata {
    font: 14px RobotoSlab-Regular;
    color: #989696;
    padding: 10px;
}

.comment-list .comment-text p {
    color: #5c5c5c;
    font: 14px RobotoSlab-Regular;
	text-align: left;
}

.comment-list .reply {  
    text-align: center;
}

.comment-list .reply a {
    font: 14px Roboto-Bold;
    text-decoration: underline;
	text-transform: uppercase;
}

.comment-list li ul.children li {
    border-bottom: none;
}

ul.comment-list li ul.children {
    margin-left: 60px;
    margin-top: 0;
    margin-bottom: 0;
}

.comment-notes {  
    color: #9a9a9a;
    font: 14px Roboto-Regular;
    margin-bottom: 10px;
}

#comments form p label {
    display: block;
    font-size: .875em;
    color: #5c5c5c;
    margin-bottom: 15px;
}

#comments form p textarea { 
    max-height: 130px;
	resize: none;
}

#comments form p input, #comments form p textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    padding-left: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	border: solid 1px #dbdbdb;
	padding: 10px;
	font: 14px Roboto-Regular;
	color: #9b9b9b;
}

#comments form p input::-webkit-input-placeholder, #comments form p textarea::-webkit-input-placeholder {font: 14px Roboto-Regular;color:#9b9b9b;}
#comments form p input::-moz-placeholder , #comments form p textarea::-moz-placeholder          {font: 14px Roboto-Regular;color:#9b9b9b;}/* Firefox 19+ */
#comments form p input:-moz-placeholder   , #comments form p textarea:-moz-placeholder           {font: 14px Roboto-Regular;color:#9b9b9b;}/* Firefox 18- */
#comments form p input:-ms-input-placeholder , #comments form p textarea:-ms-input-placeholder      {font: 14px Roboto-Regular;color:#9b9b9b;}

#comments form p input {
    height: 40px;
}

#comments form p.form-submit input.submit {
    background: #6dc394;
    color: #fff;
    width: 100%;
    padding: 0;
    border: 1px solid #dbdbdb;
	font: 18px Roboto-Bold;
}

#comments .comment-respond {
    background: #fff;
    padding: 25px;
}

#comments .comments-area {
    padding-top: 1px;
}

.form-submit {
    margin-bottom: 0;
}

.comment-tit {
    font: 20px RobotoSlab-Bold;
    color: #787678;
    padding: 20px 20px 30px 20px;
}

.stb-container-css {
	position: relative !important;
}

.stb-box {
    margin: 0 0 0 50px !important;
    min-height: 40px !important;
}

.stb-icon {
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
}

.stb-alert-container {
	background: #fff;
	border: 2px solid #fc6022;
}

.stb-image-big .stb-icon {
    width: 60px !important;
}

.stb-alert-container .stb-icon img {
    height: 38px !important;
    width: 30px !important;
    display: block;
    margin: 0 auto;
}

.stb-alert-container .stb-box {
    font: 16px Roboto-Bold;
    color: #fc6022;
    padding: 20px !important;
}

.stb-info-container {
	background: #fff !important;
	border: 2px solid #6dc394;
}

.stb-info-container .stb-icon img {
    height: 38px !important; 
    width: 38px !important; 
    display: block;
    margin: 0 auto;
}

.stb-info-container .stb-box {
    font: 16px Roboto-Bold;
    color: #6dc394;
    padding: 20px !important;
	background: #fff !important;
}

.stb-warning-container  {
	background: #fff !important;
	border: 2px solid #fca722;
}

.stb-warning-container  .stb-icon img {
    height: 34px !important;
    width: 38px !important;
    display: block;
    margin: 0 auto;
}

.stb-warning-container  .stb-box {
    font: 16px Roboto-Bold;
    color: #fca722;
    padding: 20px !important;
	background: #fff !important;
}

.stb-download-container  {
	background: #fff !important;
	border: 2px solid #e06cfd;
}

.stb-download-container  .stb-icon img {
    height: 36px !important;
    width: 36px !important;
    display: block;
    margin: 0 auto;
}

.stb-download-container  .stb-box {
    font: 16px Roboto-Bold;
    color: #e06cfd;
    padding: 20px !important;
	background: #fff !important;
}

.stb-download-container  .stb-box a {
    color: #e06cfd;
}

.stb-additional-container  {
	background: #fff !important;
	border: 2px solid #a7a7a7;
}

.stb-additional-container  .stb-icon img {
    height: 32px !important;
    width: 31px !important;
    display: block;
    margin: 0 auto;
}

.stb-additional-container  .stb-box {
    font: 16px Roboto-Bold;
    color: #a7a7a7;
    padding: 20px !important;
	background: #fff !important;
}

.stb-quote-container  {
	background: #fff !important;
	border: 2px solid #cd911c;
}

.stb-quote-container  .stb-icon img {
    height: 25px !important;
    width: 38px !important;
    display: block;
    margin: 0 auto;
}

.stb-quote-container  .stb-box {
    font: 16px Roboto-Bold;
    color: #cd911c;
    padding: 20px !important;
	background: #fff !important;
}

.stb-grey-container  {
	background: #fff !important;
	border: 2px solid #22bcfc;
}

.stb-grey-container  .stb-icon img {
    height: 37px !important;
    width: 38px !important;
    display: block;
    margin: 0 auto;
}

.stb-grey-container  .stb-box {
    font: 16px Roboto-Bold;
    color: #22bcfc;
    padding: 20px !important;
	background: #fff !important;
}

.border-block {
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    left: 15px;
    padding-top: 25px;
    margin-top: 15px;
}

.about-autor {
    margin-top: 15px;
    height: 39px;
    border-bottom: 1px solid #c9c9c9;
}

.single-author {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
    margin: 25px 0;
}

span.autor-text.all-post {
    border-bottom: 0;
    color: inherit;
}

span.autor-text {
    padding: 15px 40px;
    color: #6dc394;
    border-bottom: 3px solid #6dc394;
	cursor: pointer;
	font: 18px Roboto-Bold;
}

#all {
    display: none;
}

.wp-biographia-container-top {
    background-color: #fff!important;
    border: 0!important;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.wp-biographia-container-top {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    margin: 20px 0;
    overflow: hidden; 
    padding: 20px;
}

.bio-content {
    /* padding-top: 35px; */
}
.wp-biographia-container-top{
    margin: 0!important;
}

.wp-biographia-pic {
    background: #fff;
    border: none !important;
    float: left;
    height: 100px;
    width: 100px;
    margin: 0 -122px 0 0 !important;
    padding: 10px !important;
}

.wp-biographia-pic img {
    height: 80px;
    width: 80px;
	max-width: 80px;
	max-height: 80px;
}

.wp-biographia-text {
    margin-left: 125px;
    color: #5c5c5c;
}

.wp-biographia-text {
    float: left;
    margin: 0 0 0 140px;
}

.wp-biographia-text p:first-child {
    font: 18px RobotoSlab-Bold;
    color: #787678;
    margin: 4px 0 0 0;
}

.wp-biographia-text p:nth-child(2) {
	font: 14px Roboto-Regular;
	color: #5c5c5c;
}

.single-post-container p+p {
    padding-top: 25px;
}

.single-post-container p {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'ArialRegular';
    color: #515151;
}

.author-link {
    display: block;
    margin-top: 20px;
    width: 50%;
    float: left;
}

.author-link img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.author-link p {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px!important;
    padding-left: 20px;
    font-family: inherit;
    margin: 0;
    width: 60%;
}

.single-post-container p {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'ArialRegular';
    color: #515151;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.single-post-container form p input:hover, .single-post-container form p textarea:hover {
    border: 1px solid #e2504f;
}

.single-post-container form p input {
    height: 35px;
}

.single-post-container form p input, .single-post-container form p textarea {
    width: 80%;
    border: 1px solid #c9c9c9;
    padding-left: 5px;
}

.title-404 {
    padding: 10px 35px;
} 

.title-404 p.sorry {
    margin-bottom: 15px;
    font-size: 18px;
    color: #dd3432;
}

.title-404 p {
    font-size: 16px;
    color: #787678;
}

.articles-by-category {
    margin: 0 0 20px;
    padding: 15px 25px 40px 25px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
}

.title-404 img {
    float: left;
    margin: 13px 25px 0 0;
    height: auto;
} 

.articles-by-category p:first-child {
    margin-bottom: 30px;
    font: 26px RobotoSlab-Bold;
    color: #6b6b6b;
}

.articles-by-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.articles-by-category>ul>li {
    margin-top: 20px;
    position: relative;
    padding-right: 30px;
}

.articles-by-category ul a {
    color: #3a3a3a;
    font: 18px Roboto-Bold;
    text-decoration: underline;
}

.articles-by-category ul .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 22px;
    line-height: 21px;
    width: 22px;
    background: url(../img/right-arrow-b.png) no-repeat;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.articles-by-category ul ul {
    display: none;
    padding: 0 0 10px;
}

.articles-by-category ul {
    list-style: none;
}

.articles-by-category ul li:hover .icon,
.articles-by-category ul li.active .icon  {
    background: url(../img/right-arrow-c.png) no-repeat;
}

.articles-by-category ul li.active .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
}

.articles-by-category ul a {
	color: #3a3a3a;
	font-size: 18px;
	text-decoration: underline;
}

.articles-by-category ul a:hover,
.articles-by-category ul li.active>a {
	text-decoration: none;
	color: #6dc394;
}

.articles-by-category ul ul li {
    margin: 25px 0 0 25px;
}

.articles-by-category ul ul a {
    color: #5a5a5a;
    font-size: 16px;
    text-decoration: underline;
}

.wp-caption.alignright {
    margin-left: 30px;
    float: right;
    margin-right: 0;
}

/* ------------------------- */
.footer-contacts-des a, .footer-contacts-des p{
    font-size: 16px;
}
.footer-contacts-des span{
    font-size: 14px;
}
.footer-contacts-des p{
    padding-top: 7px;
}
.footer-links ul li{
    padding: 0 0 15px 0;
}
.footer-links ul{
    margin-right: 30px;
}
.footer-links ul:last-child{
    margin-right: 0 ;
}
@media all and (max-width: 992px) {
    .footer-contacts{
        text-align: center;
    }
    .footer-contacts img{
        margin: 0 0 15px 0 !important;
        float: none;
    }
    .soc_w{
        margin: 0 auto;
        display: block;
        width: 135px;
    }
    .footer-links{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 0;
    }
    .footer-links ul li{
        padding: 0 0 12px 0;
    }

}
@media all and (max-width: 600px) {
    .sm-2{
        display: none;
    }
}
@media all and (max-width: 550px) {
    .footer-links{
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
    }
    .footer-links ul{
        margin: 30px 0 0 0;
    }
    .footer-links ul:first-child{
        margin: 0;
    }
}
/* ------------------------- */
.post-ratings{
    margin: 45px 0 15px;
}
.post-ratings img{
    width: 15px;
}
.post-ratings em{
    font-size: 17px;
}
h4.post_r{
    margin: 20px 0;
}
/* ------------link------------- */
.links_wrap {
  max-width: 850px;
  margin: 0 auto;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 10px 0; }

.links_wrap .link {
  width: 49%;
  min-height: 55px;
  margin-bottom: 20px; }
  .links_wrap .link a {
    border-radius: 4px;
    background: #01a2ff;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: center;
    padding: 15px 5px;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center; }
    .links_wrap .link a:hover, .links_wrap .link a:focus {
      text-decoration: none;
      background: #35b5ff;
      box-shadow: 0px 2px 10px rgba(22, 168, 253, 0.49); }

.links_wrap .link_1 {
  width: 100%; }

.links_wrap .link_3 {
  width: 32%; }

.links_wrap .link a {
  border: 1px solid #6DC394;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #6B6B6B;
  float: left;
  border-radius: 0;
  text-transform: uppercase;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  .links_wrap .link a:hover, .links_wrap .link a:focus {
    background-color: #6DC394;
    color: #fff; }

@media only screen and (max-width: 650px) {
  .links_wrap .link, .links_wrap .link_3 {
    width: 100%; }

  .links_wrap .link a {
    font-size: 14px; } }
/* ------------link------------- */

@media (min-width: 1199px) {
	.col-lg-4-new {
	    width: 37%;
	    float: left;
	}

	.col-lg-3-new {
	    width: 18%;
	    float: left;
	}
}

@media (min-width: 992px) {
	.col-md-3-1 {
	   width: 31%;
	}

	.col-md-3-2 {
	    width: 14%;
	}

	.col-md-4-new {
	    width: 37%;
	    float: left;
	}

	.col-md-3-new {
	    width: 18%;
	    float: left;
	}

	.soc {
	    padding: 15px 0 10px 0;
	}

	.footer-links-2 {
		display: none;
	}
}

@media all and (min-width: 767px) {

	.contacts-des {
		display: block;
	}

	.sm {
		display: none;
	}

}

@media all and (max-width: 1199px) {

	.soc {
	    padding: 15px 0 10px 0;
	}

	.search {
	    padding: 25px 35px;
	}

	.contacts {
	    padding: 15px 0;
	}

	.header-nav ul li a {
	    padding: 20px 25px;
	}

	.main-cat-img {
	    border-radius: 0;
	    width: 120px;
	    height: 120px;
	}

	.main-popular-item-tit {
	    font: 16px RobotoSlab-Bold;
	    color: #6b6b6b;
	}

	.footer-soc {
	    padding: 30px 0;
	}


	.single-popular-item-tit {
	    font: 14px RobotoSlab-Bold;
	    color: #6B6B74;
	    width: 175px;
	    float: left;
	    text-align: left;
	    margin: -5px 0 0 0;
	}

	.single-popular-item img {
		margin: 0 10px 0 0;
		width: 100px;
		height: 75px;
	}

	.single-popular-item a {
	    font: 16px Roboto-Bold;
	    left: 110px;
	}

	.last-post-tit {
	    width: 200px;
	}
	
	.single-title {
		font: 20px RobotoSlab-Bold;
		color: #6b6b6b;
	}
	
	.category-des {
		margin: 25px 0 35px 0;
	}
	
	.category-link {
		left: 240px;
	}
	
	.author-link p {
		width: 75%;
	}

}

@media all and (max-width: 991px) {

	.contacts-des {
	    font: 14px Roboto-Bold;
	    color: #6dc394;
	}

	.soc {
		display: none;
	}

	.search {
	    padding: 25px 20px;
	}

	.contacts {
	    padding: 21px 0;
	}

	.header-nav ul li a {
	    font: 14px RobotoSlab-Regular;
	    padding: 20px 11px;
	}

	.main-cat-img {
	    width: 168px;
	    height: 168px;
	}

	.main-cat {
	    margin: 25px 0 25px 0;
	}

	.main-cat:nth-child(4) {
	    margin: 0 0 25px 16.66666667%;
	}

	.main-cat:nth-child(5) {
	    margin: 0 16.66666667% 25px 0;
	}

	.about-text {
		text-align: left;
	}

	.about-logo {
	    padding: 90px 30px 25px 30px;
	}

	.about-des {
	    padding: 25px 0 0 0;
	}

	.about-tit {
	    padding: 0;
	}

	.main-popular-item {
	    padding: 10px;
	}

	.main-popular-tit {
	    padding: 30px 0 20px 0;
	    text-align: center;
	}
/* 
    .footer-links {
        display: none;
    } */

	.footer-links-2 {
		display: block;
	}

	.footer-contacts img {
	    margin: -8px 30px 0 0;
	}

	#main-about {
	    padding: 40px 0;
	}

	.single-popular-item-tit {
	    font: 14px RobotoSlab-Bold;
	    color: #6B6B74;
	    width: 175px;
	    float: left;
	    text-align: left;
	    margin: -5px 0 0 0;
	}

	.single-popular-item img {
	    margin: 0 10px 0 0;
	}

	.last-post-tit {
	    width: 245px;
	}
	
	.category-link {
		left: 278px;
	}
	
	.page-numbers li {
		margin: 20px 15px 25px 0;
	}
	
	.pag {
		display: none;
	}
	
	.content {
		padding: 20px 15px 0 15px;
	}
	
	.content-single {
		padding: 15px;
	}
	
	.single-title {
		text-align: center;
		margin-top: 5px;
	}
	
	.category-content {
	    margin: 15px 0 0 0;
	}
	
	.comment-list .reply {
		text-align: left;
	}
	
	.author-link p {
		width: 70%;
	}
	
	.title-404 img {
		margin: 35px 25px 35px 0;
	}

}

@media all and (max-width: 767px) {

	.logo {
		display: none;
	}

	.search {
		display: none;
	}

	.contacts {
		display: none;
	}

	.header-nav {
		background: none;
	}

	.sm {
		display: block
	}

	.main-cat:nth-child(3) {
	    margin: 0 0 25px 0;
	}

	.main-cat:nth-child(4) {
	    margin: 0 0 25px 0;
	}

	.main-cat:nth-child(5) {
	    margin: 0 0 25px 25%;
	}

	.main-cat-img {
	    width: 168px;
	    height: 168px;
	    margin: 0 auto;
	}

	.footer-contacts img {
	    margin: -3px 30px 0 25px;
	    width: 70px;
	}

	.single-popular-item-tit {
	    font: 14px RobotoSlab-Bold;
	    width: 200px;
	}

	.single-popular-tit {
	    text-align: center;
	}

	.last-post-tit {
	    width: 230px;
	}
	
	.single-title {
		font: 18px RobotoSlab-Bold;
	}

	.category-img {
	    width: 100%;
	    float: none;
	}

	.category-wrp {
	    width: 100%;
	    padding: 10px 0 0 0;
	}

	.category-title { 
	    font: 18px RobotoSlab-Bold;
	    text-align: center;
	}

	.category-link {
	    text-align: center;
	    width: 100%;
	    display: block;
		position: relative;
		bottom: inherit;
		left: inherit;
	}

	.category-des {
	    margin: 10px 0 20px 0;
	}
	
	#comments img {
		margin: 0 auto;
		display: block;
	}
	
	.comment-author.vcard p {
		text-align: center;
	}
	
	.comment-list .comment-meta.commentmetadata {  
		text-align: center;
	}
	
	.comment-list .reply {
		text-align: center;
	}
	
	#comments ul li {
		padding: 25px 10px;
	}
	
	ul.comment-list li ul.children {
		margin-left: 0px;
	}
	
	.comment-tit {
		text-align: center;
	}
	
	#comments .comment-respond {
		padding: 10px;
	}
	
	.comment-notes {
		text-align: center;
	}
	
	.content-single form p input, .content-single form p textarea {
		width: 100%;
	}
	

}

@media all and (max-width: 738px) {

	.footer-links-2 a {
	    font-size: 14px;
	}

	.footer-links-2 {
	    display: block;
	    position: relative;
	    height: auto;
	    margin: 20px 0;
	}

	.footer-links-2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		left: inherit;
		float: left;
		height: 30px;
	}

	.footer-links-2 ul li {
		position: relative;
		left: inherit;
		float: left;
		margin: 0 5px;
		height: 30px;
		padding: 0 5px;
	}

	.footer-contacts img {
	    margin: 0 30px 10px 25px;
	    width: 70px;
	    float: none;
	}

	.footer-contacts {
	    padding: 28px 0;
	    text-align: center;
	    width: 100%;
	}

	.footer-soc {
	    padding: 0 0 25px 0;
	    width: 100%;
	}

	.footer-soc-wrp {
	    width: 135px;
	    margin: 0 auto;
	}

	.footer-contacts-des p {
	    padding: 0 10px;
	}

	.copyright {
	    font: 14px Roboto-Light;
	}

	.last-post-img {
	    float: left;
	    margin: 5px 10px 0 0;
	    width: 100%;
	}

	.last-post-img img {
	    margin: 0 auto;
	    display: block;
	}

	.last-post-tit {
	    width: 100%;
	    text-align: center;
	    padding: 20px;
	}

	.last-post a {
	    margin: 10px auto 0 auto;
	    display: block;
	    text-align: center;
	}
	

}

@media all and (max-width: 718px) {

	.single-popular-item a {
	    text-align: center;
	    position: relative;
	    left: inherit;
	    margin: 0 auto;
	    display: block;
	}

	.single-popular-item-tit {
	    width: 100%;
	    float: left;
	    text-align: center;
	    margin: 10px 0;
	}

	.single-popular-item img {
	    margin: 0 auto;
	    float: none;
	    display: block;
	}
	
	.single-popular-item img {
		width: 150px;
		height: 100px;
	}

}

@media all and (max-width: 624px) {

	.main-cat a {
	    padding: 35px 5px;
	}
	
	.author-link {
		width: 100%;
	}
	
	span.autor-text {
		padding: 15px 20px;
		font: 15px Roboto-Bold;
	}
}

@media all and (min-width: 600px) {

	
	.sm-2 {
		display: none;
	}

}

@media all and (max-width: 600px) {

	.sm {
		display: none;
	}

	.last-post-tit {
	    padding: 0;
	}
	
	
	.sm-2 {
        /* display: block; */
		display: none;
		padding: 15px 17px !important;
		width: 100% !important;
		margin: 10px auto !important;
		text-align: center;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
	.contacts-des span {
		display: block;
		clear: both;
	}

}

@media all and (max-width: 524px) {

	.main-cat-des {
	    font: 14px RobotoSlab-Bold;
	}

	.main-popular-item img {
	    float: none;
	    margin: 0 auto 10px auto;
	    display: block;
	}

	.main-popular-item-tit {
		margin: 0 0 15px 0;
		width: 100%;
		text-align: center;
	}

	.main-popular-item a {
		font: 18px Roboto-Bold;
		text-transform: uppercase;
		position: relative;
		bottom: inherit;
		left: inherit;
		text-align: center;
		right: inherit;
		display: block;
	}

	.footer-links-2 ul li {
	    width: 150px;
	    text-align: center;
	}

	.footer-links-2 ul li:nth-child(3) {
	    clear: both;
	}

	.footer-links-2 {
	    margin: 0px 0 40px 0;
	}

	.last-comment {
	    margin: 20px 0;
	    padding: 5px;
	    width: 100%;
	}

	.last-comment-img {
	    float: none;
	    margin: 0;
	    height: 100%;
	    width: 100%;
	}

	.last-comment-img img {
	    width: 25px;
	    height: 30px;
	    display: block;
	    margin: 0 auto;
	}

	.last-comment-tit {
	    float: none;
	    width: 100%;
	    font: 16px RobotoSlab-Regular;
	    color: #5a5a5a;
	    text-align: center;
	    margin: 4px 0 20px 0;
	}

	.last-comment-des {
	    float: none;
	    width: 100%;
	    margin: 0;
	    text-align: center;
	}
	

	.stb-image-big .stb-icon {
		width: 100% !important;
		float: none;
		position: relative;
		top: inherit;
		margin: 15px 0;
	}
	
	.stb-ltr.stb-image-big .stb-box {
		margin: 0 !important;
		text-align: center;
	}
	
	.title-404 {
		padding: 10px 20px;
		text-align: center;
	}
	
	.title-404 img {
		float: none;
		margin: 13px auto 0 auto; 
		display: block;
	}
	
	.articles-by-category ul a {
		font-size: 16px;
	}
	

}

@media all and (max-width: 449px) {

	.col-xsn-12 {
		width: 100%;
	}

	.main-cat {
	    margin: 10px 0 10px 0;
	}

	.main-cat:nth-child(3) {
	    margin: 10px 0 10px 0;
	}

	.main-cat:nth-child(4) {
	    margin: 10px 0 10px 0;
	}

	.main-cat:nth-child(5) {
	    margin: 10px 0 20px 0;
	}

	.about-text {
		text-align: left;
	}

	.footer-contacts-des {
	    font: 15px Roboto-Bold;
	}

	.single-popular-item {
	    padding: 5px;
	    width: 100%;
	    border-bottom: 1px solid #eee;
	}

	.single-popular-item:nth-child(5) {
	    border-bottom: none;
	}

	.single-popular-tit {
	    text-align: center;
	}

	.last-post {
	    width: 100%;
	    border-bottom: 1px solid #eee;
	}

	.last-post:nth-child(4) {
	    border-bottom: none;
	}

	.last-post a {
	    margin: 10px auto 25px auto;
	}
	
	.wp-caption {
		margin-right: 0;
		width: 100% !important;
	}
	
	.wp-caption img {
		display: block;
		margin: 0 auto;
	}
	
	.wp-biographia-pic {
		width: 100% !important;
	}
	
	.wp-biographia-pic img {
		display: block;
		margin: 0 auto;
	}
	
	.wp-biographia-text {
		margin: 10px 0 0 0 !important;
		text-align: center !important;
	}

}

@media all and (max-width: 366px) {

	.footer-links-2 ul li {
	    margin: 0;
	    padding: 0;
	    width: 133px;
	}

}

@media all and (max-width: 290px) {

	.author-link p {
		width: 74%;
		font-size: 14px;
		margin: -20px 0 0 -10px;
	}


}
/* -----------category------------- */
.item_cat_wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}
.item_cat_wrap .item_cat{
    width: 350px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 60px;  
/*     display: flex;
flex-direction: column;
justify-content: space-between; */
}
.item_cat_wrap .item_cat ul{
    padding-left: 0;
}
.item_cat_wrap .item_cat ul li{
    list-style-type: none;
    padding: 10px 0;
}
.item_cat_wrap .item_cat ul li a{
    font-size: 14px;
}
.item_cat_wrap .item_cat .cat-header{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.item_cat_wrap .item_cat .all_post{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;

    background: #6dc394;
    color: #fff;
    padding: 9px 35px;
    text-align: center;
    cursor: pointer;
    clear: both;
    font: 18px Roboto-Bold;
    border: 1px solid #dbdbdb;
}
@media all and (max-width: 716px) {
    .item_cat_wrap{
        justify-content: center;
    }
    .item_cat_wrap .item_cat .all_post{
        width: 95%;
        padding: 9px 15px;
        margin-left: 8px;
    }
}
/* -----------category------------- */
/* ----------sidebar------------ */
.sidebar li{
    list-style-type: none;
}
.well {
    min-height: 20px;
    margin-bottom: 20px;
    border: 1px solid #D4DCDD;
    background: #FCFCFC;
    padding: 0;
    border-radius: 0;
}
.well .page-header {
    font: 18px RobotoSlab-Bold;
    color: #787678;
    background: #ededed;
    padding: 20px 0;
    text-align: center;
    margin: 0;
}
.nav {
    margin-left: 0;
    list-style: none;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
    text-align: left;
    padding: 5px 0;
    margin-right: 0;
    border-bottom: 1px solid #DCDBDB;
}
.nav>li:last-child{
  border: none;
}
.in-module .nav a:hover {
    color: #84C394;
}
.nav li:hover a, .nav li:focus a,
.well .menu li a:hover,.well .menu li a:focus{
  text-decoration: underline;
  background: none !important;
  border: none;
}
.in-module .nav>li>a {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    font: 16px RobotoSlab-Regular;
    color: #5a5a5a;
    display: block;
    transition: 0.3s ease;
}
.in-module .nav a {
    color: #0971B2;
    text-decoration: none;
    border-bottom: none;
}       
.separator {
  text-align: center;
  display: block;
  font-weight: bold;
}
/* ----------sidebar------------ */
/* ----------page_d------------ */
.page_link{
    margin: 30px 0;
}
.page_link ul{
    margin: 0;
}
.page_link ul li a{
    font-size: 13px;
}
/* ----------page_d------------ */

/*25.01.2018*/


#lstc-comment-subscription input {
    width: 20px;
    float: left;
}
#lstc-comment-subscription label {
    display: inline;
    position: relative;
    left: 10px;
    top: 5px;
}
label#cnns-label {
    display: inline-block;
}

/* 16.02.18 */
.custom_ul{
    padding-left: 10px;
}
.custom_ul li{
    margin: 5px 0;
}

@media (max-width: 600px){
    #toc_container a{
        font-size: 16px;
    }
    .single-popular-item {
        padding: 5px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
}
.top_link_w iframe{
    margin: 0;
}
/* 16.02.18 */
.link_post_sidebar a{
    margin: 0;
    color: #595959;
    font-size: 14px;
}
.link_post_sidebar a:hover{
    color: #6dc394;
}

.custom_wrap{
    margin-bottom: 25px;
}
.custom_wrap .sidebar-wrp{
    border-bottom: none;
    margin-bottom: 0; 
}
.custom_wrap .sidebar-wrp-title{
    padding: 8px 0;
}
.custom_wrap .custom_ul a{
    color: #595959;
    font-size: 14px;
}
.custom_wrap .custom_ul li:hover a{
    color: #6dc394;
}

/* 15.03.18 adress*/
.adr_wrap{
  margin: 0 0 30px 0;
  overflow: hidden;
  border: 3px solid #6CC294;
}
.adr_wrap .cont_wrap .item{
  display: none;
}
.adr_wrap .cont_wrap .item.active{
  display: block;
}
.title_wrap{
  width: 30%;
  float: left;
  border-right: 2px solid #6CC294;
  max-height: 700px;
  min-height: 700px;
  overflow-y: scroll;
}
.cont_wrap{
  width: 70%;
  height: 700px;
  float: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.adr_wrap .title_wrap .item{
  padding: 8px 10px 8px 13px;
  border-top: 1px solid #D5D5D5;
  font-size: 13px;
  transition: 0.3s ease;
  cursor: pointer;
}
.adr_wrap .title_wrap .item:hover{
  background-color: rgba(185, 231, 206, 0.53) !important;
}
.adr_wrap .title_wrap .item:first-child{
  border-top: none;
}
.adr_wrap .title_wrap .item:nth-child(odd){
  background-color: rgba(109, 195, 148, 0.5);
}
.cont_wrap .head_title{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.cont_wrap .body_t{
  overflow: hidden;
}
.cont_wrap .body_t .adress{
  width: 48%;
  float: left;
  font-weight: 700;
  margin-bottom: 10px;
}
.cont_wrap .body_t .adress span{
  display: block;
  font-weight: normal;
  margin-top: 10px;
  font-size: 15px; 
}
.cont_wrap .body_t .phone span{
  margin-top: 10px;
}
.cont_wrap .body_t .phone{
  width: 48%;
  float: right;
  font-weight: 700;
}
.cont_wrap .body_t .phone span a,
.cont_wrap .body_t .phone span{
  display: block;
  font-weight: normal;
}
.cont_wrap .top_wrap{
  padding: 30px 30px 0 30px;
}
#map{
  min-height: 420px;
  margin: 20px 0 0;
  width: 100%;
}
.adr_title{
  font-size: 25px;
}
#search_go{
  margin-left: 5px;
  padding-left: 8px;
  font-weight: normal;
  border: 1px solid #DADADA;
}
.searchs{
  margin-top: 20px;
  padding: 25px 35px 25px 0;
}
.searchs label{
  font-weight: 700;
}
.error_search{
  padding: 15px;
  font-size: 14px;
}
.link_ot{
    display: block;
    margin-top: 15px;
    clear: both;
}

@media only screen and (max-width : 768px) {
  .cont_wrap,
  .title_wrap{
    width: 100%;
    float: none;
  }
  .title_wrap{
    height: 400px;
    min-height: 400px;
    border-bottom: 2px solid #6BC194;
  }
}
@media only screen and (max-width : 600px) {
  .cont_wrap .body_t .adress,
  .cont_wrap .body_t .phone{
    width: 100%;
    float: none;
  }
  .cont_wrap .body_t .phone{
    margin-top: 15px;
  }
  .cont_wrap .head_title{
    font-size: 18px;
  }
}
/* 15.03.18 adress*/

table.table_class{
    border-collapse: collapse;
  border-spacing: 0;
  margin: 20px;
}
.table_class td{
    padding: 10px;
  border: 1px solid #aeaaaa;
}
.law_items{
    color: #6D6D6D;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;

}
.law_items .item{
    color: #6D6D6D;
    border: 1px solid #DBDBDB;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 760px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.content_block.about_site_mod{background-color: transparent;}
.law_items .item:nth-child(2n){
    align-self: flex-end;
}
.law_items img{
    color: #6D6D6D;
    width: auto;
    height: 115px;
    margin-right: 20px;
}
.law_items .item_body{color: #6D6D6D; line-height: 16px; font-size: 14px;}  
.law_items span{display: block; font-size: 14px; margin-bottom: 10px;}  
.law_items .title{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: #6DC394;
    padding: 8px 15px;
    line-height: 21px;
}   
.law_items .experience{
    color: #5d5c5c;
    font-weight: bold;
}   
.law_items .law_link{
    display: block;     
    font-size: 14px;
  font-weight: 700;
  padding: 10px 0 0;
  color: #67b189;
  text-align: right;
 }

#main-lawyer .main-popular-tit{padding-top: 15px; padding-bottom: 35px;}
@media only screen and (max-width : 550px) {
    .law_items .item{flex-direction: column; align-items: center;} .law_items img{margin-bottom: 20px;}
}


.thumb_post{
  padding: 7px 19px 15px 0;
  width: 50%;
  float: left;
}
@media (max-width: 600px){
  .thumb_post{
    padding: 20px 0;
    width: 100%;
    float: none;
  }
}

img.doc-image{width: 100%; height: auto;}