* {
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: top;
	-webkit-overflow-scrolling: touch;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*.thePageCont {
	-webkit-overflow-scrolling: touch;
}*/

table {
	border-spacing : 0;
}


#tools_menu {
	display:none;
}
#Login {
	/*display:none;*/
}

 html {
	/*overflow:hidden; !important;*/
	background-color:#2b2b2b;
}

body {
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	width: 100%;
  	height: 100%;
	/*max-height: 100%;*/
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2b2b2b;
	background-color:#2b2b2b;
}



button {
	outline:none;
}
 a {
	color:#AAAAAA;
	/*text-decoration:none;*/
	font-size: small;
	vertical-align: bottom;
}
a:hover {
 color: #37a4cd;
 /*text-decoration:none;*/
}

.folders {
	margin-top: 8px;	
	margin-bottom: 8px;	
}

.folders ul {
padding: 5px;

overflow: hidden;
}
.folders li {
 font-size: 13px;
 /*list-style-type: square;*/
 list-style-position: inside;
 /*color: #666;*/
 padding: 2px;
 cursor: pointer;
}

.folders li:nth-child(odd) {background-color: #efefef;}

form {
	/*padding-bottom: 12px;*/
	margin : 0;
	paddig :0;
}

/*.folders2 {
	margin-top: 8px;	
	margin-bottom: 8px;	
}*/

.folders2 ul {
padding: 8px 0 8px 0;

overflow: hidden;
}
.folders2 li{
	padding: 10px 0 6px 0;
}

.folders2 li:first-child{
	/*paddingTop : 12px;*/
}

.folders2 > ul > li > ul > li{
	background-color: #fff;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	padding: 4px 0;
}
.folders2 li a{
 font-size: small;
 /*list-style-type: square;*/
 list-style-position: inside;
 
 padding: 4px 0 4px 0;
 cursor: pointer;
}

.folders2  > ul > li > ul > li ul > li:nth-child(odd) {background-color: #efefef;}

textarea {
	/*overflow: auto;*/
	vertical-align: middle;
	-webkit-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	padding-bottom: 0px;
	font-size: medium;
	padding-left: 8px;
	padding-right: 8px;
	
}
input[type=text], input[type=number], input[type=email], input[type=password] {
	/*-webkit-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	
	font-size: small;
	vertical-align: middle;*/
	/*width : 80%;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}


input[type="url"], input[type=text], input[type=password], input[type=email], input[type="file"], textarea {
	border: 1px solid #D5D5D5;
}

input[type="url"], input[type=text], input[type=password], input[type=email], input[type="file"] {
	height : 24px;
}

input[type="button"], input[type=submit], input[type="reset"] {
	border: 1px solid #D5D5D5;
	margin-right: 12px;	
	-webkit-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius:2px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #DADADA;
	color:#2b2b2b;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	cursor: pointer;
	outline: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DADADA)); /* Safari 4-5, Chrome 1-10, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image: -webkit-linear-gradient(top, #fff, #DADADA); /* Chrome 10+, Safari 5.1+, iOS 5+, Android 4+ */
	background-image: -moz-linear-gradient(top, #fff, #DADADA); /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #fff, #DADADA); /* IE 10+ */
	background-image: -o-linear-gradient(top, #fff, #DADADA); /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #fff, #DADADA);
}

input[type="button"]:active , input[type=submit]:active{
	
	background-color: #DADADA;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DADADA), to(#DADADA)); /* Safari 4-5, Chrome 1-10, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image: -webkit-linear-gradient(top, #DADADA, #DADADA); /* Chrome 10+, Safari 5.1+, iOS 5+, Android 4+ */
	background-image: -moz-linear-gradient(top, #DADADA, #DADADA); /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #DADADA, #DADADA); /* IE 10+ */
	background-image: -o-linear-gradient(top, #DADADA, #DADADA); /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #DADADA, #DADADA);
}

input.dack {
	-webkit-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius:6px;
	border-color: #000000;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #222;
	color:#ccc;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222)); /* Safari 4-5, Chrome 1-10, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image: -webkit-linear-gradient(top, #444, #222); /* Chrome 10+, Safari 5.1+, iOS 5+, Android 4+ */
	background-image: -moz-linear-gradient(top, #444, #222); /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #444, #222); /* IE 10+ */
	background-image: -o-linear-gradient(top, #444, #222); /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #444, #222);
}

input.dack:active {
color:#2b2b2b;
/*border-color: #000000;	*/
}

input[type="file"]{
	-webkit-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	width: 220px;
}
input[type="file"]:active{
background-color: #DADADA;	
}

#link_table {
	left:200px;
	top:500px;
	padding-left: 16px;
	padding-bottom: 8px;
	background-color:#D6D6D6;
	color:#ccc;
	display:none;
	height: 48px;
	position: absolute;
}
#Close_table {
	cursor: pointer;
	
}


.page {
 margin-left: 20px;
}
.page_005_part {
 width:180px;
 float: left;
}


.panoinfo-field {
 font-weight: bold;
}

.singlepano {
 display:none;
}
 #popup {
 position: absolute;
 display:none;
 z-index: 1;
 background-color: #FFF;
 border: 1px solid;
 padding-left: 4px;
 padding-right: 4px;
}
#loader {
	/*display: none;*/
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	
}
 .box {
	width: 200px;
	margin: 6px 8px;
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 84px;
}
.box1 {
	width: 200px;
	margin: 6px 8px;
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
}
.box2 {
	float : left;
}

.box2 ul {padding: 4px;
	border: 1px solid #d1d1d1;
	/*margin-top:20px;*/
	/*margin-left : -20px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}


h6 {
	padding-bottom: 4px;
	/*padding-right: 24px;*/
	/*padding-top: 8px;*/
	font-size: small;
}
 
 
 h5 {
	cursor: pointer;
	border-radius:0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	padding: 5px;
	/*background: -moz-linear-gradient(center top, #999 0%, #999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(1, #999));*/
	
	/*border: 1px solid #d1d1d1;*/
	background-color: #999999;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	/*text-shadow: 1px 1px 0px #fff;*/
	padding-left: 20px;
}
h5 span {
/*border-left: 2px solid #D5D5D5;	*/
padding-left: 4px;
float: right;
cursor: pointer;
}
h5 span:hover {
text-shadow: 0px 0px 3px #a1eeff;
}

#draggable, #draggable2 {
	cursor: e-resize;
	width: 4px;
	height: 100%;
	/*z-index:990;*/
	position: absolute;
	display:none;
	border: 1px;
	/*background-image: url(../interf/shadowRight.png);*/
	
	border-color: #2b2b2b;
}

#draggable2 {
background-color: #f00;
}
#draggable {
background-color: #0a0;
}
#draggable > div{
width : 24px; 
height : 60px; 
background-color : #0d0; 
position : absolute; 
left :  -13px; 
top : calc(25% - 30px); 
border : solid 1px #0a0; 
border-radius : 8px;
writing-mode: vertical-rl; 
text-align : center; 
line-height : 23px; color : #fff;
}

