/*
Theme Name: Lightfast
Theme URI: http://simplethemes.com/wordpress-themes/theme/lightfast/
Description: Custom Theme by <a href="http://www.simplethemes.com/">SimpleThemes</a>.
Version: 1.0.7
Author: SimpleThemes LLC
Author URI: http://www.simplethemes.com/

/*!------------------------------Table of Contents--------------------------------*/
/*  1.  Normalize/Reset
/*  2.  Header
/*  3.  Menu
/*  4.  Typography
/*  5.  Sections
/*  6.  Tables
/*  7.  Breadcrumbs
/*  8.  Comments
/*  9.  WP Styles
/*  10. Pagination
/*  11. Structure
/*      A. Widgets
/*      B. Showcase
/*      C. Teaser
/*      D. Footer
/*  12. Buttons/Forms
/*  13. Animations
/*-----------------------------------------------------------------------------------*/
/*! @group 1. Normalize/Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.pad td {
  padding: 10px;
}

code, pre, p.smalldesc {
  display: block;
  width: auto;
  font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
  margin: 15px 0;
  padding: 10px 5px;
  overflow: auto;
  overflow-Y: hidden;
}

p code {
  display: inline;
  margin: 0;
  padding: .25em 0;
}

body {
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 100%;
  line-height: 0.375em;
}

/* @end */
/*! @group 2. Header */
#header {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
#header h1#logo {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 auto;
}
#header h1#logo a {
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.19em;
}

/* Header Extras Widget */
#header .header_extras {
  position: absolute;
  float: right;
  top: -20px;
  right: 10px;
  text-align: right;
  color: #666666;
  font-size: 1em;
  line-height: 0.375em;
}

@media only screen and (max-width: 767px) {
  #header .header_extras {
    display: none;
  }
}
/* @end */
/*! @group 3. Menu */
#shownav {
  position: absolute;
  width: 24px;
  float: right;
  right: 30px;
  top: 50px;
  display: none;
}
#shownav span {
  background-color: #999999 !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 3px;
  display: block;
  margin-bottom: 3px;
}
#shownav.active span {
  background-color: #ccc !important;
}

#menu {
  display: block;
  position: relative;
  clear: both;
}
#menu ul#nav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  position: relative;
  z-index: 1000;
  right: 0;
  float: left;
  /*! Sublevel */
}
#menu ul#nav.below {
  margin: 32px 0 0 0;
  width: 100%;
}
#menu ul#nav.right {
  position: absolute;
}
#menu ul#nav li {
  list-style: none;
  padding: 0;
  float: left;
  display: inline;
  zoom: 1;
  /*! Root Level */
  /*! Active/Current */
}
#menu ul#nav li:hover, #menu ul#nav li.hover {
  position: relative;
  z-index: 9999;
  cursor: default;
}
#menu ul#nav li a {
  font-weight: normal;
  text-decoration: none;
  padding: 8px 0;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  float: none;
  /*! Root Level Hover */
}
#menu ul#nav li a:hover {
  color: #333;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#menu ul#nav li.active a {
  color: #666;
}
#menu ul#nav ul.sub-menu {
  background-color: #fff;
  padding: 2px;
  font-size: 13px;
  text-align: left;
  white-space: normal;
  top: 40px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
#menu ul#nav ul.sub-menu span.sub-indicator {
  background: url("images/sub_indicator.png");
  position: absolute;
  top: -10px;
  left: 20%;
  height: 10px;
  width: 19px;
}
#menu ul#nav ul.sub-menu li {
  float: none;
  display: block;
  position: relative;
  margin: 0;
}
#menu ul#nav ul.sub-menu li a {
  display: block;
  position: relative;
  line-height: 125%;
  padding: 8px 4px;
  margin: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: normal;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  border: none;
  background-image: none;
  /*! Sublevel Hover */
}
#menu ul#nav ul.sub-menu li a:hover {
  color: #333;
  background-color: #f2f2f2;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #shownav {
    display: inline;
    display: block;
    overflow: hidden;
    z-index: 999;
  }

  #menu {
    width: 100%;
    display: none;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
  #menu ul#nav {
    position: relative;
    float: none;
    left: 0;
    margin: 0;
    padding-top: 0.75em;
  }
  #menu ul#nav.below {
    position: relative;
    margin: 0 0 0 0 !important;
  }
  #menu ul#nav.right {
    top: 0;
    position: relative;
  }
  #menu ul#nav li {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px dotted #eee;
  }
  #menu ul#nav li a {
    line-height: 2.5;
    padding: 0px;
    font-size: 12px;
    display: block;
  }
  #menu ul#nav ul.sub-menu {
    position: relative;
    top: 0;
    margin-bottom: 0;
    margin-bottom: 0.75em;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menu ul#nav ul.sub-menu span.sub-indicator {
    display: none;
  }
  #menu ul#nav ul.sub-menu li {
    background-image: none;
    float: none;
    text-align: left;
    margin: 0 !important;
    white-space: nowrap;
    border: none;
  }
  #menu ul#nav ul.sub-menu li a {
    line-height: 1.25;
    padding: 4px 0px;
  }
  #menu ul#nav ul.sub-menu li a:hover {
    background: none;
  }
  #menu ul#nav ul.sub-menu li ul li a {
    padding-left: 0;
  }
  #menu ul#nav ul.sub-menu li ul ul {
    top: 0;
    left: 100%;
  }
}
@media only screen and (min-width: 767px) {
  #menu {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #menu li {
    font-size: 85%;
    margin-right: 1.25em !important;
  }
  #menu li ul li {
    margin-right: 0 !important;
  }
}
/*! Required Styles */
#menu ul li.sfHover > ul, #menu ul li:hover > ul {
  visibility: visible;
}

#menu ul ul {
  visibility: hidden;
  position: absolute;
  min-width: 200px;
  z-index: 9998;
  width: auto;
  padding: 0px;
}

#menu ul, #menu ul li, #menu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html.ie.ie7 #menu ul {
  display: inline;
}

html.ie.ie7 #menu {
  z-index: 99999;
}

