 
/* QuickSite style (override Bootstrap) */
html{ 
}
body{
  background-color: transparent;
  font-family: "HattoriHanzoLight", Helvetica, Arial, sans-serif;
  font-size: 16px;
  
}
h1{
  font-size: 27px;
}
h2{
  font-size: 22px;
}
.subnav ul.nav li a{ 
  border: none; 
}
#copyright{
  color: #929799;
  font-size: 17px;
}
#address p{
  color: #929799;
  font-size: 17px;
}
.leftNav ul.nav li{
  list-style-image: url('/site/images/li.png');
}
p, ul, li{
  font-family: "Open Sans", Helvetica, Arial, sans-serif; 
  line-height: 20px;
}



.container{
  width: 1040px;
  position: relative;
}
.bg-block-4{
  padding: 16px 60px 5px;
  background-position-y: bottom !important;
}
.logotip{
  text-align: center;
  margin-bottom: 50px;
}
.logotip img{
  max-width: 450px;
  text-align: center;
}

.leftNav{
  padding: 0;
}
.text{
  margin: 25px 0px;
  margin-top: 75px;
}
.top-block{
  height: 50px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #757575;
  line-height: 20px;
}
  .top-block .pull-left{
    width: 95px;
    padding-top: 12px;
  }
  .top-block .pull-right{
    text-align: right;
  }
    .top-block .pull-right a{
      color: #00aaed;
      text-decoration: underline;
    }

