



.nav-link.active { border-radius: 5px; background-color: #65c4d3; }
/*
.navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
*/


	#mynav, .mycolor {
		background: #0e3e8f;
		background: -moz-linear-gradient(left,  #7db9e8 0%, #1247a2 0%, #09347c 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7db9e8), color-stop(0%,#1247a2), color-stop(100%,#09347c));
		background: -webkit-linear-gradient(left,  #7db9e8 0%,#1247a2 0%,#09347c 100%);
		background: -o-linear-gradient(left,  #7db9e8 0%,#1247a2 0%,#09347c 100%);
		background: -ms-linear-gradient(left,  #7db9e8 0%,#1247a2 0%,#09347c 100%);
		background: linear-gradient(to right,  #7db9e8 0%,#1247a2 0%,#09347c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#09347c',GradientType=1 ); }

.text-mycolor {
		color: #0e3e8f !important; }


.btn-outline-success { color: #28a745 !important; }
.btn-outline-success:hover { color: #fff !important; }



.bg-darklight { background-color: #eaeaea!important; }



.content  blockquote {
	padding: 10px 15px 7px 20px;
	border-left: 5px solid #cccccc !important;
	background: #f6f6f6;
	font-style: italic;
	line-height: 1.3;
	font-size: 125%; }

.content  blockquote P:last-child {
	margin-bottom: 0.5rem; }


input[placeholder]          {text-overflow:ellipsis;}
.form-control::-webkit-input-placeholder {color:#bfbfbf; text-indent: 0px; transition: text-indent 0.3s ease; text-overflow:ellipsis;}
.form-control::-moz-placeholder          {color:#bfbfbf; text-indent: 0px; transition: text-indent 0.3s ease; text-overflow:ellipsis;}
.form-control:-moz-placeholder           {color:#bfbfbf; text-indent: 0px; transition: text-indent 0.3s ease; text-overflow:ellipsis;}
.form-control:-ms-input-placeholder      {color:#bfbfbf; text-indent: 0px; transition: text-indent 0.3s ease; text-overflow:ellipsis;}
.form-control:focus::-webkit-input-placeholder {text-indent: 0px; transition: text-indent 0.3s ease; }
.form-control:focus::-moz-placeholder          {text-indent: 0px; transition: text-indent 0.3s ease; }
.form-control:focus:-moz-placeholder           {text-indent: 0px; transition: text-indent 0.3s ease; }
.form-control:focus:-ms-input-placeholder      {text-indent: 0px; transition: text-indent 0.3s ease;}





.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 10px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #17a2b8; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }








.tvch_carousel .carousel-control-prev, .carousel-control-next {
	width: auto;
}
.tvch_carousel .carousel-control-prev {
	left: -15px;
	opacity: .1;
	transition: 0.3s;
}
.tvch_carousel .carousel-control-next {
	right: -15px;
	opacity: .2;
	transition: 0.3s;
}
.tvch_carousel .carousel-control-prev:hover, .tvch_carousel .carousel-control-next:hover, .tvch_carousel .carousel-control-prev:focus, .tvch_carousel .carousel-control-next:focus {
	opacity: .6;
}
.tvch_carousel .carousel-control-prev-icon, .tvch_carousel .carousel-control-next-icon {
	width: 28px;
}
.tvch_carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 -3 9 11'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.tvch_carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 -3 7 11'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.tvch_carousel  .btn {
	overflow: hidden;
}
.tvch_carousel  .btn IMG {
	transition: 0.3s;
}
.tvch_carousel .btn:hover IMG {
	transform: scale(1.15);
}
.tvch_carousel .live {
	font-size: 70%;
	position: absolute;
	top: 0;
	right: 18px; 
}


.pls_img {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.pls_card IMG {
	transition: 0.3s;
}
.pls_card:hover .pls_img IMG {
	transform: scale(1.1);
}

.pls_card .announce {
	font-size: 70%;
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	background: rgba(0,0,0,0.7);
}
.pls_card .announce SPAN {
	display: block;
	margin-top: 10%;
	line-height: 1.0;
	font-size: 1.2rem;
}
.pls_card .announce DIV {
	display: block;
	line-height: 1.0;
	margin-top: 5px;
	font-size: 1.7rem;
}






.is_home_a { background: #3060b3; }
.is_home_a A { color:#e5e3e3 }

.is_home_b { background: #2150a1; }
.is_home_b A { color:#96a0bd; }

.is_home_a:hover { background: #3f70c4; }
.is_home_a:hover A { color:#ffffff }

.is_home_b:hover { background: #3060b3; }
.is_home_b:hover A { color:#e5e3e3; }



















.fu {
	background: url(/img/football_icons.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: cover;
	position: relative;
	top: 4px;
}


.fu-goal { background-position: 0 0; }
.fu-pen-goal { background-position: 0 -16px; }
.fu-pen-fault { background-position: 0 -32px; }
.fu-yellow { background-position: 0 -48px; }
.fu-yellowred { background-position: 0 -64px; }
.fu-red { background-position: 0 -80px; }
.fu-offside { background-position: 0 -96px; }
.fu-exchange { background-position: 0 -112px; }




.icon-sport-white {
    background: url(/img/sport_64_w.png) no-repeat 0 0;
}

.icon-sport-blue {
    background: url(/img/sport_64_s.png) no-repeat 0 0;
}

.icon-sport-white,
.icon-sport-blue {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 2px;
}


/*other*/
.sport-other {
    background-position: 0 -752px;
}
/*other*/
.sport-video {
    background-position: 0 -1135px;
}

/*football*/
.sport-1,
.sport-26 {
    background-position: 0 0;
}

/*hockey*/
.sport-2,
.sport-27 {
    background-position: 0 -48px;
}

/*basketball*/
.sport-3,
.sport-28 {
    background-position: 0 -32px;
}

/*Бейсбол*/
.sport-4,
.sport-40 {
    background-position: 0 -96px;
}

/*американский футбол*/
.sport-5,
.sport-170 {
    background-position: 0 -304px;
}

/*tennis*/
.sport-6,
.sport-6_5,
.sport-33 {
    background-position: 0 -16px;
}

/*cybersport*/
.sport-7,
.sport-556,
.sport-560,
.sport-561,
.sport-562,
.sport-563,
.sport-564,
.sport-565,
.sport-566,
.sport-567,
.sport-569,
.sport-570 {
    background-position: 0 -784px;
}

/*fights*/
.sport-8,
.sport-547 {
    background-position: 0 -768px;
}

/*volleyball*/
.sport-14,
.sport-41 {
    background-position: 0 -64px;
}

/*handball*/
.sport-17,
.sport-32 {
    background-position: 0 -80px;
}

/*boxing*/
.sport-11,
.i-s-ico-551 {
    background-position: 0 -256px;
}

/*Футзал*/
.sport-13,
.sport-177 {
    background-position: 0 -208px;
}

/*бильярд*/
.sport-20 {
    background-position: 0 -192px;
}

/*Шахматы - Chess*/
.sport-21,
.sport-568 {
    background-position: 0 -224px;
}

/*rugby*/
.sport-225,
.sport-333 {
    background-position: 0 -160px;
}

/*darts*/
.sport-264,
.sport-269 {
    background-position: 0 -1086px;
}

/*бадминтон*/
.sport-335,
.sport-235 {
    background-position: 0 -176px;
}

/*велоспорт*/
.sport-12 {
    background-position: 0 -464px;
}

/*водное поло */
.sport-43,
.sport-315 {
    background-position: 0 -320px;
}

/*гребля*/
.sport-62,
.sport-509,
.sport-510 {
    background-position: 0 -368px;
}

/*легкая атлетика*/
.sport-18 {
    background-position: 0 -384px;
}

/*парусный спорт*/
.sport-514 {
    background-position: 0 -448px;
}

/*пляжный футбол*/
.sport-38,
.sport-46 {
    background-position: 0 -432px;
}

/*регби лига*/
.sport-525 {
    background-position: 0 -416px;
}

/*снукер*/
.sport-176,
.sport-272 {
    background-position: 0 -192px;
}

/*формула 1*/
.sport-9 {
    background-position: 0 -240px;
}

/*хоккей на траве*/
.sport-136,
.sport-317 {
    background-position: 0 -272px;
}

/*хоккей с мячом*/
.sport-25,
.sport-270,
.sport-173 {
    background-position: 0 -352px;
}

/*гимнастика*/
.sport-63,
.sport-507 {
    background-position: 0 -480px;
}

/*гольф*/
.sport-16 {
    background-position: 0 -544px;
}

/*горные лыжи*/
.sport-50 {
    background-position: 0 -688px;
}

/*дзюдо*/
.sport-512 {
    background-position: 0 -512px;
}

/*керлинг*/
.sport-35,
.sport-135 {
    background-position: 0 -560px;
}

/*конный спорт*/
.sport-513 {
    background-position: 0 -576px;
}

/*лыжи*/
.sport-331,
.sport-231 {
    background-position: 0 -496px;
}

/*мотогонки*/
.sport-298 {
    background-position: 0 -720px;
}

/*олимпиада*/
.sport-334,
.sport-226 {
    background-position: 0 -592px;
}

/*прыжки с трамплина*/
.sport-53,
.sport-147 {
    background-position: 0 -656px;
}

/*Современное пятиборье*/
.sport-515 {
    background-position: 0 -672px;
}

/*Сани*/
.sport-54 {
    background-position: 0 -736px;
}

/*Стрельба*/
.sport-520 {
    background-position: 0 -528px;
}

/*Триатлон*/
.sport-521 {
    background-position: 0 -704px;
}

/*Тхэквондо*/
.sport-522 {
    background-position: 0 -608px;
}

/*Тяжелая атлетика*/
.sport-523 {
    background-position: 0 -640px;
}

/*Фехтование*/
.sport-524 {
    background-position: 0 -624px;
}

/*Биатлон*/
.sport-22,
.sport-44 {
    background-position: 0 -144px;
}

/*Настольный теннис*/
.sport-34,
.sport-134 {
    background-position: 0 -128px;
}

/*Пляжный волейбол*/
.sport-336,
.sport-337 {
    background-position: 0 -112px;
}

/* Выборы, Политика */
.sport-19,
.sport-553{
    background-position: 0 -1118px;
}

/* Телеигра Что? Где? Когда? */
.sport-23,
.sport-29 {
    background-position: 0 -815px;
}

/* Оскар */
.sport-31{
    background-position: 0 -863px;
}

/* Конькобежный спорт */
.sport-51{
    background-position: 0 -991px;
}

/* Двоеборье, Прижки с трамплина */
.sport-52,
.sport-53{
    background-position: 0 -656px;
}

/* Сани, Скелетон */
.sport-54,
.sport-55{
    background-position: 0 -736px;
}

/* Сноубординг, Фристайл */
.sport-56,
.sport-58{
    background-position: 0 -752px;
}

/* Фигурное катание, Шорт-трек, Конькобежный спорт */
.sport-57,
.sport-59,
.sport-151,
.sport-552{
    background-position: 0 -991px;
}

/* Водные виды, Плаванье */
.sport-61,
.sport-503{
    background-position: 0 -1022px;
}

/* Синхронное плаванье */
.sport-505{
    background-position: 0 -1039px;
}

/* Лакросс */
.sport-299{
    background-position: 0 -1007px;
}

/* Евровиденье */
.sport-332{
    background-position: 0 -1103px;
}

/* Вольная борьба, Греко-римская борьба */
.sport-501,
.sport-502{
    background-position: 0 -975px;
}

/* Художественная гимнастика */
.sport-508{
    background-position: 0 -1055px;
}

/* Гребной слалом */
.sport-511{
    background-position: 0 -1071px;
}

/* Стендовая стрельба, Стрельба из винтовки */
.sport-516,
.sport-517{
    background-position: 0 -847px;
}

/* Стрельба из лука */
.sport-518{
    background-position: 0 -831px;
}

/* Культура */
.sport-526,
.sport-527{
    background-position: 0 -863px;
}

/* Австралийский футбол */
.sport-528,
.sport-529{
    background-position: 0 -303px;
}

/* Покер */
.sport-530,
.sport-531{
    background-position: 0 -879px;
}

/* Крикет */
.sport-532,
.sport-533{
    background-position: 0 -895px;
}

/* Автогонки */
.sport-536,
.sport-537{
    background-position: 0 -911px;
}

/* Флорбол */
.sport-539,
.sport-540{
    background-position: 0 -927px;
}

/* Шорт-Хоккей */
.sport-541,
.sport-542{
    background-position: 0 -942px;
}

/* Сквош */
.sport-543,
.sport-544{
    background-position: 0 -959px;
}

/* Кабадди */
.sport-548,
.sport-549{
    background-position: 0 -975px;
}









#coo {
	z-index: 1000;
	text-align: center;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 0px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 6px 15px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.6);
}




/*! Yamm 4 * https://geedmo.github.io/yamm/ */

.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 1rem;
}
.yamm .dropdown.yamm-fw .dropdown-menu,
.yamm .dropup.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}



/* тень у дропдауна */
.dropdown-menu {
	-webkit-box-shadow: 0px 5px 10px 10px rgba(34, 60, 80, 0.3);
	-moz-box-shadow: 0px 5px 10px 10px rgba(34, 60, 80, 0.3);
	box-shadow: 0px 5px 10px 10px rgba(34, 60, 80, 0.3);
}








/* comments */

.ms-m-item {
	margin-bottom: 25px;
	margin-left: 40px;
	position: relative;
}

.ms-m-item .ms-m-in, .ms-m-item .ms-m-inin {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	position: relative;
}

.ms-m-item .ms-m-in:before, .ms-m-item .ms-m-in:after, .ms-m-item .ms-m-inin:before, .ms-m-item .ms-m-inin:after {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 10px;
} 

.ms-m-item .ms-m-in:before {
	border-right: 10px solid #ddd;
	left: -20px;
	top: 6px;
}

.ms-m-item .ms-m-in:after {
	border-right: 10px solid #fff;
	left: -18px;
	top: 6px;
}

.ms-m-item .ms-m-inin:before {
	border-bottom: 10px solid #ddd;
	left: 10px;
	top: -20px;
}

.ms-m-item .ms-m-inin:after {
	border-bottom: 10px solid #fff;
	left: 10px;
	top: -18px;
}

.ms-m-item:before {
	background: #fff;
	border-radius: 2px;
	bottom: -30px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	content: '';
	height: 100%;
	left: -30px;
	position: absolute;
	width: 3px;
}

.ms-m-item:after {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	content: '';
	height: 15px;
	left: -36px;
	position: absolute;
	top: 10px;
	width: 15px;
}

.ms-m-item .ms-m-head {
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.ms-m-item .ms-m-head .avatar {
	margin-right: 20px;
}

.ms-m-item .ms-m-head .ms-m-user {
	overflow: hidden;
}

.ms-m-item .ms-m-head .ms-m-user h5 {
	font-size: 16px;
	font-weight: bold;
	color: #0e3e8f;
	margin: 0;
}

.ms-m-item .ms-m-head .ms-m-meta {
	float: left;
	padding: 0 15px 0 0;
}

.ms-m-item .ms-m-head .ms-m-meta >div {
	color: #757575;
	font-weight: bold;
	text-align: right;
}

.ms-m-meta > div {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}

.ms-m-messages .avatar img {
	min-height: 40px;
	max-height: 40px; 
}

.ms-m-likes {
	margin-top: 10px;
}

.ms-m-likes .btn {
	opacity: 0.6;
}





.promotioncolor_promotion { border-right: 6px solid #fd6 }
.promotioncolor_playoff { border-right: 6px solid #85c020 }
.promotioncolor_promotionplayoff { border-right: 6px solid #ebb805 }
.promotioncolor_qualificationplayoff { border-right: 6px solid #f89317 }
.promotioncolor_finalfour { border-right: 6px solid #bce379 }
.promotioncolor_cl { border-right: 6px solid #66b0d6 }
.promotioncolor_clq { border-right: 6px solid #0573ac }
.promotioncolor_uefa { border-right: 6px solid #98e9fb }
.promotioncolor_uefaq { border-right: 6px solid #4fc9e5 }
.promotioncolor_relegation { border-right: 6px solid #eb0618 }
.promotioncolor_relegationplayoff { border-right: 6px solid #ff6673 }





