/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
b,strong,optgroup{font-weight:700}
pre,textarea{overflow:auto}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0}
/* end of normalize.css */

/* helpers */
.clearfix:before, .clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }

div.row { width: 100%; clear: both; }

.left { float: left; }
.right { float: right; }
/* end of helpers */

html, body { margin:0; padding:0; height:100%; }

body { background: #cbcbcb url(body_bg.gif); }

body, body td, body div, body ul {
  font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -91px;
  padding: 0 20px; }
  #wrap .footer-dumb { height: 107px; }

div.header, #footer .panel, div.layout {
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
}
/* min-width: 910px; */

#footer {
  position: relative;
  padding: 0 20px;
  height: 91px; }
  
  @media (max-width: 767px) {
    #wrap { padding: 0 8px; }
    #footer { padding: 0 8px; }
  }

  #footer .panel {
    position: relative;
    border: 1px solid #7a7a7a;
    border-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0px;
    height: 90px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px -8px 8px 2px;
    background: #fff; }

  #footer #payments {
    margin-top: 30px;
    margin-right: 50px; }

  #footer #links {
    clear: both;
    background: #212121;
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 0px;
    text-align: center;
    color: #000; }

  #footer #links a {
    color: #858585;
    text-decoration: none; }

  #footer #links a:hover {
    color: #fff;
    text-decoration: underline; }
@media (max-width: 767px) {
  #wrap {
    min-height: none;
    height: auto;
    margin-bottom: 0;
    }
    #wrap .footer-dumb { height: 0; }
  #footer { height: auto; }
  #footer .panel {
    height: auto;
    min-height: 90px; }
}


div.header {
  overflow: hidden;
  border: 1px solid #6a6a6a;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 2px 8px 2px;
  background: 
    url(bg-top-left.png) no-repeat,
    url(bg-top-right.png) no-repeat,
    url(bg-top-center.png) repeat-x;
  background-position:
    left bottom, right bottom, center bottom;
  background-size:
    auto 100px, auto 100px, 500px 100px;
  padding: 0px;
  height: 90px;
  margin-bottom: 10px; }

  div.header #descr {
    font-family: Geneva;
    font-size: 14px;
    color: #636363;
    line-height: 20px;
    font-weight: bold;
    padding: 3px 39px 0 17px;
    height: 20px;
    overflow: hidden; }

  /*div.header #languages { }*/

  div.header #logo {
    padding-top: 17px;
    padding-left: 13px; }

  div.header #subscription {
    padding-top: 35px;
    padding-right: 13px; }

  div.header #subscription span#expire {
    color: #fc2118;
    font-size: 15px; }

  div.header #subscription a#login,a#logout,a#join {
    color: #426600;
    text-decoration: none; }

  div.header .membership {
    color: #636363;
  }

@media (max-width: 936px) {
  div.header {
    background: 
      url(bg-top-left.png) no-repeat,
      url(bg-top-center.png) no-repeat;
    background-position:
      left bottom, center bottom;
    background-size:
      auto 100px, 100% 100px; }
}

@media (max-width: 649px) {
  div.header #descr {
    padding-right: 0;
    font-size: 10px;
    font-weight: normal;
  }
  div.header #logo img {
    width: 240px;
    height: auto;
  }
}
@media (max-width: 394px) {
  div.header #subscription { padding-top: 1px; }
}


/*.layout {}*/
.col1 { float: left; width: 225px; }
.col2 { 
  margin: 0 225px 10px 225px; /* Отступ справа и слева */
     
  padding: 0px 10px 0px 10px;
}
.col3 { width: 225px; float: right; }
@media (max-width: 767px) {
  .col1 { margin-bottom: 20px; }
  .col2 {
    clear: both;
    margin: 20px 0 0;
    padding: 0px 10px 10px 10px;
  }
  .col3 { margin-bottom: 20px; }
}
@media (max-width: 480px) {
  .col1, .col3 { float: none; }
}


