/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
  /* IE10 touch compatibility */
  -ms-touch-action: none;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("/.cfg/www.post-gazette.com/admintemplates/css/Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/* global */
div.ui-cluetip {
  font-size: 1em;
}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 12px;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}

#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default .ui-cluetip-header {
  background-color: #87876a;
}


/*
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
*/
/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: #fff;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 0;
  color: #900;
}

.cluetip-jtip .ui-cluetip-header {
  background-color: #ccc;
  padding: 6px;
  margin-bottom: 1em;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

#cboxTitle { 
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 98%;
	padding: 0 1%;
	background-color: #444;
	opacity: 0.75;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff; 
}
            
.cboxIE #cboxTitle { 
	filter: alpha(opacity = 75); 
} 

.libAjaxHideOnLogin {
	width:100%; 
}

.libAjaxInputInvalid {
	background-color: #ffaaaa;
}

.libAjaxMessages {
	padding: 4px;
	text-align: center;
}

.libAjaxNewUserName, .libAjaxNickName {
	width: 12em;
}

.libAjaxRefreshCaptcha {
	font-size: 16px;
}

.libAjaxSermoPostAttributes, .libAjaxSermoAttributes {
	margin-top: -4px;
}

.libAjaxUserRegInput {
	width: 20em;
}

.libAjaxUserRegLabel {
	width: 12em;
	display: block;
}

.libAjaxInputValid {
	background-color: #7fff00;
}

.libAjaxValidDate, .libAjaxValidationCode {
	width: 8em;
}

#libAjaxSermoContainer {
	margin: 3px;	
	font-size: 1.0em;
}

A.libSermo:link, A.libSermo:visited, A.libSermo:hover, A.libSermo:active,    
A.libSermoLink:link,  A.libSermoLink:visited, A.libSermoLink:hover, A.libSermoLink:active,    
A.libSermoLoginReminder:link,  A.libSermoLoginReminder:visited, A.libSermoLoginReminder:hover, A.libSermoLoginReminder:active,    
A.libSermoPost:link,  A.libSermoPost:visited, A.libSermoPost:hover, A.libSermoPost:active,    
A.libAjaxLogin:link,  A.libSAjaxLogin:visited, A.libAjaxLogin:hover, A.libAjaxLogin:active,    
A.libAjaxRegister:link,  A.libAjaxRegister:visited, A.libAjaxRegister:hover, A.libAjaxRegister:active
{
	text-decoration: underline;
}

A.libSermo, A.libSermoPost{
	height:16px;
	font-size:16px;
	text-decoration: underline;
}

.libSermoAbuse {
	color: green;
}

.libSermoDislike, .libSermoLike, .libSermoAbuse, .libSermoReply {
	margin-left:-2px;
	margin-right:-2px;
	margin-bottom: -4px;	
}

.libSermoInput {
	width: 240px;
	max-width: 240px;
	margin: 2px;
	padding: 1px 0px 1px 0px;
	border: 2px inset;
}

.libSermoItemHeader {
	padding: 4px;
	font-size: 14px;
	border: 0px;
}

.libSermoItemBody {
	border-left: 1px solid;
	border-right: 1px solid;
}

.libSermoItemFooter {
	padding: 4px;
	border-bottom: 0px none;
	height:16px;
	font-size:16px;
}

.libSermoInput{
	width:230px;
	margin-bottom:2px;
}

.libAjaxInputInvalid {
	background-color: #ffaaaa;
}

.libAjaxInputValid {
	background-color: #ffffff;
}

.libSermoPostItem {
	margin-bottom: 4px;
}

.libSermoPostItemSubject {
	font-weight: bold;
	padding:4px 4px 0 4px;
}

.libSermoPostItemComment {
	padding: 4px;
}

.libSermoPostContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.libSermoLabel {
	width: 110px;
	display: block;
	float: left;
}

.libSermoLoginReminder, .libSermoRegisterReminder {
	padding: 6px; 
	margin-top: 10px;
	margin-bottom:10px;
}

.libSermoPoweredBy {
 	float:left; 
 	margin: -25px 0px 0px 6px;
}

.libUILoading {
	padding-right: 18px;
	background: transparent url('/.cfg/www.post-gazette.com/admintemplates/clientlib/images/ui-spinner_16x16.gif') right center no-repeat;
}

.libUIOverlay {
     position:absolute;
     width:100%;
     height: 0;
     z-index:9999;
     background-color: black;
     background-image: url('/.cfg/www.post-gazette.com/admintemplates/clientlib/../ajax-loader.gif');
     background-position: center;
     background-repeat: no-repeat;
     opacity: .45;
}

.table {
	display: table;
	border: 0px;
	padding: 0;
	margin: 0px;
}

.hundred {
	width: 100%;
}

.right {
	float: right;
}

.row{
	display:table-row;
	padding: 0px;
	margin: 0px;
}

.cell{
	display: table-cell;
	padding: 0;
	margin: 0px;
}

.clear 
{
    clear: both;
}

#ui-datepicker-div { display: none; }

.libAjaxLastViewedItem 
{
    display: none;
}

.innertube {
	padding: 5px;
}

.outertube {
	margin: 5px;
}

.pr5 {
	padding-right: 5px;
}

.AutolinkTerm
{
	color:Green ;
	cursor:pointer ;
}

.AutolinkPopup
{
	border: 1px solid #C0C0C0 ;
	background-color: #FFFFC0 ;
	
	display:none;
	
	z-index:10 ;
	position: absolute ;
	
	padding: 10px 10px 10px 10px ;
}

.AutolinkPopup a
{
	text-decoration: none ;
}
.AutolinkPopup hr
{
    width: 75%;
	height: 1px;
}

.AutolinkPopup h4
{
	margin: 0px ;
	padding: 0px 0px 10px 0px ;
}

.AutolinkPopup p
{
	margin: 0px ;
	padding: 0px ;
}

/*! jQuery UI - v1.10.2 - 2013-04-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2C%20Arial%2C%20sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=4px&bgColorHeader=eeeeee&bgTextureHeader=flat&bgImgOpacityHeader=33&borderColorHeader=162a4d&fcHeader=162a4d&iconColorHeader=162a4d&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=10&borderColorContent=162a4d&fcContent=000000&iconColorContent=000000&bgColorDefault=e1f2fc&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=162a4d&fcDefault=000000&iconColorDefault=000000&bgColorHover=162a4d&bgTextureHover=flat&bgImgOpacityHover=50&borderColorHover=162a4d&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=162a4d&bgTextureActive=flat&bgImgOpacityActive=30&borderColorActive=162a4d&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fbf5d0&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=ba6f2b&fcHighlight=000000&iconColorHighlight=ba6f2b&bgColorError=fbf089&bgTextureError=flat&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=2b2b2b&iconColorError=cd0a0a&bgColorOverlay=444444&bgTextureOverlay=flat&bgImgOpacityOverlay=15&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=0px&offsetTopShadow=4px&offsetLeftShadow=4px&cornerRadiusShadow=4px&ctl=themeroller
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/libercus/default/css/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #162a4d;
	background: #ffffff url(/libercus/default/css/images/ui-bg_flat_10_ffffff_40x100.png) 50% 50% repeat-x;
	color: #000000;
}
.ui-widget-content a {
	color: #000000;
}
.ui-widget-header {
	border: 1px solid #162a4d;
	background: #eeeeee url(/libercus/default/css/images/ui-bg_flat_33_eeeeee_40x100.png) 50% 50% repeat-x;
	color: #162a4d;
	font-weight: bold;
}
.ui-widget-header a {
	color: #162a4d;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #162a4d;
	background: #e1f2fc url(/libercus/default/css/images/ui-bg_flat_100_e1f2fc_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #162a4d;
	background: #162a4d url(/libercus/default/css/images/ui-bg_flat_50_162a4d_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #162a4d;
	background: #162a4d url(/libercus/default/css/images/ui-bg_flat_30_162a4d_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #ba6f2b;
	background: #fbf5d0 url(/libercus/default/css/images/ui-bg_flat_55_fbf5d0_40x100.png) 50% 50% repeat-x;
	color: #000000;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000000;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fbf089 url(/libercus/default/css/images/ui-bg_flat_95_fbf089_40x100.png) 50% 50% repeat-x;
	color: #2b2b2b;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #2b2b2b;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #2b2b2b;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/libercus/default/css/images/ui-icons_000000_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/libercus/default/css/images/ui-icons_162a4d_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/libercus/default/css/images/ui-icons_000000_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/libercus/default/css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/libercus/default/css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/libercus/default/css/images/ui-icons_ba6f2b_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/libercus/default/css/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #444444 url(/libercus/default/css/images/ui-bg_flat_15_444444_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: 4px 0 0 4px;
	padding: 0px;
	background: #aaaaaa url(/libercus/default/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 4px;
}

.controls a {
	color:#fff;
}

#controls {
	display:none;
	position:absolute;
	z-index:1;
}

div.controls {
	height:236px;
	width:420px;
}

div.controls-sports {
	height:379px;
	width:675px;
}

div.ss-controls {
	float: left;
}

.nav-controls .prev, .nav-controls .next {
	position:absolute;
	height:44px;
	width:28px;
	top:40%;
	padding:0px;
	margin:0px;
}

.nav-controls .prev {
	left:0px;
	background:url('/libercus/default/css/graphics/prev.png') no-repeat;
}

.nav-controls .next {
	right:0px;
	background:url('/libercus/default/css/graphics/next.png') no-repeat;
}

div.photo-index {
	float:right;
}

div.slideshow-container {
	position: relative;
	clear: both;
	/* This should be set to be at least the height of the largest image in the slideshow */
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/libercus/default/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height:500px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	height:500px;
}

a.advance-link {
	margin:0px auto;
	height:500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

div.slideshow {
	width: 600px;
	height:500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

div.download {
	/*sfloat: right;*/
}

div.caption-container {
	position: relative;
	width:420px;
	min-height:260px;
	clear: left;
}

div.sports-caption-container {
	position: relative;
	width:675px;
	min-height:300px;
	clear: left;
}

span.image-caption {
	width: 100%
}

div.caption {
	position: relative;
}

div.image-title {
	font-weight: bold;
}

div.image-wrapper {
	text-align:center;
	vertical-align:top;
	width:420px;
}

div.video-wrapper {
	text-align:center;
	height:450px;
	width:600px;
}	
	
div.image-desc {
	width:100%;
	color: #272727;
	padding-bottom:3px;
}

.transparent {
	/* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=50);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.5;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.5;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.5;
		}

div.navigation {
	width:270px;
	float:right;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
	
ul.thumbs {
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	list-style: none;
	margin: 5px 15px 5px 0px;
	height:48px;
	float:left;
	/*border:1px solid #ccc;*/
}

a.thumb {
	padding: 0px;
	display: block;
}
/*
.thumbs li.selected {
	border:1px solid #000;
}
*/
a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/* Gallery overrides */

.gallerywrapper div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/libercus/default/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	 /* This should be set to be at least the height of the largest image in the slideshow */
}

.gallerywrapper div.slideshow span.image-wrapper {
	height:500px;
}

.gallerywrapper a.advance-link {
	margin:0px auto;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 570px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

.gallerywrapper div.slideshow {
	width:500px;
	 /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 570px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}


.gallerywrapper div.image-wrapper {
	display:table-cell;
	text-align:center;
	vertical-align:top;
	height:500px;
	width:600px;
}

.gallerywrapper div.video-wrapper {
	text-align:center;
	margin-top:65px;
	height:600px;
	width:600px;
}
	
.playslideshow, .pauseslideshow, .previous-slide, .next-slide {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-left:10px;
}

#thumbs {
	z-index: 10000000;
}
.fancybox-overlay {
	z-index: 10000001 !important;
}


#gallery #slides div.image-wrapper{
	width: auto;
}

#gallery #slides div.image-wrapper img{
	width: 100%;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/libercus/default/css/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/libercus/default/css/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/libercus/default/css/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/libercus/default/css/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/**************
Form CSS 
**************/


input{
	background-color: none !important;
}

#search{
	color:#000 !important;
	font-size:16px !important;
}

#business-form{
	display: none;
}



#head #searchbox .searchbox{
	border:0px;
	color:#b9b9b9; 
	width: 284px !important;
	margin:0px; 
	padding:0 0px !important; 
	height:19px !important;
}

#head #searchbox-wrapper{ 
	width: 284px !important; 
	height:19px !important;
	border-radius: 4px; 
	border:1px solid #BCCDF0 !important ;   	
}

#head #searchbox .search-button{ 
	background: #E9E9E9;
	margin-top:2px !important; 
	margin-left:2px !important;
}


input.search-button, input.search-button:hover, input.search-button:focus {
    background-color: #e9e9e9;
    background-image: none;
    border-color: #336699;
    filter: none;
}


 .search-button input.search-button-v2, input.search-button-v2 {
    height: 13px;
    margin-top: 2px;
    min-width: 13px;
    padding: 6px 27px;
    width: 13px;
}

 input.search-button, input.search-button {
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
    border: 1px solid #000;
    border-radius: 2px;
}



pre {
	font-size:130%
}

.story_text_subhead{
	font-size: 150%;
}


#nav-break {   
    overflow: hidden;
}


#photo-thumb{
	/*display:none;*/
	position: absolute;
	bottom:60px;
}

#front-ad{
	margin-top: 20px;
}

#holiday-banner{
	padding-bottom:30px;	
}

#holiday-shopping{
	width: 1000px;
    margin-top: 5px;
    margin-left: 10px;
}


#new-hit-state{
	width:950px;
	height:300px;
	
}

#green_bar{
	background-color: #1B5F38;
    border: 1px solid #1B5F38;
    border-radius: 0 0 10px 10px;
    height: 16px;
    margin: auto;
}

#header-logo{
	text-align: center;
	padding-top: 10px;
}

#header-logo img{
	width:40%;
}


#golinkwin h2{
	text-align: center;
	line-height: 45px;	
}

#golinkwin .center-text{
	text-align: center;
	margin: auto;
	margin-top:30px;
}

#rules{
	width:300px;
	margin: auto;
	
}

#golinkwin p{
	font-size: 16px;
	font-family: Arial,Sans-Serif;
}


#golinkwin .info{
	margin-bottom: 30px;
}

#golinkwin li{
	
	margin-bottom: 20px;	
}

/*#center-image{
	border:1px solid #000;
	height: 300px;
}*/

#center-image img{
	width:75%;
}

#header{
	background: #E9E9E9;
	padding-bottom: 20px;
}

#link-box{
	width: 300px;
}

#image-thumb{
	width:200px;
	height:130px;
	margin: auto;
	overflow: hidden;
}

#photo-thumb .center-image{
	top: 18px;
	position:relative;
}


BODY {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 75%;
	line-height: 1.3em;
	margin:0;
	padding:0;
}	

h1, h2, h3 , h4{
	line-height: 1.2em;
	margin:0px 0px 0px;
	font-family:Georgia,TimesNewRoman,Verdana;
	font-weight: normal;
}

h1 {
	font-size: 2.7em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #848383;
	margin: 0 0 10px;
	text-align: center;
}

ul, li {
	margin: 0;
	padding: 0;
}

#oas_x51{
	z-index: -1;
	margin: 0;
}

#blog-section a{
	 font-family: Georgia,TimesNewRoman,Verdana;
	 font-size: 13px;
}

#main-container{
	padding-left: 5px;
	padding-right: 5px;	
	background-color: #FFF;
}

p{
	line-height: 1.3em;
	margin-bottom: 25px;
	font-family:Georgia,TimesNewRoman,Verdana;
	color: #272727;
	margin-top: 0px;
}

.georgia {
	font-family:Georgia,TimesNewRoman,Verdana;
}

a, a:visited{
	color: #114477;
	text-decoration: none;
	outline: none;	
}

a:hover{
	text-decoration: underline
}

.storylistitem p {
	color: #474747;
	text-align: justify;
	margin-bottom:10px;
}

hr {
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	border:0;
	margin:15px 0 15px 0;
}	

img {
	border: 0;
}

.small{
	font-size: 0.8em;	
	font-weight: normal;
}

.medium{
	font-size: 1.4em;	
	font-weight: normal;
}

.lower {
	text-transform: lowercase;
}

.upper {
	text-transform: uppercase;
}

.graytext {
	color: #999999;
}

.graytext .textleft{
	font-family: Georgia,TimesNewRoman,Verdana;
}
.bold {
	font-weight: bold;	
}

.whitetext, a.whitetext, .whitetext a {
	color: #ffffff;
}

.bluehead {
	color: #114477;
}

.borderbottom{
	border-bottom: 1px solid #cccccc;
}

.br {
	border-right: 1px solid #cccccc;
}

.table {
	display: table;
}

.row{
	display:table-row;
}

.cell{
	display: table-cell;
}

.outertube{
	margin:5px;
}

.innertube{
	padding:5px;
}

.innertube10{
	padding: 10px !important;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left:10px;
}

.ml20 {
	margin-left:20px;
}

.ml40 {
	margin-left:40px
}

.mr5 {
	margin-right: 5px;
}
	
.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mr20 {
	margin-right:20px;
}

.mt5 {
	margin-top:5px;
}
	
.mt10 {
	margin-top:10px;
}

.mt15 {
	margin-top:15px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mb5 {
	margin-bottom:5px;
}
	
.mb10 {
	margin-bottom:10px;
	}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.pt10 {
	padding-top:10px;
}

.pb5 {
	padding-bottom:5px;
}

.pb10 {
	padding-bottom:10px;
}
	
.pb15 {
	padding-bottom:15px;
}
	
.pl5 {
	padding-left:5px;
}

.pr5 {
	padding-right:5px;
}

.pl10 {
	padding-left:10px;
}

.pl20 {
	padding-left:20px;
}

.pr10 {
	padding-right:10px;
}	

.pr15 {
	padding-right:15px;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}	
#head .right {
	text-align: right;
	float: right;
}	
.right{
	/* text-align: right; */
	float: right;	
}

.left {
	text-align:left;
	float:left;
}

