@CHARSET "UTF-8";

/** Core */

input,button,textarea,select {
  font-family: Abel, arial, helvetica, sans-serif;
}

button {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
}

body {
	background: #fff;
	color: #333;
	font-family: Abel, arial, helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 10px 0 4px;
}

h1 {
	font-size: 40pt;
}

h1>span.small {
	font-size: 11pt;
}

a {
	color: #2e3180;
	text-decoration: none;
	transition: color 0.3s;
	cursor: pointer;
}

a:hover {
	color: #393c9c;
	text-decoration: underline;
}

/** Utility */

.red-flash {
	padding: 2px 4px;
	display: inline-block;
	border-radius: 2px;
	font-size: 80%;
}

select.pager {
  margin: 0 8px;
  border: 1px solid #096587;
  background: #fff;
  border-radius: 5px;
  padding: 4px 10px;
  font-family: Abel, sans-serif;
  transition: background 0.3s;
}

select.pager:hover {
  background: #e2e2e2;
}

.one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

label.block {
	display: block;
	padding: 2px 0;
}

label.block input {
	margin: 2px 10px 2px 0;
	float: left;
}

th {
	font-weight: bold;
	text-align: left;
}

div.small.one-line {
	height: 2em;
}

h3.one-line {
	height: 1.5em;
	margin: 0;
}

div.clear {
	clear: both;
}

.small {
	font-size: 80%;
}

p.small {
	margin: 3px 0 3px 10px;
}

.normal {
	font-size: 11pt;	
}

.sepline {
	margin-bottom: 4px;
	border-bottom: 1px solid #aaa;
}