#languages ul {
  margin: 0px 13px 0 0;
  padding: 0px; }

  #languages ul li {
    display: inline-block;
    margin: 0 4px 0 2px;
    padding: 3px 0;
    border-radius: 10px;
    width: 20px;
    background: url(sprite.png) no-repeat left 3px;
    text-indent: -10000px;
    cursor: pointer; }
    /*margin: 0px 5px 0px 5px;*/
    /*padding: 3px 6px 3px 6px;*/
  
  /*#languages ul li[data-lng="en"] { background-position: left 3px; }*/
  /*#languages ul li:hover {
    background-color: #fff; }*/
  /*#languages ul li.current {
    background-color: #fefee1; }*/
  /**/

#apartments {
padding-left: 15px;
}
#apartments ul, #apartments_small ul, #FSP_panel_left ul {
  margin: 0px;
  padding: 0px;
}

#apartments ul li, #apartments_small ul li {
  display: block;
  margin: 0px 0px 3px 0px;
  padding: 10px 10px 10px 16px;
  /*background: url(arr_gray_small.gif) no-repeat 4px 14px;*/
  border-radius: 10px;
  cursor: pointer; }

#apartments ul li.action_on, #FSP_panel_left ul li.action_on
{
    /*background: url(arr_green_small.gif) no-repeat 4px 10px;*/
    background: url(act.png) no-repeat 4px 10px;
}

  #apartments ul li .header, #apartments_small ul li .header  { font-weight: bold; }

  /* #apartments ul li .name {} */

  #apartments ul li:hover { background-color: #fff; }

  #apartments ul li:hover .header { color: #4c9100; }

  #apartments ul li.current, #apartments_small ul li.current {
    background: url(arr_green_small.gif) no-repeat 4px 14px;
    
    background-color: #fefee1; }



  #apartments ul li.current:hover .header, #apartments_small ul li.current:hover .header { color: #000; }


#cameras ul, #cameras_small ul, #FSP .FSP_panel_right ul {
  margin: 0px;
  padding: 0px; }

  #cameras ul li, #cameras_small ul li, #FSP .FSP_panel_right ul li {
    display: block;
    /*background: url(arr_gray_small.gif) no-repeat 4px 10px;*/
    margin-bottom: 3px;
    padding: 4px 0px 4px 16px;
    border-radius: 10px;
    cursor: pointer; 
height:17px;
line-height:20px;
}

#cameras ul li.action_on, #FSP .FSP_panel_right ul li.action_on
{
    background: url(act.png) no-repeat 4px 10px;
}

    #cameras ul li .header, #cameras_small ul li .header, #FSP .FSP_panel_right ul li .header  { font-weight: bold; }

    #cameras ul li:hover, #FSP ul li:hover { background-color: #fff; }

    #cameras ul li.current,#FSP .FSP_panel_right ul li.current  {
      background: url(arr_green_small.gif) no-repeat 4px 10px;
      background-color: #fefee1; }

    #cameras ul li.current:hover, #FSP .FSP_panel_right ul li.current:hover { background-color: #fff; }

    #cameras ul li.public, #cameras_small ul li.public, #FSP .FSP_panel_right ul li.public { color: #426600; }
    #cameras ul li.private, #cameras_small ul li.private, #FSP .FSP_panel_right ul li.private { color: #8a2732; }
    
    
    #cameras ul li.access-public, #cameras_small ul li.access-public, #FSP .FSP_panel_right ul li.access-public { color: #426600; }    
    #cameras ul li.access-private, #cameras_small ul li.access-private, #FSP .FSP_panel_right ul li.access-private { color: #8a2732; }
    #cameras ul li.access-premium, #cameras_small ul li.access-premium, #FSP .FSP_panel_right ul li.access-premium { color: #8a2732; }

	
    #cameras ul li.state-maintenance, #cameras_small ul li.state-maintenance, #FSP .FSP_panel_right ul li.state-maintenance { color: grey; }

i.icon-locked, i.icon-audio, i.icon-unlocked {
  display: inline-block;
  line-height: 23px;
  width: 23px;
  height: 23px;
  margin: -2px -3px -7px 0px;
  background: transparent url("sprite.png") no-repeat left -19px;
}
/*i.icon-locked { background-position: left -19px; }*/
i.icon-unlocked { background-position: -24px -19px; }
i.icon-audio { background-position: -48px -19px; }

