@import url(colorbox.css);


body {
	/*font-family: 'PT Sans', sans-serif;*/
	color: #414141;
	font-size: 15px;
	background-color: #f5f7f8;
}

input,
button,
h4.date,
select {
	/*font-family: 'PT Sans', sans-serif;*/
}

h1,h2,h3,h4,h5,h6 {
	/*font-family: 'PT Sans Narrow', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #16254C;
}

h2	{
	font-size: 31px;
}

h2 small {
	font-size: 18px !important;
}



h3 {
	font-size: 22px;
	color: #7f7f7f;
	margin-top: 6px;
	line-height: 1.4;
}

a {
	color: #00AEEF;
	text-decoration: underline;
}

a:hover, 
.object-block:hover h4{
	text-decoration: none;
	color: #D91378;
}

.topbar {
	width: 100%;
	background-color: #16254C;
	padding: 8px 0;
	font-size: 15px;
	color: #8baaca;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
	position: relative;
	z-index: 20;
}

.topbar a {
	color: #2c9eff;
}

.topbar strong {
	color:#fff;
}

.tb-inner {
	list-style: none;
	display: block;
	margin:0;
	padding: 0;
}

.tb-inner li{
	display: inline-block;
	height: 100%;
}

.tb-inner .tb-phone {
	float: none;		
}


header {
	padding: 30px 0 25px 0;
	/*background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,.51) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,.51)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,.51) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,.51) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,.51) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,.51) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);*/
}

header input[type="search"] {
	width: 115px;
}

header .form-search {
	margin-bottom: 0;
}

header .nav {
	margin-bottom: 0;
}

.wrap-header {
	background-color: #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	position: relative;
}


@-webkit-keyframes movedown {
  0%   { top: -127px; }
  100% { top: -47px; }
}

@-moz-keyframes movedown {
  0%   { top: -127px; }
  100% { top: -47px; }
}

@-o-keyframes movedown {
  0%   { top: -127px; }
  100% { top: -47px; }
}

@keyframes movedown {
  0%   { top: -127px; }
  100% { top: -47px; }
}


.fixedheader {
	position: relative;
	z-index: 101;
}


.fixedheader.on {
	-webkit-animation: movedown .5s 1;
	   -moz-animation: movedown .5s 1;
	     -o-animation: movedown .5s 1;
			animation: movedown .5s 1;

	width: 100%;
	position:fixed;
	z-index:998;
	top: -47px;
	left: 0;
}

.fixedheader.on .wrap-header {
	background-color: rgba(255, 255, 255, 0.93);
}

.nav-hor {
	list-style: none;
	margin: 5px 0 0 0;
	text-align: right;
	font-size: 0;
}

.nav-hor li{
	display: inline-block;
	vertical-align: bottom;
}

.nav-hor li a {
	padding: 10px 17px 9px 17px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #00AEEF;
	margin: 0 2px;
	color:#fff;
}

.nav-hor li a:hover {
	background-color: #16254C;
	color: #fff;
}

.nav-hor .active>a,
.nav-hor .active>a:hover {
	background-color: transparent;
	
	color: #999;
	text-decoration: none;
	cursor: default;
	text-shadow: none;
	border-color:transparent;
}

.logo {
	margin-top: -14px;
	max-width:9999px !important;
}

.btn
 {
	color: #fff !important;
	font-size: 13px;
	line-height: 15px;
	text-shadow:none !important;
	box-shadow: 0 2px 0 rgba(0,0,0,.2);
	background: #00AEEF;
	padding-top: 2px;
	text-decoration: none;
	border-radius: 0;
	border: none;
}

.btn:focus {
	outline:none;
}


.btn-large {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 20px;
}

.btn:hover {
	background:#00AEEF;
	color:#fff;
}



.feature {
	height:440px;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}

.feature:after {
	content: "";
	position: absolute;
	width:100%;
	top:100%;
	left: 0;
	height: 22px;
	background-image: url(../_img/shadow-down.png);
	background-position: top center;
	background-repeat: no-repeat;
}


.feature h2 {
	text-align: center;
	height: 120px;
	margin:20px 100px 0 100px;

}

.carousel-indicators {
	display: inline-block;
	position: relative;
}

.carousel-indicators li {
	background: #16254C;
	width: 8px;
	height: 8px;
	box-shadow: inset 0 5px 5px rgba(30,68,109,.5), 0 1px 0 rgba(255,255,255,.5);
}

.carousel-indicators li:active {
	background: #D91378;
}

.carousel-indicators .active {
	background: #Fff;
	box-shadow: inset 0 0 0 2px #00AEEF;
}

.indicators-wraper {
	text-align: center;
	position: absolute;
	width: 100%;
	top:93px;
}

.carousel-control {
	width: 35px; height: 35px;
	border:0;
	background-color: #00AEEF;
	text-decoration: none;
	color:#fff;
	font-size: 50px;
	line-height: 28px;
	top:67%;
	opacity: 1;
	font-weight: normal;
}

.carousel-control:hover {
	background-color: #D91378;
	font-weight: normal;
	opacity: 1;
}

.carousel-control.left {
	left:-40px;
}

.carousel-control.right {
	right:-40px;
}

.object-block {
	display: inline-block;
	float:left;
	margin-right:19px;
	margin-bottom: 20px;
	color:#fff;
}

.mrkd {
	background-color:#D91378 !important;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	padding-left: 5px;
	border-color: transparent !important;
}

.mrkd a {
	color:#fff !important;
}

.grid4 .object-block:nth-child(5n) {
	margin-right:0;
}


.object-block h4 {
	font-size: 15px;
}

.object-block small
{
	display: block;
	text-align: center;
}


.object-block:hover > .circle {
	/*box-shadow: 0 5px 3px rgba(30,68,109,.2);*/
}

.object-block .circle {
	display: block;
	overflow: hidden;
	border-radius: 100%;
}

.circle img {
	position: relative;
	z-index: -20;
	border-radius: 100%;
}





.object-block.mid {
	width: 221px;
}

.object-block h4 {
	width: 100%;
	text-align: center;
	/*font-family: 'PT Sans', sans-serif !important;*/
	color: #00AEEF;
	max-width: 140px;
}

.mid,
.small {
	min-width: 140px;
}

.circle {
	box-shadow: inset 0 2px 3px rgba(30,68,109,.5), 0 1px 0 #fff;
}

.mid .circle {
/*	width: 140px;
	height: 140px;*/
	display: block;
}

.small .circle {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}


.span6 .object-block:nth-child(2n+1),
.span2 .object-block:nth-child(2n+1) {
	margin-right: 0;
	clear:right;
}

.full-row {
	padding-top: 20px;
}

.full-row .object-block:nth-child(6n){
	margin-right: 0 !important;
	clear:right;
}

