/* fonts.css */
@font-face {
	font-family: 'icomoon';
	src:url('/public/assets/design/fonts/icomoon.eot?docg39');
	src:url('/public/assets/design/fonts/icomoon.eot?#iefix-docg39') format('embedded-opentype'),
		url('/public/assets/design/fonts/icomoon.woff?docg39') format('woff'),
		url('/public/assets/design/fonts/icomoon.ttf?docg39') format('truetype'),
		url('/public/assets/design/fonts/icomoon.svg?docg39') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-x:before {
	content: "\e909";
  }
  .icon-reply:before {
	content: "\2600";
  }
  .icon-popup:before {
	content: "\2660";
  }
  .icon-rss:before {
	content: "\268d";
  }
  .icon-mobile_menu:before {
	content: "\26e5";
  }
  .icon-sound:before {
	content: "\26e8";
  }
  .icon-close:before {
	content: "\26ec";
  }
  .icon-thumb:before {
	content: "\e000";
  }
  .icon-facebook:before {
	content: "\e001";
  }
  .icon-search2:before {
	content: "\e002";
  }
  .icon-phone:before {
	content: "\e003";
  }
  .icon-mail:before {
	content: "\e004";
  }
  .icon-draugiem:before {
	content: "\e005";
  }
  .icon-live:before {
	content: "\e006";
  }
  .icon-frekv:before {
	content: "\e007";
  }
  .icon-at:before {
	content: "\e008";
  }
  .icon-twitter:before {
	content: "\e009";
  }
  .icon-draugiem2:before {
	content: "\e00b";
  }
  .icon-aquarius:before {
	content: "\e600";
  }
  .icon-aries:before {
	content: "\e601";
  }
  .icon-cancer:before {
	content: "\e602";
  }
  .icon-capricorn:before {
	content: "\e603";
  }
  .icon-gemini:before {
	content: "\e604";
  }
  .icon-leo:before {
	content: "\e605";
  }
  .icon-libra:before {
	content: "\e606";
  }
  .icon-pisces:before {
	content: "\e607";
  }
  .icon-sagittarius:before {
	content: "\e608";
  }
  .icon-scorpio:before {
	content: "\e609";
  }
  .icon-taurus:before {
	content: "\e60a";
  }
  .icon-virgo:before {
	content: "\e60b";
  }
  .icon-photo:before {
	content: "\e60c";
  }
  .icon-pause:before {
	content: "\e900";
  }
  .icon-play:before {
	content: "\e901";
  }
  .icon-video:before {
	content: "\e902";
  }
  .icon-download:before {
	content: "\e903";
  }
  .icon-embed:before {
	content: "\e904";
  }
  .icon-mic:before {
	content: "\e905";
  }
  .icon-audio_0:before {
	content: "\e906";
  }
  .icon-audio_1:before {
	content: "\e907";
  }
  .icon-audio_2:before {
	content: "\e908";
  }
  .icon-lr1:before {
	content: "\e911";
  }
  .icon-lr2:before {
	content: "\e912";
  }
  .icon-lr3:before {
	content: "\e913";
  }
  .icon-lr4:before {
	content: "\e914";
  }
  .icon-lr5:before {
	content: "\e915";
  }
  .icon-lr6:before {
	content: "\e916";
  }












i.sprite {
	background-repeat:no-repeat;
	display:inline-block;
	height: 28px;
	width: 29px;
	vertical-align:middle;
	font-style:normal;
	font-size:0;
}

i.sprite.weather-icon { height: 21px; width: 21px;}
i.sprite.weather-cloudy { background-position:-134px -220px; }
i.sprite.weather-mostly_cloudy_night {    background-position:-206px -220px;}
i.sprite.weather-mostly_cloudy_day {    background-position:-170px -220px;}
i.sprite.weather-cloudy_day {    background-position:-242px -220px;}
i.sprite.weather-cloudy_night {    background-position:-278px -220px;}
i.sprite.weather-showers {    background-position:-26px -267px;}
i.sprite.weather-rain {    background-position:-26px -266px;}
i.sprite.weather-wet_snow {    background-position:-206px -266px;}
i.sprite.weather-snowflakes {    background-position:-170px -355px;}
i.sprite.weather-lightning {    background-position:-314px -403px;}
i.sprite.weather-heavy_rain {    background-position:-62px -266px;}
i.sprite.weather-hot {    background-position:-26px -220px;}
i.sprite.weather-snow {    background-position:-26px -313px;}
i.sprite.weather-foggy {    background-position:-278px -450px;}
i.sprite.weather-clear_night {    background-position:-62px -220px;}
i.sprite.weather-clear_day {    background-position:-26px -220px;}
i.sprite.weather-fair_day {    background-position:-170px -220px;}
i.sprite.weather-fair_night {    background-position:-314px -358px;}
i.sprite.weather-stormy {    background-position:-350px -403px;}

i.weather-icon-large {
	background-image: url("/public/assets/design/weather.png");
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align: middle;
}

i.weather-icon-large.size-small {
	width:22px;
	height:22px;
}

i.weather-icon-large.size-middle {
	width:38px;
	height:38px;
}

i.weather-icon-large.size-large {
	width:68px;
	height:68px;
}

i.weather-icon-large.size-xlarge {
	width:134px;
	height:134px;
}


i.weather-icon-large.weather-cloudy.size-small { background-position:-86px -14px; }
i.weather-icon-large.weather-mostly_cloudy_night.size-small {    background-position:-138px -14px;}
i.weather-icon-large.weather-mostly_cloudy_day.size-small {    background-position:-112px -14px;}
i.weather-icon-large.weather-cloudy_day.size-small {    background-position:-164px -14px;}
i.weather-icon-large.weather-cloudy_night.size-small {    background-position:-190px -14px;}
i.weather-icon-large.weather-showers.size-small {    background-position:-11px -40px;}
i.weather-icon-large.weather-rain.size-small {    background-position:-11px -40px;}
i.weather-icon-large.weather-wet_snow.size-small {    background-position:-112px -65px;}
i.weather-icon-large.weather-snowflakes.size-small {    background-position:-112px -91px;}
i.weather-icon-large.weather-lightning.size-small {    background-position:-137px -117px;}
i.weather-icon-large.weather-heavy_rain.size-small {    background-position:-34px -39px;}
i.weather-icon-large.weather-hot.size-small {    background-position:-11px -14px;}
i.weather-icon-large.weather-snow.size-small {    background-position:-34px -66px;}
i.weather-icon-large.weather-foggy.size-small {    background-position:-86px -143px;}
i.weather-icon-large.weather-clear_night.size-small {    background-position:-34px -14px;}
i.weather-icon-large.weather-clear_day.size-small {    background-position:-10px -14px;}
i.weather-icon-large.weather-fair_day.size-small {    background-position:-60px -14px;}
i.weather-icon-large.weather-fair_night.size-small {    background-position:-138px -14px;}
i.weather-icon-large.weather-stormy.size-small {    background-position:-242px -117px;}

i.weather-icon-large.weather-cloudy.size-middle { background-position:-140px -202px; }
i.weather-icon-large.weather-mostly_cloudy_night.size-middle {    background-position:-230px -202px;}
i.weather-icon-large.weather-mostly_cloudy_day.size-middle {    background-position:-185px -203px;}
i.weather-icon-large.weather-cloudy_day.size-middle {    background-position:-276px -202px;}
i.weather-icon-large.weather-cloudy_night.size-middle {    background-position:-321px -202px;}
i.weather-icon-large.weather-showers.size-middle {    background-position:-10px -246px;}
i.weather-icon-large.weather-rain.size-middle {    background-position:-51px -248px;}
i.weather-icon-large.weather-wet_snow.size-middle {    background-position:-185px -292px;}
i.weather-icon-large.weather-snowflakes.size-middle {    background-position:-184px -335px;}
i.weather-icon-large.weather-lightning.size-middle {    background-position:-230px -381px;}
i.weather-icon-large.weather-heavy_rain.size-middle {    background-position:-366px -246px;}
i.weather-icon-large.weather-hot.size-middle {    background-position:-9px -202px;}
i.weather-icon-large.weather-snow.size-middle {    background-position:-49px -291px;}
i.weather-icon-large.weather-foggy.size-middle {    background-position:-321px -426px;}
i.weather-icon-large.weather-clear_night.size-middle {    background-position:-49px -202px;}
i.weather-icon-large.weather-clear_day.size-middle {    background-position:-9px -202px;}
i.weather-icon-large.weather-fair_day.size-middle {    background-position:-95px -202px;}
i.weather-icon-large.weather-fair_night.size-middle {    background-position:-409px -201px;}
i.weather-icon-large.weather-stormy.size-middle {    background-position:-409px -380px;}


i.weather-icon-large.weather-cloudy.size-large { background-position:-235px -536px; }
i.weather-icon-large.weather-mostly_cloudy_night.size-large {    background-position:-394px -536px;}
i.weather-icon-large.weather-mostly_cloudy_day.size-large {    background-position:-314px -536px;}
i.weather-icon-large.weather-cloudy_day.size-large {    background-position:-473px -536px;}
i.weather-icon-large.weather-cloudy_night.size-large {    background-position:-552px -534px;}
i.weather-icon-large.weather-showers.size-large {    background-position:-6px -613px;}
i.weather-icon-large.weather-rain.size-large {    background-position:-76px -614px;}
i.weather-icon-large.weather-wet_snow.size-large {    background-position:-394px -692px;}
i.weather-icon-large.weather-snowflakes.size-large {    background-position:-314px -768px;}
i.weather-icon-large.weather-lightning.size-large {    background-position:-393px -848px;}
i.weather-icon-large.weather-heavy_rain.size-large {    background-position:-631px -610px;}
i.weather-icon-large.weather-hot.size-large {    background-position:-7px -534px;}
i.weather-icon-large.weather-snow.size-large {    background-position:-6px -691px;}
i.weather-icon-large.weather-foggy.size-large {    background-position:-552px -926px;}
i.weather-icon-large.weather-clear_night.size-large {    background-position:-76px -536px;}
i.weather-icon-large.weather-clear_day.size-large {    background-position:-7px -534px;}
i.weather-icon-large.weather-fair_day.size-large {    background-position:-155px -536px;}
i.weather-icon-large.weather-fair_night.size-large {    background-position:-708px -534px;}
i.weather-icon-large.weather-stormy.size-large {    background-position:-709px -848px;}


i.weather-icon-large.weather-cloudy.size-xlarge { background-position:-459px -1042px; }
i.weather-icon-large.weather-mostly_cloudy_night.size-xlarge {    background-position:-778px -1042px;}
i.weather-icon-large.weather-mostly_cloudy_day.size-xlarge {    background-position:-620px -1042px;}
i.weather-icon-large.weather-cloudy_day.size-xlarge {    background-position:-938px -1042px;}
i.weather-icon-large.weather-cloudy_night.size-xlarge {    background-position:-1096px -1042px;}
i.weather-icon-large.weather-showers.size-xlarge {    background-position:-2px -1199px;}
i.weather-icon-large.weather-rain.size-xlarge {    background-position:-141px -1199px;}
i.weather-icon-large.weather-wet_snow.size-xlarge {    background-position:-618px -1356px;}
i.weather-icon-large.weather-snowflakes.size-xlarge {    background-position:-618px -1511px;}
i.weather-icon-large.weather-lightning.size-xlarge {    background-position:-778px -1671px;}
i.weather-icon-large.weather-heavy_rain.size-xlarge {    background-position:-1254px -1197px;}
i.weather-icon-large.weather-hot.size-xlarge {    background-position:-1px -1042px;}
i.weather-icon-large.weather-snow.size-xlarge {    background-position:-2px -1356px;}
i.weather-icon-large.weather-foggy.size-xlarge {    background-position:-1094px -1828px;}
i.weather-icon-large.weather-clear_night.size-xlarge {    background-position:-141px -1044px;}
i.weather-icon-large.weather-clear_day.size-xlarge {    background-position:-1px -1042px;}
i.weather-icon-large.weather-fair_day.size-xlarge {    background-position:-300px -1046px;}
i.weather-icon-large.weather-fair_night.size-xlarge {    background-position:-1410px -1043px;}
i.weather-icon-large.weather-stormy.size-xlarge {    background-position:-1411px -1671px;}

 /* bootstrap_2.3.2.css */
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-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}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.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-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.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-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.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-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.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-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
 /* flexslider.css */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/public/assets/design/fonts/flexslider-icon.eot');
	src:url('/public/assets/design/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/public/assets/design/fonts/flexslider-icon.woff') format('woff'),
		url('/public/assets/design/fonts/flexslider-icon.ttf') format('truetype'),
		url('/public/assets/design/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
 /* default.css */

 /* main.css */
html, body {
	background:url('/public/assets/design/bg7.jpg');
	font-family: 'Open Sans', Arial, sans-serif;
}

html, body, .list .column, #main-footer nav ul li {
	font-size:16px;
	line-height:1.250em;
	-webkit-text-size-adjust:100%;
}

body {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media all and (min-width:0px) and (max-width:960px) {
	html, body, .list .column, #main-footer nav ul li {
		font-size:13px;
	}
}

img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

strong, b {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-top:0;
	font-size:100%;
	line-height:normal;
}

h1 {
	font-size:2.3em;
	margin-top:0;
	margin-bottom: 1em;
	color:#606060;
	border-bottom: 2px solid rgba(130, 130, 130, 0.15);
	display: inline-block;
	padding-right: 0px;
	padding-bottom: 7px;
	font-weight:300;
}

.state-xs h1 {
	text-align:center;
	font-size:1.5em;
	display:block;
}

h1.no-border {
	border:none;
	padding-bottom: 0;
}

h2 {
	font-size:1.563em;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:1em;
	font-weight: 400;
}

h3 {
	font-size:1.063em;
	line-height:1.313em;
	margin-top:0;
	font-weight: 400;
	margin-bottom: 1.250em;
}

.state-xs h3 {
	text-align:center;
}

h2 a,
h3 a {
	color:#252525;
}

h4 {
	font-size:1em;
	margin:0;
	font-weight: 400;
}

h5 {
	font-weight:400;
	font-size:0.875em;
	margin-top:0;
	margin-bottom:0.625em;
}

hr {
	border:0;
	color:#D5D6D7;
	background:#D5D6D7;
	height:1px;
	clear:both;
}

h1 small {
	font-size: 0.5em;
	margin-left: 15px;
	position: relative;
	top: -5px;
}

h2 time {
	color: #8C8C8C;
	font-size: 0.7em;
	display:inline-block;
	margin-left:5px;
	position:relative;
	top:-2px;
}

h6 {
	margin-top:0;
}

h6.info {
	color:#f4bb37;
}



ol {
    counter-reset:li;
    margin-left:0;
    padding-left:0;
	clear:both;
}

ol > li {
    position:relative;
    margin:0 0 10px 2em;
    padding:4px 8px 4px 12px;
    list-style:none;
    vertical-align:middle;
}

ol > li:last-child {
	margin-bottom:0;
}

ol > li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:-4px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:37px;
    height:37px;
    line-height:37px;
    margin-right:8px;
    color:#444444;
    background:#f5bc2a;
    font-weight:300;
    text-align:center;
    border-radius:100%;
}

li ol,
ol ol li:last-child {
	margin-bottom:0;
}


img.responsive {
	width:100%;
	max-width: 100%;
}

mark {
	background:#f8ec9f;
}

div.hot-topic {
    margin-bottom: 20px;
}

div.hot-topic p {
    display: inline-block;
    background: #e1202d;
    color: white;
    padding: 3px 8px;
    font-size: 16px;
    margin: 0;
}

div.hot-topic p a {
    color:#FFF;
}

div.hot-topic span {
    font-weight: bold;
}

.hot-topic-block {
	padding-bottom:1px !important;
}


table.tabula {
	width:100%;
	border-collapse:collapse;
	font-size:0.813em;
	margin-bottom:2em;
}

table.tabula td {
	background:#FFF;
	padding:0.375em 0.625em;
}

table.tabula td p {
	margin:0;
}

table.tabula tr:nth-child(2n) td {
	background:#efefef;
}


blockquote {
	margin:0;
	border:none;
	clear:both;
}

blockquote,
.quote {
	quotes:"\201C""\201D";
}

blockquote:before,
.quote:before {
	font-family: "Georgia",serif;
	content: open-quote;
	color:#666;
	font-size: 90px;
}

blockquote {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 22px;
	text-indent: 40px;
	margin-top:-30px;
	position:relative;
}

blockquote:before {
	left: -41px;
	line-height: 0;
	margin-right: 3px;
	position: relative;
	top:68px;
}

blockquote.small {
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	text-indent: 22px;
}

