@charset "UTF-8";
/*
 * Main
 * @version 2013.8.19
 */
/* normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/* Addresses `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea { font-family: sans-serif; }

/* Addresses margins handled incorrectly in IE 6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/* Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/* Addresses font sizes and margins set differently in IE 6/7. Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.75em; margin: 2.33em 0; }

/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/* Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/* Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }

/* Addresses margins set differently in IE 6/7. */
p, pre { margin: 1em 0; }

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: "courier new", monospace; font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }

/* Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }

small { font-size: 75%; }

/* Prevents `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; }

/* ========================================================================== Lists ========================================================================== */
/* Addresses margins set differently in IE 6/7. */
dl, menu, ol, ul { margin: 1em 0; }

dd { margin: 0 0 0 40px; }

/* Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px; }

/* Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improves image quality when scaled in IE 7. */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure { margin: 0; }
figure.news-pics.img {margin:0; border:0;}

/* ========================================================================== Forms ========================================================================== */
/* Corrects margin displayed oddly in IE 6/7. */
form { margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/* 1. Corrects color not being inherited in IE 6/7/8/9. 2. Corrects text not wrapping in Firefox 3. 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/* 1. Corrects font size not being inherited in all browsers. 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Corrects inability to style clickable `input` types in iOS. 3. Improves usability and consistency of cursor style between image-type `input` and others. 4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }

/* 1. Addresses box sizing set to content-box in IE 8/9. 2. Removes excess padding in IE 8/9. 3. Removes excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Addresses `box-sizing` set to `border-box` in Safari 5 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; }

/* Removes inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 1. Removes default vertical scrollbar in IE 6/7/8/9. 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/* Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

html, body { color: #666666; }

html[class*=chrome], html.no-mobile.no-pad { -webkit-text-size-adjust: none; }

p { margin: 0 0 1em; padding: 0; }

p:last-child { margin-bottom: 0; }

b { font-weight: normal; }

small { font-size: inherit; }

hr { border-color: #666666; border-top-width: 2px; margin: 2em 0; }

ul, ol, dl, dd, dt { margin: 0; padding: 0; list-style: none outside none; }

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; vertical-align: bottom; }

blockquote { margin: 0; padding: 0; border: none; }

object, embed { outline: 0; }

a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1); -webkit-transition: color 0.12s ease-out; -moz-transition: color 0.12s ease-out; -o-transition: color 0.12s ease-out; transition: color 0.12s ease-out; }

a:hover { color: gray; }

a, a:focus { outline: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"] { border: 0; padding: 0; margin: 0; background: none; }

input[type="radio"], input[type="checkbox"] { /*position:relative; top:2px;*/ margin-right: .3em; }

input::-moz-focus-inner { border: 0; }

@-moz-keyframes flash { 0% { opacity: 1; }
  25% { opacity: 0; }
  50% { opacity: 1; }
  75% { opacity: 0; }
  100% { opacity: 1; } }

@-webkit-keyframes flash { 0% { opacity: 1; }
  25% { opacity: 0; }
  50% { opacity: 1; }
  75% { opacity: 0; }
  100% { opacity: 1; } }

@-o-keyframes flash { 0% { opacity: 1; }
  25% { opacity: 0; }
  50% { opacity: 1; }
  75% { opacity: 0; }
  100% { opacity: 1; } }