.common {
	padding: 40px 0;
	background-image: url(../_img/shadow-up.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.accent {
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	padding: 40px 0;
}

.news-block {
	margin-bottom: 40px;
}

.news-image,
.person-image {
	float:left;
	margin-right:20px;	
}

.news-image img,
.person-image img{
    width: 60px; height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

.news-big-image {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}



.news-text,
.person-text {
	overflow: hidden;
}

.news-text h3 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 27px;
	font-size: 19px;
}

h4.date {
	font-size: 13px;
	font-style: italic;
	color: #7f7f7f;
	margin: 0;
}

.news-block:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.news-block.offer {
	background-color: #16254C;
	color: #fff;
	box-shadow: 0 0 0 7px #16254C, 0 14px 23px -5px rgba(0, 38, 80, 0.77);
}

.offer h4 {
	color: #33679f;
}

.offer h3 {
	font-size: 24px;
}

.offer a {
	color:	#2c9eff;
}

.expire {
	width: 60px;
	font-size: 9px;
	text-align: center;
	color: #7fadde;
	cursor: default;
	line-height: 12px;
	margin-top: 5px;
}


footer {
	padding: 20px;
	background: #16254C;
	color: #FFF;
}

footer a {
	color: #2c9eff;
}

footer a:hover {
	color: #bbe0ff;
}

footer h2 {
	text-shadow: 0 -1px 0 black;
}

footer h2,
footer h3 {
	color: #74a8d6;
	margin: 0;
}

footer h3 {
font-size: 15px;
line-height: 20px;
}

.hor-tree {
	margin-left: 0;
}

.hor-tree li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	line-height: 25px;
}

.hor-tree li > ul {
	margin-left: 0;
}

.hor-tree li > ul li {
	display: block;
	font-size: 13px;
}

textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select {

	box-shadow: none !important;
    border-radius: 0;

}

.content {
	padding: 40px 0;
}

.plate {
	background-color: #16254C;
	color: #FFF;
	padding:20px;
	border-radius: 5px;
}

.plate dl {
	margin: 0;
}

.dl-horizontal dt {
	width:40%;
}

.dl-horizontal dd {
	margin-left: 45%;
	margin-bottom: 20px;
}

.dl-horizontal dd:last-child {
	margin-bottom: 0;
}

.object-row {
	margin-bottom: 40px;
}

.person-block {
	margin-bottom: 20px;
}

.person-text h3{
	margin:0;
	line-height: 24px;
	text-transform: capitalize;
}

.job {
	font-style: italic;
	text-transform: lowercase;
}

.news-archive h2{
	margin-bottom: 20px;
}


.objectbody {
	background-position: top center;
	background-attachment: fixed;
}

.block {
	padding: 20px;
	background-color: rgba(245, 247, 248, 0.9);
	background-image: url(../_img/n.png);
	margin-bottom: 20px;
}

.mc2 {
	 -moz-column-count: 	2;
     -moz-column-gap: 		20px;
     -webkit-column-count: 	2;
     -webkit-column-gap: 	20px;
     column-count: 			2;
     column-gap: 			20px;
}

.mc2 h2 {
	column-span:all;
	-moz-column-span:all;
     -webkit-column-span:all;
}

.mc2 img.wide {
	column-span:all;
	-moz-column-span:all;
    -webkit-column-span:all;
    width:940px !important;
    height:auto;
}

.grid .span4:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.add-margin-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}


.modal-body img {
	float:right;
	margin: 0 0 10px 20px;
}

.person-block {
	min-height: 74px;
}

.person-block h3 {
	font-size: 18px;
	font-weight: bold;
}

.person-block h3 a {
	display: inline-block;
	line-height: 16px;
	color: #7f7f7f;
	text-decoration: none;
	outline: none;
}

.person-block h3 a:hover {
	border-bottom: 1px dashed #7f7f7f;
}

.editlink {
	position: absolute;
	bottom:0;
	left:0;
	background: rgba(0,0,0,.5);
	padding: 3px;
}

.editlink a {
	color:#fff;
}

.haha {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color:#eee !important;
	box-shadow: 0 0 0 9px #eee, 0 0 0 10px #eee !important;
	color: #A7ACAF !important;
}

.haha a,
.haha h4,
.haha .expire {
	color: #A7ACAF;
	text-decoration: none;
}


.haha .news-image img {
    -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
}


