/* "Simpliste" template. Renat Rafikov. http://cssr.ru/simpliste/ */

/* CSS reset. Based on HTML5 boilerplate reset http://html5boilerplate.com/  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display:block; }
audio[controls], canvas, video { display:inline-block; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.5; }
body, button, input, select, textarea { font-family:sans-serif; }
a:focus { outline:thin dotted; }
a:hover, a:active { outline:0; }
abbr[title] { border-bottom:1px dotted; }
b, strong { font-weight:bold; }
blockquote { margin:1em 40px; }
dfn { font-style:italic; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
ins { background:#ff9; color:#000; text-decoration:none; }
mark { background:#ff0; color:#000; font-style:italic; font-weight:bold; }
pre, code, kbd, samp { font-family:monospace; }
pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word; }
q { quotes:none; }
q:before, q:after { content:""; content:none; }
small { font-size:85%; }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup { top:-0.5em; }
sub { bottom:-0.25em; }
ul, ol { margin:1em 0; padding:0 0 0 2em; }
dd { margin:0 0 0 40px; }
nav ul, nav ol { list-style:none; margin:0; padding:0; }
img { border:0; -ms-interpolation-mode:bicubic; }
svg:not(:root) { overflow:hidden;}
figure { margin:0; }
form { margin:0; }
fieldset { border:0; margin:0; padding:0; }
legend { border:0; padding:0; }
label { cursor:pointer; }
button, input, select, textarea { font-size:100%; margin:0; vertical-align:baseline; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; -webkit-appearance:button; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; }
input[type="search"] { -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
textarea { overflow:auto; vertical-align:top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color:#f0dddd; }
/* table { border-collapse:collapse; border-spacing:0; } */
.hidden { display:none; visibility:hidden; }
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
/* End CSS reset */

/* CSS skin */
body {
  color:#dddddd;
  background:#111111;
}
a {
  color:#ffcc00;
}
a:hover {
  color:#ffff33;
}
ul li, ol li {
  padding:0 0 0.4em 0;
}
.container {
  max-width:1000px;
  margin:0 auto;
}
.header {
  display:block;
  margin:0.4em 0 2em 0;
  padding:1em 2% 0.4em 2%;
  border-bottom:1px solid #33cc00;
}
.logo {
  display:block;
  padding:0 0 2em;
  color:#33cc00;
}
.menu {
  display:block;
  width:50%;
  float:right;
  text-align:right;
  margin:0;
  padding:0;
}
.menu li {
  display:inline-block;
  margin:0 0 0 7px;
}
.menu li.active,
.menu li.active a {
  color:#ff5500;
  text-decoration:none;
  cursor:default;
}
.article {
  display:block;
  margin:7px 0 7px 0;
}
.info {
  padding:0 7px 0 7px;
}
.footer {
  display:block;
  margin:2em 0 1em 0;
  padding:1em 0;
  border-top:1px solid #33cc00;
}
h1, h2, h3 {
  font-weight:bold;
  color:#33cc00;
}
h4, h5, h6 {
  font-weight:normal;
  color:#33cc00;
}
h1 {
  font-size:20px;
}
h1 a {
  text-decoration:none;
  color:#33cc00;
}
h2 {
  font-size:16px;
}
.form label {
  display:inline-block;
  padding:0 0 4px 0;
}
a.button,
.button {
  border:1px solid #33cc00;
  text-align:center; 
  text-decoration:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:#000 0px 0px 1px;
  -moz-box-shadow:#000 0px 0px 1px;
  box-shadow:#000 0px 0px 1px;
  background:#22aa00;
  color:#ffffff;
  padding:5px 10px;
  text-shadow:1px 1px 1px #2e2e2e;
  display:inline-block;
}
a.button:hover,
.button:hover {
  color:#ffffff;  
  background:#22dd00;
}
a.button:active,
.button:active {
  color:#111111;
  background: #335500;
}
.table {
  width:100%;
}
.table td {
  color:#ffffff;
  background:#002200;
  border:outset 1px #33cc00;
  padding:0 1px 0 1px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}
.td {
  color:#ffffff !important;
  background:#002200 !important;
  border:outset 1px #33cc00 !important;
}
.table th {
  color:#ffffff;
  background:#550000;
  border:outset 1px #dd2200;
  padding:0 1px 0 1px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}