.center {
	text-align:center;
	display:block;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom{
	vertical-align:baseline;	
}

.block {
	display:block;
}

.hide {
	display:none;
}

.inline{
	display:inline;
}

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

.relative {
	position:relative;
}

.border{
	border: 2px solid #BBC6C8;	
}

.border2{
	border: 1px dotted blue;	
}

.border3{
	border: 1px solid #CCC;
}

.border4 {
	border-width:2px;
	border-style:solid;
	}

.border-frontpage {border-color:#007227;}
.border-news {border-color:#668607;}
.border-local {border-color:#bf9326;}
.border-sports {border-color:#ce6700;}
.border-opinion {border-color:#bb3923;}
.border-ae {border-color:#b53c71;}
.border-life {border-color:#74388e;}
.border-business {border-color:#2f42a1;}
.border-multimedia {border-color:#0082c6;}
.border-blogs {border-color:#00a1a3;}

.forty-six {
	width: 46%;
}

.hundred {
	width: 100%;
}

.twohundredp {
	width: 200px;
}

.twohundredfiftyp {
	width: 250px;
}

.threehundredp {
	width: 300px;
}

.threehundredfiftyp {
	width: 350px;
}

.threehundredsixtyp {
	width: 360px;
}

.clear {
	clear: both;
}

.libSermoItemHeader {
	border: 1px solid  #ccc;
	background-color: #efefef;
}

.libSermoItemBody {
	border-left: 1px solid  #ccc;
	border-right: 1px solid  #ccc;	
}

.libSermoItemFooter {
	border-left: 1px solid  #ccc;
	border-right: 1px solid  #ccc;	
	border-bottom: 1px solid  #ccc;
	margin-bottom:5px;
}

.libSermoDislike, .libSermoLike, .libSermoAbuse, .libSermoReply {
	margin-left:-2px;
	margin-right:-2px;
	margin-bottom: -4px;	
}

.libSermoAbuse {
	color: #000;
}

.libSermoInput{
	width:500px;
	max-width: 500px;
	margin-bottom:2px;
}

.libAjaxInputInvalid {
	background-color: #ffaaaa;
}

.libAjaxInputValid {
	background-color: #ffffff;
}

.ap-recent-articles .article-data{
	padding-left: 15px !important;
}
.sitenav {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgb(207, 207, 207);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgb(207, 207, 207);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgb(207, 207, 207);
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: rgb(207, 207, 207);
    border-top-style: solid;
    border-top-width: 1px;
    clear: right;
    color: rgb(59, 59, 59);
    float: left;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-top: 5px;
    width: 298px;
}
.sitenav a:link, .sitenav a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    font-weight: normal;
    padding-left: 2px;
    padding-top: 2px;
}
.sitenav a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    font-weight: normal;
    padding-left: 2px;
    padding-top: 2px;
}
.navlink {
    line-height: 22px;
}
.navlink img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    float: left;
    height: 16px;
    margin-right: 2px;
    width: 16px;
}
.rightnavcol {
    float: left;
    margin-left: 5px;
    width: 134px;
}
.leftnavcol {
    float: left;
    padding-left: 5px;
    width: 152px;
}
.sm {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.newshole
{
    display: inline;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 700px;
}

#vendorhole {
    float: left;
    margin-right: 10px;
    width: 660px;
}

#pagecontent {
    clear: left;
    float: left;
    width: 100%;
}

#head {
	width: 100%;
	height: 123px;
	margin: 0 0 0px 0;
	background-color: #CFCFCF;
}

#topmenu {
	background-color:#085e39;
	/*background-color: #404040;*/
	height: 21px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#classified-nav li {

	list-style: none;
	display: inline-block;
}

#classified-nav li .classified-icon {
	background: url('/libercus/default/css/graphics/classified_icons_v3.png') 0 0;
	float: left;
	width:18px;
	height:18px;
	margin-top: -3px;
}

	#classified-nav li #obituaries {background-position:-151px 0; width:20px;}
	#classified-nav li #classifieds {background-position:-21px 0;}
	#classified-nav li #jobs {background-position:-42px 0;}
	#classified-nav li #shopping {background-position:-63px 0;}
	#classified-nav li #cars {background-position:-84px 0; width:20px;}
	#classified-nav li #realestate {background-position:-105px 0;}
	#classified-nav li #pgstore {background-position:-129px 0;}
	#classified-nav li #events {background-position:-173px 0; width:20px;;}

#classified-nav li a {
	float: right;
	margin: 0 35px 0 5px;
	padding: 0;
}

#logoarea {
	height: 105px;
	width: 1000px;
	margin: 0 auto;
}

#sectionhead h1 {
	font-size: 3.8em;
	font-family: Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: -3px;
        white-space: nowrap;
	
}

#sectionhead hr {
	border: 1px solid #CECECE;
}

.head_news,
	.head_local,
	.head_state,
	.head_national,
	.head_editorials,
	.head_politics {color:#668607;}

.head_local,
        .head_north,
        .head_south,
	.head_east,
	.head_west,
	.head_washington,
	.head_westmoreland{color:#bf9326;}
.head_sports,
	.head_penguins,
	.head_steelers,
	.head_pirates,
	.head_college,
	.head_psu,
	.head_pitt,
	.head_rmu,
	.head_wvu,
	.head_ski,
	.head_olympics,
	.head_highschool,
	.head_outdoors,
	.head_other-sports,
	.head_olympics,
	.head_golf,
	.head_marchmadness,
	.head_duquesne{color:#ce6700;}
.head_opinion,
.head_op-ed,
.head_letters{color:#bb3923;}
.head_ae,
	.head_theater-dance,
	.head_tv-radio,
	.head_movies,
	.head_music {color:#b53c71;}
.head_life,
        .head_civilwar,
	.head_food,
	.head_homes-garden,
	.head_seen,
	.head_travel{color:#74388e;}
.head_business,
        .head_auto,
	.head_technology,
	.head_top50,
	.head_topworkplaces{color:#2f42a1;}
.maincontent {
	min-width: 700px;
	max-width: 1000px;
	float:left;
}

.mainframe{
	margin: 0 auto;
    width: 1002px;
    position: relative;
    z-index: 2;
}

#footer-whitetext{
	margin: 0 auto;
    width: 1000px;
    position: relative;
    padding-bottom:30px;
	
}

.newsframe, .newsframe_sort{
	min-width: 685px;
	max-width: 700px;
	min-height: 200px;
}

.storyframe{
	width: 675px;
	margin: 0 15px 15px 10px;
	display: inline-block;
	float: left;
}

.printstory {
	margin: 20px auto 0 auto;
	width: 98%;
	line-height: 22px;
	
}

.storyframe p, .printstory p {
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: -0.01em;
}

.storyframe p a, .storyframe p a:visited {
	text-decoration: underline;
}

.storyframe p a:hover {
	text-decoration: none;
}

.libstoryframe{
	width: 675px;
	margin: 0 15px 15px 10px;
	display: inline-block;
	float: left;
}

.storyrelated {
	float: left;
	font-family:Georgia,TimesNewRoman,Verdana;
	font-size: 1.4em;
	line-height: 1.4em;
}

.relatedmedia {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #dedede;
}

.relatedmedia h4 {
	text-align: left;
	margin: 0;
}

.right_ad {
  
}

#rightrail {
	float: left;
    padding-bottom: 10px;
    width: 300px;
}

#footer_bottom {
	background-color: #363636;
	width: 100%;
	position: relative;
	float: left;
	margin: 0px 0 0 0;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

#footer_bottom ul {
	list-style:none;
	list-style-type:none;
}

#footer_bottom a {
	line-height:20px;
}

#footer_bottom h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:1.5em;
	font-weight:500;
}

#footer_bottom h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:1.3em;
	font-weight:normal;
	color: #e9e9e9;
	margin-bottom:10px;
}

.rtl{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:  10px;
	border-top-left-radius: 10px;
}

.rtr{
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:  10px;
	border-top-right-radius: 10px;
}

.rbl{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius:  10px;
	border-bottom-left-radius: 10px;
}

.rbr{
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:  10px;
	border-bottom-right-radius: 10px;
}

.factboxleft {
	background-color: #eeeeee;
	border: 1px solid black;
	clear: left;
	float:left; 
	width:300px;
	margin: 4px 6px 4px 0px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
}

.factboxright {
	background-color: #eeeeee;
	border: 1px solid black;
	clear: right;
	float:right; 
	width:300px;
	margin: 4px 6px 4px 0px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
}

.shirttail {
	background-color: #ffeeee;
	border: 1px solid #ffcccc;
	font-style: italic;
	margin: 4px 6px 4px 0px;
	padding: 6px;
	float:left; 
}

.factboxleft ul, .factboxright ul{
	padding-left: 20px;
}

.commentbubble {
	background: url('/libercus/default/css/graphics/comment-icon.png');
	height: 16px;
	width: 16px;
}

.thumbsup {
	background: url('/libercus/default/css/graphics/thumbs-up.png');
	height: 15px;
	width: 16px;
}

.thumbsdown {
	background: url('/libercus/default/css/graphics/thumbs-down.png');
	height: 15px;
	width: 16px;
}

.abuse {
	background: url('/libercus/default/css/graphics/abuse.png');
	height: 15px;
	width: 15px;
}

.reply {
	background: url('/libercus/default/css/graphics/reply.png');
	height: 15px;
	width: 15px;
}

.ui-tabs .ui-tabs-nav li a {
	padding:3px 5px !important;
}

.searchbox {
	color: #999;
	font-style: italic;
	padding: 0 5px;
	height: 26px;
	width: 342px;
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-right: 0px;
	vertical-align: middle;
	margin-top:55px;	
}

.searchbutton_wrapper {
	height: 26px;
	width: 26px;
	background-color: white;
	border-top: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-left: 0px;
	vertical-align: middle;
	float: right;
	margin-top:55px;
}

.searchbutton {
	width: 23px;
	height: 17px;
	float: right;
	margin-top: 5px;
}

.pgsprite {
	background: url("/libercus/default/css/graphics/menu.gif") repeat-x;
}

.pgsprite_head{background-position: 0 -270px;}
.pgsprite_now{background-position: 0 0;}
.pgsprite_news{background-position: 0 -27px;}
.pgsprite_local{background-position: 0 -54px;}
.pgsprite_sports{background-position: 0 -81px;}
.pgsprite_opinion{background-position: 0 -108px;}
.pgsprite_ae{background-position: 0 -135px;}
.pgsprite_life{background-position: 0 -162px;}
.pgsprite_business{background-position: 0 -189px;}
.pgsprite_multimedia{background-position: 0 -216px;}
.pgsprite_blogs{background-position: 0 -243px;}
.pgsprite_white{background: #fff;}

/* columnists sprite */
.pgsprite_c {
	background: url("/libercus/default/css/graphics/pgcolumnists.jpg");
}
.pgsprite_david-shribman {background-position: 0 0;}
.pgsprite_brian-oneill {background-position: 0 -50px;}
.pgsprite_tony-norman {background-position: 0 -100px;}
.pgsprite_sally-kalson {background-position: 0 -150px;}
.pgsprite_reg-henry {background-position: 0 -200px;}
.pgsprite_dan-simpson {background-position: 0 -250px;}
.pgsprite_jack-kelly {background-position: 0 -300px;}
.pgsprite_ruth-ann-dailey {background-position: 0 -350px;}
.pgsprite_diana-nelson-jones {background-position:0 -450px;}
.pgsprite_gary-rotstein {background-position:0 -500px;}
.pgsprite_jennifer-graham {background-position:0 -550px;}


.menu-arrow {
	background-image:url('/libercus/default/css/graphics/arrow_cut.png');
	background-repeat:no-repeat;
	width:20px;
	height:12px;
	padding:0px !important;
	margin:0px auto !important;
	display:none;
}

.menu-arrow.current{
	display:block !important;
}

.arrow_now {background-color:#007227;}
.arrow_news {background-color:#668607;}
.arrow_local {background-color:#bf9326;}
.arrow_sports {background-color:#ce6700;}
.arrow_opinion {background-color:#bb3923;}
.arrow_ae {background-color:#b53c71;}
.arrow_life {background-color:#74388e;}
.arrow_business {background-color:#2f42a1;}
.arrow_multimedia {background-color:#0082c6;}
.arrow_blogs {background-color:#00a1a3;}

.footer_sec {
	width:10px;
	height:14px;
	margin:2px 5px 3px 0;
	float: left;
	position:relative;
}

.topstories {
	width: 420px;
	padding-bottom: 10px;
	margin-right: 5px;
	float: left;	
}


#first-image img{
	width:100%;
	max-width: 420px;
	height:100%;
}

.topstories700 {
	width: 700px;
	margin-right: 5px;
	float: left;
	bottom-border: 1px #cdcdcd solid;
}


.topstories440 {
	width: 440px;
	margin-right: 5px;
	float: left;	
}

.newsbox224 {
	width: 224px;
	margin: 0 14px 30px 0;
	float: right;
	border: #cecece 1px solid;
}

.newsbox245 {
	width: 245px;
	margin: 0 14px 30px 0;
	float: right;
	border: #cecece 1px solid;
	line-height: 1.2em; 
	font-size: 12px;
}

.newsbox300 {
	width: 300px;
	margin: 0 0px 30px 0;
	float: right;
	border: #cecece 1px solid;
}

.newsbox400 {
	width: 400px;
	margin-right: 5px;
	float: right;	
}

.localnewsboxBig {
 	width: 670px;
 	margin-bottom: 20px;
}

.newsbox338 {
	width: 338px;
	height: 306px;
	margin-bottom: 30px;
	border: #cecece 1px solid;
	float: left;
	text-align: left;
}

.newsbox324 {
	width: 324px;
	height: 650px;
	margin: 0 10px 60px 0;
	border: #cecece 1px solid;
}

.newsbox324 a{
	font-family: Georgia,TimesNewRoman,Verdana;
}

.newsbox685 {
	width: 685px;
	border: #cecece 1px solid;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}

.pgcmon{
	position:relative;
	padding-bottom:15px;
}

.pgcmon .newsbox_right{
	float:left;
	display:block;
	
}

.pgcmon .newsbox_left{
	float:left;
	display:block;
	
}

.pgcmon .box_title_more{
	position:absolute;
	/*bottom:10px !important;*/
	top:auto;
}


.apnewsbox {
	width: 236px;
	margin-bottom: 20px;
	border: #cecece 1px solid;
}
.localnewsbox {
	height: 415px;
	width: 335px;
	margin-bottom: 20px;
	border: #cecece 1px solid;
}

.newsbox_left {
	width: 250px;
	border-right: 1px solid #cecece;
	display: inline-block;
}

.newsbox_right {
	width: 420px;
	margin-left: 10px;
	display: inline-block;
}
.news_box1000 {
	position:relative;
	width:998px;
	height:auto;
	border:#cecece 1px solid;
	margin:0 0 40px;
	clear:both;
}

.emailedbox {
	width: 300px;
	margin: 0 0 30px;
	border: #cecece 1px solid;
}

.emailedbox ul li {
	list-style-type: none;
	padding: 10px;
	margin: 0 0 0 5px;
}

.pubtime {
	font-style: italic;
	color: #a80e11;
}

.boxhead {
	margin: -11px 0 0 10px;
	padding: 0 10px 0 5px;
	background: white;
	display: inline-block;
}

.boxhead h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #666666;
	font-size: 1.7em;
	text-transform: uppercase;
	display: inline;
}
.boxhead h2 a{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #666666;
	/* font-size: 1.3em; this is breaking other boxhead tags contact Mike V. */
	text-transform: uppercase;
	display: inline;
}

.breaking_box {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px 0 0;
	background: #B0B0B0;
	display: inline;
}

.section_box {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px 0 0;
	display: inline;
}
.section_box_columnists {
	width: 50px;
	height: 50px;
	float: left;
	margin: -15px 10px 0 0;
	display: inline;
}
.mainnav {
	position:relative;
	margin:2px 0px 0px 0px;
}
	
.mainnav a {
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
	
.mainnav .cell {
	width:98px;
	padding:0px 1px;
}

.mainnav .cell div {
	padding:5px 0px;
	text-align:center;
}
	
.closebox {
	background-image:url('/libercus/default/css/graphics/close_box.gif');
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	cursor:pointer;
}

.subitemslistlinks {
	
	line-height: 1.1em;
	padding: 3px 0 4px 3px;
	margin: 1px 0;
}

.subnavsectionslinks div {
	font-size:12px;
	line-height:1.1em;
	padding:0 0 10px 0;
	
}

.subitemsmainlink {
	font-size: 1.0em;
	font-weight: bold;
	line-height:1.2em;
	position:absolute;
	bottom:20px;
	padding-left:52px; 
	width:200px;	
}

.subnavsectionslinks a{
	color:#666;
}
	
.mainsubnavsection {
	display:none;
}

.columnists {
	background-image: url('/libercus/default/css/graphics/columnists.jpg');
	background-repeat: no-repeat;
	padding: 0 8px 0 0;
	width: 35px;
	height: 35px;
	float: left;
}

.columnists_shribman {background-position: 0 0;}
.columnists_oneill {background-position: 0 -35px;}
.columnists_norman {background-position: 0 -70px;}
.columnists_kalson {background-position: 0 -105px;}
.columnists_henry {background-position: 0 -140px;}
.columnists_simpson {background-position: 0 -175px;}
.columnists_kelly {background-position: 0 -210px;}
.columnists_dailey {background-position: 0 -245px;}
.columnists_bennett {background-position: 0 -280px;}
.columnists_cook {background-position: 0 -315px;}
.columnists_collier {background-position: 0 -350px;}
.columnists_jones {background-position: 0 -385px;}
.columnists_rotstein {background-position: 0 -420px;}
.columnists_graham {background-position: 0 -455px;}

.storydate{
	display: inline-block;
	margin-top:8px;
	margin-bottom:8px;
	color: #474747;
	font-size: 1.2em;
}

.byline {
	margin-bottom: 20px;
	color: #474747;
	font-size: 1.3em;
}

.sharetext {
	color: #848383;
	font-size: 1.2em;
	margin-bottom: 10px;
	text-align: center;
}

.latest {
	width: 298px;
	margin: 0 0 15px 0;
	border: 1px solid #CECECE;
	background-color: #EEEEEE;
}

.latest h2 {
	padding: 10px 0 2px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #114477;
	text-transform: uppercase;
}

.latestitem {
	background-color: #FAFAFA
}

.credit {
	color: #9b9b9b;
	margin: 3px 0 4px 0;
}

.weathertemp {
	height: 20px;
	width: 30px;
	margin: 30px 22px 0 0;
	font-size: 1.3em;
	float: right;
}

#storyBody {
	font-size: 1.2em;
	line-height: 1.4em;
}

#storyBody p{
	margin-bottom: 15px;
	margin-top:0px;
}

#storyBody li {
	margin-left:15px;
}

.fontBox {
	float:left;
	height:20px;
	line-height:20px;
}

.fontBox span {
	float:left;
	display:block;
}

.fontBox a {
	float:left;
	margin:0 0 0 5px;
	border:1px solid #ccc;
	padding:0;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	background:#f9f9f9;
	color:#aaa;
}

.fontBox a:hover {
	color:#000;
	background:#fffed3;
	border:1px solid #aaa;
}
	
.fontBox a.small {
	margin:0 0 0 10px;
	font-size:8px;
}

.fontBox a.medium {
	font-size:11px;
}

.fontBox a.large {
	font-size:14px;
}

.fontBox a.selected {
	background:#000;
	color:#fff;
	border:1px solid #000;
}

.smallstory{
	font-size: 0.8em;
	line-height: 1.3em;
}

.largestory{
	font-size: 1.3em;
	line-height: 1.4em;
}

.storyrail {
	width: 190px;
	margin-right: 5px;
}

.print {
	background: url('/libercus/default/css/graphics/print.png');
	height: 18px;
	width: 18px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

.email {
	background: url('/libercus/default/css/graphics/e-mail.png');
	height: 14px;
	width: 18px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

.promobox {
	border: #cecece 1px solid;
	padding: 10px;
	margin-bottom: 25px;
	margin-top:15px;
}

/*#slides{
	height:280px;
	overflow: hidden;
	padding-bottom: 15px;
}*/



/*#slides .image-caption .image-wrapper img{
	width:100%;
	max-width: 420px;
}*/

.promobox h2 {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #666;
	margin: 0;
}

.promobox p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.storyvideo {
	background: url('/libercus/default/css/graphics/rm_video.gif') no-repeat 0 top;
	padding-left: 25px;
}

.storypdf {
	background: url('/libercus/default/css/graphics/rm_pdf.png') no-repeat 0 top;
	padding-left: 25px;
}

.storyaudio {
	background: url('/libercus/default/css/graphics/rm_audio.png') no-repeat 0 top;
	padding-left: 25px;
}

.storylink {
	list-style: none;
	padding-bottom: 10px;
}

li.storylink .bullet-link{
	float:left;
	padding-right: 10px;
} 


 li.storyaudio, li.storypdf, li.storyvideo {
	list-style: none;
	clear: both;
	min-height: 18px;
	margin: 3px 0;
}

.pos {
	width: 300px;
	height: 100px;
	float: left;
	margin: -20px 17px 30px 16px;
}

/*Newsletter Signup */
#eNewsSignUp_h {
	height:100px;
	width:300px;
	background-image:url('/libercus/default/css/graphics/E-Newsletter_Button_300x100_01.png');
	margin:0px 0 30px 0;
	position: relative;
}

#eLetterInputs {
	position:absolute; 
	margin:0; 
	padding:0px; 
	top:70px; 
	left:10px;
}

/* Moving Boxes */
.place_holder {
	width: 681px;
	height: 75px;
	background: #ddd;
	border:2px dashed #ff0000;
	margin: 0 0 40px 0;
	clear:both;
	float:left;
	
}

.place_holder h2 {
	text-align:center;
	color:#fff;
	margin:20px 0 0 0;
	font-size:30px;
}

#sort-commit{
	width:100%;
	top:0;
	position:fixed;
	height:80px;
	background:rgb(64, 64, 64);
	z-index:1000001;
	display:none;
	color:#fff;
	text-align:center;
	-moz-box-shadow: 0px 3px 4px #222;
	-webkit-box-shadow: 0px 3px 4px #222;
	box-shadow: 0px 3px 4px #222;
}

.sort-commit-txt {
	padding:20px;
}

#sort-commit button {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 100px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #2B2B2B;
	border: 0;
	background: #FCCC00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCCC00', endColorstr='#AE8D01');
	background: -webkit-gradient(linear, left top, left bottom, from(#FCCC00), to(#AE8D01));
	background: -moz-linear-gradient(top, #FCCC00, #AE8D01);
}

#sort-commit button:hover {
	background: #826900;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCCC00', endColorstr='#826900');
	background: -webkit-gradient(linear, left top, left bottom, from(#FCCC00), to(#826900));
	background: -moz-linear-gradient(top, #FCCC00, #826900);
}


/* Advertising Label "Advertising" */
.ad_label {
	text-align: center;
	font-family: helvetica;
	font-size: 10px;
	color: #ccc;
	margin: 0;
}

/* APNewsBox For Section Fronts */
.ap-section-front .apnewsbox {
	width: 255px;
	margin-left: 5px;
}

/* PROMO BOXES
--------------------------------------------------------------------------------------- */
#promo_box {
	border:1px solid #cecece;
	background-color:#fff
}

.promo_content {
	padding:10px
}

.promo_content h2 {
	font-family:Helvetica,Arial,sans-serif;
	font-weight:700;
	font-size:20px;
	color:#666;
	margin:0
}

.promo_content img {
	margin:10px 0
}

.promo_content .rm li {
	height:30px
}

a.potd {
	color:#fff;
	text-decoration:none
}

/*PHOTOS OF THE DAY
--------------------------------------------------------------------------------------- */
#photosOfTheDay {
	margin:0 0 30px
}

#photosOfTheDay #slider1 {
	height:1%;
	overflow:hidden;
	padding:15px 0 25px
}

#photosOfTheDay .viewport {
	float:left;
	width:942px;
	height:170px;
	overflow:hidden;
	position:relative
}

#photosOfTheDay .buttons {
	background:url('/libercus/default/css/graphics/buttons2.png') no-repeat scroll 0 0 transparent;
	display:block;
	margin:75px 0 0;
	background-position:0 -25px;
	text-indent:-999em;
	float:left;
	width:25px;
	height:25px;
	overflow:hidden;
	position:relative
}

#photosOfTheDay .next {
	background-position:0 0;
	margin:75px 0 0
}

#photosOfTheDay .disable {
	visibility:hidden
}

#photosOfTheDay .overview {
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	width:1276px;
	left:0;
	top: 0
}

#photosOfTheDay .overview li {
	float:left;
	margin:0 15px 0 0;
	padding:1px;
	height:170px;
	border:1px solid #dcdcdc;
	width:300px
}

#photosOfTheDay .caption {
	display:none;
	width:280px;
	position:absolute;
	bottom:1px;
	padding:10px;
	background:#222;
	color:#fff;
	text-decoration:none!important
}

.potd {
	text-decoration:none
}
/* PODCASTS
--------------------------------------------------------------------------------------- */
#pcast_logo {
	height:50px;
	width:50px;
	margin-right:10px;
	float:left;
	background-image:url(/libercus/default/css/graphics/podcast_logos_50.png)
}

.tuned_in {
	background-position:0 0
}

.steelers_report {
	background-position:50px 0
}

.rated_pg {
	background-position:100px 0
}

.believe_your_ears {
	background-position:150px 0
}

.hs_sports {
	background-position:200px 0
}

.breakfast_with {
	background-position:250px 0
}

.sports_now {
	background-position:300px 0
}

.on_stage {
	background-position:350px 0
}

.tech_talk {
	background-position:400px 0
}

/* YOUR PHOTOS
--------------------------------------------------------------------------------------- */
#yourPhotos {
	margin:0 0 30px
}