.haha:before {
	content: "Акция завершена";
	position: absolute;
	display: block;
	font-size: 11px;
	background-color: #A00;
	color: #E7BABA;
	line-height: 15px;
	bottom: 100%;
	right:20px;
	padding: 0 5px 0 5px;
	border-radius: 2px;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

ul.page-numbers {
	list-style: none;
	margin: 0;
	font-size: 19px;

}

.page-numbers li  {
	display: inline-block;
}

ul.page-numbers .current {
	font-weight: bold;
}

.alert-icon {
	display: block;
margin: 20px auto;
}

dd {
	position: relative;
}

dd small {
	display:block;
	position:absolute;
	right:0;
	top:100%;
	overflow:hidden;
	max-height: 0;
	width:450px;
	
	padding:0 5px 0 5px;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

	box-sizing: border-box;
	background-color:#000;
	z-index: 10;

	border-radius: 5px 0 5px 5px;
}

small h4 {
	color:#aaa;
}

dd:hover small {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
	max-height: 999px;
	padding:5px 5px 10px 5px;
}


.accent-block {
	box-sizing: border-box;
	padding:5px 20px 13px 20px;
	color:#fff;
	background-color: #16254C;
	display: inline-block;
	text-align: center;
	font-size: 150%;
	line-height: 150%;
	border-radius:5px;

background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;	

text-shadow: 0 2px 3px #16254C;
}

.accent-block strong {
	display: block;
	font-size: 150%;
}

.add-shadow {
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

.alignright {
	float:right;
	margin-left: 20px;
	margin-top: 13px;
	margin-bottom: 20px;
}

.alignleft {
	float:left;
	margin-right: 20px;
	margin-top: 13px;
	margin-bottom: 20px;
}

blockquote {
	clear: both;
}


.ppp {
	position: fixed;
	bottom: 0;
	left:50%;
	margin-left:-470px;
}

.ppp a {
	display: block;
}

.objects-divider {
	border-left: 1px solid silver; padding-left:20px;
}

.object-block {
		text-decoration: none !important;
}


.overlay {
	z-index: 999;
	position: fixed;
	display: none;
	top: 0;height: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px;
}

/*-------------------------------------------*/
/*                                           */
/*                                           */
/*                                           */
/*                                           */
/*                                           */
/*                                           */
/*-------------------------------------------*/

.ol1 {
background-image: url(/wp-content/uploads/2013/07/Slider4.png) !important;
}

.ol2 {
background-image: url(/wp-content/uploads/2013/06/Slider3.png) !important;
}

/*-------------------------------------------*/
/*                                           */
/*                                           */
/*                                           */
/*                                           */
/*                                           */
/*                                           */
/*-------------------------------------------*/

.overlay-showed {
	display:block !important;
}

.overlay-link {
	position: absolute;
	display: block;
	top:50%; left: 50%;
	width: 980px; height: 300px;
	background-color: transparent;
	z-index: 1000;
	margin-left: -490px;
	margin-top: -150px; 
	box-shadow: 0 3px 30px rgba(0,0,0,.5);
}

.close-sign {
	font-size: 50px;
	text-align: right;
}

.close-sign a {
	display: inline-block;
	text-align: center;
	width: 47px; height: 47px;
	text-decoration: none;
	background: #FFF;
	line-height: 44px;
	border-radius: 100%;
}

.call-button {
	cursor: pointer;
	display: inline-block;
	background-color: #00B90F;
	padding: 5px 17px 4px 32px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../_img/phone.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.green-button {
	cursor: pointer;
	display: inline-block;
	background-color: #00B90F;
	padding: 5px 17px 4px 17px;
	font-weight: bold;
	font-size: 12px;
	color:#fff !important;
	text-decoration: none;
}


.call-button:hover {
	
}


/*UPDATES*/
/*Плитки домов*/

/*.new-ob .flats {
	display: none;
}*/

.new-ob {
	position: relative;
	display: inline-block;
	float: none;
	margin:0;
	background-color:#16254C;
	padding:5px;
	vertical-align: top;
	background-image: url(../_img/n.png);
	margin-bottom:10px;
}

.new-ob:hover h4 {
	color:#fff;
}

.new-ob h4 a {
	color:#AFCCE9;
	text-decoration: none;
}


.new-ob:hover h4 a {
	color:#fff;
}

.new-ob h4 a {
	color:#AFCCE9;
	text-decoration: none;
}

.main-ob-icon-panel {
	display: block;
	border-top: 1px solid transparent;
	padding-top: 3px;
	background-color: #00AEEF;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	padding-left: 5px;
	margin-top: 5px;
}

.main-ob-icon-panel span {
	font-size: 10px;
	margin-left: 5px;
	position: relative;
	top: -4px;
	display: inline-block;
	line-height: 1.4;
	margin-top: 5px;
}

.main-ob-icon-panel a {
	color:#FFF;
}

.flat-tab-nav li a {

}


.new-ob .circle,
.new-ob .circle:hover,
.new-ob img {
	border-radius:0 !important;
	z-index:0;
	box-shadow:none;
	border:0;
	margin: 0;
	padding: 0;
	background-color:transparent;

}

#g4:before {
    display:block; 
    content:""; 
    height:150px; 
    margin:-150px 0 0; 
}

.new-ob h4 {
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 5px 0;
	margin-bottom: 0; 
	margin-top: 0;
	color:#AFCCE9;
	/*font-family: 'PT Sans Narrow', sans-serif !important;  */
	font-family: 'Roboto Condensed', sans-serif !important; 
	font-size: 18px;    
}

.flats {
	font-size: 11px;
	color:#779BBD;
	border-top: 1px solid #365B7E;
	line-height: 13px;
	padding: 3px 5px 3px 5px;
	margin: 0 -5px 0 -5px;
}

.small-btn {
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 11px;
	}

.btn.btn-red {
		background:salmon;
		color:maroon !important;
		border-color:#C03B2C;
	}

.btn.btn-red:hover {
		background:#FFA196;
	}

.btn.btn-green {
		background:#00B90F;
		color:#fff !important;
		border-color:darkgreen;
	}

.btn.btn-green:hover {
		background:#00B90F;
		color:#fff;
	}


/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*-----------------Новая версия объектов-------------*/



.main-image {
	display: block;
	background-color:#16254C;
	height:420px;
	position: relative;
	margin-bottom: 40px;
}

.mi-title {
	color:#fff;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding:20px;   
	position: absolute;
	bottom: 0;
	width: 100%;     
	z-index:100;

}

.mi-title h1 {
	color: #FFF;
	font-size:60px;
	line-height: 70px;
	text-shadow: 0 5px 0px #16254C;
}

.mi-title a {
	color:#fff;
	margin-right: 20px;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

.flat-tab-nav {
	margin: 0; padding: 0; list-style: none;
	background-color:#fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding:0 10px;
	text-align: center;
	margin-bottom: 20px;
	border-left: 4px solid;
}

.flat-tab-nav li {
	display: inline-block;
	margin:0 10px;
}


.flat-tab-nav li > a {
	display: inline-block;
	line-height: 37px;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top:3px;        
}

.flat-tab-nav li > a:hover {
	border-bottom: 4px solid #e7edf3;
}

.flat-tab-nav li.active > a {
	border-bottom: 4px solid #16254C;
}

.flat-tab-content {
	margin-bottom: 40px;
}

.hor-tab-panel {
	color:#fff;
	font-size: 0;
	margin-bottom:40px;
}

.hor-tab-panel .vertical-menu {
	padding: 0; margin: 0; list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 240px;
	font-size: 15px;
}

.hor-tab-panel .side-panel {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	width:700px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	        background: #eee;

}

.vertical-menu li a i,
.vertical-menu li a span {
	display: inline-block;
	vertical-align: middle;
}

.vertical-menu li a span {
	width: 160px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	padding: 10px;

}

.ricon {
	width: 60px;
	height: 60px;
	border-radius:100%;
	background-image: url(../_img/ricons.png);
}

.ricon.ri-1 {background-position: 0 0;}
.ricon.ri-2 {background-position: -60px 0;}
.ricon.ri-3 {background-position: -120px 0;}
.ricon.ri-4 {background-position: -180px 0;}

.vertical-menu li > a {
	display: inline-block;
	padding:10px 0 10px 10px;
	width: 96%;
}

.vertical-menu li > a:hover {
	
}

.vertical-menu li > a {
	background-color: #001844;
	/*box-shadow:0 0 1px #16254C;*/
	color: #689FCE;
}



.vertical-menu li.active > a {
	background-color: #16254C;
	color:#fff;
	position: relative;
	border-radius:0;
}

.vertical-menu li.active > a:before {
	content:"";
	position: absolute;
	background-color: #16254C;
	height:100%;
	right:100%;
	width:10px;
	top:0;

	
}

.side-panel .tab-pane {
	min-height:330px;
	background-color: #16254C;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	padding: 10px;
}

.side-panel .tab-pane a {
	color:#6BBBFF;
}

.side-panel h2:first-child {
	margin-top: 0;
}

.side-panel h2 {
	color:#fff;
}

.side-panel h3 {

}

.side-panel .disclamer {
	font-size: 70%;
	line-height: 14px;
	color: #90a3bb;
}

.side-panel .table {
	font-size: 85%;

}


ul.gallery {
	padding: 0; margin: 0; list-style: none;
	font-size: 0;
	text-align: justify;
}

ul.gallery li {
	overflow: hidden;
	width: 140px; height: 140px;
	display: inline-block;
	margin-bottom: 20px;
}

@-webkit-keyframes loading {
  0%   { background-position: 0 -40px, 70px 70px; 
  background-size: 140px 1000px;}
  50% {
  	background-size: 140px 500px;
  }
  100% { background-position: 140px -40px, 210px 70px; 
  background-size: 140px 1000px;}
}


ul.gallery li > a {
	display: inline-block;
	position: relative;
	color:#fff;
	width: 140px; height: 140px;
	
background-color: #16254C;
background-image: radial-gradient(#00AEEF 0%, transparent 100%), radial-gradient(#00AEEF 0%, transparent 100%);
	background-size: 140px 1000px;
	background-position: 0 0, 70px 70px;	

	-webkit-animation: loading 1s infinite linear;

}

ul.gallery li > a > img {
	width: 140px;
	height: 140px;
}

ul.gallery li .pic-title {
	position: absolute;
	bottom:0;
	width: 100%;
	left: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	padding:5px;	
-webkit-transition: bottom .5s ease-in-out;
-moz-transition: bottom .5s ease-in-out;
-ms-transition: bottom .5s ease-in-out;
-o-transition: bottom .5s ease-in-out;
transition: bottom .5s ease-in-out;	        	

text-shadow: 0 1px 0 #000;
}

ul.gallery li .pic-title {
	font-size: 13px;
	text-align: left !important;
}



ul.gallery li>a:hover .pic-title {
	bottom:-100px;
}

ul.gallery:after{
    content: '';
    display: inline-block;
    width: 100%;
}

ul.gallery .placeholder {
  padding: 0;
  height: 0;
}


h2.titles { position:relative; }
h2.titles .anchor-offset { position:absolute; top:-150px;}


.stream {
	background-color:#16254C;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding:10px;	        

    border-radius: 10px;

}

.map-container:empty {
	width: 100%;
	height:385px;
	background: #e7edf3 url(../_img/nomap.png) center center no-repeat;
	border-radius: 10px;
}


.stream:empty {
	width: 100%;
	height:385px;
	background: #e7edf3 url(../_img/notr.png) center center no-repeat;
	border-radius: 10px;
}

.nopic,
.nopic:empty {
	width: 100%;
	height:385px;
	background: #e7edf3 url(../_img/nopic.png) center center no-repeat;
	border-radius: 10px;
}


.map-container {
	
}

.timeline {
	width:100%;
	margin: 0;padding: 0;list-style: none;
	overflow-x:auto;
	white-space: nowrap;
	padding-bottom:10px;
}

.timeline::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}

	.timeline::-webkit-scrollbar-button:start:decrement,
	.timeline::-webkit-scrollbar-button:end:increment {
		display: none;
		height: 10px;
	}
	
	.timeline::-webkit-scrollbar-button:vertical:increment {
		background-color: #fff;
	}
	
	.timeline::-webkit-scrollbar-track-piece {
		/*background-color: #eee;*/
		-webkit-border-radius: 3px;
	}
	
	.timeline::-webkit-scrollbar-thumb:vertical {
		height: 50px;
		background-color: #16254C;
		-webkit-border-radius: 3px;
	}
	
	.timeline::-webkit-scrollbar-thumb:horizontal {
		width: 50px;
		background-color: #16254C;
		-webkit-border-radius: 3px;
	}	

.timeline li {
	display: inline-block;
}

.timeline li a .gtimestamp>span {
	background-color: #16254C;
	color: #FFF;
	font-size: 11px;
	display: inline-block;
	padding: 0 3px;
	position: relative;
}

.timeline li a .gtimestamp>span:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top:100%;
	border:4px solid;
	left:0;
	border-color: #16254C transparent transparent #16254C;
}

.timeline li a .gtimestamp>span:empty:after {
	content: "";
	border:0 solid;
}



.card {
	position: relative;
	perspective:1000;
	perspective-origin: 50% 50%;
	-webkit-perspective:1000; /* Safari and Chrome */
	-webkit-perspective-origin: 50% 50%; /* Safari and Chrome */
	width: 222px;
	height: 222px;
	display: inline-block;
}

.card:hover {
	z-index: 99;
}

.card:hover .side-a {
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
     transform: rotateY(180deg);

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;


	     
}

.card:hover .side-b {
     -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
     -o-transform: rotateY(0deg);
     transform: rotateY(0deg);
     	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; 
	opacity:1; 
}

.card .side-a,
.card .side-b {
	position: absolute;
	width: 222px;
	height: 222px;
	-webkit-transition: all .5s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	
	-moz-transition: all .5s ease-in-out;
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	
	-o-transition: all .5s ease-in-out;
	-o-transform-style: preserve-3d;
	-o-backface-visibility: hidden;
	
	transition: all .5s ease-in-out;
	transform-style: preserve-3d;
	backface-visibility: hidden;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding:10px;

	}


.card .side-a {
	background-color:#fff;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.card .side-b {
	background-color:#001844;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	opacity:0;
}


.card h1 {
	color: grey;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}



.card h2 {
	color: #B6D9FF;
	font-size: 24px;
	line-height: 36px;
}


.card .side-a img {
	position: absolute;
	left: 0;
	top: 0;
}

.card .btn {
	line-height: 28px;
	padding-top: 5px;
}

.control-label small {
	display: block;
	color:#8D9EAF;
}

.controls small {
display: block;
color: #8D9EAF;
}

.rate-matrix input {
	display: none;
}

.rate-matrix input ~ label {
	font-size: 23px;
	color:#ddd;
	float:right;
}

.rate-matrix input:checked ~ label {
	color:#00AEEF;
}

.btn.btn-big {
	padding:10px 20px;
	font-size: 17px;
}


input:required,
select:required {
	box-shadow: inset 0 3px 1px rgba(0,0,0,0.2), 5px 5px 20px rgba(0,0,0,.5);
}

.docicon {
	display: inline-block;
	width: 48px; height: 63px;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(../_img/icondocs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.docicon.pdf {
	background-position: -48px 0;
}

.docicon.jpg {
	background-position: -144px 0;
}

.docicon.gif {
	background-position: -240px 0;
}

.docicon.png {
	background-position: -192px 0;
}

.docicon.doc {
	background-position: -96px 0;
}

.doc-container {
	line-height: 88px;
}

.doclink {
	display: block;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0,0,0,.9);
	padding: 10px;
	line-height: 23px;
	border-radius: 10px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.doclink:hover {
	background-color:#16254C;
	color:#fff;
}



.doclink span {
	display: inline-block;
	vertical-align: middle;
	white-space: pre-wrap;
	line-height: 22px;
}


.upbutton {
	position: fixed;
	bottom: 0;
	left: -100px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out, left .3s ease-in-out;
	-moz-transition: opacity .5s ease-in-out, left .3s ease-in-out;
	-ms-transition: opacity .5s ease-in-out, left .3s ease-in-out;
	-o-transition: opacity .5s ease-in-out, left .3s ease-in-out;
	transition: opacity .5s ease-in-out, left .3s ease-in-out;
	text-align: center;
	z-index: 2000;
	font-size: 13px;
	text-decoration: none;
}

.upbutton.showed {
opacity: 1;
left: 0;
}

.upbutton span {
	background-color: #fff;
	padding:4px;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	opacity: .9;
}

.upbutton:hover span {
	opacity: 1;
}

.upbutton:hover {
	background-color: rgba(255,255,255,.5);
} 

.mi-title h1 a{
color: #fff;
margin-right: 20px;
text-decoration: none;
border-bottom: 0 !important;
}


.dark-panel {
	background-color: #16254C;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	border-radius:10px;
	color:#fff;
	margin-left: 100px;
	margin-right: 100px;
}

.dark-panel h2 {
	color:#B6D9FF;
}

.invisible5 {
	display:none;
}

.pleasefeeback {
	position:fixed;
	bottom:0;
	z-index: 2000;
	background-color: rgba(0,0,0,.6);
	color:#fff;
	width: 100%;
	text-align: center;
	padding: 40px 0;
}

.flat-button {
	display: inline-block;
	background-color:#00AEEF;
	color:#fff;
	padding: 5px;
}


tr.sold {
	color:#2C66A5;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.table tbody tr:hover {
	background-color:rgba(255,255,255,.1);
}

tr.sold:hover {
	color:#fff;
	text-shadow: none;
	background-color: salmon !important;
}

.hoverbutton {
	width: 16px; height: 16px;
	position: relative;
	cursor: pointer;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAKklEQVQ4jWNgGDZgPwMDw38S8V4GBgYGJqgBLGRYSo4eGoLRMBgNA4oAAAe1KG+zgbMAAAAAAElFTkSuQmCC);
	border-radius: 3px 3px 0 0;
}

.expand-panel{
	overflow: hidden;
	background:white;
	position: absolute;
	top: 100%; right: 0;
	padding:0 10px;
	border-radius:3px 0 3px 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	max-height: 0;
	-webkit-transition: max-height .3s ease-in-out, padding .3s ease-in-out;
	-moz-transition: max-height .3s ease-in-out, padding .3s ease-in-out;
	-ms-transition: max-height .3s ease-in-out, padding .3s ease-in-out;
	-o-transition: max-height .3s ease-in-out, padding .3s ease-in-out;
	transition: max-height .3s ease-in-out, padding .3s ease-in-out;

}

.expand-panel a {
	color: #00AEEF !important;
	white-space: nowrap;
	text-decoration: none;
	line-height: 24px;
}

.expand-panel a:hover {
	color: #D91378 !important;
}

.hoverbutton:hover {
	background-color: #fff;
	color:#000;
}

.hoverbutton:hover > .expand-panel {
	max-width:250px;
	z-index: 999;
	max-height: 300px;
	padding:5px 10px;
}

option:disabled{
	color:#bbb;
	font-size: 11px;
}


.large-select {
font-size: 17px;
height: 39px;
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-ms-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}

.glow {
	box-shadow: 0 4px 0 #76E25C !important;
}


.small-btn:focus {
	line-height: 12px;
	outline: none;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

select:valid ~ .invalidmessage,
input:valid ~ .invalidmessage {
	display:none;
}

select:focus ~ .invalidmessage,
input:focus ~ .invalidmessage {
	opacity: 1;
}

.invalidmessage {
	background-color: #d00d78;
	color:white;
	padding: 5px 10px;
	margin-top: 10px;
	width: auto;
	min-width: 0;
	display: table;
	position: relative;
	opacity: .5;
	font-size: 13px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.invalidmessage:hover{
	opacity: 1;
}

.invalidmessage:before {
	content: "";
	position: absolute;
	width: 0;height: 0;
	bottom:100%;
	left:27px;
	border: 4px solid #d00d78;
	border-color: transparent transparent #d00d78 transparent;
} 

.tab-pane hr {
	height: 0;
	border: 0;
	border-top:1px solid rgba(255,255,255,.3);
}


@-webkit-keyframes pop {
  0%   { 
  	top: 120%;
  	-webkit-transform: rotateX(-45deg);
  	box-shadow: 1px -1px 40px rgba(0,0,0,.2);
  }
  100% { 
  	top: 50%; 
  	-webkit-transform: rotateX(0deg);
  	box-shadow: 100px 100px 100px rgba(0,0,0,.5);
  }
}

@-o-keyframes pop {
  0%   { 
  	top: 120%;
  	-o-transform: rotateX(-45deg);
  	box-shadow: 1px -1px 40px rgba(0,0,0,.2);
  }
  100% { 
  	top: 50%; 
  	-o-transform: rotateX(0deg);
  	box-shadow: 100px 100px 100px rgba(0,0,0,.5);
  }
}

@-moz-keyframes pop {
  0%   { 
  	top: 120%;
  	-moz-transform: rotateX(-45deg);
  	box-shadow: 1px -1px 40px rgba(0,0,0,.2);
  }
  100% { 
  	top: 50%; 
  	-moz-transform: rotateX(0deg);
  	box-shadow: 100px 100px 100px rgba(0,0,0,.5);
  }
}

@keyframes pop {
  0%   { 
  	top: 120%;
  	transform: rotateX(-45deg);
  	box-shadow: 1px -1px 40px rgba(0,0,0,.2);
  }
  100% { 
  	top: 50%; 
  	transform: rotateX(0deg);
  	box-shadow: 100px 100px 100px rgba(0,0,0,.5);
  }
}



@-webkit-keyframes pophint {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes pophint {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes pophint {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes pophint {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/*Проверка*/

.pop {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
	-webkit-perspective:1600;
}

.pop a {
	-webkit-animation: pop 1s 1 ease-in-out;
	   -moz-animation: pop 1s 1 ease-in-out;
	     -o-animation: pop 1s 1 ease-in-out;
			animation: pop 1s 1 ease-in-out;



	display: block;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -470px;
	margin-top: -250px;
	box-shadow: 100px 100px 100px rgba(0,0,0,.5);
}


.pophint {
	width:940px;
	-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	         box-sizing: border-box; 
	position: absolute;	         
	left:50%;
	margin-left: -470px;
	top:50%;
	margin-top: -290px;
	color:#fff;
	padding:10px;
	text-align: right;
	cursor:pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);

	-webkit-animation: pophint 3s 1 ease-in-out;
	   -moz-animation: pophint 3s 1 ease-in-out;
	     -o-animation: pophint 3s 1 ease-in-out;
			animation: pophint 3s 1 ease-in-out;
}

.stts {
	margin: 0;
	padding: 10px 10px 5px 10px;
	list-style: none;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-bottom: 20px;
	border-left: 4px solid salmon;
	}
	
	.stts h4 {
		margin: 0;
	}

ul.status {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	}	
	
	ul.status li {
		margin: 0 5px 4px 0;
		padding: 5px;
		background-color: #F3F3F3;
		line-height: 13px;
		display: none;
		border-radius: 3px;
	}

	ul.status li:first-child{
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		color: #16254C;
		/*border-bottom: 1px solid silver;*/
		background-color: transparent !important;
		display: block !important;
		border-radius: 0;
		padding-left: 0;
	}

	.status-date {
		font-size: 70%;
		font-weight: normal !important;
		background-color: #16254C;
		color:white;
		padding:1px 3px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin-right: 15px;
	}

.status-date:after {
	content: "";
	position: absolute;
	border:5px solid;
	border-color: #16254C transparent transparent #16254C;
	left:100%;
	top:0;
}


	.old-below {
		color: silver;
		background-color: transparent !important;
		box-shadow: none !important;
	}

ul.status::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}

	ul.status::-webkit-scrollbar-button:start:decrement,
	ul.status::-webkit-scrollbar-button:end:increment {
		display: none;
	}
	
	ul.status::-webkit-scrollbar-button:vertical:increment {
		background-color: #fff;
	}
	
	ul.status::-webkit-scrollbar-track-piece {
		/*background-color: #eee;*/
		-webkit-border-radius: 3px;
	}
	
	ul.status::-webkit-scrollbar-thumb:vertical {
		height: 50px;
		background-color: #16254C;
		-webkit-border-radius: 3px;
	}
	
	ul.status::-webkit-scrollbar-thumb:horizontal {
		width: 50px;
		background-color: #16254C;
		-webkit-border-radius: 3px;
	}	


	#statuses:checked + .status {
		width: 100%;
		max-height: 200px;
		overflow-y: scroll;
	}

	#statuses:checked + .status li {
		display: block;
	}

	#statuses:checked + .status li:first-child {
		border-bottom: 1px solid silver;
	}	

	.openlog {
		float: right;
		color: #00AEEF;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;		
	}

	.openlog:hover {
		color: #D91378;
	}


.has-offer  {
	background-color: green;
}

.has-offer:hover  {
	background-color: #016B01 !important;
}

.has-offer:hover .offer-details-icon {
	visibility: visible;
}

.offer-details-icon {
	visibility: hidden;
	cursor: help;
}

.popover {
	color:#000;
}

.popover-title {
	color: #000 !important;
	text-transform: uppercase;
}

h3 small {
	color:inherit;
	/*font-family: 'PT Sans', sans-serif !important;*/
}

.well {
	background: #e7edf3;
}

.nav-pills li a img {
	margin-right: 20px;
}

.nav-pills.nav-stacked>li > a {
margin-bottom: 1px;
background-color: #fff;
}

.nav-hor li {
	position: relative;
}

.objects-sub-nav {
	background-color: #16254C;
	position: absolute;
	z-index: 111;
	top:113%;
	left: 2px;
	padding: 0;
	margin: 0;
	min-width: 300px;

	clip: rect(-10px, 10px, 0, 0);

	-webkit-transition: clip .2s ease-in-out;
	   -moz-transition: clip .2s ease-in-out;
	    -ms-transition: clip .2s ease-in-out;
	     -o-transition: clip .2s ease-in-out;
	        transition: clip .2s ease-in-out;

	box-shadow: 0 2px 0 rgba(0,0,0,.5);
}

.nav-hor li:hover .objects-sub-nav{
	clip: rect(-10px, 999px, 999px, 0px);
}

.objects-sub-nav li a:hover {
	background-color: #00AEEF;
}

.objects-sub-nav:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 5px solid #16254C;
	bottom: 100%;
	left: 0;
	border-top-color: transparent;
	border-right-color: transparent;

}

.objects-sub-nav .sub-header {
	font-size: 11px;
	color: #00AEEF;
	padding: 2px 17px 2px 17px;
	text-transform: uppercase;
	font-weight: bold;
}

.objects-sub-nav li {
	display: block;
	
	text-align: left;
	margin: 0;
}

.objects-sub-nav li a {
	display: block;
	font-size: 14px;
	text-transform: none;

	padding: 5px 17px 5px 17px;
	font-weight: normal;

	text-transform: none;
	text-decoration: none;
	box-shadow: none;
	border: 0;
	background-color: transparent;	
	color:#AFCCE9;
}

.objects-sub-nav li.bigger a {
	font-size: 17px;
	padding: 10px 17px 10px 17px;
	font-weight: bold;
}

.objects-sub-nav li:last-child a {
border: 0;
padding-bottom: 10px;
}

.objects-sub-nav li.active a,
.objects-sub-nav li.active a:hover {
	box-shadow: none;
	color: #FFF;
}

.well.dark.offers-back {
	background-color:#16254C;
	color:#fff;
	border-radius: 0;
	box-shadow: none;
	margin-top: -40px;
	border:0;
	padding-top: 5px;
	margin-right: -20px;
	margin-left: -20px;
	position: relative;
	box-shadow: 0 19px 15px -15px #001844;
}

.offers-back:before,
.offers-back:after {
	content: "";
	display: block;
	position: absolute;
	width: 0; height: 0;
	border:10px solid #001844;
	bottom:100%;
	border-top-color: transparent;
}

.offers-back:before {
	border-left-color: transparent;
	left:0;
}

.offers-back:after {
	border-right-color: transparent;
	right: 0;
}

.well.dark.offers-back h3 {
	color:#fff;
	font-size: 64px;
	line-height: 1.434341;
	margin-top: 0;
}

.well.dark.offers-back a {
	color: #AFCCE9;
}

.related-offers {
	//list-style: none;
}

.related-offers>li {
	margin-bottom: 10px;
}

.related-offers>li>small {
	opacity: .5;
	font-style: italic;
}

.related-offers>li>a>img{
	margin-right: 10px;
}

.offers-back {
	
	background-repeat: no-repeat;
	background-position: 7% center;
	padding-left: 23%;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.podarok {
	position: absolute;
	display: block;
	width: 116px;
	height: 116px;
	background-image: url(../_img/empty-offer.png);
	top: 28px;
	left: 48px;
	-webkit-animation: spinp 3s infinite cubic-bezier(0.760, -0.290, 0.195, 1.490);
	   -moz-animation: spinp 3s infinite cubic-bezier(0.760, -0.290, 0.195, 1.490);
	     -o-animation: spinp 3s infinite cubic-bezier(0.760, -0.290, 0.195, 1.490);
	        animation: spinp 3s infinite cubic-bezier(0.760, -0.290, 0.195, 1.490);
}

@-moz-keyframes spinp {
    from { -moz-transform: rotateY(0deg); }
    to { -moz-transform: rotateY(360deg); }
}
@-webkit-keyframes spinp {
    from { -webkit-transform: rotateY(0deg); }
    to { -webkit-transform: rotateY(360deg); }
}
@keyframes spinp {
    from {transform:rotateY(0deg);}
    to {transform:rotateY(360deg);}
}

ul.lead {
	margin: 40px 0;
}

ul.lead li {
	margin-bottom: 20px;
}

.expand {
	display: none;
}

.hidden {
	display: none !important;
}

.supercheckbox {
/*	padding:5px 23px;
	background-color: #fff;
	display: inline-block;
	border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 2px 3px rgba(0,0,0,.2);	
    border: 1px solid #CBD5E0;
    font-size: 15px;
    line-height: 1.4;*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;    
    position: relative;
    line-height: 2;
    padding-left: 5px;
    color:#bebebe;
}

.switch {
	display: inline-block;
	background: #aaa;
	position: absolute;
	height:24px;
	width: 48px;
	vertical-align: middle;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 1px 3px rgba(255,255,255,.9),0 3px 7px rgba(0,0,0,.2);
    border-radius: 24px;
    right:2px;
    top: 2px;
	
}

.switch:before {
	content: "";
	position: absolute;
	background: #eee;
	display: block;
    border-radius: 20px;	
	width: 20px;
	height: 20px;
	left: 2px;
	top: 2px;
	box-shadow: 0 2px 0 rgba(0,0,0,.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    border:2px solid silver;	
    
}

.rsch:checked + .supercheckbox .switch:before {
	-webkit-transform: translateX(24px);
	   -moz-transform: translateX(24px);
	    -ms-transform: translateX(24px);
	     -o-transform: translateX(24px);
	        transform: translateX(24px);
	background: #fff;
	border-color:#00AEEF;
}



.rsch:checked + .supercheckbox .switch{
	background: #00AEEF;
}

.supercheckbox:hover {
/*	background-color: #00AEEF;
	border-color: #00AEEF;
	color:#fff;*/
}

.rsch:checked + .supercheckbox {
/*	background: #00AEEF;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.2), inset 0 2px 3px rgba(0,0,0,.2);
	color: #FFF;
	border-color: #16254C;*/
	color:#333;
}

.supercheckbox:active .switch:before {
	-webkit-transform: translateX(12px) !important;
	   -moz-transform: translateX(12px) !important;
	    -ms-transform: translateX(12px) !important;
	     -o-transform: translateX(12px) !important;
	        transform: translateX(12px) !important;
}

.slider {
	margin: 20px 8px 20px 6px;
}

.interval {
	font-size: 16px;
}

.ccc {
	background-color: #fff;
	border-radius: 4px;
	padding: 5px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 2px 3px rgba(0,0,0,.2);	
}

.ruler {
	font-size: 11px;
	margin-top:-5px;
	margin-bottom: 20px;
}

.ruler .upper {
	float: right;
}

.text-center {
	text-align: center;
}

.sqr-data, .p-data {
	text-align: center;
}

.dash {
	position: relative;
	top:-5px;
	margin: 0 5px;
}

.input-mid {
	width: 100px;
}

.btn-search {
	padding: 40px;
	font-size: 19px;
	line-height: 1.4;
}

/*----------------------------------*/
/* Ширина слайдера */


/* Контейнер слайдера */
.ui-slider {
    position: relative;
}

/* Ползунок */

.ui-slider .ui-slider-handle {
    position: absolute;

	width: 20px;
	height: 20px;
    
	border-radius: 20px;
	cursor: default;
	box-shadow: 0 2px 0 rgba(0,0,0,.2);	

	background-color: #fff;
	border-color: #16254C;
	color:#fff;	

    cursor: pointer;
    z-index: 2;
 	outline:none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
    
}

/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */

.ui-slider-horizontal {
     height: 24px; 
}

/* позиционируем ползунки */

.ui-slider-horizontal .ui-slider-handle { 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    border:2px solid #00AEEF;
    top: 2px;
    margin-left: -10px;
    cursor:w-resize;
}

.ui-slider-horizontal .ui-slider-handle:nth-child(3){
	
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min { 
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* оформление полосы по которой ходит ползунок */

.ui-widget-content { 
    background: #aaa;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 1px 3px rgba(255,255,255,.9),0 3px 7px rgba(0,0,0,.2);
}

/* оформление активного участка (между двумя ползунками) */

.ui-widget-header { 
    background: #00AEEF;
    box-shadow: inset 0 2px 0 rgba(0,0,0,0.2);
}

/* скругление для полосы слайдера */

.ui-corner-all {
    border-radius: 24px;
}
/*----------------------------------*/



.label-cd {
	background-color: transparent;
	font-size: 23px;
}

.plate-d,
.plate-h,
.plate-m,
.plate-s {
	background-color: #444;
	padding:4px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.3);
background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(40,40,40,1) 50%, rgba(55,55,55,1) 51%, rgba(55,55,55,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,1)), color-stop(50%,rgba(40,40,40,1)), color-stop(51%,rgba(55,55,55,1)), color-stop(100%,rgba(55,55,55,1)));
background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(40,40,40,1) 50%,rgba(55,55,55,1) 51%,rgba(55,55,55,1) 100%);
background: -o-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(40,40,40,1) 50%,rgba(55,55,55,1) 51%,rgba(55,55,55,1) 100%);
background: -ms-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(40,40,40,1) 50%,rgba(55,55,55,1) 51%,rgba(55,55,55,1) 100%);
background: linear-gradient(to bottom, rgba(50,50,50,1) 0%,rgba(40,40,40,1) 50%,rgba(55,55,55,1) 51%,rgba(55,55,55,1) 100%);
}