blockquote.small:before {
	color: #BDBDBD;
	font-size: 48px;
	left: -23px;
	margin-right: 3px;
	top: 53px;
	vertical-align: -21px;
}

blockquote p {
	margin:0 !important;
	font-size: 22px;
	font-weight:400;
}

blockquote.serif {
	font-family: "Georgia",serif;
	font-style: italic;
	line-height: 19px;
}

blockquote.serif.small:before {
	margin-right:8px;
}

.state-xs blockquote p {
	font-size: 18px;
	font-weight:600;
}

.state-xs blockquote:before {
	top:70px;
}

a.phone:link,
a.e-mail:link {
	text-decoration: none;
	color: #337AB7;
}


.module-text-include img {
	display: block;
	height: auto !important;
	max-width: 100%;
}

 /* common.css */
.container {
	width:95%;
	max-width:1250px;
}

.state-xs .container {
	padding-left:5px;
	padding-right:5px;
}

.nomargin {
    margin:0 !important;
}

.box {
	margin-bottom: 2em;
}

.sprite {
	background-image:url('/public/assets/design/sprites.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.sprite-play {
	background-position: 0 0;
}

.sprite-play:hover {
	background-position:-86px 0;
}

.pull-center {
	margin:auto;
	text-align:center;
}

.lsm-bernistaba-link {display:block;
width:75px;float:right;margin:3px 20px}
.lsm-bernistaba-link img {display:block;
width:100%}
@media (max-width: 1170px) { .lsm-bernistaba-link {display:none} }

h1.lsm {
	background:url('/public/assets/design/lsm_pin.png') no-repeat left center;
	border: medium none;
	font-size: 1.438em;
	font-weight: 600;
	height: 47px;
	line-height: 47px;
	margin-bottom: 17px;
	padding-bottom: 0;
	padding-left: 50px;
	text-transform: uppercase;
	display: flex;
    align-items: center;
}

h1.lsm a {
	display: block;
	line-height: 1;
	text-align: left;
	text-decoration: none;
}


h1 .subheading {
	font-weight:300;
	font-size:0.462em;
}

.center {
	text-align: center;
}

.no-padding {
	padding:0 !important;
}

/* Bootstrap fixes */

.nav-pills.centered-pills { text-align:center; }
.nav-pills.centered-pills ul.nav-pills { display:inline-block; }
.nav-pills.centered-pills li { display:inline; float:none; }
.nav-pills.centered-pills a { display:inline; }
* html .nav-pills.centered-pills ul.nav-pills { display:inline; } /* IE6 */
*+html .nav-pills.centered-pills ul.nav-pills { display:inline; } /* IE7 */

.nav-pills > li > a:hover {
	background:#dbdde1;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background:#939598;
}

.nav-pills li a {
	color:#252525;
}


.nav-pills.nav-mode-selector {
	float:right;
}

.nav-pills.nav-pills-bordered {
	text-align:center;
	margin-bottom:30px;
}

.nav-pills.nav-pills-bordered > li > a {
	border-width:2px;
	border-style:solid;
	padding:6px 12px;
}

.nav-pills.nav-pills-bordered > li > a:hover {
	background:none;
}

.state-xs .nav-pills.nav-mode-selector {
	float:none;
	display: table;
	table-layout:fixed;
	width:100%;
	margin-bottom:1em;
}

.state-xs .nav-pills.nav-mode-selector li {
	display: table-cell;
	float: none;
	text-align: center;
	width: 100%;
}

.state-xs .nav-pills.nav-mode-selector li a {
	padding-left:4px;
	padding-right:4px;
}

.state-xs .nav-pills.centered-pills li {
	margin-bottom:2px;
	display:inline-block;
}

.state-xs .nav-pills.centered-pills a {
	display:inline-block;
}

.dropdown-menu.right {
	left:auto;
	right:0;
}

.dropdown-menu.right::before {
	left:auto !important;
	right:9px;
}

.dropdown-menu.right::after {
	left:auto !important;
	right:10px;
}

.dropdown-menu.right li {
	text-align:left;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color:#CCCCCC;
	outline: 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}


.highlight-dark .form-group.has-error .control-label,
.highlight-dark .form-group.has-error .help-block {
	color:#fac1c1;
}

/* --- Bootstrap fixes end */



p.more {
	margin-top: 30px;
	text-align: right;
}

p.more a {
	border-bottom: 1px solid rgba(197, 197, 197, 0.15);
	padding: 0 5px;
	color:#252525;
}

p.more a:hover {
	text-decoration:none;
}

.state-xs p.more {
	text-align:center;
	margin:0px 0 3em 0;
	font-weight:600;
}

.state-xs p.more a {
	padding:10px 0;
	display:block;
	border:none;
	background:rgba(0,0,0,0.2);
}




a.channel-head {
	background:#595959;
	display: block;
	margin-bottom: 8px;
	border-radius:3px;
}

a.channel-head:hover {
	text-decoration:none;
	background:#787878;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

a.channel-head span {
	background-position:5px center;
	background-repeat: no-repeat;
	background-size: 54px;
	display: table;
	width: 100%;
}

a.channel-head span i {
	color: #ffffff;
	display: table-cell;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	padding-left: 67px;
	padding-top: 0;
	vertical-align: middle;
	text-align:left;
}

a.channel-head,
a.channel-head span {
	height: 60px;
}




.radio-start {
	height: 5.625em;
	margin-bottom: 2em;
}




.back {
	color: #999999;
	display: block;
	height: 23px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 162px;
	margin:0;
	margin-top:10px;
}

.back:before {
	background: url("/public/assets/design/back_ar.png") no-repeat scroll left center transparent;
	content: "";
	display: block;
	float: left;
	height: 23px;
	width: 14px;
}






.article-list-compact article {
	margin-bottom:1.5em;
}

.article-list-compact article h3 {
	margin:0;
}

.article-list-compact article time {
	color:#838383;
	font-size: 0.750em;
}


.rss-list {
	width:100%;
}

.rss-list h2 {
	margin:0;
}

.rss-list td {
	padding-bottom: 1em;
}




.form-overlay {
	position:relative;
}

div.loading,
.form-overlay.loading {
	opacity:0.3;
}

.overlay {
	position:absolute;
	width:100%;
	left:0;
	top:0;
}





.message {
	margin-bottom: 10px;
	padding: 5px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.message.ok {
	background:#d9f7d4;
	color:#257517;
}

.message.error {
	background:#f7d4d4;
	color:#751717;
}




.popup-content {
	padding:20px;
}




#live-player-tabs {
	margin:0;
	padding:0;
	display:table;
	width:100%;
	table-layout:fixed;
}

#live-player-tabs li {
	display:table-cell;
	padding:10px;
}

#live-player-tabs li img {
	width:100%;
}

#live-player-tabs li.active,
#live-player-window .player-wrap {
	background:#000;
}

#live-player-wrap {
	padding:20px;
}

.player-wrap .news-thumb img {
	width:100%;
}

#plarticle-player {
	overflow: hidden;
	position:absolute;
	left:-60000px;
}

#live-player-tabs li img {
	width:100%;
}

#show-data {
	margin-bottom:20px;
}

.live-player-show-options {
	list-style: none outside;
	margin:0;
	padding:0;
}

.live-player-show-options li,
.live-player-show-options li a {
	color:#ccc;

}

#live-player-window {
	overflow: hidden;
}

.live-select-item {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.live-select-item,
.live-select-item a {
	display:block;
	width:241px;
}

.live-select-item {
	background:url("/public/assets/design/colbg.jpg") repeat scroll right top transparent;
}

.live-select-item img {
	display:block;
	float:left;
	margin-right:10px;
}

.live-select-item .title {
	display:block;
	float:left;
	color:#FFF;
	padding-top:12px;
}




.listen-box {
	display: inline-block;
	font-weight: 600;
    background-position:top left;
    background-repeat:no-repeat;
    background-color:transparent;
    color: #fff;
    height: 62px;
    padding-left: 72px;
    font-size: 1em;
    padding-top: 8px;
    line-height: 43px;
}

.listen-box.medium {
    height: 39px;
    line-height: 1.1;
    padding-left: 47px;
    padding-top: 4px;
}

.listen-box .time {
    font-size: 0.9em;
    display: block;
    color: #949494;
}






#comment-add-form textarea {
	height:140px;
}

.comments {
    color: #252525;
}

.comments .top {
    height: 20px;
    margin-bottom: 20px;
}

.comments .top h1 {
    float: left;
    color: #606060;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: -9px;
}

.comments .top a {
    float: right;
    margin-right: 10px;
    margin-left: 25px;
    display: block;
    font-size: 0.9em;
}

.comments .clist .item {
    background: white;
    padding: 15px 15px;
    border: 1px solid #e2e2e2;
    margin-bottom: 6px;

}

.comments .author {
    margin-bottom: 10px;
}

.comments .author .name {
    font-weight: 600;
    margin-right: 10px;
}

.comments .author .date {
    color: #898989;
    font-size: 0.8em;
}

.comments .buttons {
    float: right;
}

.comments .buttons a {
    margin-left: 20px;
    font-size: 0.9em;
}

.comments .buttons a.disabled {
	color:#aaa;
}

.comments .buttons a em {
	font-style:normal;
	font-weight: 600;
}

.comments .item.level-1 {
    margin-left: 0;
}

.comments .item.level-2 {
    margin-left: 70px;
}

.comments .item .pic {
    width: 60px;
    margin-right: 15px;
    float: left;
    height: 60px;
    margin-top: 5px;
}

.comments .item .pic img {
    width: 100%;
}

.comments .btn-link {
	color:#252525;
}

.comments .body {
	line-height: 1.375em;
}

.comments .btn-link span {
	color: #BEBCBC;
	margin-right: 5px;
	margin-top: 2px;
}

div.pic + div.body {
    padding-left: 75px;

}

#comment-add-form {
    padding:20px 0;
}

 .social {
	margin-bottom: 30px;
}

.social a {
    color: #FFFFFF !important;
	display: inline-block;
	font-size: 0.875em;
	margin-right: 10px;
	padding:2px 10px 4px 10px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.social a:hover {
	text-decoration: none;
}

.social a span {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 3px;
	margin-top:3px;
	padding-right: 6px;
	position: relative;
    top: 2px;
}

.social a.draugiem {
	background-color:#f16320;
}

.social a.facebook {
	background-color:#39569b;
}

.social a.twitter {
	background-color:#000;
}

.state-xs .comments .buttons {
	float:none;
	padding-top:12px;
	overflow:hidden;
}

.state-xs div.pic + div.body {
	padding:0;
}

.state-xs .comments .buttons a.btn-link {
	background: none repeat scroll 0 0 #EFEFEF;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 8px;
}

.state-xs .comments .item.level-2 {
	margin-left:0;
	background:#f6f6f6;
}

.state-xs .comments .item .pic {
	display:none;
}

.state-xs .comments .clist .item {
	padding:10px;
}

ul.share {
	list-style: none;
	margin:0;
	text-align: left;
	padding: 0;
	height:21px;
}

ul.share li {
	display: inline-block;
	height: 20px;
	background: top left no-repeat transparent;
	margin-left: 10px;
	cursor: pointer;
}

ul.share li:first-child {
	margin-left: 0;
}

ul.share li.dr {
	width: 84px;
}

ul.share li.tw {
	width: 80px;
}

ul.share li.fb {
	width: 77px;
}

ul.share li.gp {
	width: 32px;
}

.state-xs ul.share {
	height:auto;
}

.state-xs ul.share li {
	display:block;
	margin:auto;
	margin-bottom:5px;
}






.social img {
	width:auto;
}


.article-body {
	clear:both;
}

.schedule-line .item {
	padding: 6px 0 10px 12px;
	border-left: 1px solid #cbc9c9;
	height: 75px;
	line-height: 1.3;
    overflow: hidden;
    white-space: normal;
    vertical-align: top;
}

.schedule-line .item i {
	font-style:normal;
}

.schedule-line .item .caption {
	margin-top: 2px;
    display: block;
    color: #414141;
    line-height: 1;
    font-size:0.875em;
}

.schedule-line .item span.badge {
    font-size: 0.65em;
    padding:0.063em 0.513em 0.125em	;
    color: white;
    border-radius: 2px;
    position: relative;
    top: -3px;
     padding:4px 5px;
    font-weight:600;
    text-shadow:none;
}

.schedule-line .item.past a,
.schedule-line .item.past .time {
    color: #b3b3b3;
}

.schedule-line .item.past .caption,
.schedule-line .item.past .caption a {
    color: #8e8e8e;
}

.carousel .owl-prev,
.carousel .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 85px;
    display: block;
    cursor: pointer;
    z-index:1;
    font-size:0;
}

.carousel .owl-next {
    right:-32px;
    background: url(/public/assets/design/ar.png) center center no-repeat transparent;
}

.carousel .owl-prev {
    left:-32px;
    background: url(/public/assets/design/al.png) center center no-repeat transparent;
}

.state-xs .carousel .owl-next,
.state-sm .carousel .owl-next,
.state-xs .carousel .owl-prev,
.state-sm .carousel .owl-prev {
	display:none;
}

/*
.schedule {
    line-height: 0;
    position: relative;
    height: 85px;
    overflow: hidden;
    width:93%;
    margin: auto;
    white-space: nowrap;
}

.schedule .inner {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.schedule-container .hidden-btn {
	visibility: hidden;
}

.schedule .item {
    display:block;
    float:left;
    border-left: 1px solid #cbc9c9;
    padding: 6px 0 10px 12px;
    width: 133px;
    height: 70px;
    line-height: 1.3;
    overflow: hidden;
    white-space: normal;
    vertical-align: top;
}

.schedule .time {
    display: block;
    font-size: 1.35em;
    color: #8c8c8c;
}

.schedule .caption {
    margin-top: 2px;
    display: block;
    color: #414141;
    line-height: 1;
    font-size:0.875em;
}


span.badge {
    font-size: 0.65em;
    padding:0.063em 0.513em 0.125em	;
    color: white;
    border-radius: 2px;
    position: relative;
    top: -3px;
}

.schedule .item.past a,
.schedule .item.past .time {
    color: #b3b3b3;
}

.schedule .item.past .caption,
.schedule .item.past .caption a {
    color: #8e8e8e;
}

.schedule span.badge {
    padding:4px 5px;
    font-weight:600;
    text-shadow:none;
}

.schedule-container {
	position:relative;
	margin:-10px 0;
}

.schedule-container .prev,
.schedule-container .next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 85px;
    display: block;
    cursor: pointer;
    z-index:1;
}

.schedule-container .next {
    right:0px;
    background: url(/public/assets/design/ar.png) center center no-repeat transparent;
}

.schedule-container .prev {
    left:0px;
    background: url(/public/assets/design/al.png) center center no-repeat transparent;
}

*/


/*
.schedule-container:hover .prev,
.schedule-container:hover .next {
    visibility: visible;
}
*/

.short-text {
	overflow: hidden;
    max-height:183px;
    display: block;
}

.full-text{
    height: auto;
    max-height: none;
}

.show-more {
	text-align: right;
}

.show-more a {
	font-size:0.750em;
	text-decoration: underline;
}


.form-search {
	margin-top:1px;
	margin-left:15px;
	float:right;
}

.state-xs .form-search {
	float:none;
	margin:0;
	margin-bottom:1em;
}

.external-video-link {
	text-align: center;
	padding: 50px 0;
	background:#000;
}

.external-video-link a {
	color:#FFF;
}



.forms-wrap {
	padding:10px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    background: url("/public/assets/design/bg3.jpg") repeat scroll 0 0 transparent;
    margin-bottom: 30px;
}

.forms-wrap form {
	margin:0;
}






.audio-archive-form .search-query {
	width:100%;
}

.audio-archive-form select {
	width:100%;
}



.audio-archive-results {
	width:100%;
	border-collapse:collapse;
}

.audio-archive-results tr td time {
	color: #252525;
}

.audio-archive-results tr .descr {
	color: #666666;
	font-size:0.875em;
	line-height: 1.25em;
	padding-top:5px;
}

.audio-archive-results tr td.show-title {
	color:#252525;
	font-size: 0.9em;
}

.audio-archive-results tr td.show-title small {
	display: block;
	line-height: 1.3;
}

.audio-archive-results h2 {
	margin:0;
	margin-top:1em;
	margin-bottom:0.375em;
}

.audio-archive-results h3 {
	margin-bottom:0;
	text-align:left;
}

.audio-archive-results tr td {
	border-bottom: solid 1px #d8d8d8;
	height: 45px;
}

