aside#sidebar #menu > ul > li > ul > li > a {
	font-size: 16px;
}

h1 {
	color: #5B90BF;
	font-size: 26px;
	margin-top: 0;
}

h2 {
	color: #5B90BF;
	font-size: 20px;
	margin-top: 0;
}


.record-themes span{
	border: 1px solid #e0e0e0;
	padding: 2px 4px;
	display: inline-block;
	margin: 3px;
	border-radius: 2px;
	color: #4d4d4d;
}

.record-themes span a{
	color: #4d4d4d;
}

.record-themes .themes-sublist {
	margin-left:20px;
}


.blog{
  width:100%;
}

@media (min-width: 1200px){
  .blog {
    width: 70%;
/*    width: 66.66666667%;*/
  }
}

@media (min-width: 1300px){
  .blog {
    width: 60%;
/*    width: 66.66666667%;*/
  }
}
@media (min-width: 1900px){
  .blog {
    width: 50%;
/*    width: 66.66666667%;*/
  }
}

.blog-img .imgItem{
	display: none;
}
.blog-img .leftbar{
	position: absolute;
	width: 50%;
/*	background-color: #0000001c;*/
	top: 0px;
	left: 0px;
	cursor: pointer;
	height: 100%;
}
.blog-img .leftbar i, .blog-img .rightbar i{
	position: absolute;
	top: 50%;
/*	left: 50%;*/
/*	color: white;*/
	font-size: 20px;
	cursor: pointer;
	color: #555;
	background-color: #eaeaea;
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 15px;
}
.blog-img .leftbar i{
	left: 20px;
/*	transform: translate(-17px,-20px);*/

}
 .blog-img .rightbar i{
	right: 20px;
/*	transform: translate(13px,20px);*/
	
}

.blog-img .rightbar{
	position: absolute;
	width: 50%;
/*	background-color: #0000001c;*/
	top: 0px;
	right: 0px;
	cursor: pointer;
	height: 100%;
}

.blog-img .counter{
/*	position: absolute;*/
/*	top: 10px;*/
/*	top: 14px;*/
/*	right: 10px;*/
/*	right: 44px;
	color: #555;
	background-color: #eaeaea;
	padding:5px;
	border-radius: 10px;*/
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;


}

.blog-img .zoom{
	position: absolute;
/*	bottom: 10px;*/
	top: 10px;
	right: 10px;
	color: #555;
	background-color: #eaeaea;
	display: inline-block;
	padding:5px;
	border-radius: 10px;
	font-size: 14px;
	cursor: pointer;
	width: 80px;
/*	height: 30px;*/
	
	border-radius: 15px;
}



.galleryWraper {
	width: 100vw; 
	height: 100vh; 
	background-color: #000000dd; 
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 20px 40px;
}

.galleryWraper .closeWrap{
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 2rem;
	width: 2.8rem;
	height: 2.8rem;
	background-color: #00000099;
	border-radius: 1.25rem; 
	cursor: pointer;
}
.galleryWraper div.img{
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}
.galleryWraper .leftPanel{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 50%;
	cursor: pointer;

}
.galleryWraper .rightPanel{
	position: absolute;
	top: 0;
	right: 0;
	height: 100vh;
	width: 50%;
	cursor: pointer;


}



.addcomment {cursor: pointer;}

.blog-body .blog-preview {
	font-family: 'Roboto Condensed';
	font-size: 16px;
	font-weight: 400;
}
.errtext{
	padding-left: 20px;	
}


.blogThemMap {font-family: 'Oswald';
font-size: 22px;
font-weight: 400;}

.blogThemMap a {
color: #5B90BF;
}

.blogThemMapEdit {font-family: 'Oswald';
font-size: 14px;
font-weight: 400;}
.blogThemMapEdit i {
font-size: 12px;
}
.blogThemMapEdit .noVis {
	color: #555555;	
	text-decoration: line-through;
}


.blogThemMap i {min-width: 25px;padding-right: 5px;}


.blogThemMap0 {margin-top: 10px; border-top: 1px solid #555;}
/*.blogThemMap1 {padding-left: 10px; }
.blogThemMap2 {padding-left: 20px;}
.blogThemMap3 {padding-left: 30px;}
.blogThemMap4 {padding-left: 40px;}
.blogThemMap5 {padding-left: 50px;}
.blogThemMap6 {padding-left: 60px;}
.blogThemMap7 {padding-left: 70px;}
.blogThemMap8 {padding-left: 80px;}
.blogThemMap9 {padding-left: 90px;}*/


.cemmentItem { border: 1px solid #eaeaea; margin-bottom: 15px; background: #fff;}

.cemmentItem .commentHeader{
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 400;
}

.cemmentItem .commentName{display: inline-block; margin-right: 15px;}
.cemmentItem .commentDate{display: inline-block; margin-right: 15px;font-size: 14px;}
.cemmentItem .commentText{ padding: 10px;	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
}


.img-responsive {
	display: inline-block;
	max-height: 95vh;
}
.blog-body .blog-img {
	text-align: center;
}

.main-container {
	background: url(/img/client-bg.png);
}

.socialLincs {
	text-align: left;
  padding-left: 13px;
}
.socialLincs span{
	display: inline-block;
	margin: 5px;
	font-size: 20px;
}

.socialLincs .fa-vk{
	color: white;
}

.socialLincs .fa-telegram{
	color: #249cd7;
}

.socialLincs .fa-whatsapp{
	color: #00E676;
}
.socialLincs .fa-instagram{
	color:  #E6284C;
}

.icon-empty{
	display: inline-block;
	width: 15px;
}

aside#sidebar #menu > ul > li a {
	font-size: 20px;
}
aside#sidebar #menu > ul > li > a > i{
	font-size: 20px;
	line-height: 20px;
}

.blogSubMap0 {
  margin-top: 10px;
  border-top: 1px solid #555;
}
.blogSubMap {
  font-family: 'Oswald';
  font-size: 22px;
  font-weight: 400;
  padding:7px;
}

.blogSubMap i {min-width: 25px;padding-right: 5px;}

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

.searchNum{
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	text-align: right;
}

.searchHeader{
	font-weight: bold;
}

.searchPreview {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: #555 dotted 1px;
}

.author_description{
	display: none;
}

.control-group .control-label{
	margin-bottom: 5px;
}

.controls input , .controls select {
  display: inline-block;
  width: 90%; /*oldval 100%*/
  height: calc(2rem + 2px);/*oldval 2.25rem + 2px*/
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem; /*oldval 1.25rem*/
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.controls input[type="checkbox"]{
	position: initial;
  display: inline-block;
  width: auto; /*oldval 100%*/
  height: 12px;/*oldval 2.25rem + 2px*/
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem; /*oldval 1.25rem*/
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-right: 10px;
}



.controls textarea {
  display: inline-block;
  width: 90%; /*oldval 100%*/
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem; /*oldval 1.25rem*/
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