#player-inner {
  background: rgba(255,255,255,0.3);
  padding: 10px;
  border-radius: 10px;
position: relative;
}

.select_window
{
top:0;
right:0;
position: absolute;
width:100%;
height:78%;
display:none;
}
.trackModeIndicator {
top:0;
right:0;
position: relative;
width:100%;
height:78%;
display:none;
font-weight: bold;
}
.trackModeIndicator.full_screen {
	position:fixed;
	top:0;
	left:0;
	z-index: 96;
}
.trackModeIndicator p {
	position: absolute;
	margin: 0px;
	top: 10px;
	right: 15px;
	font-size: 18px;
	color: green;
	
}
.big_1x
{
margin:0 0 10px 0;
}

.small_2x
{
width:48% !important;
float:left;
margin:0;
padding:0 10px 0 12px;
}

.small_4x
{
width:48% !important;
float:left;
margin:0 !important;
padding:0px 10px 10px 12px !important;
}

.player_class .act
{
  background: rgba(0,255,0,0.3) !important;
}

  #player-inner #descr {
    text-align: center;
    font-size: 18px;
    margin: 0px auto 7px auto;
  }

  #player-inner #legal {
  	 margin-top: 15px;
  	 margin-bottom: 0;
    text-align: center;
    font-size: 10px;
    color: #6a6a6a;
  }

.modal #descr {
  text-align: center;
  font-size: 18px;
  margin: 12px 0 12px;
}

#player-border {
  border: #6a6a6a solid 1px;
  border-radius: 3px;
  padding: 5px;
  background: linear-gradient(to bottom, #fff, #d7d7d7);
  box-shadow: rgba(0, 0, 0, 0.2) 3px 2px 8px 2px;
}

#player-holder {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.modal {
  background: #ccc;
  border: 12px solid #000;

  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;

  box-shadow: 0 0 2px 0 #666;
}

.modal.login {
  width: 354px;
  height: 134px;
  padding: 8px;
}

.modal.denied {
  width: 600px;
  height: 436px;
  padding: 6px;
}

.modal.message {
  width: 400px;
  height: 150px;
  padding: 20px;
}
.modal.premium {
  width: 400px;
  height: 260px;
  padding: 20px;

}
.modal.image {
  position: relative;
  margin: 0;
  border: 0 none;
  width: 100%;
  height: 100%;
  background: none;
  text-align: center;
}
.modal.image img {
  margin-top: 20px;
  border: 4px solid #ccc;
  max-width: 90%;
  max-height: 90%;
  cursor: url(zoom_minus.cur), move;
  cursor: -moz-zoom-out; cursor: -webkit-zoom-out;
}
.cboxPhoto {
  cursor: url(zoom_minus.cur), move;
  cursor: -moz-zoom-out; cursor: -webkit-zoom-out;
}

.modal .close {
  position: absolute;
  top: 2px; right: 8px;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}

#login-form {
  padding-top: 12px;
  margin: auto;
  width: 304px;
  }
  #login-form .row { margin-bottom: 8px; }
  #login-form .btnhere { margin-bottom: 0; text-align: right; }
  #login-form label {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    font-weight: bold; }

  #login-form input[type=text],
  #login-form input[type=email],
  #login-form input[type=password] {
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 200px; }

  #login-form input[type=submit] {
    height: 28px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    font-weight: bold; }
  #login-form input[type=submit]:hover {
    background: #aaa;
    color: #fff;
  }

.login .error-box {
  position: absolute;
  top: 140px; left: 78px;
  width: 216px;
  }
  .login .error-box p {
    margin: 0;
    border: 2px solid #f00;
    padding: 8px;
    background: #fff;
    text-align: center
  }

div#join {
  margin: 5px 0;
  text-align: center;
}

div#join a#join-link {
  line-height: 14px;
  font-size: 14px;
  color: #008000;
}
div#join a#join-link:hover { text-decoration: none; }

