html, body{
	height: 100%;
	min-height: 100%;
	position: relative;
}

body{
	background-image: url("../img/bg.jpg");
}

h1,h2,h3,h4,h5{
	/*font-family: 'Comfortaa', cursive;*/
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #737373;
}

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

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

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

#main-wrapper{
	padding-bottom: 130px;
	display: flex;
	flex-direction: column;
}

footer .glyphicon, header .glyphicon, footer .fa, header .fa{
	color: #2497f4;
	text-shadow: none !important;
}

.pd15{
	padding: 0 15px;
}

.mt44{
	margin-top: 44px;
}

.mb44{
	margin-bottom: 44px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 25px;
	padding-right: 25px;
}

.bl-top--container{
	margin-top: 11px;
	font-size: 14px;
}

.bl-top--container .return a{
	color: #4ab251;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
}

.bl-top--container .return a:hover{
	text-decoration: none;
}

span.logo-top_kray {
	width: 35px;
	height: 30px;
	display: inline-block;
	background: url('../img/tpl_logo.png');
	vertical-align: top;
}

.bl-cab_trash{
	text-align: right;
	padding-top: 11px;
}

.bl-cab_trash a{
	color: #000;
	text-decoration: underline;
}

.bl-cab_trash a:hover{
	text-decoration: none;
}

.bl-cab--link, .bl-trash--link {
	display: inline-block;
	font-size: 13px;
}

.bl-cab_trash .glyphicon{
	color: #4ab04a;
	font-size: 16px;
	vertical-align: top;
	margin-right: 6px;
}

.bl-main--container{
	margin-bottom: 34px;
}

.list-group-item-theme-tk {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,c4c4c4+100 */
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #c4c4c4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#c4c4c4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
}

.list-group-item-theme-tk.active, .list-group-item-theme-tk.active:hover, .list-group-item-theme-tk.active:focus {
	z-index: 2;
	color: #fff;
	border: 1px solid #2196f3;
	background: #2196f3;
	text-shadow: none;
}

a.list-group-item-theme-tk, button.list-group-item-theme-tk {
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

a.list-group-item-theme-tk:hover, button.list-group-item-theme-tk:hover, a.list-group-item-theme-tk:focus, button.list-group-item-theme-tk:focus {
	text-decoration: none;
	color: #fff;
	background: #2196f3;
	border: 1px solid #2196f3;
	text-shadow: none;
}

.navbar-top-theme-tk{
	height: 48px;
	min-height: 48px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
}

header{
	height: 136px;
	background-image: url("../img/header-bg.jpg");
	background: #5C5C5C;
	margin-bottom: 32px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
	color: #fff;
	display: flex;
}



#main_content{
	border-left: 1px solid #e6e6e6;
}