.plate-d small {
	font-weight: normal !important;
	font-size: 11px;
	position: relative;
	left:-2px;
}

.ddots {
	position: relative;
	left: -1px;
	opacity: .5;
	margin: 0 1px 0 1px;
}

.do {
	display: inline-block;
	background-color: #333;
	padding: 16px 2px 12px 9px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
}


.carousel-inner > .item {

-webkit-transition: left .6s ease-in-out !important;
   -moz-transition: left .6s ease-in-out !important;
     -o-transition: left .6s ease-in-out !important;
        transition: left .6s ease-in-out !important;          
}


.resultat {
	min-height: 60px;
	position: relative;
	-webkit-transform: perspective(70px);
	-webkit-transform-style: preserve-3d; 
}

.resultat {
	min-height:60px;
 }

.resultat.loading:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	height: 32px;
	width: 32px;	
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	background-color:lightgrey; 
	-webkit-animation:ldng 2s infinite linear;	
}

@-webkit-keyframes ldng {
	0%{-webkit-transform:rotateY(0deg);}
	25%{-webkit-transform:rotateY(360deg);}
	50%{-webkit-transform:rotateX(0deg);}
	75%{-webkit-transform:rotateX(360deg);}
}


.table.nw thead tr th {
	/*white-space: nowrap;*/
	font-size: 13px;
}