.denied a[rel="colorbox"] {
  display: block;
  position: relative;
  margin: auto;
  width: 480px;
  cursor: url(zoom_plus.cur), move;
  cursor: -moz-zoom-in; cursor: -webkit-zoom-in;
  }
  .denied-preview {
    margin: 0px auto; display: block;
    width: 480px; height: 300px;
    position: relative; }

  .denied-magnifier {
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 96px; height: 96px;
    background: url(denied_preview_angle.png) no-repeat right top; }
  .denied .login-please, .premium .login-please { text-align: center; }
  .denied .login-please a, .premium .login-please a { color: #f00; }
  .denied .login-please a:hover, .premium .login-please a:hover { text-decoration: none; }

div#plan {
  margin-top: 51px;
  height: 200px;
  margin-bottom: 10px;
}
div#plan svg {
	width: 225px;
	height: 200px;
}
div#plan svg .zone {
	cursor: pointer;
}
div#plan .zone .camSel	 {
  visibility:hidden;
}

div#plan .zone.selected .camSel {
}

div#plan .zone.selected .camGround {
}

div#plan .zone.selected .camLogo rect, div#plan .zone.selected .camLogo line {
    fill:#f0ff00;
    stroke:#f0ff00;
}


div#plan .zone.selected .zonePolyline {
	visibility:hidden;
}
div#plan .zoneSelected {
	visibility:hidden;
}
div#plan .zoneSelected.selected {
	visibility:visible;
}

div#plan .zone .zoneSelected {
	visibility:hidden;
}

div#plan .zone.selected .zoneSelected {
	visibility:visible;
}

div#plan .zone.selected .camSel {
}

div#plan .zone .zoneOpen {
	visibility:hidden;
}
div#plan .zone.selected .zoneOpen {
	visibility:hidden;
}
div#plan .zone .camGroundOpen {
	visibility:hidden;
}
div#plan .zone .camGroundMD, div#plan .zone .zoneMD  {
	visibility:hidden;
}


div#faq {
  height: 45px;
  margin-bottom: 5px;
}

div.staticpage {
  padding: 20px;
}

  div.staticpage h1 {
    font-size: 1.5em;
  }

  div.staticpage h2 {
    font-size: 1.2em;
  }

  div.staticpage p {
    text-align: justify;
  }

/*checkbox style */



.message span {
font-size:10px;
}

.message p.button,.denied p.button {
	margin-top:30px;
	background-color:#ab40ab;
	color:#fff;
	padding:12px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
}

.denied p.button {
	width: 400px;
	margin: 20px auto 10px auto;
	background-color: #009900;
}

.message p.button:hover, .denied p.button:hover {
	box-shadow: 0px 0px 3px 3px gray;
}

.message p.button span {
font-size:12px;
color:#fff;
text-decoration:none;
}
.message p {
}
.message p.bold {
font-weight:bold;
}

.slideThree {
float:left;
width:30px;
height:20px;
	position: relative;

}
.controls input[type=checkbox] {
	visibility: hidden;
}

.slideThree label {
	position: absolute;
left:0;
width:30px;
height:20px;
cursor:pointer;
background: url(action_off.png) no-repeat;
}

.slideThree input[type=checkbox]:checked + label {
background: url(action_on.png) no-repeat;
}





.controls {
margin: 0 235px 10px 235px;
background: rgba(255,255,255,0.3);
padding: 5px;
border-radius: 10px;
text-align:center;
min-width: 50px;
}
.controls .els {
}

.controls .icon {
width:30px;
height:20px;
display: inline-block;
margin:5px 7px;
background-color:gray;
border-radius: 3px;
line-height: 22px;
vertical-align: bottom;
}

.controls .icon:hover {
cursor:pointer;
	#outline:3px solid gray;
	box-shadow: 0px 0px 1px 1px gray;
}

.controls .set_mode:hover {
cursor:pointer;
}