.audio-archive-results .play-link {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.audio-archive-results tr td.download-link {
	text-align:right;
	vertical-align: middle;
}

.audio-archive-results tr td {
	padding:0.438em;
	vertical-align: middle;
}

.audio-archive-results tr td a.lnk {
	color:#252525;
	font-size:0.813em;
}

.audio-archive-results tr td span.icn {
	color: #C4C4C4;
	margin-left: 2px;
	margin-top: 4px;
}

.audio-archive-results i.audio-status {
	color:#999;
	font-size:0.857em;
}



.audio-archive-results tr td.channel {
	padding-left:10px;
	padding-right:10px;
}

.audio-archive-results tr td.time {
	width:5%;
}

.audio-archive-results tr td.show-title {
	width:55%;
}

.audio-archive-results tr td.player-holder {
	text-align: right;
	width: 30%;
}

.state-xs .audio-archive-results tr td.player-holder {

}

.audio-archive-results tr .guests {
	font-size:0.813em;
	color:#666666;
	line-height:1.3;
}

.audio-archive-results tr .guests h4 {
	margin-top:0.875em;
	font-weight:600;
}

.audio-archive-results tr td.download-link {
	width:10%;
	white-space: nowrap;
}

.audio-archive-results tr td.more-link {
	vertical-align:top;
	padding-top:9px;
}

.audio-archive-results tr.open td {
	border-bottom:none;
}

.state-xs .audio-archive-results .windows-media-link {
	display:none;
}

.guide-more {
	padding:15px 0;
}

.guide-more .player {
	margin-bottom:15px;
}

.guide-more .list-thumb {
	margin:0;
}

.guide-more .list-thumb figure {
	width:15%;
}

.guide-more .list-thumb div.thumb-content {
	margin-left:19%;
}

.guide-more .list-thumb .alead {
	font-size:0.725em;
	line-height:1.3;
}

.guide-more .list-thumb h3 {
	margin-bottom:7px;
}


.page-selector {
	margin-top: 2em;
	text-align: center;
}

.page-selector span {
	background:#e9e9e9;
}

.page-selector a {
	background:#fff;
}

.page-selector span,
.page-selector a {
	border: 1px solid #CACACA;
	font-size: 18px;
	padding: 0 7px;
	margin:0px 2px;
	color:#000;
}

.page-selector-content {
	height:26px;
}


table.forms input.search-keyword {
	font-size: 1.25em;
	height: 52px;
	line-height: 52px;
}



.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	line-height:3em;
}

.gallery {
	margin-bottom:0.462em;
}

.gallery,
.gallery-carousel {
	-webkit-box-shadow:none;
	box-shadow:none;
	background:url("/public/assets/design/bg2.jpg") repeat scroll 0 0 transparent;
	border-color:transparent;
}

.gallery .flex-direction-nav .flex-prev {
	left:0px;
}

.gallery .flex-direction-nav .flex-next {
	right:0px;
}

.flex-direction-nav a.flex-prev:before {
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-0.5em;
}

.flex-direction-nav a.flex-next:before {
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-0.5em;
}

.flexslider .slides > li {
	position:relative;
}

.gallery .gallery-image-footer {
	background:rgba(0,0,0,0.4);
	color:#FFF;
	bottom: 0;
	display: block;
	left: 0;
	padding: 0.462em 0;
	position: absolute;
	width: 100%;
}

.gallery .gallery-image-footer i.copyright {
	padding-left:0.750em;
}

.gallery .gallery-image-footer em,
.gallery .gallery-image-footer i.copyright {
	font-style:normal;
	font-size:0.750em;
}

.gallery .gallery-image-footer em {
	float: right;
	padding-right:0.750em;
	text-align: right;
}

.gallery .flex-direction-nav a {
	transition: none 0s ease 0s;
	height: 100%;
	margin: 0;
	top: 0;
	transition: none 0s ease 0s;
	width:48%;
	display:block;
}

.gallery-carousel {
	margin-bottom:1em;
}
.gallery-carousel li {
	opacity:0.7;
	cursor:pointer;
}

.gallery-carousel li.flex-active-slide {
	opacity:1;
}

.gallery-carousel .flex-direction-nav {
	display:none;
}

.section-header {
	margin-bottom:2em;
}

.section-header .section-title {
	float:left;
	margin:0;
}

.section-header .search-small {
	float: right;
	margin-left: 10px;
	max-width: 220px;
	position: relative;
	margin-top:3px;
}

.section-header ul.nav {

}

.state-xs .section-header ul.nav,
.state-xs .section-header .search-small {
	margin-top:0;
}

.state-xs .section-header .search-small {
	float:none;
	margin-bottom:2em;
	margin-left:0;
	max-width:100%;
	top:0;
}

.state-xs .section-header .section-title {
	float:none;
	text-align:center;
	margin-bottom:0.5em;
}



.sidepic {
	float:left;
	margin-right:1em;
}

.readable-text {
	line-height:1.5em;
}

.state-xs .readable-text {
	font-size:1.2em;
	line-height:1.6em;
	text-align:justify;
}





.featured-line .item {
	margin-right:10px;
}



.btn-special {
  color: #252525;
  background-color: #F4BB37;
  border-color: #F2C865;
}

.btn-special:hover,
.btn-special:focus,
.btn-special:active,
.btn-special.active,
.open .dropdown-toggle.btn-special {
  color: #252525;
  background-color: #f9d379;
  border-color: #F2C865;
}

.btn-special:active,
.btn-special.active,
.open .dropdown-toggle.btn-special {
  background-image: none;
}

.btn-special.disabled,
.btn-special[disabled],
fieldset[disabled] .btn-special,
.btn-special.disabled:hover,
.btn-special[disabled]:hover,
fieldset[disabled] .btn-special:hover,
.btn-special.disabled:focus,
.btn-special[disabled]:focus,
fieldset[disabled] .btn-special:focus,
.btn-special.disabled:active,
.btn-special[disabled]:active,
fieldset[disabled] .btn-special:active,
.btn-special.disabled.active,
.btn-special[disabled].active,
fieldset[disabled] .btn-special.active {
  background-color: #F4BB37;
  border-color: #F2C865;
}

.btn-special .badge {
  color: #F4BB37;
  background-color: #252525;
}

.btn-special span {
	color: #FFFFFF;
	margin-right: 9px;
	position: relative;
	top: 2px;
}


.special-send-form {
	padding-top:3em;
}

.special-send-form .button-wrap {
	text-align:right;
	margin-bottom:0.5em;
}

.state-xs .special-send-form .button-wrap {
	text-align:center;
}

.state-xs .navbar-toggle .icon-mobile_menu {
	position: relative;
	top: 2px;
}



.weather-header h1 {
	float:left;
}

.weather-header .city-select {
	float:right;
}

.state-xs .weather-header .city-select {
	float:none;
	margin-bottom:1em;
}

.weather-header label {
	display: inline-block;
	margin: 0;
}

.state-xs .weather-header label {
	display:none;
}

.weather-header select {
	display: inline-block;
	margin-left: 10px;
	width: auto;
}

.state-xs .weather-header h1 {
	float:none;
}

.state-xs .weather-header select {
	width:100%;
	margin:0;
	display:block;
}

#weather-block h3 {
	font-weight:600;
}

#weather-block table {
	width:100%;
}

#weather-block table td {
	font-size:0.875em;
	padding:4px;
}

#weather-block table td:first-child {
	padding-left:0;
}

#weather-block table td:last-child {
	padding-right:0;
}

.state-xs #weather-block table {
	margin-bottom:1em;
}

#weather-block .atmosphere {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.875em;
}

.state-xs #weather-block .atmosphere {
	margin-bottom:1em;
}

#weather-block .current-temp {
	font-size: 2em;
	font-weight: 600;
	margin-bottom:0;
}

#weather-block .current-stats {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
	margin-bottom:1em;
}

#weather-block .current-stats li {
	margin-bottom:4px;
}

.this-day h4 {
	background:#f2b943;
	padding:5px 10px;
}

.this-day p.more {
	margin:0;
	font-size:0.875em;
}

.this-day p.this-day-item {
	padding:10px;
	margin-bottom:0;
	font-size: 0.875em;
}

.this-day p.this-day-item span.date {
	font-weight:600;
}

.this-day-block {
	min-height: 180px;
	margin-bottom:0.7em;
}

.banner-row img {
	width:100%;
}

.state-xs .banner-row > .row > div,
.state-sm .banner-row > .row > div,
.state-md .banner-row > .row > div {
	padding-bottom:1em;
}

.video-player {
	background:#000;
}

.article-archive-audio {
	clear:both;
}

.article-archive-audio .audio-archive-results tr td.time {
	width:20%;
}

.article-archive-audio .audio-archive-results tr td.player-holder {
	width:55%;
}

.article-archive-audio .audio-archive-results tr td.show-title {
	width:30%;
}

.article-archive-audio h4 {
	padding:6px ;
}

.article-archive-audio .audio-archive-results tr td .icn {
	color:#000;
}

.archive-calendar {
	background:#FFF;
	padding:1em;
}

.archive-calendar table {
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	margin-bottom:1em;
}

.archive-calendar table caption {
	text-align:left;
	text-transform:uppercase;
	padding-bottom:7px;
}

.archive-calendar table thead tr th {
	border-bottom:solid 1px #e1e1e1;
	color:#b3b3b3;
}

.archive-calendar table td,
.archive-calendar table th {
	font-size:0.875em;
	font-weight:600;
}

.archive-calendar table td.holiday {
	background:#f7f7f7;
}


.archive-calendar table th,
.archive-calendar table td a {
	padding:6px 3px;
	text-align:center;
}


.archive-calendar table td {
	color:#b2b2b2;
}

.archive-calendar table td a {
	display:block;
	cursor: default;
	color:#b3b3b3;
}

.archive-calendar table td a:hover {
	text-decoration:none;
}

.archive-calendar table td a.active {
	color:#252525;
	cursor:pointer;
}

.archive-calendar table td a.active:hover {
	color:#FFF;
}

.archive-calendar .current-year a {
	display: inline-block;
	font-size: 3em;
	margin: 0 0.5em;
	padding: 9px 12px;
	vertical-align: middle;
}

.archive-calendar .current-year a.inactive {
	visibility: hidden;
}

.archive-calendar .current-year a:hover {
	text-decoration:none;
}

.archive-calendar .current-year {
	text-align:center;
	margin-bottom:1em;
}

.archive-calendar .current-year figure {
	font-size:5em;
	line-height:1.3em;
	font-weight:300;
	color:#585858;
	display: inline;
	vertical-align: middle;
}

.state-xs .archive-calendar .current-year a {
	margin:0;
	font-size:2em;
}

.state-xs .archive-calendar .current-year figure {
	font-size:3em;
}

.state-xs .archive-calendar table caption {
	text-align:center;
	font-weight:600;
	font-size:1.2em;
}

#firstpage-large-spotlight {
	margin:2em 0;
}

.state-xs #firstpage-large-spotlight .news-thumb {
	margin:0;
}

.state-xs #firstpage-large-spotlight .spotlight-thumbnail {
	margin-bottom:1em;
}

#firstpage-large-spotlight h2 {
	margin:0;
	font-size:1em;
	font-weight:600;
}

#firstpage-large-spotlight time {
	displaY:none;
}

#spotlight-item-top h2 {
	font-size:1.7em;
}

#firstpage-large-spotlight h3 {
	margin:0;
	font-size:0.9em;
}

#firstpage-large-spotlight section {
	margin-bottom:2em;
}

.state-xs #firstpage-large-spotlight h3 {
	text-align:left;
}

#spotlight-item-top time {
	display:inline;
}

#spotlight-item-top .news-thumb img{
	-webkit-border-radius: 30px 0 0 0;
	border-radius: 30px 0 0 0;
}

#spotlight-interview h1 {
	display:none;
}

#spotlight-interview h2 {
	display:block;
}

#spotlight-interview .listen-box {
	color:#252525;
}


.theme-badges {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
	overflow:hidden;
}

.theme-badges li {
	margin-right:3px;
	margin-bottom:3px;
	float:left;
}

.theme-badges li span {
	border-radius: 3px;
	display: inline-block;
	padding:5px 9px 7px 9px;
}

.theme-badges li span a {
	color: #fff;
	font-size: 0.875em;
}

.countdown-counter {

}

.countdown-counter .countdown-counter__label {
	display:block;
	color:#FFF;
	padding-left:3px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
}

.countdown-counter .countdown-counter__label a {
	color:#f5f5f5;
}

.countdown-counter .countdown-counter__clock {
	display:table;
	width:auto;
	border-collapse:collapse;
	table-layout:fixed;
}

.countdown-counter .countdown-counter__clock > dl {
	display:table-cell;
	vertical-align:middle;
	padding:0px 3px;
	width:60px;
}

.countdown-counter .countdown-counter__clock > dl dt {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#9363f9;
	padding: 2px 7px;
	font-size: 24px;
}

.countdown-counter .countdown-counter__clock > dl dd {
	color:#f5f5f5;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:0;
}

.social-window {
	padding: 0;
	position: fixed;
	right: 20px;
	background:#FFF;
	font-size:1.257em;
	padding:1em;
	border:solid 1px #e2e2e2;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.2);
	max-width:400px;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	z-index:10001;
	bottom:-120px;
}

.social-window.open {
	bottom:20px;
}

.social-window .social-window__close {
	font-size: 16px;
    position: absolute;
    right: -1px;
    top: -1px;
    background: #000;
    width: 24px;
    height: 25px;
    text-align: center;
}

.social-window .social-window__close:hover em{
	text-decoration:none;
	color:#FFF;
}

.social-window .social-window__close em {
	font-style: normal;
    font-size: 28px;
	color:#aaa;

}

.social-window .social-window__title {
	font-weight: bold;
    font-size: 16px;
    clear: both;
	margin-bottom:10px;
}

.social-window .social-window__links {
	margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: auto;
}

.social-window .social-window__links li {
	display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
}

.social-window .social-window__links li:first-child {
	padding-left:0;
}

.social-window .social-window__links li:last-child {
	padding-right:0;
}

.social-window .social-window__links li span {
	position: relative;
    top: 2px;
    margin-right: 4px;
    font-size: 16px;
}

.social-window .social-window__links li img {
	display: block;
	height:18px;
}

.social-window .social-window__links li a.lnk {
	font-size: 14px;
}

.state-xs .social-window {
	width: 100%;
    right: 0;
    left: 0;
	padding:10px;
}

.state-xs .social-window.open {
	bottom:0px;
}

.state-xs .social-window__links li a.lnk {
	display:none;
}

.state-xs .social-window .social-window__links {
	table-layout:fixed;
	width:100%;
}

.state-xs .social-window .social-window__links li {
	text-align:center;
	padding:5px 0 !important;
}

.state-xs .social-window .social-window__links li span {
	font-size:30px;
	color:#666;
}

.state-xs .social-window .social-window__close {
	width:33px;
	height:33px;
}

.state-xs .social-window .social-window__close em {
	position: relative;
    top: 6px;
}

.state-xs .social-window .social-window__title {
	text-align:center;
}


 /* header.css */
#main-header {
	height: 61px;
}

#main-header .container {
	position:relative;
}

#main-header #site-logo {
	margin:0;
	left: 15px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.state-xs #main-header #site-logo {
	left:10px;
}

.header-brdr {
	display:block;
	font-size:0;
	line-height:0;
	height:5px;
	background: #2691EE;
}

#main-header #site-logo a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	display: block;
	height: 61px;
	text-decoration:none;
	width: 121px;
}

.state-xs #main-header #site-logo a {
	background-position: left center;
	height: 61px;
	width: 61px;
}

#main-header .top-header-nav {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

#main-header .top-header-nav .btn-group > a {
	color:#FFF;
}

#main-header .top-header-nav td {
	padding:0;
	white-space: nowrap;
	vertical-align:top;
	height:30px;
}

#main-header .top-header-nav td table td a {
	display: block;
	font-size: 0.875em;
	padding:4px 5px 3px;
	text-decoration: none;
	color: #999999;
	line-height: 20px;
}

#main-header #live-menu-spacer div {
	width:100px;
}

#main-header #main-nav {
	height:61px;
	padding-left:135px;
	position:relative;
}

.state-xs #main-header #main-nav {
	padding-left:0px;
}

#main-header #main-nav table {
	width:100%;
	border-collapse:collapse;
}

#main-header #main-nav table td {
	padding:0;
	text-align:left;
 	white-space: nowrap;
}

#main-header #main-nav table tbody tr > td > .m > a {
	color: #EAEAEA;
	display: block;
	font-size: 1em;
	line-height: 59px;
	padding: 0 8px 0 8px;
	text-decoration: none;
	text-shadow: 0 1px 2px #000000;
	height: 62px;
}

.state-sm #main-header #main-nav table tbody > tr > td > .m > a {
	padding:0 4px;
}

#main-header #main-nav table td div.m {
	position:relative;
}

#main-header #main-nav table td div.m > a {
	font-weight: 600;
}