html.ie7 #menu ul.sub-menu {
  margin-left: -15px;
}

/* @end */
/*! @group 4. Typography */
/*! Links
================================================== */
a:hover {
  text-decoration: none;
}

/*! Text
================================================== */
p {
  margin: 0 auto 2.25em auto;
}

p.leader {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 1.5em 0;
  margin: 0 0 1.5em 0;
  font-weight: 300;
  color: #8c8c8c;
  border-bottom: 5px solid #4d81b3;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

@media only screen and (max-width: 767px) {
  p.leader {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}
/*! Blockquotes
================================================== */
blockquote, blockquote p {
  font-size: 1.15em;
  line-height: 150%;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 10px 10px 15px;
  border-left-width: 4px;
  border-left-style: solid;
  border-color: #d9d9d9;
}

blockquote.left {
  float: left;
  width: 32%;
  margin: 10px 20px 20px 0px;
}

blockquote.right {
  float: right;
  width: 32%;
  margin: 10px 0px 20px 20px;
  border-left: none;
  border-right-width: 4px;
  border-right-style: solid;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

/*! Headings
================================================== */
h1, h2, h3, h4, h5 {
  letter-spacing: -.025em;
  text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  margin: 0 auto 0.6em auto;
  font-weight: 600;
}

h2 {
  font-size: 2.25em;
  line-height: 1.33333em;
  margin: 0 auto 0.66667em auto;
  font-weight: 400;
  color: #333;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 auto 1em auto;
  font-weight: 300;
}

h4 {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin: 0 auto 1.33333em auto;
  font-weight: 400;
}

.subheading {
  margin: 0 auto 1.5em auto;
}
.subheading h1, .subheading h2, .subheading h3, .subheading h4 {
  margin: 0;
}

/*! Lists
================================================== */
ul, ol {
  margin: 10px 0px 20px 28px;
}

ol {
  list-style: decimal;
}

ol, #wrap ul.square, #wrap ul.circle, #wrap ul.disc {
  margin-left: 30px;
}

#wrap ul.square {
  list-style: square outside;
}

#wrap ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li, ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

.container.main li p {
  line-height: 21px;
}

.smallcaption {
  font-size: 1.25em;
  color: #999;
  margin: 5px 0px;
}

.smalltext {
  font-size: 11px;
}

.largetext {
  font-size: 1.25em;
  line-height: 150%;
}

h1.small, h2.small, h3.small, h4.small, h5.small {
  font-size: 1em !important;
  border: none;
}

h1.smaller, h2.smaller, h3.smaller, h4.smaller, h5.smaller {
  font-size: .75em !important;
  border: none;
}

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

ul.captionlist li li {
  margin: 0;
  line-height: 1.5em;
}

ul.captionlist li {
  list-style: none;
  line-height: 16px;
  padding: 2px 0px 2px 0px;
  list-style-position: outside;
  font-size: 1em;
  font-weight: bold;
  background-image: none;
}

ul.captionlist li li, dt {
  padding: 0;
  color: #747474;
  font-weight: normal;
  font-size: .9em;
}

ul.check li {
  list-style: none;
  line-height: 16px;
  padding: 2px 0px 2px 20px;
  background: url(./images/icons/check.png) no-repeat left 0.19em;
  list-style-position: outside;
  font-size: 1em;
}

ul.check li li, dl {
  background: none;
  padding: 0px 0px 0px 0px;
}

ul.check a {
  text-decoration: underline;
  padding: 1px;
}

ul.check a:hover {
  text-decoration: none;
  padding: 1px;
}

/*! Text Utilities
================================================== */
.italic {
  font-style: italic;
  font-weight: normal;
}

.normal {
  font-weight: normal;
}

.bolder {
  font-weight: bolder;
  letter-spacing: -1px;
}

.lighter {
  font-weight: normal;
  font-weight: 300;
  font-weight: 200;
  font-weight: 100;
}

.serif {
  font-family: "Georgia", Cambria, Georgia, serif;
}

.caps {
  text-transform: uppercase;
}

.tight {
  letter-spacing: -1px;
}

.tighter {
  letter-spacing: -2px;
}

.loose {
  letter-spacing: 2px;
}

.looser {
  letter-spacing: 3px;
}

.text-left, .text_left, .textleft {
  text-align: left !important;
}

.text-right, .text_right, .textright {
  text-align: right !important;
}

.text-center, .text_center, .textcenter {
  text-align: center !important;
}

/*! Images
================================================== */
#wrap .noborder {
  border: none;
}

#wrap .bordered, #wrap .bdr {
  border: 1px solid #ddd;
}

#wrap img.bordered, #wrap img.bdr {
  background-color: #fff;
  padding: 4px;
}

img.featured {
  padding: 5px;
  border-color: #fff;
  -moz-box-shadow: 0px 0px 4px #cccccc;
  -webkit-box-shadow: 0px 0px 4px #cccccc;
  box-shadow: 0px 0px 4px #cccccc;
  border: 1px solid #e6e6e6;
}

/*! Dividers
================================================== */
hr {
  clear: both;
  margin: 2.25em auto;
  padding-bottom: 1px;
  height: 1px;
  border: none;
  background-color: #eee;
}

div.clearfade {
  height: 40px;
  background: #FFFFFF url("./images/main_bg.png") no-repeat center 20px;
  margin: 0 auto;
  clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  hr {
    padding-bottom: 0px;
  }
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/*! Alignment Utilities
============================================================== */
.alignright {
  float: right;
  margin: 0px 0px 10px 15px;
}

.alignleft {
  float: left;
  margin: 0px 15px 10px 0px;
}

.aligncenter {
  text-align: center !important;
}

.center,
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.center.squeeze,
.aligncenter.squeeze {
  margin: auto 100px !important;
}

.pull-right, .floatright, .float-right {
  float: right;
}

.pull-left, .floatleft, .float-left {
  float: left;
}

@media only screen and (max-width: 767px) {
  center.squeeze,
  .aligncenter.squeeze {
    margin: auto !important;
  }
}
#wrap .nopad {
  padding: 0 !important;
  margin: 0 !important;
}

