.klinker_sidebar {
	position: absolute;
	top: 0px;
	width: 75px;
	height: 100%;
	z-index: 155;
}

#klinker_left {
	left: 0px;
}

#klinker_right {
	width: 270px;
	right: 0px;
}

#left_btt_container {
	position: absolute;
	top: calc(50% - 180px);
	left: 0px;
}

.k_btt {
	width: 75px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	font-size: 28px;
	border-right: 0px solid;
	box-sizing: border-box;
}

.k_btt.act {
	border-width: 1px;
}

/*.k_btt:hover, .k_btt.act  {
	background-color: rgba(80, 80, 80, 1);
}*/
.k_subbar {
	position: absolute;
	top: 0px;
	left: -75px;
	height: 100%;
	width: 150px;
	z-index: 150;
}

#mainbar_left {
	display: none;
}

#leftbar_container, #rightbar_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.leftbar_head, .rightbar_head {
	width: 100%;
	height: 60px;
}

.head_ico {
	display: inline-block;
	width: 75px;
	height: 60px;
}

.head_txt {
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	background-color: #2b2b2b;
}

.header_btt {
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
}

#btt_logo {
	/* 	cursor: auto; */
	/* 	pointer-events: none; */
	position: absolute;
	bottom: 10px;
	height: 75px;
	width: 75px;
	text-align: center;
}

.btt {
	height: 75px;
	width: 75px;
	margin: 0px;
	cursor: pointer;
}

#btt_nav {
	display: none;
}

#left_buttons_place {
	position: relative;
	top: 300px;
	left: 0px;
}

#left_btt_home {
	position: absolute;
	top: 0px;
	left: 0px;
}

.k_btt {
	display: none;
}

.k_btt:hover {
	background-color: rgba(80, 80, 80, 0.25);
}

.k_btt.act {
	background-color: #505050;
}

.head_txt {
	font-family: Arial;
	font-size: 16px;
}

#btt_show {
	display: none;
}

.subbars_box {
	position: relative;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	display: block;
	background-color: transparent;
	color: #fff;
	display: none;
}

.colors {
	position: relative;
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0px;
	display: block;
	background-color: transparent;
	color: #fff;
	display: block;
	cursor: pointer;
}

.c_act {
	top: 0px;
	padding: 10px;
	width: calc(100% - 10px);
	height: 20px;
	text-align: right;
	font-size: 23px;
	display: none;
}

.k_icon {
	width: 100%;
	height: 40px;
	line-height: 45px;
	text-align: center;
	font-size: 50px;
	text-align: center;
}

.formats, .v_arts, .zooms {
	position: relative;
	width: 100%;
	height: 90px;
	top: 0px;
	left: 0px;
	display: block;
	background-color: transparent;
	border-bottom: 1px solid #3c3c3c;
	color: #fff;
	display: block;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.formats {
	height: 70px;
}

.zooms {
	height: 60px;
}

.formats:hover, .v_arts:hover, .zooms:hover {
	background-color: #444;
}

.formats.act, .v_arts.act, .zooms.act {
	background-color: #3c3c3c;
}

.v_icon {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 45px;
	text-align: center;
}

.zoom_icon {
	width: 100%;
	height: 50px;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	text-align: center;
}

#mainbar_left {
	overflow-x: hidden;
	overflow-y: auto;
}

#right_bar {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: 150;
	background-color: transparent;
	text-align: right;
}

#right_buttons_place {
	position: absolute;
	top: 300px;
	right: 0px;
	height: 300px;
	width: 75px;
	background-color: transparent;
}

#button_load {
	position: absolute;
	bottom: 30px;
	right: 0px;
	margin-bottom: 10px;
	height: 35px;
	padding: 0px 20px;
	padding-bottom: 40px;
	width: 35px;
	background-color: rgba(24, 24, 24, 1);
	color: #fff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 45px;
	text-align: center;
	cursor: pointer;
	display: none;
}

@media ( max-height : 450px) {
	#button_load {
		height: 20px;
		padding: 5px 10px;
		padding-bottom: 25px;
		width: 30px;
		font-size: 25px;
		bottom: 35px;
	}
}

#button_load:hover {
	background-color: rgb(57, 57, 57);
}

#button_load.act {
	background-color: #505050;
}

.right_button {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	padding: 15px;
	height: 45px;
	width: 45px;
	background-color: rgba(24, 24, 24, 1);
	color: #fff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	display: none;
}

#3D_button.right_button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: 40px;
	display: block;
}

@media ( max-height : 450px) {
	.right_button {
		left: 25px;
		padding: 15px 10px;
		height: 25px;
		width: 30px;
		font-size: 12px;
	}
}

.right_button:hover {
	background-color: rgb(57, 57, 57);
}

.right_button.act {
	background-color: #505050;
}

.right_button.deact {
	color: #2b2b2b;
}