#main-header #main-nav table td.search-menu .m {
	padding-right:10px;
}
#main-header #main-nav table td.search-menu a {
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	height: 30px;
	line-height: 32px;
	padding-right: 10px;
}

#main-header #main-nav table td a:hover {
	color:#FFF;
}

#main-header #main-nav #live-btn {
	display:block;
	height: 84px;
	width: 87px;
	right:0;
	top:9px;
	position:absolute;
	z-index:3;
}

#main-header #main-nav table td.spacer {
	width:100%;
}

#main-header .m.hover > a {
	background: #939598;
}

#main-header .m.hover .submenu {
	display:block;
}

.submenu {
	display: none;
	background: #939598;
	left: 0;
	padding: 0;
	position: absolute;
	top: 61px;
	z-index: 200;
	white-space: nowrap;
	padding:20px 0;
}

.submenu ul {
	border-right: 1px solid #A9AAAD;
	display: inline-block;
	height: auto;
	list-style: none outside none;
	margin: 0 0 -210px;
	overflow: hidden;
	padding:10px 20px 210px;
	vertical-align: top;
}

.submenu .submenu-inner {
	overflow: hidden;
}

.submenu ul.last {
    border: none;
}

.submenu ul.first li {
	padding-left:0;
}

.submenu li {
    float: none;
    height: auto;
    padding-bottom: 5px;
}

.submenu a {
    display: block;
    padding: 0;
    height: auto;
    font-size: 1em;
}

.submenu li a {
    line-height:23px;
    text-shadow: none;
	color:#FFF;
}

#mobile-header .navbar-toggle {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-right: 0;
	margin-top: 12px;
}

#mobile-header .navbar-toggle span {
	font-size: 17px;
	margin-left: 6px;
	position: relative;
	top: 1px;
	color:#FFF;
}

#mobile-header .navbar-toggle i {
	font-style: normal;
	position: relative;
	top: -2px;
}

#mobile-main-menu {
	padding:0;	
}

#mobile-main-menu .container {
	padding-top:25px;
	padding-bottom:25px;
}

#mobile-main-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mobile-main-menu ul li a {
	border-bottom: 1px solid #585858;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	padding: 10px 0 11px 0;
	font-weight:600;
}

#mobile-main-menu ul li:last-child a {
	border:none;
}

#mobile-main-menu ul li ul {
	overflow:hidden;	
	padding:1em 0;
}

#mobile-main-menu ul li ul li {
	float: left;
	width: 50%;
}

#mobile-main-menu ul li ul li a {
	font-size: 12px;
	padding: 7px 0;
	border:none;
	font-weight:normal;
	color:#cacaca;
}

.mobile-items {
	left: 75px;
	position: absolute;
}

.mobile-items a {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 22px 5px;
}
 /* footer.css */
#main-footer {
	color:#ACAEAC;
}

#main-footer .copyright {
	display: block;
	font-size: 0.7em;
	line-height: 1.25em;
	position: relative;
	padding-left: 131px;
	float:left;
}

.state-xs #main-footer .copyright {
	padding-left:0;	
	text-align:center;
}

#footer-logo {
	width:103px;
	height:52px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	margin:0;
	float:left;
	margin-right:10px;
	margin-top:7px;
}

.state-xs #footer-logo {
	display:none;
}

.state-xs #main-footer #codeart {
	float: none;
	margin: auto auto 1em;
}

#main-footer nav {
	margin-left:130px;
}

.state-xs #main-footer nav {
	margin-left:0;
}

#main-footer nav ul {
	margin:0;
	padding:0;
	list-style:none outside;
}

#main-footer nav ul li h3 {
	margin-bottom:10px;
	font-weight: 600;
	text-align:left;
}

#main-footer nav ul li.lnk {
	font-size:13px;
	margin-bottom:4px;
}

#main-footer nav ul li a {
	color:#939393;
}

#main-footer nav ul li a:hover {
	color:#FFF;
}

#main-footer nav ul li h3 a {
	color:#E4E4E4;
}

.state-xs #main-footer nav ul li.lnk a {
	display: block;
	padding:2px 0;
}

#main-footer .developer {
	float:right;
	font-size: 0.7em;
}
 /* thumbnails.css */
.pic-box {
	display:block;
	position:relative;
}

.pic-box img {
	font-size:0;
}

.simple-thumb img {
	display:block;
	margin-bottom:0.625em;
}

.simple-thumb h4 {
	margin:0 0 0.429em;
}

.simple-thumb h4 a {
	color:#252525;
}

.simple-thumb time {
	display: block;
	line-height: 1em;
}




.small-thumb {
	margin-bottom: 1em;
	overflow: hidden;
}

.small-thumb img {
	margin-bottom:0.462em;	
}

.small-thumb strong {
	margin:0;
	margin-bottom:0.188em;
}

.small-thumb article a {
	color:#595959;
}

.small-thumb .pic-box {
	width:30%;
	float:right;
}

.small-thumb time {
	color: #8C8C8C;
	display: block;
	/*font-size: 1.05em;*/
}

.small-thumb article {
	margin-right: 35%;
}

.small-thumb h3 {
	margin:0;
}

.small-thumb h3,
.small-thumb h3 a {
	font-weight:600;
}

.small-thumb p.article {
	margin:0;
}

.small-thumb p.article a {
	color: #252525;
	display: block;
	/*font-size: 13px;*/
	line-height: 17px;
}




.news-thumb {
	position:relative;
}

.news-thumb time {
	color: #444444;
    display: block;
    font-size: 0.925em;
	margin-top: 5px;
	opacity:0.6;
}

.news-thumb h2 a {
	color:#252525;
}

.news-thumb time {
	color: #444444;
	display: block;
}

.news-thumb .caption {
	background: none repeat scroll 0 0 #939598;
	bottom:2px;
	color: white;
	display: block;
	font-size:0.875em;
	left: 0;
	line-height: 1;
	padding: 7px 12px;
	position: absolute;
}

.news-thumb img {
	border-bottom:solid 2px transparent;
	display: block;
}

.news-thumb h3,
.news-thumb h3 a {
	font-weight: normal;
	margin-bottom:0;
}

.news-thumb h3 a,
.news-thumb h4 a {
	color:#252525;
}

#show-items .list:first-child .column:first-child .news-thumb:first-child img,
.thumbs93 .column:first-child .span4:first-child .news-thumb img,
.news-thumb.img-rounded img {
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
}

.news-thumb img {
	display: block;
	vertical-align: top;
}

.news-thumb figure {
	margin:0;
	position:relative;
}

.news-thumb figure a {
	margin:0;
	padding:0;
	display: block;
	font-size:0;
}

.news-thumb .large-caption {
	text-align: right;
    margin-top: -25px;
    position: relative;
    z-index: 10;
	margin-right:-15px;
	overflow:hidden;
}

.news-thumb .large-caption .subcaption {
	display: block;
    background: #000;
    color: #FFF;
    clear: both;
    float: right;
    padding: 5px 13px;
    margin-right: 15px;
    margin-top: -3px;
}

.news-thumb .large-caption h2 {
	display:block;
	padding:4px 12px 8px 12px;
	float:right;
	margin:0;
	text-align:left;
}

.news-thumb .large-caption h2,
.news-thumb .large-caption h2 a {
	color:#FFF;
}

.state-xs .news-thumb .large-caption {
	margin:0;
}

.article-icons {
	bottom: 5%;
	position: absolute;
	right: 6%;
}

.article-icons i {
	color:#FFF;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	margin-left:7px;
}

.article-icons i.icon-photo {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.news-thumb.size-medium figure {
	margin-bottom:0.429em;
}

.news-thumb.size-large figure {
	margin-bottom:0.643em;
}

#popup-article-player .news-thumb figure {
	margin:0;
}

.state-xs .news-thumb {
	overflow:hidden;
	margin-bottom:1em;
}

.state-xs .news-thumb figure {
	display:none;
}

.state-xs .news-thumb.live-preview figure {
	display:block;
}

.state-xs .article-image .news-thumb {
	margin:0;	
}

.state-xs .article-image .news-thumb,
.state-xs .article-image .news-thumb img {
	border-radius:0;
}

.state-xs .article-image .news-thumb figure {
	display:block;	
}


.state-xs .news-thumb h4 {
	font-size:1.2em;
	line-height: 1.3em;
}


ul.story-list {
	list-style: none outside none;
	margin: 10px 0 20px;
	padding: 0;
	list-style: none outside;
}