.banner-left-sidebar-theme-tk{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.social-group-left-sidebar-theme-tk{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.carousel-indicators li {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #2a99f2;
	margin-right: 8px;
	position: relative;
}

.carousel-indicators .active {
	width: 25px;
	height: 25px;
	margin: 1px;
	margin-right: 8px;
}

.carousel-indicators .active:after {
	content: " ";
	position: absolute;
	width: 17px;
	height: 17px;
	background: #2a99f2;
	border-radius: 16px;
	left: 2px;
	top: 2px;
}

.carousel-indicators-theme-tk {
	position: absolute;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	list-style: none;
	text-align: start;
	left: 12px;
	bottom: 0;
	margin-left: 0;
}

.theme-tk-items--container{
	position: relative;
}

.theme-tk-item--container, .theme-tk-partner--item{
	padding-left: 15px;
	padding-right: 15px;
}

.thumbnail-theme-tk {
	border: none;
	box-shadow: 0 0 4px #ccc;
	border-radius: 0;
	overflow: hidden;
	margin-top: 2px;
}

.thumbnail-theme-tk .container--img{
	height: 240px;
}

.thumbnail-theme-tk .container--img img{
	max-height: 240px;
}

.thumbnail-theme-tk a.bl-image_thumb--wrapper{
	height: 240px;
	width: 240px;
	display: block;
}

.thumbnail-theme-tk a.bl-image_thumb--wrapper img{
	max-height: 240px;
}

.thumbnail-theme-tk .caption {
	max-height: 220px;
	overflow: hidden;
	padding: 9px 21px;
}

.thumbnail-theme-tk .caption h5{
	line-height: 21px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 18px;
}

.item-price {
	color: #000;
	margin-bottom: 20px;
}

span.item-price--label {
	display: block;
	font-size: 13px;
}

span.item-price--value {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	display: block;
	line-height: 27px;
}

span.item-price--value i{
	font-style: normal;
	font-size: 16px;
}

.btn-theme-tk{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52b0fa+0,2395f5+100 */
	background: #52b0fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #52b0fa 0%, #2395f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #52b0fa 0%,#2395f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #52b0fa 0%,#2395f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b0fa', endColorstr='#2395f5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #117bcf;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-theme-tk:hover, .btn-theme-tk:active, .btn-theme-tk:focus, .btn-theme-tk:active:hover{
	background: #2196f3;
	border: 1px solid #137ccf;
	border-color: #137ccf;
	color: #fff;
}

.shopping-cart-theme-tk{
	color: #fff;
	font-size: 20px;
	/*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);*/
	vertical-align: sub;
	margin-right: 8px;
}

.carousel-control-theme-tk.left{
	z-index: 9;
	opacity: 1;
	width: 38px;
	height: 38px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,c4c4c4+100 */
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #c4c4c4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#c4c4c4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d0d0d0;
	border-radius: 5px 0px 0px 5px;
	position: relative;
	display: inline-block;
	margin-right: -4px;
}

.carousel-control-theme-tk.right{
	z-index: 9;
	opacity: 1;
	width: 38px;
	height: 38px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,c4c4c4+100 */
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #c4c4c4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#c4c4c4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d0d0d0;
	border-radius: 0px 5px 5px 0px;
	position: relative;
	display: inline-block;
}

.carousel-control-theme-tk.left:hover, .carousel-control-theme-tk.right:hover{
	text-decoration: none;
	color: #fff;
	background: #2196f3;
	border: 1px solid #2196f3;
}

.carousel-control-theme-tk span.glyphicon{
	font-size: 20px;
	line-height: 28px;
}

.theme-tk-items--header {
	padding: 0 15px;
	margin-bottom: 30px;
}

.theme-tk-statcontent--header{
	padding: 0 15px;
	margin-bottom: 10px;
}

.carousel-control-theme-tk--container{
	float: right;
}

.bl-static--text{
	font-size: 16px;
	text-align: justify;
}

.bl-static--text p{
	font-size: 17px;
}

.theme-tk-partner--item .thumbnail-theme-tk{
	margin-bottom: 30px;
	height: 255px;
	background: #fff;
	text-align: center;
	line-height: 255px;
}

footer{
	position: absolute;
	bottom: 0;
	width: 100%;

	/*position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;*/
	height: 130px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,1b1b1b+100 */
	background: rgb(76,76,76); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjFiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(27,27,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(27,27,27,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(27,27,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-8 */
	color: #fff;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	bottom: 0;
}

footer .container, header .container{
	height: 100%;
	display: flex;
}

.bl-footer--small_contact, .bl-footer--copyright, .bl-header--logo, .bl-header--contact, .bl-header--social {
	font-size: 15px;
	/*height: 100%;*/
	/*display: table;*/
	display: flex;
	align-items: center;
}

.bl-footer--small_contact div, .bl-footer--copyright div, .bl-header--logo div, .bl-header--contact div, .bl-header--social div{
	/*display: table-cell;*/
	vertical-align: middle;
}

.bl-footer--copyright{
	text-align: right;
	font-size: 13px;
}

.bl-footer--small_contact .glyphicon, .bl-footer--small_contact .fa{
	margin-right: 12px;
	vertical-align: middle;
}

header .bl-header--logo--img, header .bl-header--logo--comp_name{
	float: left;
}

header .bl-header--logo--img img {
	max-height: 80px;
	margin-right: 10px;
	border-radius: 5px;
}

.bl-header--logo--comp_name{
	width: 240px;
	font-family: 'Comfortaa', cursive;
	/*font-size: 22px;*/
	font-size: 20px;
	max-height: 130px;
	overflow: hidden;
	color: #979797;
}

@media screen and (max-width: 992px) {
	.bl-header--logo--comp_name {
		width: auto;
	}
}

.bl-header--contact p{
	/*float: left;
	width: 200px;*/
  margin-bottom: 0;
  /*flex-basis: 100%;*/
  flex-grow: 1;
}

@media (max-width: 991px) {
  .bl-header--contact p{
    /*flex-basis: 100%;*/
  }
}

.bl-header--contact p:nth-child(3){
	clear: both;
}

.bl-header--contact{
	font-size: 13px;
  /*height: 100%;
  display: block;*/
}

.bl-header--contact > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /*height: 100%;*/
}

.bl-header--contact .glyphicon, .bl-header--contact .fa {
	margin-right: 12px;
	vertical-align: top;
	font-size: 14px;
	height: 21px;
	float: left;
}

.bl-header--social{
	text-align: right;
}

.bl-header--social .icon {
	width: 42px;
	height: 42px;
	display: inline-block;
	line-height: 42px;
	border-radius: 7px;
	text-align: center;
	margin-left: 10px;
	background: url("../img/social.png");
	text-indent: -9999px;
}

span.icon.vk {
	background-position: -10px -10px;
}

span.icon.odn {
	background-position: -10px -70px;
}

span.icon.fb {
	background-position: -70px -70px;
}

span.icon.google {
	background-position: -70px -10px;
}

.theme-tk-breadcrumb{
	background: none;
}

.theme-tk-breadcrumb li a{
	color: #1E282A;
}

.theme-tk-breadcrumb>li+li:before {
	content: "\003e";
	padding: 0 5px;
	color: #137ccf;
}

.theme-tk-items--sort, .theme-tk-items--filter{
	padding: 0 15px;
	margin-bottom: 30px;
}

.theme-tk-items--sort .form-control-static, .theme-tk-items--filter .form-control-static{
	font-size: 16px;
	margin-right: 10px;
}

.pagination-theme-tk>li>a, .pagination-theme-tk>li>span{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,e8e8e8+100 */
	background: rgb(254,254,254); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
	color: #7e7e7e;
}

.pagination-theme-tk>li>a:hover, .pagination-theme-tk>li>span:hover, .pagination-theme-tk>li>a:focus, .pagination-theme-tk>li>span:focus {
	z-index: 3;
	color: #fff;
	background: #2196f3;
}

.pagination-theme-tk>.active>a, .pagination-theme-tk>.active>span, .pagination-theme-tk>.active>a:hover, .pagination-theme-tk>.active>span:hover, .pagination-theme-tk>.active>a:focus, .pagination-theme-tk>.active>span:focus {
	z-index: 3;
	color: #fff;
	background: #2196f3;
	border-color: #2196f3;
}

.bl-product_cart--image{
	border: none;
	box-shadow: 0 0 4px #ccc;
	border-radius: 0;
	overflow: hidden;
	margin-top: 2px;
}

.bl-product_cart--image img {
	width: 231px;
}

.bl-product_cart--pr_image {
	display: inline-block;
	margin-top: 11px;
	margin-right: 6px;
	background: #fff;
	box-shadow: 0 0 4px #ccc;
}

.bl-product_cart--pr_image:nth-child(3n+4) {
	margin-right: 0;
}

.bl-product_cart--pr_image img {
	width: 76px;
}

.bl-product_cart_header{
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	padding: 0 20px;
}

.bl-product_cart_header--trash{
	margin: 24px 0;
}

.bl-product_cart_header--trash a {
	width: 220px;
	display: inline-block;
	margin-right: 16px;
	vertical-align: text-bottom;
}

.bl-product_cart_header--trash .item-price{
	display: inline-block;
}

.bl-product_cart_desc{
	padding: 20px;
	font-size: 17px;
	border-bottom: 1px solid #EAEAEA;
}

.bl-product_cart_share{
	padding: 20px;
}

.bl-product_cart_share .social-button-span{
	float: left;
}

.edit-c-btn{
	position: absolute;
	z-index: 1;
	right: 10px;
	top: -10px;
}

.edit-c-btn-r {
	position: absolute;

	right: -15px;
	top: -10px;
}

.edit-c-btn-l {
	position: absolute;

	left: -10px;
	top: -10px;
}

.edit-menu-item{
	position: absolute;
	left: -5px;
}

.bl-empty--dotted {
	border: 3px dashed #ccc;
	text-align: center;
	height: 50px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #8E8E8E;
}

.bl-error--validation{
	margin-top: 20px;
}

.btn-group-edit-menu, .btn-group-edit-contact, .btn-group-edit-page, .btn-group-edit-blocklist{
	float: right;
	position: relative;
	top: -5px;
}

.no_publish{
	background: rgba(204, 204, 204, 0.24);
	opacity: 0.5;
}


body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.sortable-list-tk li.placeholder {
  position: relative;
  height: 40px;
  border: 1px dashed #ccc;
  list-style: none;
  /** More li styles **/
}
.sortable-list-tk li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.sortable-list-tk li.placeholder_big {
  position: relative;
  height: 60px;
  border: 1px dashed #ccc;
  list-style: none;
  margin-bottom: 10px;
  /** More li styles **/
}
.sortable-list-tk li.placeholder_big:before {
  position: absolute;
  /** Define arrowhead **/
}

.file-preview-thumbnails div.placeholder{
	border: 1px dashed #CCC;
	background: none;
	position: relative;
	/*display: table;*/
	margin: 8px;
	height: 200px;
	padding: 6px;
	float: left;
	width: 160px;
}

.file-preview-thumbnails div.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.imp-white{
	color: white !important;
}

.mg-r-dotted{
	margin: 0 12px;
}

#vk_groups{
	margin: 0 auto;
}

.theme-tk-statcontent{
	font-size: 16px;
	text-align: justify;
}

.theme-tk-statcontent ul{
	padding-left: 18px;
}

.theme-tk-statcontent ol{
	padding-left: 18px;
}

.blog--container{
	padding: 30px;
	text-align: justify;
}

.blog--container .calend{
	color: #999999;
}

.blog--container .calend .date{
	font-size: 12px;
	margin: 0 0 0 5px;
	position: relative;
	display: inline-block;
}

.blog--container .link{
	margin: 12px 0;
}

.blog--container .link a{
	color: #2196f3;
	font-size: 17px;
	font-weight: 600;
}

.blog--container .link a:hover{
	text-decoration: none;
}

.blog--container a.link-more{
	color: #2196f3;
}

.blog--container a.link-more:hover{
	text-decoration: none;
}

.blog--container .main_img, .item-blog--container .main_img{
	margin: 10px 0;
}

.blog--container .main_img img, .item-blog--container .main_img  img{
	max-width: 100%;
}

.item-blog--container .calend{
	color: #999999;
	margin-bottom: 15px;
}

.item-blog--container .calend .date{
	font-size: 12px;
	margin: 0 0 0 5px;
	position: relative;
	display: inline-block;
}

.item-blog--container .sdesc span, .item-blog--container .sdesc p{
	font-size: 14px !important;
}

.theme-tk-items--header--content{
	padding: 0 15px;
	margin-bottom: 15px;
}

.combine-trash--user {
	box-shadow: rgb(204, 204, 204) 0px 0px 5px;
	padding: 5px 0px;
	margin-bottom: 15px;
}

.trash-item-theme-tk{
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*.trash-item-theme-tk a{
	color: #56cde5;
}*/

.trash-item-theme-tk .casing-block {
	float: left;
}

.trash-item-theme-tk .img--trash{
	margin-right: 30px;
}

.trash-item-theme-tk .img--trash img{
	width: 130px;
}

.trash-item-theme-tk .info--trash p{
	margin: 4px 0;
}

.trash-item-theme-tk .info--trash span.info-label {
	width: 92px;
	display: inline-block;
	font-size: 13px;
}

.trash-item-theme-tk .info--trash input {
	width: 50px;
	text-align: center;
	display: inline-block;
	height: 28px;
}

.trash-item--user_sum{
	text-align: right;
	font-weight: bold;
}

.del-item--trash{
	float: right;
}

.del-item--trash a {
	margin: 0 0 !important;
	font-size: 13px !important;
	text-transform: none !important;
}

.apply_item--trash{
	text-align: right;
	margin-right: 24px;
}

.theme-tk-items--category {
	width: 100%;
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.theme-tk-items--category_item {
	margin-bottom: 10px;
	display: inline-block;
}

.theme-tk-items--category_item a{
	color: #2196f3;
}

.theme-tk-items--category_item a:hover{
	text-decoration: underline;
}

.theme-tk-items--category_item .info {
	width: 250px;
}

.theme-tk-items--category_item .right{
	float: right;
}

.theme-tk-items--category_item .info .name {
	font-size: 14px;
	font-weight: 700;
	padding: 2px 0 0;
	position: relative;
	padding-left: 0px;
}

.theme-tk-items--category_item .sub {
	font-size: 13px;
}

.theme-tk-items--category_item .clear {
	clear: both;
}

.list-group-item--pref_small small{
	float: right;
	margin-right: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

.list-group-item-big{
	text-align: center;
	padding: 20px 8px;
	border: 2px dashed #ddd;
	margin-bottom: 10px;
}

.list-group-item-big span.glyphicon{
	font-size: 16px;
}

.list-group-item-big span.glyphicon-move:hover{
	cursor: pointer;
}

.carousel-inner div.item{
	background: #fff;
}

.carousel-inner div.item img{
	margin: 0 auto;
}

.thumbnail .caption {
	color: #727272;
}
/*Material*/

.apply_material .btn,
.apply_material .input-group-btn .btn {
  border: none;
  border-radius: 2px;
  position: relative;
  padding: 8px 30px;
  margin: 10px 1px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
.apply_material .btn::-moz-focus-inner,
.apply_material .input-group-btn .btn::-moz-focus-inner {
  border: 0;
}
.apply_material .btn:not(.btn-raised),
.apply_material .input-group-btn .btn:not(.btn-raised) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.apply_material .btn:not(.btn-raised),
.apply_material .input-group-btn .btn:not(.btn-raised),
.apply_material .btn:not(.btn-raised).btn-default,
.apply_material .input-group-btn .btn:not(.btn-raised).btn-default {
  color: rgba(0,0,0, 0.87);
}
.apply_material .btn:not(.btn-raised).btn-inverse,
.apply_material .input-group-btn .btn:not(.btn-raised).btn-inverse {
  color: #3f51b5;
}
.apply_material .btn:not(.btn-raised).btn-primary,
.apply_material .input-group-btn .btn:not(.btn-raised).btn-primary {
  color: #009688;
}
.apply_material .btn:not(.btn-raised).btn-success,
.apply_material .input-group-btn .btn:not(.btn-raised).btn-success {
  color: #4caf50;
}
.apply_material .btn:not(.btn-raised).btn-info,
.apply_material .input-group-btn .btn:not(.btn-raised).btn-info {
  color: #03a9f4;
}
.apply_material .btn:not(.btn-raised).btn-warning,
.apply_material .input-group-btn .btn:not(.btn-raised).btn-warning {
  color: #ff5722;
}
.apply_material .btn:not(.btn-raised).btn-danger,
.apply_material .input-group-btn .btn:not(.btn-raised).btn-danger {
  color: #f44336;
}
.apply_material .btn:not(.btn-raised):not(.btn-link):hover,
.apply_material .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
.apply_material .btn:not(.btn-raised):not(.btn-link):focus,
.apply_material .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
  background-color: rgba(153, 153, 153, 0.2);
}
.apply_material .theme-dark .btn:not(.btn-raised):not(.btn-link):hover,
.apply_material .theme-dark .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
.apply_material .theme-dark .btn:not(.btn-raised):not(.btn-link):focus,
.apply_material .theme-dark .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
  background-color: rgba(204, 204, 204, 0.15);
}
.apply_material .btn.btn-raised,
.apply_material .input-group-btn .btn.btn-raised,
.apply_material .btn.btn-fab,
.apply_material .input-group-btn .btn.btn-fab,
.apply_material .btn.btn-raised.btn-default,
.apply_material .input-group-btn .btn.btn-raised.btn-default,
.apply_material .btn.btn-fab.btn-default,
.apply_material .input-group-btn .btn.btn-fab.btn-default {
  background-color: transparent;
  color: rgba(0,0,0, 0.87);
}
.apply_material .btn.btn-raised.btn-inverse,
.apply_material .input-group-btn .btn.btn-raised.btn-inverse,
.apply_material .btn.btn-fab.btn-inverse,
.apply_material .input-group-btn .btn.btn-fab.btn-inverse {
  background-color: #3f51b5;
  color: #ffffff;
}
.apply_material .btn.btn-raised.btn-primary,
.apply_material .input-group-btn .btn.btn-raised.btn-primary,
.apply_material .btn.btn-fab.btn-primary,
.apply_material .input-group-btn .btn.btn-fab.btn-primary {
  background-color: #009688;
  color: rgba(255,255,255, 0.84);
}
.apply_material .btn.btn-raised.btn-success,
.apply_material .input-group-btn .btn.btn-raised.btn-success,
.apply_material .btn.btn-fab.btn-success,
.apply_material .input-group-btn .btn.btn-fab.btn-success {
  background-color: #4caf50;
  color: rgba(255,255,255, 0.84);
}
.apply_material .btn.btn-raised.btn-info,
.apply_material .input-group-btn .btn.btn-raised.btn-info,
.apply_material .btn.btn-fab.btn-info,
.apply_material .input-group-btn .btn.btn-fab.btn-info {
  background-color: #03a9f4;
  color: rgba(255,255,255, 0.84);
}
.apply_material .btn.btn-raised.btn-warning,
.apply_material .input-group-btn .btn.btn-raised.btn-warning,
.apply_material .btn.btn-fab.btn-warning,
.apply_material .input-group-btn .btn.btn-fab.btn-warning {
  background-color: #ff5722;
  color: rgba(255,255,255, 0.84);
}
.apply_material .btn.btn-raised.btn-danger,
.apply_material .input-group-btn .btn.btn-raised.btn-danger,
.apply_material .btn.btn-fab.btn-danger,
.apply_material .input-group-btn .btn.btn-fab.btn-danger {
  background-color: #f44336;
  color: rgba(255,255,255, 0.84);
}
.apply_material .btn.btn-raised:not(.btn-link),
.apply_material .input-group-btn .btn.btn-raised:not(.btn-link) {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.apply_material .btn.btn-raised:not(.btn-link).active,
.apply_material .input-group-btn .btn.btn-raised:not(.btn-link).active,
.apply_material .btn.btn-raised:not(.btn-link):active,
.apply_material .input-group-btn .btn.btn-raised:not(.btn-link):active {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.apply_material .btn.btn-raised:not(.btn-link):focus:not(:active),
.apply_material .input-group-btn .btn.btn-raised:not(.btn-link):focus:not(:active) {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}

.theme-tk-filter-price{
	width: 110px !important;
}

.theme-tk-filter-name{
	width: 312px !important;
}

/*Admin panel*/
.navbar-admin{
	margin-bottom: 0px;
	box-shadow: 0px 1px 9px #073274;
	z-index: 99;
}

.admin-menu--allocation{
	color: #D50707 !important;
}

.theme-tk-subli--cp_menu{
	position: relative;
}

.list-group-item span.glyphicon-move{
	margin-right: 2px;
}

.list-group-item span.glyphicon-move:hover {
	cursor: pointer;
}

.dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > li > input:checked ~ label,
.dropdown-menu > li > input:checked ~ label:hover,
.dropdown-menu > li > input:checked ~ label:focus,
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > li > input[disabled] ~ label,
.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  color: #999999;
}
.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu > li > label {
  margin-bottom: 0;
  cursor: pointer;
}
.dropdown-menu > li > input[type="radio"],
.dropdown-menu > li > input[type="checkbox"] {
  display: none;
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.dropdown-menu > li > label:focus,
.dropdown-menu > li > input:focus ~ label {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.pull-top {
  bottom: 100%;
  top: auto;
  margin: 0 0 2px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-center {
  right: 50%;
  left: auto;
}
.dropdown-menu.pull-middle {
  right: 100%;
  margin: 0 2px 0 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  left: auto;
}
.dropdown-menu.pull-middle.pull-right {
  right: auto;
  left: 100%;
  margin: 0 0 0 2px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.pull-middle.pull-center {
  right: 50%;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.bullet {
  margin-top: 8px;
}
.dropdown-menu.bullet:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 7px 7px;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -7px;
  left: 9px;
}
.dropdown-menu.bullet:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
  top: -6px;
  left: 10px;
}
.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px;
}
.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px;
}
.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: none;
  border-top-width: 6px;
  border-top-color: #ffffff;
}
.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px;
}
.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px;
}
.dropdown-menu.bullet.pull-middle {
  margin-right: 8px;
}
.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #ffffff;
}
.dropdown-menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px;
}
.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #ffffff;
}
.dropdown-menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: none;
  display: none;
}
.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: none;
  display: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0;
}
.dropdown-submenu > a:before {
  display: block;
  float: right;
  width: 0;
  height: 0;
  content: "";
  margin-top: 6px;
  margin-right: -8px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-left-style: dashed;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-submenu > a:before {
    margin-top: 8px;
    border-color: inherit;
    border-style: solid;
    border-width: 4px 4px 0;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .navbar-nav .dropdown-submenu > a {
    padding-left: 40px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > label {
    padding-left: 35px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 45px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 55px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 65px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 75px;
  }
}
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
    border-top-color: #555555;
  }
}
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
    border-top-color: #ffffff;
  }
}

@media screen and (max-width: 992px) {
	header {
		height: auto;
	}
	header .container {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 0;
	}
	footer {
		height: auto;
	}
	footer .container {
		padding: 10px 0;
	}
	.thumbnail-theme-tk a.bl-image_thumb--wrapper {
		width: auto;
	}
}


@media screen and (max-width: 768px) {
	.theme-tk-items--category {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.theme-tk-items--category_item {
		margin: 0 10px;
	}
	.theme-tk-items--category_item .info {
		width: auto;
		text-decoration: underline;
	}
	.bl-header--contact {
		margin-top: 10px;
	}
	.pull-right {
		float: none !important;
	}
	.pull-left {
		float: none !important;
	}
}
/*sale*/
.item-price.sale .item-price--value{
	color: #f54951;
}
.item-price.sale .item-price--value i{
	color: #ccc;
	text-decoration: line-through;
}
div.bl-label--lb {
    position: absolute;
    z-index: 4;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
div.bl-label--lb span {
    background: #f54951;
    margin-right: 4px;
    padding: 8px;
    display: inline-block;
}
/**/