#dragScreen {
	display:none;
	height: 100%;
	width: 24px;
	z-index:1;
	position: absolute;
	background-image: url(../interf/dragscreen.png);
	background-repeat: repeat;
}


#gm{
	vertical-align: top;
	position: relative;
	width : 50%;
	display : none;
}

#googleMap{
	vertical-align: top;
	width:100%;
	height:100%;
	background-color: #424042;
}
#mainVr {
	position : relative;
}
#content-tr {
	position : relative;
}
#krp{
	width: 100%;
}


#vk{
	position: absolute;
	top: 72px;
	z-index:2;
	right: 200px;
	
}
.logo {
	background-color: #066;
	border-color:#ffffff;
	border-width:1px;
	
}
#link_2 {
	display:none;
}
.link-table {
	-moz-transition:all 0.5s;
	-webkit-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	background-color:#e8e8e8;
	border-width:1px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-style:solid;
	border-color:#FFFFFF #D2D4D6 #BCBDBF;
	-moz-box-shadow:0 2px 1px #BCBDBF;
	-webkit-box-shadow:0 2px 1px #BCBDBF;
	box-shadow:0 2px 1px #BCBDBF;
	padding:5px 9px 9px;
	
	/*width: 640px;*/
	z-index: 6;
	display: none;
	background-color: #FFF;
	padding-left: 24px;
	padding-right: 32px;
	padding-bottom: 24px;
	padding-top: 12px;
}
#link-table table { width: 600px;}
#contact table { width: 400px;}