.big {
	font-size: 120%;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.padded {
	padding: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.pullright {
	float: right;
}

.pull-left {
	float: left !important;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
	clear: both;
}

.rel {
	position: relative;
}

.full {
	width: 100%;
}

.tpad {
	padding-top: 6px;
}

input.full {
	width: 80%;
	width: calc(100% - 10px);
}

.inline-block {
	display: inline-block;
}

.unpadded {
	padding: 0 !important;
	height: 1.4em !important;
}

.search-header {
	background: #eee;
	color: #333;
	padding: 10px;
}

/** forms */

input[type="text"],input[type="password"],textarea,input[type="number"],select {
	border: 1px solid #aaa;
	font-size: 14pt;
	padding: 4px;
	background: #fff;
	border-radius: 2px;
}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus,input[type="number"]:focus,select:focus {
	box-shadow: 0 0 3px #aaa;
}

textarea {
	height: 200px;
}

div.label {
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}

/** Generic presentation */

.hilight {
	color: #c43831;
	font-style: italic;
	font-weight: bold;
}

.logo {
	font-size: 70%;
	font-family: Abel, arial, helvetica, sans-serif;
}

.logo em {
	font-family: 'Limelight', cursive;
	font-weight: bold;
	font-style: normal;
	font-size: 160%;	
}

h1.smaller {
	font-size: 22pt;
	border-bottom: 1px solid #aaa;
}

h1.logo {
	font-weight: normal;
	font-size: 22pt;
}

h1.logo em {
	font-family: 'Limelight', cursive;
	font-weight: bold;
	font-style: normal;
	font-size: 42pt;
}

ul.fancy {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.fancy>li:before {
	content: '⌑';
	display: inline-block;
	vertical-align: middle;
	font-size: 180%;
	padding: 0 20px;
	font-weight: normal;
}

ul.fancy.condensed>li:before {
	font-size: 120%;
}

.well {
	border: 1px solid #888;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

.error {
	box-shadow: 0 0 4px #C33731;
	background: #FFF0F0;
}

.well.error {
	border: 1px solid #C33731;
}

.separator {
	border-bottom: 1px solid #888;
}

div.hlpanel {
	background: #434343;
	background: -moz-linear-gradient(top,  #434343 0%, #838383 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#838383));
	background: -webkit-linear-gradient(top,  #434343 0%,#838383 100%);
	background: -o-linear-gradient(top,  #434343 0%,#838383 100%);
	background: -ms-linear-gradient(top,  #434343 0%,#838383 100%);
	background: linear-gradient(to bottom,  #434343 0%,#838383 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#838383',GradientType=0 );
	color: #fff;
	font-weight: bold;
	border: 1px solid #434343;
	border-radius: 4px;
}

div.help {
	background-repeat: repeat-x;
	font-weight: normal;
	border: 2px solid #096587;	
	border-radius: 4px;
}

div.help:before {
	float: right;
	color: #096587;
	border-radius: 60px;
	font-size: 50pt;
	padding: 15px 40px;
	content: 'i';
	border: 5px solid #096587;
	margin: 20px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", times, serif;
}

div.warning {
	border: 2px solid #c43831;
	color: #333;
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 1px 6px;
	border-radius: 4px;
	margin: 10px 0;
}

div.warning:before {
	content: '☹';
	color: #c43831;
	float: left;
	font-size: 50pt;
	margin-right: 10px;
}

div.confirm {
	background-color: #c43831;
	background-image: -moz-linear-gradient(top,  #853531 0%, #c43831 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#853531), color-stop(100%,#c43831));
	background-image: -webkit-linear-gradient(top,  #853531 0%,#c43831 100%);
	background-image: -o-linear-gradient(top,  #853531 0%,#c43831 100%);
	background-image: -ms-linear-gradient(top,  #853531 0%,#c43831 100%);
	background-image: linear-gradient(to bottom,  #853531 0%,#c43831 100%);
	color: #fff;
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 1px 6px;
	border-radius: 4px;
	margin: 10px 0;
}

div.success {
	border: 2px solid #09662c;
	color: #111;
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 1px 6px;
	border-radius: 4px;
	margin: 10px 0;
}

div.confirm:before {
	content: '⚠';
	float: left;
	font-size: 50pt;
	margin-right: 10px;
}

div.warning a, div.warning a:hover,div.confirm a, div.confirm a:hover {
	color: #fff;
}

div.help .button, div.warning .button, div.confirm .button {
	box-shadow: 0 0 3px #aaa;
}

div.help .button:hover, div.warning .button:hover, div.confirm .button:hover {
	box-shadow: 0 0 3px #fff;
}

div.important a, div.help a, div.warning a, div.confirm a {
	text-decoration: underline;
}

div.important {
	color: #fff;
	background-color: #09662c;
	background-image: -moz-linear-gradient(top,  #478b45 0%, #09662c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#478b45), color-stop(100%,#09662c));
	background-image: -webkit-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -o-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -ms-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: linear-gradient(to bottom,  #478b45 0%,#09662c 100%);
	color: #fff;
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 1px 6px;
	border-radius: 4px;
	margin: 10px 0;
}

div.caution {
	border: 2px solid #a2933c;
	color: #111;
	font-weight: normal;
	padding: 4px 6px 0 80px;
	border-radius: 4px;
	margin: 10px 0;
	position: relative;
	min-height: 50pt;
}

div.caution:before {
	content: '⚠';
	position: absolute;
	top: 00px;
	left: 10px;
	font-size: 50pt;
	margin-right: 10px;
	color: #a2933c;
}

span.closebtn {
	position: absolute;
	top: 4px;
	right: 4px;
}

span.closebtn:after {
	content: '⊗';
	font-size: 14pt;
	border: 1px solid rgba(0,0,0,0.5);
	color: rgba(0,0,0,0.7);
	background: rgba(255,255,255,0.3);
	transition: border 0.3s, color 0.3s, background 0.3s;
	padding: 0 4px;
	cursor: pointer;
	border-radius: 3px;
}

span.closebtn:hover:after {
	border: 1px solid rgba(0,0,0,0.9);
	color: rgba(0,0,0,0.9);
	background: rgba(0,0,0,0.1);
}

/*********************************************************** BUTTONS */

.button {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 2px 0 0;
	background: #aaa;
	border: none;
	font-family: Abel, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	border-radius: 5px;
	cursor: pointer;	
}

.button.rounded {
	border-radius: 10px;
	box-shadow: 5px 5px 5px #ddd;
	padding: 4px 20px;
}

.button.rounded:hover {
	box-shadow: 2px 2px 2px #888;
}

a.button, span.button {
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none !important;
}

button.button {
}

.button:hover {
	background: #eee;
	color: #fff;
	text-decoration: none;
}

.button.remove {
	background: #aaa;
	color: #000;
	font-size: 9pt;
	padding: 2px 8px;
}

.button.remove:hover {
	background: #bbb;
}

a.button:hover, a.button:hover:visited {
	color: #fff;
}

.button-sep {
	padding: 0;
	margin: 0px 10px;
	display: inline-block;
	vertical-align: bottom;
	content: '';
	height: 26px;
	border-left: 1px solid #aaa;
}

.button.red,.button.red:hover,.red-flash,.wanted {
	background-color: #b71c1a;
	background-image: -moz-linear-gradient(top,  #ec402e 0%, #b71c1a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec402e), color-stop(100%,#b71c1a));
	background-image: -webkit-linear-gradient(top,  #ec402e 0%,#b71c1a 100%);
	background-image: -o-linear-gradient(top,  #ec402e 0%,#b71c1a 100%);
	background-image: -ms-linear-gradient(top,  #ec402e 0%,#b71c1a 100%);
	background-image: linear-gradient(to bottom,  #ec402e 0%,#b71c1a 100%);
	color: #fff;
	background-repeat: repeat-x;
	outline: none;
}

.button.red:hover, .button.green:hover, .button.blue:hover, .button.red.down, .button.blue.down, .button.green.down {
	background-position: 0 -10px;
}

.button.red.down, .button.blue.down, .button.green.down {
}

span.button.down {
	cursor: default;
}

.button.green,.button.green:hover {
	color: #fff;
	background-repeat: repeat-x;
	background-color: #09662c;
	background-image: -moz-linear-gradient(top,  #478b45 0%, #09662c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#478b45), color-stop(100%,#09662c));
	background-image: -webkit-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -o-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -ms-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: linear-gradient(to bottom,  #478b45 0%,#09662c 100%);
	outline: none;
}

.button.blue,.button.blue:hover {
	color: #fff;
	background-repeat: repeat-x;
	background-color: #096587;
	background-image: -moz-linear-gradient(top,  #248bc4 0%, #096587 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#248bc4), color-stop(100%,#096587));
	background-image: -webkit-linear-gradient(top,  #248bc4 0%,#096587 100%);
	background-image: -o-linear-gradient(top,  #248bc4 0%,#096587 100%);
	background-image: -ms-linear-gradient(top,  #248bc4 0%,#096587 100%);
	background-image: linear-gradient(to bottom,  #248bc4 0%,#096587 100%);
	outline: none;
}

.button.block {
	display: block;
	margin: 2px 0;
}

.button.search {
	padding: 1px 1px 3px;
	margin: 0 0 0 2px;
	vertical-align: middle;
}

.button.search img {
	vertical-align: bottom;
}

input.search {
	background: #fff;
	color: #333;
	border: none;
	font-size: 11pt;
	padding: 2px;
	vertical-align: middle;
}

.button.big {
	font-size: 22pt;
	padding: 8px 20px;
	margin: 0;
}

.help-btn:after {
	float: right;
	color: #fff;
	border-radius: 20px;
	padding: 2px 8px;
	content: 'i';
	border: 1px solid #fff;
	margin: 0 0 0 12px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", times, serif;
}

.button.tab {
	border-radius: 6px 6px 0 0;
	margin: 10px 0 0 0;
	float: left;
	transition: padding 0.3s, margin 0.3s, background 0.3s, width 0.3s;
}

.button.tab.selected {
	background-position: 0 -10px;
	margin: 0;
	padding: 9px 20px 9px;
	cursor: default;
}

.tabgroup {
	font-size: 0;
	vertical-align: bottom;
	padding-left: 10px;
}

.tabframe {
	border: 1px solid #888;
	padding: 0 10px;
	border-radius: 4px;
}

span.tab {
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 600px) {
	
	.tabframe {
		border: 0;
	}
	
	.button.tab {
		display: block;
		float: none;
		margin: 1px 0 0 8%;
		padding: 8px 0;
		border-radius: 4px;
		width: 90%;
	}
	
	.button.tab.selected {
		margin: 1px 0 0 0;
		width: 98%;
	}
	
	div.help:before, div.warning:before, div.confirm:before {
		margin: 10px;
		font-size: 30pt;
	}
	
	div.help:before {		
		padding: 10px 25px;		
	}
}

.nifty input[type='radio'] {
	display: none;
}

.nifty img {
	opacity: 0.8;
	transition: opacity 0.3s, border 0.3s;
	border: 4px solid #fff;
	border-radius: 2px;
}

.nifty img.selected {
	opacity: 1;
	border: 4px solid #c43831;
}

/** Dialog */

#dialog {
	position: fixed;
	width: 600px;
	background: #fff;
	border: 1px solid #888;
	border-radius: 4px;
	height: 300;
	top: -500px;
	left: 45%;
	left: calc(50% - 300px);
	z-index: 3;	
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	max-height: 80%;
	overflow-y: auto;
}

#fader {
	position: fixed;
	top: 0;
	left: 0;
	background: none;
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 2;
}

#fader.noclick {
	background: rgba(255,255,255,0.7);
}

#dialog>h1 {
	text-align: center;
	margin: 0;
	font-size: 22pt;
}

#dialog div.loading {
	padding: 100px 20px;
	text-align: center;
	font-size: 22pt;
}

#dialog .warning, #dialog .confirm, #dialog .help {
	margin: 10px;
}

.dialog-only {
	display: none;
}

#dialog .dialog-only {
	display: block;
}

#dialog .bottomleft {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#dialog div.help:before, #dialog div.warning:before, #dialog div.confirm:before {
	font-size: 30pt;	
}

#dialog div.help:before {
	padding: 10px 25px;
	margin: 10px;
}

@media (max-width: 640px), (max-height: 500px) {
	
	form.pullright {
		float: none;
		padding: 4px 0;
		text-align: center;		
	}
	
	form.pullright input.search {
		padding: 6px;
		width: 65%;
		border: 1px solid #888;
	}
	
	form.pullright input.search+button {		
		float: none;	
	}
	
	form.pullright input.search+button span.only-phone {
		display: none !important;
	}
	
	span.only-phone {
		display: inline-block;
	}
	
	body {
		height: 100%;
	}	
	
	#fader {
		background: #fff;
	}
	
	#dialog {
		position: absolute !important;
		overflow-y: auto;
		width: auto;
		background: #fff;
		border: none;
		border-radius: 0;
		box-shadow: 0 0 0 #000;
		left: 0;
		height: 100%;
		z-index: 999999;
		margin-top: -100px;
		top: -100%;
		width: 100%;
		font-size: 9pt;
	}
	
}

.hidden {
	display: none;
}

.topbox {
	position: relative;
	padding: 3px;
	background: #8c8c8c;
	background: -moz-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(100%,#4d4d4d));
	background: -webkit-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -o-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -ms-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: linear-gradient(to bottom,  #8c8c8c 0%, #4d4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#4d4d4d',GradientType=0 );
	color: #fff;
	border-radius: 10px;
	height: 203px;	
}

.topbox a {
	color: #C5C7FF;
}

.topbox h3 {
	height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0 4px;
}

#videoslider {
	
	text-align: center;
}

#videoslider:after {
	content: 'Featured';
	font-size: 18pt;
	font-weight: normal;
	font-family: Limelight, serif;
	transform-origin: bottom left;
	-o-transform-origin: top left;
	-ms-transform-origin: top left;
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform: rotate(270deg);
	position: absolute;
	bottom: 16px;
	left: 20px;
}

#videoslider iframe {
	margin: 0 auto;
	width: 361px !important;
	height: 203px !important;
}

#videoslider-pages {
	position: absolute;
	top: 30px;
	right: 20px;
}

#videoslider-pages span {
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 10px;	
	margin-bottom: 10px;
	border: 1px solid #fff;
	transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	cursor: pointer;
}

#videoslider-pages span:hover {
	background: rgba(255,255,255,0.4);
	cursor: default;
}

#videoslider-pages span.selected {
	background: #096587;
}

a.home-channel {
	display: block;
	padding: 0 0 0 16px;
	border: 1px solid transparent;
	margin: 0 2px;
}

.clip-thumb {
	width: 50%;
	float: left;
	font-size: 9pt;
}

h1.small {
	font-family: "Limelight",cursive;
	font-size: 18pt;
	padding: 0 0 6px;	
}

h2.important {
	color: #b71c1a;
}

.flash {
	box-shadow: 0 0 0px #b71c1a;
	animation-name: flash;
	-o-animation-name: flash;
	-ms-animation-name: flash;
	-moz-animation-name: flash;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes flash {
	0% { box-shadow: 0 0 10px 8px #b71c1a; }
	100% { box-shadow: 0 0 0px 0 #b71c1a; }
}

@-webkit-keyframes flash {
	0% { box-shadow: 0 0 10px #b71c1a; }
	100% { box-shadow: 0 0 0px #b71c1a; }
}

div#dialog>h1:first-child {
	background: #ddd;
	padding: 4px 0;
	border-radius: 4px 4px 0 0;
}

span.circle {
	background: #09662c;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 100px;
	text-align: center;
	width: 39px;
	height: 37px;
	padding: 3px 1px 0 0;
	font-size: 2em;
	top: -10px;
	left: -10px;
	position: absolute;
	box-shadow: 0 0 4px #fff;
	font-family: limelight;
}

.expandable {
	position: relative;
	margin-bottom: 3em;	
}

.expandable.collapsed div.inner {
	height: 3em;	
	overflow: hidden;	
}

.expandable.collapsed div.right {
	position: absolute;
	bottom: -2em;
	right: 0;
	left: 0;
}

.expandable .inner>*:first-child {
	margin-top: 0;
}