.controls .els .control_mode_0 {
background: url(single_mode.png) no-repeat;
}
.controls .els .control_mode_1 {
background: url(single_wide_mode.png) no-repeat;
}
.controls .els .control_mode_2 {
background: url(2_view_mode_v.png) no-repeat;
}
.controls .els .control_mode_3 {
background: url(2_view_mode_h.png) no-repeat;
}
.controls .els .control_mode_4 {
background: url(4_view_mode.png) no-repeat;
}
.controls .els .control_mode_5 {
background: url(single_wide_full_mode.png) no-repeat;
}
.controls .els .resizeWindowLess {
background: url(controllLessGreySmall2.png) no-repeat;
//margin-right: 0px;
}
.controls .els .resizeWindowMore {
background: url(controllMoreGreySmall2.png) no-repeat;
}
.controls .els .cost, .controls .els .login {
	background-color: #ab40ab;
	width:120px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	height: 20px;
	line-height: 20px;
}

.controls .els .cost span, .controls .els .login span {
	
}

.controls .els .login {
	background-color: #009900;
	width:70px;
}


.controls .els .cost span, .controls .els .login span {
color: #fff;
}


.trace_mode_1 {
float:left;
width:30px;
height:20px;
	position: relative;

}
.trace_mode_1 label {
	position: absolute;
left:0;
width:30px;
height:20px;
cursor:pointer;
background: url(eye_grey_on.png) no-repeat;
}

.trace_mode_1 input[type=checkbox]:checked + label {
background: url(eye_green_on.png) no-repeat;
}

/*
.controls .els .trace_mode_1 {
background: url(trace_auto_on.png) no-repeat;
}
.controls .els .trace_mode_2 {
background: url(trace_auto_off.png) no-repeat;
}
.controls .els .trace_mode_3 {
background: url(eye_green_on.png) no-repeat;
}
.controls .els .trace_mode_4 {
background: url(eye_grey_on.png) no-repeat;
}
.controls .els .trace_mode_5 {
background: url(eye_off.png) no-repeat;
}*/

.controls .els .key {
	width: 20px;
	margin-left: 2px;
	margin-right: 2px;
}
.controls .els .hotkeys {
background: url(hotkeys2.png) no-repeat;
}


.controls .els .separator {
	height: 20px;
	width:10px;
	display: inline-block;
	background: none;
}

.controls .colMD {
width:auto;
background:none;
}

.controls .colMD:before {
	content: " ";	
}

.controls .toogle {
width:auto;
background:none;
}

.controls .els {
	font-size: 0;
}

.select_apartments {
float: left;
width: 225px;
height:41px;
border-radius: 10px;
display:none;
}

.select_cameras {
float: right;
width: 225px;
height:30px;
border-radius: 10px;
height:41px;
display:none;
}

#apartments_small {
background-color: rgba(255,255,255,0.3);
opacity: 10;
border-radius: 10px;
z-index:90;
position: relative;
margin-left:10px;
}
#apartments_small ul {
	padding-top: 7px;
padding-bottom: 5px;
}
#apartments_small ul:hover {
background-color: rgba(255,255,255,0.7);
border-radius: 10px;
}
#apartments_small ul.hover {
background-color: rgba(255,255,255,0.7);
border-radius: 10px;
}

#apartments_small ul li {
padding-top:5px;
padding-bottom:5px;
padding-left:25px;
margin-right:-5px;

}

#apartments_small ul li:hover {
color: #4c9100;
}
#apartments_small ul li.action_on {
    background: url(act.png) no-repeat 12px 8px;
    
}
#apartments_small ul li.current {
    background: url(arr_green_small.gif) no-repeat 12px 8px;
    background-color:none;
}
#apartments_small ul li.current:hover  {
    color:#000;
}
#apartments_small ul li:hover {

}
#cameras_small {
background-color: rgba(255,255,255,0.3);
opacity: 10;
border-radius: 10px;
z-index:90;
position: relative;
margin-right:10px;
height:40px;
}

#cameras_small ul {
padding-top:7px;
padding-bottom:5px;
}

#cameras_small ul:hover {
background-color: rgba(255,255,255,0.7);
border-radius: 10px;
}
#cameras_small ul.hover {
background-color: rgba(255,255,255,0.7);
border-radius: 10px;
}