.link-table h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #37a4cd;
	font-weight: normal;
	padding-bottom: 12px;
}
.link-table img {
	float: right;	
}
.link-table ul {
	margin-top: 6px;
	margin-bottom: 6px;
}
.link-table li {
	margin-left: 20px;
}

.link-table span {
	color: #37a4cd;
}

#contact {
	display: none;
}
.article-image{
	width:80%;
	/*margin: 0 auto 0 auto;*/
	border-width:1px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-style:solid;
	border-color:#FFFFFF #D2D4D6 #BCBDBF;
	-moz-box-shadow:0 2px 1px #BCBDBF;
	-webkit-box-shadow:0 2px 1px #BCBDBF;
	box-shadow:0 2px 1px #BCBDBF;
	padding:5px 9px 9px;

	}
.HotSpotCenter{
	position: absolute;
}


/*.table-form{
	overflow: hidden;
	height: auto;
}*/
#dialog-confirm-2, #dialog-confirm {
	display: none;
	minhei	
}


.descrlableVis {
	
}

.description_cont{
	position: absolute;
	width: 454px;
	border-width:0px;
	border-radius:6px;
	/*border-style:solid;
	border-color:#FFFFFF #D2D4D6 #BCBDBF;	*/
	background: #ffffff;
}

.description td p{
	cursor: pointer;
	font-size: large;
	/*color:#848484;*/
	color:#35a0c7;
	padding-bottom: -10px;
	padding-top: -10px;
}
	
.descrlable {
	padding-top: 18px;
	padding-bottom: 6px;
}

.descrlable_ed {
	padding-top: 12px;
	padding-bottom: 4px;
}

.description table img {
	padding-bottom: -4px;
}

.descrlable_ed input {
	width: 240px;
	font-style: italic;
}
.descrcont_ed textarea {
	width: 370px;
}

.description{
	margin:12px 12px 24px 24px;
}

.descrcont_ed{
	
}

.descrcont{
	padding-bottom: 12px;
	padding-top: 6px;
	border-bottom: 1px solid #D5D5D5;
}
.descrcont_dop {
	padding-bottom: 12px;
	padding-top: 6px;
	font-size: small;
	/*border-bottom: 1px solid #D5D5D5;*/
}


.messege {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFF;
	box-shadow: 0 8px 8px -8px  rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.3);
}

.messege p{
	/*padding-left: 24px;*/
	padding-right: 24px;
	font-size: small;
	
}
.image_right p {
	padding-right: 0;	
}
.messege_hs {
	padding-top: 8px;
	padding-bottom: 8px;
	/*background-color: #FFF;*/
	box-shadow: 0 8px 8px -8px  rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.3);
}

.messege_hs p {
	padding-left: 24px;
	padding-right: 24px;
	font-size: small;
	
}



.intro{
	padding-left: 24px;
	padding-right: 24px;
	font-size: small;
	padding-top: 8px;
	padding-bottom: 28px;
	/*background-color: #FFF;*/
	box-shadow: 0 8px 8px -8px  rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.3);
	
}

