/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


.metroBig { font-size:36px; line-height:36px; }
.live-tile, .list-tile
{
	color:#fff;
	float:left;
	height: 180px;
	margin:15px;
	overflow:hidden;
	position:relative;
	width: 180px;
}
.live-tile.two-wide, .list-tile.two-wide { width:390px; }
.live-tile.two-tall, .list-tile.two-tall { height:390px; }
.live-tile img, .list-tile img { border:none; }
.live-tile.me>.slide-back>a.metroBig { position:absolute; left:0; bottom:0; padding: 0 0 12px 12px; text-decoration:none; }
.live-tile a:link, .live-tile a:visited { color:#fff; text-decoration:underline; }
.live-tile a:hover { color:#fff; text-decoration:none; }
.live-tile p { font-size:13px; line-height: 16px; padding:10px; }
.live-tile .tile-title, .list-tile .tile-title { position:absolute; bottom:0px; font-size:12px; left:0px; width:100%; padding:0 0 6px 6px; z-index:30; }
.live-tile a.tile-title, .list-tile a.tile-title { text-decoration:none; }
.live-tile.me>.metroBig { padding-top:45px; }

.live-tile,.live-tile>div,.list-tile>div
{   /* ensure elements on backside don't continue to take focus */
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
}

.live-tile>div,.list-tile>div
{    
	top:0px;
	left:0px;
	margin:0px;
	height:100%;
	width:100%;
	position:absolute;
	z-index:20;
}
.list-tile>div
{
	position:relative;
}

img.full , a.full
{
	display:block;
	margin:0px;
	height:100%;
	width:100%;    
}
.list-tile>div { background-color:transparent; }

.live-tile>.back, .live-tile>.slide-back,.live-tile>.flip-back, .flip-list .flip-back
{
	position:absolute;
	z-index:10;	
}
/*  ========== flip-list Styles ==========
	.flip-list
	---li
	------div.flip-front
	------div.flip-back
*/
.flip-list  
{
	padding:0px; 
	margin:0px;	
}
.list-tile .flip-list 
{
	height:100%;
	width:100%;
}
.flip-list>li>a
{
	border:none;
	outline:none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

.flip-list img  
{
	border:none;
	outline:none;
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
}
.flip-list>li 
{
	height: 60px;
	float: left;
	list-style-type:none;
	margin: 0px;
	outline:none;
	padding: 0px;
	position: relative;
	width: 60px;
}

.flip-list>li>div 
{
	border:none;
	background: white;
	height: 100%;
	left: 0px;
	margin:0px;
	overflow: hidden;
	position: absolute;
	padding:0px;
	top: 0px;
	width: 100%;
	z-index:20;
}

.flip-list>li>div.flip-back 
{
   height:0px;
}




/***** Theme Definitions *****/
.light { background-color:#fff; color:#000; }
.dark { background-color:#000; color:#fff; }
.light.accent { background-color:#fff; }
.dark.accent { background-color:#000; }
.light .appbar { background-color:#dfdfdf; }
.dark .appbar { background-color:#212021; }
/*live tile accent colors */
.amber .accent, .amber .live-tile .accent,
.amber .live-tile>div, .amber .list-tile>div,
.amber .live-tile>div.slide-back, .amber .flip-list>li>div { background-color:rgb(241, 163, 11); }
.amber .accentColor,.amber.accentColor {  color:rgb(241, 163, 11); }
.amber .accentHover:hover,.amber .accentHover a:hover,
.accentHover .amber a:hover, .amber.accentHover a:hover  {  color:rgb(241, 163, 11); }
.amber .accentBorder,.amber.accentBorder {  border-color:rgb(241, 163, 11); }
.amber .accentVisited:visited,.amber .accentVisited a:visited {  color:rgb(241, 163, 11); }
.amber.accentLink,.amber.accentLink:link,.amber.accentLink:hover,.amber.accentLink:visited,
.amber.accentVisited:visited,.amber.accentHover:hover,
.amber .accentLink,.amber .accentLink:link,.amber .accentLink:hover,.amber .accentLink:visited {  color:rgb(241, 163, 11); }

.blue .accent, .blue .live-tile .accent,
.blue .live-tile>div, .blue .list-tile>div,
.blue .live-tile>div.slide-back, .blue .flip-list>li>div { background-color:rgb(27,161,226); }
.blue .accentBorder,.blue.accentBorder {  border-color:rgb(27,161,226); }
.blue .accentColor,.blue.accentColor {  color:rgb(27,161,226); }
.blue .accentHover:hover,.accentHover .blue a:hover, 
.blue .accentHover a:hover, .blue.accentHover a:hover   {  color:rgb(27,161,226); }
.blue .accentVisited:visited,.blue .accentVisited a:visited {  color:rgb(27,161,226); }
.blue.accentLink,.blue.accentLink:link,.blue.accentLink:hover,.blue.accentLink:visited,
.blue.accentVisited:visited,.blue.accentHover:hover,
.blue .accentLink,.blue .accentLink:link,.blue .accentLink:hover,.blue .accentLink:visited {  color:rgb(27,161,226); }

.brown .accent, .brown .live-tile .accent,
.brown .live-tile>div, .brown .list-tile>div,
.brown .live-tile>div.slide-back, .brown .flip-list>li>div { background-color:rgb(160, 80, 0); }
.brown .accentBorder,.brown.accentBorder { border-color:rgb(160,80,0); }
.brown .accentColor,.brown.accentColor { color:rgb(160,80,0); }
.brown .accentHover:hover,.brown .accentHover a:hover,.brown.accentHover a:hover  { color:rgb(160,80,0); }
.brown .accentVisited:visited,.brown .accentVisited a:visited { color:rgb(160,80,0); }
.brown.accentLink,.brown.accentLink:link,.brown.accentLink:hover,.brown.accentLink:visited,
.brown.accentVisited:visited,.brown.accentHover:hover,.accentHover .brown a:hover,
.brown .accentLink,.brown .accentLink:link,.brown .accentLink:hover,.brown .accentLink:visited { color:rgb(160,80,0); }

.cobalt .accent, .cobalt .live-tile .accent,
.cobalt .live-tile>div, .cobalt .list-tile>div,
.cobalt .live-tile>div.slide-back, .cobalt .flip-list>li>div { background-color:rgb(0, 80, 239); }
.cobalt .accentBorder,.cobalt.accentBorder { border-color:rgb(0, 80, 239); }
.cobalt .accentColor,.cobalt.accentColor { color:rgb(0, 80, 239); }
.cobalt .accentHover:hover,.cobalt .accentHover a:hover,.cobalt.accentHover a:hover  { color:rgb(0, 80, 239); }
.cobalt .accentVisited:visited,.cobalt .accentVisited a:visited { color:rgb(0, 80, 239); }
.cobalt.accentLink,.cobalt.accentLink:link,.cobalt.accentLink:hover,.cobalt.accentLink:visited,
.cobalt.accentVisited:visited,.cobalt.accentHover:hover,.accentHover .cobalt a:hover,
.cobalt .accentLink,.cobalt .accentLink:link,.cobalt .accentLink:hover,.cobalt .accentLink:visited { color:rgb(0, 80, 239); }

.crimson .accent, .crimson .live-tile .accent,
.crimson .live-tile>div, .crimson .list-tile>div,
.crimson .live-tile>div.slide-back, .crimson .flip-list>li>div { background-color:rgb(162, 0, 37); }
.crimson .accentBorder,.crimson.accentBorder { border-color:rgb(162, 0, 37); }
.crimson .accentColor,.crimson.accentColor { color:rgb(162, 0, 37); }
.crimson .accentHover:hover,.crimson .accentHover a:hover,.crimson.accentHover a:hover  { color:rgb(162, 0, 37); }
.crimson .accentVisited:visited,.crimson .accentVisited a:visited { color:rgb(162, 0, 37); }
.crimson.accentLink,.crimson.accentLink:link,.crimson.accentLink:hover,.crimson.accentLink:visited,
.crimson.accentVisited:visited,.crimson.accentHover:hover, .accentHover .crimson a:hover,
.crimson .accentLink,.crimson .accentLink:link,.crimson .accentLink:hover,.crimson .accentLink:visited { color:rgb(162, 0, 37); }

.cyan .accent, .cyan .live-tile .accent,
.cyan .live-tile>div, .cyan .list-tile>div,
.cyan .live-tile>div.slide-back, .cyan .flip-list>li>div { background-color:rgb(27, 160, 225); }
.cyan .accentBorder,.cyan.accentBorder { border-color:rgb(27, 160, 225); }
.cyan .accentColor,.cyan.accentColor { color:rgb(27, 160, 225); }
.cyan .accentHover:hover,.cyan .accentHover a:hover,.cyan.accentHover a:hover  { color:rgb(27, 160, 225); }
.cyan .accentVisited:visited,.cyan .accentVisited a:visited { color:rgb(27, 160, 225); }
.cyan.accentLink,.cyan.accentLink:link,.cyan.accentLink:hover,.cyan.accentLink:visited,
.cyan.accentVisited:visited,.cyan.accentHover:hover,.accentHover .cyan a:hover,
.cyan .accentLink,.cyan .accentLink:link,.cyan .accentLink:hover,.cyan .accentLink:visited { color:rgb(27, 160, 225); }

.emerald .accent, .emerald .live-tile .accent,
.emerald .live-tile>div, .emerald .list-tile>div,
.emerald .live-tile>div.slide-back, .emerald .flip-list>li>div { background-color:rgb(0, 138, 0); }
.emerald .accentBorder,.emerald.accentBorder { border-color:rgb(0, 138, 0); }
.emerald .accentColor,.emerald.accentColor { color:rgb(0, 138, 0); }
.emerald .accentHover:hover,.emerald .accentHover a:hover,.emerald.accentHover a:hover  { color:rgb(0, 138, 0); }
.emerald .accentVisited:visited,.emerald .accentVisited a:visited { color:rgb(0, 138, 0); }
.emerald.accentLink,.emerald.accentLink:link,.emerald.accentLink:hover,.emerald.accentLink:visited,
.emerald.accentVisited:visited,.emerald.accentHover:hover,.accentHover .emerald a:hover,
.emerald .accentLink,.emerald .accentLink:link,.emerald .accentLink:hover,.emerald .accentLink:visited { color:rgb(0, 138, 0); }

.green .accent, .green.live-tile, .green .live-tile .accent,
.green .live-tile>div, .green .list-tile>div,
.green .live-tile>div.slide-back, .green .flip-list>li>div { background-color:rgb(51,153,51); }
.green .accentBorder,.green.accentBorder { border-color:rgb(51,153,51); }
.green .accentColor,.green.accentColor { color:rgb(51,153,51); }
.green .accentHover:hover,.green .accentHover a:hover,.green.accentHover a:hover  { color:rgb(51,153,51); }
.green .accentVisited:visited,.green .accentVisited a:visited { color:rgb(51,153,51); }
.green.accentLink,.green.accentLink:link,.green.accentLink:hover,.green.accentLink:visited,
.green.accentVisited:visited,.green.accentHover:hover,.accentHover .green a:hover,
.green .accentLink,.green .accentLink:link,.green .accentLink:hover,.green .accentLink:visited { color:rgb(51,153,51); } 

.indigo .accent, .indigo.live-tile, .indigo .live-tile .accent,
.indigo .live-tile>div, .indigo .list-tile>div,
.indigo .live-tile>div.slide-back, .indigo .flip-list>li>div { background-color:rgb(106,0,255); }
.indigo .accentBorder,.indigo.accentBorder { border-color:rgb(106,0,255); }
.indigo .accentColor,.indigo.accentColor { color:rgb(106,0,255); }
.indigo .accentHover:hover,.indigo .accentHover a:hover,.indigo.accentHover a:hover  { color:rgb(106,0,255); }
.indigo .accentVisited:visited,.indigo .accentVisited a:visited { color:rgb(106,0,255); }
.indigo.accentLink,.indigo.accentLink:link,.indigo.accentLink:hover,.indigo.accentLink:visited,
.indigo.accentVisited:visited,.indigo.accentHover:hover,.accentHover .indigo a:hover,
.indigo .accentLink,.indigo .accentLink:link,.indigo .accentLink:hover,.indigo .accentLink:visited { color:rgb(106,0,255); } 

.lime .accent, .lime .live-tile .accent,
.lime .live-tile>div, .lime .list-tile>div,
.lime .live-tile>div.slide-back, .lime .flip-list>li>div { background-color:rgb(162,193,57); }
.lime .accentBorder,.lime.accentBorder { border-color:rgb(162,193,57); }
.lime .accentColor,.lime.accentColor {  color:rgb(162,193,57); }
.lime .accentHover:hover,.lime .accentHover a:hover,.lime.accentHover a:hover   {  color:rgb(162,193,57); }
.lime .accentVisited:visited,.lime .accentVisited a:visited {  color:rgb(162,193,57); }
.lime.accentLink,.lime.accentLink:link,.lime.accentLink:hover,.lime.accentLink:visited,
.lime.accentVisited:visited,.lime.accentHover:hover,.accentHover .lime a:hover,
.lime .accentLink,.lime .accentLink:link,.lime .accentLink:hover,.lime .accentLink:visited {  color:rgb(162,193,57); }

.magenta .accent, .magenta.live-tile, .magenta .live-tile .accent,
.magenta .live-tile>div, .magenta .list-tile>div,
.magenta .live-tile>div.slide-back, .magenta .flip-list>li>div { background-color:rgb(216,0,115); }
.magenta .accentBorder,.magenta.accentBorder { border-color:rgb(216,0,115); }
.magenta .accentColor,.magenta.accentColor { color:rgb(216,0,115); }
.magenta .accentHover:hover,.magenta .accentHover a:hover,.magenta.accentHover a:hover { color:rgb(216,0,115); }
.magenta .accentVisited:visited,.magenta .accentVisited a:visited { color:rgb(216,0,115); }
.magenta.accentLink,.magenta.accentLink:link,.magenta.accentLink:hover,.magenta.accentLink:visited,
.magenta.accentVisited:visited,.magenta.accentHover:hover,.accentHover .magenta a:hover,
.magenta .accentLink,.magenta .accentLink:link,.magenta .accentLink:hover,.magenta .accentLink:visited { color:rgb(216,0,115); }

.mango .accent, .mango.live-tile, .mango .live-tile .accent,
.mango .live-tile>div, .mango .list-tile>div,
.mango .live-tile>div.slide-back, .mango .flip-list>li>div { background-color:rgb(240,150,9); }
.mango .accentBorder,.mango.accentBorder { border-color:rgb(240,150,9); }
.mango .accentColor,.mango.accentColor { color:rgb(240,150,9); }
.mango .accentHover:hover,.mango .accentHover: a:hover,.mango.accentHover: a:hover  { color:rgb(240,150,9); }
.mango .accentVisited:visited,.mango .accentVisited a:visited { color:rgb(240,150,9); }
.mango.accentLink,.mango.accentLink:link,.mango.accentLink:hover,.mango.accentLink:visited,
.mango.accentVisited:visited,.mango.accentHover:hover,.accentHover .mango a:hover,
.mango .accentLink,.mango .accentLink:link,.mango .accentLink:hover,.mango .accentLink:visited { color:rgb(240,150,9); }

.mauve .accent, .mauve.live-tile, .mauve .live-tile .accent,
.mauve .live-tile>div, .mauve .list-tile>div,
.mauve .live-tile>div.slide-back, .mauve .flip-list>li>div { background-color:rgb(118,95,137); }
.mauve .accentBorder,.mauve.accentBorder { border-color:rgb(118,95,137); }
.mauve .accentColor,.mauve.accentColor { color:rgb(118,95,137); }
.mauve .accentHover:hover,.mauve .accentHover: a:hover,.mauve.accentHover: a:hover  { color:rgb(118,95,137); }
.mauve .accentVisited:visited,.mauve .accentVisited a:visited { color:rgb(118,95,137); }
.mauve.accentLink,.mauve.accentLink:link,.mauve.accentLink:hover,.mauve.accentLink:visited,
.mauve.accentVisited:visited,.mauve.accentHover:hover,.accentHover .mauve a:hover,
.mauve .accentLink,.mauve .accentLink:link,.mauve .accentLink:hover,.mauve .accentLink:visited { color:rgb(118,95,137); }

.olive .accent, .olive.live-tile, .olive .live-tile .accent,
.olive .live-tile>div, .olive .list-tile>div,
.olive .live-tile>div.slide-back, .olive .flip-list>li>div { background-color:rgb(109,135,100); }
.olive .accentBorder,.olive.accentBorder { border-color:rgb(109,135,100); }
.olive .accentColor,.olive.accentColor { color:rgb(109,135,100); }
.olive .accentHover:hover,.olive .accentHover: a:hover,.olive.accentHover: a:hover  { color:rgb(109,135,100); }
.olive .accentVisited:visited,.olive .accentVisited a:visited { color:rgb(109,135,100); }
.olive.accentLink,.olive.accentLink:link,.olive.accentLink:hover,.olive.accentLink:visited,
.olive.accentVisited:visited,.olive.accentHover:hover,.accentHover .olive a:hover,
.olive .accentLink,.olive .accentLink:link,.olive .accentLink:hover,.olive .accentLink:visited { color:rgb(109,135,100); }

.orange .accent, .orange.live-tile, .orange .live-tile .accent,
.orange .live-tile>div, .orange .list-tile>div,
.orange .live-tile>div.slide-back, .orange .flip-list>li>div { background-color:rgb(250,104,1); }
.orange .accentBorder,.orange.accentBorder { border-color:rgb(250,104,1); }
.orange .accentColor,.orange.accentColor { color:rgb(250,104,1); }
.orange .accentHover:hover,.orange .accentHover: a:hover,.orange.accentHover: a:hover  { color:rgb(250,104,1); }
.orange .accentVisited:visited,.orange .accentVisited a:visited { color:rgb(250,104,1); }
.orange.accentLink,.orange.accentLink:link,.orange.accentLink:hover,.orange.accentLink:visited,
.orange.accentVisited:visited,.orange.accentHover:hover,.accentHover .orange a:hover,
.orange .accentLink,.orange .accentLink:link,.orange .accentLink:hover,.orange .accentLink:visited { color:rgb(250,104,1); }

.pink .accent, .pink .live-tile .accent,
.pink .live-tile>div, .pink .list-tile>div,
.pink .live-tile>div.slide-back, .pink .flip-list>li>div { background-color:rgb(230,113,184); }
.pink .accentBorder,.pink.accentBorder { border-color:rgb(230,113,184); }
.pink .accentColor,.pink.accentColor { color:rgb(230,113,184); }
.pink .accentHover:hover,.pink .accentHover a:hover,.pink.accentHover a:hover   { color:rgb(230,113,184); }
.pink .accentVisited:visited,.pink .accentVisited a:visited { color:rgb(230,113,184); }
.pink.accentLink,.pink.accentLink:link,.pink.accentLink:hover,.pink.accentLink:visited,
.pink.accentVisited:visited,.pink.accentHover:hover,.accentHover .pink a:hover,
.pink .accentLink,.pink .accentLink:link,.pink .accentLink:hover,.pink .accentLink:visited { color:rgb(230,113,184); }

.purple .accent, .purple .live-tile .accent,.violet .accent, .violet .live-tile .accent,
.purple .live-tile>div,  .purple .list-tile>div, .violet .live-tile>div,  .violet .list-tile>div,
.purple .live-tile>div.slide-back, .purple .flip-list>li>div, .violet .live-tile>div.slide-back, .violet .flip-list>li>div 
{ background-color:rgb(162,0,255); }
.purple .accentBorder,.purple.accentBorder, .violet .accentBorder,.violet.accentBorder {border-color:rgb(162,0,255); }
.purple .accentColor,.purple.accentColor, .violet .accentColor,.violet.accentColor { color:rgb(162,0,255); }
.purple .accentHover:hover,.purple .accentHover a:hover,.purple.accentHover a:hover,
.violet .accentHover:hover,.violet .accentHover a:hover,.violet.accentHover a:hover { color:rgb(162,0,255); }
.purple .accentVisited:visited,.purple .accentVisited a:visited,
.violet .accentVisited:visited,.violet .accentVisited a:visited { color:rgb(162,0,255); }
.purple.accentLink,.purple.accentLink:link,.purple.accentLink:hover,.purple.accentLink:visited,
.violet.accentLink,.violet.accentLink:link,.violet.accentLink:hover,.violet.accentLink:visited,
.purple.accentVisited:visited,.purple.accentHover:hover,.violet.accentVisited:visited,.violet.accentHover:hover,
.purple .accentLink,.purple .accentLink:link,.purple .accentLink:hover,.purple .accentLink:visited,.accentHover .purple a:hover,
.violet .accentLink,.violet .accentLink:link,.violet .accentLink:hover,.violet .accentLink:visited,.accentHover .violet a:hover { color:rgb(162,0,255); }

.red .accent, .red .live-tile .accent,
.red .live-tile>div, .red .list-tile>div,
.red .live-tile>div.slide-back, .red .flip-list>li>div { background-color:rgb(229,20,0); }
.red .accentBorder,.red.accentBorder { border-color: rgb(229,20,0); }
.red .accentColor,.red.accentColor { color: rgb(229,20,0); }
.red .accentHover:hover,.red .accentHover a:hover,.red.accentHover a:hover    { color:rgb(229,20,0); }
.red .accentVisited:visited,.red .accentVisited a:visited { color:rgb(229,20,0); }
.red.accentLink,.red.accentLink:link,.red.accentLink:hover,.red.accentLink:visited,
.red.accentVisited:visited,.red.accentHover:hover,
.red .accentLink,.red .accentLink:link,.red .accentLink:hover,.red .accentLink:visited,.accentHover .red a:hover { color:rgb(229,20,0); }

.sienna .accent, .sienna .live-tile .accent,
.sienna .live-tile>div, .sienna .list-tile>div,
.sienna .live-tile>div.slide-back, .sienna .flip-list>li>div { background-color:rgb(123,58,62); }
.sienna .accentBorder,.sienna.accentBorder { border-color:rgb(123,58,62); }
.sienna .accentColor,.sienna.accentColor { color:rgb(123,58,62); }
.sienna .accentHover:hover,.sienna .accentHover a:hover,.sienna.accentHover a:hover    { color:rgb(123,58,62); }
.sienna .accentVisited:visited,.sienna .accentVisited a:visited { color:rgb(123,58,62); }
.sienna.accentLink,.sienna.accentLink:link,.sienna.accentLink:hover,.sienna.accentLink:visited,
.sienna.accentVisited:visited,.sienna.accentHover:hover,.accentHover .sienna a:hover,
.sienna .accentLink,.sienna .accentLink:link,.sienna .accentLink:hover,.sienna .accentLink:visited { color:rgb(123,58,62); }

.steel .accent, .steel .live-tile .accent,
.steel .live-tile>div, .steel .list-tile>div,
.steel .live-tile>div.slide-back, .steel .flip-list>li>div { background-color:rgb(101,118,136); }
.steel .accentBorder,.steel.accentBorder { border-color:rgb(101,118,136); }
.steel .accentColor,.steel.accentColor { color:rgb(101,118,136); }
.steel .accentHover:hover,.steel .accentHover a:hover,.steel.accentHover a:hover    { color:rgb(101,118,136); }
.steel .accentVisited:visited,.steel .accentVisited a:visited { color:rgb(101,118,136); }
.steel.accentLink,.steel.accentLink:link,.steel.accentLink:hover,.steel.accentLink:visited,
.steel.accentVisited:visited,.steel.accentHover:hover,.accentHover .steel a:hover,
.steel .accentLink,.steel .accentLink:link,.steel .accentLink:hover,.steel .accentLink:visited { color:rgb(101,118,136); }

.teal .accent, .teal .live-tile .accent, 
.teal .live-tile>div, .teal .list-tile>div,
.teal .live-tile>div.slide-back, .teal .flip-list>li>div { background-color:rgb(0,171,169); }
.teal .accentBorder,.teal.accentBorder { border-color:rgb(0,171,169); }
.teal .accentColor,.teal.accentColor { color:rgb(0,171,169); }
.teal .accentHover:hover,.teal .accentHover a:hover,.teal.accentHover a:hover   { color:rgb(0,171,169); }
.teal .accentVisited:visited,.teal .accentVisited a:visited { color:rgb(0,171,169); }
.teal.accentLink,.teal.accentLink:link,.teal.accentLink:hover,.teal.accentLink:visited,
.teal.accentVisited:visited,.teal.accentHover:hover,.accentHover .teal a:hover,
.teal .accentLink,.teal .accentLink:link,.teal .accentLink:hover,.teal .accentLink:visited { color:rgb(0,171,169); }

.yellow .accent, .yellow .live-tile .accent, 
.yellow .live-tile>div, .yellow .list-tile>div,
.yellow .live-tile>div.slide-back, .yellow .flip-list>li>div { background-color:rgb(216,193,1); }
.yellow .accentBorder,.yellow.accentBorder { border-color:rgb(216,193,1); }
.yellow .accentColor,.yellow.accentColor { color:rgb(216,193,1); }
.yellow .accentHover:hover,.yellow .accentHover a:hover,.yellow.accentHover a:hover   { color:rgb(216,193,1); }
.yellow .accentVisited:visited,.yellow .accentVisited a:visited { color:rgb(216,193,1); }
.yellow.accentLink,.yellow.accentLink:link,.yellow.accentLink:hover,.yellow.accentLink:visited,
.yellow.accentVisited:visited,.yellow.accentHover:hover,.accentHover .yellow a:hover,
.yellow .accentLink,.yellow .accentLink:link,.yellow .accentLink:hover,.yellow .accentLink:visited { color:rgb(216,193,1); }

/* local theme overrides */
.amber.live-tile, .amber.live-tile .accent,.amber.accent,
.amber.live-tile>div, .amber.list-tile>div,
.amber.live-tile>div.slide-back, .amber.list-tile .flip-list>li>div { background-color:rgb(241, 163, 11); }
.blue.live-tile, .blue.live-tile .accent,.blue.accent,
.blue.live-tile>div, .blue.list-tile>div,
.blue.live-tile>div.slide-back, .blue.list-tile .flip-list>li>div { background-color:rgb(27,161,226); }
.brown.live-tile, .brown.live-tile .accent,.brown.accent,
.brown.live-tile>div, .brown.list-tile>div,
.brown.live-tile>div.slide-back, .brown.list-tile .flip-list>li>div { background-color:rgb(160,80,0); }
.cobalt.live-tile, .cobalt.live-tile .accent,.cobalt.accent,
.cobalt.live-tile>div, .cobalt.list-tile>div,
.cobalt.live-tile>div.slide-back, .cobalt.list-tile .flip-list>li>div { background-color:rgb(0, 80, 239); }
.crimson.live-tile, .crimson.live-tile .accent,.crimson.accent,
.crimson.live-tile>div, .crimson.list-tile>div,
.crimson.live-tile>div.slide-back, .crimson.list-tile .flip-list>li>div { background-color:rgb(162, 0, 37); }
.cyan.live-tile, .cyan.live-tile .accent,.cyan.accent,
.cyan.live-tile>div, .cyan.list-tile>div,
.cyan.live-tile>div.slide-back, .cyan.list-tile .flip-list>li>div { background-color:rgb(27, 160, 225); }
.emerald.live-tile, .emerald.live-tile .accent,.emerald.accent,
.emerald.live-tile>div, .emerald.list-tile>div,
.emerald.live-tile>div.slide-back, .emerald.list-tile .flip-list>li>div { background-color:rgb(0, 138, 0); }
.green.live-tile, .green.live-tile .accent,.green.accent,
.green.live-tile>div, .green.list-tile>div,
.green.live-tile>div.slide-back, .green.list-tile .flip-list>li>div { background-color:rgb(51,153,51); }
.indigo.live-tile, .indigo.live-tile .accent,.indigo.accent,
.indigo.live-tile>div, .indigo.list-tile>div,
.indigo.live-tile>div.slide-back, .indigo.list-tile .flip-list>li>div { background-color:rgb(106,0,255); }
.lime.live-tile, .lime.live-tile .accent,.lime.accent,
.lime.live-tile>div, .lime.list-tile>div,
.lime.live-tile>div.slide-back, .lime.list-tile .flip-list>li>div { background-color:rgb(162,193,57); }
.magenta.live-tile, .magenta.live-tile .accent,.magenta.accent,
.magenta.live-tile>div, .magenta.list-tile>div,
.magenta.live-tile>div.slide-back, .magenta.list-tile .flip-list>li>div { background-color:rgb(216,0,115); }
.mango.live-tile, .mango.live-tile .accent,.mango.accent,
.mango.live-tile>div, .mango.list-tile>div,
.mango.live-tile>div.slide-back, .mango.list-tile .flip-list>li>div { background-color:rgb(240,150,9); }
.mauve.live-tile, .mauve.live-tile .accent,.mauve.accent,
.mauve.live-tile>div, .mauve.list-tile>div,
.mauve.live-tile>div.slide-back, .mauve.list-tile .flip-list>li>div { background-color:rgb(118,95,137); }
.olive.live-tile, .olive.live-tile .accent,.olive.accent,
.olive.live-tile>div, .olive.list-tile>div,
.olive.live-tile>div.slide-back, .olive.list-tile .flip-list>li>div { background-color:rgb(109,135,100); }
.orange.live-tile, .orange.live-tile .accent,.orange.accent,
.orange.live-tile>div, .orange.list-tile>div,
.orange.live-tile>div.slide-back, .orange.list-tile .flip-list>li>div { background-color:rgb(250,104,1); }
.pink.live-tile, .pink.live-tile .accent,.pink.accent,
.pink.live-tile>div, .pink.list-tile>div,
.pink.live-tile>div.slide-back, .pink.list-tile .flip-list>li>div { background-color:rgb(230,113,184); }
.purple.live-tile, .purple.live-tile .accent,.purple.accent,
.violet.live-tile, .violet.live-tile .accent,.violet.accent,
.purple.live-tile>div, .purple.list-tile>div,.violet.live-tile>div, .violet.list-tile>div,
.purple.live-tile>div.slide-back, .purple.list-tile .flip-list>li>div,
.violet.live-tile>div.slide-back, .violet.list-tile .flip-list>li>div { background-color:rgb(162,0,255); }
.red.live-tile, .red.live-tile .accent,.red.accent,
.red.live-tile>div, .red.list-tile>div,
.red.live-tile>div.slide-back, .red.list-tile .flip-list>li>div { background-color:rgb(229,20,0); }
.sienna.live-tile, .sienna.live-tile .accent,.sienna.accent,
.sienna.live-tile>div, .sienna.list-tile>div,
.sienna.live-tile>div.slide-back, .sienna.list-tile .flip-list>li>div { background-color:rgb(123,58,62); }
.steel.live-tile, .steel.live-tile .accent,.steel.accent,
.steel.live-tile>div, .steel.list-tile>div,
.steel.live-tile>div.slide-back, .steel.list-tile .flip-list>li>div { background-color:rgb(101,118,136); }
.teal.live-tile, .teal.live-tile .accent, .teal.accent,
.teal.live-tile>div, .teal.list-tile>div,
.teal.live-tile>div.slide-back, .teal.list-tile .flip-list>li>div { background-color:rgb(0,171,169); }
.yellow.live-tile, .yellow.live-tile .accent, .yellow.accent,
.yellow.live-tile>div, .yellow.list-tile>div,
.yellow.live-tile>div.slide-back, .yellow.list-tile .flip-list>li>div { background-color:rgb(216,193,1); }.live-tile.flip { background:none;}

/* flip-list tile grid sprite styles */
.nineTiles    
{
	/* set a default image here
	background-image:url('/content/images/yourimage.jpg');  
	*/
}
.flip-list.nineTiles>li,.flip-list.nineTiles>li>div,.flip-list.nineTiles>li>div>img,.flip-list.nineTiles>li>div>a 
{ 
	height:60px; width:60px; border:none; padding:0; margin:0; 
}
.nineTiles1  { background-position: 0px 0px; }
.nineTiles2  { background-position: -60px 0px; }
.nineTiles3  { background-position: -120px 0px; }
.nineTiles4  { background-position: 0px -60px; }
.nineTiles5  { background-position: -60px -60px; }
.nineTiles6  { background-position: -120px -60px; }
.nineTiles7  { background-position: 0px -120px; }
.nineTiles8  { background-position: -60px -120px; }
.nineTiles9  { background-position: -120px -120px; }

.fourTiles   {}
.flip-list.fourTiles>li,.flip-list.fourTiles>li>div,.flip-list.fourTiles>li>div>img,.flip-list.fourTiles>li>div>a 
{ 
	border:none; padding:0; margin:0; 
	height:90px;
	width:90px;
}
.fourTiles1  { background-position: 0px 0px; }
.fourTiles2  { background-position: -90px 0px; }
.fourTiles3  { background-position: 0px -90px; }
.fourTiles4  { background-position: -90px -90px; }



/* application-bar styles */
.appbar 
{
	background-color:#212021;
	bottom:0px;
	color: #fff;
	font-size: .9em;
	height:60px;
	left:0px;
	line-height: normal;
	margin:0;
	overflow:hidden;
	padding: 10px 0;
	position:fixed;
	text-align: center;
	width:100%;
	z-index:100;
}
.light .appbar { background-color:#dfdfdf; color:#000; }
.dark .appbar { background-color:#212021; }
.appbar .clear { clear:both; }

.appbar-buttons {
	padding: 0 0 2px;
	position: relative;
	margin: 0 auto;
	text-align: right;
	width:252px;
}

.appbar-buttons li {
	display: inline;
	padding: 0 10px;
	float:left;
	list-style: none;
}

.appbar-buttons li a {
	font-weight: bold;
	background-color: transparent;
	color: #fff;
}

.light .appbar-buttons li a { color:#000; }
.appbar-buttons a>img { background-image:url('/Content/images/metroIcons.jpg'); background-repeat:no-repeat; height:64px; width:64px; border:none;}
.light .appbar-buttons a>img { background-image:url('/Content/images/metroIcons_light.jpg'); }
.appbar-buttons a.home>img { background-position:-104px -12px; }
.appbar-buttons a.about>img { background-position:-198px -99px;  }
.appbar-buttons a.twitter>img { background-position:-198px -12px;  }
.appbar-buttons li a:active, ul#menu li.selected a, .appbar-buttons li a:hover { text-decoration: none; }

.appbar a.etc, .appbar a:hover.etc,.appbar a:visited.etc
{   
	color:#fff;
	cursor:pointer; 
	display:block; 
	font-size:32px;
	height:60px;
	position:absolute; 
	right:0px; 
	text-decoration:none;
	top:0px; 
	width:60px; 
}
.light .appbar a.etc, .light .appbar a:hover.etc, 
.light .appbar a:visited.etc { color:#000; }
.appbar .charm-title { font-size:10px; display:block; text-align:center; }
.appbar .theme-options { display:block; width:644px; margin:0px auto; }
.appbar .theme-options>li { margin:7px; display:inline; float:left; line-height:24px; height:24px; width:24px; }
.appbar .theme-options>li>a, .appbar .theme-options>li>a:hover,
.appbar .theme-options>li>a:visited { display:block; padding:0px; text-decoration:none; height:24px; width:24px; }
.appbar .base-theme-options { display:block; width:130px; margin:0px auto; }
.appbar .base-theme-options>li { margin:7px; display:inline; float:left; line-height:24px; height:24px; width:24px; }
.appbar .base-theme-options>li>a, .appbar .base-theme-options>li>a:hover, 
.appbar .base-theme-options>li>a:visited { display:block; padding:0px; text-decoration:none; height:24px; width:24px; }
.appbar .base-theme-options>li>a.dark.accent { background-color:#000; }
/* Media queries */
@media screen and (max-width: 1025px) 
{
	.appbar .theme-options { width:650px; } /* ensures alignment and no wrapping on ipad */
	.appbar .base-theme-options { width:140px; } /* ensures alignment and no wrapping on ipad */
}
@media screen and (max-width: 801px)
{
	.appbar .theme-options { width:360px; }
}

/* ------ Hardware Accelerated CSS3 Animations --------*/
/* flip */
.flip-list>li>.ha.flip-back, .flip-list>li>.ha.flip-back img
{
	 /* override the values set for margin and ensure the back tile is visible  */
	margin:0px !important;
	height:100%;
}

.live-tile>.ha.flip-front, .flip-list>li>.ha.flip-front  
{   
	position:absolute;
	/* time to start repeating ourselves 
	note: we are not setting a duration or delay here, 
	that is added in script */
	-webkit-animation-name:flipfront180;
	-webkit-animation-play-state:paused;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name:flipfront180;
	-moz-animation-play-state:paused;
	-moz-animation-fill-mode:forwards;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	-ms-animation-name:flipfront180;
	-ms-animation-play-state:paused;
	-ms-animation-fill-mode:forwards;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: linear;
	-o-animation-name:flipfront180;
	-o-animation-play-state:paused;
	-o-animation-fill-mode:forwards;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: linear;
	animation-name:flipfront180;
	animation-play-state:paused;
	animation-fill-mode:forwards;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

.live-tile>.ha.flip-back, .flip-list>li>.ha.flip-back
{
	position:absolute;
	-webkit-animation-name:flipback180;
	-webkit-animation-play-state:paused;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name:flipback180;
	-moz-animation-play-state:paused;
	-moz-animation-fill-mode:forwards;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	-ms-animation-name:flipback180;
	-ms-animation-play-state:paused;
	-ms-animation-fill-mode:forwards;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: linear;
	-o-animation-name:flipback180;
	-o-animation-play-state:paused;
	-o-animation-fill-mode:forwards;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: linear;
	animation-name:flipback180;
	animation-play-state:paused;
	animation-fill-mode:forwards;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

/* Flip Vertical */
  @-keyframes flipfront180 {
	from     {  z-index:20; transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; transform: rotateX(-180deg); }
  }
  @-webkit-keyframes flipfront180 {
	from     {  z-index:20; -webkit-transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -webkit-transform: rotateX(-180deg);  }
  }
  @-moz-keyframes flipfront180 {
	0%     {  z-index:20; -moz-transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	100%       {  z-index:10; -moz-transform: rotateX(-180deg); }
  }
   @-ms-keyframes flipfront180 {
	from     {  z-index:20; -ms-transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -ms-transform: rotateX(-180deg); }
  }
   @-o-keyframes flipfront180 {
	from     {  z-index:20; -o-transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -o-transform: rotateX(-180deg); }
  }
  @-keyframes flipback180 {
	0%     {  z-index:10; transform: rotateX(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	100%       {  z-index:20; transform: rotateX(0deg); }
  }
  @-webkit-keyframes flipback180 {
	from     {  z-index:10; -webkit-transform: rotateX(180deg);  }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20;  -webkit-transform: rotateX(0deg); }
  }
  @-moz-keyframes flipback180 {
	0%     {  z-index:10; -moz-transform: rotateX(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	100%       {  z-index:20; -moz-transform: rotateX(0deg); }
  }
  @-ms-keyframes flipback180 {
	from     {  z-index:10; -ms-transform: rotateX(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20; -ms-transform: rotateX(0deg); }
  }
  @-o-keyframes flipback180 {
	from     {  z-index:10; -o-transform: rotateX(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20; -o-transform: rotateX(0deg); }
  }
  
  /* Flip Horizontal */
  @-keyframes flipfrontY180 {
	0%      {  z-index:20; transform: rotateY(0deg); }
	49%     {  z-index:20; }
	50%     {  z-index:10; }
	100%    {  z-index:10; transform: rotateY(-180deg); }
  }
  @-webkit-keyframes flipfrontY180 {
	from     {  z-index:20; -webkit-transform: rotateY(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -webkit-transform: rotateY(-180deg);  }
  }
  @-moz-keyframes flipfrontY180 {
	0%      {  z-index:20; -moz-transform: rotateY(0deg); }
	49%     {  z-index:20; }
	50%     {  z-index:10; }
	100%    {  z-index:10; -moz-transform: rotateY(-180deg); }
  }
   @-ms-keyframes flipfrontY180 {
	from     {  z-index:20; -ms-transform: rotateY(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -ms-transform: rotateY(-180deg); }
  }
   @-o-keyframes flipfrontY180 {
	from     {  z-index:20; -o-transform: rotateY(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -o-transform: rotateY(-180deg); }
  }
  @-keyframes flipbackY180 {
	0%     {  z-index:10; transform: rotateY(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	100%       {  z-index:20; transform: rotateY(0deg); }
  }
  @-webkit-keyframes flipbackY180 {
	from     {  z-index:10; -webkit-transform: rotateY(180deg);  }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20;  -webkit-transform: rotateY(0deg); }
  }
  @-moz-keyframes flipbackY180 {
	0%       {  z-index:10; -moz-transform: rotateY(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	100%     {  z-index:20; -moz-transform: rotateY(0deg); }
  }
  @-ms-keyframes flipbackY180 {
	from     {  z-index:10; -ms-transform: rotateY(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20; -ms-transform: rotateY(0deg); }
  }
  @-o-keyframes flipbackY180 {
	from     {  z-index:10; -o-transform: rotateY(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20; -o-transform: rotateY(0deg); }
  }

/* #region Служебные классы */
.center {
  margin-left: auto;
  margin-right: auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
:focus {
  outline: 0;
  /* убираем контуры вокруг ссылок при фокусе */
}
.f050 {
  font-size: 50%;
}
.f070 {
  font-size: 70%;
}
.f075 {
  font-size: 75%;
}
.f080 {
  font-size: 80%;
}
.f090 {
  font-size: 90%;
}
.f100 {
  font-size: 100%;
}
.f110 {
  font-size: 110%;
}
.f120 {
  font-size: 120%;
}
.f140 {
  font-size: 140%;
}
.f150 {
  font-size: 150%;
}
.f200 {
  font-size: 200%;
}
.w100 {
  width: 100%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w70 {
  width: 70%;
}
.w50 {
  width: 50%;
}
.w30 {
  width: 30%;
}
.w10 {
  width: 10%;
}
.noWrap {
  white-space: nowrap !important;
}
.aRight {
  text-align: right !important;
}
.aLeft {
  text-align: left !important;
}
.aCenter {
  text-align: center !important;
}
.vBottom {
  vertical-align: bottom !important;
}
.vTop {
  vertical-align: top !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* #endregion */

/* #region Цвета */
/* #endregion */
/* #region Шрифты */
/* #endregion */
/* #region Базовые элементы */
body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #5A5A59;
  background-color: #fdfdfd;
  overflow-y: scroll;
}
a {
  text-decoration: none;
}
a:link {
  color: #5AA8DB;
  text-decoration: underline;
}
a:visited {
  color: #5AA8DB;
}
a:active {
  color: #de948f;
}
a:hover {
  color: #de948f;
}
footer {
  margin: 0 auto;
  padding: 10px 5px;
  width: 600px;
  font-size: 90%;
  color: #c0c0bf;
}
footer .logos img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  height: 45px;
}
footer .logos a > img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* #endregion */
/* #region Подписка */
.about {
  width: 840px;
  margin: 30px auto;
}
.about h1 {
  font-size: 200%;
  font-weight: normal;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'DejaVu Sans Condensed', sans-serif;
  color: #CC5C54;
  margin: 25px 0 5px 0;
  padding-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid #F69162;
  margin-bottom: 20px;
}
.about p {
  line-height: 1.6;
  font-size: 105%;
}
.required {
  border: 1px solid #F69162 !important;
  background: url('/Content/img/reqfld.png') no-repeat -10px center #FFFFFF !important;
}
.validationMessage {
  color: #3092d2;
  font-size: 90%;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.error,
.input-validation-error {
  background-color: #fffaf8 !important;
}
.publishers {
  width: 840px;
  margin: 30px auto;
}
.publishers h1 {
  font-size: 200%;
  font-weight: normal;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'DejaVu Sans Condensed', sans-serif;
  color: #CC5C54;
  margin: 25px 0 5px 0;
  padding-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid #F69162;
  margin-bottom: 20px;
}
.publishers div.live-tile {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.publishers div.live-tile:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.publishers span.tile-title {
  text-shadow: 1px 1px 2px #000000;
}
.publishers div.wide-slide.mn {
  width: 360px;
}
.publishers div.wide-slide > img {
  display: block;
}
#subscribe {
  margin: 10px auto;
  width: 600px;
  position: relative;
  padding: 5px;
}
#subscribe .brand {
  position: absolute;
  top: 3px;
  right: 5px;
}
#subscribe .yearH {
  position: absolute;
  top: 66px;
  left: 15px;
}
#subscribe .steps {
  position: absolute;
  top: 65px;
  right: 5px;
  width: 100px;
}
#subscribe .steps div {
  width: 17px;
  line-height: 1.4em;
  vertical-align: middle;
  height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  font-weight: bold;
  background-color: #ffe06e;
  color: #5A5A59;
}
#subscribe .steps div.sel {
  background-color: #CC5C54;
  color: #FFFFFF !important;
}
#subscribe .steps div.text {
  background-color: transparent !important;
  width: 35px;
  text-align: right;
  font-weight: normal !important;
}
#subscribe h1,
#subscribe h2 {
  font-size: 130%;
  font-weight: normal;
  color: #CC5C54;
  margin: 35px 0 5px 0;
  padding-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid #F69162;
}
#subscribe h1 {
  margin-bottom: 22px;
}
#subscribe h2 {
  font-size: 110%;
  border-bottom: 1px dotted #F69162;
  padding-bottom: 1px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#subscribe table {
  width: 100%;
  font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
}
#subscribe table th {
  text-transform: lowercase;
  padding-bottom: 4px;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 110%;
}
#subscribe table td {
  text-align: center;
  vertical-align: top;
  padding-bottom: 4px;
}
#subscribe table td input[type="text"] {
  padding: 0 3px;
  width: 30px;
  border: 1px solid #a6a6a6;
}
#subscribe table td input[type="checkbox"] {
  margin-top: 3px;
}
#subscribe .payInfo {
  margin-top: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #F69162;
  padding-top: 5px;
  font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
}
#subscribe .payInfo .erip {
  background-color: #f6f9f4;
  padding: 5px;
  border: 1px dotted #c4d3b3;
  margin: 5px 0;
  text-align: center;
  font-size: 130%;
}
#subscribe .payInfo .erip span {
  font-weight: bold;
}
#subscribe .payInfo .erip span.invNum {
  font-size: 140%;
  padding: 7px 0;
  display: block;
}
#subscribe .payInfo .get4click {
  background-color: #f4f8f9;
  padding: 5px;
  border: 1px dotted #b3ced3;
  margin: 5px 0;
}
#subscribe .payInfo .get4click div:first-child {
  display: flex;
}
#subscribe .payInfo .get4click div:first-child a {
  display: flex;
  color: #5a5a59;
  cursor: default;
}
#subscribe .payInfo .get4click div:first-child a p {
  margin: 0 10px 0 10px;
  padding: 5px 0 0 0;
}
#subscribe .payInfo .get4click div:first-child > div {
  display: inherit;
  margin: 15px 0 15px 0;
  width: 295px;
}
#subscribe .payInfo ul.legend {
  padding: 5px 0;
  list-style: none;
}
#subscribe .payInfo ul.legend li {
  padding: 1px 30px;
}
#subscribe .payInfo div.webpay,
#subscribe .payInfo div.i24 {
  margin-top: 7px;
}
#subscribe .payInfo div.webpay .bgpb-logo,
#subscribe .payInfo div.i24 .bgpb-logo {
  clear: both;
  padding-top: 5px;
}
#subscribe .payInfo div.webpay .correct,
#subscribe .payInfo div.i24 .correct {
  padding-top: 4px;
}
#subscribe .payInfo div.webpay input[submit]:hover,
#subscribe .payInfo div.i24 input[submit]:hover {
  background-color: #9eb882;
  border: none !important;
  color: #FFFFFF;
}
#subscribe .payInfo div.webpay input[type="submit"],
#subscribe .payInfo div.i24 input[type="submit"] {
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;
  background-color: #97b279;
  border: none !important;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 120%;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  line-height: 130%;
}
#subscribe .payInfo div.webpay input[type="submit"][disabled],
#subscribe .payInfo div.i24 input[type="submit"][disabled] {
  background-color: #7d9d5a;
  color: #e6e6e6;
}
#subscribe .payInfo div.webpay :first-child + html input[type="submit"],
#subscribe .payInfo div.i24 :first-child + html input[type="submit"] {
  padding: 4px 10px 3px 7px;
  /* IE7 */
}
#subscribe .payInfo div.alfaclick {
  padding: 10px 0;
}
#subscribe .payInfo div.alfaclick .label {
  float: left;
  padding-right: 20px;
  padding-top: 8px;
}
#subscribe .payInfo div.alfaclick .form {
  height: 41px;
  width: 280px;
}
#subscribe .payInfo div.alfaclick .resultMsg {
  width: 280px;
  height: 74px;
  text-align: center;
  padding-top: 20px;
  font-size: 120%;
}
#subscribe .payInfo div.alfaclick input {
  padding: 3px 3px 3px 9px;
  width: 173px;
}
#subscribe .payInfo div.alfaclick button {
  width: 100%;
}
#subscribe .payInfo div.map {
  background-color: #f6f9f4;
  padding: 5px 15px;
  border: 1px dotted #c4d3b3;
  margin-bottom: 5px;
  font-size: 110%;
}
#subscribe .payInfo div.map div.eripTree {
  padding: 10px 20px;
}
#subscribe .payInfo div.map div.eripTree .level1 {
  padding: 0 40px !important;
  margin: 0 !important;
  font-weight: bolder;
}
#subscribe .payInfo div.map div.eripTree .level2 {
  padding: 0 60px !important;
  margin: 0 !important;
  font-weight: bolder;
}
#subscribe .payInfo div.map div.eripTree .level3 {
  padding: 0 80px !important;
  margin: 0 !important;
  font-weight: bolder;
}
#subscribe .payInfo div.map div.eripTree .level4 {
  padding: 0 100px !important;
  margin: 0 !important;
  font-weight: bolder;
}
#subscribe .payInfo div.map div.eripTree .level5 {
  padding: 0 120px !important;
  margin: 0 !important;
  font-weight: bolder;
}
#subscribe .editions {
  margin-top: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #F69162;
}
#subscribe .editions table {
  margin: 0 auto;
  width: auto !important;
  font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  border-collapse: separate;
  border-spacing: 5px;
  table-layout: fixed;
}
#subscribe .editions table th {
  text-transform: lowercase;
  white-space: nowrap;
  padding-bottom: 4px;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 110%;
  border-bottom: 1px dotted #F69162;
}
#subscribe .editions table td {
  text-align: center;
  vertical-align: top;
  padding-bottom: 4px;
}
#subscribe .editions table td.year {
  font-weight: bold;
  padding-top: 3px;
  background-color: #f5fafd;
}
#subscribe .total {
  background-color: #f6f9f4;
  padding: 7px;
  border: 1px dotted #c4d3b3;
  text-align: center;
  font-size: 130%;
  font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
}
#subscribe .total span {
  font-weight: bold;
}
#subscribe .total span:last-child {
  font-weight: normal;
  font-size: 90%;
}
#subscribe .delivery {
  padding: 7px;
  border: 1px dotted #ffcd17;
  background-color: #fffcf2;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  font-size: 130%;
  font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
}
#subscribe .delivery span {
  font-weight: bold;
}
#subscribe .contact {
  padding: 7px;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 110%;
}
#subscribe .contact span {
  font-weight: bold;
}
#subscribe .edList {
  margin-top: -10px;
}
#subscribe .edList h2 {
  margin-top: 10px !important;
  font-size: 110% !important;
  font-weight: bold;
}
#subscribe .edList .action {
  margin-top: 10px;
}
#subscribe .edList .item {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: block;
  padding-right: 5px;
  margin: 5px 0;
}
#subscribe .edList .item label {
  vertical-align: top;
  font-size: 100%;
  position: relative;
  display: inline-block;
}
#subscribe .edList .item label input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  top: 10px;
  vertical-align: bottom;
  position: absolute;
  *overflow: hidden;
}
#subscribe .edList .item label img {
  margin-left: 17px;
  border: 1px solid #ffcd17;
  vertical-align: top;
  width: 60px;
  height: 30px;
}
#subscribe .edList .item label span {
  display: inline-block;
  width: 210px;
}
#subscribe .agree {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
#subscribe .agree input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  *overflow: hidden;
}
#subscribe .action {
  text-align: center;
  padding: 10px 0;
}
#subscribe .infoBox {
  border: 1px dotted #CC5C54;
  background-color: #fcf6f5;
  margin: 10px 0;
  padding: 10px;
}
#subscribe .infoBox h5 {
  color: #CC5C54;
  font-size: 110%;
  margin: 0 0 10px 0;
  padding: 0;
}
#subscribe .infoBox ul {
  list-style: none;
  margin: 0 0 0 40px;
  padding: 0;
  color: #b5400a;
}
#subscribe .infoBox.warn {
  border: 1px dotted #F69162;
  background-color: #fde5db;
}
#subscribe .infoBox.warn h5 {
  color: #F69162;
  font-size: 100%;
}
#subscribe .infoBox.warn ul {
  color: #f36f32;
}
#subscribe .container {
  font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
}
#subscribe .container div {
  padding: 5px 0 1px 0;
}
#subscribe .container input[type="text"] {
  border: 1px solid #a6a6a6;
  color: #5A5A59;
  padding: 0 3px 1px 9px;
  font-size: 110%;
  background: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#subscribe .container.address input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#subscribe .container.address .building {
  display: flex;
  flex-direction: row;
  place-content: space-between;
}
#subscribe .container.address .building > div {
  max-width: 100%;
  flex: 1 1 100%;
}
#subscribe .container.address .building > div.house {
  padding-right: 5px;
}
#subscribe .container .delivery-type {
  display: flex;
}
#subscribe .container .delivery-type div {
  padding-right: 5px;
  display: flex;
}
#subscribe .container .delivery-type div label {
  padding-left: 5px;
}
#subscribe .container .subscriber {
  float: left;
  width: 45%;
}
#subscribe .container .subscriber.simple div:not(:first-of-type) {
  padding: 16px 0 1px 0;
}
#subscribe .container.electronic .info {
  height: 180px !important;
}
#subscribe .container .info {
  float: right;
  width: 53%;
  overflow: hidden;
  /*height: 208px;*/
  height: auto;
}
#subscribe .container .info .amt {
  background-color: #f6f9f4;
  padding: 7px;
  border: 1px dotted #c4d3b3;
  margin-bottom: 5px;
}
#subscribe .container .info .amt.old {
  background-color: #feeeec;
  border: 1px dotted #fdd8d3;
}
#subscribe .container .info .amt.old div {
  text-decoration: line-through;
}
#subscribe .container .info .amt p {
  margin: 0;
  padding: 0;
}
#subscribe .container .info .amt div {
  text-align: center;
  font-size: 200%;
}
#subscribe .container .info .amt div:last-child {
  font-size: 130%;
}
#subscribe .container .info #help {
  padding: 0 7px;
  border-left: 3px solid #dde6d3;
  border-right: 1px solid #dde6d3;
  /*height: 1000px;*/
  height: 110px;
  background: url('/Content/img/tip.png') no-repeat 0 -10px;
}
#subscribe .container .info #help div {
  padding: 0;
  margin: 0;
}
#subscribe .container .info #help div strong {
  color: #2575aa;
}
.Firefox #subscribe .steps {
  top: 46px;
}
.Firefox #subscribe th {
  font-size: 100% !important;
}
.Firefox #subscribe .container div {
  padding: 6px 0 2px 0;
}
.Firefox #subscribe .container input[type="text"] {
  padding: 2px 3px 3px 9px !important;
}
.Firefox #subscribe .container.address input[type="text"] {
  padding: 2px 3px 3px 9px !important;
}
.Firefox #subscribe .container .info #help div {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.IE #subscribe th {
  font-size: 100% !important;
}
.IE #subscribe td input[type="checkbox"] {
  margin-top: 1px !important;
}
.IE #subscribe .container div {
  padding: 6px 0 2px 0;
}
.IE #subscribe .container input[type="text"] {
  padding: 3px 3px 4px 9px !important;
}
.IE #subscribe .container.address input[type="text"] {
  padding: 3px 3px 4px 9px !important;
}
.IE #subscribe .container .info #help div {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.pubDesc {
  font-size: 75%;
  text-align: right;
}
/* #endregion */
/* #region Плагины */
/* #region Tab */
.tabSection {
  padding: 0;
  margin-top: -22px;
}
.tabSection ul.tabs {
  height: 22px;
  line-height: 21px;
  list-style: none;
  border-bottom: 2px solid #F69162;
  padding-left: 100px;
  font-weight: bold;
  margin-bottom: 0;
}
.tabSection ul.tabs li {
  float: left;
  display: inline-block;
  padding: 1px 13px 0;
  color: #5AA8DB;
  cursor: pointer;
  position: relative;
}
.tabSection ul.tabs li a {
  color: #847A9E;
}
.tabSection ul.tabs li:hover {
  color: #5A5A59;
  padding: 1px 13px 0;
  background: #f6f9f4;
  border-bottom: 2px solid #85A562;
}
.tabSection ul.tabs li.current {
  padding: 1px 13px 0;
  color: #5A5A59 !important;
  background: #edf5fb;
  border-bottom: 2px solid #5AA8DB;
}
.tabSection ul.tabs li.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.tabSection .box {
  display: none;
}
.tabSection .box.visible {
  display: block;
}
.IE .tabSection ul.tabs {
  margin-bottom: 3px !important;
}
/* #endregion */
/* #region Autocomplete */
.ui-autocomplete {
  position: absolute;
  cursor: default;
  border: 1px solid #F69162;
  border-top: 0 none;
  background-color: #ffffff;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
* html .ui-autocomplete {
  width: 1px;
  height: 150px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  border: 1px solid #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.6;
  color: #5A5A59;
  zoom: 1;
  margin: 1px;
}
.ui-menu .ui-menu-item a span {
  color: #8d8d8c;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #F69162;
  background: #FFFFFF;
  font-weight: normal;
  color: #5A5A59;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #5A5A59;
  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 #F69162 !important;
  background: #fffaf8;
  font-weight: normal;
  color: #5A5A59;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #5A5A59;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #F69162;
  background: #ffffff;
  font-weight: normal;
  color: #5A5A59;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #5A5A59;
  text-decoration: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-widget :active {
  outline: none;
}
/* #endregion */
/* #region Button */
button.positive:hover,
a.positive:hover {
  background-color: #9eb882;
  border: none !important;
  color: #FFFFFF;
}
button.mbtn {
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;
}
button.mbtn[disabled] {
  color: #e6e6e6;
}
a.positive,
button.positive {
  background-color: #97b279;
  border: none !important;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 120%;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
a.positive[disabled],
button.positive[disabled] {
  background-color: #7d9d5a;
}
a.negative,
button.negative {
  background-color: #d4766f;
  border: none !important;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 120%;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  padding: 5px 10px 5px 7px;
  line-height: 17px;
}
button.mbtn img,
a.mbtn img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}
button[type].mbtn {
  padding: 5px 10px 5px 7px;
  line-height: 17px;
}
button[type].mbtn[disabled] {
  cursor: no-drop;
}
:first-child + html button[type].mbtn {
  padding: 4px 10px 3px 7px;
  /* IE7 */
}
a.mbtn,
button.mbtn {
  display: inline-block;
  margin: 0;
  line-height: 130%;
  padding: 9px 10px 8px 7px;
}
/* #endregion */
/* #endregion */
.gdpr {
  padding: 50px 0;
  width: 600px;
  margin: 0 auto;
}
#container-consent {
  margin: 10px auto;
  width: 600px;
  position: relative;
  padding: 5px;
}
#container-consent .agree {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
#container-consent .agree input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  *overflow: hidden;
}
#container-consent h1 {
  font-size: 130%;
  font-weight: normal;
  color: #CC5C54;
  margin: 35px 0 5px 0;
  padding-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid #F69162;
}
#container-consent #consent form {
  padding: 10px;
}
#container-consent #consent form > * {
  padding: 5px;
}
#dialog {
  display: none;
  font-size: 1.5em;
}
.cookie-alert {
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 4px;
}
.cookie-alert .cookie-alert-titlebar {
  color: #CC5C54;
  padding-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid #F69162;
  font-size: 2em;
}
.cookie-alert .cookie-alert-close {
  display: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
}