#yourPhotos #slider1 {
	height:1%;
	overflow:hidden;
	padding:15px 0 25px
}

#yourPhotos .viewport {
	float:left;
	width:402px;
	height:310px;
	overflow:hidden;
	position:relative
}

#yourPhotos .buttons {
	background:url('/libercus/default/css/graphics/arrows.png') no-repeat scroll 0 0 transparent;
	display:block;
	margin:40px 30px 0 10px;
	background-position:0 0;
	text-indent:-999em;
	float:left;
	width:105px;
	height:152px;
	overflow:hidden;
	position:relative
}

#yourPhotos .next {
	background-position:0 -152px !important;
	margin:40px 0 0 30px !important;
}

#yourPhotos .disable {
	visibility:hidden
}

#yourPhotos .overview {
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	width:3510px;
	left:0;
	top: 0
}

#yourPhotos .overview li {
	float:left;
	margin:0 15px 0 0;
	padding:1px;
	height:300px;
	border:1px solid #dcdcdc;
	width:400px
}

#yourPhotos .caption {
	display:none;
	width:400px;
	position:absolute;
	bottom:1px;
	padding:10px;
	background:#222;
	color:#fff;
	text-decoration:none!important
}

.yrpho {
	text-decoration:none
}

#yourPhotos .photointro {
	font-family: Georgia,serif;
	font-size: 16px;
	color: #474747;
	margin: 30px;
}

.ypButton {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:40px;
	width:150px;
	padding:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#2b2b2b;
	border: 0;

	background: #fccc00; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccc00', endColorstr='#ae8d01'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fccc00), to(#ae8d01)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fccc00,  #ae8d01); /* for firefox 3.6+ */
}

.ypButton:hover {
	background: #826900; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccc00', endColorstr='#826900'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fccc00), to(#826900)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fccc00,  #826900); /* for firefox 3.6+ */
}
/* END YOUR PHOTOS
--------------------------------------------------------------------------------------- */

/* OBITUARIES
--------------------------------------------------------------------------------------- */
#obit-holder {
	border:1px solid #cecece;
	background-color:#fff
}

.obits {
	border:0 solid #cecece;
	padding:15px;
	width:250px
}

.ob_name {
	margin:4px 0 3px 20px;
	padding:3px 0
}

.ob_name a {
	text-decoration:none;
	display:block
}

.ob_name a:hover {
	text-decoration:underline
}

.box_title {
	position:relative;
	margin:-11px 0 0 10px;
	padding:0 5px;
	background:#fff;
	display:inline-block
}

.box_title h2, .box_title h2 a {
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
	color: #666;
}

.box_title_more {
	font-family:Helvetica,Arial,sans-serif;
	text-decoration:none;
	font-size:14px;
	margin:0;
	color:#147;
	float:right;
	position:relative;
	right:15px
}


/* This should be unneccessary as this section is for hyperlinks.
.box_title_more:hover {
	color:#1C68B4;
	text-decoration:underline; 
} */

.box_title_more a:hover {
	color:#1C68B4;
}

.jPaginate {
	height:34px;
	position:relative;
	color:#a5a5a5;
	font-size:small;
	width:100%
}

.jPaginate a {
	line-height:15px;
	height:18px;
	cursor:pointer;
	padding:2px 5px;
	margin:2px;
	float:left;
	/*
	background-color: rgb(206,206,206) !important;
	*/
}

.jPag-control-back {
	position:absolute;
	left:0
}

.jPag-control-front {
	position:absolute;
	top:0
}

.jPaginate span {
	cursor:pointer
}

ul.jPag-pages {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	/*width:94px !important;*/
}

ul.jPag-pages li {
	display:inline;
	float:left;
	padding:0;
	margin:0
}

ul.jPag-pages li a {
	float:left;
	padding:2px 5px;
	overflow:hidden
}

span.jPag-current {
	cursor:default;
	font-weight:400;
	line-height:15px;
	height:18px;
	padding:2px 5px;
	margin:2px;
	float:left;
	/*
	background-color: rgb(136, 136, 136) !important;
	*/
}

ul.jPag-pages li span.jPag-previous,ul.jPag-pages li span.jPag-next,span.jPag-sprevious,span.jPag-snext,ul.jPag-pages li span.jPag-previous-img,ul.jPag-pages li span.jPag-next-img,span.jPag-sprevious-img,span.jPag-snext-img {
	height:22px;
	margin:2px;
	float:left;
	line-height:18px
}

ul.jPag-pages li span.jPag-previous,ul.jPag-pages li span.jPag-previous-img {
	margin:2px 0 2px 2px;
	font-size:12px;
	font-weight:700;
	width:10px
}

ul.jPag-pages li span.jPag-next,ul.jPag-pages li span.jPag-next-img {
	margin:2px 2px 2px 0;
	font-size:12px;
	font-weight:700;
	width:10px
}

span.jPag-sprevious,span.jPag-sprevious-img {
	margin:2px 0 2px 2px;
	font-size:18px;
	width:15px;
	text-align:right
}

span.jPag-snext,span.jPag-snext-img {
	margin:2px 2px 2px 0;
	font-size:18px;
	width:15px;
	text-align:right
}

.jPag-first,.jPag-last {
	-moz-border-radius:10px!important;
	-webkit-border-radius:10px!important;
	padding:3px 5px 2px!important
}

#obitsbox {
	text-align: left;
	margin-left: 20px;
	font-size: 12px;
}

.newsObits {

}

.moreObits {
	position: relative;
	left: 88px;
}
/* END OBITUARIES & PAGINATE
--------------------------------------------------------------------------------------- */

/* PG Deals */

#pgDeal {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

.d250 {
	position:relative;
	background:url('/libercus/default/css/graphics/deal_250.jpg') 0 0 no-repeat;
	width:300px;
	height:250px;
}

.d250 .highlights {
	position:absolute;
	top:66px;
	width:274px;
	padding:10px 5px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	line-height:18px;
	left: 6px;
}

.d250 .img {
	position:absolute;
	width:50px;
	left: -4px;
	top: 129px;
}

.d250 .price {
	position:absolute;
	left: 176px;
	width: 111px;
	height: 75px;
	top: 142px;
	border:3px solid #000;
	text-align:center;
	padding:20px 0 0 0;
	font-size:25px;
}

.d250 .price .button{
	bottom:5px;
	left:5px;
	font-size: 14px;
	position:absolute;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #1b9f50; /* for non-css3 browsers */			
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6fbc80", endColorstr="#1b9f50"); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6fbc80), to(#1b9f50)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6fbc80,  #1b9f50); /* for firefox 3.6+ */ 
	height:30px;
	width:100px;
	color:#fff;
	padding: 0;
}

.d100 {
	position:realive;
	width:300px;
	height:100px;
	background:url('/libercus/default/css/graphics/deal_100.jpg') 0 0 no-repeat;
}

.d100 .highlights {
	padding:10px;
	font-weight:bold;
}

.d100 .button {
	margin:5px 10px 0 0;
	width:100px;
	position:relative;
	float:right;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	background: #1b9f50; /* for non-css3 browsers */			
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6fbc80", endColorstr="#1b9f50"); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6fbc80), to(#1b9f50)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6fbc80,  #1b9f50); /* for firefox 3.6+ */ 
	height:30px;
	width:100px;
	color:#fff;
	padding: 0;
}

/* End PG Deals */

#bcvid {
	width: 300px;
	padding: 10px 10px 10px 10px;
	float: left;
	height: auto;
	background: whitesmoke;
	margin: 0 10px 10px 0;
}

#bcvid h1{
	font-family:helvetica;
	font-weight:bold;
	font-size: 16px;
}


#bcvid p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica;
}

img.vidplay {
	position: absolute;
	bottom: 30px;
	left: 95px;
}


#home-vid-btn img.vidplay {
	position: absolute;
	bottom: 70px;
	left: 150px;
}


#clickme {
	display: inline;
}

/* Video Section */

#video_wrapper {
	background: #444444;
}

.video_container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#video_player_container {
	width: 100%;
	background: #222;
	position: relative;
}

#video_thumbs {
	padding: 40px 0;
}

#video_player {
	width: 650px;
	height: 366px;
	background: #CCC;
	margin: 10px 10px 10px 0;
	float: left;
	z-index: 1002;
	position: relative;
}

#video_player_side {
	position: relative;
	width: 340px;
	height: 366px;
	background: #505050;
	margin: 10px 0;
	float: left;
}

#video_player_side a {
	color: #fff;
	z-index: 10000;
}

.lights {
	height: 50px;
	position: relative;
}

.lights a {
	text-decoration: none;
}

.lights a:hover {
	text-decoration: underline;
}

.bulbs {
	width: 40px;
	height: 40px;
	position: relative;
	background: url(/libercus/default/css/graphics/lightbulbs.png) no-repeat 0 -40px;
	float: left;
	margin: 5px;
}

.lightSwitcher {
	z-index: 1002;
	position: absolute;
}

.bulbtxt {
	width: 150px;
	padding: 17px;
}

#shadow {
	background-image: url(/libercus/default/css/graphics/shade.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	display: none;
}

.video_thumb_holder {
	position: relative;
	width: 998px;
	height: 235px;
	border: 0;
	margin: 0 0 30px;
	clear: both;
}

.video_thumb_holder .viewport {
	float: left;
	width: 942px;
	height: 170px;
	overflow: hidden;
	position: relative;
}

.video_thumb_holder .overview {
	list-style: none;
	position: absolute;
	padding: 0 3px 0;
	margin: 0;
}

.video_thumb_holder .overview li {
	float: left;
	margin: 0 16px 0 0;
	padding: 1px;
	height: 165px;
	border: 1px solid #000;
	width: 294px;
}

.video_thumb_holder .caption {
	display: none;
	width: 274px;
	position: absolute;
	bottom: 1px;
	padding: 10px;
	background: #222;
	color: #fff;
	text-decoration: none !important;
}

.video_thumb_holder .buttons {
	background: url('/libercus/default/css/graphics/buttons2.png') no-repeat scroll 0 0 transparent;
	display: block;
	text-indent: -999em;
	float: left;
	background-position:0 -25px;
	margin: 75px 0 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	position: relative;
}

.video_thumb_holder .next {
	background-position: 0 0;
	margin: 75px 0 0;
}
.video_thumb_holder .disable {
	visibility:hidden
}

.video_thumb_holder h2 {
	font-family: helvetica;
	color: #fff!important;
	margin: 0 0 5px 25px!important;
	font-size: 21px;
}

.video_thumb_holder #slider1,
.video_thumb_holder #slider2,
.video_thumb_holder #slider3,
.video_thumb_holder #slider4,
.video_thumb_holder #slider5,
.video_thumb_holder #slider6,
.video_thumb_holder #slider7,
.video_thumb_holder #slider8{
	min-height: 1%;
	overflow: hidden;
	padding: 15px 0 25px;
}

/* SPORTS NETWORK RESOURCES */
.sportsnetwork {
	list-style: none;
}
	.sportsnetwork li {
		margin: 7px 10px;
		font-size: 16px;
	}
	
	
/* LOTTERY
--------------------------------------------------------------------------------------- */
#lotto_holder {
	width:300px;
	margin:30px 0
}

#states {
	overflow-y:scroll;
	height:224px;
	width:298px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa
}

.lotto_text {
	margin:5px;
	padding:5px;
	font-family:arial;
	font-size:12px
}

.game {
	margin:0 0 10px
}

#wv_lottery,#oh_lottery {
	display:none
}

.tabrow {
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	line-height:24px;
	height:26px;
	overflow:hidden;
	font-size:12px;
	font-family:verdana;
	position:relative
}

.tabrow li {
	border:1px solid #AAA;
	background:#D1D1D1;
	background:-o-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-ms-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-moz-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-webkit-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	display:inline-block;
	position:relative;
	z-index:0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	box-shadow:0 3px 3px rgba(0,0,0,0.4),inset 0 1px 0 #FFF;
	text-shadow:0 1px #FFF;
	margin:0 -5px;
	padding:0 20px
}

.tabrow a {
	color:#555;
	text-decoration:none
}

.tabrow li.selected {
	background:#FFF;
	color:#333;
	z-index:2;
	border-bottom-color:#FFF
}

