@font-face {
  font-family: 'Aller Bold';
  src: url('fonts/Aller/Aller_Bd.eot');
  src: local('Aller Bold'), local('Aller'), url('fonts/Aller/Aller_Bd.ttf') format('truetype');
}
@font-face {
  font-family: 'Aller Regular';
  src: url('fonts/Aller/Aller_Rg.eot');
  src: local('Aller Regular'), local('Aller'), url('fonts/Aller/Aller_Rg.ttf') format('truetype');
}
.container_12, .container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding: 0 10px;
}
body {
  background-color: #161616;
  color: white;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
body.ckeditor { background-image: none; }
a:link {
  color: #9261a1;
  outline: none;
}
a:active {
  color: #9261a1;
  outline: none;
}
a:visited {
  color: #9261a1;
  outline: none;
}
a:focus {
  color: #9261a1;
  outline: none;
}
.menu {
  height: 60px;
  padding: 10px 10px 20px 10px;
  background-image: url(../img/bg-menu.png);
  background-repeat: no-repeat;
  margin-top: 20px;
  -moz-box-shadow: 0 0 3px #000000;
  -webkit-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000;
}
.menu ul {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.menu li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 30px;
}
.menu li span {
  float: left;
  display: block;
  width: 10px;
  height: 23px;
}
.menu li a:link {
  color: #b2b3b5;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  display: block;
  padding: 3px 10px 5px 0px;
}
.menu li a:active {
  color: #b2b3b5;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  display: block;
  padding: 3px 10px 5px 0px;
}
.menu li a:visited {
  color: #b2b3b5;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  display: block;
  padding: 3px 10px 5px 0px;
}
.menu li a:hover { color: #ffffff; }
.menu li.current span {
  background-image: url(../img/menu-button.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.menu li.current a:link {
  color: #ffffff;
  background-image: url(../img/menu-button.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.menu li.current a:active {
  color: #ffffff;
  background-image: url(../img/menu-button.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.menu li.current a:visited {
  color: #ffffff;
  background-image: url(../img/menu-button.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.no_heroes { height: 30px; }
body.heroes { background-image: url(../img/bg-heroes.jpg); }
div.heroes {
  padding: 0;
  width: 980px;
  height: 260px;
}
.content {
  background-image: url(../img/bg-content.png);
  background-repeat: no-repeat;
  -moz-box-shadow: 0 -3px 5px #000000;
  -webkit-box-shadow: 0 -3px 5px #000000;
  box-shadow: 0 -3px 5px #000000;
  background-color: #373737;
  padding: 20px 10px;
}
.footer {
  height: 180px;
  padding-top: 20px;
  background-image: url(../img/bg-footer.jpg);
  background-repeat: no-repeat;
  font-size: 10px;
  text-transform: uppercase;
}
.footer address {
  padding-top: 10px;
  color: #b3b3b3;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer li {
  padding: 0;
  margin: 0;
}
.footer a:link {
  color: #ffffff;
  text-decoration: none;
}
.footer a:active {
  color: #ffffff;
  text-decoration: none;
}
.footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
.footer .partners {
  padding-top: 90px;
  text-align: right;
}
abbr, acronym { border-bottom: 1px dotted #b3b3b3; }
blockquote { font-style: italic; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Aller Bold', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  text-transform: uppercase;
}
h1 a:link {
  color: white;
  text-decoration: none;
}
h1 a:active {
  color: white;
  text-decoration: none;
}
h1 a:visited {
  color: white;
  text-decoration: none;
}
h2 a:link {
  color: white;
  text-decoration: none;
}
h2 a:active {
  color: white;
  text-decoration: none;
}
h2 a:visited {
  color: white;
  text-decoration: none;
}
h3 { color: #9261a1; }
h3 a:link {
  color: #9261a1;
  text-decoration: none;
}
h3 a:active {
  color: #9261a1;
  text-decoration: none;
}
h3 a:visited {
  color: #9261a1;
  text-decoration: none;
}
h5 { color: #9260a0; }
em { font-style: italic; }
strong {
  font-weight: bold;
  color: #9261a1;
}
div.sidebar {
  background-image: url(../img/wp/sidebar_bg.png);
  background-repeat: repeat-y;
}
ul.sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.sidebar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.sidebar #search label { text-transform: uppercase; }
ul.sidebar #search input {
  border: none;
  background-color: transparent;
  background-image: url(../img/wp/search_bg.png);
  padding: 5px;
  height: 18px;
  width: 92px;
  color: white;
  margin: 0;
  display: block;
  float: left;
}
ul.sidebar #search button {
  border: none;
  background-color: transparent;
  background-image: url(../img/wp/search_button.png);
  padding: 0px;
  height: 28px;
  width: 31px;
  color: white;
  text-indent: -100px;
  margin: 0;
}
ul.sidebar h3 { padding-top: 10px; }
ul.sidebar ul li { padding-left: 20px; }
ul.sidebar li.current-cat {
  background-image: url(../img/wp/bullet.png);
  background-repeat: no-repeat;
  background-position: left center;
}
ul.sidebar li.current-cat a:link { color: #9261a1; }
ul.sidebar li.current-cat a:active { color: #9261a1; }
ul.sidebar li.current-cat a:visited { color: #9261a1; }
ul.sidebar a:link {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
}
ul.sidebar a:active {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
}
ul.sidebar a:visited {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
}
.entry {
  background-image: url(../img/wp/post_separator.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 20px;
}
.entry .date {
  font-size: 11px;
  background-image: url(../img/wp/date_bg.png);
  min-height: 150px;
  height: 150px;
  height: auto !important;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-left: 10px;
  width: 130px;
}
.nav img { vertical-align: middle; }
.nav a:link {
  text-decoration: none;
  color: white;
}
.nav a:active {
  text-decoration: none;
  color: white;
}
.nav a:visited {
  text-decoration: none;
  color: white;
}
h4.nav {
  background-image: url(../img/wp/next_page.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 6px;
  padding-top: 6px;
}
h4.like {
  background-image: url(../img/like.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-bottom: 5px;
}
h4.dislike {
  background-image: url(../img/dislike.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-bottom: 5px;
}
ul.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.submenu li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
ul.submenu li.current {
  background-image: url(../img/wp/bullet.png);
  background-repeat: no-repeat;
  background-position: left center;
}
ul.submenu li.current a:link { color: #9261a1; }
ul.submenu li.current a:active { color: #9261a1; }
ul.submenu li.current a:visited { color: #9261a1; }
ul.submenu a:link {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
}
ul.submenu a:active {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
}
ul.submenu a:visited {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
}
.sepright {
  background-image: url(../img/bg-leftorright.png);
  background-repeat: repeat-y;
  background-position: right top;
  padding-right: 10px;
  margin-right: 0px;
}
.sepleft {
  background-image: url(../img/bg-leftorright.png);
  background-repeat: repeat-y;
  background-position: left top;
  padding-left: 10px;
  margin-left: 0px;
}
#map_canvas {
  margin-bottom: 20px;
  color: black;
}
form p { margin-bottom: 5px; }
form p label {
  display: block;
  float: left;
  width: 100px;
}
form p input {
  width: 170px;
  background-color: #252525;
  border: 1px solid #3e3e3e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: white;
  padding: 3px;
}
form p textarea {
  width: 170px;
  background-color: #252525;
  border: 1px solid #3e3e3e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: white;
  padding: 3px;
}
form p textarea { height: 100px; }
form p button {
  margin-left: 100px;
  background-image: url(../img/send.png);
  border: none;
  text-indent: -200px;
  width: 106px;
  height: 28px;
}
.home_realisations { position: relative; }
.home_realisations a {
  position: absolute;
  right: 0;
  bottom: 0;
}