#cameras_small ul li{
padding-bottom:3px;
padding-left:25px;
height:17px;
line-height:20px;
}

#cameras_small ul li a {
}

#cameras_small ul li:hover {
color:#000;
}

#cameras_small ul li.action_on {
background: url(act.png) no-repeat 12px 10px;
}

#cameras_small ul li.current {
background: url(arr_green_small.gif) no-repeat 12px 10px;
background-color:none;
}

.hotkeys {
width:550px;
height:480px;
}
.hotkeys_sss {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
background-color: rgba(242,242,242,.9);
overflow-y: auto;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 2000;
display:none;
}
.hotkeys .hk_panel {
padding-bottom:7px;
}
.hotkeys .clear {
clear:both;
}
.hotkeys dl {
display:block;
clear:both;
padding-bottom:3px;
height:24px;
margin:0;
}
.hotkeys dt {
float:left;
width:130px;
height:24px;
}
.hotkeys dt kbd {
float:right;
padding:5px;
background-color:#f2f2f2;
font-weight:bold;
border-radius: 3px;
margin-left:3px;
height:14px;
min-width:14px;
text-align:center;
}
.hotkeys dt .keys {
font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
}
.hotkeys dd {
display:inline-block;
margin-left:10px;
float:left;
line-height:24px;
}
.hotkeys .content {
width: 500px;
height: auto;
position: absolute;
top: 0;
z-index: 3000;
margin:25px;
}
.hotkeys .content h2 {
font-size: 16px;
margin-bottom: 15px;
}

.hotkeys .item_key {
display:block;
clear:both;
padding:3px;
}

.hotkeys .item_key .buttons {
float:left;
width:130px;
height:24px;
}

.hotkeys .item_key .buttons span {
float:right;
padding:5px;
background-color:#f2f2f2;
font-weight:bold;
border-radius: 3px;
margin-left:3px;
font-family:monospace;
}
.hotkeys .item_key p {
display:inline-block;
margin:0px 0 0 10px;
float:left;
line-height:24px;
}

.info_sale {
display:none;
height: 30px;
margin: 0 10px 10px 10px;
background: rgba(255,255,255,0.3);
padding: 5px;
border-radius: 10px;
text-align: center;
}
.info_sale p {
margin:6px 0;
font-size:18px;
color:#d210a2;
}


#FSP {
	position: fixed; 
  	z-index: 98;
  	width: 100%;
  	height: 100%;
}

#FSP .FSP_panel_left_control {
	position: absolute;
	top:0;
	left: 0;
   width: 40px;
	height: 100%;
}
#FSP .FSP_panel_right_control {
	position: absolute;
	top:0;
	right: 0;
   width: 40px;
	height: 100%;
}
#FSP .FSP_panel_top_control {
	position: absolute;
	top:0;
	left: 0;
   width: 100%;
	height: 30px;
}
#FSP .FSP_panel_left {
	position: absolute;
	top:0;
	left: 0;
	width: 200px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin-left:10px;
	margin-top: 40px;
	padding: 10px;
	display: none;
}
#FSP .FSP_panel_right {
	position: absolute;
	top:0;
	right: 0;
	width: 200px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin-right:10px;
	margin-top: 40px;
	padding: 10px;
		display: none;
}
#FSP .FSP_panel_top {
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 35px;
   display: none;
}
#FSP .FSP_panel_top .controls {
	background-color: rgba(255,255,255,0.7);
}

#FSP .FSP_panel_top .control {
	width: 670px;
	height: 100%;
	margin: 0 auto;
}

.full_screen {
	position:fixed;
	top:0;
	left:0;
	z-index: 95;
}

#apartments ul ul, #FSP_panel_left ul ul{

margin-top: 5px;
}


#apartments ul div .header, #FSP_panel_left ul div .header { 
font-weight: bold; 
}

#apartments ul div, #FSP_panel_left ul div{
  margin-bottom:10px;
}
#apartments ul div li, #FSP_panel_left ul div li  {
  display: block;
  margin: 0px 0px 3px 0px;
  padding: 4px 10px 4px 16px;
  border-radius: 10px;
  cursor: pointer;
	line-height:20px;  
}