.th {
  color:#ffffff !important;
  background:#550000 !important;
  border:outset 1px #dd2200 !important;
}
.warning {
  border:1px solid #dd2200;
  color:#ffffff;
  background:#550000;
  padding:7px 14px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.success {
  border:1px solid #33cc00;
  color:#ffffff;
  background:#002200;
  padding:7px 14px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.message {
  border:1px solid #cccccc;
  color:#000000;
  background:#808080;
  padding:7px 14px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.dbrv {
  border:1px solid #33cc00;
  color:#ffffff;
  background:url(../images/sfondorv.png);
  padding:7px 14px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.frame {
  border:1px solid #cccccc;
  color:#ffffff;
  background:#111111;
  padding:7px 14px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  background:#111111;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #3071a9;
  border-radius: 1.3px;
  border: 1px solid #999999;
}
input[type=range]::-webkit-slider-thumb {
  border: 1px solid #bbbbbb;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #777777;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #3071a9;
  border-radius: 1.3px;
  border: 1px solid #999999;
}
input[type=range]::-moz-range-thumb {
  border: 1px solid #bbbbbb;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #777777;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 1px solid #999999;
  border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 1px solid #999999;
  border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
  border: 1px solid #bbbbbb;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #777777;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
/* End CSS skin */

/* Columns 
-------
.col_33 | .col_33 | .col_33
.clearfix
-------
.col_75 | .col_25
.clearfix
-------
.col_66 | .col_33
.clearfix
-------
.col_50 | .col_50
.clearfix
-------
.col_100
-------
*/
.col_17 {
  width:15%;
  margin:7px 1% 7px 1%;
  float:left;
}
.col_25 {
  width:23%;
  margin:7px 1% 7px 1%;
  float:left;
}
.col_33 {
  width:31%;
  margin:7px 1% 7px 1%;
  float:left;
}
.col_42 {
  width:40%;
  margin:7px 1% 7px 1%;
  float:left;
}
.col_50 {
  width:48%;
  margin:7px 1% 7px 1%;
  float:left;
}
.col_66 {
  width:64%;
  margin:7px 1% 7px 1%;
  float:left;
}
.col_75 {
  width:73%;
  margin:7px 1% 7px 1%;
  float:left;
}
.col_100 {
  width:98%;
  margin:7px 1% 7px 1%;
}
.col_17.wrap { width:17%; margin:0;}
.col_25.wrap { width:25%; margin:0;}
.col_33.wrap { width:33%; margin:0;}
.col_42.wrap { width:42%; margin:0;}
.col_50.wrap { width:50%; margin:0;}
.col_66.wrap { width:66%; margin:0;}
.col_75.wrap { width:75%; margin:0;}
.col_100.wrap { width:100%; margin:0;}
/* End columns */

/* Helper classes */
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.floatleft {float:left; margin:0 10px 5px 0;}
.floatright {float:right; margin:0 0 5px 10px;}
.img {max-width:100%;}
/* End helper classes */

/* Responsive design */
@media only screen and (max-width:480px) { /* Smartphone */
  .header {
    padding-top:0;
  }
  .logo{
    text-align:center;
  }
  .menu {
    width:100%;
    text-align:center;
    float:none;
    padding:0;
    margin:1em 0 0 0;
  }
  .footer {
    padding-bottom:0;
  }
  .form textarea {
    width:100%;
  }  
  .opt { /* hide this class on small display */
    display:none;
  }
}
@media only screen and (max-width:768px) { /* Tablet */
  .col_17, .col_25, .col_33, .col_42, .col_50, .col_66, .col_75 {
    width:98%;
    float:none;
  } 
}
@media print { /* Printer */
  * { background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important; }
  a, a:visited { color:#444 !important; text-decoration:none; }
  pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
  thead { display:table-header-group; }
  tr, img { page-break-inside:avoid; }
  img { max-width:100% !important; }
  @page { margin:0.5cm; }
  p, h2, h3 { orphans:3; widows:3; }
  h2, h3 { page-break-after:avoid; }
  .header, .footer, .form { display:none; }
  .col_17, .col_25, .col_33, .col_42, .col_50, .col_66, .col_75 { width:98%; float:none; } 
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 2px;
  cursor: pointer;
  background-color: #444; 
  border-bottom: 1px solid #ddd; 
}
.autocomplete-items div:hover {
  background-color: #888; 
}