#wrap .nomargin {
  margin: 0 0 0 0 !important;
}

#wrap .botm0 {
  margin-bottom: 0 !important;
}

#wrap .topm0 {
  margin-top: 0 !important;
}

#wrap .remove-top,
#wrap .remove_top,
#wrap .removetop {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

#wrap .remove-bottom,
#wrap .remove_bottom,
#wrap .removebottom {
  margin-bottom: 0px !important;
  padding-top: 0em;
  padding-bottom: 0em;
}

#wrap .bottom10 {
  padding-bottom: 10px;
}

#wrap .bottom20,
#wrap .add_bottom,
#wrap .add-bottom,
#wrap .addbottom {
  padding-bottom: 20px;
}

#wrap .top10 {
  padding-top: 0.75em;
}

#wrap .top20,
#wrap .add_top,
#wrap .add-top,
#wrap .addtop {
  padding-top: 1.5em;
}

#wrap .equal {
  line-height: 100% !important;
}

#wrap .noright, #wrap .remove-right, #wrap .remove_right {
  margin-right: 0 !important;
}

#wrap .noleft, #wrap .remove-left, #wrap .remove_left {
  margin-left: 0 !important;
}

/* Latest Posts Shortcode */
.st_relatedposts ul {
  color: #666;
  list-style: square;
  margin-left: 20px;
}

/*! Apply CSS class of "guest" to menu items hidden from logged-in users */
body.logged-in li.guest,
body.logged-in li.guest {
  display: none;
}

/*! Images
================================================== */
#content img,
img.scale-with-grid,
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100% !important;
  height: auto;
}

html.ie img.scale-with-grid {
  width: auto;
}

/*! Forms (see formalize.css) */
label, legend {
  font-size: 13px;
}

input[type="checkbox"] {
  display: inline;
}

/*! Rounded Corners */
.rnd {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/*! Device Visibility
================================================== */
.show-on {
  visibility: hidden;
  display: none;
}

.show-on.desktop {
  visibility: visible;
  display: block;
}

/*! Dim Utilities
================================================== */
.dim {
  color: white !important;
}

.dark {
  color: black !important;
}

.dim10 {
  color: #e6e6e6 !important;
}

.bgdim10 {
  background-color: #e6e6e6 !important;
}

.dim20 {
  color: #cccccc !important;
}

.bgdim20 {
  background-color: #cccccc !important;
}

.dim30 {
  color: #b3b3b3 !important;
}

.bgdim30 {
  background-color: #b3b3b3 !important;
}

.dim40 {
  color: #999999 !important;
}

.bgdim40 {
  background-color: #999999 !important;
}

.dim50 {
  color: gray !important;
}

.bgdim50 {
  background-color: gray !important;
}

.dim60 {
  color: #666666 !important;
}

.bgdim60 {
  background-color: #666666 !important;
}

.dim70 {
  color: #4d4d4d !important;
}

.bgdim70 {
  background-color: #4d4d4d !important;
}

.dim80 {
  color: #333333 !important;
}

.bgdim80 {
  background-color: #333333 !important;
}

.dim90 {
  color: #1a1a1a !important;
}

.bgdim90 {
  background-color: #1a1a1a !important;
}

/*! Margin/Padding Utilities
================================================== */
.margin5 {
  margin: 5px !important;
}

.margin10 {
  margin: 10px !important;
}

.margin20 {
  margin: 20px !important;
}

.margin30 {
  margin: 30px !important;
}

.margin40 {
  margin: 40px !important;
}

.marginv5 {
  margin: 5px 0px !important;
}

.marginv10 {
  margin: 10px 0px !important;
}

.marginv20 {
  margin: 20px 0px !important;
}

.marginv30 {
  margin: 30px 0px !important;
}

.marginv40 {
  margin: 40px 0px !important;
}

.pad5 {
  margin: 5px;
}

.pad10 {
  margin: 10px;
}

.pad20 {
  margin: 20px;
}

.pad30 {
  margin: 30px;
}

.pad40 {
  margin: 40px;
}

.padv5 {
  padding: 5px 0px !important;
}

.padv10 {
  padding: 10px 0px !important;
}

.padv20 {
  padding: 20px 0px !important;
}

.padv30 {
  padding: 30px 0px !important;
}

.padv40 {
  padding: 40px 0px !important;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.75em;
    line-height: 1.07143em;
  }

  h2 {
    font-size: 1.5em;
    line-height: 1.25em;
  }

  h3 {
    font-size: 1.25em;
    line-height: 1.2em;
  }

  .pad5, .pad10, .pad20, .pad30, .pad40,
  .padv5, .padv10, .padv20, .padv30, .padv40,
  .margin5, .margin10, .margin20, .margin30,
  .margin40, .marginv5, .marginv10, .marginv20,
  .marginv30, .marginv40 {
    padding: 10px 0px !important;
    margin: 0 !important;
  }

  .button.pill {
    width: 100%;
    float: none;
    margin: 5px 0px !important;
  }
  .button.pill a {
    width: 100%;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    background-color: #fff !important;
  }
}
/* @end */
/*! @group 5. Sections */
.section {
  padding: 40px;
  margin-top: 3em;
  margin-bottom: 3em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background-color: #f2f2f2;
}
.section.dark {
  background-color: #2e2e2e;
  color: #c7c7c7 !important;
  text-shadow: 1px 0px 1px #000;
}
.section.dark h1, .section.dark h3 {
  color: #f2f2f2 !important;
}
.section.dark h2, .section.dark h4 {
  color: #a6a6a6 !important;
}
.section.wide {
  margin-left: -40px;
  margin-right: -40px;
}
.section .columns,
.section .one_fourth,
.section .one_half,
.section .one_third,
.section .two_thirds {
  margin-bottom: 0em;
}
.section.section-first, .section.section-last {
  margin-top: 0 !important;
}
.section h3 {
  margin-top: 0.75em;
}

.section a.video img {
  position: relative;
}
.section a.video .video_icon {
  font-size: 100px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  color: #fff;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section a.video .video_icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.section a.video:hover .video_icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .section a.video .video_icon {
    top: 20px;
    font-size: 60px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}