#apartments ul li.action_on, #FSP_panel_left ul li.action_on
{
    //background: url(act.png) no-repeat 4px 8px;
}


#apartments ul li.current, #FSP_panel_left ul li.current {
  background: url(arr_green_small.gif) no-repeat 4px 10px;
  background-color: #fefee1;
}

#LandingClickedBlock {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3400;
}

#landingmode {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #cbcbcb url(body_bg.gif);
}
#landingmode .block {
	height: 100%;
}



#landingmode .block .snapshots {
	position: absolute;
	bottom: 0px;
	padding: 15px 3px;
	height: 145px;
	z-index: 3500;
}

#regionSnapshots .containerSnapshots{
	display: none;
}
#regionSnapshots .showSnapshots {
	display: none;
	position: relative;
	text-align: center;
	clear: both;
}
#wrap .snapshots {
	position: relative;
	text-align: center;
	clear: both;
   display: inline-block;
}
#wrap .snapshots ul {
   background: rgba(219,219,219,1);
   padding: 10px 10px 10px 10px;
   border-radius: 10px;
   margin: 0px;
}
#wrap .snapshots .close:hover {
	color: #424242;
}
#wrap .snapshots .close {
  position: absolute;
  top: -14px;
  right: -14px;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  height: 28px;
  width: 28px;
  background: rgba(219,219,219,1);
  border-radius: 14px;
  color: #767676;
 }
#wrap .snapshots a.title, .showSnapshots a.title  {
  cursor: pointer;
  color: #426600;
  text-decoration: none;
  border-bottom:1px dashed  #426600;
}

#regionSnapshots .blockSnapshots {
	text-align: center;
	margin-bottom: 5px;
}

#landingmode .block .snapshots ul, .blockSnapshots ul {
	padding: 0px;
}

#landingmode .block .snapshots .snapshot, .blockSnapshots .snapshot  {
	position: relative;
	width: 230px;
	margin:3px;
	padding: 0px;
	height: 129px;
	display: inline-block;
   outline:3px solid rgba(133,133,133,0.3);
   background-color: #BEBEBE;
   background-image: url(ajax-loader-2.gif);
   background-position:100px 50px;
   background-repeat: no-repeat;
   z-index: 3500;
}
#regionSnapshots .blockSnapshots .snapshot {
	z-index: 1;
}

#landingSnapshots li.snapshot .label, #regionSnapshots li.snapshot .label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #F8F8FF;
}
#landingSnapshots li.snapshot .premium, #regionSnapshots li.snapshot .premium {
	background-color: #ab40ab;
	display: none;
}
#landingSnapshots li.snapshot .private, #regionSnapshots li.snapshot .private {
	background-color: #67c103;
	display: none;
}
#landingSnapshots li.snapshot .public, #regionSnapshots li.snapshot .public {
	background-color: #8470FF;
	display: none;
}

#landingmode .block .snapshots .snapshot img, .blockSnapshots .snapshot img {
	width: 230px;
	height: 129px;
}

#landingmode .block .snapshots .snapshot .ajax-loader, .blockSnapshots .snapshot .ajax-loader {
	margin: 50px 100px;
}

#landingmode .block .snapshots .snapshot:hover, .blockSnapshots .snapshot:hover {
	cursor: pointer;
	outline:3px solid rgba(0,255,0,0.3);
}
#regionSnapshots .blockSnapshots .snapshot.selected {
	outline:3px solid rgba(0,255,0,0.6);
}

.player_landing_mode_2 {
	position: fixed;
	top: 0px;
	z-index: 300;
   margin-right: auto;
	margin-left: auto;
}


.small_2x {
	padding-bottom: 10px;
}

#landingmode .keys p {

   text-align: center;
	
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   transform-origin: 50% 50%;

	-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   
   font-size: 24px;
   color: rgba(255,255,255,0.7);
   overflow:hidden;
   line-height:35px;
   
}