.search{
  padding: 13px;
  margin-top: 30px;
  margin-bottom: 12px;
  background: rgb(0,141,196); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0,141,196,1) 0%, rgba(0,209,246,1) 50%, rgba(0,141,196,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,141,196,1)), color-stop(50%,rgba(0,209,246,1)), color-stop(100%,rgba(0,141,196,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0,141,196,1) 0%,rgba(0,209,246,1) 50%,rgba(0,141,196,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0,141,196,1) 0%,rgba(0,209,246,1) 50%,rgba(0,141,196,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0,141,196,1) 0%,rgba(0,209,246,1) 50%,rgba(0,141,196,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(0,141,196,1) 0%,rgba(0,209,246,1) 50%,rgba(0,141,196,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dc4', endColorstr='#008dc4',GradientType=1 ); /* IE6-9 */
}
  .search input{
    margin-bottom: 0px;
    width: 207px;
    border-color: #0086c0;
  }
.carousel{
  margin-top: 60px;
}
  .carousel img{
    width: 733px;
   /* height: 100%;*/
  }

.promo-table{
  margin-bottom: 30px;
}
.promo-table,
.promo-table tr,
.promo-table tr td{
  border: none;
}
  .promo-table tr:first-child td{
    text-align: center;
    vertical-align: bottom;
    width: 33%;
  }
  .promo-table h2{
    font-size: 24px;
    color: #0069aa;
    text-align: center;
  }
  .promo-table p{
    font-size: 18px;
    color: #505050;
  }

.nav-list .nav-header{
  text-shadow: none;
  font-size: 17px;
  margin-top: 20px;
}
.nav-list > li > a{
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.nav>li>a:hover{
  background: transparent;
}

/* SubNavigation */
.subnav {
  text-align: center;
}
.subnav .nav {
  margin-bottom: 0;
  text-align: right;
}
.subnav .nav > li{
  display: inline-block;
  float: none;
  
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
   
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav li.dropdown ul.dropdown-menu {
 border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  text-align: left;
  left: 50%;
  margin-top: 10px;
  top: 100%;
 /* transition:   0.5s ease;
  -webkit-transition: margin-top 0s ease;
     -moz-transition: margin-top 0s ease;
       -o-transition: margin-top 0s ease;*/
	   box-shadow: 0 1px 3px rgba(0,0,0,.5);
 
padding: 5px 0px;  
text-shadow: 1px 1px 1px #fef7f1;
}

/* Left navigation */
.nav .active .active > a{
  background-color: transparent;
  color: #005580;
  text-shadow: none;
}

/* Comments */
.comments{
  margin-top: 40px;
}
.comments ul{
  list-style: none;
  margin: 0px 40px;
}
.comment{
  margin-bottom: 35px;
}

.span9 .commentBlock .form-actions{
        padding-top: 0px;
}

/* news */
.news{

}
.news legend{
  font-size: 16px;
  color: #505050;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news legend a{
  text-transform: lowercase;
  color: #0169a6;
}
.thumbnails > li.news{
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  vertical-align: top;
}
.thumbnails > li.news small{
  font-size: 15px;
}
.thumbnails > li.news a{
  font-size: 16px;
  color: #0179b8;
}
.thumbnails > li.news p{
  font-size: 16px;
  color: #505050;
}


/* footer */
#footer{
  margin-top: 25px;
}
#address{
  text-align: center;
}
#quick{
  text-align: right;
}

/* news */
 

.thumbnails li{
  display: inline-block;
  float: none;
  vertical-align: top;
}

.commentBlock{
  margin-top: 30px;
}
.commentBlock legend{
  margin-bottom: 0;
}


.slides_container {
  width:100%;
  overflow: hidden;
  height:311px;
}
.slides_container div {
  width:774px;
  height:311px;
  display:block;
}

.slide-pin{
  margin-top: -30px;
  position: relative;
  z-index: 1000;
  margin-left: 0px;
  text-align: center;
}
  .slide-pin ul{
    display: block;
    width: auto;
    margin: auto;
  }
  .slide-pin li{
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url('/site/images/slide-pin.png');
    background-position: 0px 0px;
    padding: 0px;
    margin: 0 5px;
  }
    .slide-pin li a{
      display: block;
      width: 100%;
      height: 13px;
    }
  .slide-pin li.current{
    background-position: 0px -13px;
  }

.search form{
  margin: 0;
}


.row-fluid .span9{
  width: 70.468085099%;
  margin-left: 6.127659574%;
 /* overflow: hidden;*/
}

.thumbnails .span2{
  width: 160px;
}
/*
li.dropdown:hover ul.dropdown-menu{
  display: block;
}
*/


input.input-text{
	  margin-bottom: 0px;
	  width: 50px;
	  height: 20px
	  }
	.display-table5{
	display: table;
	width: 100%;
	}
	 .display-table{
		display: table;
		width:400px;
		border: 1px solid #7D2F2F;
		border-radius: 3px;
	 }
	.display-table .table-cell{
	display: table-cell;
	font-weight: normal;
	font-size: 13px;
	padding: 0 10px;
	color: #fff;
	background: #BC4B4B;
	text-shadow: #414141 0 1px 0px;
	vertical-align: middle;
	text-align: left;
	

	}

	.display-table5 .table-cell,.display-table5 .table-cellSmall {
	display: table-cell;
	border: 1px solid #fecdcd;
	padding-left: 10px;


	}
	.table-row{
	display: table-row;
	border: 1px solid #d6d1d1;
	background: #fff4f4 ;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
	color: #000000;
	width: 100%;

	}
	.table-row:hover{
	background: #ca3535;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
	}
	.table-row-head{
	display: table-row;
	border: 1px solid #7D2F2F;
	background: #BC4B4B;
	color: #fff;
	text-shadow: #414141 0 1px 0px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	
	
	}
	.table-row-head  div.table-cell,.table-row-head  div.table-cellSmall{
	vertical-align: middle;
	border: 1px solid #7D2F2F;
	padding: 0px;
	}
	div.row-checked{
		background: #CFCBCB !important;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;;
		color: black !important;;
		
	}
	div.row-checked .table-cell,div.row-checked .table-cellSmall{
		border: 1px solid white !important;
	
	}
	.counr_cheaf{
	width: 40px;
	}
	.star-width{
	width: 10px;
	display: inline-block;
	position: absolute;
	left: 0px;
	text-align: right;
	}

	.star-com{
	padding-left: 18px;
	position: relative;
	}
	div.table-cellSmall{
	width: 20px;
	text-align: center;
	padding: 0px;
	}
	input[type="radio"]:hover,input[type="checkbox"]:hover{
	cursor: pointer;
	}
	.btn{
	margin: 5px 10px; ;
	
	}
	#countCostOut{
	width: 100px;
	height: 30px;
	color: #da4f49;
	font-weight: bold;
	font-size: 20px;

	
	
	}
	div.border-none{
	border-left-width:0px;
	border-right-width: 0px;
	}
	.bord-left-none{
	border-left: none;
	}
	.bord-right-none{
	border-right: none;
	}
	.table-two{
	display: table;
	width: 100%;
	}
	.table-row-two{
	display: table-row;
	}
	.twoDiv{
	display: table-cell;
	width: 50%;
	background-color: #656565;
	font-weight: normal;
	font-size: 13px;
	padding: 0 10px;
	color: #fff;
	text-shadow: #414141 0 1px 0px;
	vertical-align: middle;
	text-align: center;
	}
	
	.display-none{
	display: none; 
	}
	
	.controls .regi-mail,.controls .regi-mail-i,.controls .regi-password{
	float:left;
}
.controls .regi-mail-i{
	opacity: 0;
	width: 26px;
	height: 26px
}