.blockicon {
  float: none;
  display: block;
  text-align: center;
  font-size: 16em;
  line-height: 0.02344em;
  margin: 20px 0 0 0;
  color: #d4d4d4;
}

@media only screen and (max-width: 959px) {
  .blockicon {
    font-size: 8em;
    line-height: 0.04688em;
    float: none;
    text-align: center;
    display: block;
    margin: 20px 0 0 0;
  }
}
.twocolrow .one_third, .twocolrow .one_half, .twocolrow .one_fourth, .threecolrow .one_third, .threecolrow .one_half, .threecolrow .one_fourth, .fourcolrow .one_third, .fourcolrow .one_half, .fourcolrow .one_fourth {
  margin-bottom: 1.5em;
}

/* @end */
/*! @group 6. Tables */

/* @end */
/*! @group 7. Breadcrumbs */
#breadcrumbs {
  position: relative;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
  font-family: Sans Serif, Arial, Helvetica, sans-serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url("../css/PIE.htc");
  position: relative;
}

p#breadcrumbs a, p#breadcrumbs strong {
  padding: 0px 5px 0px 5px;
}

/* @end */
/*! @group 8. Comments */
#respond {
  margin: 0px;
  float: left;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  width: 100%;
}
#respond p.comment-form {
  margin: 0 auto 1.5em auto;
}

#respond input[type=text] {
  width: 300px;
  margin-right: 20px;
}

#respond textarea {
  width: 550px;
  height: 120px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  #respond textarea,
  #respond input[type=text] {
    width: 100%;
    margin: 0;
  }
}
#comments {
  float: left;
  margin: 0;
}

#comments {
  border: 0;
  width: 100%;
}

body.dark #comments {
  background: url(images/dark/divider.png) repeat-x right top;
}

#comments h2, #respond h2 {
  font-size: 1.5em;
  display: block;
  border-bottom: 1px solid #ececec;
  font-weight: bold;
}

#respond h2 {
  border-bottom: none;
}

#comments h6 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 10px 0px;
  font-weight: normal;
  font-style: normal;
}

#comments .comment-meta {
  margin: 0px 0px 20px 0px;
  display: block;
}

#comments .commentlist {
  margin: 0px;
  float: left;
  list-style: none;
  width: 100%;
}

#comments .commentlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

#comments .commentlist li {
  margin: 0;
  padding: 0;
  display: block;
}

#comments .commentlist li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li .comment-meta {
  width: 445px;
}

#comments .commentlist li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li .comment-meta {
  width: 420px;
}

#comments .commentlist li li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li li .comment-meta {
  width: 395px;
}

#comments .commentlist li li li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li li li .comment-meta {
  width: 370px;
}

#comments .single-comment {
  margin-bottom: 20px;
}

#comments .comment-author {
  float: left;
  margin: 0px 10px 6px 0px;
  display: inline;
  width: 50px;
}

#comments .comment-author cite {
  clear: both;
  font-weight: bold;
}

#comments .vcard {
  float: left;
  clear: both;
  display: block;
  width: 100px;
  min-height: 100px;
  padding: 20px 0;
}

#comments .vcard img.avatar {
  border: 1px solid #deddd7;
  padding: 2px;
  background: #fff;
}

#comments .vcard {
  background: url(images/comment_author_bg_light.png) no-repeat top right;
}

#comments body.dark .vcard {
  background: url(images/comment_author_bg_dark.png) no-repeat top right;
}

/* @end */
/*! @group 9. WP Styles */
/* Layout Style 4 - loop-style4 */
.minigallery .one_fourth.last .inner {
  border-right: none;
}

.minigallery .wp-post-image {
  border: none;
  background-color: transparent;
}

.minigallery h5 {
  margin: 20px 0px 0px 0px;
  text-align: center;
}

/* Blog Styles */
.post {
  margin-bottom: 3em;
  border-bottom: 1px dotted #ececec;
}

.entry-content {
  margin-bottom: 0.375em;
}

.entry-title {
  margin-bottom: 0.375em;
}

p.postmetadata {
  margin-bottom: 10px;
  padding: 2px 0px;
  clear: both;
  font-size: 11px;
  color: #888;
  letter-spacing: normal;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

span.post-comments {
  display: block;
  width: 100px;
  float: right;
  position: relative;
  top: -2em;
}

span.post-comments a {
  float: right;
  font-size: 11px;
  padding: 4px 0px 4px 18px;
  background: url(./images/icons/comment.png) no-repeat left center;
  white-space: nowrap;
}

span.post-comments span {
  display: none;
  background-image: none;
}

a.post-edit-link {
  float: right;
  padding: 2px 8px 0px 24px;
  line-height: 24px;
  font-size: 12px;
  text-decoration: none;
}

.small {
  font-size: 12px;
  line-height: 145%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.entry-meta,
.postmeta.small {
  font-size: 11px;
  color: #666;
}

.entry-meta, .postmeta {
  margin-bottom: 1.125em;
  padding-bottom: 0.375em;
  border-bottom: 1px dotted #ececec;
}

.entry-utility {
  padding-bottom: 0.75em;
}

.cat-links,
.comments-link,
.meta-sep,
.entry-utility {
  font-size: 11px;
  color: #666;
}

.post.single {
  border-bottom: none;
  margin: 0px 0px 20px 0px;
  padding-bottom: 10px;
}

/* WP Captions */
.wp-caption {
  text-align: center;
  padding: 5px;
  margin: 10px auto;
}

.wp-caption {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 1px 1px 0 white;
  -moz-box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  -webkit-box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  padding: 0px;
  margin-top: 6px;
  behavior: url("../css/PIE.htc");
  position: relative;
}

.wp-caption img {
  text-align: center;
  padding: 0;
  border: 0 none;
  margin-top: 5px !important;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 125%;
  padding: 4px 0 8px 0;
  margin: 0;
  color: #333;
  text-shadow: #fff 1px 1px 0;
}

.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}

/* Post Meta */
span.post_written {
  background: url(./images/icons/date_written.png) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

span.post_categories {
  background: url(./images/icons/category.gif) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

span.post_tags {
  background: url(./images/icons/post_tags.png) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

/* WP Calendar Widget */
#wp-calendar {
  font-family: arial,helvetica,sans-serif;
  width: 100%;
  font-size: .85em;
}

#wp-calendar td {
  padding: 4px 0;
  text-align: center;
  border: 1px solid #ececec;
  background-color: #f9f9f9;
  text-shadow: #fff 1px 1px 0;
  color: #7c7c7c;
}

#wp-calendar td.pad {
  background-color: #f9f9f9;
}

#wp-calendar td#today {
  color: #333;
  background-color: #d9d9d9;
  text-shadow: none;
}