.tabrow:before {
	position:absolute;
	content:" ";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:1px solid #AAA;
	z-index:1
}

.tabrow li:before,.tabrow li:after {
	border:1px solid #AAA;
	position:absolute;
	bottom:-1px;
	width:5px;
	height:5px;
	content:" "
}

.tabrow li:before {
	left:-6px;
	border-bottom-right-radius:6px;
	border-width:0 1px 1px 0;
	box-shadow:2px 2px 0 #D1D1D1
}

.tabrow li:after {
	right:-6px;
	border-bottom-left-radius:6px;
	border-width:0 0 1px 1px;
	box-shadow:-2px 2px 0 #D1D1D1
}

.tabrow li.selected:before {
	box-shadow:2px 2px 0 #FFF
}

.tabrow li.selected:after {
	box-shadow:-2px 2px 0 #FFF
}

/* Text link ads styling */
#tla ul {
	list-style: none;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
}

#tla2 ul {
	border: 0px solid #ccc;
	text-align: left;
	margin-left: 10px;
	font-size: 16px;
	text-transform:capitalize;
}

/* BIG STORY TEMPLATE */
.big-story h2 a {
	font-size: 1.5em;
	line-height: 1em;
}
.big_social {
	width: 90px;
}

/* Fix for images in story showing up infront of email story popup */
div.caption-container {z-index: 1;}


.headH1 {
	color: #111;
}
.standard_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #474747;
	line-height: 21px;
	margin: 10px 10px 0 20px;
}
.smlist {
	font-family: Georgia, serif;
	color: #272727;
	font-size: 16px;
	line-height: 22px;
}
.smlist li {
	margin: 5px 40px;
}
.newshole {
	display: inline;
	margin: 0;
	position: relative;
	width: 700px;
}

/* THE PITTSBURGH PRESS
--------------------------------------------------------------------------------------- */


.style1 {
	color: #114477;
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 22px;
	margin: 20px 20px 0 0;
}
.style2 {
	color: #272727;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 5px 20px 20px 0;
}
.style3 {
	color: #474747;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 22px;
	margin: 20px 20px 0 0;
}
/* PRESS RELEASES
--------------------------------------------------------------------------------------- */

.body_pressreleases p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #474747;
	line-height: 21px;
	margin: 0px;
}
.body_pressreleases .smlist {
	margin: 20px 10px 0 20px;
}
.body_pressreleases .smlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #114477;
	display: block;
	font-family: georgia;
	font-size: 16px;
	line-height: 19px;
	margin: 5px;
	text-decoration: none;
}

/* STATIC PAGES
--------------------------------------------------------------------------------------- */

.static_body {
	margin: 10px 10px 0 20px;
	color: #474747;
	font: 18px/21px Georgia, "Times New Roman", Times, serif;
}

/* NEWSLETTERS
--------------------------------------------------------------------------------------- */

#welcome {
	position: relative;
	margin: 25px 0 5px 20px;
	font-family: Georgia, serif;
	font-size: 32px;
	color: #114477;
}
#welcome h2 {
	font-size: 40px;
}
#info {
	width: 775px;
	position: relative;
	margin: 40px auto;
}
#data {
	display: inline;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	width: 250px;
	margin: 25px 0 0 60px;
	color: #474747;
}
#fold {
	background: url("/libercus/default/css/images/fold.jpg") repeat-y;
	position: relative;
	float: left;
	height: 250px;
	width: 11px;
}
#newsletters {
	float: left;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	width: 450px;
	font-size: 16px;
	line-height: 30px;
	color: #474747;
}
.inputcheck:hover {
	color: #114477;
}
.call-to-action {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #114477;
}
.inputselect {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 322px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #848383;
	border: 1px solid #aaaaaa;
}
.inputbtn {
	float: right;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 100px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #2b2b2b;
	border: 0;
	background: #fccc00; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccc00', endColorstr='#ae8d01'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fccc00), to(#ae8d01)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fccc00, #ae8d01); /* for firefox 3.6+ */
}
.inputbtn:hover {
	background: #826900; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccc00', endColorstr='#826900'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fccc00), to(#826900)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fccc00, #826900); /* for firefox 3.6+ */
}
#div-promotions, #div-menus, #div-escapes, #div-sports, #div-headlines, #div-deals, #div-pgstore {
	display: none;
}

/*TRY PGE EDITION (OVERLOADS ABOVE)
--------------------------------------------------------------------------------------- */
.pge * {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.pge .content_block {
	overflow: hidden;
}
.pge #accessarea {
	position: relative;
	text-align: center;
	width: 980px;
	clear: both;
	height: 332px;
	margin: 0 0 35px 0;
}
.pge #info {
	width: 900px;
	margin: 5px auto;
}
.pge #data {
	margin: 0px 0 0 60px;
}
.pge #easy {
	font-family: Helvetica, Arial, sans-serif;
	width: 305px;
	font-size: 30px;
	color: #32CD32;
}
.pge #newsletters {
	background: url("/libercus/default/css/../graphics/staticpages/pge/pgelaptop.jpg") no-repeat;
	background-position: right top;
	width: 650px;
	height: 300px;
}
.pge .inputselect {
	width: 262px;
}
.pge .inputbtn {
	height: 46px;
	width: 140px;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b22222'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#b22222)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ff0000, #b22222); /* for firefox 3.6+ */
}
.pge .inputbtn:hover {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4500', endColorstr='#8B0000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FF4500), to(#8B0000)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FF4500, #8B0000); /* for firefox 3.6+ */
}
.pge #div-promotions, .pge #div-menus, .pge #div-escapes, .pge #div-headlines, .pge #div-deals, .pge #div-pgstore {
	display: none;
}

/* COMMON FOR NEWSLETTERS AND PGE EDITION
--------------------------------------------------------------------------------------- */

#copy {
	margin: 10px 20px 10px 20px;
	position: relative;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #474747;
}
#at {
	font-family: Georgia, serif;
	font-size: 350px;
	z-index: -0;
	position: absolute;
	left: 375px;
	top: 0;
	color: #d3d3d3;
}
#dataform input {
	text-align: middle;
	vertical-align: middle;
}
#line-horiz {
	background: url("/libercus/default/css/images/line-horiz.jpg") repeat-x;
	position: relative;
	float: left;
	width: 600px;
	height: 4px;
	margin: 10px 0 0 200px;
}
.inputtext:hover {
	border: 1px solid #facd00;
}
.inputtext:focus {
	border: 1px solid #facd00;
	box-shadow: 0 0 5px rgba(250, 205, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(250, 205, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(250, 205, 0, 1);
}
.inputtext {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 250px;
	padding: 0px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #848383;
	margin: 0 0 10px 0;
	border: 1px solid #aaaaaa;
}
.inputselect:hover {
	border: 1px solid #facd00;
}
.inputselect:focus {
	border: 1px solid #facd00;
	box-shadow: 0 0 5px rgba(250, 205, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(250, 205, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(250, 205, 0, 1);
}
#classified_nav li {
	display: inline;
	list-style-type: none;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-right: 40px;
}
#classified_nav li a, #classified_nav li a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#classified_nav li a:hover {
	color: #fff;
	text-decoration: underline;
}
#classified_wrap {
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background-color: #404040;
	height: 21px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
label:hover {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
.newsletter_info {
	margin: 0 0 0 20px;
	color: grey;
}
div.error {
	clear: both;
	margin-left: 585px;
	padding-top: 5px;
	color: red;
}
input.error {
	border: 1px solid red;
}
select.error {
	border: 1px solid red;
}
#spin {
	float: right;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 100px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #2b2b2b;
	border: 0;
	background: #fff;
}
#sports_news {
	border:1px solid #cecece;
	background-color:#fff
}


#sports_news ul li {
	list-style-type:none;
	padding:10px;
	font-size:12px;
	background-color:#fff;
}

#sports_news .alt {
	background-color:#fafafa
}

#sports_news ul li a {
	font-family:Georgia,serif;
	font-size:14px;
	line-height:16px;
	font-weight:500;
	color:#147;
	text-decoration:none;
}

#sports_news ul li a:hover {
	color:#1c68b4;
	text-decoration:underline;
}

#subsection {
	width:690px;
}

.ss_news {
	border-bottom:1px solid #B1B1B1;
	max-height:252px;
	padding:20px 0px 20px 10px;
	margin-right:10px;
	min-height:100px;
	height:auto;
	clear:both;
	position:relative
}

.ss_news:last-child {
	border-bottom:0
}

.ss_news img {
	margin-right:10px;
	border:1px solid #fff;
	position:relative;
	float:left
}
.ss_news h2 a:visited {

	font-family:Georgia,serif;
	color:#147;
	font-weight:500;
	font-size:21px;
	margin:0 0 10px;
	text-decoration:none;
	position: relative;
	display: inline
}

.ss_news img:hover {
	border:1px solid #b1b1b1
}

.ss_news .story_image_byline {
	text-align:left
}

.right_ad a {
	color:#147;
	text-decoration:none
}

.right_ad a:hover {
	color:#1c68b4;
	text-decoration:underline
}
.related_media {
	height:auto;
	padding:10px;
	border:1px solid #DEDEDE;
	clear:both;
	position:relative
}

.related_media h4 {
	text-align:left;
	margin:0;
	padding:0
}

.rm li {
	list-style:none;
	clear:both;
	min-height:18px;
	margin:3px 0
}

.rm li.rm_link {
	background:url('/libercus/default/css/graphics/rm_link.png') no-repeat 0 top
}

.rm li.rm_audio {
	background:url('/libercus/default/css/graphics/rm_audio.png') no-repeat 0 top
}

.rm li.rm_video {
	background:url('/libercus/default/css/graphics/rm_video.gif') no-repeat 0 top
}

.rm li.rm_pdf {
	background:url('/libercus/default/css/graphics/rm_pdf.png') no-repeat 0 top
}

.rm li a {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:14px;
	color:#147;
	text-decoration:none;
	margin-left:25px;
	display:block
}

.rm li a:hover {
	text-decoration:underline;
	color:#1C68B4
}
.story_image_byline {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:12px;
	margin:3px 0 4px;
	text-align:right;
	color:#9b9b9b
}

.story_image_cutline {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:12px;
	margin:3px 0 8px 10px;
	text-align:left;
	color:#9b9b9b;
	position:relative
}

.story_excerpt {
	font-family:Georgia,serif;
	font-size:12px;
	color:#474747;
	margin:0
}

/* SEARCH PAGE
------------------------------------------------------------------------*/
#search form {
	width: 808px;
	margin: 0 auto;
}

#searchinput {
	font-size: 2em;
	padding: 3px;
	width: 700px;
}
#searchbutton {
	font-size: 2em;
	padding: 5px;
}

#search h2 .bigtitle {
	font-size: 2em;
	font-family: georgia;
	line-height: 1em;
}

.search-item {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
}
.search-item img {
	margin-right: 5px;
}

.textLinkAd{
	background-color: red;
	border: 1px black solid;
}


/******** MASTHEAD STYLES AND FIXES *********/
#head{ height:auto; background-color:transparent; width:1002px; margin:auto;}

#head a{text-decoration:none;}

#head ul{margin:0px;padding:0px;}

#head ul li, #mainmenu #menu li{float:left;text-align:center;list-style-type:none;width:100px;}

#head #buttons{}

#head #buttons li{height:27px;border-right:1px groove #fff;width:99px;background-color:#dfe3e6;}

#head #buttons li:hover{background-color:#16437c;}

#head #buttons li:hover a{color:#dfe3e6;}

#head #buttons .noborder{width:100px;border:0px;}

#head #buttons li a{display:block;height:inherit;color: #16437c;font-weight: bold;font-size: 13px;padding-top:4px; text-align:center;}



#head #buttons .green{	background-color:#1fb25a;}

#head #buttons .green:hover{background-color:#dfe3e6;}

#head #buttons .green:hover a{color: #1fb25a;font-weight:bold;}

#head #buttons .blue{	background-color:#16437c;}

#head #buttons .blue:hover{background-color:#dfe3e6;}

#head #buttons .blue:hover a{color: #16437c;font-weight:bold;}

#head #buttons .green a, #head #buttons .blue a{color:#fff;padding-top:6px;font-size:11px;font-weight:normal;}

#head-middle {}

#head #logo{	float:left;	width:312px; padding-top:20px;}

#head #weather{float:left;width:267px;}

#head #weather #awcurrent{float:left;width:113px;}

#head #weather #weather-data{width: 146px;padding-left:7px;padding-top:25px;float:left;font-size:11px;}

#head #weather .date{color:#979797}
#head #weather .temp{font-size:17px;font-weight:bold;margin-top:4px;margin-bottom:4px;}
#head #weather a{color:#16437c;font-size:11px;}

#head #searchbox{float: left;margin: 19px 0px;margin-left:30px; margin-top:35px; position: relative; z-index: 99;}

#head #searchbox-wrapper{ border: 1px solid #B9B9B9; padding: 3px 5px; margin-bottom:10px;}

#head #searchbox .searchbox{border:0px;width:330px;color:#b9b9b9; margin:0px;}

#head #searchbox .search-button{ margin-top:2px; margin-left:2px;}

#mainmenu{ margin:0px !important; }

#mainmenu #menu{}

#mainmenu #menu li{background-color:#666;padding-bottom:1px;border-right:1px groove #fff;width:99px;}

#mainmenu #menu .noborder{border:0px;width:100px;}

#mainmenu #menu li a{display: block;color: white;font-weight: bold;font-size: 13px;padding-top: 3px;padding-bottom: 2px;border-bottom: 5px solid; text-decoration:none;}


#mainmenu #menu .now a{border-bottom-color:#007227;}

#mainmenu #menu .news a{border-bottom-color:#90c616;}

#mainmenu #menu .local a{border-bottom-color:#ffb80e;}

#mainmenu #menu .sports a{border-bottom-color:#ff7900;}

#mainmenu #menu .opinion a{border-bottom-color:#f53333;}

#mainmenu #menu .ae a {border-bottom-color:#f6299f;}

#mainmenu #menu .life a{border-bottom-color:#b23cea;}

#mainmenu #menu .business a{border-bottom-color:#426aff;}

#mainmenu #menu .multimedia a{border-bottom-color:#32b2f3;}

#mainmenu #menu .blogs a{border-bottom-color:#00A1A3;}


#mainmenu #menu .cell{position:relative}

#mainmenu #menu .cell .menu-arrow{ position:absolute; top:27px; left:40px; }

.clr{clear:both;}

#subnav{
/*position: absolute;
z-index: 200;*/

}

.mainsubnavsection{ position:relative; margin-top: -55px; background-color:transparent; z-index:1;}

.mainsubnavsection{
	margin-top: 12px;
}

.mainsubnavsection .border4{ background-color:#fff; min-height: 170px;}

#quickLinks{ padding-top:20px !important;}

#oas_Top1{
	margin-top:0px !important;
}
/* BEGIN PGSTORE
--------------------------------------------------------------------------------------- */

.pgstore-slide {
	margin-top: 30px;
	position: relative;
	height: 300px;
	width: 298px;
	text-align: center;
	border: 1px solid #e2e0d4;
}
.pgstore-header {
	background: #E2E0D4;
	padding: 10px;
	width: 280px;
}
.pgstore-header h2 {
	font-size: 18px;
	font-family: helvetica;
	text-align: left;
	margin: 0;
	padding: 0;
}
.pgstore-logo {
	width: 84px;
	height: 30px;
	background:url('/libercus/default/css/graphics/pgstore-logo.png') no-repeat scroll 0 0 transparent;
	position: absolute;
	right: 5px;
}
#slider-code { height: 215px; overflow:hidden; margin-top:10px;}
#slider-code .viewport { float: left; width: 248px; height: 200px; overflow: hidden; position: relative; }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 150px; border: 1px solid #dcdcdc; width: 240px;}
#slider-code .buttons {
	background:url('/libercus/default/css/graphics/buttons2.png') no-repeat scroll 0 0 transparent;
	display: block;
	margin: 75px 0 0;
	background-position: 0 -25px;
	text-indent: -999em;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	position: relative;
}
#slider-code .next {
	top: 0;
	background-position: 0 0;
	margin: 75px 0 0;
}
#slider-code .pgstore_caption {
	font-size: 14px;
	margin-top: 10px;
}
/*END OF PGSTORE
--------------------------------------------------------------------------------------- */

.pg440{
	width: 440px;
	margin: 0 0px 0px 0px;
	float: right;
	border: #cecece 1px solid;
}




/**************** FOOTER AD THINGS  *******************/
#footer-ad-anchor{
	position:fixed;
	bottom:0px;
	z-index:100;
	width:100%;
	left:0px;
}
#footer-ad{
	background-image:url(/libercus/default/css/images/city.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:1000px;
	margin:auto;	
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#373738;
	background-color:#fff;
}

#footer-ad h1, #footer-ad p{
	font-family:Helvetica, Arial, sans-serif;
}


#footer-ad .control{
	position:absolute;
	right:10px;
	top:10px;
	font-size:12px;
	color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
}

#footer-ad img{
	border:0px;
}

#footer-ad #footer-ad-logo{
	float: left;
	width: 300px;
	padding: 15px;
}

#footer-ad-teaser{
	position:relative;
}

#footer-ad h1{
	font-size: 24px;
	margin: 15px;
	float: left;
	width: 600px;
	color: rgb(255, 255, 255);
	font-weight: normal;
}

#footer-ad-contents{
	padding-top:86px;
	display:none;
}


#footer-ad-contents .left-col{
	float: right;
	text-align: right;
	background-image: url("/libercus/default/css/images/pg_devices_c.png");
	width: 500px;
	padding-top: 190px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 30px;
}

#footer-ad-contents .right-col{
	float: right;
	width: 360px;
	padding-top: 105px;
	padding-right: 80px;
}

#footer-ad-contents .green-button{
	display:inline-block;
	background-color:#0ea94d;
	font-size:20px;
	color:#fff;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	padding:7px 10px;
	text-align:center;
	text-decoration:none;
	
}

#footer-ad .close{
color: #fff; display: block; position: absolute; top: -15px; right: -15px; background-color: black;-webkit-border-radius: 30px;border-radius: 30px;border: 3px solid white;height: 10px;width: 10px;padding: 5px;line-height: 10px;-webkit-box-shadow: 0px 0px 3px 3px rgba(55, 55, 55, .25);box-shadow: 0px 0px 3px 3px rgba(55, 55, 55, .25);font-weight: bold; text-decoration:none; cursor:pointer; 
} 

.footer-section h4{float:left;}

/** END OF ARTICLE AD *************/
#eoa-ad{background-image:url(/libercus/default/css/images/pg_logo.jpg); padding-left:76px;background-repeat:no-repeat; background-position:left; font-size:20px; height:78px; display:table; margin-top:20px;}