@-ms-keyframes flash { 0% { opacity: 1; }
  25% { opacity: 0; }
  50% { opacity: 1; }
  75% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes flash { 0% { opacity: 1; }
  25% { opacity: 0; }
  50% { opacity: 1; }
  75% { opacity: 0; }
  100% { opacity: 1; } }

@-moz-keyframes flash-interval { 0% { opacity: 1; }
  10% { opacity: 0; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  40% { opacity: 1; } }

@-webkit-keyframes flash-interval { 0% { opacity: 1; }
  10% { opacity: 0; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  40% { opacity: 1; } }

@-o-keyframes flash-interval { 0% { opacity: 1; }
  10% { opacity: 0; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  40% { opacity: 1; } }

@-ms-keyframes flash-interval { 0% { opacity: 1; }
  10% { opacity: 0; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  40% { opacity: 1; } }

@keyframes flash-interval { 0% { opacity: 1; }
  10% { opacity: 0; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  40% { opacity: 1; } }

@-moz-keyframes bounce { 0% { -moz-transform: translateY(0); transform: translateY(0); }
  20% { -moz-transform: translateY(0); transform: translateY(0); }
  40% { -moz-transform: translateY(-30px); transform: translateY(-30px); }
  50% { -moz-transform: translateY(0); transform: translateY(0); }
  60% { -moz-transform: translateY(-15px); transform: translateY(-15px); }
  80% { -moz-transform: translateY(0); transform: translateY(0); }
  100% { -moz-transform: translateY(0); transform: translateY(0); } }

@-webkit-keyframes bounce { 0% { -webkit-transform: translateY(0); transform: translateY(0); }
  20% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  50% { -webkit-transform: translateY(0); transform: translateY(0); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
  80% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@-o-keyframes bounce { 0% { -o-transform: translateY(0); transform: translateY(0); }
  20% { -o-transform: translateY(0); transform: translateY(0); }
  40% { -o-transform: translateY(-30px); transform: translateY(-30px); }
  50% { -o-transform: translateY(0); transform: translateY(0); }
  60% { -o-transform: translateY(-15px); transform: translateY(-15px); }
  80% { -o-transform: translateY(0); transform: translateY(0); }
  100% { -o-transform: translateY(0); transform: translateY(0); } }

@-ms-keyframes bounce { 0% { -ms-transform: translateY(0); transform: translateY(0); }
  20% { -ms-transform: translateY(0); transform: translateY(0); }
  40% { -ms-transform: translateY(-30px); transform: translateY(-30px); }
  50% { -ms-transform: translateY(0); transform: translateY(0); }
  60% { -ms-transform: translateY(-15px); transform: translateY(-15px); }
  80% { -ms-transform: translateY(0); transform: translateY(0); }
  100% { -ms-transform: translateY(0); transform: translateY(0); } }

@keyframes bounce { 0% { transform: translateY(0); }
  20% { transform: translateY(0); }
  40% { transform: translateY(-30px); }
  50% { transform: translateY(0); }
  60% { transform: translateY(-15px); }
  80% { transform: translateY(0); }
  100% { transform: translateY(0); } }

@-moz-keyframes shake { 0% { -moz-transform: translateX(0); transform: translateX(0); }
  10% { -moz-transform: translateX(-10px); transform: translateX(-10px); }
  20% { -moz-transform: translateX(10px); transform: translateX(10px); }
  30% { -moz-transform: translateX(-10px); transform: translateX(-10px); }
  40% { -moz-transform: translateX(10px); transform: translateX(10px); }
  50% { -moz-transform: translateX(-10px); transform: translateX(-10px); }
  60% { -moz-transform: translateX(10px); transform: translateX(10px); }
  70% { -moz-transform: translateX(-10px); transform: translateX(-10px); }
  80% { -moz-transform: translateX(10px); transform: translateX(10px); }
  90% { -moz-transform: translateX(-10px); transform: translateX(-10px); }
  100% { -moz-transform: translateX(0); transform: translateX(0); } }

@-webkit-keyframes shake { 0% { -webkit-transform: translateX(0); transform: translateX(0); }
  10% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
  20% { -webkit-transform: translateX(10px); transform: translateX(10px); }
  30% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
  40% { -webkit-transform: translateX(10px); transform: translateX(10px); }
  50% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
  60% { -webkit-transform: translateX(10px); transform: translateX(10px); }
  70% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
  80% { -webkit-transform: translateX(10px); transform: translateX(10px); }
  90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

@-o-keyframes shake { 0% { -o-transform: translateX(0); transform: translateX(0); }
  10% { -o-transform: translateX(-10px); transform: translateX(-10px); }
  20% { -o-transform: translateX(10px); transform: translateX(10px); }
  30% { -o-transform: translateX(-10px); transform: translateX(-10px); }
  40% { -o-transform: translateX(10px); transform: translateX(10px); }
  50% { -o-transform: translateX(-10px); transform: translateX(-10px); }
  60% { -o-transform: translateX(10px); transform: translateX(10px); }
  70% { -o-transform: translateX(-10px); transform: translateX(-10px); }
  80% { -o-transform: translateX(10px); transform: translateX(10px); }
  90% { -o-transform: translateX(-10px); transform: translateX(-10px); }
  100% { -o-transform: translateX(0); transform: translateX(0); } }

@-ms-keyframes shake { 0% { -ms-transform: translateX(0); transform: translateX(0); }
  10% { -ms-transform: translateX(-10px); transform: translateX(-10px); }
  20% { -ms-transform: translateX(10px); transform: translateX(10px); }
  30% { -ms-transform: translateX(-10px); transform: translateX(-10px); }
  40% { -ms-transform: translateX(10px); transform: translateX(10px); }
  50% { -ms-transform: translateX(-10px); transform: translateX(-10px); }
  60% { -ms-transform: translateX(10px); transform: translateX(10px); }
  70% { -ms-transform: translateX(-10px); transform: translateX(-10px); }
  80% { -ms-transform: translateX(10px); transform: translateX(10px); }
  90% { -ms-transform: translateX(-10px); transform: translateX(-10px); }
  100% { -ms-transform: translateX(0); transform: translateX(0); } }

@keyframes shake { 0% { transform: translateX(0); }
  10% { transform: translateX(-10px); }
  20% { transform: translateX(10px); }
  30% { transform: translateX(-10px); }
  40% { transform: translateX(10px); }
  50% { transform: translateX(-10px); }
  60% { transform: translateX(10px); }
  70% { transform: translateX(-10px); }
  80% { transform: translateX(10px); }
  90% { transform: translateX(-10px); }
  100% { transform: translateX(0); } }

@-moz-keyframes tada { 0% { -moz-transform: scale(1, 1); transform: scale(1, 1); }
  10% { -moz-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  20% { -moz-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  30% { -moz-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  40% { -moz-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  50% { -moz-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  60% { -moz-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  70% { -moz-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  80% { -moz-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  90% { -moz-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  100% { -moz-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } }

@-webkit-keyframes tada { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  10% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  30% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  40% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  50% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  60% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  70% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } }

@-o-keyframes tada { 0% { -o-transform: scale(1, 1); transform: scale(1, 1); }
  10% { -o-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  20% { -o-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  30% { -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  40% { -o-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  50% { -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  60% { -o-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  70% { -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  80% { -o-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  90% { -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  100% { -o-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } }

@-ms-keyframes tada { 0% { -ms-transform: scale(1, 1); transform: scale(1, 1); }
  10% { -ms-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  20% { -ms-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  30% { -ms-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  40% { -ms-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  50% { -ms-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  60% { -ms-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  70% { -ms-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  80% { -ms-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  90% { -ms-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  100% { -ms-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } }

@keyframes tada { 0% { transform: scale(1, 1); }
  10% { transform: scale(0.9) rotate(-3deg); }
  20% { transform: scale(0.9) rotate(-3deg); }
  30% { transform: scale(1.1) rotate(3deg); }
  40% { transform: scale(1.1) rotate(-3deg); }
  50% { transform: scale(1.1) rotate(3deg); }
  60% { transform: scale(1.1) rotate(-3deg); }
  70% { transform: scale(1.1) rotate(3deg); }
  80% { transform: scale(1.1) rotate(-3deg); }
  90% { transform: scale(1.1) rotate(3deg); }
  100% { transform: scale(1) rotate(0); } }

@-moz-keyframes swing { 20%, 40%, 60%, 80%, 100% { -moz-transform-origin: top center 50%; transform-origin: top center 50%; }
  20% { -moz-transform: rotate(15deg); transform: rotate(15deg); }
  40% { -moz-transform: rotate(-10deg); transform: rotate(-10deg); }
  60% { -moz-transform: rotate(5deg); transform: rotate(5deg); }
  80% { -moz-transform: rotate(-5deg); transform: rotate(-5deg); }
  100% { -moz-transform: rotate(0deg); transform: rotate(0deg); } }

@-webkit-keyframes swing { 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center 50%; transform-origin: top center 50%; }
  20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
  40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); }
  60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
  80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }
  100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

@-o-keyframes swing { 20%, 40%, 60%, 80%, 100% { -o-transform-origin: top center 50%; transform-origin: top center 50%; }
  20% { -o-transform: rotate(15deg); transform: rotate(15deg); }
  40% { -o-transform: rotate(-10deg); transform: rotate(-10deg); }
  60% { -o-transform: rotate(5deg); transform: rotate(5deg); }
  80% { -o-transform: rotate(-5deg); transform: rotate(-5deg); }
  100% { -o-transform: rotate(0deg); transform: rotate(0deg); } }

@-ms-keyframes swing { 20%, 40%, 60%, 80%, 100% { -ms-transform-origin: top center 50%; transform-origin: top center 50%; }
  20% { -ms-transform: rotate(15deg); transform: rotate(15deg); }
  40% { -ms-transform: rotate(-10deg); transform: rotate(-10deg); }
  60% { -ms-transform: rotate(5deg); transform: rotate(5deg); }
  80% { -ms-transform: rotate(-5deg); transform: rotate(-5deg); }
  100% { -ms-transform: rotate(0deg); transform: rotate(0deg); } }

@keyframes swing { 20%, 40%, 60%, 80%, 100% { transform-origin: top center 50%; }
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(5deg); }
  80% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); } }

@-moz-keyframes wobble { 0% { -moz-transform: translateX(0%); transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); transform: translateX(0%); } }

@-webkit-keyframes wobble { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); transform: translateX(0%); } }

@-o-keyframes wobble { 0% { -o-transform: translateX(0%); transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); transform: translateX(0%); } }

@-ms-keyframes wobble { 0% { -ms-transform: translateX(0%); transform: translateX(0%); }
  15% { -ms-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); }
  30% { -ms-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); }
  45% { -ms-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); }
  60% { -ms-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); }
  75% { -ms-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); }
  100% { -ms-transform: translateX(0%); transform: translateX(0%); } }

@keyframes wobble { 0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); } }

@-moz-keyframes pulse { 0% { -moz-transform: scale(1, 1); transform: scale(1, 1); }
  50% { -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
  100% { -moz-transform: scale(1, 1); transform: scale(1, 1); } }

@-webkit-keyframes pulse { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  50% { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } }

@-o-keyframes pulse { 0% { -o-transform: scale(1, 1); transform: scale(1, 1); }
  50% { -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
  100% { -o-transform: scale(1, 1); transform: scale(1, 1); } }

@-ms-keyframes pulse { 0% { -ms-transform: scale(1, 1); transform: scale(1, 1); }
  50% { -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
  100% { -ms-transform: scale(1, 1); transform: scale(1, 1); } }

@keyframes pulse { 0% { transform: scale(1, 1); }
  50% { transform: scale(1.1, 1.1); }
  100% { transform: scale(1, 1); } }

@-moz-keyframes wiggle { 0% { -moz-transform: skewX(9deg); transform: skewX(9deg); }
  10% { -moz-transform: skewX(-8deg); transform: skewX(-8deg); }
  20% { -moz-transform: skewX(7deg); transform: skewX(7deg); }
  30% { -moz-transform: skewX(-6deg); transform: skewX(-6deg); }
  40% { -moz-transform: skewX(5deg); transform: skewX(5deg); }
  50% { -moz-transform: skewX(-4deg); transform: skewX(-4deg); }
  60% { -moz-transform: skewX(3deg); transform: skewX(3deg); }
  70% { -moz-transform: skewX(-2deg); transform: skewX(-2deg); }
  80% { -moz-transform: skewX(1deg); transform: skewX(1deg); }
  90% { -moz-transform: skewX(0deg); transform: skewX(0deg); }
  100% { -moz-transform: skewX(0deg); transform: skewX(0deg); } }

@-webkit-keyframes wiggle { 0% { -webkit-transform: skewX(9deg); transform: skewX(9deg); }
  10% { -webkit-transform: skewX(-8deg); transform: skewX(-8deg); }
  20% { -webkit-transform: skewX(7deg); transform: skewX(7deg); }
  30% { -webkit-transform: skewX(-6deg); transform: skewX(-6deg); }
  40% { -webkit-transform: skewX(5deg); transform: skewX(5deg); }
  50% { -webkit-transform: skewX(-4deg); transform: skewX(-4deg); }
  60% { -webkit-transform: skewX(3deg); transform: skewX(3deg); }
  70% { -webkit-transform: skewX(-2deg); transform: skewX(-2deg); }
  80% { -webkit-transform: skewX(1deg); transform: skewX(1deg); }
  90% { -webkit-transform: skewX(0deg); transform: skewX(0deg); }
  100% { -webkit-transform: skewX(0deg); transform: skewX(0deg); } }

@-o-keyframes wiggle { 0% { -o-transform: skewX(9deg); transform: skewX(9deg); }
  10% { -o-transform: skewX(-8deg); transform: skewX(-8deg); }
  20% { -o-transform: skewX(7deg); transform: skewX(7deg); }
  30% { -o-transform: skewX(-6deg); transform: skewX(-6deg); }
  40% { -o-transform: skewX(5deg); transform: skewX(5deg); }
  50% { -o-transform: skewX(-4deg); transform: skewX(-4deg); }
  60% { -o-transform: skewX(3deg); transform: skewX(3deg); }
  70% { -o-transform: skewX(-2deg); transform: skewX(-2deg); }
  80% { -o-transform: skewX(1deg); transform: skewX(1deg); }
  90% { -o-transform: skewX(0deg); transform: skewX(0deg); }
  100% { -o-transform: skewX(0deg); transform: skewX(0deg); } }

@-ms-keyframes wiggle { 0% { -ms-transform: skewX(9deg); transform: skewX(9deg); }
  10% { -ms-transform: skewX(-8deg); transform: skewX(-8deg); }
  20% { -ms-transform: skewX(7deg); transform: skewX(7deg); }
  30% { -ms-transform: skewX(-6deg); transform: skewX(-6deg); }
  40% { -ms-transform: skewX(5deg); transform: skewX(5deg); }
  50% { -ms-transform: skewX(-4deg); transform: skewX(-4deg); }
  60% { -ms-transform: skewX(3deg); transform: skewX(3deg); }
  70% { -ms-transform: skewX(-2deg); transform: skewX(-2deg); }
  80% { -ms-transform: skewX(1deg); transform: skewX(1deg); }
  90% { -ms-transform: skewX(0deg); transform: skewX(0deg); }
  100% { -ms-transform: skewX(0deg); transform: skewX(0deg); } }

@keyframes wiggle { 0% { transform: skewX(9deg); }
  10% { transform: skewX(-8deg); }
  20% { transform: skewX(7deg); }
  30% { transform: skewX(-6deg); }
  40% { transform: skewX(5deg); }
  50% { transform: skewX(-4deg); }
  60% { transform: skewX(3deg); }
  70% { transform: skewX(-2deg); }
  80% { transform: skewX(1deg); }
  90% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); } }

@-moz-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@-o-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@-ms-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@-moz-keyframes fadeOutUp { 0% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -moz-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; } }

@-webkit-keyframes fadeOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; } }

@-o-keyframes fadeOutUp { 0% { -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -o-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; } }

@-ms-keyframes fadeOutUp { 0% { -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -ms-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; } }

@keyframes fadeOutUp { 0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-20px); opacity: 0; } }

@-moz-keyframes fadeOutDown { 0% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -moz-transform: translateY(20px); transform: translateY(20px); opacity: 0; } }

@-webkit-keyframes fadeOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; } }

@-o-keyframes fadeOutDown { 0% { -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -o-transform: translateY(20px); transform: translateY(20px); opacity: 0; } }

@-ms-keyframes fadeOutDown { 0% { -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -ms-transform: translateY(20px); transform: translateY(20px); opacity: 0; } }

@keyframes fadeOutDown { 0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(20px); opacity: 0; } }

@-moz-keyframes fadeOutRight { 0% { -moz-transform: translateX(0); transform: translateX(0); opacity: 1; }
  100% { -moz-transform: translateX(20px); transform: translateX(20px); opacity: 0; } }

@-webkit-keyframes fadeOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
  100% { -webkit-transform: translateX(20px); transform: translateX(20px); opacity: 0; } }

@-o-keyframes fadeOutRight { 0% { -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
  100% { -o-transform: translateX(20px); transform: translateX(20px); opacity: 0; } }

@-ms-keyframes fadeOutRight { 0% { -ms-transform: translateX(0); transform: translateX(0); opacity: 1; }
  100% { -ms-transform: translateX(20px); transform: translateX(20px); opacity: 0; } }

@keyframes fadeOutRight { 0% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(20px); opacity: 0; } }

@-moz-keyframes fadeOutLeft { 0% { -moz-transform: translateX(0); transform: translateX(0); opacity: 1; }
  100% { -moz-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; } }

@-webkit-keyframes fadeOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
  100% { -webkit-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; } }

@-o-keyframes fadeOutLeft { 0% { -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
  100% { -o-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; } }

@-ms-keyframes fadeOutLeft { 0% { -ms-transform: translateX(0); transform: translateX(0); opacity: 1; }
  100% { -ms-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; } }

@keyframes fadeOutLeft { 0% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(-20px); opacity: 0; } }

@-moz-keyframes fadeOutUpBig { 0% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -moz-transform: translateY(-2000px); transform: translateY(-2000px); opacity: 0; } }

@-webkit-keyframes fadeOutUpBig { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -webkit-transform: translateY(-2000px); transform: translateY(-2000px); opacity: 0; } }

@-o-keyframes fadeOutUpBig { 0% { -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -o-transform: translateY(-2000px); transform: translateY(-2000px); opacity: 0; } }

@-ms-keyframes fadeOutUpBig { 0% { -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -ms-transform: translateY(-2000px); transform: translateY(-2000px); opacity: 0; } }

@keyframes fadeOutUpBig { 0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-2000px); opacity: 0; } }

@-moz-keyframes fadeOutDownBig { 0% { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); }
  100% { opacity: 0; -moz-transform: translateY(2000px); transform: translateY(2000px); } }

@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig { 0% { opacity: 1; -o-transform: translateY(0); transform: translateY(0); }
  100% { opacity: 0; -o-transform: translateY(2000px); transform: translateY(2000px); } }

@-ms-keyframes fadeOutDownBig { 0% { opacity: 1; -ms-transform: translateY(0); transform: translateY(0); }
  100% { opacity: 0; -ms-transform: translateY(2000px); transform: translateY(2000px); } }

@keyframes fadeOutDownBig { 0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(2000px); } }

@-moz-keyframes fadeOutRightBig { 0% { opacity: 1; -moz-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0; -moz-transform: translateX(2000px); transform: translateX(2000px); } }

@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig { 0% { opacity: 1; -o-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0; -o-transform: translateX(2000px); transform: translateX(2000px); } }

@-ms-keyframes fadeOutRightBig { 0% { opacity: 1; -ms-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0; -ms-transform: translateX(2000px); transform: translateX(2000px); } }

@keyframes fadeOutRightBig { 0% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(2000px); } }

@-moz-keyframes fadeOutLeftBig { 0% { opacity: 1; -moz-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0; -moz-transform: translateX(-2000px); transform: translateX(-2000px); } }

@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig { 0% { opacity: 1; -o-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0; -o-transform: translateX(-2000px); transform: translateX(-2000px); } }

@-ms-keyframes fadeOutLeftBig { 0% { opacity: 1; -ms-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0; -ms-transform: translateX(-2000px); transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig { 0% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(-2000px); } }

@-moz-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-o-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-ms-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-moz-keyframes fadeInUp { 0% { -moz-transform: translateY(20px); transform: translateY(20px); opacity: 0; }
  100% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-webkit-keyframes fadeInUp { 0% { -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-o-keyframes fadeInUp { 0% { -o-transform: translateY(20px); transform: translateY(20px); opacity: 0; }
  100% { -o-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-ms-keyframes fadeInUp { 0% { -ms-transform: translateY(20px); transform: translateY(20px); opacity: 0; }
  100% { -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@keyframes fadeInUp { 0% { transform: translateY(20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }

@-moz-keyframes fadeInDown { 0% { -moz-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; }
  100% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-webkit-keyframes fadeInDown { 0% { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-o-keyframes fadeInDown { 0% { -o-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; }
  100% { -o-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-ms-keyframes fadeInDown { 0% { -ms-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; }
  100% { -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@keyframes fadeInDown { 0% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }

@-moz-keyframes fadeInRight { 0% { -moz-transform: translateX(20px); transform: translateX(20px); opacity: 0; }
  100% { -moz-transform: translateX(0); transform: translateX(0); opacity: 1; } }

@-webkit-keyframes fadeInRight { 0% { -webkit-transform: translateX(20px); transform: translateX(20px); opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } }

@-o-keyframes fadeInRight { 0% { -o-transform: translateX(20px); transform: translateX(20px); opacity: 0; }
  100% { -o-transform: translateX(0); transform: translateX(0); opacity: 1; } }

@-ms-keyframes fadeInRight { 0% { -ms-transform: translateX(20px); transform: translateX(20px); opacity: 0; }
  100% { -ms-transform: translateX(0); transform: translateX(0); opacity: 1; } }

@keyframes fadeInRight { 0% { transform: translateX(20px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; } }

@-moz-keyframes fadeInLeft { 0% { -moz-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; }
  100% { -moz-transform: translateX(0); transform: translateX(0); opacity: 1; } }

@-webkit-keyframes fadeInLeft { 0% { -webkit-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } }

@-o-keyframes fadeInLeft { 0% { -o-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; }
  100% { -o-transform: translateX(0); transform: translateX(0); opacity: 1; } }

@-ms-keyframes fadeInLeft { 0% { -ms-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; }
  100% { -ms-transform: translateX(0); transform: translateX(0); opacity: 1; } }

@keyframes fadeInLeft { 0% { transform: translateX(-20px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; } }

@-moz-keyframes fadeInUpBig { 0% { -moz-transform: translateY(2000px); transform: translateY(2000px); opacity: 0; }
  100% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-webkit-keyframes fadeInUpBig { 0% { -webkit-transform: translateY(2000px); transform: translateY(2000px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-o-keyframes fadeInUpBig { 0% { -o-transform: translateY(2000px); transform: translateY(2000px); opacity: 0; }
  100% { -o-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@-ms-keyframes fadeInUpBig { 0% { -ms-transform: translateY(2000px); transform: translateY(2000px); opacity: 0; }
  100% { -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } }

@keyframes fadeInUpBig { 0% { transform: translateY(2000px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }

@-moz-keyframes fadeInDownBig { 0% { opacity: 0; -moz-transform: translateY(-2000px); transform: translateY(-2000px); }
  100% { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); } }

@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

@-o-keyframes fadeInDownBig { 0% { opacity: 0; -o-transform: translateY(-2000px); transform: translateY(-2000px); }
  100% { opacity: 1; -o-transform: translateY(0); transform: translateY(0); } }

@-ms-keyframes fadeInDownBig { 0% { opacity: 0; -ms-transform: translateY(-2000px); transform: translateY(-2000px); }
  100% { opacity: 1; -ms-transform: translateY(0); transform: translateY(0); } }

@keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); }
  100% { opacity: 1; transform: translateY(0); } }

@-moz-keyframes fadeInRightBig { 0% { opacity: 0; -moz-transform: translateX(2000px); transform: translateX(2000px); }
  100% { opacity: 1; -moz-transform: translateX(0); transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }

@-o-keyframes fadeInRightBig { 0% { opacity: 0; -o-transform: translateX(2000px); transform: translateX(2000px); }
  100% { opacity: 1; -o-transform: translateX(0); transform: translateX(0); } }

@-ms-keyframes fadeInRightBig { 0% { opacity: 0; -ms-transform: translateX(2000px); transform: translateX(2000px); }
  100% { opacity: 1; -ms-transform: translateX(0); transform: translateX(0); } }

@keyframes fadeInRightBig { 0% { opacity: 0; transform: translateX(2000px); }
  100% { opacity: 1; transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig { 0% { opacity: 0; -moz-transform: translateX(-2000px); transform: translateX(-2000px); }
  100% { opacity: 1; -moz-transform: translateX(0); transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }

@-o-keyframes fadeInLeftBig { 0% { opacity: 0; -o-transform: translateX(-2000px); transform: translateX(-2000px); }
  100% { opacity: 1; -o-transform: translateX(0); transform: translateX(0); } }

@-ms-keyframes fadeInLeftBig { 0% { opacity: 0; -ms-transform: translateX(-2000px); transform: translateX(-2000px); }
  100% { opacity: 1; -ms-transform: translateX(0); transform: translateX(0); } }

@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); }
  100% { opacity: 1; transform: translateX(0); } }

/*
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../libs/font/fontawesome-webfont.eot?v=3.2.1"); src: url("../libs/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../libs/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../libs/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../libs/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg"); font-weight: normal; font-style: normal; }

/* FONT AWESOME CORE -------------------------- */
[class^="icon-"], [class*=" icon-"] { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; }

[class^="icon-"]:before, [class*=" icon-"]:before { text-decoration: inherit; display: inline-block; speak: none; }

/* makes sure icons active on rollover in links */
a [class^="icon-"], a [class*=" icon-"] { display: inline; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.icon-glass:before { content: "\f000"; }

.icon-music:before { content: "\f001"; }

.icon-search:before { content: "\f002"; }

.icon-envelope-alt:before { content: "\f003"; }

.icon-heart:before { content: "\f004"; }

.icon-star:before { content: "\f005"; }

.icon-star-empty: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-ok:before { content: "\f00c"; }

.icon-remove:before { content: "\f00d"; }

.icon-zoom-in:before { content: "\f00e"; }

.icon-zoom-out:before { content: "\f010"; }

.icon-power-off:before, .icon-off:before { content: "\f011"; }

.icon-signal:before { content: "\f012"; }

.icon-gear:before, .icon-cog:before { content: "\f013"; }

.icon-trash:before { content: "\f014"; }

.icon-home:before { content: "\f015"; }

.icon-file-alt:before { content: "\f016"; }

.icon-time:before { content: "\f017"; }

.icon-road:before { content: "\f018"; }

.icon-download-alt:before { content: "\f019"; }

.icon-download:before { content: "\f01a"; }

.icon-upload:before { content: "\f01b"; }

.icon-inbox:before { content: "\f01c"; }

.icon-play-circle:before { content: "\f01d"; }

.icon-rotate-right:before, .icon-repeat: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-indent-left:before { content: "\f03b"; }

.icon-indent-right:before { content: "\f03c"; }

.icon-facetime-video:before { content: "\f03d"; }

.icon-picture: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:before { content: "\f045"; }

.icon-check:before { content: "\f046"; }

.icon-move: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-sign:before { content: "\f055"; }

.icon-minus-sign:before { content: "\f056"; }

.icon-remove-sign:before { content: "\f057"; }

.icon-ok-sign:before { content: "\f058"; }

.icon-question-sign:before { content: "\f059"; }

.icon-info-sign:before { content: "\f05a"; }

.icon-screenshot:before { content: "\f05b"; }

.icon-remove-circle:before { content: "\f05c"; }

.icon-ok-circle:before { content: "\f05d"; }

.icon-ban-circle: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, .icon-share-alt:before { content: "\f064"; }

.icon-resize-full:before { content: "\f065"; }

.icon-resize-small:before { content: "\f066"; }

.icon-plus:before { content: "\f067"; }

.icon-minus:before { content: "\f068"; }

.icon-asterisk:before { content: "\f069"; }

.icon-exclamation-sign:before { content: "\f06a"; }

.icon-gift:before { content: "\f06b"; }

.icon-leaf:before { content: "\f06c"; }

.icon-fire:before { content: "\f06d"; }

.icon-eye-open:before { content: "\f06e"; }

.icon-eye-close:before { content: "\f070"; }

.icon-warning-sign: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-close:before { content: "\f07b"; }

.icon-folder-open:before { content: "\f07c"; }

.icon-resize-vertical:before { content: "\f07d"; }

.icon-resize-horizontal:before { content: "\f07e"; }

.icon-bar-chart:before { content: "\f080"; }

.icon-twitter-sign:before { content: "\f081"; }

.icon-facebook-sign:before { content: "\f082"; }

.icon-camera-retro:before { content: "\f083"; }

.icon-key:before { content: "\f084"; }

.icon-gears:before, .icon-cogs:before { content: "\f085"; }

.icon-comments:before { content: "\f086"; }

.icon-thumbs-up-alt:before { content: "\f087"; }

.icon-thumbs-down-alt:before { content: "\f088"; }

.icon-star-half:before { content: "\f089"; }

.icon-heart-empty:before { content: "\f08a"; }

.icon-signout:before { content: "\f08b"; }

.icon-linkedin-sign:before { content: "\f08c"; }

.icon-pushpin:before { content: "\f08d"; }

.icon-external-link:before { content: "\f08e"; }

.icon-signin:before { content: "\f090"; }

.icon-trophy:before { content: "\f091"; }

.icon-github-sign:before { content: "\f092"; }

.icon-upload-alt:before { content: "\f093"; }

.icon-lemon:before { content: "\f094"; }

.icon-phone:before { content: "\f095"; }

.icon-unchecked:before, .icon-check-empty:before { content: "\f096"; }

.icon-bookmark-empty:before { content: "\f097"; }

.icon-phone-sign: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:before { content: "\f0a0"; }

.icon-bullhorn:before { content: "\f0a1"; }

.icon-bell:before { content: "\f0a2"; }

.icon-certificate:before { content: "\f0a3"; }

.icon-hand-right:before { content: "\f0a4"; }

.icon-hand-left:before { content: "\f0a5"; }

.icon-hand-up:before { content: "\f0a6"; }

.icon-hand-down:before { content: "\f0a7"; }

.icon-circle-arrow-left:before { content: "\f0a8"; }

.icon-circle-arrow-right:before { content: "\f0a9"; }

.icon-circle-arrow-up:before { content: "\f0aa"; }

.icon-circle-arrow-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-fullscreen:before { content: "\f0b2"; }

.icon-group:before { content: "\f0c0"; }

.icon-link:before { content: "\f0c1"; }

.icon-cloud:before { content: "\f0c2"; }

.icon-beaker:before { content: "\f0c3"; }

.icon-cut:before { content: "\f0c4"; }

.icon-copy:before { content: "\f0c5"; }

.icon-paperclip:before, .icon-paper-clip:before { content: "\f0c6"; }

.icon-save:before { content: "\f0c7"; }

.icon-sign-blank:before { content: "\f0c8"; }

.icon-reorder: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-sign:before { content: "\f0d3"; }

.icon-google-plus-sign: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-sort: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, .icon-undo:before { content: "\f0e2"; }

.icon-legal:before { content: "\f0e3"; }

.icon-dashboard:before { content: "\f0e4"; }

.icon-comment-alt:before { content: "\f0e5"; }

.icon-comments-alt:before { content: "\f0e6"; }

.icon-bolt:before { content: "\f0e7"; }

.icon-sitemap:before { content: "\f0e8"; }

.icon-umbrella:before { content: "\f0e9"; }

.icon-paste:before { content: "\f0ea"; }

.icon-lightbulb: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-alt:before { content: "\f0f3"; }

.icon-coffee:before { content: "\f0f4"; }

.icon-food:before { content: "\f0f5"; }

.icon-file-text-alt:before { content: "\f0f6"; }

.icon-building:before { content: "\f0f7"; }

.icon-hospital: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-sign:before { content: "\f0fd"; }

.icon-plus-sign-alt:before { content: "\f0fe"; }

.icon-double-angle-left:before { content: "\f100"; }

.icon-double-angle-right:before { content: "\f101"; }

.icon-double-angle-up:before { content: "\f102"; }

.icon-double-angle-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-blank: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, .icon-reply:before { content: "\f112"; }

.icon-github-alt:before { content: "\f113"; }

.icon-folder-close-alt:before { content: "\f114"; }

.icon-folder-open-alt:before { content: "\f115"; }

.icon-expand-alt:before { content: "\f116"; }

.icon-collapse-alt:before { content: "\f117"; }

.icon-smile:before { content: "\f118"; }

.icon-frown:before { content: "\f119"; }

.icon-meh:before { content: "\f11a"; }

.icon-gamepad:before { content: "\f11b"; }

.icon-keyboard:before { content: "\f11c"; }

.icon-flag-alt: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-mail-reply-all:before { content: "\f122"; }

.icon-star-half-full:before, .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-off:before { content: "\f131"; }

.icon-shield:before { content: "\f132"; }

.icon-calendar-empty:before { content: "\f133"; }

.icon-fire-extinguisher:before { content: "\f134"; }

.icon-rocket:before { content: "\f135"; }

.icon-maxcdn:before { content: "\f136"; }

.icon-chevron-sign-left:before { content: "\f137"; }

.icon-chevron-sign-right:before { content: "\f138"; }

.icon-chevron-sign-up:before { content: "\f139"; }

.icon-chevron-sign-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-horizontal:before { content: "\f141"; }

.icon-ellipsis-vertical:before { content: "\f142"; }

.icon-rss-sign:before { content: "\f143"; }

.icon-play-sign:before { content: "\f144"; }

.icon-ticket:before { content: "\f145"; }

.icon-minus-sign-alt:before { content: "\f146"; }

.icon-check-minus:before { content: "\f147"; }

.icon-level-up:before { content: "\f148"; }

.icon-level-down:before { content: "\f149"; }

.icon-check-sign:before { content: "\f14a"; }

.icon-edit-sign:before { content: "\f14b"; }

.icon-external-link-sign:before { content: "\f14c"; }

.icon-share-sign:before { content: "\f14d"; }

.icon-compass:before { content: "\f14e"; }

.icon-collapse:before { content: "\f150"; }

.icon-collapse-top:before { content: "\f151"; }

.icon-expand:before { content: "\f152"; }

.icon-euro:before, .icon-eur:before { content: "\f153"; }

.icon-gbp:before { content: "\f154"; }

.icon-dollar:before, .icon-usd:before { content: "\f155"; }

.icon-rupee:before, .icon-inr:before { content: "\f156"; }

.icon-yen:before, .icon-jpy:before { content: "\f157"; }

.icon-renminbi:before, .icon-cny:before { content: "\f158"; }

.icon-won:before, .icon-krw:before { content: "\f159"; }

.icon-bitcoin:before, .icon-btc:before { content: "\f15a"; }

.icon-file:before { content: "\f15b"; }

.icon-file-text:before { content: "\f15c"; }

.icon-sort-by-alphabet:before { content: "\f15d"; }

.icon-sort-by-alphabet-alt:before { content: "\f15e"; }

.icon-sort-by-attributes:before { content: "\f160"; }

.icon-sort-by-attributes-alt:before { content: "\f161"; }

.icon-sort-by-order:before { content: "\f162"; }

.icon-sort-by-order-alt:before { content: "\f163"; }

.icon-thumbs-up:before { content: "\f164"; }

.icon-thumbs-down:before { content: "\f165"; }

.icon-youtube-sign:before { content: "\f166"; }

.icon-youtube:before { content: "\f167"; }

.icon-xing:before { content: "\f168"; }

.icon-xing-sign:before { content: "\f169"; }

.icon-youtube-play:before { content: "\f16a"; }

.icon-dropbox:before { content: "\f16b"; }

.icon-stackexchange: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-sign:before { content: "\f172"; }

.icon-tumblr:before { content: "\f173"; }

.icon-tumblr-sign: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:before { content: "\f185"; }

.icon-moon: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"; }

body { font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.231; *font-size: small; *font: x-small; }

select, input, button, textarea, button { font: 99% arial, helvetica, clean, sans-serif; }

table {
	font-size: inherit;
	font-size: 12pt;
}

pre, code, kbd, samp, tt { font-family: monospace; *font-size: 108%; line-height: 100%; }

p { margin-bottom: 1.5em; }

small { color: #999999; }

.clear { clear: both; }

.larger { font-size: 118%; line-height: 140%; }

.xlarger { font-size: 130%; line-height: 110%; }

.smaller { font-size: 85%; line-height: 110%; }

a[href^="mailto"] { text-decoration: underline; }

a b { text-decoration: underline; }

a i { text-decoration: none!important; }

.quiet { color: #999999 !important; }

.loud { color: #333333 !important; }

.humble { color: #0f5590 !important; }

a.humble { text-decoration: underline; }
a.humble:hover { color: #0a3a62 !important; }

.hilight { color: #4ca3ec !important; }

a.hilight { text-decoration: underline; }
a.hilight:hover { color: #7abbf1 !important; }

.important { color: #cd0000 !important; }

a.important { text-decoration: underline; }
a.important:hover { color: #ff0101 !important; }

.pic { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; padding: 1px; border: 1px solid #dddddd; }
.pic img { display: block; }

.label { color: #819cb1; font-weight: bold; }
.label i { margin-right: 10px; }

a.action { padding: 7px 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background-color: #aaa; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNhYWFhYWEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZDlkOWQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #aaaaaa), color-stop(100%, #9d9d9d)); background-image: -webkit-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: -moz-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: -o-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: linear-gradient(top, #aaaaaa 20%, #9d9d9d); color: #fff!important; letter-spacing: 1px!important; font-weight: bold!important; text-decoration: none!important; font-size: 15px; font-family: STHeiti, \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Arial, Helvetica, sans-serif; line-height: 15px; }
a.action i { font-size: 14px!important; }
a.action:hover { color: #ddd!important; -webkit-box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.1); box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.1); }

a.action.chrome-red { background-color: #cd0000; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NkMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe0000), color-stop(100%, #cd0000)); background-image: -webkit-linear-gradient(top, #fe0000, #cd0000); background-image: -moz-linear-gradient(top, #fe0000, #cd0000); background-image: -o-linear-gradient(top, #fe0000, #cd0000); background-image: linear-gradient(top, #fe0000, #cd0000); }
a.action.chrome-red:hover { background: #fe0000; }

a.action.chrome-black { background-color: #010101; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxMDEwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #010101)); background-image: -webkit-linear-gradient(top, #333333, #010101); background-image: -moz-linear-gradient(top, #333333, #010101); background-image: -o-linear-gradient(top, #333333, #010101); background-image: linear-gradient(top, #333333, #010101); }
a.action.chrome-black:hover { background: #333; }

a.action.chrome-blue { background-color: #1e8be7; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjYTNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlOGJlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4ca3ec), color-stop(100%, #1e8be7)); background-image: -webkit-linear-gradient(top, #4ca3ec, #1e8be7); background-image: -moz-linear-gradient(top, #4ca3ec, #1e8be7); background-image: -o-linear-gradient(top, #4ca3ec, #1e8be7); background-image: linear-gradient(top, #4ca3ec, #1e8be7); }
a.action.chrome-blue:hover { background: #4ca3ec; }

#main ol { list-style: decimal outside none; margin-left: 1.5em; }

.callout { padding: 1em; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background: #f9f9f6; -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1); }
.no-boxshadow .callout { border: 1px solid #eaeaea; }

.code, code { color: #55761b; font-family: Arial,Heveltica,sans-serif; font-weight: bold; text-shadow: 0 1px 2px white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1); padding: 1px 4px; background: #f9ffd3; }

html, body { min-width: 1100px; }

.innerwrap { position: relative; width: 1100px; margin: 0 auto; }

#header { font-family: Arial, Helveltica, sans-serif; }

#topbar { height: 42px; background-color: #010101; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxMDEwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #292929), color-stop(100%, #010101)); background-image: -webkit-linear-gradient(top, #292929, #010101); background-image: -moz-linear-gradient(top, #292929, #010101); background-image: -o-linear-gradient(top, #292929, #010101); background-image: linear-gradient(top, #292929, #010101); color: #999; line-height: 42px; }

#toplinks { padding-left: 15px; }
#toplinks a { margin-right: 1.2em; }
#toplinks a:hover { color: #fff; }

#navbar { width: 100%; height: 80px; border-bottom: 3px solid #dddddd; }

#logo { position: absolute; left: 15px; top: 13px; float: left; }
#logo img { display: block; width: auto; height: 48px; }

#nav { position: absolute; right: 0; top: 21px; float: left; height: 40px; white-space: nowrap; }
#nav li { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; letter-spacing: 1px; }
#nav a { display: block; height: 40px; line-height: 40px; padding: 0 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-family: STHeiti, \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; color: #333; -webkit-transition: all 0.12s; -moz-transition: all 0.12s; -o-transition: all 0.12s; transition: all 0.12s; }
#nav a:hover { background-color: #eee; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee); background-image: -moz-linear-gradient(top, #fefefe, #eeeeee); background-image: -o-linear-gradient(top, #fefefe, #eeeeee); background-image: linear-gradient(top, #fefefe, #eeeeee); }
#nav a.active { color: #fff; background-color: #cd0000; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NkMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe0000), color-stop(100%, #cd0000)); background-image: -webkit-linear-gradient(top, #fe0000, #cd0000); background-image: -moz-linear-gradient(top, #fe0000, #cd0000); background-image: -o-linear-gradient(top, #fe0000, #cd0000); background-image: linear-gradient(top, #fe0000, #cd0000); }

#visual { height: 120px; overflow: hidden; -webkit-animation: fadeIn 0.4s linear; -moz-animation: fadeIn 0.4s linear; -ms-animation: fadeIn 0.4s linear; -o-animation: fadeIn 0.4s linear; animation: fadeIn 0.4s linear; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }

/*#topbar, */
#navbar, #nav, #logo, #logo img { -webkit-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

#header.fixed { padding-top: 82px; }
#header.fixed #topbar { height: 0; overflow: hidden; }
#header.fixed #nav { top: 0; }
#header.fixed #nav a { color: #fff; font-size: 13px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
#header.fixed #nav a:hover { background: #555; }
#header.fixed #navbar { position: fixed; left: 0; top: 0; z-index: 100; width: 100%; height: 40px; background-color: #333; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
#header.fixed #navbar .innerwrap { position: static; }
#header.fixed #logo { top: 2px; }
#header.fixed #logo img { height: 35px; }

#content { position: relative; z-index: 2; overflow: hidden; *zoom: 1; line-height: 1.63; -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }

#side { float: left; width: 300px; min-height: 400px; height: 100%; border-right: 1px solid #dddddd; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(90%, #ffffff), color-stop(100%, #f8f8f8)); background-image: -webkit-linear-gradient(left, #ffffff 90%, #f8f8f8); background-image: -moz-linear-gradient(left, #ffffff 90%, #f8f8f8); background-image: -o-linear-gradient(left, #ffffff 90%, #f8f8f8); background-image: linear-gradient(left, #ffffff 90%, #f8f8f8); }
.no-cssgradients #side { background: white url("../../img/common/side-bg.png") repeat-y 100% 0; }

.side-inner { padding: 20px 30px 20px 15px; }

.pagemenu { margin-left: -15px; margin-bottom: 50px; font-size: 15px; }
.pagemenu li { width: 301px; overflow: hidden; margin-bottom: 5px; letter-spacing: 1px; }
.pagemenu a { position: relative; display: block; width: 288px; min-height: 32px; line-height: 32px; padding-left: 12px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -ms-border-radius: 3px 0 0 3px; -o-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; font-family: STHeiti, \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Arial, Helvetica, sans-serif; color: #333333; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.pagemenu a i { margin-right: 12px; }
.pagemenu a b { text-decoration: none; }
.pagemenu a:hover { background: #eee; text-decoration: none; }
.pagemenu a.active { background-color: #f2f2f2; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f2f2f2), color-stop(100%, #f8f8f8)); background-image: -webkit-linear-gradient(left, #f2f2f2, #f8f8f8); background-image: -moz-linear-gradient(left, #f2f2f2, #f8f8f8); background-image: -o-linear-gradient(left, #f2f2f2, #f8f8f8); background-image: linear-gradient(left, #f2f2f2, #f8f8f8); }
.pagemenu a.active b { font-weight: bold; }
.pagemenu a.active:before { right: -6px!important; }
.csstransforms .pagemenu a:before { content: ''; position: absolute; right: -15px; top: 10px; width: 10px; height: 10px; border: 1px solid #dddddd; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-box-shadow: 0 0 8px rgba(153, 153, 153, 0.2); -moz-box-shadow: 0 0 8px rgba(153, 153, 153, 0.2); box-shadow: 0 0 8px rgba(153, 153, 153, 0.2); background: #fff; }

#side .banner { margin-bottom: 20px; }
#side .banner img { display: block; }
#side .banner object, #side .banner embed { vertical-align: bottom; }

#main { min-height: 340px; margin-left: 330px; padding: 20px 15px 40px 0; }

#quickcontact { position: relative; z-index: 1; height: 180px; padding: 10px 0; background: #575757; color: #bcbcbc; font-family: Arial, Helveltica, sans-serif; -webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1); -moz-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1); -o-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1); transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
#quickcontact .innerwrap { position: relative; height: 100%; }
#quickcontact h2 { position: absolute; left: 15px; top: 30px; float: left; color: #f2f2f2; font-family: STHeiti, \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; letter-spacing: 2px; }
#quickcontact ul { position: absolute; left: 150px; top: 35px; float: left; width: 680px; }
#quickcontact li { float: left; font-size: 15px; }
#quickcontact li:before, #quickcontact li:after { content: '\0020'; display: table; overflow: hidden; visibility: hidden; width: 0; height: 0; }
#quickcontact li:after { clear: both; }
#quickcontact li { zoom: 1; }
#quickcontact li.tel { width: 200px; }
#quickcontact li.email { width: 240px; }
#quickcontact li.addr { width: 680px; }
#quickcontact li.addr a { font-size: 13px; margin-left: 1em; }
#quickcontact li > i[class^="icon"] { float: left; width: 38px; height: 38px; margin-top: -12px; margin-right: 12px; margin-bottom: 30px; background: #fff; -webkit-border-radius: 38px; -moz-border-radius: 38px; -ms-border-radius: 38px; -o-border-radius: 38px; border-radius: 38px; color: #575757; font-size: 20px; line-height: 38px; text-align: center; white-space: nowrap; }
.no-borderradius #quickcontact li > i[class^="icon"] { background: transparent; color: #eee; font-size: 26px; }
#quickcontact a:hover { color: #fff; }
#quickcontact .map {
	position: absolute;
	right: 22px;
	top: 5px;
	float: left;
	height: 100%;
	-webkit-transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
#quickcontact .map img { width: auto; height: 100%; }
.csstransitions #quickcontact:hover { height: 200px; }
.csstransitions #quickcontact:hover .map { right: 40px; }

#footer { height: 75px; padding-top: 20px; background: #fff; font-family: Arial, Helveltica, sans-serif; }
#footer .logo { padding-left: 15px; margin-bottom: 8px; }
#footer .legal { display: block; font-size: 11px; color: #999999; }

#backtop { position: fixed; z-index: 888; right: 20px; bottom: 20px; display: block; width: 50px; height: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; cursor: pointer; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg1MSwgNTEsIDUxLCAwLjgpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDg1LCA4NSwgODUsIDAuOCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(51, 51, 51, 0.8)), color-stop(100%, rgba(85, 85, 85, 0.8))); background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.8), rgba(85, 85, 85, 0.8)); background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.8), rgba(85, 85, 85, 0.8)); background: -o-linear-gradient(top, rgba(51, 51, 51, 0.8), rgba(85, 85, 85, 0.8)); background: linear-gradient(top, rgba(51, 51, 51, 0.8), rgba(85, 85, 85, 0.8)); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); line-height: 50px; color: #fff; font-size: 30px; text-align: center; text-shadow: -1px 0 3px rgba(0, 0, 0, 0.2); }
.no-rgba.cssgradients #backtop { background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #555555)); background: -webkit-linear-gradient(top, #333333, #555555); background: -moz-linear-gradient(top, #333333, #555555); background: -o-linear-gradient(top, #333333, #555555); background: linear-gradient(top, #333333, #555555); }
.rgba.no-cssgradients #backtop { background-color: rgba(68, 68, 68, 0.8); }
.no-rgba.no-cssgradients #backtop { background-color: #444; }

/* -------------------------------------- 內容區塊 --------------------------------------*/
.block-title { padding-bottom: 10px; margin-bottom: 20px; border-bottom: 3px solid #dddddd; font-family: STHeiti, \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #333333; }
.block-title i { margin-right: 10px; }
.block-title strong { color: #4ca3ec; }

.block-content { position: relative; margin-bottom: 50px; }
.block-content a { text-decoration: underline; color: #333333; }
.block-content a:hover { color: #666666; }

/* -------------------------------------- 文章型式 --------------------------------------*/
.entry-header { margin-bottom: 6px; }

.entry-title { padding-bottom: 10px; border-bottom: 5px solid #666666; color: #333333; line-height: 1.4; font-family: STHeiti, \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; }

.entry-meta { min-height: 15px; padding-top: 6px; padding-right: 1em; background-color: #eee; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ffffff)); background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff 100%); background-image: -moz-linear-gradient(top, #eeeeee, #ffffff 100%); background-image: -o-linear-gradient(top, #eeeeee, #ffffff 100%); background-image: linear-gradient(top, #eeeeee, #ffffff 100%); text-align: right; color: #999999; }
.no-cssgradients .entry-meta { background: url("../../img/common/entry-header-bg.png") repeat-x; }
.entry-meta a { color: #999999; }
.entry-meta a:hover { color: #666666; }
.entry-meta > a, .entry-meta > span, .entry-meta > b { margin-left: 1em; }

.entry-footer { margin-top: 20px; padding-top: 10px; border-top: 3px solid #dddddd; text-align: right; color: #999999; }
.entry-footer a { color: #999999; }

.entry-content { min-height: 300px; }
.entry-content a { text-decoration: underline; color: #333333; }
.entry-content a:hover { color: #666666; }

.entry-infos { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; vertical-align: top; width: 400px; }

.entry-left-pic { float: left; margin: 0 20px 15px 0; }

.entry-right-pic { float: right; margin: 0 0 15px 20px; }

.entry-content-title { margin-bottom: .5em; border-bottom: 1px dotted #dddddd; color: #333333; font-size: 120%; font-weight: bold; font-family: STHeiti, \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Arial, Helvetica, sans-serif; }
.entry-content-title i { margin-right: 10px; }
.entry-content-title strong { color: #4ca3ec; }
.entry-content-title:not(:first-child) { margin-top: 2em; }

.entry-content-list { list-style: disc outside none; margin-left: 1.5em; margin-bottom: 1em; }
.entry-content-list > li { margin-bottom: .75em; }

.entry-content-table { width: 90%; table-layout: fixed; border-spacing: 1px; margin-bottom: 1em; outline: 1px solid #dddddd; }
.entry-content-table td, .entry-content-table th { border: 1px solid #dddddd; padding: 0.25em 0.5em; }
.entry-content-table thead tr { background-color: #aaa; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNhYWFhYWEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZDlkOWQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #aaaaaa), color-stop(100%, #9d9d9d)); background-image: -webkit-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: -moz-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: -o-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: linear-gradient(top, #aaaaaa 20%, #9d9d9d); color: #fff; }

.filelist-header { overflow: hidden; *zoom: 1; margin-bottom: 15px; }

.filelist-header-left { float: left; width: 49.9%; }

.filelist-header-right { float: right; width: 49.9%; text-align: right; }

.filelist-content .nodata { margin-bottom: 2em; text-align: center; color: #999999; }

.filelist-table { width: 100%; }
.filelist-table tr { border-bottom: 1px solid white; }
.filelist-table thead tr { background-color: #aaa; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNhYWFhYWEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZDlkOWQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #aaaaaa), color-stop(100%, #9d9d9d)); background-image: -webkit-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: -moz-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: -o-linear-gradient(top, #aaaaaa 20%, #9d9d9d); background-image: linear-gradient(top, #aaaaaa 20%, #9d9d9d); color: #fff; }
.filelist-table tbody tr { -webkit-transition: background-color 0.12s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: background-color 0.12s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: background-color 0.12s cubic-bezier(0.165, 0.84, 0.44, 1); transition: background-color 0.12s cubic-bezier(0.165, 0.84, 0.44, 1); }
.filelist-table tbody tr:nth-child(odd) { background-color: #eeeeee; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(100%, #e6e6e6)); background-image: -webkit-linear-gradient(top, #eeeeee 20%, #e6e6e6); background-image: -moz-linear-gradient(top, #eeeeee 20%, #e6e6e6); background-image: -o-linear-gradient(top, #eeeeee 20%, #e6e6e6); background-image: linear-gradient(top, #eeeeee 20%, #e6e6e6); }
.filelist-table tbody tr.odd { background-color: #eeeeee; }
.filelist-table tbody tr.even, .filelist-table tbody tr:nth-child(even) { background-color: #f8f8f8; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f8f8f8), color-stop(100%, #f3f3f3)); background-image: -webkit-linear-gradient(top, #f8f8f8 20%, #f3f3f3); background-image: -moz-linear-gradient(top, #f8f8f8 20%, #f3f3f3); background-image: -o-linear-gradient(top, #f8f8f8 20%, #f3f3f3); background-image: linear-gradient(top, #f8f8f8 20%, #f3f3f3); }
.filelist-table tbody tr.even { background-color: #f8f8f8; }
.filelist-table th { padding: 5px 15px; text-align: left; }
.filelist-table td { padding: 7px 15px; text-align: left; line-height: 1.4; }

.filelist-footer { padding-top: 10px; border-top: 3px solid #dddddd; text-align: right; }

.pagination { color: #999999; }
.pagination b { font-weight: bold; }
.pagination a { padding: 2px 3px; color: #666666; text-decoration: underline; }
.pagination a.active { color: #999999; text-decoration: none; }

.labelled > li { position: relative; zoom: 1; margin-bottom: 10px; }
.labelled > li .label {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 126px;
	white-space: nowrap;
	text-shadow: 0 1px 0 white;
}
.labelled > li .content { margin-left: 100px; min-height: 1.5em; }

.album > li { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; width: 234px; overflow: hidden; margin: 0 12px 20px 0; vertical-align: top; text-align: center; }
.album > li .title { display: block; padding-top: 10px; line-height: 1.3; color: #666666; }
.album > li a { text-decoration: none; }
.album > li a:hover .title { color: #333333; }