#wp-calendar caption {
  font-weight: bold;
}

#wp-calendar th {
  font-style: normal;
  background: #ededed;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 2px 5px;
  color: #999999;
  text-shadow: #ebebeb 0 1px 0;
}

/* WP RSS Widget */
.widget_rss a.rsswidget {
  color: #000;
}

.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}

.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* WP Galleries */
.gallery {
  margin-bottom: 40px !important;
}
.gallery .gallery-item img {
  border: 1px solid #eee !important;
  padding: 4px;
  background-color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.125s;
  -o-transition-duration: 0.125s;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.gallery .gallery-item img:hover {
  background-color: #eee;
}
.gallery .gallery-item .gallery-caption {
  color: #666666;
  font-size: 0.6875em;
  line-height: 1.63636em;
  position: relative;
  top: -5px;
}

/* Attachment Page */
p.attachment {
  text-align: center;
  padding: 20px;
}

body.attachment .entry-meta, body.attachment .entry-meta a {
  font-size: 0.6875em;
  line-height: 1.63636em;
  color: #666;
}

#nav-below {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.5em;
}
#nav-below a {
  text-decoration: none;
}
#nav-below .nav-previous,
#nav-below .nav-previous a {
  float: left;
}
#nav-below .nav-next,
#nav-below .nav-next a {
  float: right;
}

.entry-caption {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* Tag Styles */
p.tags {
  font: bold 13px/26px sans-serif;
}

p.tags span.st_tag {
  padding: 0px 0px 0px 20px;
  margin: 0;
  background: url(./images/light/tag_bg_l.png) no-repeat left center;
  display: inline-block;
}

p.tags span.st_tag a {
  text-decoration: none;
  text-shadow: #f4f4f4 1px 1px 1px;
  padding: 0px 10px 0px 2px;
  background: url(./images/light/tag_bg_r.png) no-repeat right center;
  display: inline-block;
}

p.tags span.st_tag a:hover {
  color: #333;
}

/* Author Page */
#author-info {
  padding: 15px;
  margin: 1em auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#author-avatar {
  float: left;
  margin: 0px 15px 15px 0px;
}

#author-info .author-about {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 2px 92px;
  padding: 0 0 4px 0;
}

#author-info .author-about span.author-url {
  font-weight: normal;
  font-size: 12px;
}

#author-info #author-description {
  font-size: 12px;
}

img#wpstats {
  display: none;
}

/* @end */
/*! @group 10. Pagination */
/*  wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi {
  position: relative;
  text-align: center;
  top: -20px;
}
.wp-pagenavi span.pages {
  text-align: center;
  font-family: serif;
  color: #999999;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .45em;
  font-size: 11px;
  line-height: 1;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  font-size: 12px;
  padding: 4px;
  margin: 0px 8px 10px 0px;
  text-decoration: none;
  border-bottom: 2px solid;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  border-bottom: none;
}

.pages {
  padding: 0px 0px 10px 0px;
  display: inline-block;
  width: 100%;
}

.pages a {
  text-decoration: none;
}

.pages span.newer,
.pages span.older {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
}

.pages span.older {
  float: left;
  background: url(./images/light/document-page-prev.png) no-repeat left center;
  padding-left: 20px;
}

.pages span.newer {
  float: right;
  background: url(./images/light/document-page-next.png) no-repeat right center;
  padding-right: 20px;
}

p.paged {
  padding: 10px 0px 10px 0px;
  margin: 0;
  font-weight: bold;
}

p.paged a, #navigation a.page,
#navigation a.nextpostslink,
#navigation a.previouspostslink {
  padding: .2em .50em;
  margin: 0px 1px;
  font-weight: normal;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

#navigation span.current {
  font-weight: bold;
  padding: 0px 4px;
  border: 0px solid #fff;
  background-color: transparent;
}

/* Numbered Pagination */
.pagination {
  clear: both;
  padding: 0px 0 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin: 0px auto;
  display: block;
  text-align: center;
}

.pagination span, .pagination a:link {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination a:hover,
.pagination .current {
  padding: 6px 9px 5px 9px;
}

/* Post Pagination Links */
/* pagination container */
.post_pagination {
  margin-top: 20px;
  margin-bottom: 10px;
}

.prevpost {
  float: left;
}

.nextpost {
  float: right;
}

/* pagination links */
.prevpost a, .nextpost a {
  font-size: .95em;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.prevpost a:hover,
.nextpost a:hover {
  color: inherit;
  text-decoration: none;
  background-color: #fff;
}

/* @end */
/*! @group 11. Structure */
#content {
  padding-top: 0.75em;
  padding-bottom: 3em;
}

#wrap {
  margin: 0 auto;
  background-color: #fff;
  max-width: 1024px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.w1200 #wrap,
  #wrap {
    max-width: 768px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1023px) {
  body.w1200 #wrap,
  #wrap {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  body.w1200 #wrap,
  #wrap {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1200px) {
  body.w1200 #wrap {
    max-width: 1260px;
  }
}
body.sidebar-right #sidebar {
  padding-top: 0.375em;
  float: right;
}
body.sidebar-right #sidebar .secondary-content {
  padding-left: 2em;
}
body.sidebar-right .main-content {
  float: left;
}

