input[type="text"],input[type="password"],textarea,select,checkbox,radio{
	border:1px solid #bbb;
	color:#333;
	padding:3px;
	border-radius: 3px;
	line-height: normal;
	-moz-transition:box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-webkit-transition:box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-o-transition:box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	transition:box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.3) inset;	
	border:1px solid #43727E !important;
	color:#000;
	line-height: normal;
	-moz-transition:box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	-webkit-transition:box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	-o-transition:box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	transition:box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
}

    /* Calendar Icon With CSS3
    -----------------------------------------v.1.0.0--- */
 .calendar{
	margin:0px 0px 0px 20px;
	padding-top:1px;
	width:80px;
	background:#ededef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	text-shadow:#fff 0 1px 0;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	position:relative;
	-webkit-box-shadow: 2px 2px 3px #555;
	-moz-box-shadow: 2px 2px 3px #555;
	box-shadow: 2px 2px 3px #555;
	}
	
	 .calendar_main{
	margin:0px 10px 5px 10px;
	padding-top:1px;
	float:right;
	width:80px;
	background:#ededef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	text-shadow:#fff 0 1px 0;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	position:relative;
	-webkit-box-shadow: 2px 2px 3px #555;
	-moz-box-shadow: 2px 2px 3px #555;
	box-shadow: 2px 2px 3px #555;
	}
	
    .weekday {
       display: block;
       font: 10px/20px Arial, Helvetica, sans-serif;
       color: #fff;
       text-shadow: 0 -1px 0 #00365a;   
       background: #698FA1;
       background: -webkit-gradient(linear, left top, left bottom, from(#698FA1), to(#4b6673));
       background: -moz-linear-gradient(top,  #698FA1,  #4b6673);
       background: linear-gradient(top,  #698FA1,  #3F5661);
       border-bottom: 1px solid #3F5661;
       margin-bottom: 10px;
       padding-top: 10px;
    }
    .day, .month {
       color: #000;
       text-shadow: 0 1px 0 #ebebeb;
    }
    .day {font: bold 35px/25px Arial, Helvetica, sans-serif;}
    .month {font: bold 11px/20px Arial, Helvetica, sans-serif;}
    .calendar:before, .calendar:after {
       content: '';
       position: absolute;
       width: 80px;
       background: #414141;
       left: 0px;
    }

.calendar:after {
   height: 3px;
   top: 2px;
   background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%,#000000 100%);
   background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, #000000 100%);
   background: radial-gradient(ellipse at center, #dddddd 0%,#000000 100%);
}

    .calendar_main:before, .calendar_main:after {
       content: '';
       position: absolute;
       width: 80px;
       background: #414141;
       left: 0px;
    }

.calendar_main:after {
   height: 3px;
   top: 2px;
   background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%,#000000 100%);
   background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, #000000 100%);
   background: radial-gradient(ellipse at center, #dddddd 0%,#000000 100%);
}

    .day:before, .day:after {
       content: '';
       position: absolute;
       top: 0px;   
       width: 2px;
       height: 10px;
       background: #aaa;
       background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
       background: -moz-linear-gradient(top,  #f1f1f1,  #aaa);
       background: linear-gradient(top,  #f1f1f1,  #aaa);
       z-index: 3;
       -moz-border-radius: 2px;
       -webkit-border-radius: 2px;
       border-radius: 2px;
    }
    .day:before {left: 17px;}
    .day:after {right: 17px;}
    .weekday:before, .weekday:after {
       content: '';
       position: absolute;
       top: 8px;   
       width: 6px;
       height: 6px;
       background: #111;
       z-index: 2;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       border-radius: 10px;
       -moz-box-shadow: 0 1px 1px #fff;
       -webkit-box-shadow: 0 1px 1px #fff;
       box-shadow: 0 1px 1px #fff;
    }
    .weekday:before {left: 15px;}   
    .weekday:after {right: 15px;}

.halfcat-index-content {
	width: 100%;
	margin: 0 auto;
}

.halfcat-index-content ul {
	list-style: none;
}

.halfcat-index-content li {
	float:left;
	background-color: #FFF;
	width: 155px;
	height: 150px;
	padding: 7px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px #e3e3e3 solid;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	margin: 8px 8px 0 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}

.halfcat-index-content li:hover {
  border: 1px solid #73BCD1;
-webkit-box-shadow: 1px 1px 5px #777;
	-moz-box-shadow: 1px 1px 5px #777;
	box-shadow: 1px 1px 5px #777;
}

.over_hid {
  overflow: hidden;
}

@media only screen and (max-width: 870px), only screen and (max-device-width: 870px) {
	.micro {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 820px), only screen and (max-device-width: 820px) {
	.micro2 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 890px), only screen and (max-device-width: 890px) {
	.micro3 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
	.min {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1350px), only screen and (max-device-width: 1350px) {
	.min2 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1550px), only screen and (max-device-width: 1550px) {
	.min3 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1500px), only screen and (max-device-width: 1500px) {
	.min4 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (min-width: 1500px), only screen and (max-device-width: 310px) {
	.pad {
		padding-right:10px;
	}
}

@media only screen and (max-width: 1090px), only screen and (max-device-width: 1090px) {
	.mob_min {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1130px), only screen and (max-device-width: 1130px) {
	.mob_min_top {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1250px), only screen and (max-device-width: 1250px) {
	.mob_min_super {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1600px), only screen and (max-device-width: 1600px) {
	.min_img {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (min-width: 1090px), only screen and (max-device-width: 310px) {
	.min_menu  {
		display: block;
	}
}

@media only screen and (min-width: 1090px), only screen and (max-device-width: 310px) {
	.min_menu2  {
		display: none;
	}
}

@media only screen and (min-width: 1350px), only screen and (max-device-width: 310px) {
	.min_ads  {
		display: none;
	}
}

@media only screen and (min-width: 1550px), only screen and (max-device-width: 310px) {
	.min3_ads  {
		display: none;
	}
}

@media only screen and (max-width: 820px), only screen and (max-device-width: 820px) {
	.mob {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 795px), only screen and (max-device-width: 795px) {
	.mob2 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	.mob3 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.mob4 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 670px), only screen and (max-device-width: 670px) {
	.mob5 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
	.mob6 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 490px), only screen and (max-device-width: 490px) {
	.mob7 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
	.mob8 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.mob8 {
		margin-left:-35px;
	}
}

@media only screen and (max-width: 520px), only screen and (max-device-width: 520px) {
	.mob9 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 670px), only screen and (max-device-width: 670px) {
	.mob10 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1400px), only screen and (max-device-width: 1400px) {
	.mob11 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (min-width: 1400px), only screen and (max-device-width: 310px) {
	.mob12  {
		display: none;
	}
}

@media only screen and (min-width: 820px), only screen and (max-device-width: 310px) {
	.mob_tel  {
		display: none;
	}
}

@media only screen and (min-width: 670px), only screen and (max-device-width: 310px) {
	.mob_log  {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (min-width: 670px), only screen and (max-device-width: 310px) {
	.mob_tabl  {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
	.mob_file{
		max-width: 230px;
	}
}

@media only screen and (max-width: 590px), only screen and (max-device-width: 590px) {
	.mob_590 {
		display: none;
	}
}

@media only screen and (min-width: 590px), only screen and (max-device-width: 310px) {
	.mob_590_2 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (min-width: 490px), only screen and (max-device-width: 310px) {
	.mob_490 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (max-width: 1450px), only screen and (max-device-width: 1450px) {
	.mob100 {
		width:100%;
	}
}

@media only screen and (max-width: 1450px), only screen and (max-device-width: 1450px) {
	.mob100_main {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

@media only screen and (min-width: 1450px), only screen and (max-device-width: 310px) {
	.mob100_main2 {
		width: 0px; 
		height: 0px;
		display: none;
	}
}

table.stuff    {
   border-spacing: 15px;
   border-collapse: separate;
}

@media only screen and (max-width: 795px), only screen and (max-device-width: 795px) {
	table.stuff  {
   border-spacing: 0px;
   border-collapse: separate;
	}
}

table.stuff2    {
   border-spacing: 5px;
   border-collapse: separate;
}

@media only screen and (max-width: 795px), only screen and (max-device-width: 795px) {
	table.stuff2  {
   border-spacing: 0px;
   border-collapse: separate;
	}
}

.alert_warn {
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  margin: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
    border:1px solid #EB9E87;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.header_main {
	-webkit-box-shadow: 2px 2px 5px #555;
	-moz-box-shadow: 2px 2px 5px #555;
	box-shadow: 2px 2px 5px #555;
}

.header_blok {
	-webkit-box-shadow: 5px 5px 10px #555;
	-moz-box-shadow: 5px 5px 10px #555;
	box-shadow: 5px 5px 10px #555;
}

.header_blok2 {
    background-color: #FFFFFF;
    border: 2px solid transparent;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #000000;
    -webkit-box-shadow: 0 0 10px 0 #000000;
    -moz-box-shadow: 0 0 10px 0 #000000;
}

.header_blok2:hover {
  border: 2px solid #ccc;
}

.image  {
background-color: #FFFFFF;
border: 2px solid transparent;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 5px 0 #000000;
-webkit-box-shadow: 0 0 5px 0 #000000;
-moz-box-shadow: 0 0 5px 0 #000000;
}

.image:hover {
  border: 2px solid #73BCD1;
}

.image_main  {
border: 0px solid #FFFFFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 0 10px 0 #000000;
-webkit-box-shadow: 0 0 10px 0 #000000;
-moz-box-shadow: 0 0 10px 0 #000000;
}

.image_main:hover {
  border: 0px solid #73BCD1;
  -webkit-transition: all 400ms linear 0s;
   -o-transition: all 400ms linear 0s;
   -moz-transition: all 400ms linear 0s;
   transition: all 400ms linear 0s;
   -ms-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   -moz-transform: scale(1.1);
   transform: scale(1.1);
}

.image2  {
border: 2px solid #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 10px 0 #000000;
-webkit-box-shadow: 0 0 10px 0 #000000;
-moz-box-shadow: 0 0 10px 0 #000000;
}

.image2:hover {
  border: 2px solid #73BCD1;
}

.image_image:hover {
   margin-left: 5px;
   -webkit-transition: all 400ms linear 0s;
   -o-transition: all 400ms linear 0s;
   -moz-transition: all 400ms linear 0s;
   transition: all 400ms linear 0s;
   -ms-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   -moz-transform: scale(1.1);
   transform: scale(1.1);
}

.image_icon:hover {
   -webkit-transition: all 400ms linear 0s;
   -o-transition: all 400ms linear 0s;
   -moz-transition: all 400ms linear 0s;
   transition: all 400ms linear 0s;
   -ms-transform: scale(1.4);
   -webkit-transform: scale(1.4);
   -o-transform: scale(1.4);
   -moz-transform: scale(1.4);
   transform: scale(1.4);
}

.image_ali  {
border:solid 1px #B5B5B5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

.vedr {
	overflow: hidden;
	border:solid 1px #B5B5B5; 
	padding:10px 15px 10px 15px;
	margin: 5px 10px 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #BAD4DA;
background: -webkit-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -o-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -moz-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
	color: #330
	
}

#topmenu_holder {
width: 100%;
display: block;
z-index: 1000;
}

.sticky #topmenu_holder {
margin-left: -214px;
width: 100%;
-webkit-box-shadow: 1px 1px 2px #555;
-moz-box-shadow: 1px 1px 2px #555;
box-shadow: 1px 1px 2px #555;
border-bottom: 1px solid #9F9F9E;
}

@media only screen and (max-width: 1090px), only screen and (max-device-width: 1090px) {
.sticky #topmenu_holder {
margin-left: 0px;
width: 100%;
-webkit-box-shadow: 1px 1px 2px #555;
-moz-box-shadow: 1px 1px 2px #555;
box-shadow: 1px 1px 2px #555;
border-bottom: 1px solid #9F9F9E;
	}
}

#search2 {
	float: left;
	height: 5px;
	width: 200px;
	margin-left: -2px;
    margin-top: -2px;
	padding: 1px 0px 4px 0px;
    position: relative;
	z-index:1010;
}

.menu:link { 
display: block;
font-family: Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #000000;
text-shadow: 0 1px #fff;
text-decoration: none
}

.menu:visited {  
color: #000000;
text-decoration: none
}

.menu:hover {  
color: #b71f38;
text-decoration:underline
}

.podval{
color: #000000;
text-shadow: 0 1px #fff;
}

.menu_d {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #b71f38; text-decoration: none}
.td_bg_1 {  background-image: url(/images/cont_ls.gif); background-repeat: repeat-y}
.td_bg_2 {  background-image: url(/images/cont_rl.gif); background-repeat: repeat-y; background-position: right}
.glow_gif {  background-repeat: repeat-y}
.b_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
.b_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}
}

a.b_text { color: #b71f38}
a.b_text:hover { text-decoration: underline}
.text { text-align:justify; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none}
a.text { color: #b71f38}
a.text:hover { text-decoration: underline}
a.text2 { color: #000000; text-decoration: none}
a.text2:hover { text-decoration: underline}
.block_bg {  background-repeat: repeat-x; background-color: #ffffff}
.title {  color: #b71f38; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none;}
.news_title {  color: #4F4F4F; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none;}
.link_anch {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #4f4f4f; text-decoration: none; font-size: 11px; font-weight: bold}
.link_anch:hover { color: #b71f38}
.title_g {  color: #4f4f4f; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none}

.cat {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none}
.cat:hover {  color: #b71f38}
.cat2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}
.cat2:hover {  color: #b71f38}

.contur { 
    font-size: 1.1em; 
	background: #b71f38;
	border: 1px solid #555;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.350);  
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

.reklama { 
    font-size: 1.1em; 
	background: #b71f38;
	border: 1px solid #555;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.350);  
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 4px 0px 4px 0px;
	margin: 8px 4px 0px 4px;
}

.predl { 
    font-size: 1.1em; 
	background: #b71f38;
	border: 1px solid #555;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.350);  
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 4px 0px 4px 0px;
	margin: 8px 4px 0px 4px;
}

#share42 {display: inline-block; padding: 4px 5px 0px 5px; background: #EFECEC; border: 1px solid #AAAAAA; border-radius: 4px;}
#share42:hover {background: #F6F6F6; border: 1px solid #999999; box-shadow: 0 0 3px #ccc;}
#share42 a {opacity: 0.7}
#share42:hover a {opacity: 1}
#share42 a:hover {opacity: 1}

#light a img{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);}
#light a:hover img{opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}

#prokrutka a img{opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70);}
#prokrutka a:hover img{opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}

.mail { 
margin-top:6px; 
background-color:#F5F3F3; 
border:solid 2px #B5B5B5; 
border-radius:10px; 
padding:10px;
text-shadow: 1px 1px 1px #ccc;
-webkit-box-shadow: 2px 2px 5px #555;
-moz-box-shadow: 2px 2px 5px #555;
box-shadow: 2px 2px 5px #555;
}

.nav-catalog
 {
	position: relative !important;
	top: auto !important;
}

.nav-catalog {
	margin-top: -16px;
	margin-left: -20px;
	display: inline-block;
}

.nav-catalog {
	color: #FFF;
	padding: 5px 20px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 5px;
}

.nav-catalog {
	background: #b71f38;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.350);
	border: 1px solid #a11b31;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 #a11b31, 4px 4px 2px rgba(0, 0, 0, .3);
}

.nav-catalog:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: 0;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.nav-catalog:before {
  border-top: 5px solid #8c172a;
  border-right: 5px solid #8c172a;
}

.individ-podxod {
  background: url('/images/individ-podxod.jpg') no-repeat;
  float: center;
}

.sticer {
display: block; 
position: absolute;
overflow: visible; 
top: -13px;
left: 50px;
width: 0;     
height: 0;     
margin: 0 0 0 0;     
padding: 0;     
z-index: 1;     
border: none;     
float: none;
}

#soc {
position: absolute;
margin: 0px 3px 0px 0px;
right:5px;
top: -13px;
left: 0px;
}

#color_bg{
background:url(/images/color-bg.png);
height:3px;
margin-left: 0px;
margin-top: -3px;
position: relative;
-webkit-box-shadow: 2px 2px 3px #555;
-moz-box-shadow: 2px 2px 3px #555;
box-shadow: 2px 2px 3px #555;
}

#color_bg2{
background:url(/images/color-bg.png);
height:3px;
margin-left: 0px;
margin-top: 6px;
margin-bottom: 0px;
position: relative;
-webkit-box-shadow: 1px 1px 2px #555;
-moz-box-shadow: 1px 1px 2px #555;
box-shadow: 1px 1px 2px #555;
}

/* loading_indicator */
div.loading-indicator {
    color: #666;
	top: 40%;
	left: 35%;
	position: fixed;
	z-index:2000;
	display: none;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	background: -webkit-linear-gradient(#e1ebf2, #FFFFFF, #FFFFFF, #e1ebf2);
    background: -o-linear-gradient(#e1ebf2, #FFFFFF, #FFFFFF, #e1ebf2);
    background: -moz-linear-gradient(#e1ebf2, #FFFFFF, #FFFFFF, #e1ebf2);
    background: linear-gradient(#e1ebf2, #FFFFFF, #FFFFFF, #e1ebf2);
	border: 1px solid #999999;
	width: 30%;
	padding: 0.6em;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px #555;
    -moz-box-shadow: 2px 2px 3px #555;
    box-shadow: 2px 2px 3px #555;
}
div.loading-indicator span {
	padding-left: 0px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 1.1em;
	z-index: 2000;
}
/* END loading_indicator */

.video {
  max-width:560px;
  max-height:315px;
  margin-right:3px;
  margin-bottom:10px;
}

.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden;
  background-color: #FFFFFF;
border: 2px solid transparent;
  -webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
-webkit-box-shadow: 2px 2px 5px #555;
-moz-box-shadow: 2px 2px 5px #555;
box-shadow: 2px 2px 5px #555;
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  float:center;
  width: 100%;
  height: 100%; 
}

.adaptive_image7{
  width: 100%;
  max-width: 350px;
  margin: 0 auto; /* ���������� �������� ��������� */
}
.adaptive_image7 img {
  width: 100%; /* ������ �������� */
  height: auto; /* ������ �������� */
}

.adaptive_image8{
  width: 100%;
  max-width: 400px;
  margin: 0 auto; /* ���������� �������� ��������� */
}
.adaptive_image8 img {
  width: 100%; /* ������ �������� */
  height: auto; /* ������ �������� */
}

.adaptive_image_post{
  width: 100%;
  max-width: 650px;
  margin: 0 auto; /* ���������� �������� ��������� */
}
.adaptive_image_post img {
  width: 100%; /* ������ �������� */
  height: auto; /* ������ �������� */
}

.adaptive_image_728{
  width: 100%;
  max-width: 728px;
  margin: 0 auto; /* ���������� �������� ��������� */
}
.adaptive_image_728 img {
  width: 100%; /* ������ �������� */
  height: auto; /* ������ �������� */
}

.adaptive_image_1200{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; /* ���������� �������� ��������� */
}
.adaptive_image_1200 img {
  width: 100%; /* ������ �������� */
  height: auto; /* ������ �������� */
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 2px 8px 4px 8px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.350);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.slide-out-div {
padding: 5px 10px 0px 30px;
width: 430px;
height: 300px;
background: #BAD4DA;
background: -webkit-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -o-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -moz-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
border: #666666 2px solid;
border-radius: 0px 9px 9px 0px;
-webkit-box-shadow: 1px 1px 2px #777;
-moz-box-shadow: 1px 1px 2px #777;
box-shadow: 1px 1px 2px #777;
z-index: 10; 
opacity: 0.95;
filter:alpha(opacity=95);
}

.handle {
margin-top: 119px;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	background: #ffffff;
	opacity: 0.95;
filter:alpha(opacity=95);
    z-index: 10000;
}

#page-preloader .spinner {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 45%;
    top: 40%;
    background: url('/forum/images/Leonardo.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}

@media only screen and (max-width: 520px) {
#page-preloader .spinner {
    left: 40%;
	top: 35%;
}
}

img.adaptive_image_400 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; /* ���������� �������� ��������� */
}
.adaptive_image_400 img {
  width: 100%; /* ������ �������� */
  height: auto; /* ������ �������� */
}
 
/*
     */
/*
*/