tr.grey {
	color:silver !important;
	font-size: 11px;
}

tr.grey a{
	color:#619EB4;
}



tr.white {
	background-color: #fff !important;
}


table.sortable th {
	cursor: pointer;
	padding-right: 17px;
}

table.sortable th:hover {
	background-color: rgba(255,255,255,.5);
}

.headerSortUp,
.headerSortDown {
	position: relative;
	background: #fff;
	
}

.headerSortUp:after,
.headerSortDown:after {
	display: block;
	position: absolute;
	width: 0; height: 0;
	border:5px solid transparent;
	right: 5px;
	bottom: 16px;
}

.headerSortUp:after {
	content: "";
	border-bottom-color: black;

}

.headerSortDown:after {
	content: "";
	border-top-color: black;
	bottom: 10px;
}


.badge {
	font-size: 15px;
    border-radius: 3px;
    text-shadow: none;
    padding: 2px 6px 1px 5px;
}

.badge-success {
	background-color: #00B90F;
}


.plate-white.narrow {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 5px;
}

.plate-white {
	background: #FFF;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	color:#333 !important;
}

.plate-white hr {
	border-color:lightgrey;
}

.help {
	font-size: 13px;
	color: silver;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.dopres {
	font-size: 13px;
	color: #00AEEF;
	cursor: pointer;
	
	display: inline-block;
	margin-right: 3px;
	background: #F8F3F3;
	padding: 0 5px;
	margin-bottom: 3px;
}


.presets {
	text-align: justify;
}

sup.label {
	font-size: 9px;
	text-shadow: none !important;
	color: silver;
	background: transparent;
	border:1px solid;
	padding:1px 3px 0px 3px;
	        
}

.offer-is-1 {
	color:#00BB1E !important;
}



.imblind {
	font-size: 1.4em !important;
	height: 35px !important;
	border:0 !important;
	border-bottom: 2px solid #eee !important;
	box-shadow:none !important;	
	border-radius: 0 !important;
	color:gray !important;	
	font-family: 'Roboto Condensed', sans-serif !important;
}

.imblind:focus{
	color:#333 !important;	
	border-bottom-color:#00AEEF !important;
}

.s1 {
	width: 70px !important;
}

.s2 {
	width: 100px !important;
}

#search {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	-webkit-transition: all .5s linear;
	   -moz-transition: all .5s linear;
	    -ms-transition: all .5s linear;
	     -o-transition: all .5s linear;
	        transition: all .5s linear;
border:2px solid #00AEEF;	  
position: relative;  
}