body.sidebar-left #sidebar {
  padding-top: 0.375em;
  float: left;
}
body.sidebar-left #sidebar .secondary-content {
  padding-right: 2em;
}
body.sidebar-left .main-content {
  float: right;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  body.w1200 #wrap,
  #wrap #content,
  #wrap #sidebar,
  body.sidebar-right #sidebar .secondary-content,
  body.sidebar-left #sidebar .secondary-content,
  #wrap #content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* @end */
/*! @group 11.A Widgets */
#sidebar h3.widget-title {
  margin-top: 0;
}

.split-widgets {
  margin-top: 20px;
}

.widget-container ul {
  list-style: none;
  margin-left: 0;
}

.widget-container ul ul {
  list-style: square;
  margin-left: 1.3em;
}

.widget-container select {
  max-width: 100%;
}

.widget_search label {
  display: none;
}

.widget_search #s {
  /* This keeps the search inputs in line */
  float: left;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0px 0px 4px;
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px none;
  line-height: 28px;
  height: 28px;
  padding: 0 0 0 5px;
}

.widget_search #searchsubmit {
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
  padding-left: 0px;
  margin-left: 0px;
  padding: 6px !important;
}

#sidebar .widget-container {
  margin: 0px 0px 28px 0px;
}

input#searchsubmit {
  margin-bottom: 0;
}

.widget-container a:link,
.widget-container a:visited {
  text-decoration: none;
}

.widget-container a:active,
.widget-container a:hover {
  text-decoration: underline;
}

.widget-container .entry-meta {
  font-size: 11px;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}

/* Indent Sidebar Lists */
.widget-container ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}

/* Page Menus/Custom Menus */
#sidebar li.page_item,
#sidebar li.menu-item {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

#sidebar li.page_item a,
#sidebar li.menu-item a {
  display: block;
  padding: 8px 0px 8px 0px;
  line-height: 120%;
  border-bottom: 1px dotted #eee;
  text-decoration: none;
}
#sidebar li.page_item a i,
#sidebar li.menu-item a i {
  color: #ccc;
  padding-right: 6px;
}
#sidebar li.page_item ul,
#sidebar li.menu-item ul {
  display: none;
}
#sidebar li.page_item.current_page_item ul, #sidebar li.page_item.current_menu_item ul,
#sidebar li.menu-item.current_page_item ul,
#sidebar li.menu-item.current_menu_item ul {
  display: block;
  margin: 0 0 5px 14px;
  font-size: 0.875em;
  line-height: 1.28571em;
}
#sidebar li.page_item.current_page_item a, #sidebar li.page_item.current_menu_item a,
#sidebar li.menu-item.current_page_item a,
#sidebar li.menu-item.current_menu_item a {
  color: #333;
  font-weight: bold;
}
#sidebar li.page_item.current_page_item li a, #sidebar li.page_item.current_menu_item li a,
#sidebar li.menu-item.current_page_item li a,
#sidebar li.menu-item.current_menu_item li a {
  font-weight: normal;
  margin: 0;
}
#sidebar li.page_item.current_page_item li a i, #sidebar li.page_item.current_menu_item li a i,
#sidebar li.menu-item.current_page_item li a i,
#sidebar li.menu-item.current_menu_item li a i {
  display: none;
  padding: 0;
}
#sidebar li.page_item.current_page_item.menu-item-has-children a, #sidebar li.page_item.current_menu_item.menu-item-has-children a,
#sidebar li.menu-item.current_page_item.menu-item-has-children a,
#sidebar li.menu-item.current_menu_item.menu-item-has-children a {
  border-bottom: none;
}

/* Page Menus/Custom Menus - Sublevels */
#sidebar li.page_item li a,
#sidebar li.menu-item li a {
  display: inline;
  padding: 0;
  margin: 0 0 0 10px;
  background: none;
  border: none;
  line-height: 175%;
  font-weight: normal;
}

#sidebar li.page_item li a:hover,
#sidebar li.menu-item li a:hover {
  background: none;
}

#sidebar li.page_item a:hover,
#sidebar li.menu-item a:hover {
  text-decoration: none;
}

/* Flickr Widget */
.flickrwrap {
  margin: 0 auto;
  width: 195px;
}

.flickr {
  padding: 0 0 10px 0;
  margin: 0px auto;
}

.flickr h3 span.flickr-logo {
  padding: 0;
  margin: 0;
  color: #006BEF;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
}

.flickr h3 span span b {
  color: #FF1183;
}

.flickr ul {
  margin: 5px 0 0;
  padding: 0;
}

.flickr_badge_image {
  float: left;
  list-style: none;
  margin: 0 4px 4px 0;
}

/* WP Twitter Widget */
/* http://wordpress.org/extend/plugins/wp-twitter-sidebar-widget/ */
h3 a.twitter_title_link {
  padding-left: 30px;
  background: url(./images/icons/twitter.png) no-repeat left center;
}

#footer h3 a.twitter_title_link:hover {
  color: #fff;
}

#footer ul.twitter li, ul.twitter li {
  background-image: none;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dotted #424341;
}

/* Social Widget */
ul#stpl_social {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  background: none;
}

ul#stpl_social li {
  line-height: 24px;
  padding: 4px 0px 4px 0px;
  margin: 0px 0px 5px 0px;
  background-image: none;
}

ul#stpl_social li a {
  padding: 0px 0px 0px 28px;
  background-repeat: no-repeat;
  background-position: 5px center;
  display: block;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0;
}

ul#stpl_social li a:hover {
  color: #333;
}

/* Flickr */
ul#stpl_social li.stpl_flickr a {
  background-image: url(./images/icons/widget_flickr.png);
}

/* Google Plus */
ul#stpl_social li.stpl_gplus a {
  background-image: url(./images/icons/widget_gplus.png);
}

/* Pinterest */
ul#stpl_social li.stpl_pinterest a {
  background-image: url(./images/icons/widget_pinterest.png);
}

/* Facebook */
ul#stpl_social li.stpl_facebook a {
  background-image: url(./images/icons/widget_facebook.png);
}

/* Twitter */
ul#stpl_social li.stpl_twitter a {
  background-image: url(./images/icons/widget_twitter.png);
}

