html {
	font-family: sans-serif;
	font-size: 12px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	padding: 20px 0 0 0;
	min-width: 360px;
	background: #FFF;
	color: #888;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h3 { font-size: 16px; }
h1.no-pad, h2.no-pad, h3.no-pad { padding: 0; }
h1 .small, h2 .small, h3 .small { font-size: 0.6em; }
h3.sub-title { color: #999; }

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #EEE;
}

a {
	color: #B9A7AA;
	text-decoration: none;
}
a:focus { outline: 2px auto #EE8F98; }
a:active, a:hover {
	text-decoration: underline;
	outline: 0;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

img {
  border: 0;
  vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th { padding: 0; }

iframe { border: none; }

/*** General ***/

.hide { display: none !important; }
.show { display: block !important; }
.show-tn, .show-xs, .show-sm, .show-md, .show-lg,
.show-tn-xs { display: none !important; }
.invisible { visibility: hidden; }

.flL { float: left; }
.flR { float: right; }
.clB { clear: both; }

.alC { text-align: center; }
.alR { text-align: right; }
.valT { vertical-align: top; }
.valM { vertical-align: middle; }
.valB { vertical-align: bottom; }
.no-wrap { white-space: nowrap; }

.maxW { width: 100%; }

.marT-5 { margin-top: 5px; }
.marT-10 { margin-top: 10px; }

.col-gray { color: #AAA; }
.col-white { color: #FFF; }

.fs-small { font-size: 0.9em; }

.cap-multi-line, .cap-line {
	overflow: hidden;
	text-overflow: ellipsis;
}
.cap-line { white-space: nowrap; }

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.img-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both; }

.well {
	padding: 10px;
	background: #F6F6F6;
}
.well.well-border {
	padding: 9px;
	background: none;
	border: 1px solid #CCC;
}

#divAjaxActive {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: -42px 0 0 -160px;
	padding: 10px 0;
	width: 320px;
	border: 5px solid #FFF;
	background: #E5D2D5;
	color: #FFF;
	font-size: 1.1em;
	overflow: hidden;
	z-index: 1998;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#divAjaxActive table { margin: 0 auto; }
#divAjaxActive td { padding: 10px; }

.mfp-popup {
	position: relative;
	margin: 20px auto;
	padding: 20px;
	width: auto;
	min-width: 340px;
	max-width: 340px;
	background: #FFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/*** Page Header ***/

.page-header { padding: 0 0 11px 0; }
.page-header-top { background: #FCE9EB; }
.page-header-bottom { margin: 16px 0 0 0; }

.page-header ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.page-header ul.overflow { float: right; }
.page-header ul:before,
.page-header ul:after {
	content: " ";
	display: table;
}
.page-header ul:after { clear: both; }
.page-header-bottom ul {
	float: none;
	background: #999;
}
.page-header ul.dd {
	display: none;
	position: absolute;
	right: 0;
	background: #FCE9EB;
	z-index: 999;
}
.page-header li:hover ul.dd, .page-header li:focus ul.dd { display: block; }

.page-header li {
	position: relative;
	float: left;
}
.page-header .la { font-size: 17px; }
.page-header .menu-logo {
	width: 70px;
	height: 1px;
}
.page-header .menu-logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 60px;
	margin: -11px 0 0 0;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	z-index: 3;
}
.page-header-bottom .menu-logo { display: none; }
.page-header-top a,
.page-header-bottom a {
	display: block;
	margin: 10px 8px;
	color: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
}
.page-header-top a:hover, .page-header-top a:focus,
.page-header-bottom a:hover, .page-header-bottom a:focus { color: #EE8F98; }
.page-header-bottom a {
	margin: 5px 5px 5px 15px;
	color: #FFF;
	font-size: 12px;
}
.page-header-bottom a:hover, .page-header-bottom a:focus { color: #555; }

.page-header .overflow-tn { display: none; }
.page-header ul.overflow .overflow-tn { display: block; }

.page-header-niches {
	display: none;
	position: relative;
}
.page-header-niches .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
}
.page-header-niches .well {
	padding: 5px;
	background: #E5D2D5;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}
.page-header-niches a {
	display: inline-block;
	color: #FFF;
	margin: 5px 0 5px 5px;
}
.page-header-niches a:hover, .page-header-niches a:focus {
	text-decoration: none;
	color: #999;
}

/*** Page footer ***/

.page-footer { margin: 10px 0 0 0; }

.page-footer a {
	display: inline-block;
	margin: 10px 0 0 0;
}

.page-footer .la {
	display: inline-block;
	margin: 0 3px 0 0;
	vertical-align: middle;
	font-size: 24px;
	text-decoration: none;
}

.page-footer-top {
	padding: 10px 0;
	background: #FCE9EB;
}

.page-footer-bottom {
	padding: 10px 0;
	background: #E5D2D5;
	color: #FFF;
	text-align: center;
}

/*** Boxes ***/

.box { margin: 10px 0 0 0; }
.box-cnt { }

.mfp-popup .box { margin: 0; }

/*** Page Navigation Box ***/

.page-nav {
	margin: 10px 0 0 0;
	text-align: center;
}
.page-nav a {
	display: inline-block;
	margin: 0 1px;
	padding: 7px 0 0 0;
	min-width: 29px;
	height: 29px;
	text-decoration: none;
	overflow: hidden;
}
.page-nav a:hover, .page-nav a:focus {
	background: #999;
	color: #FFF;
}
.page-nav a.active {
	background: #777;
	color: #FFF;
}

/*** Image section ***/

.img-section:before,
.img-section:after {
	content: " ";
	display: table;
}
.img-section:after { clear: both; }

.img-section-col-25, .img-section-col-50, .img-section-col-100 {
	float: left;
	overflow: hidden;
}

.img-section-col-25 { width: 50%; }
.img-section-col-50, .img-section-col-100 { width: 100%; }

.img-section-col-25 .img-section-col-25, .img-section-col-50 .img-section-col-25, .img-section-col-100 .img-section-col-25 { width: 25%; }
.img-section-col-25 .img-section-col-50, .img-section-col-50 .img-section-col-50, .img-section-col-100 .img-section-col-50 { width: 50%; }
.img-section-col-25 .img-section-col-100, .img-section-col-50 .img-section-col-100, .img-section-col-100 .img-section-col-100 { width: 100%; }

.img-section-itm-50, .img-section-itm-100, .img-section-itm-200 { position: relative; }
.img-section-itm-50 { padding-top: 50%; }
.img-section-itm-100 { padding-top: 100%; }
.img-section-itm-200 { padding-top: 200%; }

.img-section .cnt {
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
.img-section img {
	width: 100%;
	height: 100%;
	background: #CCC;
	box-shadow: 0 0 8px rgba(229, 210, 213, 0.8);
}
.img-section .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	background: rgba(0, 0, 0, .5);
	color: #FFF;
	font-size: .9em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.img-section .info .la {
	font-size: 15px;
	vertical-align: middle;
}
.img-section .info a { color: #FFF; }
.img-section .info a:hover { text-decoration: underline; }

/*** Content container ***/

.content-url {
	padding: 0 0 5px 0;
	font-size: 2em;
	text-align: center;
}
.content-wrap .content-extra-top,
.content-wrap .content-extra-bottom { margin: 0 0 10px 0; }
.content-wrap .content-extra-bottom2 { margin: 10px 0 0 0; }

@media (min-width: 660px) {
	.content-wrap .content-extra-top,
	.content-wrap .content-extra-bottom {
		width: 50%;
		margin: 0 0 20px 0;
	}
	.content-wrap .content-extra-top { float: left; }
	.content-wrap .content-extra-bottom { float: right; }
	.content-wrap .content-extra-bottom2 { margin: 20px 0 0 0; }
}

/*** VideoJS ***/

.video-js.vjs-skin { color: #666; }
.video-js.vjs-skin .vjs-big-play-button {
	border: none;
	background-color: rgba(0, 0, 0, .5);
	color: #FFF;
}
.video-js.vjs-skin:hover .vjs-big-play-button { background-color: rgba(0, 0, 0, .8); }
.video-js.vjs-skin .vjs-control-bar { background-color: #F6F6F6; }
.video-js.vjs-skin .vjs-slider { background-color: #CCC; }
.video-js.vjs-skin .vjs-volume-level { background-color: #666; }
.video-js.vjs-skin .vjs-play-progress { background-color: #666; }
.video-js.vjs-skin .vjs-load-progress div { background-color: #999; }

/*** C700 promo avatar ***/

.c700-promo-av { }
.c700-promo-av h2 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 0;
	background: #28208C;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.c700-promo-av img.logo {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	height: 20px;
}
.c700-promo-av a.c7-avatar {
	display: block;
	margin: 20px 0 0 0;
	background: #F6F6F6;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.c700-promo-av img.big {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.c700-promo-av img.small {
	position: absolute;
	top: 0;
	left: 5px;
	margin-top: -25px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.c700-promo-av .name {
	position: relative;
	padding: 10px 0 10px 60px;
	color: #1F6C92;
	font-family: "paralucent", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

/*** Mature.nl channel grid ***/

.ch-mnl-grid { margin: -10px 0 0 -10px; }
.ch-mnl-grid:before,
.ch-mnl-grid:after {
	content: " ";
	display: table;
}
.ch-mnl-grid:after { clear: both; }

.ch-mnl-grid .ch-mnl-grid-item {
	float: left;
	padding: 10px 0 0 10px;
	width: 50%;
}
.ch-mnl-grid img {
	display: block;
	max-width: 100%;
	height: auto;
	background: #CCC;
	box-shadow: 0 0 8px rgba(229, 210, 213, 0.8);
}

/*** Form ***/

input, button, select, textarea {
	margin: 0;
	color: inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
button { overflow: visible; }
button, select { text-transform: none; }

textarea {
	resize: none;
	overflow: auto;
}

form {
	margin: 0;
	padding: 0;
}

label.padR { padding-right: 10px; }

.form-group { padding: 0 0 10px 0; }
.form-group.last,
.form-group:last-of-type { padding: 0; }
.form-group:before,
.form-group:after {
	content: " ";
	display: table;
}
.form-group:after { clear: both; }
.form-horizontal .form-group {
	padding: 0 0 5px 0;
	margin-left: -10px;
	margin-right: -10px;
}
.form-horizontal .form-group.last,
.form-horizontal .form-group:last-of-type { padding: 0; }

.form-group label {
	display: block;
	line-height: 28px;
}
.form-key-val .form-group label {
	color: #AAA;
	line-height: 1.3;
	border-bottom: 1px solid #AAA;
}
.form-group sup {
	color: #F00;
	font-size: 10px;
	line-height: 28px;
}
.form-control {
	display: block;
	width: 100%;
	height: 28px;
	padding: 2px 10px;
	border: 0;
	background: #F0F0F0;
	font-size: 12px;
	line-height: 1.3;
	color: #555;
}
.form-control:focus { outline: 2px auto #EE8F98; }
.form-control[disabled] { cursor: not-allowed; }
textarea.form-control { height: auto; }

.form-text, .form-hint { line-height: 28px; }
.form-hint { color: #AAA; }

.input-group	{
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group .form-control {
	display: table-cell;
	float: left;
	width: 100%;
	z-index: 2;
}
.input-group .input-group-btn {
	display: table-cell;
	width: 1%;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}

.btn {
	height: 28px;
	padding: 3px 14px;
	border: none;
	background: #999;
	color: #FFF;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
}
.btn:hover { background: #777; }
.btn:focus { outline: 2px auto #EE8F98; }
.btn[disabled] { cursor: default; }
.btn:hover[disabled] { background: #999; }

.btn.btn-default { background: #555; }
.btn.btn-default:hover {
	background: #333;
	color: #FFF;
}
.btn.btn-default:hover[disabled] { background: #555; }

.btn.btn-danger { background: #CA3636; }
.btn.btn-danger:hover { background: #921F1F; }
.btn.btn-danger:hover[disabled] { background: #CA3636; }

a.btn {
	display: inline-block;
	padding: 8px 14px 0 14px;
	color: #FFF;
	text-decoration: none;
}

.chkN {
	position: relative;
	display: inline-block;
	-webkit-appearance: none;
	margin: 3px 0 0 0;
	padding: 11px;
	background: #F0F0F0;
}
.chkN:focus { outline: 2px auto #EE8F98; }
body.ie .chkN {
	padding: 0;
	background: none;
}
.chkN:checked:after {
	position: absolute;
	top: -6px;
	left: 1px;
	font-size: 23px;
	font-weight: bold;
	color: #666;
	content: '\2714';
}

@media (min-width: 768px) {
	.chkN {
		margin: 2px 0 0 0;
		padding: 12px;
	}
	.chkN:checked:after {
		left: 2px;
		font-size: 25px;
	}
}

@media (min-width: 992px) {
	.chkN {	padding: 14px; }
	.chkN:checked:after { font-size: 29px; }
}

/*** Tables ***/

table.data {
	width: 100%;
	border-bottom: 1px solid #999;
	table-layout: fixed;
}
table.data.norW { width: auto; }
table.data.noTh { border-top: 1px solid #999; }
table.data td { padding: 4px; }
table.data tr.th td {
	border-bottom: 1px solid #999;
	font-weight: bold;
}
table.data.hover tr:hover { background: #E8F4FF; }
table.data.hover tr.th:hover { background: transparent; }

/*** Grid System ***/

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 { float: left; }
.col-tn-1 { width: 8.33333333%; }
.col-tn-2 { width: 16.66666667%; }
.col-tn-3 { width: 25%; }
.col-tn-4 { width: 33.33333333%; }
.col-tn-5 { width: 41.66666667%; }
.col-tn-6 { width: 50%; }
.col-tn-7 { width: 58.33333333%; }
.col-tn-8 { width: 66.66666667%; }
.col-tn-9 { width: 75%; }
.col-tn-10 { width: 83.33333333%; }
.col-tn-11 { width: 91.66666667%; }
.col-tn-12 { width: 100%; }
.col-tn-pull-0 { right: auto; }
.col-tn-pull-1 { right: 8.33333333%; }
.col-tn-pull-2 { right: 16.66666667%; }
.col-tn-pull-3 { right: 25%; }
.col-tn-pull-4 { right: 33.33333333%; }
.col-tn-pull-5 { right: 41.66666667%; }
.col-tn-pull-6 { right: 50%; }
.col-tn-pull-7 { right: 58.33333333%; }
.col-tn-pull-8 { right: 66.66666667%; }
.col-tn-pull-9 { right: 75%; }
.col-tn-pull-10 { right: 83.33333333%; }
.col-tn-pull-11 { right: 91.66666667%; }
.col-tn-pull-12 { right: 100%; }
.col-tn-push-0 { left: auto; }
.col-tn-push-1 { left: 8.33333333%; }
.col-tn-push-2 { left: 16.66666667%; }
.col-tn-push-3 { left: 25%; }
.col-tn-push-4 { left: 33.33333333%; }
.col-tn-push-5 { left: 41.66666667%; }
.col-tn-push-6 { left: 50%; }
.col-tn-push-7 { left: 58.33333333%; }
.col-tn-push-8 { left: 66.66666667%; }
.col-tn-push-9 { left: 75%; }
.col-tn-push-10 { left: 83.33333333%; }
.col-tn-push-11 { left: 91.66666667%; }
.col-tn-push-12 { left: 100%; }
.col-tn-offset-0 { margin-left: 0%; }
.col-tn-offset-1 { margin-left: 8.33333333%; }
.col-tn-offset-2 { margin-left: 16.66666667%; }
.col-tn-offset-3 { margin-left: 25%; }
.col-tn-offset-4 { margin-left: 33.33333333%; }
.col-tn-offset-5 { margin-left: 41.66666667%; }
.col-tn-offset-6 { margin-left: 50%; }
.col-tn-offset-7 { margin-left: 58.33333333%; }
.col-tn-offset-8 { margin-left: 66.66666667%; }
.col-tn-offset-9 { margin-left: 75%; }
.col-tn-offset-10 { margin-left: 83.33333333%; }
.col-tn-offset-11 { margin-left: 91.66666667%; }
.col-tn-offset-12 { margin-left: 100%; }

.pull-right { float: right !important; }
.pull-left { float: left !important; }

/*** Media Queries ***/

@media (max-width: 529px) {
	.hide-tn, .hide-tn-xs { display: none !important; }
	.show-tn, .show-tn-xs { display: block !important; }
	.marT-tn-5 { margin-top: 5px; }
	.marT-tn-10 { margin-top: 10px; }
}

@media (min-width: 530px) and (max-width: 767px) {
	.hide-xs, .hide-tn-xs { display: none !important; }
	.show-xs, .show-tn-xs { display: block !important; }
	.marT-xs-5 { margin-top: 5px; }
	.marT-xs-10 { margin-top: 10px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.hide-sm { display: none !important; }
	.show-sm { display: block !important; }
	.marT-sm-5 { margin-top: 5px; }
	.marT-sm-10 { margin-top: 10px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hide-md { display: none !important; }
	.show-md { display: block !important; }
	.marT-md-5 { margin-top: 5px; }
	.marT-md-10 { margin-top: 10px; }
}

@media (min-width: 1200px) {
	.hide-lg { display: none !important; }
	.show-lg { display: block !important; }
	.marT-lg-5 { margin-top: 5px; }
	.marT-lg-10 { margin-top: 10px; }
}

/*** EXTRA SMALL ************************************************************************/

@media (min-width: 530px) {
	/*** Page Header ***/

	.page-header-bottom { margin: 5px 0 0 0; }
	.page-header .menu-logo { width: 110px; }
	.page-header .menu-logo img {
		width: 110px;
		height: 100px;
	}
	.page-header-bottom .menu-logo { display: block; }
	.page-header-top a,
	.page-header-bottom a {
		margin: 10px 12px;
		font-size: 16px;
	}
	.page-header-bottom a {
		margin: 5px 5px 5px 15px;
		font-size: 14px;
	}
	.page-header ul.overflow { display: none; }
	.page-header .overflow-tn { display: block; }
	.page-header ul.overflow .overflow-tn { display: none; }

	/*** Image section ***/

	.img-section-col-25 { width: 25%; }
	.img-section-col-50 { width: 50%; }
	.img-section-col-100 { width: 100%; }

	.img-section-push-25 { left: 25%; }
	.img-section-pull-25 { right: 25%; }
	.img-section-push-50 { left: 50%; }
	.img-section-pull-50 { right: 50%; }

	/*** C700 promo avatar ***/

	.c700-promo-av img.small {
		margin-top: -30px;
		left: 10px;
		height: 60px;
	}
	.c700-promo-av .name { padding: 10px 0 10px 75px; }

	/*** Mature.nl channel grid ***/

	.ch-mnl-grid .ch-mnl-grid-item { width: 33.33333333%; }

	/*** Grid System ***/

	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
	.col-xs-1 { width: 8.33333333%; }
	.col-xs-2 { width: 16.66666667%; }
	.col-xs-3 { width: 25%; }
	.col-xs-4 { width: 33.33333333%; }
	.col-xs-5 { width: 41.66666667%; }
	.col-xs-6 { width: 50%; }
	.col-xs-7 { width: 58.33333333%; }
	.col-xs-8 { width: 66.66666667%; }
	.col-xs-9 { width: 75%; }
	.col-xs-10 { width: 83.33333333%; }
	.col-xs-11 { width: 91.66666667%; }
	.col-xs-12 { width: 100%; }
	.col-xs-pull-0 { right: auto; }
	.col-xs-pull-1 { right: 8.33333333%; }
	.col-xs-pull-2 { right: 16.66666667%; }
	.col-xs-pull-3 { right: 25%; }
	.col-xs-pull-4 { right: 33.33333333%; }
	.col-xs-pull-5 { right: 41.66666667%; }
	.col-xs-pull-6 { right: 50%; }
	.col-xs-pull-7 { right: 58.33333333%; }
	.col-xs-pull-8 { right: 66.66666667%; }
	.col-xs-pull-9 { right: 75%; }
	.col-xs-pull-10 { right: 83.33333333%; }
	.col-xs-pull-11 { right: 91.66666667%; }
	.col-xs-pull-12 { right: 100%; }
	.col-xs-push-0 { left: auto; }
	.col-xs-push-1 { left: 8.33333333%; }
	.col-xs-push-2 { left: 16.66666667%; }
	.col-xs-push-3 { left: 25%; }
	.col-xs-push-4 { left: 33.33333333%; }
	.col-xs-push-5 { left: 41.66666667%; }
	.col-xs-push-6 { left: 50%; }
	.col-xs-push-7 { left: 58.33333333%; }
	.col-xs-push-8 { left: 66.66666667%; }
	.col-xs-push-9 { left: 75%; }
	.col-xs-push-10 { left: 83.33333333%; }
	.col-xs-push-11 { left: 91.66666667%; }
	.col-xs-push-12 { left: 100%; }
	.col-xs-offset-0 { margin-left: 0%; }
	.col-xs-offset-1 { margin-left: 8.33333333%; }
	.col-xs-offset-2 { margin-left: 16.66666667%; }
	.col-xs-offset-3 { margin-left: 25%; }
	.col-xs-offset-4 { margin-left: 33.33333333%; }
	.col-xs-offset-5 { margin-left: 41.66666667%; }
	.col-xs-offset-6 { margin-left: 50%; }
	.col-xs-offset-7 { margin-left: 58.33333333%; }
	.col-xs-offset-8 { margin-left: 66.66666667%; }
	.col-xs-offset-9 { margin-left: 75%; }
	.col-xs-offset-10 { margin-left: 83.33333333%; }
	.col-xs-offset-11 { margin-left: 91.66666667%; }
	.col-xs-offset-12 { margin-left: 100%; }
}

/*** SMALL ******************************************************************************/

@media (min-width: 768px) {
	body {
		padding: 30px 0 0 0;
		font-size: 14px;
	}
	h1, h2, h3 { font-size: 22px; }
	h3 { font-size: 18px; }

	.well { padding: 20px; }
	.well.well-border { padding: 19px; }

	/*** Page Header ***/

	.page-header-top a { font-size: 18px; }
	.page-header-bottom a { font-size: 16px; }

	/*** Page footer ***/

	.page-footer { margin: 20px 0 0 0; }
	.page-footer-top { padding: 20px 0; }
	.page-footer-bottom { padding: 20px 0; }

	/*** Boxes ***/

	.box { margin: 20px 0 0 0; }

	/*** Page Navigation Box ***/

	.page-nav a {
		padding: 10px 0 0 0;
		min-width: 38px;
		height: 38px;
	}

	/*** Image section ***/

	.img-section .info { padding: 10px; }
	.img-section .info .la { font-size: 21px; }

	/*** C700 promo avatar ***/

	.c700-promo-av img.logo {
		margin-top: -15px;
		height: 30px;
	}

	/*** Mature.nl channel grid ***/

	.ch-mnl-grid { margin: -20px 0 0 -20px; }
	.ch-mnl-grid .ch-mnl-grid-item { padding: 20px 0 0 20px; }

	/*** Form ***/

	input, button, select, textarea { font-size: 14px; }
	.form-group label { line-height: 30px; }
	.form-group b.req { line-height: 30px; }
	.form-control {
		height: 30px;
		padding: 3px 10px;
		font-size: 14px;
	}
	.form-text, .form-hint { line-height: 30px; }
	.btn {
		height: 30px;
		padding: 4px 15px;
		font-size: 14px;
	}
	a.btn { padding: 6px 15px 0 15px; }

	/*** Grid System ***/

	.container { width: 740px; }

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
	.col-sm-1 { width: 8.33333333%; }
	.col-sm-2 { width: 16.66666667%; }
	.col-sm-3 { width: 25%; }
	.col-sm-4 { width: 33.33333333%; }
	.col-sm-5 { width: 41.66666667%; }
	.col-sm-6 { width: 50%; }
	.col-sm-7 { width: 58.33333333%; }
	.col-sm-8 { width: 66.66666667%; }
	.col-sm-9 { width: 75%; }
	.col-sm-10 { width: 83.33333333%; }
	.col-sm-11 { width: 91.66666667%; }
	.col-sm-12 { width: 100%; }
	.col-sm-pull-0 { right: auto; }
	.col-sm-pull-1 { right: 8.33333333%; }
	.col-sm-pull-2 { right: 16.66666667%; }
	.col-sm-pull-3 { right: 25%; }
	.col-sm-pull-4 { right: 33.33333333%; }
	.col-sm-pull-5 { right: 41.66666667%; }
	.col-sm-pull-6 { right: 50%; }
	.col-sm-pull-7 { right: 58.33333333%; }
	.col-sm-pull-8 { right: 66.66666667%; }
	.col-sm-pull-9 { right: 75%; }
	.col-sm-pull-10 { right: 83.33333333%; }
	.col-sm-pull-11 { right: 91.66666667%; }
	.col-sm-pull-12 { right: 100%; }
	.col-sm-push-0 { left: auto; }
	.col-sm-push-1 { left: 8.33333333%; }
	.col-sm-push-2 { left: 16.66666667%; }
	.col-sm-push-3 { left: 25%; }
	.col-sm-push-4 { left: 33.33333333%; }
	.col-sm-push-5 { left: 41.66666667%; }
	.col-sm-push-6 { left: 50%; }
	.col-sm-push-7 { left: 58.33333333%; }
	.col-sm-push-8 { left: 66.66666667%; }
	.col-sm-push-9 { left: 75%; }
	.col-sm-push-10 { left: 83.33333333%; }
	.col-sm-push-11 { left: 91.66666667%; }
	.col-sm-push-12 { left: 100%; }
	.col-sm-offset-0 { margin-left: 0%; }
	.col-sm-offset-1 { margin-left: 8.33333333%; }
	.col-sm-offset-2 { margin-left: 16.66666667%; }
	.col-sm-offset-3 { margin-left: 25%; }
	.col-sm-offset-4 { margin-left: 33.33333333%; }
	.col-sm-offset-5 { margin-left: 41.66666667%; }
	.col-sm-offset-6 { margin-left: 50%; }
	.col-sm-offset-7 { margin-left: 58.33333333%; }
	.col-sm-offset-8 { margin-left: 66.66666667%; }
	.col-sm-offset-9 { margin-left: 75%; }
	.col-sm-offset-10 { margin-left: 83.33333333%; }
	.col-sm-offset-11 { margin-left: 91.66666667%; }
	.col-sm-offset-12 { margin-left: 100%; }
}

/*** MEDIUM *****************************************************************************/

@media (min-width: 992px) {
	body {
		padding: 40px 0 0 0;
		font-size: 16px;
	}
	h1, h2, h3 { font-size: 26px; }
	h3 { font-size: 20px; }

	/*** Page Header ***/

	.page-header .menu-logo { width: 136px; }
	.page-header .menu-logo img {
		width: 136px;
		height: 126px;
	}

	.page-header-top a,
	.page-header-bottom a {
		margin: 15px 20px 15px 20px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.page-header-bottom a {
		margin: 10px 10px 10px 20px;
		font-size: 18px;
	}

	/*** Page Navigation Box ***/

	.page-nav a { padding: 9px 0 0 0; }

	/*** Content container ***/

	.content-wrap { margin-right: 320px; }
	.content-wrap:before,
	.content-wrap:after {
		content: " ";
		display: table;
	}
	.content-wrap:after { clear: both; }
	.content-wrap .left-col {
		float: left;
		width: 100%;
	}
	.content-wrap .right-col {
		float: right;
		width: 300px;
		margin-right: -320px;
	}
	.content-wrap .content-extra-top,
	.content-wrap .content-extra-bottom {
		float: none;
		width: auto;
	}
	.content-wrap .content-extra-top { margin: 0; }
	.content-wrap .content-extra-bottom { margin: 20px 0 0 0; }

	/*** Form ***/

	input, button, select, textarea { font-size: 16px; }
	.form-group label { line-height: 34px; }
	.form-group b.req { line-height: 34px; }
	.form-control {
		height: 34px;
		padding: 6px 10px;
		font-size: 16px;
	}
	.form-text, .form-hint { line-height: 30px; }
	.btn {
		height: 34px;
		padding: 6px 17px;
		font-size: 16px;
	}
	a.btn { padding: 8px 17px 0 17px; }

	/*** Grid System ***/

	.container { width: 960px; }

	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
	.col-md-1 { width: 8.33333333%; }
	.col-md-2 { width: 16.66666667%; }
	.col-md-3 { width: 25%; }
	.col-md-4 { width: 33.33333333%; }
	.col-md-5 { width: 41.66666667%; }
	.col-md-6 { width: 50%; }
	.col-md-7 { width: 58.33333333%; }
	.col-md-8 { width: 66.66666667%; }
	.col-md-9 { width: 75%; }
	.col-md-10 { width: 83.33333333%; }
	.col-md-11 { width: 91.66666667%; }
	.col-md-12 { width: 100%; }
	.col-md-pull-0 { right: auto; }
	.col-md-pull-1 { right: 8.33333333%; }
	.col-md-pull-2 { right: 16.66666667%; }
	.col-md-pull-3 { right: 25%; }
	.col-md-pull-4 { right: 33.33333333%; }
	.col-md-pull-5 { right: 41.66666667%; }
	.col-md-pull-6 { right: 50%; }
	.col-md-pull-7 { right: 58.33333333%; }
	.col-md-pull-8 { right: 66.66666667%; }
	.col-md-pull-9 { right: 75%; }
	.col-md-pull-10 { right: 83.33333333%; }
	.col-md-pull-11 { right: 91.66666667%; }
	.col-md-pull-12 { right: 100%; }
	.col-md-push-0 { left: auto; }
	.col-md-push-1 { left: 8.33333333%; }
	.col-md-push-2 { left: 16.66666667%; }
	.col-md-push-3 { left: 25%; }
	.col-md-push-4 { left: 33.33333333%; }
	.col-md-push-5 { left: 41.66666667%; }
	.col-md-push-6 { left: 50%; }
	.col-md-push-7 { left: 58.33333333%; }
	.col-md-push-8 { left: 66.66666667%; }
	.col-md-push-9 { left: 75%; }
	.col-md-push-10 { left: 83.33333333%; }
	.col-md-push-11 { left: 91.66666667%; }
	.col-md-push-12 { left: 100%; }
	.col-md-offset-0 { margin-left: 0%; }
	.col-md-offset-1 { margin-left: 8.33333333%; }
	.col-md-offset-2 { margin-left: 16.66666667%; }
	.col-md-offset-3 { margin-left: 25%; }
	.col-md-offset-4 { margin-left: 33.33333333%; }
	.col-md-offset-5 { margin-left: 41.66666667%; }
	.col-md-offset-6 { margin-left: 50%; }
	.col-md-offset-7 { margin-left: 58.33333333%; }
	.col-md-offset-8 { margin-left: 66.66666667%; }
	.col-md-offset-9 { margin-left: 75%; }
	.col-md-offset-10 { margin-left: 83.33333333%; }
	.col-md-offset-11 { margin-left: 91.66666667%; }
	.col-md-offset-12 { margin-left: 100%; }
}

/*** LARGE ******************************************************************************/

@media (min-width: 1200px) {
	/*** Grid System ***/

	.container { width: 1160px; }

	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
	.col-lg-1 { width: 8.33333333%; }
	.col-lg-2 { width: 16.66666667%; }
	.col-lg-3 { width: 25%; }
	.col-lg-4 { width: 33.33333333%; }
	.col-lg-5 { width: 41.66666667%; }
	.col-lg-6 { width: 50%; }
	.col-lg-7 { width: 58.33333333%; }
	.col-lg-8 { width: 66.66666667%; }
	.col-lg-9 { width: 75%; }
	.col-lg-10 { width: 83.33333333%; }
	.col-lg-11 { width: 91.66666667%; }
	.col-lg-12 { width: 100%; }
	.col-lg-pull-0 { right: auto; }
	.col-lg-pull-1 { right: 8.33333333%; }
	.col-lg-pull-2 { right: 16.66666667%; }
	.col-lg-pull-3 { right: 25%; }
	.col-lg-pull-4 { right: 33.33333333%; }
	.col-lg-pull-5 { right: 41.66666667%; }
	.col-lg-pull-6 { right: 50%; }
	.col-lg-pull-7 { right: 58.33333333%; }
	.col-lg-pull-8 { right: 66.66666667%; }
	.col-lg-pull-9 { right: 75%; }
	.col-lg-pull-10 { right: 83.33333333%; }
	.col-lg-pull-11 { right: 91.66666667%; }
	.col-lg-pull-12 { right: 100%; }
	.col-lg-push-0 { left: auto; }
	.col-lg-push-1 { left: 8.33333333%; }
	.col-lg-push-2 { left: 16.66666667%; }
	.col-lg-push-3 { left: 25%; }
	.col-lg-push-4 { left: 33.33333333%; }
	.col-lg-push-5 { left: 41.66666667%; }
	.col-lg-push-6 { left: 50%; }
	.col-lg-push-7 { left: 58.33333333%; }
	.col-lg-push-8 { left: 66.66666667%; }
	.col-lg-push-9 { left: 75%; }
	.col-lg-push-10 { left: 83.33333333%; }
	.col-lg-push-11 { left: 91.66666667%; }
	.col-lg-push-12 { left: 100%; }
	.col-lg-offset-0 { margin-left: 0%; }
	.col-lg-offset-1 { margin-left: 8.33333333%; }
	.col-lg-offset-2 { margin-left: 16.66666667%; }
	.col-lg-offset-3 { margin-left: 25%; }
	.col-lg-offset-4 { margin-left: 33.33333333%; }
	.col-lg-offset-5 { margin-left: 41.66666667%; }
	.col-lg-offset-6 { margin-left: 50%; }
	.col-lg-offset-7 { margin-left: 58.33333333%; }
	.col-lg-offset-8 { margin-left: 66.66666667%; }
	.col-lg-offset-9 { margin-left: 75%; }
	.col-lg-offset-10 { margin-left: 83.33333333%; }
	.col-lg-offset-11 { margin-left: 91.66666667%; }
	.col-lg-offset-12 { margin-left: 100%; }
}