ul.story-list li {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

ul.story-list li a {
	color: #252525;
	text-decoration: none;
}

ul.story-list li a:hover {
	text-decoration: underline;
}





.person {
	position:relative;
}

.person .data {
	color: #FFF;
    padding: 7px 16px;
	
	-webkit-transition: all 120ms linear;
-moz-transition: all 120ms linear;
-ms-transition: all 120ms linear;
-o-transition: all 120ms linear;
transition: all 120ms linear;
	
}

.person.active .person__channel,
.person.active .data,
.person:hover .person__channel,
.person:hover .data {
	opacity:1;
}


.person img {
	margin-bottom: 10px;
	width: 100%;
}

.person figure {
	margin:0;
}

.person .person__channel {
	position: absolute;
    width: 70px;
    left: 10px;
    top: -13px;
	opacity:0;
		-webkit-transition: all 120ms linear;
-moz-transition: all 120ms linear;
-ms-transition: all 120ms linear;
-o-transition: all 120ms linear;
transition: all 120ms linear;
}

.person h4 {
	font-weight: normal;
	text-align: center;
}

.person a {
	color:#252525;
	display: block;
	text-decoration: none;
}

.person h4 a {
	color:#252525;
}

.state-xs .person {
	margin-bottom:0.5em;	
}

.state-xs .person figure {
	display:none;
}

.state-xs .person .data h4 {
	font-size:1.3em;
	line-height:1.4em;
}

.state-xs .person-open .person figure {
	display:block;
}

.state-xs .person-open .person .data {
	margin-bottom:1em;	
}



.state-xs .person-open .person .data h4 {
	text-align:center;
	font-weight:600;
	color:#FFF;
}

.state-xs .person h4 {
	text-align:left;
}

.person-open .person {
	margin: auto;
	text-align: center;
	width: 60%;
	margin-bottom:20px;
}

.person-open .person-info {
	margin-bottom: 1em;
	text-align: center;
}

.state-xs .person-open .back {
	display:none;
}




ul.links {
	margin:0;
	padding:0;
	list-style: none outside;
	margin-bottom:1em;
}

ul.links span {
	margin-right:3px;
    font-size: 19px;
    position: relative;
    top: 2px;
	display:block;
	float:left;
	width:25px;
}

ul.links li a {
	color:#3A3A3A;
	text-decoration: none;
	display:block;
	padding:2px 7px 3px 7px;
}

ul.links li a:hover {
	text-decoration:none;
}

ul.links li {
	font-size:0.925em;
	margin-bottom:3px;
}



.state-xs .channel-start ul.links li,
.state-sm .channel-start ul.links li {
	margin-right:0;
}

.state-xs ul.links li a,
.state-sm ul.links li a {
	border-bottom: 1px solid #CCCCCC;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 0;
	padding-left:10px;
}

.state-xs ul.links li:last-child a,
.state-sm ul.links li:last-child a {
	border-bottom:none;
}


ul.hosts {
	list-style: none outside;
	margin:0;
	padding:0;
}

ul.hosts li {
	display: inline-block;
	height: 60px;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;
	width: 60px;
}

ul.hosts li img {
	width: 100%;
}

ul.hosts li .tip {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	top: -16px;
	color: white;
	display: none;
	padding: 2px 7px;
	position: absolute;
	white-space: nowrap;
	z-index: 100;
	left:30%;
}

ul.hosts li:hover .tip {
    display: block;
}







.news-list a {
	background: url("/public/assets/design/bg2.jpg") repeat scroll 0 0 transparent;
	border-radius: 3px 3px 3px 3px;
	display: block;
	margin-bottom: 5px;
	min-height: 80px;
	padding: 5px 5px 5px 8px;
}

.news-list a:hover {
	text-decoration: none;
}

.news-list a figure.news-thumb-image {
	float: right;
	height: 70px;
	margin-left: 20px;
	width: 110px;
	background-size:cover;
	background-repeat:no-repeat;
}

.news-list h3 {
	color:#595959;
	margin:0;
	text-align:left;
}

.news-list time {
	color:#8c8c8c;
}

.news-list .article-info {
	display: block;
	margin-right: 130px;
}

.news-list h5 {
	color:#595959;
	margin:0;
}




/*
.player header {
	padding: 10px;
	position: relative;
	color: #949494;
	background:url('/public/assets/design/bg6.jpg');	
}

.player header .play {
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	display: block;
	float: left;
	width: 62px;
	height: 62px;
	position: inherit;
	cursor: pointer;
	left: 0;
	top: 0;
}

.player header .play.playing {
	background-position:0 -62px !important;
}

.player header .control-bar {
    margin-left: 75px;
    margin-right: 75px;
    padding-top: 25px;
    position:relative;
    z-index:10;
}

.player header .control-bar time {
	color: #949494;
	font-size: 0.75em;
	line-height: 1;
	margin-top: 10px;
	position: absolute;
	left:0px;
	top:33px;
}

.player .playlist {
	background: url("/public/assets/design/bg2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.player .playlist table {
	width:100%;
	border-collapse:collapse;
}

.player .playlist table tbody td {
	padding:5px 10px;
	cursor:pointer;
	font-size:0.875em;
	line-height:18px;
	color:#777;
}

.player .playlist table tbody tr.playing td {
	background: url("/public/assets/design/bg3.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.player .playlist td.pl-title { 
	width:100%;
}

.player .playlist td.pl-download a { 
	font-size:12px;
	color:#777;
}

.player .vol-container {
	padding-top: 26px;
	position: absolute;
	right: 7px;
	top: 0;
	text-align: right;
	z-index:5;
}

.player .vol-container .top {
	
}

.player .volume {
	display: inline-block;
	margin-right: 10px;	
}


.player .icon-popup {
    color: #949494;
	position: relative;
	text-decoration: none;
	top: -4px;
}

.player .download-link {
	font-size: 0.75em;
}

.player .download-link a {
	color: #949494;
	margin-left:15px;
}

.player .download-link span {
	color: #949494;
	font-size: 0.8em;
	margin-top: 4px;
}

.player.player-mini header {
	background:none;
	padding:0;
}

.player.player-mini .vol-container,
.player.player-mini .control-bar {
	display:none;
}


.mini-player-widget .mini-player {
	float:left;
	width:62px;
}


.mini-player-widget .mini-player-data {
	margin-left: 66px;
	padding-top:7px;
}

.mini-player-widget .mini-player-data span {
	color:#9b9b9b;
}

#firstpage-large-spotlight .mini-player-widget {
	position:relative;
	top:-2px;
}

.state-xs #firstpage-large-spotlight .mini-player-widget {
	top:0;	
}

.progress {
    background: white;
    height: 12px;
    -moz-box-shadow: inset 0 0 0 1px #c4c4c4;
    -webkit-box-shadow: inset 0 0 0 1px #c4c4c4;
    box-shadow: inset 0 0 0 1px #c4c4c4;
    width: auto;
    position: relative;
    cursor:pointer;
    overflow:visible;
}

.progress span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    cursor:pointer;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}

.progress span i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 15px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
	display: block;
	height: 14px;
	position: absolute;
	right: -6px;
	width: 14px;
	top:-1px;
}

.volume {
    display: block;
    background-position: top left;
    background-repeat: no-repeat;
    height: 21px;
    width: 28px;
    cursor: pointer;
}

.volume.l-0 {
    background-position: 0 top;
}

.volume.l-1 {
    background-position: -28px top;
}

.volume.l-2 {
    background-position: -56px top;
}

.volume.l-3 {
    background-position: -84px top;
}

.volume.l-4 {
    background-position: -112px top;
}

.volume.l-5 {
    background-position: -140px top;
}




.player-compact header {
	height: 47px;
	padding: 3px;	
}


.player-compact header .control-bar {
	margin-right:55px;
	margin-left:45px;
	padding-top:14px;
}

.player-compact .sub {
	display:none;
}

.player-compact .vol-container {
	padding-top:12px;
}

.player-compact header .play {
	width:39px;
	height:39px;
}

.player-compact header .play.playing {
	background-position: 0 -39px !important;
}

.player-compact header .download-link {
	display:none;
}

.player-compact header .control-bar time {
	display:none;
}
*/


















.menu ul {
	list-style:none outside;
	margin:0;
	padding:0;
}

.menu ul a {
	display: block;
	padding: 13px 30px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    color:#494949;
}

.menu ul li.topmenu {
	margin-bottom: 4px;
}

.menu ul li.topmenu a {
	font-size:1.188em;
	background:url('/public/assets/design/bg2.jpg');
}

.menu ul li.topmenu.active {
	margin-bottom: 0;
}

.menu ul li.topmenu.active a {
	color:#FFF;
	-webkit-border-radius:0px;
    border-radius:0px;
}

.menu.one-level ul li.active,
.menu ul li.submenu {
	margin-bottom: 4px;
}

.menu .open-menu {
	background:url('/public/assets/design/bg5.jpg') !important;
}

.menu ul li.submenu a {
	color:#cdd1d4;
	padding:5px 4px;
	margin:0 26px;
	border-bottom: solid 1px #696969;
}

.menu ul li.submenu li:last-child a {
	border-bottom: none;
}

.menu ul li.submenu ul {
	padding-bottom:20px;
}

.menu ul li.submenu li.active a {
	color:#FFF;
}



.list-thumb {
	margin-bottom: 1.5em;	
}

.list-thumb h3 {
	margin:0;
	margin-top:-5px;
}

.list-thumb time {
	color:#888888;
	font-size:0.750em;
}

.list-thumb figure {
	float:left;
	margin:0;
	width:8%;
}

.state-xs .list-thumb figure {
	display:none;
}

.state-xs .list-thumb h3 {
	text-align:left;
}

.state-xs .list-thumb .thumb-content {
	margin-left:0;
}

.list-thumb div.thumb-content {
	margin-left:10%;
}

.list-thumb .alead {
	margin:0;
	font-size:0.875em;
	color:#5e5e5e;
}

.thumb-rss .pic-box {
	margin-bottom:0.429em;
}


.numbered-listing ol > li:before {
	top:7px;
}


.mini-player a {
	color:#252525;
	line-height:1.2em;
}

.show-with-author {
	position:relative;
	background:#FFF;
	padding:1em;
	margin-bottom:0;
}

.show-with-author h2 a {
	color:#444;
}

.show-with-author h2 a:hover {
	text-decoration:none;
}

.show-with-author img.author-image {
	position:absolute;
	left:0;
	bottom:0;
}

.show-with-author .show-with-author__data {
	display:table;
	width:100%;
}

.show-with-author .show-with-author__caption {
	display:table-cell;
	vertical-align:middle;
	width:25%;
	padding-right:15px;
}

.show-with-author .show-with-author__articles {
	display:table-cell;
}

.show-with-author .show-with-author__caption h2 {
	margin:0;
	font-weight:300;
	font-style:normal;
	text-transform:none;
	font-size:2em;
}

.show-with-author .show-with-author__caption time {
	font-weight:300;
	font-size:0.875em;
}

.show-with-author .news-thumb h4 {
	font-size:0.925em;
	line-height:1.2;
}

.module--four_layout_author p.more {
	margin-top:15px;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:600;
	font-size:.925em;
}

 /* programm.css */
.programm-list {
	border-collapse: collapse;
	display: table;
	margin: auto;
	max-width: 980px;
	width: 100%;
}

.programm-list .programm-list__channels, 
.programm-list .programm-list__days {
	padding-top: 85px;
}

.programm-list .programm-list__channels {
	border-right-style: solid;
	border-right-width: 10px;
	display: table-cell;
	vertical-align: top;
	width: 115px;
}

.programm-list .programm-list__channels .programm-list__buttons a {
	border-right: medium none;
}

.programm-list .programm-list__buttons a:hover {
	text-decoration:none;
}

.programm-list .programm-list__channels .programm-list__buttons a.active span {
	color:#FFF;
}

.programm-list .programm-list__buttons > a span {
  font-size: 53px;
}

.programm-list .programm-list__days .programm-list__buttons a.active {
	color:#FFF;	
}

.programm-list .programm-list__buttons > a {
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	background:#FFF;
	display: block;
	font-size: 0.938em;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	color:#1c1c1c;
}

.programm-list .programm-list__buttons > a img {
	display: block;
	margin: auto;
	width: 60%;
}


.programm-list .programm-list__list {
	display: table-cell;
	padding: 30px 30px 15px 60px;
	vertical-align: top;
	width: auto;
	background:#FFF;
	border:solid 1px #e1e1e1;
}

.programm-list .programm-list__days {
	display: table-cell;
	vertical-align: top;
	width: 115px;
}

.programm-list .programm-list__days .programm-list__buttons a {
	border-left: medium none;
	padding: 10px;
}

.programm-list .programm-table {
	width: 100%;
	font-size: 1.25em;
}

.programm-list .programm-table h3 {
	margin:0;
}

.programm-list .programm-table h4 {
	font-size: 0.725em;
	font-weight: 700;
	margin-bottom: 3px;  
	margin-top: 12px; 
}

.programm-list .programm-table p.read-more {
	font-size: 0.685em;
	margin: 0;
	text-align: right;
}

.programm-list .programm-table dl.guests {
	display: table;
	font-size: 0.725em;
	margin: 0;
	overflow: hidden;
	padding: 0; 
	width: 100%;
}

.programm-list .programm-list__splitter h3 {
	font-weight:700;
}

.programm-list .programm-table dl.guests dt {
	display:table-cell;
	width:30%;
	font-weight:normal;
}

.programm-list .programm-table dl.guests dd {
	display:table-cell;
	width:70%;
}

.programm-list .programm-table__descr {
	font-size:0.725em;
	line-height: 1.3;
	padding-top:5px;
}

.programm-list .programm-table__descr b {
	font-weight:normal;
}

.programm-table tbody > tr > td {
	padding: 10px 0;
	vertical-align: top;
}

.programm-table tbody > tr.ended {
	color: gray;
} 

.programm-table .programm-table__time {
	padding-right: 30px;
}

.programm-list .programm-table__time {
	width: 1px;
}

.programm-list h3 {
	font-size: 1.063em;
    line-height: 1.313em;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 1.250em;
	font-style:normal;
}

.state-xs .programm-list .programm-list__buttons {
	display:none;
}

.state-xs .programm-list .programm-list__days {
	display:none;
}

.state-xs .programm-list .programm-list__channels {
	display:none;
}

.state-xs .programm-list .programm-list__list {
	padding:15px;
}

.state-xs .programm-list .programm-table {
	font-size:1em;
}

.state-xs .programm-list .programm-table__info h3 {
	text-align:left;
}
	
.guide article {
	border-bottom: 1px solid #CCCCCC;
	color: #252525;
	margin-top: 10px;
	padding-bottom: 10px;
}

.guide article .desc {
	color: #666666;
	font-size: 0.75em;
	line-height: 1.250em;
}

.guide article .title {
	font-size: 0.9em;
}

.guide article time {
	color: #8C8C8C;
	font-size: 1.1em;
}
 /* overall.css */
.start-page .news-thumb h4 {
    display: block;
    height: 90px;
    overflow: hidden;
}

.channel-start h2 {
    margin-bottom: 0.5em;
}

.channel-start h2 .badge {
    background: none repeat scroll 0 0 #BBBBBB;
    margin-left: 8px;
    position: relative;
    top: -4px;
}

.channel-start .links {
    margin-top: 1em;
}

.channel-start ul.links li {
    float: left;
}

.channel-start ul.links li a {
    background: #FFF;
}

.channel-start .news-thumb {
    margin-bottom: 1em;
}

.channel-start .guide-descr {
    font-size: 0.875em;
}

.channel-start .guide-descr br:last-child {
    display: none;
}

.channel-start .guide-descr p:last-child {
    margin-bottom: 0;
}

.channel-start h2 a {
    color: #252525;
}

.channel-start .column-spotlight .pic-box {
    margin-bottom: 1em;
}

.channel-start .hosts-block {
    padding-top: 1em;
}

.channel-start .hosts-block h6 {
    margin-bottom: 6px;
    text-transform: uppercase;
}

.state-xs .channel-start .news-thumb figure {
    display: block;
}

.state-xs .channel-start .hosts-block h6 {
    float: none;
    line-height: 1em;
}

.channel-start ul.links {
    overflow: hidden;
}

.channel-start ul.links li {
    margin-bottom: 7px;
    margin-right: 7px;
}

.state-xs .channel-start ul.links li {
    float: none;
    width: auto;
}

.article-open h3.show-name {
    margin: 0 0 3px;
}

.article-open .twitter-tweet {
    clear: both;
}

.article-open h3 a {
    color: #595959;
}

.article-open h1 {
    border: none;
    margin-bottom: 0.3em;
}

.article-open .article-header {
    border-bottom: 1px solid #D5D6D7;
    border-top: 1px solid #D5D6D7;
    color: #666666;
    margin: 0 0 31px;
    padding: 11px 0 12px;
    list-style: none;
}

.article-open .article-header li {
    padding-left: 10px;
}

.article-open .article-header li:first-child {
    padding-left: 0;
    border: none;
}

.article-open .article-header .author {
    color: #424242;
    font-weight: 600;
}

.article-open .article-header .author a {
    color: #424242;
    font-weight: 600;
}

.article-open .article-header li {
    border-left: solid 1px #ccc;
    margin-right: 10px;
    display: inline;
}

.article-open .article-image {
    margin: 0 0px 30px 0;
    width:100%;
}

.article-open .article-image .lsm-related-media-articles {
    color: #188EF1;
    margin-top: 10px;
    line-height: 1.4;
    display: flex;
	flex-direction: column;
}

.article-open .article-image .lsm-related-media-articles strong {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    white-space: nowrap;
    padding-right: 10px;
	margin-bottom: 10px;
}

.article-open .article-image .lsm-related-media-articles strong:before {
    background-image: url(../assets/design/lsm.svg);
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    padding-left: 24px;
    position: absolute;
    top: 0;
    width: 18px;
}

.article-open .article-image .lsm-related-media-articles a {
    color: #333;
    flex-grow: 1;
    text-decoration: underline;
    text-align: left;
}

.article-open .article-image .lsm-related-media-articles a:hover {
    text-decoration: none
}

#popup-article-player .news-thumb,
#popup-article-player .news-thumb img {
    width: 100% !important;
}

.article-open .article-image .news-thumb figure {
    margin: 0;
}

.article-open .article-image .news-thumb img {
    border: none;
    width: 100%;
}

.article-open .article-image .news-thumb .caption {
    bottom: 0;
}

.state-xs .article-open .article-image {
    margin: 0;
    margin-bottom: 2em;
    width: 100%;
    float: none;
}

section.highlight-dark .channel-show h1 {
    color: #FFF;
}

section.highlight-dark .channel-show h3 {
    color: #FFF;
}

.channel-show .show-descr {
    margin-bottom: 2em;
}

.channel-show h5.air-time {
    margin-bottom: 10px;
    margin-top: -2em;
}

.state-xs .channel-show h1 {
    margin-bottom: 10px;
}

.state-xs .channel-show h5.air-time {
    margin: 0;
}

.state-xs .channel-show .column-sidebar {
    padding-top: 1em;
    padding-bottom: 1em;
}

.content-search {
    position: relative;
}

.load-more-btn {
    margin-top: 2em;
}

.btn-actual {
    text-shadow: none;
    filter: none;
}

.interview-block {
    margin-bottom: 2em;
}

.interview-block h2 {
    margin: 0;
}

.interview-block .article-descr {
    color: #c7c6c6;
}

.interview-block .listen-box {
    margin-top: 10px;
}

.interview-block .person {
    width: 90%;
    float: right;
    position: relative;
    z-index: 2;
}

.interview-block .column-left {
    position: relative;
}

.interview-block h1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.state-xs .interview-block h1 {
    position: static;
}

.state-xs .person-info {
    color: #FFF;
}

.state-xs .channel-guide-listing {
    display: none;
}

.state-xs .channel-guide-listing.channel-visible {
    display: block;
}
 /* layout.css */
section.block {
	padding:2em 0;
	background:url('/public/assets/design/bg1.jpg');
	background-repeat:repeat;
	background-position:center;
}

section.box {
	padding:1em;
	border-radius:3px;
}

section.herotext {
	font-size:1.125em;
	line-height:1.4;
}

section.block.highlight-light,
.highlight-light {
	background:url('/public/assets/design/bg3.jpg');
}

section.block.highlight-white {
	background:#FFF;
}

section.block.highlight-ultralight,
.highlight-ultralight {
	background:url('/public/assets/design/bg22.jpg');
}

section.highlight-light h1,
section.highlight-light h1 a {
	color:#606060;
}



section.highlight-green {
	background:#0a8b0a;
	color:#FFF;
}

section.highlight-green h1,
section.highlight-green h1 a {
	color:#FFF;
	border:none;
}




section.block.highlight-dark a {
	color:#FFF;
}

section.block.highlight-dark {
	background:url('/public/assets/design/bg4.jpg');
	color:#B0B0B0;
}

section.highlight-dark h1 {
	border-color:#6f6f6f;
}

section.highlight-dark h1,
section.highlight-dark h1 a {
	color:#999999;
}

section.highlight-dark p.more a {
	color:#d1d1d1;
}

section.highlight-dark p.more a:hover {
	color:#FFF;
}

section.highlight-dark h3 {
	color:#FFF;
}

section.highlight-dark h2,
section.highlight-dark h2 a,
section.highlight-dark h3 a,
section.highlight-dark h4 a {
	color:#FFF;
}

section.highlight-dark a.listen-box {
	color:#FFF;
}

section.highlight-dark .nav-pills > .active > a,
section.highlight-dark .nav-pills > .active > a:hover,
section.highlight-dark .nav-pills > .active > a:focus {
	background:#939598;
}

section.highlight-dark .nav-pills > li > a:hover {
	background:#787878;
}

section.highlight-dark .nav-pills li a {
	color:#C9C9C9;
}

section.highlight-dark .nav-pills li.active a {
	color:#FFF;
}

section.highlight-dark .back a {
	color:#999999;
}

section.highlight-dark .back a:hover {
	color:#FFF;
}

section.highlight-dark ul.links li a {
	color:#E3E3E3;
}

section.highlight-dark ul.links li a:hover {
	color:#FFF;
}

section.highlight-dark hr {
	color:#737373;
    background:#737373;
}

section.highlight-dark .person:hover a {
	color:#FFF;
}

section.highlight-dark .small-thumb p.article a {
	color:#FFF;
}

section.highlight-dark h5 {
	color:#DDDDDD;
}

section.highlight-dark .page-selector span, 
section.highlight-dark .page-selector a {
	color:#000;
	padding:5px 7px;
}


section.block.highlight-dark .news-thumb time {
	color: #FFF;
}

section.block.highlight-ultradark {
	background:url('/public/assets/design/bg7.jpg');
}

.outer-wrap {
	background:url('/public/assets/design/headerbg.png') repeat-x center -32px;
}


.inner-wrap {
	
}

.inner-wrap section.block:first-child {
	padding-top:3.5em;
}

.module {
    margin-bottom:2em;
}

.module:last-child {
    margin-bottom:0;
}


.thumbnail-row > div {
	padding-bottom:1em;	
}

#header-artwork {
	background-position: center center;
	background-size: cover;
	width: 100%;
	background-repeat:no-repeat;
	font-size:0;
	line-height:0;
}

.state-xs #header-artwork {
	display:none;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


 /* zinas_news.css */

 /* colorbox.css */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url('/public/assets/design/overlay.png');}
#colorbox{outline:0;box-shadow:0px 0px 7px 1px rgba(0, 0, 0, 0.3);}
    #cboxContent{margin-top:0px;background:none;}
        .cboxIframe{background:none;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:none;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:#000 url('/public/assets/design/359.gif') no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose {
        	background: #565656;
			border: medium none;
			box-shadow: none;
			-webkit-box-shadow: none;
			color: #999999;
			display: block;
			padding: 5px 10px;
			position: absolute;
			right:0px;
			top:0px;
			padding-right:25px;
			font-size:14px;
        }
        #cboxClose:hover {
			color:#FFF;
        }
        #cboxClose i {
			color: #FFFFFF;
			display: block;
			float: right;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 21px;
			font-style: normal;
			font-weight: normal;
			line-height: 20px;
			margin-left: 5px;
			position: absolute;
			right: 6px;
			top: 5px;
        }
        #cboxClose:hover{background-position:bottom center;}

 /* channels.css */
/* Logo  */
.channel-lr0 #main-header #site-logo a { background-image:url('/public/assets/design/channels/0/lr_logo.png'); }
.channel-lr1 #main-header #site-logo a { background-image:url('/public/assets/design/channels/1/lr1_logo.png'); }
.channel-lr2 #main-header #site-logo a { background-image:url('/public/assets/design/channels/2/lr_logo.png'); }
.channel-lr3 #main-header #site-logo a { background-image:url('/public/assets/design/channels/3/lr3_logo.png'); }
.channel-lr4 #main-header #site-logo a { background-image:url('/public/assets/design/channels/4/lr4_logo.png'); }
.channel-lr5 #main-header #site-logo a { background-image:url('/public/assets/design/channels/5/lr5_logo.png'); }
.channel-lr6 #main-header #site-logo a { background-image:url('/public/assets/design/channels/6/lr6_logo.png'); }
.channel-lr9 #main-header #site-logo a { background-image:url('/public/assets/design/channels/9/lr9_logo.png'); }