/*авторизация*/
.topHead {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;	
	height: 50px;
	margin-left: 0px;
	margin-top: -23px;
}
.topHead.overHid{
	overflow: hidden;
}

.autorithation-form{
	float: right;
	width: auto;
	position: absolute;
	top: 0px;
	right: -500px;

}
.autorithationField{
	float: right;
	margin: 5px 3px;
	text-align: left;
}
.autorithationField .input-text{
	width: 150px;
}
.autorithationField .btn{
	margin: 0px;
}
.autorithationField a{
	margin: 5px 10px;
}
.topHead .navbar-inner-client {
	background: #fcfff4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2RmZTVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2JlYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-8 */
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 0px 1px 3px 1px rgba(0,0,0,.8);
padding: 0 10px;
  background: none;
  box-shadow: none;
  border: 0px solid black;
}
.topHead .navbar-inner-client .nav>li>a{
  color: #191919;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  background: none;
  box-shadow: none;
  border: 0px solid black;
}
.nav>li>a {
	display: block;
  font-weight: normal;
}
.topHead .navbar-inner-client .nav>li>a:hover{
	background: #fcfff4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2RmZTVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Yjg0NzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #7b8479 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#7b8479)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#7b8479 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#7b8479 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#7b8479 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#7b8479 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#7b8479',GradientType=0 ); /* IE6-8 */
  box-shadow: -1px 0px 3px #969696,1px 0px 3px #969696,0px 1px 3px #969696;
  color: #2d2d2b;
  text-shadow: 0px 1px 1px #fff;
  background: none;
  box-shadow: none;
  border: 0px solid black;
}
.topHead .dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover{
	background-color: #969696;
	
}
.control_about_user .form-horizontal .control-group>label{
	width: 30%;
	min-width: 140px;
	text-align: left;
	font-size: 16.5px;
	color: #08C;
	font-weight: bold;
}
.control_about_user form input[type="text"],
.control_about_user form select,
.control_about_user form input[type="password"]{
	width: 70%;
	min-width: 140px;
	
	
}
.enter{
	position: absolute;
	top: 0px;
	right: 0px;
	
}
.enter a.enter-login , .enter a.enter-reg{
font-size: 18px;
font-style: normal;
color: #1a68b3;
text-decoration: none;

}
.enter a.enter-reg{
 border-bottom: 1px solid #1a68b3;
}
.enter a.enter-login{

border-bottom: 1px dashed #1a68b3;
margin-right: 30px;
}
.enter a {
font-size: 13px;
font-style: italic;
color: #333;
text-decoration: underline;
}
#TImageSettings .table tr td,#TImageSettings .table tr th{
	display: none; 
} 
.display-none{
	display: none !important;
}
.display-tableCell{
	display: table-cell;
}