#eoa-ad a{display:table-cell; vertical-align:middle; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}.green,a.green{color:#1fb15c;}


/* Setting the Seen */
.seenLower{
	width:1000px;
	margin:10px 0;
	display:inline-block;
}

.seenNewsBox{
	display:inline-block;
	width: 235px;
	margin: 20px 10px 30px 0;
	border: #cecece 1px solid;
	line-height: 1.2em;
	font-size: 12px;
	vertical-align: top;
}
.seenNewsBox .boxhead { margin-bottom:-5px; }
.seenNewsBox .section_box { background-color:#ff3c81; }
.seenNewsBox .promo_box { font-family:Georgia,serif; margin:0px 0; border:0px; }
.seenNewsBox .promo_content { padding-top: 0px; }

.seenNewsBox .boxhead h2{
	text-transform: none;
}

.seenSeenBox{
	width:485px;
	display:inline-block;
	border: #cecece 1px solid;
	margin: 20px 0 25px 0;
}

.seenSeenBox h2{
	font-size: 1.4em;
}

/*input{
	background-color: none !important;
}

#search{
	color:#000 !important;
	font-size:16px !important;
}

#business-form{
	display: none;
}


#___gcse_0 .gsc-control-cse{
	background-color: none !important;
	background: none !important;
	border:none
}

.cse input.gsc-search-button, td.gsc-search-button{
	height:25px !important;
	border-radius: 4px !important;
	color: #FFF !important;
	
}

#gsc-iw-id1{ 
	border-radius: 4px !important;
	height:25px !important;
	
}

#gsc-i-id1{
	background: none !important;
}

 #gs_tti52 input{
	background: none !important;
	color: #000 !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus{
	border-color: #000;
}


#head #searchbox .searchbox{
	border:0px;
	width:284px !important;
	color:#b9b9b9; 
	margin:0px; 
	padding:0 0px !important; 
	height:19px !important;
}

#head #searchbox-wrapper{ 
	width: 284px !important; 
	height:19px !important;
	border-radius: 4px; 
	border:1px solid #BCCDF0 !important ;   	
}

#head #searchbox .search-button{ 
	background: #E9E9E9;
	margin-top:2px !important; 
	margin-left:2px !important;
}


input.search-button, input.search-button:hover, input.search-button:focus {
    background-color: #e9e9e9;
    background-image: none;
    border-color: #336699;
    filter: none;
}


 .search-button input.search-button-v2, input.search-button-v2 {
    height: 13px;
    margin-top: 2px;
    min-width: 13px;
    padding: 6px 27px;
    width: 13px;
}

 input.search-button, input.search-button {
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
    border: 1px solid #000;
    border-radius: 2px;
}*/

/***** UGC THINGS ********/
.loading{
    background-image:url(/libercus/default/css/graphics/AjaxLoader.gif);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 64px;
}

.ugcbox h2, .ugcbox h2 a, .ugc-section-closer h2, .ugc-section-closer h2 a{
	color: rgb(102, 102, 102);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.ugcbox .fmsharelink, .ugc-section-closer .fmsharelink{
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 10px;
	display: inline-block;
}

.ugc-section-closer {
	padding-bottom: 10px;
}
.ugc-section-closer .left-col, .ugc-section-closer .right-col{
	width: 45%;
	margin: 2%;
	float: left;
}

.news-box-header-link{
	padding: 10px;
}

.news-box-header-link a{
	color: rgb(102, 102, 102);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}


.ugc-section-closer .fm-photo-caption, .ugcbox .fm-photo-caption{
	padding: 5px;
	text-align: right;
}

.ugc-section-closer .fm-photo-wrap{
	height: 205px;
	overflow: hidden;
}

.ugcbox .fm-photo-wrap{
}

.ugc-section-closer .fm-single-photo-title, .ugcbox .fm-single-photo-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
}

.ugc-section-closer .fm-single-photo-credit, .ugcbox .fm-single-photo-credit{
	font-style: italic;
}



.responsive-slider { height: 1%; margin: 0px 0 0; overflow:hidden; position: relative; padding: 0 10px 10px;   }
.responsive-slider .viewport { height: 170px; overflow: hidden; position: relative; float: left; width: 92%; }
.responsive-slider .buttons {
	background-image:url(/libercus/default/css/graphics/buttons2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
    display:block;
    margin:75px 0 0;
    background-position:0 -25px;
    text-indent:-999em;
    float:left;
    width:25px;
    height:25px;
    overflow:hidden;
    position:relative
}

.responsive-slider .next-button {
    background-position:0 0;
    margin:75px 0 0
}



.responsive-slider .disable { visibility: hidden; }
.responsive-slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
.responsive-slider .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height:170px; border: 1px solid #dcdcdc; width:300px; background-color:#dcdcdc;}
.responsive-slider .overview li img{ width: 100%;}
.responsive-slider .caption {
    display:none;
    width:280px;
    position:absolute;
    bottom:1px;
    padding:10px;
    background:#222;
    color:#fff;
    text-decoration:none!important
}

hr.ugc{
	width: 90%;
	margin: 30px auto;
}


.fancybox-opened {
z-index: 10000002;
}

.upload-widget {
	border: 1px solid #d3d3d3;
background-color: #eee;
width: 50%;
margin: auto auto 20px;
padding: 10px 9px 20px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
max-width: 600px;
}

.upload-widget .btn-lg{
	font-size: 30px !important;
	text-decoration: none !important;
}

.upload-widget i{
	font-size: 1em;

}

.upload-widget span {
font-size: 22px;
position: relative;
top: -6px;
margin-left: 10px;
line-height: 1em;
}

@media (max-width: 500px){
    
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .responsive-slider .viewport { width: 82%; }
    .responsive-slider{ padding: 0 0px 10px;}
}

@font-face {
	font-family: 'icomoon';
	src:url('/libercus/default/css/fonts/icomoon.eot?ciw0ke');
	src:url('/libercus/default/css/fonts/icomoon.eot?#iefixciw0ke') format('embedded-opentype'),
		url('/libercus/default/css/fonts/icomoon.woff?ciw0ke') format('woff'),
		url('/libercus/default/css/fonts/icomoon.ttf?ciw0ke') format('truetype'),
		url('/libercus/default/css/fonts/icomoon.svg?ciw0ke#icomoon') 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;
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.8571428571428572em;
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}

.icon-share-nobg:before {
	content: "\e95f";
}
.icon-glass:before {
	content: "\f000";
}
.icon-music:before {
	content: "\f001";
}
.icon-search:before {
	content: "\f002";
}
.icon-envelope-o:before {
	content: "\f003";
}
.icon-heart:before {
	content: "\f004";
}
.icon-star:before {
	content: "\f005";
}
.icon-star-o:before {
	content: "\f006";
}
.icon-user:before {
	content: "\f007";
}
.icon-film:before {
	content: "\f008";
}
.icon-th-large:before {
	content: "\f009";
}
.icon-th:before {
	content: "\f00a";
}
.icon-th-list:before {
	content: "\f00b";
}
.icon-check:before {
	content: "\f00c";
}
.icon-times:before {
	content: "\f00d";
}
.icon-search-plus:before {
	content: "\f00e";
}
.icon-search-minus:before {
	content: "\f010";
}
.icon-power-off:before {
	content: "\f011";
}
.icon-signal:before {
	content: "\f012";
}
.icon-gear:before {
	content: "\f013";
}
.icon-trash-o:before {
	content: "\f014";
}
.icon-home:before {
	content: "\f015";
}
.icon-file-o:before {
	content: "\f016";
}
.icon-clock-o:before {
	content: "\f017";
}
.icon-road:before {
	content: "\f018";
}
.icon-download:before {
	content: "\f019";
}
.icon-arrow-circle-o-down:before {
	content: "\f01a";
}
.icon-arrow-circle-o-up:before {
	content: "\f01b";
}
.icon-inbox:before {
	content: "\f01c";
}
.icon-play-circle-o:before {
	content: "\f01d";
}
.icon-rotate-right:before {
	content: "\f01e";
}
.icon-refresh:before {
	content: "\f021";
}
.icon-list-alt:before {
	content: "\f022";
}
.icon-lock:before {
	content: "\f023";
}
.icon-flag:before {
	content: "\f024";
}
.icon-headphones:before {
	content: "\f025";
}
.icon-volume-off:before {
	content: "\f026";
}
.icon-volume-down:before {
	content: "\f027";
}
.icon-volume-up:before {
	content: "\f028";
}
.icon-qrcode:before {
	content: "\f029";
}
.icon-barcode:before {
	content: "\f02a";
}
.icon-tag:before {
	content: "\f02b";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-book:before {
	content: "\f02d";
}
.icon-bookmark:before {
	content: "\f02e";
}
.icon-print:before {
	content: "\f02f";
}
.icon-camera:before {
	content: "\f030";
}
.icon-font:before {
	content: "\f031";
}
.icon-bold:before {
	content: "\f032";
}
.icon-italic:before {
	content: "\f033";
}
.icon-text-height:before {
	content: "\f034";
}
.icon-text-width:before {
	content: "\f035";
}
.icon-align-left:before {
	content: "\f036";
}
.icon-align-center:before {
	content: "\f037";
}
.icon-align-right:before {
	content: "\f038";
}
.icon-align-justify:before {
	content: "\f039";
}
.icon-list:before {
	content: "\f03a";
}
.icon-dedent:before {
	content: "\f03b";
}
.icon-indent:before {
	content: "\f03c";
}
.icon-video-camera:before {
	content: "\f03d";
}
.icon-picture-o:before {
	content: "\f03e";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-adjust:before {
	content: "\f042";
}
.icon-tint:before {
	content: "\f043";
}
.icon-edit:before {
	content: "\f044";
}
.icon-share-square-o:before {
	content: "\f045";
}
.icon-check-square-o:before {
	content: "\f046";
}
.icon-arrows:before {
	content: "\f047";
}
.icon-step-backward:before {
	content: "\f048";
}
.icon-fast-backward:before {
	content: "\f049";
}
.icon-backward:before {
	content: "\f04a";
}
.icon-play:before {
	content: "\f04b";
}
.icon-pause:before {
	content: "\f04c";
}
.icon-stop:before {
	content: "\f04d";
}
.icon-forward:before {
	content: "\f04e";
}
.icon-fast-forward:before {
	content: "\f050";
}
.icon-step-forward:before {
	content: "\f051";
}
.icon-eject:before {
	content: "\f052";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-plus-circle:before {
	content: "\f055";
}
.icon-minus-circle:before {
	content: "\f056";
}
.icon-times-circle:before {
	content: "\f057";
}
.icon-check-circle:before {
	content: "\f058";
}
.icon-question-circle:before {
	content: "\f059";
}
.icon-info-circle:before {
	content: "\f05a";
}
.icon-crosshairs:before {
	content: "\f05b";
}
.icon-times-circle-o:before {
	content: "\f05c";
}
.icon-check-circle-o:before {
	content: "\f05d";
}
.icon-ban:before {
	content: "\f05e";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-arrow-up:before {
	content: "\f062";
}
.icon-arrow-down:before {
	content: "\f063";
}
.icon-mail-forward:before {
	content: "\f064";
}
.icon-expand:before {
	content: "\f065";
}
.icon-compress:before {
	content: "\f066";
}
.icon-plus:before {
	content: "\f067";
}
.icon-minus:before {
	content: "\f068";
}
.icon-asterisk:before {
	content: "\f069";
}
.icon-exclamation-circle:before {
	content: "\f06a";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-leaf:before {
	content: "\f06c";
}
.icon-fire:before {
	content: "\f06d";
}
.icon-eye:before {
	content: "\f06e";
}
.icon-eye-slash:before {
	content: "\f070";
}
.icon-warning:before {
	content: "\f071";
}
.icon-plane:before {
	content: "\f072";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-random:before {
	content: "\f074";
}
.icon-comment:before {
	content: "\f075";
}
.icon-magnet:before {
	content: "\f076";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-retweet:before {
	content: "\f079";
}
.icon-shopping-cart:before {
	content: "\f07a";
}
.icon-folder:before {
	content: "\f07b";
}
.icon-folder-open:before {
	content: "\f07c";
}
.icon-arrows-v:before {
	content: "\f07d";
}
.icon-arrows-h:before {
	content: "\f07e";
}
.icon-bar-chart-o:before {
	content: "\f080";
}
.icon-twitter-square:before {
	content: "\f081";
}
.icon-facebook-square:before {
	content: "\f082";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-key:before {
	content: "\f084";
}
.icon-gears:before {
	content: "\f085";
}
.icon-comments:before {
	content: "\f086";
}
.icon-thumbs-o-up:before {
	content: "\f087";
}
.icon-thumbs-o-down:before {
	content: "\f088";
}
.icon-star-half:before {
	content: "\f089";
}
.icon-heart-o:before {
	content: "\f08a";
}
.icon-sign-out:before {
	content: "\f08b";
}
.icon-linkedin-square:before {
	content: "\f08c";
}
.icon-thumb-tack:before {
	content: "\f08d";
}
.icon-external-link:before {
	content: "\f08e";
}
.icon-sign-in:before {
	content: "\f090";
}
.icon-trophy:before {
	content: "\f091";
}
.icon-github-square:before {
	content: "\f092";
}
.icon-upload:before {
	content: "\f093";
}
.icon-lemon-o:before {
	content: "\f094";
}
.icon-phone:before {
	content: "\f095";
}
.icon-square-o:before {
	content: "\f096";
}
.icon-bookmark-o:before {
	content: "\f097";
}
.icon-phone-square:before {
	content: "\f098";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-github:before {
	content: "\f09b";
}
.icon-unlock:before {
	content: "\f09c";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-rss:before {
	content: "\f09e";
}
.icon-hdd-o:before {
	content: "\f0a0";
}
.icon-bullhorn:before {
	content: "\f0a1";
}
.icon-bell:before {
	content: "\f0a2";
}
.icon-certificate:before {
	content: "\f0a3";
}
.icon-hand-o-right:before {
	content: "\f0a4";
}
.icon-hand-o-left:before {
	content: "\f0a5";
}
.icon-hand-o-up:before {
	content: "\f0a6";
}
.icon-hand-o-down:before {
	content: "\f0a7";
}
.icon-arrow-circle-left:before {
	content: "\f0a8";
}
.icon-arrow-circle-right:before {
	content: "\f0a9";
}
.icon-arrow-circle-up:before {
	content: "\f0aa";
}
.icon-arrow-circle-down:before {
	content: "\f0ab";
}
.icon-globe:before {
	content: "\f0ac";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-tasks:before {
	content: "\f0ae";
}
.icon-filter:before {
	content: "\f0b0";
}
.icon-briefcase:before {
	content: "\f0b1";
}
.icon-arrows-alt:before {
	content: "\f0b2";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-chain:before {
	content: "\f0c1";
}
.icon-cloud:before {
	content: "\f0c2";
}
.icon-flask:before {
	content: "\f0c3";
}
.icon-cut:before {
	content: "\f0c4";
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-paperclip:before {
	content: "\f0c6";
}
.icon-save:before {
	content: "\f0c7";
}
.icon-square:before {
	content: "\f0c8";
}
.icon-bars:before {
	content: "\f0c9";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-list-ol:before {
	content: "\f0cb";
}
.icon-strikethrough:before {
	content: "\f0cc";
}
.icon-underline:before {
	content: "\f0cd";
}
.icon-table:before {
	content: "\f0ce";
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-truck:before {
	content: "\f0d1";
}
.icon-pinterest:before {
	content: "\f0d2";
}
.icon-pinterest-square:before {
	content: "\f0d3";
}
.icon-google-plus-square:before {
	content: "\f0d4";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-money:before {
	content: "\f0d6";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-caret-up:before {
	content: "\f0d8";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-columns:before {
	content: "\f0db";
}
.icon-unsorted:before {
	content: "\f0dc";
}
.icon-sort-down:before {
	content: "\f0dd";
}
.icon-sort-up:before {
	content: "\f0de";
}
.icon-envelope:before {
	content: "\f0e0";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-rotate-left:before {
	content: "\f0e2";
}
.icon-legal:before {
	content: "\f0e3";
}
.icon-dashboard:before {
	content: "\f0e4";
}
.icon-comment-o:before {
	content: "\f0e5";
}
.icon-comments-o:before {
	content: "\f0e6";
}
.icon-flash:before {
	content: "\f0e7";
}
.icon-sitemap:before {
	content: "\f0e8";
}
.icon-umbrella:before {
	content: "\f0e9";
}
.icon-paste:before {
	content: "\f0ea";
}
.icon-lightbulb-o:before {
	content: "\f0eb";
}
.icon-exchange:before {
	content: "\f0ec";
}
.icon-cloud-download:before {
	content: "\f0ed";
}
.icon-cloud-upload:before {
	content: "\f0ee";
}
.icon-user-md:before {
	content: "\f0f0";
}
.icon-stethoscope:before {
	content: "\f0f1";
}
.icon-suitcase:before {
	content: "\f0f2";
}
.icon-bell-o:before {
	content: "\f0f3";
}
.icon-coffee:before {
	content: "\f0f4";
}
.icon-cutlery:before {
	content: "\f0f5";
}
.icon-file-text-o:before {
	content: "\f0f6";
}
.icon-building-o:before {
	content: "\f0f7";
}
.icon-hospital-o:before {
	content: "\f0f8";
}
.icon-ambulance:before {
	content: "\f0f9";
}
.icon-medkit:before {
	content: "\f0fa";
}
.icon-fighter-jet:before {
	content: "\f0fb";
}
.icon-beer:before {
	content: "\f0fc";
}
.icon-h-square:before {
	content: "\f0fd";
}
.icon-plus-square:before {
	content: "\f0fe";
}
.icon-angle-double-left:before {
	content: "\f100";
}
.icon-angle-double-right:before {
	content: "\f101";
}
.icon-angle-double-up:before {
	content: "\f102";
}
.icon-angle-double-down:before {
	content: "\f103";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-desktop:before {
	content: "\f108";
}
.icon-laptop:before {
	content: "\f109";
}
.icon-tablet:before {
	content: "\f10a";
}
.icon-mobile-phone:before {
	content: "\f10b";
}
.icon-circle-o:before {
	content: "\f10c";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-spinner:before {
	content: "\f110";
}
.icon-circle:before {
	content: "\f111";
}
.icon-mail-reply:before {
	content: "\f112";
}
.icon-github-alt:before {
	content: "\f113";
}
.icon-folder-o:before {
	content: "\f114";
}
.icon-folder-open-o:before {
	content: "\f115";
}
.icon-smile-o:before {
	content: "\f118";
}
.icon-frown-o:before {
	content: "\f119";
}
.icon-meh-o:before {
	content: "\f11a";
}
.icon-gamepad:before {
	content: "\f11b";
}
.icon-keyboard-o:before {
	content: "\f11c";
}
.icon-flag-o:before {
	content: "\f11d";
}
.icon-flag-checkered:before {
	content: "\f11e";
}
.icon-terminal:before {
	content: "\f120";
}
.icon-code:before {
	content: "\f121";
}
.icon-reply-all:before {
	content: "\f122";
}
.icon-star-half-empty:before {
	content: "\f123";
}
.icon-location-arrow:before {
	content: "\f124";
}
.icon-crop:before {
	content: "\f125";
}
.icon-code-fork:before {
	content: "\f126";
}
.icon-unlink:before {
	content: "\f127";
}
.icon-question:before {
	content: "\f128";
}
.icon-info:before {
	content: "\f129";
}
.icon-exclamation:before {
	content: "\f12a";
}
.icon-superscript:before {
	content: "\f12b";
}
.icon-subscript:before {
	content: "\f12c";
}
.icon-eraser:before {
	content: "\f12d";
}
.icon-puzzle-piece:before {
	content: "\f12e";
}
.icon-microphone:before {
	content: "\f130";
}
.icon-microphone-slash:before {
	content: "\f131";
}
.icon-shield:before {
	content: "\f132";
}
.icon-calendar-o:before {
	content: "\f133";
}
.icon-fire-extinguisher:before {
	content: "\f134";
}
.icon-rocket:before {
	content: "\f135";
}
.icon-maxcdn:before {
	content: "\f136";
}
.icon-chevron-circle-left:before {
	content: "\f137";
}
.icon-chevron-circle-right:before {
	content: "\f138";
}
.icon-chevron-circle-up:before {
	content: "\f139";
}
.icon-chevron-circle-down:before {
	content: "\f13a";
}
.icon-html5:before {
	content: "\f13b";
}
.icon-css3:before {
	content: "\f13c";
}
.icon-anchor:before {
	content: "\f13d";
}
.icon-unlock-alt:before {
	content: "\f13e";
}
.icon-bullseye:before {
	content: "\f140";
}
.icon-ellipsis-h:before {
	content: "\f141";
}
.icon-ellipsis-v:before {
	content: "\f142";
}
.icon-rss-square:before {
	content: "\f143";
}
.icon-play-circle:before {
	content: "\f144";
}
.icon-ticket:before {
	content: "\f145";
}
.icon-minus-square:before {
	content: "\f146";
}
.icon-minus-square-o:before {
	content: "\f147";
}
.icon-level-up:before {
	content: "\f148";
}
.icon-level-down:before {
	content: "\f149";
}
.icon-check-square:before {
	content: "\f14a";
}
.icon-pencil-square:before {
	content: "\f14b";
}
.icon-external-link-square:before {
	content: "\f14c";
}
.icon-share-square:before {
	content: "\f14d";
}
.icon-compass:before {
	content: "\f14e";
}
.icon-toggle-down:before {
	content: "\f150";
}
.icon-toggle-up:before {
	content: "\f151";
}
.icon-toggle-right:before {
	content: "\f152";
}
.icon-euro:before {
	content: "\f153";
}
.icon-gbp:before {
	content: "\f154";
}
.icon-dollar:before {
	content: "\f155";
}
.icon-rupee:before {
	content: "\f156";
}
.icon-cny:before {
	content: "\f157";
}
.icon-ruble:before {
	content: "\f158";
}
.icon-won:before {
	content: "\f159";
}
.icon-bitcoin:before {
	content: "\f15a";
}
.icon-file:before {
	content: "\f15b";
}
.icon-file-text:before {
	content: "\f15c";
}
.icon-sort-alpha-asc:before {
	content: "\f15d";
}
.icon-sort-alpha-desc:before {
	content: "\f15e";
}
.icon-sort-amount-asc:before {
	content: "\f160";
}
.icon-sort-amount-desc:before {
	content: "\f161";
}
.icon-sort-numeric-asc:before {
	content: "\f162";
}
.icon-sort-numeric-desc:before {
	content: "\f163";
}
.icon-thumbs-up:before {
	content: "\f164";
}
.icon-thumbs-down:before {
	content: "\f165";
}
.icon-youtube-square:before {
	content: "\f166";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-xing:before {
	content: "\f168";
}
.icon-xing-square:before {
	content: "\f169";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-dropbox:before {
	content: "\f16b";
}
.icon-stack-overflow:before {
	content: "\f16c";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-flickr:before {
	content: "\f16e";
}
.icon-adn:before {
	content: "\f170";
}
.icon-bitbucket:before {
	content: "\f171";
}
.icon-bitbucket-square:before {
	content: "\f172";
}
.icon-tumblr:before {
	content: "\f173";
}
.icon-tumblr-square:before {
	content: "\f174";
}
.icon-long-arrow-down:before {
	content: "\f175";
}
.icon-long-arrow-up:before {
	content: "\f176";
}
.icon-long-arrow-left:before {
	content: "\f177";
}
.icon-long-arrow-right:before {
	content: "\f178";
}
.icon-apple:before {
	content: "\f179";
}
.icon-windows:before {
	content: "\f17a";
}
.icon-android:before {
	content: "\f17b";
}
.icon-linux:before {
	content: "\f17c";
}
.icon-dribbble:before {
	content: "\f17d";
}
.icon-skype:before {
	content: "\f17e";
}
.icon-foursquare:before {
	content: "\f180";
}
.icon-trello:before {
	content: "\f181";
}
.icon-female:before {
	content: "\f182";
}
.icon-male:before {
	content: "\f183";
}
.icon-gittip:before {
	content: "\f184";
}
.icon-sun-o:before {
	content: "\f185";
}
.icon-moon-o:before {
	content: "\f186";
}
.icon-archive:before {
	content: "\f187";
}
.icon-bug:before {
	content: "\f188";
}
.icon-vk:before {
	content: "\f189";
}
.icon-weibo:before {
	content: "\f18a";
}
.icon-renren:before {
	content: "\f18b";
}
.icon-pagelines:before {
	content: "\f18c";
}
.icon-stack-exchange:before {
	content: "\f18d";
}
.icon-arrow-circle-o-right:before {
	content: "\f18e";
}
.icon-arrow-circle-o-left:before {
	content: "\f190";
}
.icon-toggle-left:before {
	content: "\f191";
}
.icon-dot-circle-o:before {
	content: "\f192";
}
.icon-wheelchair:before {
	content: "\f193";
}
.icon-vimeo-square:before {
	content: "\f194";
}
.icon-turkish-lira:before {
	content: "\f195";
}
.icon-plus-square-o:before {
	content: "\f196";
}
.icon-home2:before {
	content: "\e600";
}
.icon-home3:before {
	content: "\e601";
}
.icon-home4:before {
	content: "\e602";
}
.icon-office:before {
	content: "\e603";
}
.icon-newspaper:before {
	content: "\e604";
}
.icon-pencil2:before {
	content: "\e605";
}
.icon-pencil3:before {
	content: "\e606";
}
.icon-quill:before {
	content: "\e607";
}
.icon-pen:before {
	content: "\e608";
}
.icon-blog:before {
	content: "\e609";
}
.icon-droplet:before {
	content: "\e60a";
}
.icon-paint-format:before {
	content: "\e60b";
}
.icon-image:before {
	content: "\e60c";
}
.icon-image2:before {
	content: "\e60d";
}
.icon-images:before {
	content: "\e60e";
}
.icon-camera2:before {
	content: "\e60f";
}
.icon-music2:before {
	content: "\e610";
}
.icon-headphones2:before {
	content: "\e611";
}
.icon-play2:before {
	content: "\e612";
}
.icon-film2:before {
	content: "\e613";
}
.icon-camera3:before {
	content: "\e614";
}
.icon-dice:before {
	content: "\e615";
}
.icon-pacman:before {
	content: "\e616";
}
.icon-spades:before {
	content: "\e617";
}
.icon-clubs:before {
	content: "\e618";
}
.icon-diamonds:before {
	content: "\e619";
}
.icon-pawn:before {
	content: "\e61a";
}
.icon-bullhorn2:before {
	content: "\e61b";
}
.icon-connection:before {
	content: "\e61c";
}
.icon-podcast:before {
	content: "\e61d";
}
.icon-feed:before {
	content: "\e61e";
}
.icon-book2:before {
	content: "\e61f";
}
.icon-books:before {
	content: "\e620";
}
.icon-library:before {
	content: "\e621";
}
.icon-file2:before {
	content: "\e622";
}
.icon-profile:before {
	content: "\e623";
}
.icon-file3:before {
	content: "\e624";
}
.icon-file4:before {
	content: "\e625";
}
.icon-file5:before {
	content: "\e626";
}
.icon-copy2:before {
	content: "\e627";
}
.icon-copy3:before {
	content: "\e628";
}
.icon-copy4:before {
	content: "\e629";
}
.icon-paste2:before {
	content: "\e62a";
}
.icon-paste3:before {
	content: "\e62b";
}
.icon-paste4:before {
	content: "\e62c";
}
.icon-stack:before {
	content: "\e62d";
}
.icon-folder2:before {
	content: "\e62e";
}
.icon-folder-open2:before {
	content: "\e62f";
}
.icon-tag2:before {
	content: "\e630";
}
.icon-tags2:before {
	content: "\e631";
}
.icon-barcode2:before {
	content: "\e632";
}
.icon-qrcode2:before {
	content: "\e633";
}
.icon-ticket2:before {
	content: "\e634";
}
.icon-cart:before {
	content: "\e635";
}
.icon-cart2:before {
	content: "\e636";
}
.icon-cart3:before {
	content: "\e637";
}
.icon-coin:before {
	content: "\e638";
}
.icon-credit:before {
	content: "\e639";
}
.icon-calculate:before {
	content: "\e63a";
}
.icon-support:before {
	content: "\e63b";
}
.icon-phone2:before {
	content: "\e63c";
}
.icon-phone-hang-up:before {
	content: "\e63d";
}
.icon-address-book:before {
	content: "\e63e";
}
.icon-notebook:before {
	content: "\e63f";
}
.icon-envelope2:before {
	content: "\e640";
}
.icon-pushpin:before {
	content: "\e641";
}
.icon-location:before {
	content: "\e642";
}
.icon-location2:before {
	content: "\e643";
}
.icon-compass2:before {
	content: "\e644";
}
.icon-map:before {
	content: "\e645";
}
.icon-map2:before {
	content: "\e646";
}
.icon-history:before {
	content: "\e647";
}
.icon-clock:before {
	content: "\e648";
}
.icon-clock2:before {
	content: "\e649";
}
.icon-alarm:before {
	content: "\e64a";
}
.icon-alarm2:before {
	content: "\e64b";
}
.icon-bell2:before {
	content: "\e64c";
}
.icon-stopwatch:before {
	content: "\e64d";
}
.icon-calendar2:before {
	content: "\e64e";
}
.icon-calendar3:before {
	content: "\e64f";
}
.icon-print2:before {
	content: "\e650";
}
.icon-keyboard:before {
	content: "\e651";
}
.icon-screen:before {
	content: "\e652";
}
.icon-laptop2:before {
	content: "\e653";
}
.icon-mobile:before {
	content: "\e654";
}
.icon-mobile2:before {
	content: "\e655";
}
.icon-tablet2:before {
	content: "\e656";
}
.icon-tv:before {
	content: "\e657";
}
.icon-cabinet:before {
	content: "\e658";
}
.icon-drawer:before {
	content: "\e659";
}
.icon-drawer2:before {
	content: "\e65a";
}
.icon-drawer3:before {
	content: "\e65b";
}
.icon-box-add:before {
	content: "\e65c";
}
.icon-box-remove:before {
	content: "\e65d";
}
.icon-download2:before {
	content: "\e65e";
}
.icon-upload2:before {
	content: "\e65f";
}
.icon-disk:before {
	content: "\e660";
}
.icon-storage:before {
	content: "\e661";
}
.icon-undo:before {
	content: "\e662";
}
.icon-redo:before {
	content: "\e663";
}
.icon-flip:before {
	content: "\e664";
}
.icon-flip2:before {
	content: "\e665";
}
.icon-undo2:before {
	content: "\e666";
}
.icon-redo2:before {
	content: "\e667";
}
.icon-forward2:before {
	content: "\e668";
}
.icon-reply:before {
	content: "\e669";
}
.icon-bubble:before {
	content: "\e66a";
}
.icon-bubbles:before {
	content: "\e66b";
}
.icon-bubbles2:before {
	content: "\e66c";
}
.icon-bubble2:before {
	content: "\e66d";
}
.icon-bubbles3:before {
	content: "\e66e";
}
.icon-bubbles4:before {
	content: "\e66f";
}
.icon-user2:before {
	content: "\e670";
}
.icon-users:before {
	content: "\e671";
}
.icon-user3:before {
	content: "\e672";
}
.icon-users2:before {
	content: "\e673";
}
.icon-user4:before {
	content: "\e674";
}
.icon-user5:before {
	content: "\e675";
}
.icon-quotes-left:before {
	content: "\e676";
}
.icon-busy:before {
	content: "\e677";
}
.icon-spinner2:before {
	content: "\e678";
}
.icon-spinner3:before {
	content: "\e679";
}
.icon-spinner4:before {
	content: "\e67a";
}
.icon-spinner5:before {
	content: "\e67b";
}
.icon-spinner6:before {
	content: "\e67c";
}
.icon-spinner7:before {
	content: "\e67d";
}
.icon-binoculars:before {
	content: "\e67e";
}
.icon-search2:before {
	content: "\e67f";
}
.icon-zoomin:before {
	content: "\e680";
}
.icon-zoomout:before {
	content: "\e681";
}
.icon-expand2:before {
	content: "\e682";
}
.icon-contract:before {
	content: "\e683";
}
.icon-expand3:before {
	content: "\e684";
}
.icon-contract2:before {
	content: "\e685";
}
.icon-key2:before {
	content: "\e686";
}
.icon-key3:before {
	content: "\e687";
}
.icon-lock2:before {
	content: "\e688";
}
.icon-lock3:before {
	content: "\e689";
}
.icon-unlocked:before {
	content: "\e68a";
}
.icon-wrench2:before {
	content: "\e68b";
}
.icon-settings:before {
	content: "\e68c";
}
.icon-equalizer:before {
	content: "\e68d";
}
.icon-cog:before {
	content: "\e68e";
}
.icon-cogs:before {
	content: "\e68f";
}
.icon-cog2:before {
	content: "\e690";
}
.icon-hammer:before {
	content: "\e691";
}
.icon-wand:before {
	content: "\e692";
}
.icon-aid:before {
	content: "\e693";
}
.icon-bug2:before {
	content: "\e694";
}
.icon-pie:before {
	content: "\e695";
}
.icon-stats:before {
	content: "\e696";
}
.icon-bars2:before {
	content: "\e697";
}
.icon-bars3:before {
	content: "\e698";
}
.icon-gift2:before {
	content: "\e699";
}
.icon-trophy2:before {
	content: "\e69a";
}
.icon-glass2:before {
	content: "\e69b";
}
.icon-mug:before {
	content: "\e69c";
}
.icon-food:before {
	content: "\e69d";
}
.icon-leaf2:before {
	content: "\e69e";
}
.icon-rocket2:before {
	content: "\e69f";
}
.icon-meter:before {
	content: "\e6a0";
}
.icon-meter2:before {
	content: "\e6a1";
}
.icon-dashboard2:before {
	content: "\e6a2";
}
.icon-hammer2:before {
	content: "\e6a3";
}
.icon-fire2:before {
	content: "\e6a4";
}
.icon-lab:before {
	content: "\e6a5";
}
.icon-magnet2:before {
	content: "\e6a6";
}
.icon-remove:before {
	content: "\e6a7";
}
.icon-remove2:before {
	content: "\e6a8";
}
.icon-briefcase2:before {
	content: "\e6a9";
}
.icon-airplane:before {
	content: "\e6aa";
}
.icon-truck2:before {
	content: "\e6ab";
}
.icon-road2:before {
	content: "\e6ac";
}
.icon-accessibility:before {
	content: "\e6ad";
}
.icon-target:before {
	content: "\e6ae";
}
.icon-shield2:before {
	content: "\e6af";
}
.icon-lightning:before {
	content: "\e6b0";
}
.icon-switch:before {
	content: "\e6b1";
}
.icon-powercord:before {
	content: "\e6b2";
}
.icon-signup:before {
	content: "\e6b3";
}
.icon-list2:before {
	content: "\e6b4";
}
.icon-list3:before {
	content: "\e6b5";
}
.icon-numbered-list:before {
	content: "\e6b6";
}
.icon-menu:before {
	content: "\e6b7";
}
.icon-menu2:before {
	content: "\e6b8";
}
.icon-tree:before {
	content: "\e6b9";
}
.icon-cloud2:before {
	content: "\e6ba";
}
.icon-cloud-download2:before {
	content: "\e6bb";
}
.icon-cloud-upload2:before {
	content: "\e6bc";
}
.icon-download3:before {
	content: "\e6bd";
}
.icon-upload3:before {
	content: "\e6be";
}
.icon-download4:before {
	content: "\e6bf";
}
.icon-upload4:before {
	content: "\e6c0";
}
.icon-globe2:before {
	content: "\e6c1";
}
.icon-earth:before {
	content: "\e6c2";
}
.icon-link:before {
	content: "\e6c3";
}
.icon-flag2:before {
	content: "\e6c4";
}
.icon-attachment:before {
	content: "\e6c5";
}
.icon-eye2:before {
	content: "\e6c6";
}
.icon-eye-blocked:before {
	content: "\e6c7";
}
.icon-eye3:before {
	content: "\e6c8";
}
.icon-bookmark2:before {
	content: "\e6c9";
}
.icon-bookmarks:before {
	content: "\e6ca";
}
.icon-brightness-medium:before {
	content: "\e6cb";
}
.icon-brightness-contrast:before {
	content: "\e6cc";
}
.icon-contrast:before {
	content: "\e6cd";
}
.icon-star2:before {
	content: "\e6ce";
}
.icon-star3:before {
	content: "\e6cf";
}
.icon-star4:before {
	content: "\e6d0";
}
.icon-heart2:before {
	content: "\e6d1";
}
.icon-heart3:before {
	content: "\e6d2";
}
.icon-heart-broken:before {
	content: "\e6d3";
}
.icon-thumbs-up2:before {
	content: "\e6d4";
}
.icon-thumbs-up3:before {
	content: "\e6d5";
}
.icon-happy:before {
	content: "\e6d6";
}
.icon-happy2:before {
	content: "\e6d7";
}
.icon-smiley:before {
	content: "\e6d8";
}
.icon-smiley2:before {
	content: "\e6d9";
}
.icon-tongue:before {
	content: "\e6da";
}
.icon-tongue2:before {
	content: "\e6db";
}
.icon-sad:before {
	content: "\e6dc";
}
.icon-sad2:before {
	content: "\e6dd";
}
.icon-wink:before {
	content: "\e6de";
}
.icon-wink2:before {
	content: "\e6df";
}
.icon-grin:before {
	content: "\e6e0";
}
.icon-grin2:before {
	content: "\e6e1";
}
.icon-cool:before {
	content: "\e6e2";
}
.icon-cool2:before {
	content: "\e6e3";
}
.icon-angry:before {
	content: "\e6e4";
}
.icon-angry2:before {
	content: "\e6e5";
}
.icon-evil:before {
	content: "\e6e6";
}
.icon-evil2:before {
	content: "\e6e7";
}
.icon-shocked:before {
	content: "\e6e8";
}
.icon-shocked2:before {
	content: "\e6e9";
}
.icon-confused:before {
	content: "\e6ea";
}
.icon-confused2:before {
	content: "\e6eb";
}
.icon-neutral:before {
	content: "\e6ec";
}
.icon-neutral2:before {
	content: "\e6ed";
}
.icon-wondering:before {
	content: "\e6ee";
}
.icon-wondering2:before {
	content: "\e6ef";
}
.icon-point-up:before {
	content: "\e6f0";
}
.icon-point-right:before {
	content: "\e6f1";
}
.icon-point-down:before {
	content: "\e6f2";
}
.icon-point-left:before {
	content: "\e6f3";
}
.icon-warning2:before {
	content: "\e6f4";
}
.icon-notification:before {
	content: "\e6f5";
}
.icon-question2:before {
	content: "\e6f6";
}
.icon-info2:before {
	content: "\e6f7";
}
.icon-info3:before {
	content: "\e6f8";
}
.icon-blocked:before {
	content: "\e6f9";
}
.icon-cancel-circle:before {
	content: "\e6fa";
}
.icon-checkmark-circle:before {
	content: "\e6fb";
}
.icon-spam:before {
	content: "\e6fc";
}
.icon-close:before {
	content: "\e6fd";
}
.icon-checkmark:before {
	content: "\e6fe";
}
.icon-checkmark2:before {
	content: "\e6ff";
}
.icon-spell-check:before {
	content: "\e700";
}
.icon-minus2:before {
	content: "\e701";
}
.icon-plus2:before {
	content: "\e702";
}
.icon-enter:before {
	content: "\e703";
}
.icon-exit:before {
	content: "\e704";
}
.icon-play3:before {
	content: "\e705";
}
.icon-pause2:before {
	content: "\e706";
}
.icon-stop2:before {
	content: "\e707";
}
.icon-backward2:before {
	content: "\e708";
}
.icon-forward3:before {
	content: "\e709";
}
.icon-play4:before {
	content: "\e70a";
}
.icon-pause3:before {
	content: "\e70b";
}
.icon-stop3:before {
	content: "\e70c";
}
.icon-backward3:before {
	content: "\e70d";
}
.icon-forward4:before {
	content: "\e70e";
}
.icon-first:before {
	content: "\e70f";
}
.icon-last:before {
	content: "\e710";
}
.icon-previous:before {
	content: "\e711";
}
.icon-next:before {
	content: "\e712";
}
.icon-eject2:before {
	content: "\e713";
}
.icon-volume-high:before {
	content: "\e714";
}
.icon-volume-medium:before {
	content: "\e715";
}
.icon-volume-low:before {
	content: "\e716";
}
.icon-volume-mute:before {
	content: "\e717";
}
.icon-volume-mute2:before {
	content: "\e718";
}
.icon-volume-increase:before {
	content: "\e719";
}
.icon-volume-decrease:before {
	content: "\e71a";
}
.icon-loop:before {
	content: "\e71b";
}
.icon-loop2:before {
	content: "\e71c";
}
.icon-loop3:before {
	content: "\e71d";
}
.icon-shuffle:before {
	content: "\e71e";
}
.icon-arrow-up-left:before {
	content: "\e71f";
}
.icon-arrow-up2:before {
	content: "\e720";
}
.icon-arrow-up-right:before {
	content: "\e721";
}
.icon-arrow-right2:before {
	content: "\e722";
}
.icon-arrow-down-right:before {
	content: "\e723";
}
.icon-arrow-down2:before {
	content: "\e724";
}
.icon-arrow-down-left:before {
	content: "\e725";
}
.icon-arrow-left2:before {
	content: "\e726";
}
.icon-arrow-up-left2:before {
	content: "\e727";
}
.icon-arrow-up3:before {
	content: "\e728";
}
.icon-arrow-up-right2:before {
	content: "\e729";
}
.icon-arrow-right3:before {
	content: "\e72a";
}
.icon-arrow-down-right2:before {
	content: "\e72b";
}
.icon-arrow-down3:before {
	content: "\e72c";
}
.icon-arrow-down-left2:before {
	content: "\e72d";
}
.icon-arrow-left3:before {
	content: "\e72e";
}
.icon-arrow-up-left3:before {
	content: "\e72f";
}
.icon-arrow-up4:before {
	content: "\e730";
}
.icon-arrow-up-right3:before {
	content: "\e731";
}
.icon-arrow-right4:before {
	content: "\e732";
}
.icon-arrow-down-right3:before {
	content: "\e733";
}
.icon-arrow-down4:before {
	content: "\e734";
}
.icon-arrow-down-left3:before {
	content: "\e735";
}
.icon-arrow-left4:before {
	content: "\e736";
}
.icon-tab:before {
	content: "\e737";
}
.icon-checkbox-checked:before {
	content: "\e738";
}
.icon-checkbox-unchecked:before {
	content: "\e739";
}
.icon-checkbox-partial:before {
	content: "\e73a";
}
.icon-radio-checked:before {
	content: "\e73b";
}
.icon-radio-unchecked:before {
	content: "\e73c";
}
.icon-crop2:before {
	content: "\e73d";
}
.icon-scissors:before {
	content: "\e73e";
}
.icon-filter2:before {
	content: "\e73f";
}
.icon-filter3:before {
	content: "\e740";
}
.icon-font2:before {
	content: "\e741";
}
.icon-text-height2:before {
	content: "\e742";
}
.icon-text-width2:before {
	content: "\e743";
}
.icon-bold2:before {
	content: "\e744";
}
.icon-underline2:before {
	content: "\e745";
}
.icon-italic2:before {
	content: "\e746";
}
.icon-strikethrough2:before {
	content: "\e747";
}
.icon-omega:before {
	content: "\e748";
}
.icon-sigma:before {
	content: "\e749";
}
.icon-table2:before {
	content: "\e74a";
}
.icon-table3:before {
	content: "\e74b";
}
.icon-insert-template:before {
	content: "\e74c";
}
.icon-pilcrow:before {
	content: "\e74d";
}
.icon-lefttoright:before {
	content: "\e74e";
}
.icon-righttoleft:before {
	content: "\e74f";
}
.icon-paragraph-left:before {
	content: "\e750";
}
.icon-paragraph-center:before {
	content: "\e751";
}
.icon-paragraph-right:before {
	content: "\e752";
}
.icon-paragraph-justify:before {
	content: "\e753";
}
.icon-paragraph-left2:before {
	content: "\e754";
}
.icon-paragraph-center2:before {
	content: "\e755";
}
.icon-paragraph-right2:before {
	content: "\e756";
}
.icon-paragraph-justify2:before {
	content: "\e757";
}
.icon-indent-increase:before {
	content: "\e758";
}
.icon-indent-decrease:before {
	content: "\e759";
}
.icon-newtab:before {
	content: "\e75a";
}
.icon-embed:before {
	content: "\e75b";
}
.icon-code2:before {
	content: "\e75c";
}
.icon-console:before {
	content: "\e75d";
}
.icon-share:before {
	content: "\e75e";
}
.icon-mail:before {
	content: "\e75f";
}
.icon-mail2:before {
	content: "\e760";
}
.icon-mail3:before {
	content: "\e761";
}
.icon-mail4:before {
	content: "\e762";
}
.icon-google:before {
	content: "\e763";
}
.icon-googleplus:before {
	content: "\e764";
}
.icon-googleplus2:before {
	content: "\e765";
}
.icon-googleplus3:before {
	content: "\e766";
}
.icon-googleplus4:before {
	content: "\e767";
}
.icon-google-drive:before {
	content: "\e768";
}
.icon-facebook2:before {
	content: "\e769";
}
.icon-facebook3:before {
	content: "\e76a";
}
.icon-facebook4:before {
	content: "\e76b";
}
.icon-instagram2:before {
	content: "\e76c";
}
.icon-twitter2:before {
	content: "\e76d";
}
.icon-twitter3:before {
	content: "\e76e";
}
.icon-twitter4:before {
	content: "\e76f";
}
.icon-feed2:before {
	content: "\e770";
}
.icon-feed3:before {
	content: "\e771";
}
.icon-feed4:before {
	content: "\e772";
}
.icon-youtube2:before {
	content: "\e773";
}
.icon-youtube3:before {
	content: "\e774";
}
.icon-vimeo:before {
	content: "\e775";
}
.icon-vimeo2:before {
	content: "\e776";
}
.icon-vimeo3:before {
	content: "\e777";
}
.icon-lanyrd:before {
	content: "\e778";
}
.icon-flickr2:before {
	content: "\e779";
}
.icon-flickr3:before {
	content: "\e77a";
}
.icon-flickr4:before {
	content: "\e77b";
}
.icon-flickr5:before {
	content: "\e77c";
}
.icon-picassa:before {
	content: "\e77d";
}
.icon-picassa2:before {
	content: "\e77e";
}
.icon-dribbble2:before {
	content: "\e77f";
}
.icon-dribbble3:before {
	content: "\e780";
}
.icon-dribbble4:before {
	content: "\e781";
}
.icon-forrst:before {
	content: "\e782";
}
.icon-forrst2:before {
	content: "\e783";
}
.icon-deviantart:before {
	content: "\e784";
}
.icon-deviantart2:before {
	content: "\e785";
}
.icon-steam:before {
	content: "\e786";
}
.icon-steam2:before {
	content: "\e787";
}
.icon-github2:before {
	content: "\e788";
}
.icon-github3:before {
	content: "\e789";
}
.icon-github4:before {
	content: "\e78a";
}
.icon-github5:before {
	content: "\e78b";
}
.icon-github6:before {
	content: "\e78c";
}
.icon-wordpress:before {
	content: "\e78d";
}
.icon-wordpress2:before {
	content: "\e78e";
}
.icon-joomla:before {
	content: "\e78f";
}
.icon-blogger:before {
	content: "\e790";
}
.icon-blogger2:before {
	content: "\e791";
}
.icon-tumblr2:before {
	content: "\e792";
}
.icon-tumblr3:before {
	content: "\e793";
}
.icon-yahoo:before {
	content: "\e794";
}
.icon-tux:before {
	content: "\e795";
}
.icon-apple2:before {
	content: "\e796";
}
.icon-finder:before {
	content: "\e797";
}
.icon-android2:before {
	content: "\e798";
}
.icon-windows2:before {
	content: "\e799";
}
.icon-windows8:before {
	content: "\e79a";
}
.icon-soundcloud:before {
	content: "\e79b";
}
.icon-soundcloud2:before {
	content: "\e79c";
}
.icon-skype2:before {
	content: "\e79d";
}
.icon-reddit:before {
	content: "\e79e";
}
.icon-linkedin2:before {
	content: "\e79f";
}
.icon-lastfm:before {
	content: "\e7a0";
}
.icon-lastfm2:before {
	content: "\e7a1";
}
.icon-delicious:before {
	content: "\e7a2";
}
.icon-stumbleupon:before {
	content: "\e7a3";
}
.icon-stumbleupon2:before {
	content: "\e7a4";
}
.icon-stackoverflow:before {
	content: "\e7a5";
}
.icon-pinterest2:before {
	content: "\e7a6";
}
.icon-pinterest3:before {
	content: "\e7a7";
}
.icon-xing2:before {
	content: "\e7a8";
}
.icon-xing3:before {
	content: "\e7a9";
}
.icon-flattr:before {
	content: "\e7aa";
}
.icon-foursquare2:before {
	content: "\e7ab";
}
.icon-foursquare3:before {
	content: "\e7ac";
}
.icon-paypal:before {
	content: "\e7ad";
}
.icon-paypal2:before {
	content: "\e7ae";
}
.icon-paypal3:before {
	content: "\e7af";
}
.icon-yelp:before {
	content: "\e7b0";
}
.icon-libreoffice:before {
	content: "\e7b1";
}
.icon-file-pdf:before {
	content: "\e7b2";
}
.icon-file-openoffice:before {
	content: "\e7b3";
}
.icon-file-word:before {
	content: "\e7b4";
}
.icon-file-excel:before {
	content: "\e7b5";
}
.icon-file-zip:before {
	content: "\e7b6";
}
.icon-file-powerpoint:before {
	content: "\e7b7";
}
.icon-file-xml:before {
	content: "\e7b8";
}
.icon-file-css:before {
	content: "\e7b9";
}
.icon-html52:before {
	content: "\e7ba";
}
.icon-html53:before {
	content: "\e7bb";
}
.icon-css32:before {
	content: "\e7bc";
}
.icon-chrome:before {
	content: "\e7bd";
}
.icon-firefox:before {
	content: "\e7be";
}
.icon-IE:before {
	content: "\e7bf";
}
.icon-opera:before {
	content: "\e7c0";
}
.icon-safari:before {
	content: "\e7c1";
}
.icon-IcoMoon:before {
	content: "\e7c2";
}
.icon-store:before {
	content: "\e7c3";
}
.icon-out:before {
	content: "\e7c4";
}
.icon-in:before {
	content: "\e7c5";
}
.icon-in-alt:before {
	content: "\e7c6";
}
.icon-home5:before {
	content: "\e7c7";
}
.icon-lightbulb:before {
	content: "\e7c8";
}
.icon-anchor2:before {
	content: "\e7c9";
}
.icon-feather:before {
	content: "\e7ca";
}
.icon-expand4:before {
	content: "\e7cb";
}
.icon-maximize:before {
	content: "\e7cc";
}
.icon-search3:before {
	content: "\e7cd";
}
.icon-zoomin2:before {
	content: "\e7ce";
}
.icon-zoomout2:before {
	content: "\e7cf";
}
.icon-add:before {
	content: "\e7d0";
}
.icon-subtract:before {
	content: "\e7d1";
}
.icon-exclamation2:before {
	content: "\e7d2";
}
.icon-question3:before {
	content: "\e7d3";
}
.icon-close2:before {
	content: "\e7d4";
}
.icon-cmd:before {
	content: "\e7d5";
}
.icon-forbid:before {
	content: "\e7d6";
}
.icon-book3:before {
	content: "\e7d7";
}
.icon-spinner8:before {
	content: "\e7d8";
}
.icon-play5:before {
	content: "\e7d9";
}
.icon-stop4:before {
	content: "\e7da";
}
.icon-pause4:before {
	content: "\e7db";
}
.icon-forward5:before {
	content: "\e7dc";
}
.icon-rewind:before {
	content: "\e7dd";
}
.icon-sound:before {
	content: "\e7de";
}
.icon-sound-alt:before {
	content: "\e7df";
}
.icon-soundoff:before {
	content: "\e7e0";
}
.icon-task:before {
	content: "\e7e1";
}
.icon-inbox2:before {
	content: "\e7e2";
}
.icon-inbox-alt:before {
	content: "\e7e3";
}
.icon-envelope3:before {
	content: "\e7e4";
}
.icon-compose:before {
	content: "\e7e5";
}
.icon-newspaper2:before {
	content: "\e7e6";
}
.icon-newspaper-alt:before {
	content: "\e7e7";
}
.icon-clipboard:before {
	content: "\e7e8";
}
.icon-calendar4:before {
	content: "\e7e9";
}
.icon-hyperlink:before {
	content: "\e7ea";
}
.icon-trash:before {
	content: "\e7eb";
}
.icon-trash-alt:before {
	content: "\e7ec";
}
.icon-grid:before {
	content: "\e7ed";
}
.icon-grid-alt:before {
	content: "\e7ee";
}
.icon-menu3:before {
	content: "\e7ef";
}
.icon-list4:before {
	content: "\e7f0";
}
.icon-gallery:before {
	content: "\e7f1";
}
.icon-calculator:before {
	content: "\e7f2";
}
.icon-windows3:before {
	content: "\e7f3";
}
.icon-browser:before {
	content: "\e7f4";
}
.icon-alarm3:before {
	content: "\e7f5";
}
.icon-clock3:before {
	content: "\e7f6";
}
.icon-attachment2:before {
	content: "\e7f7";
}
.icon-settings2:before {
	content: "\e7f8";
}
.icon-portfolio:before {
	content: "\e7f9";
}
.icon-user6:before {
	content: "\e7fa";
}
.icon-users3:before {
	content: "\e7fb";
}
.icon-heart4:before {
	content: "\e7fc";
}
.icon-chat:before {
	content: "\e7fd";
}
.icon-comments2:before {
	content: "\e7fe";
}
.icon-screen2:before {
	content: "\e7ff";
}
.icon-iphone:before {
	content: "\e800";
}
.icon-ipad:before {
	content: "\e801";
}
.icon-forkandspoon:before {
	content: "\e802";
}
.icon-forkandknife:before {
	content: "\e803";
}
.icon-instagram3:before {
	content: "\e804";
}
.icon-facebook5:before {
	content: "\e805";
}
.icon-delicious2:before {
	content: "\e806";
}
.icon-googleplus5:before {
	content: "\e807";
}
.icon-dribbble5:before {
	content: "\e808";
}
.icon-pin:before {
	content: "\e809";
}
.icon-pin-alt:before {
	content: "\e80a";
}
.icon-camera4:before {
	content: "\e80b";
}
.icon-brightness:before {
	content: "\e80c";
}
.icon-brightness-half:before {
	content: "\e80d";
}
.icon-moon:before {
	content: "\e80e";
}
.icon-cloud3:before {
	content: "\e80f";
}
.icon-circle-full:before {
	content: "\e810";
}
.icon-circle-half:before {
	content: "\e811";
}
.icon-globe3:before {
	content: "\e812";
}
.icon-heart5:before {
	content: "\e813";
}
.icon-cloud4:before {
	content: "\e814";
}
.icon-star5:before {
	content: "\e815";
}
.icon-tv2:before {
	content: "\e816";
}
.icon-sound2:before {
	content: "\e817";
}
.icon-video:before {
	content: "\e818";
}
.icon-trash2:before {
	content: "\e819";
}
.icon-user7:before {
	content: "\e81a";
}
.icon-key4:before {
	content: "\e81b";
}
.icon-search4:before {
	content: "\e81c";
}
.icon-settings3:before {
	content: "\e81d";
}
.icon-camera5:before {
	content: "\e81e";
}
.icon-tag3:before {
	content: "\e81f";
}
.icon-lock4:before {
	content: "\e820";
}
.icon-bulb:before {
	content: "\e821";
}
.icon-pen2:before {
	content: "\e822";
}
.icon-diamond:before {
	content: "\e823";
}
.icon-display:before {
	content: "\e824";
}
.icon-location3:before {
	content: "\e825";
}
.icon-eye4:before {
	content: "\e826";
}
.icon-bubble3:before {
	content: "\e827";
}
.icon-stack2:before {
	content: "\e828";
}
.icon-cup:before {
	content: "\e829";
}
.icon-phone3:before {
	content: "\e82a";
}
.icon-news:before {
	content: "\e82b";
}
.icon-mail5:before {
	content: "\e82c";
}
.icon-like:before {
	content: "\e82d";
}
.icon-photo:before {
	content: "\e82e";
}
.icon-note:before {
	content: "\e82f";
}
.icon-clock4:before {
	content: "\e830";
}
.icon-paperplane:before {
	content: "\e831";
}
.icon-params:before {
	content: "\e832";
}
.icon-banknote:before {
	content: "\e833";
}
.icon-data:before {
	content: "\e834";
}
.icon-music3:before {
	content: "\e835";
}
.icon-megaphone:before {
	content: "\e836";
}
.icon-study:before {
	content: "\e837";
}
.icon-lab2:before {
	content: "\e838";
}
.icon-food2:before {
	content: "\e839";
}
.icon-t-shirt:before {
	content: "\e83a";
}
.icon-fire3:before {
	content: "\e83b";
}
.icon-clip:before {
	content: "\e83c";
}
.icon-shop:before {
	content: "\e83d";
}
.icon-calendar5:before {
	content: "\e83e";
}
.icon-wallet:before {
	content: "\e83f";
}
.icon-vynil:before {
	content: "\e840";
}
.icon-truck3:before {
	content: "\e841";
}
.icon-world:before {
	content: "\e842";
}
.icon-phone4:before {
	content: "\e843";
}
.icon-mobile3:before {
	content: "\e844";
}
.icon-mouse:before {
	content: "\e845";
}
.icon-directions:before {
	content: "\e846";
}
.icon-mail6:before {
	content: "\e847";
}
.icon-paperplane2:before {
	content: "\e848";
}
.icon-pencil4:before {
	content: "\e849";
}
.icon-feather2:before {
	content: "\e84a";
}
.icon-paperclip2:before {
	content: "\e84b";
}
.icon-drawer4:before {
	content: "\e84c";
}
.icon-reply2:before {
	content: "\e84d";
}
.icon-reply-all2:before {
	content: "\e84e";
}
.icon-forward6:before {
	content: "\e84f";
}
.icon-user8:before {
	content: "\e850";
}
.icon-users4:before {
	content: "\e851";
}
.icon-user-add:before {
	content: "\e852";
}
.icon-vcard:before {
	content: "\e853";
}
.icon-export:before {
	content: "\e854";
}
.icon-location4:before {
	content: "\e855";
}
.icon-map3:before {
	content: "\e856";
}
.icon-compass3:before {
	content: "\e857";
}
.icon-location5:before {
	content: "\e858";
}
.icon-target2:before {
	content: "\e859";
}
.icon-share2:before {
	content: "\e85a";
}
.icon-sharable:before {
	content: "\e85b";
}
.icon-heart6:before {
	content: "\e85c";
}
.icon-heart7:before {
	content: "\e85d";
}
.icon-star6:before {
	content: "\e85e";
}
.icon-star7:before {
	content: "\e85f";
}
.icon-thumbsup:before {
	content: "\e860";
}
.icon-thumbsdown:before {
	content: "\e861";
}
.icon-chat2:before {
	content: "\e862";
}
.icon-comment2:before {
	content: "\e863";
}
.icon-quote:before {
	content: "\e864";
}
.icon-house:before {
	content: "\e865";
}
.icon-popup:before {
	content: "\e866";
}
.icon-search5:before {
	content: "\e867";
}
.icon-flashlight:before {
	content: "\e868";
}
.icon-printer:before {
	content: "\e869";
}
.icon-bell3:before {
	content: "\e86a";
}
.icon-link2:before {
	content: "\e86b";
}
.icon-flag3:before {
	content: "\e86c";
}
.icon-cog3:before {
	content: "\e86d";
}
.icon-tools:before {
	content: "\e86e";
}
.icon-trophy3:before {
	content: "\e86f";
}
.icon-tag4:before {
	content: "\e870";
}
.icon-camera6:before {
	content: "\e871";
}
.icon-megaphone2:before {
	content: "\e872";
}
.icon-moon2:before {
	content: "\e873";
}
.icon-palette:before {
	content: "\e874";
}
.icon-leaf3:before {
	content: "\e875";
}
.icon-music4:before {
	content: "\e876";
}
.icon-music5:before {
	content: "\e877";
}
.icon-new:before {
	content: "\e878";
}
.icon-graduation:before {
	content: "\e879";
}
.icon-book4:before {
	content: "\e87a";
}
.icon-newspaper3:before {
	content: "\e87b";
}
.icon-bag:before {
	content: "\e87c";
}
.icon-airplane2:before {
	content: "\e87d";
}
.icon-lifebuoy:before {
	content: "\e87e";
}
.icon-eye5:before {
	content: "\e87f";
}
.icon-clock5:before {
	content: "\e880";
}
.icon-microphone2:before {
	content: "\e881";
}
.icon-calendar6:before {
	content: "\e882";
}
.icon-bolt:before {
	content: "\e883";
}
.icon-thunder:before {
	content: "\e884";
}
.icon-droplet2:before {
	content: "\e885";
}
.icon-cd:before {
	content: "\e886";
}
.icon-briefcase3:before {
	content: "\e887";
}
.icon-air:before {
	content: "\e888";
}
.icon-hourglass:before {
	content: "\e889";
}
.icon-gauge:before {
	content: "\e88a";
}
.icon-language:before {
	content: "\e88b";
}
.icon-network:before {
	content: "\e88c";
}
.icon-key5:before {
	content: "\e88d";
}
.icon-battery:before {
	content: "\e88e";
}
.icon-bucket:before {
	content: "\e88f";
}
.icon-magnet3:before {
	content: "\e890";
}
.icon-drive:before {
	content: "\e891";
}
.icon-cup2:before {
	content: "\e892";
}
.icon-rocket3:before {
	content: "\e893";
}
.icon-brush:before {
	content: "\e894";
}
.icon-suitcase2:before {
	content: "\e895";
}
.icon-cone:before {
	content: "\e896";
}
.icon-earth2:before {
	content: "\e897";
}
.icon-keyboard2:before {
	content: "\e898";
}
.icon-browser2:before {
	content: "\e899";
}
.icon-publish:before {
	content: "\e89a";
}
.icon-progress-3:before {
	content: "\e89b";
}
.icon-progress-2:before {
	content: "\e89c";
}
.icon-brogress-1:before {
	content: "\e89d";
}
.icon-progress-0:before {
	content: "\e89e";
}
.icon-sun:before {
	content: "\e89f";
}
.icon-sun2:before {
	content: "\e8a0";
}
.icon-adjust2:before {
	content: "\e8a1";
}
.icon-code3:before {
	content: "\e8a2";
}
.icon-screen3:before {
	content: "\e8a3";
}
.icon-infinity:before {
	content: "\e8a4";
}
.icon-light-bulb:before {
	content: "\e8a5";
}
.icon-creditcard:before {
	content: "\e8a6";
}
.icon-database:before {
	content: "\e8a7";
}
.icon-voicemail:before {
	content: "\e8a8";
}
.icon-clipboard2:before {
	content: "\e8a9";
}
.icon-cart4:before {
	content: "\e8aa";
}
.icon-box:before {
	content: "\e8ab";
}
.icon-ticket3:before {
	content: "\e8ac";
}
.icon-rss2:before {
	content: "\e8ad";
}
.icon-signal2:before {
	content: "\e8ae";
}
.icon-thermometer:before {
	content: "\e8af";
}
.icon-droplets:before {
	content: "\e8b0";
}
.icon-uniE8B1:before {
	content: "\e8b1";
}
.icon-statistics:before {
	content: "\e8b2";
}
.icon-pie2:before {
	content: "\e8b3";
}
.icon-bars4:before {
	content: "\e8b4";
}
.icon-graph:before {
	content: "\e8b5";
}
.icon-lock5:before {
	content: "\e8b6";
}
.icon-lock-open:before {
	content: "\e8b7";
}
.icon-logout:before {
	content: "\e8b8";
}
.icon-login:before {
	content: "\e8b9";
}
.icon-checkmark3:before {
	content: "\e8ba";
}
.icon-cross:before {
	content: "\e8bb";
}
.icon-minus3:before {
	content: "\e8bc";
}
.icon-plus3:before {
	content: "\e8bd";
}
.icon-cross2:before {
	content: "\e8be";
}
.icon-minus4:before {
	content: "\e8bf";
}
.icon-plus4:before {
	content: "\e8c0";
}
.icon-cross3:before {
	content: "\e8c1";
}
.icon-minus5:before {
	content: "\e8c2";
}
.icon-plus5:before {
	content: "\e8c3";
}
.icon-erase:before {
	content: "\e8c4";
}
.icon-blocked2:before {
	content: "\e8c5";
}
.icon-info4:before {
	content: "\e8c6";
}
.icon-info5:before {
	content: "\e8c7";
}
.icon-question4:before {
	content: "\e8c8";
}
.icon-help:before {
	content: "\e8c9";
}
.icon-warning3:before {
	content: "\e8ca";
}
.icon-cycle:before {
	content: "\e8cb";
}
.icon-cw:before {
	content: "\e8cc";
}
.icon-ccw:before {
	content: "\e8cd";
}
.icon-shuffle2:before {
	content: "\e8ce";
}
.icon-arrow:before {
	content: "\e8cf";
}
.icon-arrow2:before {
	content: "\e8d0";
}
.icon-retweet2:before {
	content: "\e8d1";
}
.icon-loop4:before {
	content: "\e8d2";
}
.icon-history2:before {
	content: "\e8d3";
}
.icon-back:before {
	content: "\e8d4";
}
.icon-switch2:before {
	content: "\e8d5";
}
.icon-list5:before {
	content: "\e8d6";
}
.icon-add-to-list:before {
	content: "\e8d7";
}
.icon-layout:before {
	content: "\e8d8";
}
.icon-list6:before {
	content: "\e8d9";
}
.icon-text:before {
	content: "\e8da";
}
.icon-text2:before {
	content: "\e8db";
}
.icon-document:before {
	content: "\e8dc";
}
.icon-docs:before {
	content: "\e8dd";
}
.icon-landscape:before {
	content: "\e8de";
}
.icon-pictures:before {
	content: "\e8df";
}
.icon-video2:before {
	content: "\e8e0";
}
.icon-music6:before {
	content: "\e8e1";
}
.icon-folder3:before {
	content: "\e8e2";
}
.icon-archive2:before {
	content: "\e8e3";
}
.icon-trash3:before {
	content: "\e8e4";
}
.icon-upload5:before {
	content: "\e8e5";
}
.icon-download5:before {
	content: "\e8e6";
}
.icon-disk2:before {
	content: "\e8e7";
}
.icon-install:before {
	content: "\e8e8";
}
.icon-cloud5:before {
	content: "\e8e9";
}
.icon-upload6:before {
	content: "\e8ea";
}
.icon-bookmark3:before {
	content: "\e8eb";
}
.icon-bookmarks2:before {
	content: "\e8ec";
}
.icon-book5:before {
	content: "\e8ed";
}
.icon-play6:before {
	content: "\e8ee";
}
.icon-pause5:before {
	content: "\e8ef";
}
.icon-record:before {
	content: "\e8f0";
}
.icon-stop5:before {
	content: "\e8f1";
}
.icon-next2:before {
	content: "\e8f2";
}
.icon-previous2:before {
	content: "\e8f3";
}
.icon-first2:before {
	content: "\e8f4";
}
.icon-last2:before {
	content: "\e8f5";
}
.icon-resize-enlarge:before {
	content: "\e8f6";
}
.icon-resize-shrink:before {
	content: "\e8f7";
}
.icon-volume:before {
	content: "\e8f8";
}
.icon-sound3:before {
	content: "\e8f9";
}
.icon-mute:before {
	content: "\e8fa";
}
.icon-flow-cascade:before {
	content: "\e8fb";
}
.icon-flow-branch:before {
	content: "\e8fc";
}
.icon-flow-tree:before {
	content: "\e8fd";
}
.icon-flow-line:before {
	content: "\e8fe";
}
.icon-flow-parallel:before {
	content: "\e8ff";
}
.icon-arrow-left5:before {
	content: "\e900";
}
.icon-arrow-down5:before {
	content: "\e901";
}
.icon-arrow-up-upload:before {
	content: "\e902";
}
.icon-arrow-right5:before {
	content: "\e903";
}
.icon-arrow-left6:before {
	content: "\e904";
}
.icon-arrow-down6:before {
	content: "\e905";
}
.icon-arrow-up5:before {
	content: "\e906";
}
.icon-arrow-right6:before {
	content: "\e907";
}
.icon-arrow-left7:before {
	content: "\e908";
}
.icon-arrow-down7:before {
	content: "\e909";
}
.icon-arrow-up6:before {
	content: "\e90a";
}
.icon-arrow-right7:before {
	content: "\e90b";
}
.icon-arrow-left8:before {
	content: "\e90c";
}
.icon-arrow-down8:before {
	content: "\e90d";
}
.icon-arrow-up7:before {
	content: "\e90e";
}
.icon-arrow-right8:before {
	content: "\e90f";
}
.icon-arrow-left9:before {
	content: "\e910";
}
.icon-arrow-down9:before {
	content: "\e911";
}
.icon-arrow-up8:before {
	content: "\e912";
}
.icon-arrow-right9:before {
	content: "\e913";
}
.icon-arrow-left10:before {
	content: "\e914";
}
.icon-arrow-down10:before {
	content: "\e915";
}
.icon-arrow-up9:before {
	content: "\e916";
}
.icon-arrow-right10:before {
	content: "\e917";
}
.icon-arrow-left11:before {
	content: "\e918";
}
.icon-arrow-down11:before {
	content: "\e919";
}
.icon-arrow-up10:before {
	content: "\e91a";
}
.icon-uniE91B:before {
	content: "\e91b";
}
.icon-arrow-left12:before {
	content: "\e91c";
}
.icon-arrow-down12:before {
	content: "\e91d";
}
.icon-arrow-up11:before {
	content: "\e91e";
}
.icon-arrow-right11:before {
	content: "\e91f";
}
.icon-menu4:before {
	content: "\e920";
}
.icon-ellipsis:before {
	content: "\e921";
}
.icon-dots:before {
	content: "\e922";
}
.icon-dot:before {
	content: "\e923";
}
.icon-cc:before {
	content: "\e924";
}
.icon-cc-by:before {
	content: "\e925";
}
.icon-cc-nc:before {
	content: "\e926";
}
.icon-cc-nc-eu:before {
	content: "\e927";
}
.icon-cc-nc-jp:before {
	content: "\e928";
}
.icon-cc-sa:before {
	content: "\e929";
}
.icon-cc-nd:before {
	content: "\e92a";
}
.icon-cc-pd:before {
	content: "\e92b";
}
.icon-cc-zero:before {
	content: "\e92c";
}
.icon-cc-share:before {
	content: "\e92d";
}
.icon-cc-share2:before {
	content: "\e92e";
}
.icon-danielbruce:before {
	content: "\e92f";
}
.icon-danielbruce2:before {
	content: "\e930";
}
.icon-github7:before {
	content: "\e931";
}
.icon-github8:before {
	content: "\e932";
}
.icon-flickr6:before {
	content: "\e933";
}
.icon-flickr7:before {
	content: "\e934";
}
.icon-vimeo4:before {
	content: "\e935";
}
.icon-vimeo5:before {
	content: "\e936";
}
.icon-twitter5:before {
	content: "\e937";
}
.icon-twitter6:before {
	content: "\e938";
}
.icon-facebook6:before {
	content: "\e939";
}
.icon-facebook7:before {
	content: "\e93a";
}
.icon-facebook8:before {
	content: "\e93b";
}
.icon-googleplus6:before {
	content: "\e93c";
}
.icon-googleplus7:before {
	content: "\e93d";
}
.icon-pinterest4:before {
	content: "\e93e";
}
.icon-pinterest5:before {
	content: "\e93f";
}
.icon-tumblr4:before {
	content: "\e940";
}
.icon-tumblr5:before {
	content: "\e941";
}
.icon-linkedin3:before {
	content: "\e942";
}
.icon-linkedin4:before {
	content: "\e943";
}
.icon-dribbble6:before {
	content: "\e944";
}
.icon-dribbble7:before {
	content: "\e945";
}
.icon-stumbleupon3:before {
	content: "\e946";
}
.icon-stumbleupon4:before {
	content: "\e947";
}
.icon-lastfm3:before {
	content: "\e948";
}
.icon-lastfm4:before {
	content: "\e949";
}
.icon-rdio:before {
	content: "\e94a";
}
.icon-rdio2:before {
	content: "\e94b";
}
.icon-spotify:before {
	content: "\e94c";
}
.icon-spotify2:before {
	content: "\e94d";
}
.icon-qq:before {
	content: "\e94e";
}
.icon-instagram4:before {
	content: "\e94f";
}
.icon-dropbox2:before {
	content: "\e950";
}
.icon-evernote:before {
	content: "\e951";
}
.icon-flattr2:before {
	content: "\e952";
}
.icon-skype3:before {
	content: "\e953";
}
.icon-skype4:before {
	content: "\e954";
}
.icon-renren2:before {
	content: "\e955";
}
.icon-sina-weibo:before {
	content: "\e956";
}
.icon-paypal4:before {
	content: "\e957";
}
.icon-picasa:before {
	content: "\e958";
}
.icon-soundcloud3:before {
	content: "\e959";
}
.icon-mixi:before {
	content: "\e95a";
}
.icon-behance:before {
	content: "\e95b";
}
.icon-circles:before {
	content: "\e95c";
}
.icon-vk2:before {
	content: "\e95d";
}
.icon-smashing:before {
	content: "\e95e";
}

