.sport_rubric_filter{
	padding: 20px 20px 25px;
}
.sport_rubric_filter .rubric{
	background-color: #f7f7f7;
	float: left;
	padding: 8px 8px 6px;
	margin-left: 1px;
	margin-right: 6px;
	margin-bottom: 10px;
	border-bottom: 4px solid #7dc248;
	-webkit-box-shadow: 0 0 3px #CACACA;
	-moz-box-shadow: 0 0 3px #CACACA;
	box-shadow: 0 0 3px #CACACA;
	border-radius: 2px;
	font-weight: bold;
}/*
@media only screen and (max-width: 866px) {
	.sport_rubric_filter .rubric.r2:nth-of-type(3n+1){
		margin-right: 6px;
	}
}
.sport_rubric_filter .rubric.r2:first-of-type,
.sport_rubric_filter .rubric.r1:first-of-type,
.sport_rubric_filter .rubric.r1:nth-of-type(4n+1){
	margin-left: 1px;
}*/
.rubric .rubric_title{
	padding-left:5px;
}
.rubric.r1 {
	width: 148px;
	height: 120px;
}
.rubric.r1 img{
	margin-bottom: 11px;
	width: 133px;
	height: 73px;
}
.rubric.r2 {
	width: 200px;
	height: 150px;
}
.rubric.r2 img{
	margin-bottom: 11px;
	width: 183px;
	height: 100px;
}
.rubric.r2 .country{
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	height: 17px;
}	
.rubric.r2 .country > div{	
	float: right;
	width: 25px;
	height: 17px;
	margin-left: 5px;
	/*background: url(/wp-content/plugins/betlix_rubric_filter/img/country_flags.png) center 0 no-repeat;
	background-size: cover;  добавляется в header*/
}
.rubric.r1.active,
.rubric.r2.active{
	background-color: #7dc248;
	border-bottom-color: #000;
	cursor: pointer;
	color: #fff;
}
@media only screen and (min-width: 600px) {
	.rubric.r1:hover,
	.rubric.r2:hover{
		background-color: #7dc248;
		border-bottom-color: #000;
		cursor: pointer;
		color: #fff;
	}
}



.row_r1{
	height: 130px; /* fix bug with 510 width screen */
}

.row_r1 .owl-item.active:nth-of-type(4n+4) .rubric.r1{
	margin-right: 0;
}
.rubric.r2:nth-of-type(3n+3){
	margin-right: 0;
}


.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
}

.owl-carousel .owl-nav button.disabled {
    display: none; 
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
	z-index: 50;
	bottom: 8px;
	top: 0; 
	width: 40px;
	background-size: cover;
	cursor: pointer;
	background: url(/wp-content/plugins/betlix_rubric_filter/img/arrow.png) left bottom no-repeat, rgba(255,255,255,1), url(/wp-content/plugins/betlix_rubric_filter/img/arrow.png) left bottom no-repeat;
	background: url(/wp-content/plugins/betlix_rubric_filter/img/arrow.png) left bottom no-repeat, -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: url(/wp-content/plugins/betlix_rubric_filter/img/arrow.png) left bottom no-repeat, -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: url(/wp-content/plugins/betlix_rubric_filter/img/arrow.png) left bottom no-repeat, -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: url(/wp-content/plugins/betlix_rubric_filter/img/arrow.png) left bottom no-repeat, -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: url(/wp-content/plugins/betlix_rubric_filter/img/arrow.png) left bottom no-repeat, -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: url(/wp-content/plugins/betlix_rubric_filter/img/arrow.png) left bottom no-repeat, linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.owl-carousel .owl-nav button.owl-prev{
	left: 0;
}
.owl-carousel .owl-nav button.owl-next{
    right: 0;
	transform: scale(-1, 1);
}
	
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; 
}

.sobitia{
	min-height: 25px;
}
.sobitia > div {
	float: left;
	display: inline-block;
	-webkit-box-shadow: 0 0 3px #CACACA;
	-moz-box-shadow: 0 0 3px #cacaca;
	box-shadow: 0 0 3px #CACACA;
	background-color: #f7f7f7;
	border-radius: 2px;
	font-weight: bold;
	padding: 10px 8px 10px 10px;			
	margin-top: 10px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
.sobitia > div:first-of-type{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
	background-color: transparent;
}
.sobitia > div > i{
	margin-left: 4px;
	color: #8c8c8c;
	cursor: pointer;
}
@media only screen and (max-width: 1006px) { /* ширина включения карусели - копия в js*/
	.sport_rubric_filter .rubric{
		margin-bottom: 0;	
	}
	
}




