﻿html {
position: relative;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f3f3ee;
	background-image: url("images/site/bg.jpg");
	background-repeat: repeat;
	background-position:center;
	background-attachment:fixed;
	height: 100%;
	background-color: #000000;
	min-width: 1000;
	max-width: 995;
	width: 1010px;
	text-align:left;
	margin:0 auto;
	padding:0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -40px 0; /* отрицательный нижний отступ на высоту футера */
	padding: 0;
	min-width: 950;
	width: auto !important;
	width: 90%;
	background: linear-gradient(to bottom right, rgb(10,18,20,0.90), rgba(14,32,34,0.75));
	border: 1px solid #011c2a;
}

.widthalox img {
height: 1px;
width: 733px;  
}

.tables {
    	background: linear-gradient(to bottom right, #111b26, #142435);
    	border: 1px solid #011c2a;
}
.footer-push {
    height: 30px;
    margin: 0;
    padding: 0;
}

.footer {
    height: 50px;
    margin: 0;
    padding: 0;
	background-color:rgba(17,9,10,0.90);
}

.logo {background-image:url(images/site/logo1.jpg);
}
.logotop {background-image:url(images/site/logo.jpg);
}

.menubg {background-image: url(images/site/menu.jpg);
}


H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
    text-align:center;	
}	

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.small_s {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.colorfooter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#eeeeee;
	font-size: 0.9em;
}
.colorwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#ffffff;
}
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
.bigcolor {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#d64c00; 
	font-size: 1.8em;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}
.usrDotted {
; Border-Color: #242c31;
; Border-Style: Dotted;
; Border-Width: 1px;
background-color:#7c99a1;

}

A:Link {
; Text-Decoration: None;
; Color: #ffa13e;
}
A:Active {
; Text-Decoration: Underline;
; Color: #f40101;
}

A:Hover {
; Text-Decoration: Underline;
; Color: #c30000;
}

A:Visited {
; Text-Decoration: None;
; Color: #d18c43;
}

.menu a {
    color: #ffa13e; /* Цвет ссылки */
	text-decoration:none;
	font-size: 1.85em;
	text-shadow: 2px 1px 1px #000000;
   }

.menuseason a {
    color: #ffffff; /* Цвет ссылки */
	text-decoration:none;
	font-size: 1.8em;
	text-shadow: 2px 1px 1px #000000;
   }

.leftimg {
float:left; /* Выравнивание по левому краю */
margin: 7px 7px 3px 3px; /* Отступы вокруг картинки */
}
.rightimg {
float:right; /* Выравнивание по правому краю */
margin: 3px 3px 3px 7px; /* Отступы вокруг картинки */
}

.seeonline {
float:right; /* Выравнивание по правому краю */
margin: 3px 3px 3px 10px; /* Отступы вокруг картинки */
}

.aloxatrans {
transform: scale(1.36) !important;
font-size: 28px !important;
height: 408px;  
}

 
header {
	display: none;

}

/* Стилизация базового select */
select {


	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;

  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  color: #333;
  width: 400px;
  max-width: 400px;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
	/*	height: 90px;*/
}

/* Стилизация опций выпадающего списка */
select option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
  background-color: #fff;
  color: #333;
}

.search-button {
  display: inline-block;
  padding: 5px;
  border: none;
  border-radius: 10px;
		width: 150px;
	/*height: 90px;*/
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s;
		background-color: cornflowerblue;
		color: #FFFFFF;
}

.player {
width: 950px;
height: 540px;
}
@media (max-width: 768px) {
.player {
width: 950px;
height: 540px;
}
}
@media (max-width: 425px) {
.player {
width: 950px;
height: 540px;
}
}
 