.leftNav .nav li{
	    line-height: 22px;
	  }
	  .nav-header.true{
	  position: relative;
      
	  }
	  .nav-header.true:hover{
	    cursor: pointer;
	  }
	  .nav:hover .nav-header.true:hover  ul{
	    
	  }
      .leftNav ul.nav li.true{
          position: relative;
      }
	  li.true  ul{
	    position: absolute;
		left: 100%;
		top: 3px;
		z-index: 1000;
		margin-left: -15px;
		display: none;
        padding: 0px;
	    white-space: nowrap;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		/*transition:         0.5s ease;
		-webkit-transition: 0.5s ease;
		-moz-transition:    0.5s ease;
		-o-transition:    0.5s ease;*/
		border-radius: 5px;
		
	  }
	  .leftNav li.true  ul:before{
	  	content: "";
		position: absolute;
		width: 0px;
		border: 7px solid red;
		border-color: transparent rgba(42,145,224,1) transparent transparent; 
		left: -14px;
		top: 50%;
		margin-top: -8px;
		
	  }
      .subnav .dropdown-menu{
          min-width: none;
          max-width: none;
      }
	  .nav-header.true  ul>li,.subnav li.true>a+ul>li{
	   list-style-position: inside;
	   width: 100%;
	   text-align: left;
	  }
	  .subnav li.true>a+ul>li{
	   
	  }
	  .nav-header.true  ul + .nav-header{
	    margin-top: 10px;
	  }
	  .nav-header.true  ul:hover{
	  display: block;
	  }
	  .nav-header.true  ul>li a,.subnav li.true>a+ul>li a{
	  display: inline-block;
      text-transform: none;
      background:  none;
      color: #003877;
      text-decoration: none;
	  }
      .subnav li.true>a+ul>li a{
          display: block; 
      }
      .subnav li.true>a+ul>li a:hover{
          background: inherit;
      }
	  .nav-header.true  ul>li:hover,.subnav li.true>a+ul>li:hover{
 
	  }
	  .leftNav > ul.nav-list{
	  position: relative;
	  }
	  ul.dropdown-menu>li>a{
	  	background-position: -100px -110px !important;
	  }
 

	 
	   
.gsc-control-cse{
	background: none !important;
	border: 0px solid #fff  !important;
}

.cse .gsc-control-cse, .gsc-control-cse{
	background: none !important;
	border: 0px solid #fff  !important;
}
.cse .gsc-control-cse, .gsc-control-cse{
	padding: 0px !important;
}

.gsib_a {
	 padding: 0px !important;

}

#gsc-iw-id1{
	background: none;
	padding: 0px;
	border-width: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	 
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right: 0px !important;
	height: 30px;
	
}

#gsc-i-id1{
	height: 27px !important;
	border: 1px solid #666666 !important;
    background: #fff !important;
    
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding: 7px 10px !important;
	border: 1px solid #666666;
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	margin-bottom: 0px !important;
	margin-top: 3px !important;
	
}

.form-actions{
    background: none;
    border-top-width: 0px;
}

.toTop{
z-index: 100;
  position: fixed;
  left: 0px;
  bottom: 90px;
  width: 100%;
  /* margin-left: 50%; */
  opacity: 0.7;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: none;
}

.toToper {
z-index: 2600;
position: absolute;
display: block;  
right: 3%;
bottom: 0px;
margin: 0px 0px 0px 100%;
padding: 32px 12px 4px;
color: white;
background: url("/site/images/arrow_top.png") 50% 11px no-repeat ;
border-radius: 7px;

}

.toTop:hover {
opacity: 1;
cursor: pointer;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>.open.active>a:hover {
color: inherit;
background-color: inherit;
border-color: inherit;
}

.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
border-top-color: initial;
opacity: 1;
filter: alpha(opacity=100);
}
 
