/*******************************************/

.narrow {
	transform: scale(1, 1.2);
	font-size: .92em;
}

.clear {
	clear: both;
}

span.no_wrap {
	white-space: nowrap;
}

/* цвета */
.basic_color {
	color: ffffee;
}

.orange {
	color: #ffcc33;
}

.sand_orange {
	color: #aa8844;
}

.red {
	color: #ff2e2e;
}

.dark_orange {
	color: #e86200;
}

.light_orange {
	color: #ffe755;
}

.beige {
	color: #ffffaa;
}

.light_beige {
	color: #ffffcc;
}

.light_grey {
	color: #888888;
}

.cyan {
	color: #00dddd;
}

.light_cyan {
	color: #ddffff;
}

.mid_cyan {
	color: #9cffff;
}

.white {
	color: #fff;
}

.skoro {
	color: #ff9500;
}

/* свойства текста */
b {
	font-weight: 500;
}

.marm {
	font-family: 'Marmelad', sans-serif;
}

.smaller {
	font-size: .75rem;
}

.fz09em {
	font-size: 0.9em;
}

.bigger {
	font-size: 1.12rem;
}

.b {
	font-weight: 600;
}

.i {
	font-style: italic;
}

.norm {
	font-style: normal;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}

.c_100 {
	text-align: center;
	width: 100%;
}

/* гиперссылки */
a {
	color: #00dddd;
	text-decoration: underline;
	transition: color 0.2s;
}

a:hover {
	color: #aaffff;
	text-decoration: none;
}

a.orange {
	color: #ffcc33;
}

a:hover.orange {
	color: #ffe978;
}

a.orange_main_title {
	color: #ffcc33;
	text-decoration: none;
}

a.no_und {
	text-decoration: none;
}

a.smaller_button {
	display: inline-block;
	margin: 0;
	margin-top: 8px;
	text-decoration: none;
	font-size: .8em;
	padding: 2px 7px;
	color: #fff;
	font-weight: 500;
	background: linear-gradient(0deg, #e6ad00, #b36800);
	border: #e6ad00 1px solid;
}

a.smaller_button:hover {
	background: linear-gradient(0deg, #bf8f00, #8c5200);
}

a.smaller_button:active {
	background: none;
}

/* хлебные крошки */
.tree {
	position: absolute;
	top: 4px;
	left: 20px;
	font: 10px Verdana, sans-serif;
	color: #bbbbbb;
	letter-spacing: -.02em;
	width: 640px;
}

.tree a {
	color: #838383;
}

.tree a:hover {
	color: #bbbbbb;
}

/* кнопка */
.button {
	background: linear-gradient(0deg, #009999, #007777);
	display: inline-block;
	padding: .4em .8em;
	font-size: .94rem;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border: #009999 1px solid;
	cursor: pointer;
}

.button:hover {
	background: linear-gradient(0deg, #008888, #005555);
}

.button:active {
	background: none;
}

.semi_green_button {
	background: linear-gradient(0deg, #009966, #007850);
	border: #009966 1px solid;
}

.semi_green_button:hover {
	background: linear-gradient(0deg, #00875a, #005438);
}

.semi_green_button:active {
	background: none;
}

.orange_button {
	background: linear-gradient(0deg, #e6ad00, #b36800);
	border: #e6ad00 1px solid;
}

.orange_button:hover {
	background: linear-gradient(0deg, #bf8f00, #8c5200);
}

.orange_button:active {
	background: none;
}

.ticketOnline {
	background: #C37615;
	border: 1px solid #FF6600;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 130px 0;
	padding: 2px;
}

.ticketOnline:hover {
	background: #b35900;
	border-color: #FF6600;
	box-shadow: 0 0 8px 0px #555;
}

.ticketOnline:active {
	background: #b35900;
	box-shadow: none;
}

.tkt2 {
	background: #A97935;
	border: 1px solid #FF6600;
}

.tkt2:hover {
	background: #BC863B;
	border-color: #FF6600;
}

.tkt2:active {
	background: #976C2F;
}

.tktNon {
	background: none;
	border: 1px solid #FFE787;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 130px 0;
	padding: 2px;
	transition: background 0.2s;
}

.tktNon:hover {
	background: #282828;
	box-shadow: 0 0 8px 0px #555;
}

.tktNon:active {
	background: #212121;
	box-shadow: none;
}

.tktCy {
	background: #11996e;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 130px 0;
	padding: 2px;
	transition: background 0.2s;
}

.tktCy:hover {
	background: transparent;
	box-shadow: 0 0 8px 0px #555;
}

.tktCy:active {
	background: #0f8761;
	box-shadow: none;
}

.tktOr {
	background: #b35900;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 130px 0;
	padding: 2px;
	transition: background 0.2s;
}

.tktOr:hover {
	background: transparent;
	box-shadow: 0 0 8px 0px #555;
}

.tktOr:active {
	background: #a05000;
	box-shadow: none;
}

.sdsdsd {
	float: left;
	margin: 20px 20px 0 25px;
	width: 184px;
	position: relative;
	clear: both;
}

.buttonWrap {
	color: #ffffee;
}

.buttonWrapA {
	color: #FFE787;
}

.buttonWrapA:hover {
	color: #FFE169;
}

/*** АККОРДЫ ***/

.songTitleWrap {
	margin: 60px 0 30px 120px;
	position: relative;
}

.albomMini {
	position: absolute;
	top: -40px;
	right: 20px;
	border: #505050 solid 1px;
	box-shadow: 10px 10px 20px 0 #161616;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#161616, strength=10);
}

.albomMini img {
	display: block;
}

.songTitle {
	font-size: 18px;
	color: #FFcc33;
	margin-right: 15px;
}

.songTitleLongName {
	font-size: 18px;
	color: #FFcc33;
	margin: 0 15px 0 -30px;
}

.showChords {
	font-size: 12px;
	color: #999999;
}

.showChords a {
	color: #999999;
	text-decoration: none;
}

.showChords a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}

.lyrics {
	margin: 0 30px 50px 100px;
}

.lyricsLongName {
	margin: 0 30px 50px 70px;
}

.chord {
	color: #ffcc33;
}

.lyrics p {
	margin-bottom: 17px;
}

/*** END АККОРДЫ ***/