body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* sample images (tv, pc, box) */
.snippet {
	padding: 0 15px;
}

.snippet .item-page img {
	background-color: transparent;
	border: none;
	padding: 0;
}

.snippet-img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.snippet-img.snippet-img-3 {
	width: 33.33%;
}

.snippet-image-description {
	text-align: center;
    float: left;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

/* packages */
.snippet-channels {
    padding: 0 0 10px;
	float: left;
	margin: 0 -5px;
}

.snippet-channels-description {
	float: left;
	display: block;
	width: 100%;
	margin: 1em 0;
}

.snippet-img-container {
	height: 60px;      /* equals max image height */
    width: auto;
	float:left;
    white-space: nowrap;
	padding: 5px;
	position: relative;
}

.snippet-img-container .snippet-img-helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.snippet-img-container img {
    vertical-align: middle;
    max-height: 50px;
	background: transparent;
	border: none;
	padding: 0;
}


.snippet-h3 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 2em;
}

.snippet-row .snippet-col .snippet-col-header .snippet-h3 {
	margin: 0;
}

/* channel groups */
.snippet-col-header {
	overflow: hidden;
}

.snippet-col-header .snippet-service-logo {
	width: auto;
	height: 55px;
	margin: 5px 15px 0 0;
	float: left;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.snippet-col-header .snippet-header-helper {
	display: table;
}


.snippet-col-header .snippet-service-logo + .snippet-header-helper {
	max-width: calc(100% - 125px);
	min-height: 60px;
}

.snippet-col-header .snippet-h3 {
	padding-bottom: 10px;
	vertical-align: middle;
	color: #C20E1A;
	margin: auto;
	display: table-cell;
}


.snippet-package-info > .snippet-groups,
.snippet-package-info > .snippet-user-content,
.snippet-package-info > .snippet-more-info {
	float: left;
	clear: both;
	width: 100%;
}

.snippet-package-info > .snippet-user-content {
	margin: 20px 0;
}

.snippet-package-info > .snippet-more-info {
	margin-top: 0;
}

.snippet-more-info .snippet-price {
	display: block;
	vertical-align: bottom;
	font-weight: bold;
	color: #666;
	float: left;
	margin-top: 15px;
	line-height: 1.4;
}

.snippet-more-info .snippet-price strong {
	color: #FF7C33;
	font-size: 150%;
}

.snippet-more-info .snippet-price + .snippet-promo {
	margin-left: 10px;
}

.snippet-more-info .snippet-promo {
	display: inline-block;
	background: #FF7C33;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px;
	color: white;
	float: left;
	margin-top: 17px;
	line-height: 1.4;
}

.snippet-more-info .snippet-promo.snippet-promo-big {
	padding: 7px 10px;
}

.snippet-more-info .snippet-btn {
	margin-top: 10px;
	float:right;
}

.snippet-groups {
    display: inline-block;
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.snippet-hbogo,
.snippet-other {
	margin-top: 30px;
	float: left;
	text-align: center;
	width: 100%;
}

.snippet-box.snippet-hbogo {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #252525;
	color: #ccc;
	padding: 10px 10px 0;
}

.snippet-hbogo .snippet-logo {
	margin: 10px 0 15px;
}

.snippet-hbogo .snippet-show-more {
	float: right;
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 25px;
	display: none;
}

.snippet-hbogo .snippet-content-more {
	display: block;
}

.snippet-row .snippet-col .snippet-box.snippet-hbogo .snippet-show-more a {
	color: #FF7C33;
	text-decoration: none;
}

.snippet-row .snippet-col .snippet-box.snippet-hbogo .snippet-show-more a:hover {
	text-decoration: none;
}

.snippet-hbogo .snippet-images-center .snippet-image-container img {
	width: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.snippet-images-center {
	text-align: center;
	position: relative;
	margin: 0 -5px;
}

.snippet-images-center .snippet-image-container {
	padding: 10px 5px 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 33.33%;
	min-width: 110px;
}

.snippet-images-center .snippet-image-container img {
	float: none;
	width: 100%;
	height: auto;
}

.snippet-images-center .snippet-image-container h4 {
	margin: 0.5em 0 10px;
	font-weight: normal;
	font-size: 85%;
	text-shadow: none;
}

.snippet-images-center.snippet-images-4 .snippet-image-container {width: 24.5%;}
.snippet-images-center.snippet-images-5 .snippet-image-container {width: 19.5%;}
.snippet-images-center.snippet-images-6 .snippet-image-container {width: 16%;}
.snippet-images-center.snippet-images-7 .snippet-image-container {width: 13.7%;}

.snippet-group-container {
    display: inline-block;
    text-align: left;
    margin-right: 5px;
	margin-top: 10px;
	cursor:help;
	color: #666;
	width: 150px;
}

.snippet-group-container .snippet-group-value {
    display: inline-block;
    font-weight: bold;
	line-height: 1em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 50%;
    padding: 4px 0;
	width: 25px;
    height: 20px;
	background: #666;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0px #666;
}


.snippet-group-container .snippet-group-header {
    display: inline-block;
	font-size: 12px;
}


.snippet-group-container.general .snippet-group-value {background: #689F38;}
.snippet-group-container.sport .snippet-group-value {background: #448AFF;}
.snippet-group-container.children .snippet-group-value {background: #FF9800;}
.snippet-group-container.documentary .snippet-group-value {background: #009688;}
.snippet-group-container.movie .snippet-group-value {background: #303F9F;}
.snippet-group-container.news .snippet-group-value {background: #E64A19;}
.snippet-group-container.music .snippet-group-value {background: #D32F2F;}
.snippet-group-container.foreign .snippet-group-value {background: #8D6E63;}
.snippet-group-container.erotic .snippet-group-value {background: #C2185B;}
.snippet-group-container.other .snippet-group-value {background: #B6B6B6;}
.snippet-group-container.sum .snippet-group-value {background: #444;}

/* tooltip */ 
.snippet-img-container:hover .snippet-channel-tooltip {
	display: block;
}

.snippet-channel-tooltip {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	overflow: hidden;
	background: #444;
	color: #f9f9f9;
	padding: 10px 15px;
	z-index: 9999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor:default;
}

.snippet-channel-tooltip .snippet-tooltip-head,
.snippet-channel-tooltip .snippet-tooltip-options,
.snippet-channel-tooltip .snippet-tooltip-description {
	display: block;
	padding: 3px 0;
	width: 100%;
}

.snippet-channel-tooltip .snippet-tooltip-head {
	font-weight: bold;
}

.snippet-channel-tooltip .snippet-tooltip-options {
	overflow: hidden;
}

.snippet-channel-tooltip .snippet-tooltip-language {
	float:left;
}

.snippet-channel-tooltip .snippet-tooltip-services {
	float: right;
}

.snippet-channel-tooltip .snippet-tooltip-description {
	white-space: normal;
}

.snippet-tooltip-img {
	width: 30px;
	height: auto;
	cursor:help;
	margin-left: 5px;
	background: #444;
}


/* package info */
.snippet-package-info {
	background: #f5f5f5;
	overflow:hidden;
	padding: 20px 30px 30px;
	border: 1px solid #e3e3e3;
	border-left: 3px solid #C20E1A;
}

.snippet-col.full .snippet-package-info {
	border: 1px solid #e3e3e3;
	border-top: 3px solid #C20E1A;
}



.snippet-package-info h2,
.snippet-package-info h3,
.snippet-package-info h4,
.snippet-package-info h5,
.snippet-package-info h6,
.snippet-package-info h7 {
	margin-top: 0;
}


.snippet-row .snippet-col .snippet-btn {
	padding: 10px 20px;
	background: transparent;
	border: 1px solid #C20E1A;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #C20E1A;
	text-decoration: none;
	display: inline-block;
}

.snippet-row .snippet-col .snippet-btn:hover {
	background: #C20E1A;
	color: #fff;
	text-decoration: none;
}

/* footer */
.snippet-footer {
	font-size: 85%;
	text-align: center;
}

/* row, col */
.snippet-border-top {
	padding-top:25px;
	border-top: 3px dotted #e0dede;
}

.snippet-row,
.snippet-row * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.snippet-row {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

.snippet-row .snippet-col {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top:40px;
    padding-bottom: 1px;
}

.snippet-row .snippet-col.snippet-col-nomargin {
	margin-top: 5px;
}

.snippet-row .snippet-col.snippet-col-first {
	margin-top: 0;
}

.snippet-row .snippet-col > .snippet-col {
	margin-top: 0;
}

.snippet-row .snippet-col-6 + .snippet-col-6 {
	margin-top: 0;
}

.snippet-row .snippet-col-4 {
	width: 33.33%;
}

.snippet-row .snippet-col-5 {
	width: 41.66%;
}

.snippet-row .snippet-col-6 {
	width: 50%;
}

.snippet-row .snippet-col-7 {
	width: 58.33%;
}

.snippet-row .snippet-col-8 {
	width: 66.66%;
}

.snippet-row .snippet-col-12 {
	width: 100%;
}


.snippet-box {
	background: #f5f5f5;
	overflow:hidden;
	padding: 20px 30px 30px;
	border: 1px solid #e3e3e3;
	margin: 20px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	
	.snippet-row .snippet-col.snippet-col-4,
	.snippet-row .snippet-col.snippet-col-6,
	.snippet-row .snippet-col.snippet-col-8 {
		width: 100%;
	}
	
	.snippet-img.snippet-img-3 {
		width: 100%;
	}

	.snippet-row .snippet-col .snippet-package-info {
		border: 1px solid #e3e3e3;
		border-top: 3px solid #C20E1A;
	}
}

@media screen and (max-width: 991px) {
	
	.snippet-row .snippet-col-5,
	.snippet-row .snippet-col-7 {
		width: 100%;
	}

	.snippet-row .snippet-col-5 .snippet-package-info,
	.snippet-row .snippet-col-7 .snippet-package-info{
		border: 1px solid #e3e3e3;
		border-top: 3px solid #C20E1A;
		margin-top: 20px;
	}
}