.leftNav>ul.nav>li.nav-header.true ul>li{
	width: auto;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	background: url('/site/images/menu-hr.png') bottom center no-repeat;

	
}
.leftNav>ul.nav>li.nav-header.true ul>li>a{
padding: 0px;
display: block;
padding: 3px 15px;

}
.leftNav>ul.nav>li.true ul{
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
border-color: rgba(0, 0, 0, 0.3);
border-style: solid;
border-width: 1px;
}
#crumbs {
background-color: #E7E7E7;
border: 1px solid #888888;
border-radius: 8px !important;
box-shadow: 0px 1px 1px #FFFFFF, 0px 1px 2px #999999 inset;
color: #555555;
margin: 20px auto 10px;
}
#crumbs ul {
margin: 10px 13px 8px;
}
#crumbs li {
display: inline-block;
}
#crumbs ul a {
color: inherit;
}
#crumbs .spacer {
display: inline-block;
margin: 0px 10px;
}
#crumbs .caret{
	display: none;
}
.opacity0{
	opacity: 0;
}
 
select.input-xlarge {
width: 280px;
}

span.toggle{
    margin-left: 10px;
}
span.toggle  input.btn{
    margin: 0px;
    margin-bottom: 15px;
    
}

div.inputf input[type='text'].masker{
    margin-left: 10px;
    margin-bottom: 15px;
}
div.inputf .texti{
    margin-bottom: 15px;
}
span.toggle  input.btn-left{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right-width: 0px;
}
span.toggle  input.btn-right{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
span.toggle  input.btn-centr{
    border-radius: 0px; 
}
.checkbox.inline+.checkbox.inline{
    display:block;
    margin-left: 0px;
}

.relative{
  position: relative;
}
.z-i-1000{
  z-index: 1000;
}
div.bg_top{
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 300px;
}
.bg_top_1{
  z-index: 3;
}

.bg_top_2{
  z-index: 2;
}
.bg_top_3{
  z-index: 1;
}
.row-fluid .thumbnails li.span2.photo_all{
  width: auto;
  position: relative;
  border-radius: 4px;
  position: relative;
}
.anim05{
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.anim1000{
   -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease; 
}
.anim200{
   -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease; 
}
.thumbnails  li.photo_all:hover{
  opacity: 1;
}
.thumbnails  li.photo_all:hover *{
  text-decoration: none;
}
.max_width200{
  max-width: 200px;
}
.photo_all_about,.photo_all_about * {
  overflow: hidden;
  font-size: 14px;
  line-height: 13px;
  color: #272727;
}
.photo_all_about{
  position: absolute;
  display: block;
  height: 0px;
  overflow: hidden;
  background: #fff;
  z-index: 1000;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
  border: 2px solid #ececec;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  width: 194px;
  margin-left: -4px;
  top: 100%;
}
.thumbnails  li.photo_all img{
  position: relative;
  border-radius: 4px;
}
.thumbnails  li.photo_all a{
  border-radius: 0;
}
.thumbnails  li.photo_all:hover{
  background: rgba(0,0,0,0.3);
}
.thumbnails  li.photo_all:hover img{
  box-shadow: 0px 0px 3px 2px #ededed;
}
.thumbnails  li.photo_all:hover h3{
  color: #fff;
  text-shadow: -1px 0px 1px #000;
}
.thumbnails  li.photo_all:hover .photo_all_about{
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 2px;
  background: #fff;
}

.share42init{
  position: fixed;
  left: 0;
  opacity: 0.5;
  filter: alpha(50);
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
.share42init>#share42{
  left: 0;
   transition: left 1s ease;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -o-transition: left 1s ease;
}
.share42init:hover{
    opacity: 1;
}
.share42init:hover>#share42{

  filter: alpha(100);
  left: 10px;
}

 

.gsc-results-wrapper-visible{
	visibility: hidden;
}

.dear_man_selection{
    color: #a36a01;
    font-style: oblique;
}

.photo_all h3{
    font-weight: normal;
}







.item-views .property.price .icon, 
.item-views .property.price .price_val, 
.catalog.detail .info .price .price_val, 
.catalog.detail .info .price .price_new .icon {
	color: inherit !important;
}