
.avatar_w100px {
	width: 100px;
	height: auto;
}

.avatar_w100px:empty {
	height: 100px;
	background-image: url(../img/avatar/avatar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.avatar_w100px img {
	width: 100px;
	height: auto;
}

.error {
	background-color: #f2dede;
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-size: large;
	border-radius: 10px;
	border-color: #fecccc;
	border-width: 1px;
	border-style: solid;
}

.head_line {
	width: 924px;
	height: 89px;
	background-image: url(../img/top_logo_bg.jpg);
	background-position-y: bottom;
	background-repeat: repeat-x;
}

.head_line > table > td {
	vertical-align: bottom;
}

.head_line img[src*=top_logo2] {
  position: relative;
  top: 4px;
}

.head_top_menu {
	border-spacing: 0px 0px;
	border: 0;
	width: 550px;
	height: 21px;
}

.head_top_menu td {
	padding: 0px;
}

.head_top_menu img {
	vertical-align: bottom;
}

.footer {
  height:380px;
  width: 974px;
  margin: 0 auto;
  padding: 0px!important;
}

.footer .bottom {
  position: relative;
  top: -30px;
  height: 98px;
}

.footer .top_line {
  height:3px;
  background-color: #6697d1;
}

.footer .top_text {
  color: #45678a;
  margin: 20px auto;
  display: table;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer .sponsor_images {
  display: table;
  margin: 0 auto;
}

.footer .sponsor_images img {
  float: left;
  margin:0 1px;
}

.footer .sponsor_images img[src*=Tak] {
  top: -35px;
  position: relative;
}

.footer .sponsor_images img[src*=Tak2] {
  top: 0px;
  position: unset;
}

.footer .sponsor_images img[src*=Lapua] {
  position: relative;
  top: 18px;
}

.footer .sponsor_images img[src*=Kela] {
  position: relative;
  top: 12px;
}

.footer .sponsor_images img[src*=Roeckl] {
  position: relative;
  top: 14px;
}

.footer .sponsor_images img[src*=Peak] {
  position: relative;
  top: 12px;
}

.footer .sponsor_images img[src*=kapital] {
  position: relative;
  top: 14px;
  margin: 0px;
}

.footer .line1 {
  height: 6px;
  background-color: #67c9fc;
}

.footer .line2 {
  height: 62px;
  background-color: #6697d1;
}

.footer .info {
  color: #fff;
  position: relative;
  top: -56px;
  vertical-align: bottom;
  width: 94%;
  margin-left: 3%;
}

.footer .sponsor_images {
  height: 129px;
}

.footer .info img {
  position: relative;
  top: -41px;
  height: 72px;
}

.footer .info td {
  vertical-align: top;
  font-size: 12px;
}

.footer .info td.text_right {
  text-align: right;
}


.top_menu td {
  border:1px solid #fff;
  text-align: center;
  background-color: #aae2fa;
  width: 20%;
}

.top_menu td:hover {
  background-color: #6697d1;
}

.top_menu td:not(:first-child) {
  border-left: 0px;
}

.top_menu td a {
  font-family: Affect-Bold;
  text-decoration: none;
  color: #6697d1;
}

.top_menu td:hover a {
  color: #fcfcfd;
}

.chutn {
  font-weight: bold;
}

section.videos {
    padding: 0 10px;
    text-align: center;
}

section.videos>div {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