.innerONE {
	overflow: hidden;
	opacity: 1;
	display: block;
	white-space: nowrap;
	width:170px;
	-webkit-transition: all .5s cubic-bezier(1.000, -0.600, 0.155, 1.510);
	   -moz-transition: all .5s cubic-bezier(1.000, -0.600, 0.155, 1.510);
	    -ms-transition: all .5s cubic-bezier(1.000, -0.600, 0.155, 1.510);
	     -o-transition: all .5s cubic-bezier(1.000, -0.600, 0.155, 1.510);
	        transition: all .5s cubic-bezier(1.000, -0.600, 0.155, 1.510);
}

.think > .innerONE {
	width: 0;
	opacity: 0;
}

@-webkit-keyframes spin {
	to { -webkit-transform: rotate(1turn); }
}

.think {
	background: #FFF !important;
	border:2px solid #00AEEF;
	border-radius:24px;
	box-shadow: none !important;	
	
}

.think .lll {
	display: block;
}

.lll {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	-webkit-animation: spin .3s infinite;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	border:2px solid #00AEEF;
	border-radius:16px;
	border-top-color:transparent !important;
	
}

.planlink {
	/*vertical-align: center;*/
}


.anchor{
	position: relative;
	top:-100px;
}

.hidden-on-start {
	display: none;
}

