/* Temporary switcher */
.link_switch_b,
.link_switch_w{
	padding: 5px 11px;
	position: fixed;
	left: -36px;
	color: #fff;
	background: #444;
	width: 14px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
	-webkit-transition: all .3s; /* Safari and Chrome */
	   -moz-transition: all .3s; /* Firefox 4 */
	     -o-transition: all .3s; /* Opera */
	        transition: all .3s;
}
.link_switch_b.lnksa,
.link_switch_w.lnksa{
	background: #AFAFAF;
}
.link_switch_b{
	top: 80px;
}
.link_switch_w{
	top: 111px;
}
.link_switch_b:hover,
.link_switch_w:hover{
	left: 0px;
}
.theme_select_menu_block{
	width: 30px;
	position: fixed;
	left: 0;
	top: 155px;
	z-index: 9999;
}

.theme_select_menu_block a{
	position: relative;
	display: block;
	color: #333;
	padding: 14px 18px;
	margin-bottom: 1px;
	margin-left: 0;
	left: -36px
}

.theme_select_menu_block:hover a{
	left: 0px
}

@media screen and (max-width: 1290px) {
	.link_switch_b,
	.link_switch_w,
	.theme_select_menu_block{
		display: none!important;
	}
}