/* LinkedIN */
ul#stpl_social li.stpl_linkedin a {
  background-image: url(./images/icons/widget_linkedin.png);
}

#st_topbar ul#stpl_social {
  float: right;
  margin: 0 0 0 10px;
}
#st_topbar ul#stpl_social li {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 38px;
}
#st_topbar ul#stpl_social li a {
  width: 26px;
  height: 24px;
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
  text-indent: -9999em;
  opacity: .45;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
#st_topbar ul#stpl_social li a:hover {
  opacity: 1;
}

#st_topbar ul#stpl_social li.stpl_twitter a {
  background-image: url(./images/icons/round/light/widget_twitter.png);
}

body.dark #st_topbar ul#stpl_social li.stpl_twitter a {
  background-image: url(./images/icons/round/dark/widget_twitter.png);
}

#st_topbar ul#stpl_social li.stpl_pinterest a {
  background-image: url(./images/icons/round/light/widget_pinterest.png);
}

body.dark #st_topbar ul#stpl_social li.stpl_pinterest a {
  background-image: url(./images/icons/round/dark/widget_pinterest.png);
}

#st_topbar ul#stpl_social li.stpl_facebook a {
  background-image: url(./images/icons/round/light/widget_facebook.png);
}

body.dark #st_topbar ul#stpl_social li.stpl_facebook a {
  background-image: url(./images/icons/round/dark/widget_facebook.png);
}

#st_topbar ul#stpl_social li.stpl_gplus a {
  background-image: url(./images/icons/round/light/widget_gplus.png);
}

body.dark #st_topbar ul#stpl_social li.stpl_gplus a {
  background-image: url(./images/icons/round/dark/widget_gplus.png);
}

#st_topbar ul#stpl_social li.stpl_flickr a {
  background-image: url(./images/icons/round/light/widget_flickr.png);
}

body.dark #st_topbar ul#stpl_social li.stpl_flickr a {
  background-image: url(./images/icons/round/dark/widget_flickr.png);
}

#st_topbar ul#stpl_social li.stpl_linkedin a {
  background-image: url(./images/icons/round/light/widget_linkedin.png);
}

body.dark #st_topbar ul#stpl_social li.stpl_linkedin a {
  background-image: url(./images/icons/round/dark/widget_linkedin.png);
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  ul#stpl_social {
    display: none;
  }

  #st_topbar ul#stpl_social {
    height: 24px;
    float: none;
  }
  #st_topbar ul#stpl_social li {
    float: none;
    display: inline;
  }
}
#credits {
  text-align: center;
}

.ad125 img {
  margin: 0 5px 0 0;
}

/* @end */
/*! @group 11.B Showcase */
#showcase .widget-container {
  background-color: #222222;
  color: #bfbfbf;
  padding: 2em 0;
  font-size: 1.25em;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px #000;
}
#showcase .widget-container h3 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
}
#showcase .widget-container.light {
  background-color: #eee;
  color: #595959;
  text-shadow: 0px 1px 2px #dedede;
}
#showcase .widget-container.light h3 {
  color: #1a1a1a;
}
#showcase .widget-container.light a {
  text-shadow: none;
}
#showcase .widget-container.white {
  background-color: #fff;
  color: #737373;
  text-shadow: none;
}
#showcase .widget-container.white h3 {
  color: #1a1a1a;
}

/* @end */
/*! @group 11.C Teaser */
#teaser {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  background-repeat: repeat;
  background-position: center bottom;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  font-weight: 200;
  margin-bottom: 2.25em;
}
#teaser.repeat-x {
  background-repeat: repeat-x;
  background-position: center top;
}
#teaser .rel {
  margin: 0 auto;
  padding: 40px 80px;
  position: relative;
}
#teaser p {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
#teaser h1, #teaser h2, #teaser h3, #teaser h4 {
  font-size: 2.625em;
  line-height: 1.14286em;
  letter-spacing: .15em;
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
#teaser h1 span, #teaser h2 span, #teaser h3 span, #teaser h4 span {
  font-weight: 500;
}
#teaser img {
  max-width: 100%;
  height: auto;
}
#teaser a {
  font-weight: bold;
  text-decoration: none;
}
#teaser a.btn {
  letter-spacing: .15em;
  text-transform: uppercase;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  padding: .75em 2.25em;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 40px;
  display: inline-block;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}
#teaser a.btn:hover {
  background: #fff;
  text-shadow: none;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

#teaser.light h1, #teaser.light h2, #teaser.light h3, #teaser.light h4, #teaser.light .rel, #teaser.light p, #teaser.light a {
  color: #000;
  text-shadow: none !important;
}
#teaser.light a {
  color: #000;
}
#teaser.light a.btn {
  border-color: #000;
  color: #000;
}
#teaser.light a.btn:hover {
  background-color: #000;
  color: #fff;
}
#teaser.light.shadow h1, #teaser.light.shadow h2, #teaser.light.shadow h3, #teaser.light.shadow h4, #teaser.light.shadow .rel, #teaser.light.shadow p, #teaser.light.shadow a {
  text-shadow: 0px 0px 20px white !important;
}

@media only screen and (max-width: 959px) {
  #teaser {
    font-size: .65em;
    height: auto !important;
    padding: 0px .5em;
  }
  #teaser .rel {
    padding: 20px 10px;
  }
}
/* @end */
/*! @group 11.D Footer */
#footer {
  background-color: #2e2e2e;
  color: #999999;
  font-size: 0.875em;
  line-height: 1.71429em;
  font-weight: 300;
  padding-top: 3em;
  padding-bottom: 1.5em;
  overflow: hidden;
}
#footer a {
  color: #4d81b3;
  text-decoration: none;
  font-weight: bold;
}
#footer a:hover {
  color: #94b4d1;
}
#footer h3 {
  color: #cccccc;
}

#footer #credits {
  font-size: 11px;
  line-height: 120%;
  text-align: center;
  color: #666666;
}
#footer #credits a {
  color: #737373;
  font-weight: normal;
}

/* Footer Menu */
#footermenu {
  font-size: .85em;
  margin: 0 auto;
  text-align: center;
  position: relative;
  clear: both;
  text-shadow: none;
}