/*.intro p {
	padding-left: 24px;
	padding-right: 24px;
	font-size: small;
}*/



.messege input {
	padding-left: 8px;
	padding-right: 8px;
	font-size: small;
	
}

.messege3 {
	/*border-width:1px;*/
	border-radius:0 0 8px 8px;
	border-style:solid;
	border-color:#FFFFFF #D2D4D6 #BCBDBF;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFF;
	box-shadow: 0 8px -8px -8px  rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0 -8px 8px -8px  rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0 8px -8px -8px  rgba(0, 0, 0, 0.3);
}
.messege3 p {
	font-size: small;
}



#vrtform, #left_menu {
	/*-webkit-box-shadow: 7px 1px 11px 0px rgba(50, 50, 50, 0.48);
	-moz-box-shadow:    7px 1px 11px 0px rgba(50, 50, 50, 0.48);
	box-shadow:         7px 1px 11px 0px rgba(50, 50, 50, 0.48);*/
}


.thePage {
	/*background: #ffffff;*/	
}


.thePageFormCont{
	padding-left: 24px;
	overflow: auto;
	float: left;
}

.thePageFormCont input, textarea{
}

.thePageFormCont label {
	font-size: small;
	padding-top: 4px;
	float:left;
}
.thePageFormCont p, h4 {
	padding-bottom: 4px;
	font-size: small;
}

.thePage h3, .vrtform h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-top: 4px;
	/*text-align: center;*/
	
}

.thePage h4, .vrtform h4  {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 16px;
	text-align: left;
	font-size: medium;
}

#thePage p img{
	padding-left:0px; /* Отступ слева */
	padding-right:20px;
	padding-bottom: 4px; /* Отступ снизу */
}

.item{
	margin-top: 8px;
	margin-right: 20px;
	font-weight: bold;
	font-size: small;
}

.vrt_goto {
	border-radius:6px;
	cursor: pointer;
	/*box-shadow: 0 8px 8px -8px  rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.6);
    -moz-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.6);*/
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF #D2D4D6 #BCBDBF;
}

.head {
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	/*background-color: #FFF;*/
	box-shadow: 0 8px 8px -8px  rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.6);
    -moz-box-shadow:  0 8px 8px -8px  rgba(0, 0, 0, 0.6);
	/*border-width:1px;
	border-radius:8px;
	border-style:solid;
	border-color:#FFFFFF #D2D4D6 #BCBDBF;*/
	min-height: 14px;
}

#park {
	position: absolute;
	display: none;
}

#google{
	
	margin: 8px;
	
}