.libadge {
	display: inline-block;
	background-color: #D91378;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	height: 22px;
	width: 48px;
	position: relative;
	margin-left: 16px;
}

.libadge:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	border: 16px solid transparent;
	width: 0;
	height: 0;
	border-right-color:#D91378;
}

.grey .libadge {
	background-color:silver;
}

.grey .libadge:before {
	border-right-color:silver;
}

.shadow {
	box-shadow: rgba(0, 0, 100, 0.0470588) 0px 0px 1px, rgba(0, 0, 100, 0.0470588) 2px 4px 3px, rgba(0, 0, 100, 0.0470588) 6px 10px 6px, rgba(0, 0, 100, 0.0470588) 12px 20px 10px, rgba(0, 0, 100, 0.0470588) 21px 34px 15px, rgba(0, 0, 100, 0.0470588) 32px 52px 21px;
}

.message {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #00AEEF;
	color:#fff;
	position: fixed;
	bottom: 0; left: 0; right: 0; top: 0;
	margin: auto;
	width: 722px;
	height: 250px;
	z-index: 9999;
	padding: 20px 20px 20px 169px;
	overflow: hidden;
	background-image: url(../_img/empty-offer.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	display: none;
}

.message a {
	color:cyan;
}

.ribbon:after {
	content: "";
	position: absolute;
right: -43px;
top: -9px;
display: block;
height: 19px;
width: 188px;
	-webkit-transform: rotateZ(45deg);
	   -moz-transform: rotateZ(45deg);
	    -ms-transform: rotateZ(45deg);
	     -o-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
	background-color: salmon;
}

.business {
	display: block;
	background-color: red;
	width: 100%;
	height: 66px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.object-finished {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #00B90F;
	border-radius: 48px 0 48px 48px;
	z-index: 1;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	padding-top: 4px;
	top:-2px;
	right:-2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.24);
-webkit-transition: box-shadow 300ms cubic-bezier(0.570, -0.435, 0.060, 1.325); 
   -moz-transition: box-shadow 300ms cubic-bezier(0.570, -0.435, 0.060, 1.325); 
     -o-transition: box-shadow 300ms cubic-bezier(0.570, -0.435, 0.060, 1.325); 
        transition: box-shadow 300ms cubic-bezier(0.570, -0.435, 0.060, 1.325); /* custom */
	cursor:default;
	-webkit-transform: rotateZ(0deg);
	   -moz-transform: rotateZ(0deg);
	    -ms-transform: rotateZ(0deg);
	     -o-transform: rotateZ(0deg);
	        transform: rotateZ(0deg);
}

.object-block:hover .object-finished {
	box-shadow: 0 3px 3px rgba(0,0,0,.23);
}

.footer-tree {
	list-style: none;
}

.footer-tree li {
	line-height: 30px;
}

.footer-tree ul {
	list-style: none;
	font-size: 13px;
}

.offers-back {
	position: relative;
}

.megalink {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.ermitaj,
.ermitaj h2,
.ermitaj h1 {
	font-family: 'Roboto Slab', serif;
}

.ermitaj {
	background-image: url(../_img/eback.jpg);
	color:#fff;
	background-attachment: fixed;
	
}



	.ermitaj h2 {
		color:#E5D84C;
	}

	.ermitaj .flat-tab-nav {
		background-color: #333;
		border-left: 4px solid;
		}

	.ermitaj .flat-tab-nav li.active > a {
		border-bottom-color: #E5D84C;
		}



	.ermitaj .flat-tab-nav li > a {
		color: #E5D84C;
	}

	.ermitaj .flat-tab-nav li.active > a {
		color: rgba(229, 216, 76, 0.48);
	}

	.ermitaj .side-panel .tab-pane {
		background-color: #333;
	}

	.ermitaj .side-panel .disclamer {
		color: #948E4D;
	}

	.ermitaj .mi-title h1 {
		text-shadow: 0 5px 0px #333;
		}

	.ermitaj .vertical-menu li.active > a {
		background-color: #333;
		}

	.ermitaj .vertical-menu li > a {
		background-color: #111;
		}

	.ermitaj .vertical-menu li.active > a:before {
		background-color: #333;

		}		

.w300 {
	width: 300px !important;
}

.w174 {
	width: 174px !important;
}

/*------------------------------- RESPONSIVE --------------------------------*/


/*вертикальные планшеты*/

@media (max-width: 939px) and (min-width:768px) {

}


/*телефонка*/

@media (max-width: 767px) {

}

@media (max-width: 980px) {

}


@media (max-width: 767px) {


.fixedheader.on {
	position: relative !important;
	z-index: 9 !important;
}

.upbutton {
		display: none;
	}

}