#footermenu ul {
  display: inline-block;
}

#footermenu ul, #footermenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footermenu li {
  float: left;
  color: #4d4d4d;
}

#footermenu li a {
  margin: 0px 10px;
}

#footermenu li.menu-item-last span {
  display: none;
}

/* @end */
/*! @group 12. Buttons/Forms */
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -moz-box-shadow: 0 0 5px #eaeaea;
  -webkit-box-shadow: 0 0 5px #eaeaea;
  box-shadow: 0 0 5px #eaeaea;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 14px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 2em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
  margin-top: 2px;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

p.inputwrap {
  margin: 10px 0px 5px 0px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

span.req {
  color: #EC5006;
  padding-right: 2px;
  position: relative;
  top: 2px;
}

a.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  color: #fff !important;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none !important;
}

a.more-link,
a.more-link:hover,
a.more-link:visited {
  padding: .25em .5em !important;
  margin-top: 1em;
  float: right;
  color: #fff !important;
  text-decoration: none !important;
}

/* @end */
/*! @group 13. Animations */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInfast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInfast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeInfast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInfast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInfast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-ms-keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-ms-keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-ms-keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -ms-transform: rotate(80deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }
  40% {
    -ms-transform: rotate(60deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }
  100% {
    -ms-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes lightSpeedIn {
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-ms-keyframes lightSpeedOut {
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-ms-keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1);
  }
  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-ms-keyframes wiggle {
  0% {
    -ms-transform: skewX(9deg);
  }
  10% {
    -ms-transform: skewX(-8deg);
  }
  20% {
    -ms-transform: skewX(7deg);
  }
  30% {
    -ms-transform: skewX(-6deg);
  }
  40% {
    -ms-transform: skewX(5deg);
  }
  50% {
    -ms-transform: skewX(-4deg);
  }
  60% {
    -ms-transform: skewX(3deg);
  }
  70% {
    -ms-transform: skewX(-2deg);
  }
  80% {
    -ms-transform: skewX(1deg);
  }
  90% {
    -ms-transform: skewX(0deg);
  }
  100% {
    -ms-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-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);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes wobble {
  0% {
    -ms-transform: translateX(0%);
  }
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -ms-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -ms-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -ms-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-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%);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInfast {
  -webkit-animation-name: fadeInfast;
  -moz-animation-name: fadeInfast;
  -ms-animation-name: fadeInfast;
  -o-animation-name: fadeInfast;
  animation-name: fadeInfast;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* @end */





#dialog{width:100% !important; border: 1px solid #5A5858; height: 100% !important;}
#menu ul#nav li a {font-weight: bold; padding: 10px 15px 10px; color: #fff !important;text-shadow: 1px 1px 1px #0e62b5;}
#menu ul#nav li a:hover {background-color: #4d4d4d; background-image: linear-gradient(to bottom, #666, #282828); background-repeat: repeat-x; text-shadow: 1px 1px 1px #1a2407; 
color: #79befa !important; text-decoration: none;}
#menu ul#nav li.current-menu-item a:hover {background-color: #1160a9; box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); 
background-image: linear-gradient(to bottom, #1c68a2, #0053b3); background-repeat: repeat-x;}
#menu ul#nav li.current-menu-item a {text-shadow: 1px 1px 1px #5e8300; background-color: #1160a9; box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
background-image: linear-gradient(to bottom, #1c68a2, #0053b3); background-repeat: repeat-x; color: #fff;}
#menu ul#nav li ul.sub-menu {background-color: rgba(32,40,42,0.95); background-clip: padding-box;}
#menu ul#nav li.menu-item-has-children {background:url(images/arrow_menu.png) right 16px no-repeat;}
#menu ul#nav li ul.sub-menu li a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 20px; text-shadow: none;
color: #fff; white-space: nowrap; font-size: 16px;}
#menu ul#nav li ul.sub-menu li a:hover {background-color: #056460 !important; color:#fff !important;}
#menu ul#nav li ul.sub-menu li {background-image:none;}
#menu ul#nav li ul.sub-menu {padding: 0px 0px 15px 0px;}
#menu {margin-bottom: 25px;}
#header .custom.search .gsc-search-box .gsc-clear-button {display: none;}
.ui-corner-all{width: 100% !important; top: -2965px !important; z-index: 99999; left: 0px !important; max-width: 1260px; margin: 0px auto;}   
#menu ul#nav > li{ margin:0 0px 0 0;}
.ui-dialog-titlebar button[type="button"]{width: 10% !important; float: right !important; padding: 1px !important; color: #000 !important;}
#menu ul#nav li ul.sub-menu li#menu-item-913 a.needsclick{background-color: rgba(32,40,42,0.95) !important; color:#6F6F6F !important;}
#menu ul#nav li ul.sub-menu li#menu-item-913 a.needsclick:hover{background-color: rgba(32,40,42,0.95) !important; cursor:text; color:#6F6F6F !important;}

#menu ul#nav li ul.sub-menu li#menu-item-914 a.needsclick{background-color: rgba(32,40,42,0.95) !important; color:#6F6F6F !important;}
#menu ul#nav li ul.sub-menu li#menu-item-914 a.needsclick:hover{background-color: rgba(32,40,42,0.95) !important; cursor:text; color:#6F6F6F !important;}

#menu ul#nav li ul.sub-menu li#menu-item-916 a.needsclick{background-color: rgba(32,40,42,0.95) !important; color:#6F6F6F !important;}
#menu ul#nav li ul.sub-menu li#menu-item-916 a.needsclick:hover{background-color: rgba(32,40,42,0.95) !important; cursor:text; color:#6F6F6F !important;}

#menu ul#nav li ul.sub-menu li#menu-item-915 a.needsclick{background-color: rgba(32,40,42,0.95) !important; color:#6F6F6F !important;}
#menu ul#nav li ul.sub-menu li#menu-item-915 a.needsclick:hover{background-color: rgba(32,40,42,0.95) !important; cursor:text; color:#6F6F6F !important;}