/*.section_link_box {
	margin-bottom: 8px;	
	
}*/
.gradient{
background-color:#FFF;

/* Firefox 3.6+ */
background-image: -moz-linear-gradient(#FFFFFF, #2b2b2b, #2b2b2b, #2b2b2b, #2b2b2b);

/* Safari 4+, Chrome 1+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#2b2b2b));

/* Safari 5.1+, Chrome 10+ */
background-image: -webkit-linear-gradient(#FFFFFF, #2b2b2b, #2b2b2b, #2b2b2b, #2b2b2b);

/* Opera 11.10+ */
background-image: -o-linear-gradient(#FFFFFF, #2b2b2b, #2b2b2b, #2b2b2b, #2b2b2b);

/* Microsoft IE10 */
background-image: -ms-linear-gradient(#FFFFFF, #2b2b2b, #2b2b2b, #2b2b2b, #2b2b2b);
}

/*.top-white{
	background-image:	url(../interf/top_white.png);
	background-repeat: repeat-x;
}*/

/* section */
.vrt_section {
	/*padding-top: 6px; */
	/*float: left; */
}
.vrt_section p{
	font-size: small;
}
.section_picture{
	/*position : relative;*/
    margin-bottom : 12px;
}

.section_butts {
	padding-top : 16px;
    padding-left : 2px;
    padding-right : 20px;
}
.section_butts img{
	cursor : pointer;
    padding-left : 12px;
}

.vrt_section .page_id {
	float : right;
    padding-top : 8px;
    font-weight : bold;
    cursor : pointer;
}

.vrt_section .section_up, .vrt_section .section_down {
	cursor : pointer;
    float : left;
    font-size : 1.0em;
    line-height : 0.8em;
    padding-top : 6px;
}
.s_text {
	overflow-wrap: break-word;
}

.s_text td {
	font-size: small;
	color:#999;	
}
.image_left{
	/*position : relative;*/
	float: left;
	border-spacing: 0;
	border: 0;  
	/*margin-right: 20px;*/
	margin-top: 4px;
	margin-bottom: 4px; 
}
.image_right{
	position : relative;
	float: right;
	border-spacing: 0;
	border: 0;    
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 4px; 
}
.fliph {
	
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.flipv {
	
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.video{
	float: left; 
	 /*padding-right: 20px;*/
}

.video_right{
	float: right; 
	padding-left: 12px; 
	padding-right: 24px;
}

img.exit_butt {
	cursor : pointer;
}

div.exit_butt {
	cursor : pointer;
	display : inline-block;
	float : right;
	width : 32px;
	height : 32px;
	background-image: url(../marks/vrt_exit_24.png);
	background-repeat: no-repeat;
    background-position: center;
}
div.email_butt {
	cursor : pointer;
	display : inline-block;
	width : 32px;
	height : 32px;
	background-image: url(../marks/mail.png);
	background-repeat: no-repeat;
    background-position: center;
}


.uploadifive-button {
	float: left;
	margin-right: 10px;
}
#queue, #queue2 {
	border: 1px solid #E5E5E5;
	height: 177px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 0 3px 3px;
	width: 300px;
}

label.error{
	color : #F00;
	padding-left : 20px;
	font-size: small;
	padding-top : 4px;
}
p.error {
	color: #FF0000;
}

#add_hs > p {
	font-size: small;
	color:#1a1a1a;
	/*padding-left : 12px;
	padding-right : 12px;*/
	padding-bottom : 8px;			
}

.caption {
	padding-top: 2px;
	text-indent: 0px;
	font-size: small;
	position: relative;
	padding-right: 0px;
	min-height: 16px;
}

.left_50 {
	left : calc(50% - 200px);
	
}
.left_mobile {
	left : 0;
	width : 100%;
}

/*.pan_box > img{
	background-color: transparent; 
	margin: 1px; 
	border: 0px; 
	padding: 0px; 
	cursor: pointer;
	}
.pan_box > div{
	color: color: #FFFFFF; 
	margin: 1px; 
	border: 0px; 
	padding: 0px; 
	cursor: pointer;
	float: left;
	}
.pan_box p{
	padding: 8px; 
	overflow: hidden; 
	font-size: small; 
	font-family: Arial; 
	color: rgb(204, 204, 204);
		}*/


.td_active {
	background-color: #cccccc;
	color : #000000;
	border : 1px solid #aaaaaa;
	border-radius : 4px;
}
    
.columnSelectorWrapper {
  position: relative;
  margin: 12px 8px;
  display: inline-block;
}

.columnSelector,
.hidden {
  display: none;
}

.columnSelectorButton {
  background: #ddd;
  border: #888 1px solid;
  color: #111;
  border-radius: 4px;
  padding: 4px;
  font-size : small;
}

#colSelect1:checked + label {
  background: #5797d7;
  border-color: #555;
}

#colSelect1:checked ~ #columnSelector {
  display: block;
}

.columnSelector {
  width: 120px;
  position: absolute;
  bottom: 30px;
  padding: 10px;
  background: #fff;
  border: #99bfe6 1px solid;
  border-radius: 4px;
}

.columnSelector label {
  display: block;
}

.columnSelector label:nth-child(1) {
  border-bottom: #99bfe6 solid 1px;
  margin-bottom: 5px;
}

.columnSelector input {
  margin-right: 5px;
}

.columnSelector .disabled {
  color: #ddd;
}

hr {
	border: 0;
	border-bottom: 1px solid white;
	margin: auto;
	width: 100%;
}

.shiber {
	position : absolute;
	/*width : 100%;*/
	/*z-index : 9999;*/
	right : 0;
}
.shiber-top{
	top : 0;
	width : 46px;
}
.shiber-bott{
	bottom : 0;
	width : 100%;
}
.shiber .handle{
	width : 46px;
	margin : 0 auto;
	/*background-image: url(../marks/fon_trans_1.png);*/
	color : #CCC;
	font-size : small;
	text-align : center;
	cursor : pointer;
	padding-top : 4px;
	padding-bottom : 2px;
}
.shiber-top .handle{
	position : absolute;
	right : 0px;
	top : 100%;
	border-radius : 0 0 8px 20px;
}

.shiber-bott .handle{
	position : absolute;
	right : 0px;
	bottom : 100%;
	border-radius : 20px 20px 0 0;
}
.shiber .content{
	width : 100%;
	/*height : 80px;*/
	margin : 0 auto;
	background-image: url(../marks/fon_trans_1.png);
	color : #CCC;
	font-size : small;
	text-align : center;
}

#left_menu_footer > div, #mainVr_footer > div, #page_footer > div {
	/*opacity : 0.9;*/
	/*background-size : 80%;
	background-repeat : no-repeat;
	background-position : center;*/
}

.ui-resizable-helper { 
z-index : 20000;
border: 2px dotted #FFF; 
}



.exitButt {
	height : 32px;
	width : 32px;
	position : absolute;
	top : 0;
	right : 0;
	/*float : right;*/
}

/*.vrt_butt {
	width: 46px;
	height: 46px;
	float : right;
	background-repeat : no-repeat;
}*/

.send_chooser p {
	color : #2b2b2b;
	cursor : pointer;
	padding : 8px 0;
}
.send_chooser p:hover {
	color : #0f66dd;
}

li.krpano_active > p {
	background-color : #5feffc;
	color : #2b2b2b;
	width : 100%;
}
div.li_krpano_active > p {
	background-color : #5d8fe2;
	color : #2b2b2b;
	width : 100%;
}

#div_select, .div_select{
	position : absolute;
	top : 6px;
	/*right : 3px;*/	
	left : -21px;
	width : 16px;
	height : 16px;
	background-color : #FFF;
	
	border : solid 1px #aaa;
	border-radius : 4px;
}
.div_select.active{
	/*position : absolute;
	top : calc(50% - 9px);
	
	left : -21px;
	width : 16px;
	height : 16px;*/
	background-image : url(../marks/markOn_16.png);
	/*background-color : #fff;
	border : solid 1px #aaa;
	border-radius : 4px;*/
}
#div_select {
	left : 3px;
}

.siber_butt {
            width: 40px;
            height: 40px;
            display: inline-block;
			background-position : center;
			background-repeat: no-repeat;
}
.vrt_butt {
	height : 46px;
	width : 46px;
	display : block;
	background-position : center;
	background-repeat: no-repeat;
}

.to_sky_land, .enter {
	height : 40px;
	width : 46px;
	display: inline-block;
	background-position : center;
	background-repeat: no-repeat;
}	
.start_page,.start_page li, .start_page a  {
	background-color : transparent;
	color : #FFF;
}
.start_page span {
	font-size : x-large;
}
.well_come_butt, /*#send_mail,*/ #share_page h2{
	color : #FFFFFF;
	height : 40px;
	/*width : 100%;*/
	line-height : 40px;
	padding-left : 60px;
	margin : 10px 20px;
	background-repeat : no-repeat;
	cursor : pointer;
	text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.45);
}