.player.player--color-lr5 .player__channels nav a.active { color:#9363f9; }

.channel-lr1 ul.links span { color:#E1202D; }
.channel-lr2 ul.links span { color:#ffcc00; }
.channel-lr3 ul.links span { color:#C49021; }
.channel-lr4 ul.links span { color:#307fe2; }
.channel-lr5 ul.links span { color:#9363f9; }
.channel-lr6 ul.links span { color:#ee3a43; }
.channel-lr9 ul.links span { color:#7ab010; }

.channel-lr1 .news-thumb .large-caption h2  { background-color:#E1202D;}
.channel-lr2 .news-thumb .large-caption h2  { background-color:#ffcc00;}
.channel-lr3 .news-thumb .large-caption h2  { background-color:#C49021;}
.channel-lr4 .news-thumb .large-caption h2  { background-color:#307fe2;}
.channel-lr5 .news-thumb .large-caption h2  { background-color:#9363f9;}
.channel-lr6 .news-thumb .large-caption h2  { background-color:#ee3a43;}
.channel-lr9 .news-thumb .large-caption h2  { background-color:#7ab010;}

.channel-lr1 ul.hosts li .tip { background-color:#E1202D;}
.channel-lr2 ul.hosts li .tip { background-color:#ffcc00;}
.channel-lr3 ul.hosts li .tip { background-color:#C49021;}
.channel-lr4 ul.hosts li .tip { background-color:#307fe2;}
.channel-lr5 ul.hosts li .tip { background-color:#9363f9;}
.channel-lr6 ul.hosts li .tip { background-color:#ee3a43;}
.channel-lr9 ul.hosts li .tip { background-color:#7ab010;}

.person:hover .data.channel-lr7 { background-color:#E1202D;}
.person:hover .data.channel-lr1 { background-color:#E1202D;}
.person:hover .data.channel-lr2 { background-color:#ffcc00;}
.person:hover .data.channel-lr3 { background-color:#C49021;}
.person:hover .data.channel-lr4 { background-color:#307fe2;}
.person:hover .data.channel-lr5 { background-color:#9363f9;}
.person:hover .data.channel-lr6 { background-color:#ee3a43;}
.person:hover .data.channel-lr9 { background-color:#7ab010;}

/*
.channel-lr0 #main-header #main-nav table td a.active { color: #E1202D; }
.channel-lr1 #main-header #main-nav table td a.active { color: #E1202D; }
.channel-lr2 #main-header #main-nav table td a.active { color: #C49021; }
.channel-lr3 #main-header #main-nav table td a.active { color: #C49021; }
.channel-lr4 #main-header #main-nav table td a.active { color: #307fe2; }
.channel-lr6 #main-header #main-nav table td a.active { color: #ee3a43; }
*/

.pieci-mainnav > tbody > tr > td .m > a.active { color: #9363f9; }

@media all and (min-width:0px) and (max-width:960px) {
	.channel-lr0 #main-header #site-logo a { background-image:url('/public/assets/design/channels/0/lr_logo_retina.png'); }
	.channel-lr1 #main-header #site-logo a { background-image:url('/public/assets/design/channels/1/lr1_logo_retina.png'); }
	.channel-lr2 #main-header #site-logo a { background-image:url('/public/assets/design/channels/2/lr2_logo_retina.png'); }
	.channel-lr3 #main-header #site-logo a { background-image:url('/public/assets/design/channels/3/lr3_logo_retina.png'); }
	.channel-lr4 #main-header #site-logo a { background-image:url('/public/assets/design/channels/4/lr4_logo_retina.png'); }
	.channel-lr5 #main-header #site-logo a { background-image:url('/public/assets/design/channels/5/lr5_logo_retina.png'); }
	.channel-lr6 #main-header #site-logo a { background-image:url('/public/assets/design/channels/6/lr6_logo_retina.png'); }
	.channel-lr9 #main-header #site-logo a { background-image:url('/public/assets/design/channels/9/lr9_logo_retina.png'); }
}

.channel-lr1 .schedule .badge, .channel-lr1 .vote-result .progress .bar { background-color:#E1202D; }
.channel-lr2 .schedule .badge, .channel-lr2 .vote-result .progress .bar { background-color:#ffcc00; }
.channel-lr3 .schedule .badge, .channel-lr3 .vote-result .progress .bar  { background-color:#C49021; }
.channel-lr4 .schedule .badge, .channel-lr4 .vote-result .progress .bar  { background-color:#307fe2; }
.channel-lr5 .schedule .badge, .channel-lr5 .vote-result .progress .bar  { background-color:#9363f9; }
.channel-lr6 .schedule .badge, .channel-lr6 .vote-result .progress .bar  { background-color:#ee3a43; }
.channel-lr9 .schedule .badge, .channel-lr9 .vote-result .progress .bar  { background-color:#7ab010; }

/* Links */
.channel-lr1 a {
	color:#E1202D;
}

.channel-lr2 a {
	color:#C49021;
}

.channel-lr3 a {
	color:#C49021;
}

.channel-lr4 a {
	color:#307fe2;
}

.channel-lr5 a {
	color:#9363f9;
}

.channel-lr6 a {
	color:#ee3a43;
}

.channel-lr9 a {
	color:#7ab010;
}

/* Guide */
.channel-lr0 .programm-list .programm-list__channels .programm-list__buttons a.active,
.channel-lr1 .programm-list .programm-list__channels .programm-list__buttons a.active {
	background:#E1202D;
}

.channel-lr2 .programm-list .programm-list__channels .programm-list__buttons a.active {
	background:#ffcc00;
}

.channel-lr3 .programm-list .programm-list__channels .programm-list__buttons a.active {
	background:#C49021;
}

.channel-lr4 .programm-list .programm-list__channels .programm-list__buttons a.active {
	background:#307fe2;
}

.channel-lr5 .programm-list .programm-list__channels .programm-list__buttons a.active {
	background:#9363f9;
}

.channel-lr6 .programm-list .programm-list__channels .programm-list__buttons a.active {
	background:#ee3a43;
}

.channel-lr9 .programm-list .programm-list__channels .programm-list__buttons a.active {
	background:#7ab010;
}



.channel-lr0 .programm-list .programm-list__days .programm-list__buttons a.active,
.channel-lr1 .programm-list .programm-list__days .programm-list__buttons a.active {
	background:#E1202D;
} 

.channel-lr2 .programm-list .programm-list__days .programm-list__buttons a.active {
	background:#ffcc00;
}

.channel-lr3 .programm-list .programm-list__days .programm-list__buttons a.active {
	background:#C49021;  
}

.channel-lr4 .programm-list .programm-list__days .programm-list__buttons a.active {
	background:#307fe2;
} 

.channel-lr5 .programm-list .programm-list__days .programm-list__buttons a.active {
	background:#9363f9;
}

.channel-lr6 .programm-list .programm-list__days .programm-list__buttons a.active {
	background:#ee3a43;
}

.channel-lr9 .programm-list .programm-list__days .programm-list__buttons a.active {
	background:#7ab010;
}


.channel-lr0 .programm-list .programm-list__channels,
.channel-lr1 .programm-list .programm-list__channels {
	border-right-color:#E1202D;
}

.channel-lr2 .programm-list .programm-list__channels {
	border-right-color:#ffcc00;
}

.channel-lr3 .programm-list .programm-list__channels {
	border-right-color:#C49021;
}

.channel-lr4 .programm-list .programm-list__channels {
	border-right-color:#307fe2;
}

.channel-lr5 .programm-list .programm-list__channels {
	border-right-color:#9363f9;
}

.channel-lr6 .programm-list .programm-list__channels {
	border-right-color:#ee3a43;
}

.channel-lr9 .programm-list .programm-list__channels {
	border-right-color:#7ab010;
}

/* Footer logo */
#footer-logo { background-image:url('/public/assets/design/channels/0/lr_footer.png'); }
.channel-lr1 #footer-logo { background-image:url('/public/assets/design/channels/1/lr1_footer.png'); }
.channel-lr2 #footer-logo { background-image:url('/public/assets/design/channels/2/lr2_footer.png'); }
.channel-lr3 #footer-logo { background-image:url('/public/assets/design/channels/3/lr3_footer.png'); }
.channel-lr4 #footer-logo { background-image:url('/public/assets/design/channels/4/lr4_footer.png'); }
.channel-lr5 #footer-logo { background-image:url('/public/assets/design/channels/5/lr5_footer.png'); }
.channel-lr6 #footer-logo { background-image:url('/public/assets/design/channels/6/lr6_footer.png'); }
.channel-lr9 #footer-logo { background-image:url('/public/assets/design/channels/9/lr9_footer.png'); }

@media all and (min-width:0px) and (max-width:960px) {
	#footer-logo { background-image:url('/public/assets/design/channels/0/lr_retina_footer.png'); }
	.channel-lr1 #footer-logo { background-image:url('/public/assets/design/channels/1/lr1_retina_footer.png'); }
	.channel-lr2 #footer-logo { background-image:url('/public/assets/design/channels/2/lr2_retina_footer.png'); }
	.channel-lr3 #footer-logo { background-image:url('/public/assets/design/channels/3/lr3_retina_footer.png'); }
	.channel-lr4 #footer-logo { background-image:url('/public/assets/design/channels/4/lr4_retina_footer.png'); }
	.channel-lr5 #footer-logo { background-image:url('/public/assets/design/channels/5/lr5_retina_footer.png'); }
	.channel-lr6 #footer-logo { background-image:url('/public/assets/design/channels/6/lr6_retina_footer.png'); }
	.channel-lr9 #footer-logo { background-image:url('/public/assets/design/channels/9/lr9_retina_footer.png'); }
}

/* Header */
.channel-lr1 #main-header .top-header-nav #channel-select table td.active a,
.channel-lr1 .header-brdr {
	background-color:#E1202D;
}

.channel-lr1 #unitedHeader {
	border-bottom-color:#E1202D;
}


.channel-lr2 #main-header .top-header-nav #channel-select table td.active a,
.channel-lr2 .header-brdr {
	background-color:#F5BC2A;
}

.channel-lr2 #unitedHeader {
	border-bottom-color:#F5BC2A;
}


.channel-lr3 #main-header .top-header-nav #channel-select table td.active a,
.channel-lr3 .header-brdr {
	background-color:#C49021;
}

.channel-lr3 #unitedHeader {
	border-bottom-color:#C49021;
}


.channel-lr4 #main-header .top-header-nav #channel-select table td.active a,
.channel-lr4 .header-brdr {
	background-color:#307fe2;
}

.channel-lr4 #unitedHeader {
	border-bottom-color:#307fe2;
}


.channel-lr5 #main-header .top-header-nav #channel-select table td.active a,
.channel-lr5 .header-brdr {
	background-color:#9363f9;
}

.channel-lr5 #unitedHeader {
	border-bottom-color:#9363f9;
}

.channel-lr6 #unitedHeader {
	border-bottom-color:#ee3a43;
}

.channel-lr9 #unitedHeader {
	border-bottom-color:#7ab010;
}

/* Thumbnail border */
.news-thumb.channel-lr1.img-border img {
	border-bottom-color:#E1202D;
}

.news-thumb.channel-lr2.img-border img {
	border-bottom-color:#ffcc00;
}

.news-thumb.channel-lr3.img-border img {
	border-bottom-color:#C49021;
}

.news-thumb.channel-lr4.img-border img {
	border-bottom-color:#307fe2;
}

.news-thumb.channel-lr5.img-border img {
	border-bottom-color:#9363f9;
}

.news-thumb.channel-lr6.img-border img {
	border-bottom-color:#ee3a43;
}

.news-thumb.channel-lr9.img-border img {
	border-bottom-color:#7ab010;
}

/* Channel head */
a.channel-head.channel-lr1 span {
	background-image:url('/public/assets/design/channels/1/col_ch1.png');
}

a.channel-head.channel-lr2 span {
	background-image:url('/public/assets/design/channels/2/col_ch2.png');
}

a.channel-head.channel-lr3 span {
	background-image:url('/public/assets/design/channels/3/col_ch3_white.png');
}

a.channel-head.channel-lr4 span {
	background-image:url('/public/assets/design/channels/4/col_ch4.png');
}

a.channel-head.channel-lr5 span {
	background-image:url('/public/assets/design/channels/5/col_ch5.png');
}

a.channel-head.channel-lr6 span {
	background-image:url('/public/assets/design/channels/6/col_ch6.png');
}

a.channel-head.channel-lr9 span {
	background-image:url('/public/assets/design/channels/9/col_ch9.png');
}

/* Text color */
.channel-lr1 .poll .items a:hover span,
.channel-tx.channel-lr1 {
	color:#E1202D;
}

.channel-lr2 .poll .items a:hover span,
.channel-tx.channel-lr2 {
	color:#ffcc00;
}

.channel-lr3 .poll .items a:hover span,
.channel-tx.channel-lr3 {
	color:#C49021;
}

.channel-lr4 .poll .items a:hover span,
.channel-tx.channel-lr4 {
	color:#307fe2;
}

.channel-lr5 .poll .items a:hover span,
.channel-tx.channel-lr5 {
	color:#9363f9;
}

.channel-lr6 .poll .items a:hover span,
.channel-tx.channel-lr6 {
	color:#ee3a43;
}

.channel-lr9 .poll .items a:hover span,
.channel-tx.channel-lr9 {
	color:#7ab010;
}

/* Story list */
.channel-lr1 .smplay {
	background-image:url('/public/assets/design/channels/1/play_lr1_sm.png');
}

.channel-lr2 .smplay {
	background-image:url('/public/assets/design/channels/2/play_lr2_sm.png');
}

.channel-lr3 .smplay {
	background-image:url('/public/assets/design/channels/3/play_lr3_sm.png');
}

.channel-lr4 .smplay {
	background-image:url('/public/assets/design/channels/4/play_lr4_sm.png');
}

.channel-lr5 .smplay {
	background-image:url('/public/assets/design/channels/5/play_naba_sm.png');
}

.channel-lr6 .smplay {
	background-image:url('/public/assets/design/channels/6/play_naba_sm.png');
}

.channel-lr9 .smplay {
	background-image:url('/public/assets/design/channels/9/play_lr9_sm.png');
}


/* Buttons */
.channel-lr1 .btn-actual {
	background:#E1202D;
	color:#FFF;
}

.channel-lr2 .btn-actual {
	background:#ffcc00;
	color:#FFF;
}

.channel-lr3 .btn-actual {
	background:#C49021;
	color:#FFF;
}

.channel-lr4 .btn-actual {
	background:#307fe2;
	color:#FFF;
}

.channel-lr5 .btn-actual {
	background:#9363f9;
	color:#FFF;
}

.channel-lr6 .btn-actual {
	background:#ee3a43;
	color:#FFF;
}

.channel-lr9 .btn-actual {
	background:#7ab010;
	color:#FFF;
}

/* Player */
.volume,
.channel-lr1 .volume { background-image:url('/public/assets/design/channels/1/volume_w1.png'); }
.channel-lr2 .volume { background-image:url('/public/assets/design/channels/2/volume_w2.png'); }
.channel-lr3 .volume { background-image:url('/public/assets/design/channels/3/volume_w3.png'); }
.channel-lr4 .volume { background-image:url('/public/assets/design/channels/4/volume_w4.png'); }
.channel-lr5 .volume { background-image:url('/public/assets/design/channels/5/volume_w5.png'); }
.channel-lr6 .volume { background-image:url('/public/assets/design/channels/6/volume_w6.png'); }
.channel-lr9 .volume { background-image:url('/public/assets/design/channels/9/volume_w9.png'); }

.play,
.channel-lr1 .play { background-image:url('/public/assets/design/channels/1/play_lr1_l.png'); }
.channel-lr2 .play { background-image:url('/public/assets/design/channels/2/play_lr2_l.png'); }
.channel-lr3 .play { background-image:url('/public/assets/design/channels/3/play_lr3_l.png'); }
.channel-lr4 .play { background-image:url('/public/assets/design/channels/4/play_lr4_l.png'); }
.channel-lr5 .play { background-image:url('/public/assets/design/channels/5/play_lr5_l.png'); }
.channel-lr6 .play { background-image:url('/public/assets/design/channels/6/play_lr6_l.png'); }
.channel-lr9 .play { background-image:url('/public/assets/design/channels/9/play_lr9_l.png'); }

.channel-lr1 .player-compact .play { background-image:url("/public/assets/design/channels/1/play_lr1_m.png"); }
.channel-lr2 .player-compact .play { background-image:url("/public/assets/design/channels/2/play_lr2_m.png"); }
.channel-lr3 .player-compact .play { background-image:url("/public/assets/design/channels/3/play_lr3_m.png"); }
.channel-lr4 .player-compact .play { background-image:url("/public/assets/design/channels/4/play_lr4_m.png"); }
.channel-lr5 .player-compact .play { background-image:url("/public/assets/design/channels/5/play_lr5_m.png"); }
.channel-lr6 .player-compact .play { background-image:url("/public/assets/design/channels/6/play_lr6_m.png"); }
.channel-lr9 .player-compact .play { background-image:url("/public/assets/design/channels/9/play_lr9_m.png"); }


.progress span,
.channel-lr1 .progress span {
    background: #e1222e; /* Old browsers */
    background: -moz-linear-gradient(top, #e1222e 0%, #e1222e 50%, #c61f22 50%, #e1222e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1222e), color-stop(50%, #e1222e), color-stop(50%, #c61f22), color-stop(100%, #e1222e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1222e 0%, #e1222e 50%, #c61f22 50%, #e1222e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1222e 0%, #e1222e 50%, #c61f22 50%, #e1222e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1222e 0%, #e1222e 50%, #c61f22 50%, #e1222e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e1222e 0%, #e1222e 50%, #c61f22 50%, #e1222e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1222e', endColorstr='#e1222e', GradientType=0); /* IE6-9 */
}

.channel-lr2 .progress span {
    background: #f5bc2a; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5bc2a 0%, #f4b413 50%, #f5bc2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5bc2a), color-stop(50%,#f4b413), color-stop(100%,#f5bc2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5bc2a 0%,#f4b413 50%,#f5bc2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5bc2a 0%,#f4b413 50%,#f5bc2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5bc2a 0%,#f4b413 50%,#f5bc2a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5bc2a 0%,#f4b413 50%,#f5bc2a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bc2a', endColorstr='#f5bc2a',GradientType=0 ); /* IE6-9 */
}

.channel-lr3 .progress span {
    background: #c49021; /* Old browsers */
    background: -moz-linear-gradient(top,  #c49021 0%, #f4b413 50%, #c49021 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c49021), color-stop(50%,#f4b413), color-stop(100%,#c49021)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c49021 0%,#f4b413 50%,#c49021 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c49021 0%,#f4b413 50%,#c49021 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c49021 0%,#f4b413 50%,#c49021 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c49021 0%,#f4b413 50%,#c49021 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c49021', endColorstr='#c49021',GradientType=0 ); /* IE6-9 */
}

.channel-lr4 .progress span {
    background: #4581c0; /* Old browsers */
    background: -moz-linear-gradient(top,  #4581c0 0%, #3178bf 50%, #4581c0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4581c0), color-stop(50%,#3178bf), color-stop(100%,#4581c0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4581c0 0%,#3178bf 50%,#4581c0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4581c0 0%,#3178bf 50%,#4581c0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4581c0 0%,#3178bf 50%,#4581c0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4581c0 0%,#3178bf 50%,#4581c0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4581c0', endColorstr='#4581c0',GradientType=0 ); /* IE6-9 */
}

.channel-lr5 .progress span {
    background: #9eedcc; /* Old browsers */
	background: -moz-linear-gradient(top,  #9eedcc 0%, #9363f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eedcc), color-stop(100%,#9363f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9eedcc 0%,#9363f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9eedcc 0%,#9363f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9eedcc 0%,#9363f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9eedcc 0%,#9363f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9eedcc', endColorstr='#9363f9',GradientType=0 ); /* IE6-9 */
}

.channel-lr6 .progress span {
    background: rgb(251,132,138); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,132,138,1) 0%, rgba(238,58,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,132,138,1)), color-stop(100%,rgba(238,58,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,132,138,1) 0%,rgba(238,58,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,132,138,1) 0%,rgba(238,58,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,132,138,1) 0%,rgba(238,58,67,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,132,138,1) 0%,rgba(238,58,67,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb848a', endColorstr='#ee3a43',GradientType=0 ); /* IE6-9 */
}

.channel-lr9 .progress span {
    background: rgb(122,176,16); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(202,215,177,1) 0%, rgba(122,176,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,215,177,1)), color-stop(100%,rgba(122,176,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(202,215,177,1) 0%,rgba(122,176,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(202,215,177,1) 0%,rgba(122,176,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(202,215,177,1) 0%,rgba(122,176,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(202,215,177,1) 0%,rgba(122,176,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab010', endColorstr='#cad7b1',GradientType=0 ); /* IE6-9 */
}

/* Badge */
.archive-calendar table td a.active:hover,
span.badge {background: #e1222e;}

.channel-lr2 .archive-calendar table td a.active:hover,
.channel-lr2 span.badge {background: #ffcc00;}

.channel-lr3 .archive-calendar table td a.active:hover,
.channel-lr3 span.badge {background: #c49021;}

.channel-lr4 .archive-calendar table td a.active:hover,
.channel-lr4 span.badge {background: #307fe2;}

.channel-lr5 .archive-calendar table td a.active:hover,
.channel-lr5 span.badge {background: #9363f9;}

.channel-lr6 .archive-calendar table td a.active:hover,
.channel-lr6 span.badge {background: #ee3a43;}

.channel-lr9 .archive-calendar table td a.active:hover,
.channel-lr9 span.badge {background: #7ab010;}





.player.player--color-default .player__progress span.bar,
.player.player--color-lr1 .player__progress span.bar {
	background-color:#e1222e;
}

.player.player--color-lr2 .player__progress span.bar {
	background-color:#f5bc2a;
}

.player.player--color-lr3 .player__progress span.bar {
	background-color:#c49021;
}

.player.player--color-lr4 .player__progress span.bar {
	background-color:#307fe2;
}

.player.player--color-lr5 .player__progress span.bar {
	background-color:#9363f9;
}

.player.player--color-lr6 .player__progress span.bar {
	background-color:#ee3a43;
}

.player.player--color-lr9 .player__progress span.bar {
	background-color:#7ab010;
}


.channel-lr0 .nav-pills.nav-pills-bordered > li > a,
.channel-lr1 .nav-pills.nav-pills-bordered > li > a {
	border-color:#e1222e;
	color:#e1222e;
}

.channel-lr2 .nav-pills.nav-pills-bordered > li > a {
	border-color:#ffcc00;
	color:#ffcc00;
}

.channel-lr3 .nav-pills.nav-pills-bordered > li > a {
	border-color:#c49021;
	color:#c49021;
}

.channel-lr4 .nav-pills.nav-pills-bordered > li > a {
	border-color:#307fe2;
	color:#307fe2;
}

.channel-lr5 .nav-pills.nav-pills-bordered > li > a {
	border-color:#9363f9;
	color:#9363f9;
}

.channel-lr6 .nav-pills.nav-pills-bordered > li > a {
	border-color:#ee3a43;
	color:#ee3a43;
}

.channel-lr9 .nav-pills.nav-pills-bordered > li > a {
	border-color:#7ab010;
	color:#7ab010;
}


.channel-lr5 .pieci-mainnav > tbody > tr > td.pieci-mainnav__social a:hover {
	color:#9363f9;
}

/* Large player 
.audio-player.player--channel1 .audio-player__options ul > li a:hover,
.audio-player.player--channel1 .audio-player__playpause > i {
	color:#E1202D;
}

.audio-player.player--channel2 .audio-player__options ul > li a:hover,
.audio-player.player--channel2 .audio-player__playpause > i {
	color:#f5bc2a;
}

.audio-player.player--channel3 .audio-player__options ul > li a:hover,
.audio-player.player--channel3 .audio-player__playpause > i {
	color:#c49021;
}

.audio-player.player--channel4 .audio-player__options ul > li a:hover,
.audio-player.player--channel4 .audio-player__playpause > i {
	color:#307fe2;
}

.audio-player.player--channel5 .audio-player__options ul > li a:hover,
.audio-player.player--channel5 .audio-player__playpause > i {
	color:#9363f9;
}

.audio-player.player--channel6 .audio-player__options ul > li a:hover,
.audio-player.player--channel6 .audio-player__playpause > i {
	color:#ee3a43;
}



.audio-player.player--channel1 .audio-player__volume .audio-player__volumebar span,
.audio-player.player--channel1 .audio-player__progress .audio-player__progress-bar {
	background:#E1202D;
}

.audio-player.player--channel2 .audio-player__volume .audio-player__volumebar span,
.audio-player.player--channel2 .audio-player__progress .audio-player__progress-bar {
	background:#f5bc2a;
}

.audio-player.player--channel3 .audio-player__volume .audio-player__volumebar span,
.audio-player.player--channel3 .audio-player__progress .audio-player__progress-bar {
	background:#c49021;
}

.audio-player.player--channel4 .audio-player__volume .audio-player__volumebar span,
.audio-player.player--channel4 .audio-player__progress .audio-player__progress-bar {
	background:#307fe2;
}

.audio-player.player--channel5 .audio-player__volume .audio-player__volumebar span,
.audio-player.player--channel5 .audio-player__progress .audio-player__progress-bar {
	background:#9363f9;
}

.audio-player.player--channel6 .audio-player__volume .audio-player__volumebar span,
.audio-player.player--channel6 .audio-player__progress .audio-player__progress-bar {
	background:#ee3a43;
}



.audio-player.player--channel1 .audio-player__progress .audio-player__progress-knob {
	border-color:#E1202D;
}

.audio-player.player--channel2 .audio-player__progress .audio-player__progress-knob {
	border-color:#f5bc2a;
}

.audio-player.player--channel3 .audio-player__progress .audio-player__progress-knob {
	border-color:#c49021;
}

.audio-player.player--channel4 .audio-player__progress .audio-player__progress-knob {
	border-color:#307fe2;
}

.audio-player.player--channel5 .audio-player__progress .audio-player__progress-knob {
	border-color:#9363f9;
}

.audio-player.player--channel6 .audio-player__progress .audio-player__progress-knob {
	border-color:#ee3a43;
}*/
 /* extra.css */
.fb-like-box {
	width:100%;
	margin: 20px 0;
}
.tdPad table {
    width: 100%;
	margin: 20px 0 40px;
}
.tdPad td {
	padding:5px;
}
.tdPad tr:hover {
    background-color:#666;
    cursor:pointer;
    color:white;
}

 /* special_newsblock.css */

 /* horoscopes.css */
.zodiac-item {
	position:relative;
}

.zodiac-item i {
	color: #FFFFFF;
	font-size: 60px;
	height: auto;
	left: 50%;
	margin: -30px 0 0 -30px;
	position: absolute;
	top: 50%;
	width: auto;
}

.zodiac-item div.horc {
	display:block;
	width: 100%;
}

.zodiac-item span {
	background: none repeat scroll 0 0 #F2B943;
	border-radius: 100%;
	display: block;
	padding-bottom: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

.zodiac-item .hor-hover {
	font-size:0.875em;
	width:190px;
	position:absolute;
	bottom:100%;
	left:50%;
	margin-left:-95px;
	display:none;
	z-index:100;
}

.zodiac-item .zodiac-title {
	text-align:center;
}

.state-sm .zodiac-item {
	padding-bottom:1em;
}

.state-xs .zodiac-item .zodiac-title {
	display:none;
}

.zodiac-item:hover span {
	background:#FFF;
}

.zodiac-item:hover span i {
	color:#f2b943;
}

.zodiac-item:hover .hor-hover {
	display:block;
}

.zodiac-item .hor-hover-box {
	border:solid 3px #f2b943;
	padding:15px 20px;
	margin-top:-30px;
	background:#FFF;
	position:relative;
	top:-25px;
}

.zodiac-item .arrow-bottom {
	background: url("/public/assets/design/arrow_bottom.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 15px;
	left: 50%;
	margin-left: -14px;
	position: absolute;
	top: 100%;
	width: 28px;
}

.state-xs .zodiac-item {
	overflow:hidden;	
}

.state-xs .zodiac-item .horc {
	display: table-cell;
	float: none;
	height: 85px;
	vertical-align: middle;
	width: 85px;
}

.state-xs .zodiac-item .horc span {
	display: block;
	height: 85px;
	padding: 10px 0 0;
	width: 85px;
}

.state-xs .zodiac-item .hor-hover {
	bottom: auto;
	display: table-cell;
	left: auto;
	padding-left: 16px;
	position: static;
	text-align: left;
	vertical-align: top;
	width: auto;
}

.state-xs .zodiac-item .hor-hover-box {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #444;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	top: 0;
	font-size:12px;
}

.state-xs .zodiac-item .arrow-bottom {
	display:none;
}
 /* polls.css */
.vote-result {
	margin-bottom:10px;
}

.vote-result .progress {
	margin-top:5px;
}

.vote-result .progress,
.vote-result .progress .bar {
	display:block;
	height:9px;
}

.vote-result .progress .bar {
	background:#a8182f;	
}


.poll {
    border-radius: 2px;
    padding: 20px;
    color: white;
    background:url('/public/assets/design/bg5.jpg');
}

.poll .question {
    font-size: 1.4em;
    line-height:1.2em;
    margin-bottom:1em;
}

.poll .question p {
	margin:0;
}

.poll .items a {
    color:#FFF;
}


.poll .items a span input {
	left: -100px;
	position: absolute;
	top: -100px;
}

.poll .items a:hover span,
.poll .items a.active span {
    color: #e42128;
    background: #e5e6e6;
    background: rgba(255, 255, 255, 0.95);
}

.poll .vote-result .progress,
.poll .vote-result .progress .bar {
	display:block;
}

.poll .vote-result {
	margin-bottom:10px;
}


.poll .question-list .question-item {
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:1em;
}

.poll .question-list .question-item:last-child {
	margin:0;
}

.poll .question-list .question-checkbox {
	display: table-cell;
	padding-top: 6px;
	vertical-align: top;
	width: 50px;
}

.poll .question-list .question-title {
	display: table-cell;
	width:auto;
	vertical-align: middle;
}

.poll .question-list .question-checkbox span {
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #444444;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    text-align: center;
    line-height: 40px;
    overflow:hidden;
}

.poll .question-list .question-item:hover .question-checkbox span {
	
}

.poll.compact {
	padding:0;
	background:none;
}

.poll.compact .question-list .question-item {
	margin-bottom:0;
}

.poll.compact .question-list .question-checkbox span {
	font-size:12px;
	width:26px;
	height:26px;
	line-height:25px;
}

.poll.compact .question-list .question-checkbox {
	width:37px;
}
 /* theme_dark.css */

 /* authors.css */

 /* guide.css */

 /* fullguide.css */

 /* article_view.css */

 /* spotlight.css */

 /* show.css */

 /* show_item.css */

 /* interviews.css */

 /* channel.css */

 /* submenu.css */

 /* popular_news.css */

 /* live_player.css */

 /* player.css */

 /* newslist.css */

 /* newsblocklarge.css */

 /* poll.css */

 /* interviews_large.css */

 /* rss.css */

 /* galleries.css */

 /* firstpage.css */

 /* single_dark.css */

 /* columns84.css */

 /* single_white.css */

 /* dark_empty.css */

 /* single_2_lines.css */

 /* show_profile_efault.css */

 /* showarticles.css */

 /* other.css */

 /* divas_slejas_ar_kreiso_sanu_tumsha.css */

 /* articlelist.css */

 /* single_4_column.css */

 /* 3_vietas.css */

 /* 2_vietas.css */

 /* lsm_rss.css */

 /* arhiivs.css */

 /* searcher.css */

 /* 3_1.css */

 /* showgal.css */

 /* othergalleries.css */

 /* singlegallery.css */

 /* feedback.css */

 /* horoscope_wide.css */

 /* single_col_dark_bot.css */

 /* owl.carousel.css */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

 /* article_layout.css */

 /* 1_4.css */

 /* grey_box.css */

 /* tops.css */

 /* 4_slejas.css */

 /* indexpage.css */

 /* mb.css */

 /* muzikala_banka.css */

 /* muzikala_banka_2.css */

 /* vote_mb.css */

 /* mb_guest_in_studio.css */
.mb-guest-in-studio .guest {
	text-transform: uppercase;
	color: #ffe404;
	font-weight: bold;
	margin-bottom: 0;
}
.mb-guest-in-studio img {
	width: 130px;
	height: 130px;
	margin-bottom: 10px;
}
.mb-guest-in-studio .date {
	color: #a32b8d;
}
 /* audio.css */
.player {
	font-size:0;
	line-height:0;
	background:#000;
	position:relative;
}

.player .player__content {
	position:relative;
	background:#000;
}

.player.player--ar-1x1 .player__content {
	padding-bottom:100%;
}

.player.player--ar-16x9 .player__content {
	padding-bottom:56.25%;
}

.player.player--ar-4x3 .player__content {
	padding-bottom:75%;
}

.player.size-compact player__control-controls {
	padding-left:0;
}

.player .player__artist {
	position: absolute;
    top: 57px;
    left: 15px;
    z-index: 1;
	text-shadow:1px 1px 1px #000;
}

.player .player__artist .player__artist__name {
	font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
    color: #FFF;

}

.player .player__artist .player__artist__song {
	font-size: 12px;
    line-height: 1;
	color:rgba(255,255,255,0.7);
}

.player .player__channels {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.player .player__channels nav {
	display: table;
    table-layout: fixed;
    width: 100%;
	border-collapse:collapse;
}

.player .player__channels nav a {
	display: table-cell;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    border: solid 1px #222;
	background:rgba(0,0,0,0.65);
	border-top:none;
}

.player .player__channels nav a:first-child {
	border-left:none;
}

.player .player__channels nav a:last-child {
	border-right:none;
}

.player.size-small .player__channels nav a {
	font-size:11px;
}

.player.size-compact .player__captions,
.player.size-compact .player__content figure,
.player.size-compact .player__content .player__overlay,
.player.size-compact .player__control-logo {
	display:none;
}

.player.size-compact  .player__controls {
	position:static;
	padding-left:5px;
	padding-right:5px;
}

.player.size-compact .player__controls-content > div {
	padding:5px 0;
}

.player.size-compact .player__buttons ul li.player__volume {
	padding-right:0;
}

.player.size-compact .player__content {
	background:none;
}

.player .player__volumeslide {
	float: left;
	height: 16px;
	margin-left:7px;
	width: 39px;
	display:table;
	table-layout:fixed;
	cursor:pointer;
}

.player .player__volumeslide .player__volumebar {
	display:table-cell;
	font-size:0;
	line-height:0;
}

.player.muted .player_icon_low,
.player.muted .player_icon_high {
	display:none;
}

.player.unmuted .player_icon_mute {
	display:none;
}

.player.volume-high .player_icon_low {
	display:none;
}

.player.volume-low .player_icon_high {
	display:none;
}

.player .player__content figure {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.player .player__showdescr p {
	line-height: 1.4;
	margin: 0;
	font-size: 15px;
}

.player .player__showdescr p.live-subtitle {
	margin-bottom: 15px;
	opacity: 0.7;
}

.player .player__showdescr p span {
	font-size: 16px;
	vertical-align: middle;
	display: block;
	float: left;
	width: 25px;
	position: relative;
	top: 2px;
}

.player .player__showdescr,
.player .player__showdescr a {
	color:#FFF !important;
}

.player .player__content .player__captions {
	display: block;
	position: absolute;
	z-index: 4;
	font-size: 12px;
	line-height: 1.1;
	bottom:100%;
	padding:0 10px 15px 10px;
	opacity:0;
	-webkit-transition: opacity 220ms ease-in;
-moz-transition: opacity 220ms ease-in;
-ms-transition: opacity 220ms ease-in;
-o-transition: opacity 220ms ease-in;
transition: opacity 220ms ease-in;
text-shadow:1px 1px 1px #000;
}

.player .player__showtitle {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom:5px;
}

.player .player__showtitle .badge {
	margin-left: 10px;
	position: relative;
	top: -3px;
}

.player .player__copyright {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	left: 0;
	line-height: 1;
	padding: 4px 10px;
	position: absolute;
	top: 0;
}

.player .player__content .player__overlay {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 3;
	height: 65%;
	bottom:0%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.player .player__controls {
	font-size:12px;
	line-height:1.2;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#FFF;
	z-index:5;
	padding:0 10px;
	opacity:0;
	-webkit-transition: opacity 120ms ease-in;
-moz-transition: opacity 120ms ease-in;
-ms-transition: opacity 120ms ease-in;
-o-transition: opacity 120ms ease-in;
transition: opacity 120ms ease-in;
}

.player.ready .player__controls {
	opacity:1;
}

.player .player__controls-content {
	display:table;
	width:100%;
	border-collapse:collapse;
}

.player .player__controls-content > div {
	display:table-cell;
	vertical-align:top;
	padding:10px 0;
}

.player .player__control-logo {
	width:82px;
	font-size:0;
	line-height:0;
}

.player div.player__control-controls {
	padding-left:10px;
	visibility:hidden;
}

.player.initialized div.player__control-controls {
	visibility:visible;
}

.player .player__control-logo img {
	display:block;
	width:100%;
}

.player .player__progress {
	position:relative;
}

.player .player__progress,
.player .player__progress .player_progressbar,
.player .player__progress span.newtime,
.player .player__progress span.bar,
.player .player__progress span.cursor {
	display:block;
	height:11px;
	cursor:pointer;
}

.player .player__progress span.bar {
	position:absolute;
	left:0;
	top:0;
}

.player .player__progress .player_progressbar {
	position:relative;
}

.player .player__progress span.newtime {
	position:absolute;
	width:1px;
	top:0;
	display:none;
}

.player.player--source-live .player__progress span.newtime,
.player.idle .player__progress span.newtime,
.player.progressdrag .player__progress span.newtime {
	display:none !important;
}

.player .player__progress:hover span.newtime {
	display:block;
}

.player .player__progress span.newtime em {
	bottom: 100%;
	display: block;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 4px;
	padding: 3px 4px;
	position: absolute;
	width: auto;
}

.player .player__progress span.bar {
	z-index:1;
}

.player .player__progress span.newtime {
	z-index:2;
}

.player .player__progress span.cursor {
	margin-left: -5px;
	position: absolute;
	top: 0;
	width: 10px;
	z-index:8;
}


.player.player--source-live .player__progress span.cursor {
	display:none !important;
}

.player.ready.player--source-live .player__controls {
	/*opacity:1 !important;*/
}

.player .player__progress span.newtime,
.player .player__progress span.cursor {
	background:#000;
}

.player .player__progress span.bar,
.player .player__progress span.cursor {
	display:none;
}

.player.paused .player__progress span.bar,
.player.paused .player__progress span.cursor,
.player.playing .player__progress span.bar,
.player.playing .player__progress span.cursor {
	display:block;
}

.player .player__playpause .player--play {
	margin-left:3px;
}

.player .player__playpause .player--pause {
	display:none;
}

.player .player__playpause > a {
	display: block;
	height: 26px;
	width: 26px;
	-webkit-border-radius:100%;
	border-radius:100%;
	text-decoration:none;
	outline:none;
	text-align:center;
}

.player .player__playpause > a i {
	font-size:18px;
	line-height:27px;
}

.player.playing .player__playpause .player--pause {
	display:block;
}

.player.playing .player__playpause .player--play {
	display:none;
}

.player .player__buttons ul {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	width:auto;
}

.player .player__buttons ul li {
	display:table-cell;
	vertical-align:middle;
}

.player .player__buttons ul.player__leftcontrols {
	float:left;
}

.player .player__buttons ul.player__rightcontrols {
	float:right;
	margin-top:4px;
}

.player .player__buttons ul.player__rightcontrols li {
	padding-left:7px;
}

.player .player__buttons ul li i {
	font-size:16px;
}

.player .player__buttons ul li a,
.player .player__buttons ul li a:hover {
	text-decoration:none;
}

.player .player__buttons ul li.player__popup i {
	font-size:14px;
}

.player .player__buttons ul li.player__volume {
	padding-right:10px;
}

.player .player__buttons ul li.player__volume > a {
	float:left;
}

.player .player__buttons ul li.player__volume > a i {

}

.player .player__buttons ul li.player__embed i {
	font-size:19px;
}

.player .player__buttons ul li.player__download i {
	font-size:17px;
}

.player .player__buttons ul li.player__toggle i.icon-video {
	font-size:14px;
}

.player .player__buttons li.player__timer {
	padding-left:5px;
	font-size:11px;
}

.player .player__buttons {
	padding-top:5px;
}

.player .player__videoscreen {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:0;
}

.player.size-compact.mode-video .player__videoscreen {
	position:static;
}

.player.mode-audio .player__videoscreen {
	z-index:-1;
}

.player.mode-video .player__videoscreen {
	z-index:5;
}

.player.mode-audio .icon-mode-audio {
	display:none;
}

.player.mode-video .icon-mode-video {
	display:none;
}

.player.mode-video .player__content figure {
	z-index: 6;
    background: none !important;
	pointer-events: none;
}

.player.playing.mode-video .player__content figure {
	display:none;
}

.player.mode-video .player__content .player__overlay {
	display:none;
}

.player.mode-video .player__controls {
	/*opacity:0;*/
	-webkit-transition: opacity 120ms ease-in;
-moz-transition: opacity 120ms ease-in;
-ms-transition: opacity 120ms ease-in;
-o-transition: opacity 120ms ease-in;
transition: opacity 120ms ease-in;
}

.player.mode-video:hover .player__controls {
	/*opacity:1;*/
}

.player.mode-video.playing .player__controls {
	opacity:0;
}

.player.mode-video.playing:hover .player__controls {
	opacity:1;
}

.player.mode-audio.playing .player__controls {
	opacity:0;
}

.state-xs .player.mode-audio.playing .player__controls,
.player.mode-audio.playing:hover .player__controls,
.player.size-compact .player__controls {
	opacity:1 !important;
}

.state-xs .player.mode-video.playing .player__controls {
	display:none !important;
}

.state-xs .player.mode-video.playing.tap .player__controls {
	display:block !important;
}

.player .player__error {
	font-size: 18px;
	left: 0;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	margin-top:-9px;
}

.player .player__playlist {
	padding:10px 0;
	display:none;
}

.player.playlisted .player__playlist {
	display:block;
}

.player .player__playlist .playlist__date {
	width:1px;
	white-space:nowrap;
}

.player .player__playlist .playlist__time {
	width:1px;
}

.player .player__playlist .playlist__download {
	width:1px;
	font-size:11px;
	padding:0;
}

.player .player__playlist .playlist__download a {
	display: block;
	padding: 5px 10px;
}

.player .player__playlist .playlist__download.empty {
	padding:0;
	width:0;
}

.player .player__playlist table {
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
}

.player .player__playlist tbody tr td {
	padding:5px 10px;
	vertical-align:middle;
	cursor:pointer;
	text-align:left;
}

.player .player__playlist tbody tr td a:hover {
	text-decoration:none;
}

/* Sizing */
.player.size-small .player__buttons ul li.player__volume {
	display:none;
}

.player.size-small .player__progress {
	margin-bottom:5px;
}

.player.size-small .player__buttons ul.player__rightcontrols {
	margin-top:11px;
}

.player.size-small .player__control-controls {
	padding-left:0;
}

.player.size-small .player__control-logo {
	display:none;
}

.player.size-small .player__buttons {
	padding-top:0;
}

.player.size-small .player__playpause > a {
	height:41px;
	width:41px;
}

.player.size-small .player__playpause > a i {
	font-size: 32px;
	line-height: 41px;
}

.player.size-normal .player__showdescr p {
	font-size:12px;
}

.player.size-small .player__playpause .player--play {
	margin-left:5px;
}

.player.size-large .player__showdescr p {
	font-size:13px;
}

.player.size-large .player__volumeslide {
	height: 25px;
	width: 72px;
}

.player.size-large .player__showtitle {
	font-size:22px;
}

.player.size-large .player__control-logo {
	width:121px;
}

.player.size-large .player__playpause > a {
	width:45px;
	height:45px;
}

.player.size-large .player__playpause > a i {
	font-size: 28px !important;
	line-height: 45px;
}

.player.size-large .player__playpause .player--play {
	margin-left:5px;
}

.player.size-large .player__buttons ul.player__rightcontrols {
	margin-top:12px;
}

.player.size-large .player__buttons ul li i {
	font-size:24px;
}

.player.size-large .player__buttons ul li.player__toggle i.icon-video {
	font-size:22px;
}

.player.size-large .player__buttons ul li.player__popup i {
	font-size:22px;
}

.player.size-large .player__buttons ul li.player__embed i {
	font-size:30px;
}

.player.size-large .player__buttons ul.player__rightcontrols li {
	padding-left:12px;
}

@media only screen and (max-width: 320px) {
	.player .player__error {
		font-size:15px;
	}
}

/* Themes */
.player.player--theme-white {
	background:#FFF;
}

.player.player--theme-white .player__controls {
	background:#FFF;
}

.player.player--theme-white .player__buttons li.player__timer,
.player.player--theme-white .player__controls,
.player.player--theme-white .player__playpause a,
.player.player--theme-white .player__buttons ul li.player__volume > a i,
.player.player--theme-white .player__buttons ul li a i:hover,
.player.player--theme-white a {
	color:#202020;
}

.player.player--theme-white .player__progress,
.player.player--theme-white .player__playpause > a {
	background:#bfbfbf;
}

.player.player--theme-white .player__progress span.newtime em {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #bfbfbf;
}

.player.player--theme-white .player__playlist {
	border-top:solid 1px  #eee;
}

.player.player--theme-white .player__playlist tbody tr:hover td {
	background:#efefef;
}

.player.player--theme-white .player__playlist tbody tr.active:hover td,
.player.player--theme-white .player__playlist tr.active td {
	background:#e0e0e0;
}

.player.player--theme-white .player__buttons ul.player__rightcontrols li i,
.player.player--theme-white .player__playlist tr a i {
	color:#bfbfbf;
}

.player.player--theme-white .player__volumeslide .player__volumebar.visible-bar.active {
	background:#202020;
}

.player.player--theme-white .player__volumeslide .player__volumebar.visible-bar {
	background:#bfbfbf;
}

.player .jw-error .jw-preview,
.player .jwplayer .jw-preview {
	background-size:cover;
}





.player.player--theme-black {
	background:#000;
}

.player.player--theme-black .player__controls {
	background:rgba(0,0,0,0.8);
}

.player.player--theme-black .player__buttons li.player__timer,
.player.player--theme-black .player__controls,
.player.player--theme-black .player__playpause a,
.player.player--theme-black .player__buttons ul li.player__volume > a i,
.player.player--theme-black a {
	color:#efefef;
}

.player.player--theme-black .player__progress,
.player.player--theme-black .player__playpause > a {
	background:#5e5e5e;
}

.player.player--theme-black .player__progress span.cursor {
	background:#efefef;
}

.player.player--theme-black .player__progress span.newtime {
	background:#efefef;
}

.player.player--theme-black .player__progress span.newtime em {
	background: #5e5e5e none repeat scroll 0 0;
	border: 1px solid #5e5e5e;
	color: #efefef;
}

.player.player--theme-black .player__playlist {
	border-top:solid 1px  #5e5e5e;
}

.player.player--theme-black .player__playlist tbody tr:hover td {
	background:#efefef;
}

.player.player--theme-black .player__playlist tbody tr.active:hover td,
.player.player--theme-black .player__playlist tr.active td {
	background:#e0e0e0;
}

.player.player--theme-black .player__buttons ul li a i:hover {
	color:#efefef;
}

.player.player--theme-black .player__buttons ul.player__rightcontrols li i,
.player.player--theme-black .player__playlist tr a i {
	color:#5e5e5e;
}

.player.player--theme-black .player__volumeslide .player__volumebar.visible-bar.active {
	background:#efefef;
}

.player.player--theme-black .player__volumeslide .player__volumebar.visible-bar {
	background:#5e5e5e;
}

.live-links {
	margin:0;
	padding:0;
	list-style:none;
}

.live-links li {
	line-height:1.4;
}

.live-links li span {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-right: 4px;
}


.player.lr4tvnet,
.player.lr4tvnet .player__content {
	padding:0;
	height:200px;
}

.player.lr4tvnet .player__content figure {
	background-size:auto !important;
}


.player.poster-static .player__content figure {
	position: relative;

}

.player.poster-static .player__content {
	padding-bottom: 0;
}

.player.poster-static .player__controls {
	position: relative;
	opacity: 1 !important;
}

.player.poster-static.player--ar-1x1 .player__content figure {
	padding-bottom:100%;
}

.player.player--ar-16x9 .player__content figure {
	padding-bottom:56.25%;
}

.player.poster-static.player--ar-4x3 .player__content figure {
	padding-bottom:75%;
}

 /* pieci_main.css */

 /* master.css */

 /* lr5_text.css */

 /* lr5_single.css */

 /* lr5_double.css */

 /* spotlight_3.css */

 /* lr5_show.css */

 /* lr5_narrow.css */

 /* stations.css */

 /* stations_vertical.css */

 /* lr5_show_no_articles.css */

 /* vote_default.css */

 /* articles_4_row.css */

 /* articles_6_row.css */

 /* show_profile_player.css */

 /* _featured.css */

 /* _featured16.css */

 