
body.hyphenated {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  position: relative;
  z-index: 1;
}
h1.headings-caps,
h2.headings-caps,
h3.headings-caps,
h4.headings-caps,
h5.headings-caps,
h6.headings-caps {
  text-transform: uppercase;
}
h1,
.headline {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}
h1 small {
  font-size: 24px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 24px;
}
h3 small {
  font-size: 16px;
  font-weight: light;
}
h4,
h5,
h6 {
  line-height: 24px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 13px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.more-link {
  display: block;
}
.lead {
  font-weight: lighter;
}
.bordered-header {
  position: relative;
  margin-bottom: 24px !important;
  padding-bottom: 12px;
}
.bordered-header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  height: 2px;
}
.bordered-header.text-center:after {
  left: 50%;
  margin-left: -35px;
}
.bordered-header.text-right:after {
  left: auto;
  right: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-shadow: none;
  font-weight: light;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: none;
}
.form-icon-group {
  position: relative;
}
.form-icon-group input,
.form-icon-group textarea {
  text-indent: 24px;
}
.form-icon-group i {
  font-size: 11px;
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 12px;
}
.select-wrap {
  position: relative;
  display: inline-block;
}
.select-wrap:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 6px;
  top: 0px;
  line-height: 26px;
  text-align: center;
}
select {
  border-radius: 0;
  padding-right: 24px;
  padding-left: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
input[type="submit"],
input[type="button"] {
  border: 0;
  padding: 6px 12px;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
figure {
  margin: 0 0 24px;
}
pre,
code,
var,
kbd,
samp,
tt,
dir,
listing,
plaintext,
xmp,
abbr,
acronym,
q {
  font-size: 14px;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border: 0;
}
pre {
  text-shadow: none;
}
.black {
  font-weight: bolder;
}
.bold {
  font-weight: bold;
}
.regular {
  font-weight: normal;
}
.light {
  font-weight: lighter;
}
.hairline {
  font-weight: lighter;
}
.big {
  font-size: 24px;
  line-height: 1;
}
.bigger {
  font-size: 32px;
  line-height: 1;
}
.super {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
}
.super small {
  font-size: 0.35em;
}
.hyper {
  font-size: 96px;
  line-height: 1;
  text-align: center;
}
.hyper small {
  font-size: 0.35em;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-caps {
  text-transform: uppercase !important;
}
.text-italic {
  font-style: italic;
}
.text-lowercase {
  text-transform: none !important;
}
@media (max-width: 767px) {
  h1,
  .headline {
    font-size: 24px;
    line-height: 18px;
  }
  h1 small {
    font-size: 16px;
  }
  h2 {
    font-size: 21px;
    line-height: 36px;
  }
  h2 small {
    font-size: 14px;
  }
  h3 {
    font-size: 18px;
    line-height: 36px;
  }
  h3 small {
    font-size: 14px;
  }
  .super {
    font-size: 48px;
    text-align: center;
  }
  .super small {
    margin-top: 12px;
    display: block;
  }
  .hyper {
    font-size: 70px;
    line-height: 1;
  }
  .small-screen-center {
    text-align: center !important;
  }
  .small-screen-margin-bottom {
    margin-bottom: 24px !important;
  }
  .bordered-header:after {
    left: 50%;
    margin-left: -35px;
  }
}
@media (max-width: 480px) {
  .super {
    font-size: 36px;
    line-height: 1em;
  }
  .hyper {
    font-size: 48px;
    line-height: 1em;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 14px;
  }
  h1,
  .headline {
    font-size: 21px;
    line-height: 24px;
  }
  h1 small {
    font-size: 14px;
  }
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
  h2 small {
    font-size: 12px;
  }
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
  h3 small {
    font-size: 11px;
  }
  .big {
    font-size: 18px;
    line-height: 1;
  }
  .bigger {
    font-size: 21px;
    line-height: 1;
  }
  .super {
    font-size: 24px;
    line-height: 1;
  }
  .hyper {
    font-size: 36px;
    line-height: 1;
  }
}
#content {
  overflow: hidden;
}
.container,
.container-fullwidth {
  position: relative;
  z-index: 3;
}
.section {
  position: relative;
  z-index: 4;
  padding: 96px 0;
}
.section.has-bottom {
  z-index: 5;
}
.section.has-bottom.has-top {
  z-index: 20;
}
.section.has-bottom:not(.has-top):nth-child(1) {
  z-index: 19;
}
.section.has-bottom:not(.has-top):nth-child(2) {
  z-index: 18;
}
.section.has-bottom:not(.has-top):nth-child(3) {
  z-index: 17;
}
.section.has-bottom:not(.has-top):nth-child(4) {
  z-index: 16;
}
.section.has-bottom:not(.has-top):nth-child(5) {
  z-index: 15;
}
.section.has-bottom:not(.has-top):nth-child(6) {
  z-index: 14;
}
.section.has-bottom:not(.has-top):nth-child(7) {
  z-index: 13;
}
.section.has-bottom:not(.has-top):nth-child(8) {
  z-index: 12;
}
.section.has-bottom:not(.has-top):nth-child(9) {
  z-index: 11;
}
.section.has-bottom:not(.has-top):nth-child(10) {
  z-index: 10;
}
.section.has-bottom:not(.has-top):nth-child(11) {
  z-index: 9;
}
.section.has-bottom:not(.has-top):nth-child(12) {
  z-index: 8;
}
.section.has-bottom:not(.has-top):nth-child(13) {
  z-index: 7;
}
.section.has-bottom:not(.has-top):nth-child(14) {
  z-index: 6;
}
.section.has-bottom:not(.has-top):nth-child(15) {
  z-index: 5;
}
[class*="decor-"] {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
}
[class*="decor-"] svg {
  height: 101%;
}
.decor-top {
  bottom: 100%;
}
.decor-bottom {
  top: 100%;
}
.decor {
  display: block;
  position: relative;
  margin: 0 auto;
}
.section-short {
  padding: 60px 0;
}
.section-tiny {
  padding: 24px 0;
}
.section-nopadding {
  padding: 0 !important;
}
.background-media,
.background-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  bottom: 0;
}
.background-media {
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
[class*="oxy-agent-"] .background-media {
  background-attachment: scroll !important;
}
.background-overlay {
  z-index: 2;
}
.section .section {
  padding: 0 !important;
}
.section .section:before,
.section .section:after {
  display: none;
}
.section .section .container {
  width: auto;
}
@media (min-width: 1400px) {
  .section {
    padding: 120px 0;
  }
  .section-short {
    padding: 72px 0;
  }
  .section-tiny {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 20px 0;
  }
  .section-short {
    padding: 48px 0;
  }
  .section-tiny {
    padding: 24px 0;
  }
  [class*="decor-"] {
    height: 36px;
  }
  .container {
    padding: 0 20px;
  }
  .section .section .container {
    padding: 0;
    width: auto;
  }
}
.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
body {
  padding-top: 0px;
}
body.static-header {
  padding-top: 0 !important;
}
#masthead .navbar-brand {
  padding: 0;
  line-height: 90px;
  height: 90px;
}
#masthead .navbar-brand img {
  left: 4px;
  vertical-align: middle;
  max-height: 100%;
}
#masthead .nav > li > a {
  padding-top: 33px;
  padding-bottom: 33px;
}
#masthead .nav > li > a:before {
  margin-bottom: -18.5px;
}
#masthead .nav > li.active > a:before,
#masthead .nav > li > a:hover:before,
#masthead .nav > li.current_page_parent > a:before,
#masthead .nav > li.current_page_ancestor > a:before {
  margin-bottom: -16.5px;
}
#masthead .navbar-text {
  line-height: 24px;
  margin-top: 33px;
  margin-bottom: 33px;
}
#masthead .navbar {
  min-height: 90px;
}
#masthead.navbar-scrolled,
#masthead.navbar-animate-display {
  min-height: 70px;
}
#masthead.navbar-scrolled .navbar-brand,
#masthead .navbar-animate-display .navbar-brand {
  line-height: 70px;
  height: 70px;
}
#masthead.navbar-scrolled .navbar-nav > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#masthead.navbar-scrolled .navbar-text {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-toggle {
  margin-top: 28px;
  margin-bottom: 28px;
}
.navbar-scrolled .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
}
#masthead .navbar-brand {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
#masthead .navbar-brand img {
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: -2px;
  margin-right: 4px;
}
#masthead .navbar-brand.text-image {
  margin-right: 4px;
}
.navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
#masthead .navbar-text {
  font-size: 16px;
  float: none;
}
#masthead {
  -webkit-transition: -webkit-box-shadow 0.5s, opacity 0.3s;
  -moz-transition: -moz-box-shadow 0.5s, opacity 0.3s;
  -o-transition: -o-box-shadow 0.5s, opacity 0.3s;
  transition: box-shadow 0.5s, opacity 0.3s;
  margin-bottom: 0;
  width: 100%;
  top: 0;
  left: 0;
}
#masthead .container {
  position: relative;
}
#masthead .nav > li > a {
  text-shadow: none;
  font-style: normal;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#masthead .nav > li > a:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 2px;
  bottom: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#masthead .nav > li.active > a:before,
#masthead .nav > li > a:hover:before,
#masthead .nav > li.current_page_parent > a:before,
#masthead .nav > li.current_page_ancestor > a:before {
  opacity: 1;
}
#masthead .nav > li > a:focus {
  outline: none;
}
#masthead .nav > .active > a,
#masthead .nav > .active > a:hover,
#masthead .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
#masthead .nav li.dropdown.open > .dropdown-toggle,
#masthead .nav li.dropdown.active > .dropdown-toggle,
#masthead .nav li.dropdown.open.active > .dropdown-toggle,
#masthead .nav .open > a,
#masthead .nav .open > a:hover,
#masthead .nav .open > a:focus {
  background-color: transparent;
}
#masthead .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  border: 0;
  min-width: 200px;
}
#masthead .dropdown-menu > li > a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
#masthead .dropdown-menu a:focus {
  outline: none;
}
#masthead .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
#masthead .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: 100%;
  right: auto;
}
#masthead .navbar .navbar-toggle {
  background: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#masthead .navbar .navbar-toggle .icon-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu .divider {
  margin: 0;
}
#masthead.navbar-animated.navbar-animate-display {
  position: fixed;
  top: -200px;
}
#masthead.navbar-animated.navbar-animate-position {
  -webkit-transition: -webkit-box-shadow 0.5s, top 0.2s;
  -moz-transition: -moz-box-shadow 0.5s, top 0.2s;
  -ms-transition: -ms-box-shadow 0.5s, top 0.2s;
  -o-transition: -o-box-shadow 0.5s, top 0.2s;
  transition: box-shadow 0.5s, top 0.2s;
}
#masthead.navbar-scrolled.navbar-animated {
  top: 0;
}
#masthead .dropdown-submenu {
  position: relative;
}
#masthead .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
}
#masthead .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#masthead .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  margin-top: 5px;
  margin-right: -10px;
}
#masthead .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-toggle {
  width: 44px;
  height: 34px;
}
.navbar-toggle .icon-bar {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  margin-top: 0 !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform-origin: 50% 50% 50%;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -o-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
}
.navbar-toggle .icon-bar:nth-child(1) {
  top: 10px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.navbar-toggle .icon-bar:nth-child(3) {
  top: 22px;
}
.navbar-toggle:not(.collapsed) .icon-bar {
  top: 50%;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 979px) {
  #masthead.navbar .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  #masthead .navbar-fixed-top,
  #masthead .navbar-static-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .nav > li > a:before {
    display: none;
  }
  .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px !important;
  }
  #masthead .dropdown-menu {
    margin: 0;
    width: 100%;
  }
  #masthead .dropdown-menu a {
    padding-left: 15px;
    text-indent: 10px;
  }
  #masthead .dropdown-submenu > a:after {
    margin-top: 10px;
    margin-right: 5px;
    border-width: 5px 5px 0px 5px;
  }
}
.top-bar {
  -webkit-box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.1) inset;
  line-height: 36px;
  position: relative;
  z-index: 1000;
}
.top-bar .top {
  float: left;
  width: 50%;
  text-align: left;
}
.top-bar .top-right {
  float: right;
  text-align: right;
}
.top-bar .navbar-text {
  margin: 0 !important;
}
.top-bar .top-right .navbar-text {
  float: right;
}
.top-bar.has-shopping-cart {
  z-index: 1001;
}
@media (max-width: 767px) {
  .top-bar .top {
    float: none;
    width: 100%;
    text-align: center;
  }
  .menu-sidebar {
    display: none;
  }
}
.no-header {
  padding-top: 0;
}
.no-header #masthead,
.no-header .top-bar {
  display: none;
}
.layout-boxed #masthead,
.layout-boxed #content,
.layout-boxed .top-bar {
  max-width: 1200px;
  margin: 0 auto;
}
.layout-boxed .container {
  max-width: 100%;
}
.layout-boxed #masthead.navbar-scrolled.navbar-animated {
  left: 50%;
  margin-left: -600px;
}
@media (max-width: 1200px) {
  .layout-boxed #masthead,
  .layout-boxed #content,
  .layout-boxed .top-bar {
    max-width: 1000px;
  }
  .layout-boxed #masthead.navbar-scrolled.navbar-animated {
    margin-left: -500px;
  }
}
@media (max-width: 991px) {
  .layout-boxed #masthead,
  .layout-boxed #content,
  .layout-boxed .top-bar {
    max-width: 780px;
  }
  .layout-boxed #masthead.navbar-scrolled.navbar-animated {
    margin-left: -390px;
  }
}
@media (max-width: 767px) {
  .layout-boxed #masthead.navbar-scrolled.navbar-animated {
    left: 0;
    margin-left: 0;
  }
}
.section-header {
  text-align: center;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
  max-width: 800px;
  margin: 0 auto 80px;
  font-size: 18px;
}
.section-header .headline {
  text-align: center;
  display: inline-block;
  border-bottom: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.section-header p {
  margin-top: 12px;
  margin-bottom: 0;
}
.section-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 140px;
  height: 2px;
  margin-left: -70px;
}
.section-header.no-underline {
  margin-bottom: 24px;
}
.section-header.no-underline:after {
  display: none;
}
.section-header.text-left:after {
  margin-left: 0;
  left: 0;
}
.section-header.text-right:after {
  margin-left: 0;
  left: auto;
  right: 0;
}
.callout-header {
  text-align: center;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
  max-width: 800px;
  margin: 0 auto 80px;
}
.callout-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 140px;
  height: 2px;
  margin-left: -70px;
}
.callout-header.no-underline {
  margin-bottom: 24px;
}
.callout-header.no-underline:after {
  display: none;
}
@media (max-width: 767px) {
  .section-header {
    margin: 0 auto 40px;
  }
  .section-header:after {
    width: 100px;
    margin-left: -50px;
    bottom: -19px;
  }
}
.box-wrap {
  overflow: hidden;
}
.box-round,
.box-rect,
.box-square,
.box-hex {
  display: block;
  text-align: center;
  margin: 0 auto 24px auto;
  position: relative;
  z-index: 100;
  width: 150px;
  max-width: 100%;
}
.box-dummy {
  padding-top: 100%;
}
.box-rect .box-dummy {
  padding-top: 75%;
}
.box-hex .box-dummy {
  padding-top: 86.33333333%;
}
.box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-inner i {
  font-size: 52px;
  color: #fff;
  line-height: 1em;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.box-inner img {
  max-width: 100%;
}
.box-round .box-inner {
  border-radius: 50%;
}
.box-hex .box-inner {
  overflow: visible;
}
.box-caption {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.box-caption h4 {
  margin-top: 48px;
}
.box-caption:hover {
  opacity: 1;
}
.box-round .box-caption {
  border-radius: 50%;
}
.box-mini {
  margin-bottom: 8px;
  width: 48px;
}
.box-mini i {
  font-size: 16px;
}
.box-mini .box-caption {
  display: none;
}
.box-small {
  margin-bottom: 8px;
  width: 78px;
}
.box-small i {
  font-size: 24px;
}
.box-small .box-caption {
  display: none;
}
.box-medium {
  width: 100px;
}
.box-medium i {
  font-size: 36px;
}
.box-medium .box-caption {
  display: none;
}
.box-big {
  width: 200px;
}
.box-big i {
  font-size: 72px;
}
.box-big .box-caption h4 {
  margin-top: 72px;
}
.box-huge {
  width: 250px;
}
.box-huge .box-caption h4 {
  margin-top: 96px;
}
.box-small-icon i {
  font-size: 24px;
}
.box-badge {
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.box-list > li {
  overflow: hidden;
  padding-bottom: 24px;
}
.hex-left:after,
.hex-left:before,
.hex-right:after,
.hex-right:before {
  content: "";
  position: absolute;
  width: 50%;
  padding-top: 50%;
  display: block;
}
.hex-right:after,
.hex-right:before {
  right: -34%;
}
.hex-right:before {
  top: -19%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.hex-right:after {
  bottom: -19%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.hex-left:after,
.hex-left:before {
  left: -34%;
}
.hex-left:before {
  top: -19%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.hex-left:after {
  bottom: -19%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.social-icons {
  margin-bottom: 0;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}
.social-icons li {
  text-align: center;
}

.social-icons li a {
  display: inline-block;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.social-icons li i {
  vertical-align: middle;
}
.social-icons.social-big a {
  font-size: 36px;
  width: 72px;
  height: 72px;
  line-height: 72px;
}
.social-icons.social-simple i {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.social-icons.social-simple a {
  background: none !important;
}
@media (max-width: 767px) {
  .social-icons li a {
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}

.social-share {
  padding-left: 0;
  letter-spacing: -3px;
  margin: 0 0 24px 0;
  list-style-type: none;
}
.social-share li {
  padding: 0;
  letter-spacing: 0px;
  display: inline-block;
}
.social-share a {
  display: block;
}
.social-share i {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.icons-ul {
  padding-left: 0;
}
.list-fancy-icons {
  list-style-type: none;
  margin: 0px;
  padding-left: 0;
}
.list-fancy-icons h3,
.list-fancy-icons h4 {
  margin-bottom: 0;
}
.list-fancy-icons li,
.list-fancy-icons .list-item {
  margin-bottom: 1px;
  padding: 12px;
  padding-left: 60px;
  position: relative;
}
.list-fancy-icons p {
  margin-bottom: 0;
}
.list-fancy-icons .hex,
.list-fancy-icons .round,
.list-fancy-icons .square {
  position: absolute;
  left: 12px;
  top: 12px;
}
.list-fancy-icons .round,
.list-fancy-icons .square {
  width: 35px;
  height: 35px;
  text-align: center;
  margin-top: 0px;
}
.list-fancy-icons .round i,
.list-fancy-icons .square i {
  line-height: 35px;
}
.list-fancy-icons .round {
  border-radius: 50%;
}
.fancy-blockquote {
  border: 0;
  padding: 0;
  position: relative;
}
.fancy-blockquote p {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 24px;
  font-weight: bold;
  font-style: italic;
}
.fancy-blockquote small {
  font-size: 12px;
  text-transform: uppercase;
}
.fancy-blockquote small:before {
  content: "";
}
.pricing-col {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.pricing-head {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 12px;
}
.pricing-body {
  padding-bottom: 24px;
}
.pricing-price h4 {
  font-size: 60px;
  font-weight: bold;
  padding: 24px;
  line-height: 1em;
  position: relative;
  text-indent: 32px;
}
.pricing-price h4 small {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-indent: 0;
}
.pricing-list {
  list-style-type: none;
  margin: 0 0 24px;
  padding-left: 0;
  text-align: center;
}
.pricing-list li {
  padding: 12px;
  border-bottom: 1px solid;
}
.pricing-featured {
  position: relative;
  padding-bottom: 32px;
  top: -16px;
}
.pricing-featured .pricing-head {
  padding: 24px;
}
@media (max-width: 767px) {
  .pricing-featured {
    top: 0;
  }
}
.panel {
  margin-bottom: 24px;
}
.panel-title {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.panel-body {
  padding: 10px;
}
.go-top {
  position: fixed !important;
  display: block;
  font-size: 16px;
  width: 2em;
  height: 2em;
  text-align: center;
  bottom: -44px;
  opacity: 0;
  right: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}
.go-top i {
  line-height: 32px;
}
@media (max-width: 979px) {
  .go-top {
    display: none !important;
  }
}
.flat-shadow {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.flat-shadow:after {
  display: block;
  content: "";
  position: absolute;
  left: -16%;
  right: -16%;
  height: 100%;
  top: 50%;
  z-index: -1;
  background: url(../images/flat-shadow.png) no-repeat;
  background-size: 100%;
}
.flat-shadow.box-hex:after {
  top: 50%;
}
.flat-shadow.box-round:after {
  top: 45%;
}
.flat-shadow.box-rect:after,
.flat-shadow.box-square:after {
  top: 0%;
}
.flat-circle:after {
  top: 45%;
}
.flat-rect:after,
.flat-square:after {
  top: 0%;
}
.flat-hex:after {
  top: 25%;
}
.hex {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 35px;
  height: 20px;
  position: relative;
  text-align: center;
  line-height: 20px;
  max-width: 100%;
}
.hex:before,
.hex:after {
  content: " ";
  width: 0;
  height: 0;
  left: 0;
  position: absolute;
}
.hex:before {
  border-bottom: 10px solid;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  top: -10px;
}
.hex:after {
  bottom: -10px;
  border-top: 10px solid;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
.hex i {
  display: inline-block;
  vertical-align: middle;
}
.hex-big {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 52px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  max-width: 100%;
}
.hex-big:before,
.hex-big:after {
  content: " ";
  width: 0;
  height: 0;
  left: 0;
  position: absolute;
}
.hex-big:before {
  border-bottom: 15px solid;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  top: -15px;
}
.hex-big:after {
  bottom: -15px;
  border-top: 15px solid;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
}
.hex-big i {
  display: inline-block;
  vertical-align: middle;
}
.hex-alt {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: 21px;
  height: 36px;
  position: relative;
  text-align: center;
  line-height: 36px;
}
.hex-alt:before,
.hex-alt:after {
  content: " ";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
}
.hex-alt:before {
  border-right: 10px solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -10px;
}
.hex-alt:after {
  border-left: 10px solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -10px;
}
.hex-alt-big,
.btn-lg .hex-alt {
  display: block;
  margin-left: 14px;
  margin-right: 14px;
  width: 28px;
  height: 48px;
  position: relative;
  text-align: center;
  line-height: 48px;
}
.hex-alt-big:before,
.hex-alt-big:after,
.btn-lg .hex-alt:before,
.btn-lg .hex-alt:after {
  content: " ";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
}
.hex-alt-big:before,
.btn-lg .hex-alt:before {
  border-right: 14px solid;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  left: -14px;
}
.hex-alt-big:after,
.btn-lg .hex-alt:after {
  border-left: 14px solid;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  right: -14px;
}
.hex-alt-huge {
  display: block;
  margin-left: 28px;
  margin-right: 28px;
  width: 55px;
  height: 96px;
  position: relative;
  text-align: center;
  line-height: 96px;
}
.hex-alt-huge:before,
.hex-alt-huge:after {
  content: " ";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
}
.hex-alt-huge:before {
  border-right: 28px solid;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  left: -28px;
}
.hex-alt-huge:after {
  border-left: 28px solid;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  right: -28px;
}
.flat-shadow .hex-right:after {
  background-image: url(../images/shadow-right.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 130%;
}
.flat-shadow .hex-left:after {
  background-image: url(../images/shadow-left.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 130%;
}
@media (max-width: 979px) {
  .hex {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 35px;
    height: 20px;
    position: relative;
    text-align: center;
    line-height: 20px;
    max-width: 100%;
  }
  .hex:before,
  .hex:after {
    content: " ";
    width: 0;
    height: 0;
    left: 0;
    position: absolute;
  }
  .hex:before {
    border-bottom: 10px solid;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    top: -10px;
  }
  .hex:after {
    bottom: -10px;
    border-top: 10px solid;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
  }
  .hex i {
    display: inline-block;
    vertical-align: middle;
  }
}
.vertical-icon-border li {
  overflow: hidden;
}
.vertical-icon-border [class^="col-md"]:first-child {
  position: relative;
}
.vertical-icon-border [class^="col-md"]:first-child:before {
  position: absolute;
  content: "";
  height: 1000px;
  top: 0;
  left: 50%;
  border-left: 1px dashed;
}
.vertical-icon-border li:last-child [class^="col-md"]:first-child:before {
  display: none;
}
.horizontal-icon-border li > [class^="box-"] {
  position: relative;
}
.horizontal-icon-border li > [class^="box-"]:before {
  position: absolute;
  content: "";
  width: 1000px;
  border-top: 1px dashed;
  left: -500px;
  top: 50%;
  z-index: 0;
}
.horizontal-icon-border li:first-child > [class^="box-"]:before {
  left: 50%;
}
.horizontal-icon-border li:last-child > [class^="box-"]:before {
  left: auto;
  right: 50%;
}
@media (max-width: 979px) {
  .vertical-icon-border [class^="col-md"]:first-child:before,
  .horizontal-icon-border li > [class^="box-"]:before {
    display: none;
  }
}
.lead {
  font-weight: normal;
}
.btn,
button {
  outline: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none !important;
  font-weight: normal;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.btn:focus,
button:focus {
  outline: none;
}
.btn:after,
button:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn i,
button i {
  font-size: 14px;
}
.btn-lg {
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn-lg i {
  font-size: 16px;
}
[class*="btn-icon"] {
  position: relative;
}
[class*="btn-icon"]:after {
  content: " ";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
}
[class*="btn-icon"] .hex-alt {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
[class*="btn-icon"] .hex-alt [class^="icon-"],
[class*="btn-icon"] .hex-alt [class*=" icon-"] {
  display: inline-block;
}
.btn-icon-left {
  margin-left: 10px;
  padding-left: 42px;
}
.btn-icon-left:after {
  border-right: 10px solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -10px;
}
.btn-icon-left .hex-alt {
  left: -10px;
}
.btn-icon-left.btn-lg {
  margin-left: 15px;
  padding-left: 55px;
}
.btn-icon-left.btn-lg:after {
  border-right: 13px solid;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  left: -13px;
}
.btn-icon-left.btn-lg .hex-alt {
  left: -13px;
}
.btn-icon-right {
  margin-right: 10px;
  padding-right: 42px;
}
.btn-icon-right:after {
  border-left: 10px solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -10px;
}
.btn-icon-right .hex-alt {
  right: -10px;
}
.btn-icon-right.btn-lg {
  margin-right: 15px;
  padding-right: 55px;
}
.btn-icon-right.btn-lg:after {
  border-left: 13px solid;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  right: -13px;
}
.btn-icon-right.btn-lg .hex-alt {
  right: -13px;
}
.form-control {
  border: 0;
  height: 36px;
  box-shadow: none;
}
.hero-unit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tooltip-inner {
  border-radius: 0;
  font-weight: normal !important;
}
.thumbnail {
  border: 0;
  padding: 0 0 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
blockquote p {
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.5em;
}
blockquote small {
  font-weight: bold;
}
blockquote cite {
  font-weight: normal;
}
blockquote cite:before {
  content: "-";
}
ul.inline {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul.inline li {
  display: inline-block;
  padding: 0 5px;
}
.well {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group {
  border: 0;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
}
.panel {
  border: 0;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 1px;
}
.panel-heading {
  font-size: 16px;
  position: relative;
  border: none;
  border-radius: 7px;
  font-weight: bold;
  background-image: linear-gradient(80deg, #a18cd1 0%, #ecacda 100%);
  color: #fff;
}

.panel-heading .accordion-toggle:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 14px;
  line-height: 1em;
  right: 0;
  top: 0;
  width: 40px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\f107";
}
.pagination {
  margin: 0 0 24px;
}
.pagination > li > a,
.pagination > li span {
  padding: 7px 14px 8px;
  border: 0;
  font-weight: normal;
}
.pagination > li:first-child a,
.pagination > li:last-child a {
  border-radius: 0;
  position: relative;
  height: 36px;
  z-index: 0;
}
.pagination > li:first-child a:after,
.pagination > li:last-child a:after {
  content: " ";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
}
.pagination > li:first-child > a:after {
  border-right: 10px solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -10px;
}
.pagination > li:last-child > a:after {
  border-left: 10px solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -10px;
}
.pager li > a,
.pager li > span {
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 14px;
  line-height: 24px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.pager li > a.btn-icon-left {
  padding-left: 42px;
}
.pager li > a.btn-icon-right {
  padding-right: 42px;
}
.affix-bottom {
  position: absolute;
  bottom: 20px;
  margin-bottom: 20px;
}
.nav-tabs {
  margin-bottom: 0;
  border: 0;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: 10px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-width: 0;
  font-weight: 400;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.nav-tabs > li > a:hover {
  border-width: 0;
  text-shadow: none !important;
}
.nav-tabs > li.active > a {
  text-shadow: none !important;
  border-width: 0;
}
.nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li.active > a:focus {
  border-width: 0;
}
.tab-content {
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 0px;
  padding-right: 12px;
  text-shadow: none !important;
}
.tab-content a {
  text-decoration: underline;
}
.tab-content .btn {
  text-decoration: none;
}
.tab-pane > *:last-child {
  margin-bottom: 0;
}
.tabs-below .tab-content {
  border-top: none;
  border-bottom: 0;
}
.tabs-left > .nav-tabs {
  margin-right: 0;
  border-right: 0;
}
.tabs-left > .nav-tabs > li.active > a {
  border: 0;
  margin-right: 0;
}
.tabs-left > .nav-tabs > li > a {
  border: 0;
}
.tabs-left > .nav-tabs > li > a:hover {
  border: none;
  margin-right: 0;
}
.tabs-left .tab-content {
  border-top: none;
}
.tabs-right > .nav-tabs {
  margin-left: 0;
  border-left: 0;
}
.tabs-right > .nav-tabs > li.active > a {
  border: 0;
  margin-left: 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border: none;
  margin-left: 0;
}
.tabs-right .tab-content {
  border-top: none;
}
.nav-pills > li > a {
  border-radius: 10px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.tab-pills .tab-content {
  border-top: none;
}
.carousel .post {
  line-height: 1.71428571em;
}
.carousel-indicators {
  top: -24px;
  left: auto;
  right: 0;
  margin-left: 0;
  cursor: pointer;
  text-align: right;
  width: auto;
  height: 24px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  border: 0;
  margin: 0;
}
.progress {
  box-shadow: none;
}
.alert {
  text-shadow: none;
}
.badge {
  font-size: 12px;
  min-width: 24px;
  line-height: 12px;
  padding: 6px;
  border-radius: 50%;
}
.docs-heading {
  padding-top: 100px;
}
.docs-sidebar-nav {
  max-width: 240px;
  margin-top: 12px;
}
.docs-sidebar-nav li {
  line-height: 24px;
  margin-bottom: 1px;
}
.docs-sidebar-nav li a {
  text-align: right;
  padding: 6px 16px;
  text-transform: uppercase;
  text-shadow: none;
}
.affix {
  position: fixed;
  width: 17%;
  top: 90px;
}
@media (max-width: 979px) {
  .docs-sidebar-nav.affix-bottom,
  .docs-sidebar-nav.affix {
    width: 17%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .docs-sidebar-nav.affix-bottom,
  .docs-sidebar-nav.affix {
    width: 17.75%;
  }
}
@media (max-width: 767px) {
  .affix {
    top: 0;
  }
  .docs-sidebar-nav,
  .docs-sidebar-nav.affix,
  .docs-sidebar-nav.affix-top,
  .docs-sidebar-nav.affix-bottom {
    position: relative;
    width: 100%;
    max-width: inherit;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
    border-bottom: 0;
  }
  .docs-sidebar-nav li,
  .docs-sidebar-nav.affix li,
  .docs-sidebar-nav.affix-top li,
  .docs-sidebar-nav.affix-bottom li {
    line-height: 24px;
    margin-bottom: 1px;
  }
  .docs-sidebar-nav li a,
  .docs-sidebar-nav.affix li a,
  .docs-sidebar-nav.affix-top li a,
  .docs-sidebar-nav.affix-bottom li a {
    border-right: 0;
    text-align: center;
    padding-right: 0px;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #222;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #222;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 28px;
  height: 16px;
  position: relative;
  text-align: center;
  line-height: 16px;
  max-width: 100%;
  font-size: 16px;
  text-align: center;
  right: -32px;
  top: 32px;
  position: absolute;
  display: block;
  padding: 0;
  font-weight: lighter;
  line-height: 1.1em;
}
.mfp-image-holder .mfp-close:before,
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:after {
  content: " ";
  width: 0;
  height: 0;
  left: 0;
  position: absolute;
}
.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
  border-bottom: 8px solid;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  top: -8px;
}
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
  bottom: -8px;
  border-top: 8px solid;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.mfp-image-holder .mfp-close i,
.mfp-iframe-holder .mfp-close i {
  display: inline-block;
  vertical-align: middle;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure figure {
  margin-bottom: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 1300px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 0;
    top: -5px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.97;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0;
}
.portfolio-item {
  z-index: 2;
}
.isotope-hidden.portfolio-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .portfolio-item,
.isotope .portfolio-item,
.isotope .post-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .portfolio-item,
.isotope .post-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .portfolio-item,
.isotope .portfolio-item.no-transition,
.isotope.no-transition .post-item,
.isotope .post-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#infscr-loading {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -82px;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
}
#infscr-loading img {
  display: none;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.flexslider .slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-control-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.flex-control-nav a {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9000em;
}
.flex-controls-outside .flex-control-nav {
  position: relative;
}
.flex-controls-left .flex-control-nav {
  left: 0;
}
.flex-controls-right .flex-control-nav {
  right: 0;
}
.flex-controls-center .flex-control-nav {
  width: 100%;
  text-align: center;
}
.flex-direction-nav a {
  display: block;
  position: absolute;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
  font-family: "FontAwesome";
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.flex-direction-nav a:before {
  display: inline-block;
}
.flex-prev {
  left: 0;
}
.flex-prev:before {
  content: "\f104";
}
.flex-next {
  right: 0;
}
.flex-next:before {
  content: "\f105";
}
.flexslider {
  margin-bottom: 0;
}
.flexslider figure {
  position: relative;
  margin: 0;
}
.flexslider figcaption {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 12px;
  max-width: 400px;
}
.flexslider figcaption h3 {
  margin-bottom: 0;
}
.flexslider figcaption p {
  margin-top: 24px;
  margin-bottom: 0;
}
.flexslider.flex-caption-top figcaption {
  bottom: auto;
  top: 24px;
}
.flexslider.flex-caption-right figcaption {
  left: auto;
  right: 24px;
}
.flexslider.flex-caption-alternate li:nth-child(even) figcaption {
  left: 24px;
  right: auto;
}
.flexslider.flex-caption-alternate li:nth-child(odd) figcaption {
  right: 24px;
  left: auto;
}
@media (max-width: 480px) {
  .flexslider figcaption {
    display: none;
  }
}
.container-fluid .flexslider img {
  width: 100%;
}
[data-flex-itemwidth] {
  margin-top: -36px;
  text-align: center;
}
[data-flex-itemwidth] .slides > li > a,
[data-flex-itemwidth] .slides > li > figure {
  padding-top: 36px;
  display: inline-block;
  max-width: 100%;
}
[data-flex-itemwidth] .flex-prev,
[data-flex-itemwidth] .flex-next {
  margin-top: -0px;
}
.tp-bullets.simplebullets.round .bullet {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  opacity: 0.8;
}
.tp-bullets.simplebullets.round .bullet.selected {
  opacity: 1;
}
.audioplayer {
  height: 36px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.post .audioplayer {
  margin-bottom: 0;
}
.grid-post .audioplayer {
  opacity: 0.95;
  height: 48px;
  margin-top: -48px;
}
.audioplayer-mini {
  width: 2.5em;
  margin: 0 auto;
}
.audioplayer > div {
  position: absolute;
}
.audioplayer-playpause {
  width: 2.5em;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.audioplayer-playpause a {
  display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-right: none;
  border-left-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
}
.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}
.audioplayer-time {
  width: 4.375em;
  height: 100%;
  line-height: 2.375em;
  text-align: center;
  z-index: 2;
  top: 0;
}
.audioplayer-time-current {
  left: 2.5em;
  line-height: 36px;
}
.grid-post .audioplayer-time-current {
  line-height: 48px;
}
.audioplayer-time-duration {
  right: 2.5em;
  line-height: 36px;
}
.grid-post .audioplayer-time-duration {
  line-height: 48px;
}
.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}
.audioplayer-bar {
  height: 0.875em;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  left: 6.875em;
  margin-top: -0.438em;
}
.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
}
.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audioplayer-bar-loaded {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.audioplayer-bar-played {
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.audioplayer-volume {
  width: 2.5em;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #222;
}
.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}
.audioplayer-volume-button a {
  width: 0.313em;
  height: 0.375em;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  width: 0.313em;
  height: 0.313em;
  border: 0.25em double #fff;
  border-width: 0.25em 0.25em 0 0;
  left: 0.563em;
  top: -0.063em;
  -webkit-border-radius: 0 0.938em 0 0;
  -moz-border-radius: 0 0.938em 0 0;
  border-radius: 0 0.938em 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.audioplayer-volume-adjust {
  height: 6.25em;
  cursor: default;
  position: absolute;
  left: 0;
  right: 0px;
  top: -9999px;
  background: #222;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}
.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.audioplayer-novolume .audioplayer-volume {
  display: none;
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -moz-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -ms-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -o-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
}
.chart {
  position: relative;
  text-align: center;
  left: 0 !important;
  margin-left: 0 !important;
}
.chart i {
  display: block;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.chart input,
.chart span {
  display: none;
}
.counter {
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}
.counter .value {
  display: block;
  width: 100%;
  text-align: center;
  background: none !important;
  box-shadow: none !important;
  border: 0;
  line-height: 1;
}
.counter .value:hover,
.counter .value:active,
.counter .value:focus {
  background: none !important;
  box-shadow: none !important;
}
.counter:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 60px;
  top: 100%;
  left: 50%;
  margin-left: -30px;
}
.countdown {
  text-align: center;
}
.countdown .counter-element {
  display: inline-block;
  min-width: 1.5em;
  line-height: 1em;
}
.countdown b {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 12px;
  margin-top: 12px;
}
.countdown b:before {
  height: 2px;
  width: 2em;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1em;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
.mejs-container {
  position: relative;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
}
.mejs-controls {
  display: none;
}
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}
.rotating.flip {
  position: relative;
}
.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
.rotating.flip .front {
  z-index: 1;
}
.rotating .back {
  display: block;
  opacity: 0;
}
.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}
.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}
.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.portfolio {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.portfolio-item {
  display: none;
}
.isotope-filters {
  margin: 0px 0 24px;
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
  text-transform: uppercase;
}
.isotope-filters li {
  display: inline-block;
}
.isotope-filters li a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  white-space: nowrap;
}
.isotope-filters li a:before {
  content: "";
  height: 14px;
  width: 2px;
  position: absolute;
  top: 4px;
  left: 5px;
}
.isotope-filters li:first-child a {
  padding-left: 0;
}
.isotope-filters li:first-child a:before {
  display: none;
}
.portfolio > li {
  margin-bottom: 0;
}
.portfolio > li.col-md-3 {
  margin-left: -1px;
}
.portfolio-figure,
.portfolio-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  z-index: 1;
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  transform: translateX(-1px);
}
.portfolio-gallery {
  margin-bottom: 24px;
}
.portfolio-list .portfolio-list-header {
  margin-bottom: 12px;
  line-height: 48px;
}
.portfolio-list ul {
  list-style-type: none;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 24px 24px;
  line-height: 36px;
}
.portfolio-list li {
  margin-bottom: 12px;
}
.portfolio-list li:last-child {
  margin-bottom: 0;
}
.portfolio-list i {
  font-size: 12px;
}
.portfolio-url,
.portfolio-share {
  display: block;
  font-size: 16px;
  line-height: 48px;
  margin-bottom: 24px;
}
.portfolio-url span,
.portfolio-share span {
  display: inline-block;
  line-height: 48px;
  padding: 0 12px;
  margin-right: 12px;
  text-transform: uppercase;
}
.portfolio-url ul,
.portfolio-share ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.portfolio-url ul li,
.portfolio-share ul li {
  padding: 0 12px;
}
.portfolio-header {
  max-width: 100%;
  margin-bottom: 48px;
  position: relative;
  line-height: 48px;
}
.all-portfolio-items {
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}
.next-portfolio-item,
.prev-portfolio-item {
  position: absolute;
  font-size: 24px;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  z-index: 1;
}
.next-portfolio-item i,
.prev-portfolio-item i {
  display: block;
}
.next-portfolio-item {
  right: 0;
}
.prev-portfolio-item {
  left: 0;
}
.portfolio-shadows .portfolio-item {
  padding-bottom: 24px;
}
.portfolio-shadows .portfolio-item.col-md-6 {
  padding-bottom: 60px;
}
.portfolio-shadows .flat-shadow {
  margin-left: 11%;
  margin-right: 11%;
}
.portfolio-shadows .hex-right:after {
  background-image: url(../images/shadow-right.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 130%;
}
.portfolio-shadows .hex-left:after {
  background-image: url(../images/shadow-left.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 130%;
}
.portfolio figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0px 10%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
  opacity: 0;
}
.portfolio figcaption h4 {
  margin-top: 25%;
  padding: 0 10%;
  font-size: 18px;
}
.portfolio figcaption p {
  padding: 0 10%;
  font-size: 14px;
}
.portfolio figcaption > a:first-child {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.portfolio figure:hover figcaption {
  opacity: 1;
}
.portfolio .more,
.portfolio .link {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  bottom: 4px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-transition-delay: all, 0.75s;
  -moz-transition-delay: all, 0.75s;
  -o-transition-delay: all, 0.75s;
  transition-delay: all, 0.75s;
  opacity: 0;
  font-size: 12px;
}
.portfolio figure:hover .more,
.portfolio figure:hover .link {
  opacity: 1;
}
.portfolio .col-md-3 figcaption p {
  display: none;
}
.portfolio-rect .more,
.portfolio-rect .link,
.portfolio-square .more,
.portfolio-square .link {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.portfolio-rect .more,
.portfolio-square .more {
  left: 4px;
  margin-left: -50px;
}
.portfolio-rect .link,
.portfolio-square .link {
  right: 4px;
  margin-right: -50px;
}
.portfolio-rect figure:hover .more,
.portfolio-square figure:hover .more {
  opacity: 1;
  margin-left: 0%;
}
.portfolio-rect figure:hover .link,
.portfolio-square figure:hover .link {
  opacity: 1;
  margin-right: 0%;
}
.portfolio-round figure {
  border-radius: 50%;
  overflow: hidden;
}
.portfolio-round figcaption {
  border-radius: 50%;
  overflow: hidden;
}
.portfolio-round .more,
.portfolio-round .link {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  top: 50%;
  margin-top: -18px;
}
.portfolio-round .more {
  left: 4px;
  margin-left: -50px;
}
.portfolio-round .link {
  right: 4px;
  margin-right: -50px;
}
.portfolio-round figure:hover .more {
  opacity: 1;
  margin-left: 0%;
}
.portfolio-round figure:hover .link {
  opacity: 1;
  margin-right: 0%;
}
.portfolio-hex .more {
  left: 4px;
  margin-left: -50px;
}
.portfolio-hex .link {
  right: 4px;
  margin-right: -50px;
}
.portfolio-hex figure:hover .more {
  opacity: 1;
  margin-left: 24.5%;
}
.portfolio-hex figure:hover .link {
  opacity: 1;
  margin-right: 24.5%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .portfolio figcaption p {
    display: none;
  }
}
@media (max-width: 979px) {
  .portfolio-shadows .portfolio-item {
    padding-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .portfolio figcaption p {
    display: none;
  }
}
.post {
  margin-bottom: 24px;
  position: relative;
}
.post-head {
  margin-bottom: 24px;
}
.post-head.no-title {
  margin-bottom: 0;
}
.post-title {
  margin-bottom: 0px;
}
.post-author,
.post-date {
  font-style: italic;
}
.post-type {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.post-type i {
  line-height: 30px;
}
.post-media {
  margin-bottom: 24px;
}
.post-body {
  margin-bottom: 24px;
}
.post-extras {
  font-size: 14px;
  position: relative;
  margin-bottom: 96px;
  padding-bottom: 48px;
}
.post-extras span {
  display: inline-block;
  padding-right: 5px;
}
.post-extras span:last-child {
  padding-right: 0;
}
.post-extras i {
  font-size: 12px;
  display: inline-block;
}
.single .post-extras {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.post-navigation a,
.post-navigation span {
  font-size: 14px;
}
.post-showinfo .post-head,
.post-showinfo .post-body,
.post-showinfo .post-extras,
.post-showinfo .comments-head,
.post-showinfo .comments-body,
.post-showinfo .post-share,
.post-showinfo .post-navigation {
  position: relative;
  margin-left: 80px;
}
.post-showinfo .post-head {
  padding-top: 8px;
}
.post-showinfo .post-icon {
  display: block;
  position: absolute;
  left: -80px;
  top: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.grid-post .post-head,
.grid-post .post-body,
.grid-post .post-extras {
  padding: 12px;
  margin-left: 0;
}
.grid-post .post-head {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}
.grid-post .post-title {
  padding-top: 0;
}
.grid-post .post-showinfo {
  margin-left: 0;
}
.grid-post .post-showinfo .post-head {
  padding-top: 36px;
  z-index: 2;
}
.grid-post .post-showinfo .post-icon {
  top: -30px;
  left: 50%;
  margin-left: -30px;
  margin-right: 0;
  z-index: 100;
}
.grid-post .post-showinfo .post-icon i {
  line-height: 30px;
}
.grid-post .post-media {
  padding-top: 48px;
  margin-bottom: 0;
}
.grid-post .post-media .feature-image {
  display: block;
  margin-top: -48px;
}
.grid-post .post-media .feature-slider,
.grid-post .post-media .feature-video {
  margin-top: -48px;
  margin-bottom: 0;
}
.grid-post .post-body {
  margin-bottom: 0;
}
.grid-post .post-extras {
  margin-top: 12px;
  margin-left: 0;
  margin-bottom: 24px;
  padding-top: 12px;
}
.grid-post .post-extras:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 36%;
  left: 50%;
  margin-left: -18%;
  top: 0;
}
.grid-post .post-extras:after {
  display: none;
}
.author-info {
  margin-left: 80px;
}
.author-info img {
  display: inline-block;
}
.post-share {
  padding-bottom: 24px;
}
.comments-head {
  margin-bottom: 24px;
}
.comments-head h3 {
  padding-top: 8px;
  margin-bottom: 0px;
}
.media-comment {
  margin-top: 24px;
  position: relative;
}
.media-comment .media-comment {
  margin-top: 24px;
}
.media-comment .box-round {
  bottom: -12px;
}
.media-inner {
  padding: 10px;
  position: relative;
  padding-bottom: 12px;
}
.media-inner p:last-child {
  margin-bottom: 0;
}
.media-inner:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 70px;
  left: 10px;
  bottom: 0;
}
.comments-form {
  max-width: 878px;
}
.media-inner .comments-form .comments-head {
  margin-top: 12px;
}
.media-inner .comments-form .comments-head,
.media-inner .comments-form .comments-body {
  margin-left: 0;
}
.media-inner .comments-form .post-icon {
  display: none;
}
@media (max-width: 979px) {
  .post-showinfo .post-head,
  .post-showinfo .post-body,
  .post-showinfo .post-extras,
  .post-showinfo .comments-head,
  .post-showinfo .comments-body,
  .post-showinfo .post-navigation,
  .grid-post .post-showinfo .post-head,
  .grid-post .post-showinfo .post-body,
  .grid-post .post-showinfo .post-extras,
  .grid-post .post-showinfo .comments-head,
  .grid-post .post-showinfo .comments-body,
  .grid-post .post-showinfo .post-navigation {
    margin-left: 0;
  }
  .post-showinfo .comments-head,
  .grid-post .post-showinfo .comments-head {
    border-top: 30px solid transparent;
  }
  .post-showinfo .post-media,
  .grid-post .post-showinfo .post-media {
    margin-bottom: 0;
  }
  .post-showinfo .post-head,
  .post-showinfo .comments-head,
  .grid-post .post-showinfo .post-head,
  .grid-post .post-showinfo .comments-head {
    padding-top: 30px;
    z-index: 2;
  }
  .post-showinfo .post-icon,
  .grid-post .post-showinfo .post-icon {
    top: -20px;
    left: 50%;
    margin-left: -20px;
    margin-right: 0;
    z-index: 100;
  }
  .post-showinfo .post-icon i,
  .grid-post .post-showinfo .post-icon i {
    line-height: 20px;
    font-size: 12px;
  }
  .media-inner .comments-form .comments-head {
    margin-top: 12px;
    padding-top: 0;
    border-top: 0;
  }
}
@media (max-width: 480px) {
  .grid-post .post-showinfo .post-icon {
    top: -20px;
    margin-left: -20px;
  }
  .grid-post .post-showinfo .post-icon i {
    line-height: 20px;
  }
  .media-comment .media-inner {
    padding-top: 20px;
  }
  .media-comment:after {
    display: none;
  }
  .media-comment .box-round {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: -22px;
  }
  .media-comment .comment-reply {
    float: right;
  }
}
.google-map {
  height: 500px;
}
.google-map img {
  max-width: inherit;
}
.google-map.map-small {
  height: 354px;
}
.map-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
}
.map-overlay .container {
  position: relative;
}
.contact-details {
  position: absolute;
  width: 40%;
  right: 0;
  max-width: 400px;
}
@media (max-width: 767px) {
  #map {
    height: 200px;
  }
  .map-overlay {
    position: inherit;
    top: 0;
    padding-bottom: 8%;
  }
  .map-overlay .container {
    padding: 0;
  }
  .contact-details {
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    position: inherit;
  }
}
.sidebar-widget {
  margin-bottom: 18px;
}
.top-bar .sidebar-widget,
#masthead .sidebar-widget {
  margin-bottom: 0;
  font-size: 14px !important;
}
.top-bar .sidebar-widget > *,
#masthead .sidebar-widget > * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#masthead .sidebar-widget {
  padding-left: 6px;
  margin-left: 6px;
}
#masthead .sidebar-widget i {
  line-height: 24px !important;
  font-size: 14px !important;
}
.sidebar .sidebar-widget h3,
#footer .sidebar-widget h3 {
  margin-bottom: 16px;
}
.widget_search form {
  margin-bottom: 0;
}
.widget_search .btn:hover,
.widget_search .btn:focus {
  outline: none;
}
.top-bar .widget_search form,
#masthead .widget_search form {
  display: none;
}
.top-search {
  text-align: center;
  width: 36px;
  display: inline-block;
  position: relative;
}
.top-search form {
  position: absolute;
  top: 0%;
}
.top-search .search-trigger {
  cursor: pointer;
}
.top-search .input-group {
  width: 200px;
}
.top-search .input-group-btn {
  background: none !important;
}
.top-search .btn {
  vertical-align: top;
}
.top-bar .top-search .search-trigger {
  line-height: 36px;
  float: none;
}
.top-right .top-search form,
#masthead .top-search form {
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.top-left .top-search form {
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.top-right .top-search.active form,
#masthead .top-search.active form {
  right: 36px;
}
.top-left .top-search.active form {
  left: 36px;
}
#masthead .top-search form {
  top: 100%;
  margin-right: -36px;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_twitter ul,
.widget_nav_menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_twitter li,
.widget_nav_menu li {
  clear: both;
}
.widget_recent_entries p,
.widget_recent_comments p,
.widget_archive p,
.widget_categories p,
.widget_meta p,
.widget_pages p,
.widget_twitter p,
.widget_nav_menu p {
  text-indent: 0;
  margin-bottom: 0;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_pages a,
.widget_twitter a,
.widget_nav_menu a {
  display: inline-block;
}
.widget_recent_entries .post-icon,
.widget_recent_comments .post-icon,
.widget_archive .post-icon,
.widget_categories .post-icon,
.widget_meta .post-icon,
.widget_pages .post-icon,
.widget_twitter .post-icon,
.widget_nav_menu .post-icon {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 8px;
  margin-top: 4px;
}
.widget_recent_entries .post-icon i,
.widget_recent_comments .post-icon i,
.widget_archive .post-icon i,
.widget_categories .post-icon i,
.widget_meta .post-icon i,
.widget_pages .post-icon i,
.widget_twitter .post-icon i,
.widget_nav_menu .post-icon i {
  font-size: 14px;
  line-height: 40px;
}
.widget_recent_entries small,
.widget_recent_comments small,
.widget_archive small,
.widget_categories small,
.widget_meta small,
.widget_pages small,
.widget_twitter small,
.widget_nav_menu small {
  display: block;
}
.widget_recent_entries .sub-menu,
.widget_recent_comments .sub-menu,
.widget_archive .sub-menu,
.widget_categories .sub-menu,
.widget_meta .sub-menu,
.widget_pages .sub-menu,
.widget_twitter .sub-menu,
.widget_nav_menu .sub-menu {
  margin: 6px 0;
  padding-left: 12px;
  border-left: 3px solid;
}
.widget_recent_entries .sub-menu li,
.widget_recent_comments .sub-menu li,
.widget_archive .sub-menu li,
.widget_categories .sub-menu li,
.widget_meta .sub-menu li,
.widget_pages .sub-menu li,
.widget_twitter .sub-menu li,
.widget_nav_menu .sub-menu li {
  padding-left: 0;
}
.top-bar .sub-menu {
  padding-left: 0;
  border: 0;
}
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin-left: 0;
  padding-left: 0;
}
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_nav_menu li {
  padding-left: 12px;
}
.top-bar .widget_recent_comments ul,
.top-bar .widget_recent_comments li,
.top-bar .widget_archive ul,
.top-bar .widget_archive li,
.top-bar .widget_categories ul,
.top-bar .widget_categories li,
.top-bar .widget_meta ul,
.top-bar .widget_meta li,
.top-bar .widget_pages ul,
.top-bar .widget_pages li,
.top-bar .widget_nav_menu ul,
.top-bar .widget_nav_menu li {
  display: inline-block;
}
.widget_tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.widget_tag_cloud ul:after {
  content: "";
  display: table;
  clear: both;
}
.widget_tag_cloud ul li,
.widget_tag_cloud ul a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.widget_tag_cloud ul li {
  margin-bottom: 6px;
}
.widget_tag_cloud ul a {
  font-size: 12px !important;
  text-transform: none !important;
  margin-right: 6px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_oxy_twitter ul {
  padding-left: 0;
  list-style-type: none;
}
.widget_oxy_twitter li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  margin-bottom: 12px;
}
.widget_oxy_twitter li:before {
  display: block;
  height: 24px;
  line-height: 24px;
  width: 24px;
  content: "\f099";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
.widget_oxy_twitter li li:last-child {
  margin-bottom: 0;
}
.widget_swatch_social ul.social-icons li a {
  margin-top: 0;
}
.widget_calendar .table {
  margin-bottom: 0;
}
.widget_calendar .table tbody td {
  position: relative;
}
.widget_calendar .table tbody a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 41px;
  text-align: center;
}
.widget_calendar tfoot tr td:last-child {
  text-align: right;
}
.widget_smartbox_wpml_language_selector li.active a {
  font-weight: 700;
}
@media (max-width: 991px) {
  #masthead .sidebar-widget {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 80px;
  }
  .sidebar li {
    padding-left: 0;
  }
  .sidebar .widget_search input {
    width: 100%;
  }
  .sidebar .widget_oxy_twitter li {
    padding-left: 24px;
  }
  .top-bar .top-search {
    position: inherit;
  }
  .top-bar .top-search form,
  .top-bar .top-search .input-group {
    width: 100%;
    right: 0 !important;
    left: 0 !important;
  }
}
.hover-animate {
  position: relative;
  display: block;
}
.hover-animate img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.hover-animate:hover img {
  opacity: 0.4;
}
.hover-animate i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  z-index: 0;
}
.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
.no-margin {
  margin: 0 !important;
}
.margin-bottom {
  margin-bottom: 24px !important;
}
.margin-top {
  margin-top: 24px !important;
}
.margin-left {
  margin-left: 24px !important;
}
.margin-right {
  margin-right: 24px !important;
}
.no-padding {
  padding: 0 !important;
}
.padding-bottom {
  padding-bottom: 24px !important;
}
.padding-top {
  padding-top: 24px !important;
}
.padding-left {
  padding-left: 24px !important;
}
.padding-right {
  margin-right: 24px !important;
}
.padded {
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.padded-big {
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.padded-huge {
  margin-bottom: 96px;
  padding-bottom: 48px;
}
.bordered {
  position: relative;
}
.bordered:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 140px;
  height: 2px;
  margin-left: -70px;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ie8 .box-mini .img-circle {
  min-width: 48px;
}
.ie8 .blockquote-well .box-round .img-circle {
  min-width: 100px;
}
.ie8 .media-comment .box-round {
  width: 48px;
}
.ie8 .opaque {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
button.close {
  background: transparent !important;
  color: #000 !important;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: transparent;
}
.has-warning select,
.has-warning textarea,
.has-warning input[type="text"],
.has-warning input[type="password"],
.has-warning input[type="datetime"],
.has-warning input[type="datetime-local"],
.has-warning input[type="date"],
.has-warning input[type="month"],
.has-warning input[type="time"],
.has-warning input[type="week"],
.has-warning input[type="number"],
.has-warning input[type="email"],
.has-warning input[type="url"],
.has-warning input[type="search"],
.has-warning input[type="tel"],
.has-warning input[type="color"],
.has-warning .uneditable-input {
  border-color: #fff;
  -webkit-box-shadow: 0px 5px 0px rgba(247, 178, 68, 0.6),
    0px 5px 5px rgba(247, 178, 68, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(247, 178, 68, 0.6),
    0px 5px 5px rgba(247, 178, 68, 0.1);
  box-shadow: 0px 5px 0px rgba(247, 178, 68, 0.6),
    0px 5px 5px rgba(247, 178, 68, 0.1);
}
.has-error select,
.has-error textarea,
.has-error input[type="text"],
.has-error input[type="password"],
.has-error input[type="datetime"],
.has-error input[type="datetime-local"],
.has-error input[type="date"],
.has-error input[type="month"],
.has-error input[type="time"],
.has-error input[type="week"],
.has-error input[type="number"],
.has-error input[type="email"],
.has-error input[type="url"],
.has-error input[type="search"],
.has-error input[type="tel"],
.has-error input[type="color"],
.has-error .uneditable-input {
  border-color: #fff;
  -webkit-box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9),
    0px 5px 5px rgba(221, 95, 82, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9),
    0px 5px 5px rgba(221, 95, 82, 0.1);
  box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9),
    0px 5px 5px rgba(221, 95, 82, 0.1);
}
.has-success select,
.has-success textarea,
.has-success input[type="text"],
.has-success input[type="password"],
.has-success input[type="datetime"],
.has-success input[type="datetime-local"],
.has-success input[type="date"],
.has-success input[type="month"],
.has-success input[type="time"],
.has-success input[type="week"],
.has-success input[type="number"],
.has-success input[type="email"],
.has-success input[type="url"],
.has-success input[type="search"],
.has-success input[type="tel"],
.has-success input[type="color"],
.has-success .uneditable-input {
  border-color: #fff;
  -webkit-box-shadow: 0px 5px 0px rgba(134, 223, 97, 0.9),
    0px 5px 5px rgba(134, 223, 97, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(134, 223, 97, 0.9),
    0px 5px 5px rgba(134, 223, 97, 0.1);
  box-shadow: 0px 5px 0px rgba(134, 223, 97, 0.9),
    0px 5px 5px rgba(134, 223, 97, 0.1);
}
.has-info select,
.has-info textarea,
.has-info input[type="text"],
.has-info input[type="password"],
.has-info input[type="datetime"],
.has-info input[type="datetime-local"],
.has-info input[type="date"],
.has-info input[type="month"],
.has-info input[type="time"],
.has-info input[type="week"],
.has-info input[type="number"],
.has-info input[type="email"],
.has-info input[type="url"],
.has-info input[type="search"],
.has-info input[type="tel"],
.has-info input[type="color"],
.has-info .uneditable-input {
  border-color: #fff;
  -webkit-box-shadow: 0px 5px 0px rgba(124, 191, 236, 0.9),
    0px 5px 5px rgba(124, 191, 236, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(124, 191, 236, 0.9),
    0px 5px 5px rgba(124, 191, 236, 0.1);
  box-shadow: 0px 5px 0px rgba(124, 191, 236, 0.9),
    0px 5px 5px rgba(124, 191, 236, 0.1);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  font-style: italic;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  font-style: italic;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  font-style: italic;
}
.progress {
  background: rgba(0, 0, 0, 0.07);
}
.progress .progress-bar + .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-striped .progress-bar {
  background-color: #3498db;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger .progress-bar,
.progress .progress-bar-danger {
  background-color: #e74c3c;
  background-color: #e74c3c;
  background-image: -moz-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#e74c3c),
    to(#e74c3c)
  );
  background-image: -webkit-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: -o-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: linear-gradient(to bottom, #e74c3c, #e74c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE74C3C', endColorstr='#FFE74C3C', GradientType=0);
}
.progress-bar-danger.progress-striped .progress-bar,
.progress-striped .progress-bar-danger {
  background-color: #e74c3c;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-success .progress-bar,
.progress .progress-bar-success {
  background-color: #2ecc71;
  background-color: #2ecc71;
  background-image: -moz-linear-gradient(top, #2ecc71, #2ecc71);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#2ecc71),
    to(#2ecc71)
  );
  background-image: -webkit-linear-gradient(top, #2ecc71, #2ecc71);
  background-image: -o-linear-gradient(top, #2ecc71, #2ecc71);
  background-image: linear-gradient(to bottom, #2ecc71, #2ecc71);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2ECC71', endColorstr='#FF2ECC71', GradientType=0);
}
.progress-bar-success.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-color: #2ecc71;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info .progress-bar,
.progress .progress-bar-info {
  background-color: #3498db;
  background-color: #3498db;
  background-image: -moz-linear-gradient(top, #3498db, #3498db);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#3498db),
    to(#3498db)
  );
  background-image: -webkit-linear-gradient(top, #3498db, #3498db);
  background-image: -o-linear-gradient(top, #3498db, #3498db);
  background-image: linear-gradient(to bottom, #3498db, #3498db);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3498DB', endColorstr='#FF3498DB', GradientType=0);
}
.progress-bar-info.progress-striped .progress-bar,
.progress-striped .progress-bar-info {
  background-color: #3498db;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning .progress-bar,
.progress .progress-bar-warning {
  background-color: #f39c12;
  background-color: #f39c12;
  background-image: -moz-linear-gradient(top, #f39c12, #f39c12);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f39c12),
    to(#f39c12)
  );
  background-image: -webkit-linear-gradient(top, #f39c12, #f39c12);
  background-image: -o-linear-gradient(top, #f39c12, #f39c12);
  background-image: linear-gradient(to bottom, #f39c12, #f39c12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF39C12', endColorstr='#FFF39C12', GradientType=0);
}
.progress-bar-warning.progress-striped .progress-bar,
.progress-striped .progress-bar-warning {
  background-color: #f39c12;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.accordion-toggle:after {
  background: rgba(0, 0, 0, 0.07);
}
.list-fancy-icons {
  background: none !important;
}
.audioplayer {
  color: #fff;
}
.pricing-body {
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.075);
}
.alignnone {
  margin: 0px 24px 24px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0px auto;
}
.alignright {
  float: right;
  margin: 0px 0 24px 24px;
}
.alignleft {
  float: left;
  margin: 0px 24px 24px 0;
}
.aligncenter {
  display: block;
  margin: 0px auto;
}
a img.alignright {
  float: right;
  margin: 0px 0 24px 24px;
}
a img.alignnone {
  margin: 0px 24px 0px 0;
}
a img.alignleft {
  float: left;
  margin: 0px 24px 0px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption,
.gallery-caption {
  text-align: center;
  overflow: hidden;
}
.wp-caption.alignnone {
  margin: 0px 0px 24px 0;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 0px 24px 24px 0;
}
.wp-caption.alignright {
  margin: 0px 0 24px 24px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 4px 0 0 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 12px;
}
.sticky {
  display: block;
}
.bypostauthor {
  display: block;
}
div.wpcf7 img.ajax-loader {
  background: #fff;
  border-radius: 50%;
}
.post .pagination {
  margin: 0px;
} /*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-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;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-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);
  }
}
@-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);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-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);
  }
}
@-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);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-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);
  }
}
@-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);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-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%);
  }
}
@-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%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-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);
  }
}
@-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);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -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) translateZ(0) rotateY(360deg)
      scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -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) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -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) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-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;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-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;
  }
}
@-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;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-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;
  }
}
@-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;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-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;
  }
}
@-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;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-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;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-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);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-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;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-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);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-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);
  }
}
@-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);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-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);
  }
}
@-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 slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-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);
  }
}
@-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);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-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;
  }
}
@-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;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-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;
  }
}
@-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;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-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);
  }
}
@-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);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-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);
  }
}
@-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);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-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;
  }
}
@-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;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-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;
  }
}
@-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;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
body {
  -webkit-backface-visibility: visible;
}
.button {
  display: inline-block;
  padding: 4px 12px !important;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
  text-shadow: none !important;
  font-weight: normal !important;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  height: 24px;
  line-height: 24px !important;
  border-radius: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.button.btn-lg {
  padding: 11px 19px;
}
.fullwidth {
  width: 100% !important;
  box-sizing: border-box;
}
mark {
  background: none;
  font-weight: bold;
}
.add_to_cart_button {
  position: relative;
  padding-right: 32px !important;
  font-weight: normal;
}
.add_to_cart_button:after {
  content: "\f07a";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  z-index: 1;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
}
.add_to_cart_button.loading:after {
  content: "\f021";
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.add_to_cart_button.added:after {
  content: "\f00c";
}
.added_to_cart {
  display: none;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  font-weight: normal;
  width: 5.4em;
  font-family: "FontAwesome";
  margin: 0 auto;
  display: inline-block;
  left: 4px;
  text-align: left;
}
.star-rating:before {
  content: "\f006 \f006 \f006 \f006 \f006";
  top: 0;
  left: 0px;
  position: absolute;
  width: 100%;
}
.star-rating span {
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  width: 100%;
}
.star-rating span:before {
  display: block;
  content: "\f005 \f005 \f005 \f005 \f005";
  top: 0;
  position: absolute;
  left: 0px;
  width: 100%;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
form .fullwidth-form-field input,
form .fullwidth-form-field textarea {
  width: 100%;
}
.woocommerce .table {
  background: #fff;
}
.mini-cart-overview a {
  padding: 0 6px;
  display: block;
  -webkit-transition: all false false, 0.2s false false;
  -moz-transition: all false false false, 0.2s false false false;
  -o-transition: all false false false, 0.2s false false false;
  transition: all 0.2s;
  position: relative;
}
.mini-cart-underlay {
  -webkit-transition: background false false, 0.2s false false;
  -moz-transition: background false false false, 0.2s false false false;
  -o-transition: background false false false, 0.2s false false false;
  transition: background 0.2s;
  content: "";
  position: fixed;
  width: 0%;
  height: 0%;
  top: 0;
  right: 0%;
  z-index: 1100;
  cursor: pointer;
}
.mini-cart-underlay.cart-open {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.mini-cart-container {
  position: fixed;
  width: 300px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1101;
  -webkit-transition: all false false, 0.2s false false;
  -moz-transition: all false false false, 0.2s false false false;
  -o-transition: all false false false, 0.2s false false false;
  transition: all 0.2s;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}
.mini-cart-container.active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.widget_shopping_cart .sidebar-header {
  display: none;
}
.mini-cart-container .cart_list {
  padding: 0px 20px 136px;
  position: absolute;
  list-style-type: none;
  top: 48px;
  bottom: 60px;
  left: 0;
  overflow: scroll;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 320px;
}
.mini-cart-container .cart_list li {
  border-bottom: 1px solid;
}
.mini-cart-container .cart_list p,
.mini-cart-container .cart_list .amount,
.mini-cart-container .cart_list dl {
  font-size: 13px;
  margin: 0;
}
.mini-cart-container .cart_list .media {
  position: relative;
}
.mini-cart-container .cart_list .media-body {
  text-align: left !important;
  margin-right: 40px;
}
.mini-cart-container .cart_list .remove {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
.mini-cart-container .cart_list dt,
.mini-cart-container .cart_list dd {
  display: inline-block;
  width: 35%;
}
.mini-cart-container .cart-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cart-actions {
  position: relative;
  z-index: 100;
}
.cart-actions .total {
  margin: 6px;
  padding: 7px 8px;
  line-height: 24px;
  margin-bottom: 0;
}
.cart-actions .total .amount {
  float: right;
  font-weight: bolder;
  margin-right: 10px;
}
.cart-actions .btn {
  font-size: 14px;
  text-align: left;
  margin: 6px;
}
.cart-actions i {
  position: absolute;
  right: 10px;
  padding: 0 10px;
}
.woocommerce-breadcrumb {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 24px;
}
.woocommerce-breadcrumb span {
  display: block;
  float: left;
  position: relative;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span:last-child {
  display: block;
  -webkit-transition: all false false, 0.2s false false;
  -moz-transition: all false false false, 0.2s false false false;
  -o-transition: all false false false, 0.2s false false false;
  transition: all 0.2s;
  padding: 0 20px;
}
.single-product .woocommerce-breadcrumb span:last-child {
  display: none;
}
.woocommerce-breadcrumb span:after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 10px solid;
  right: -10px;
  z-index: 1;
}
@media (max-width: 768px) {
  .woocommerce-breadcrumb {
    text-align: center;
  }
  .woocommerce-breadcrumb span {
    display: none;
  }
  .woocommerce-breadcrumb span:first-child {
    display: inline-block;
  }
  .woocommerce-breadcrumb span:nth-last-of-type(2) {
    display: inline-block;
  }
}
.woocommerce-result-count {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 24px;
}
.woocommerce-ordering {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  margin-left: 24px;
  margin-bottom: 24px;
}
.woocommerce-ordering select {
  margin-bottom: 0;
  height: 24px;
  line-height: 24px;
  padding: 4px 12px;
  font-size: 14px;
  font-family: inherit;
  border: 0;
  text-shadow: none !important;
  border-radius: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.woocommerce-ordering select:focus {
  outline: none;
}
.woocommerce-ordering .select-wrap:after {
  line-height: 32px;
}
@media (max-width: 979px) {
  .woocommerce-ordering,
  .woocommerce-ordering select {
    display: block;
    margin-left: 0;
    text-align: left;
  }
  .woocommerce-result-count {
    display: none;
  }
}
div.pp_woocommerce .pp_content_container {
  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.25) !important;
  padding: 40px 0 10px 0 !important;
  border-radius: 0 !important;
}
.pp_content_container #respond {
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
  background: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.pp_content_container #respond h3 {
  border-bottom: 2px solid #777 !important;
  padding-bottom: 12px;
}
.pp_description {
  display: none !important;
}
.pp_content_container .comment-form-author,
.pp_content_container .comment-form-email,
.pp_content_container .comment-form-rating,
.pp_content_container .comment-form-author input,
.pp_content_container .comment-form-email input {
  width: 100%;
  clear: both;
  float: left;
}
.pp_content_container .comment-form-author,
.pp_content_container .comment-form-email {
  position: relative;
}
.pp_content_container input,
.pp_content_container textarea {
  width: 95% !important;
  border: none !important;
  background: #ededed;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.pp_content_container input[type="submit"],
.pp_content_container textarea[type="submit"] {
  width: 50% !important;
  background: #777;
  color: #fff;
  box-shadow: none;
}
.pp_woocommerce .select-wrap:after {
  display: none;
}
.pp_woocommerce p.stars:after {
  content: "";
  display: block;
  clear: both;
}
.pp_woocommerce p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(../images/star.png) repeat-x left 0;
}
.pp_woocommerce p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
.pp_woocommerce p.stars span a:hover,
.pp_woocommerce p.stars span a:focus {
  background: url(../images/star.png) repeat-x left -16px;
}
.pp_woocommerce p.stars span a.active {
  background: url(../images/star.png) repeat-x left -32px;
}
.pp_woocommerce p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
.pp_woocommerce p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
.pp_woocommerce p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
.pp_woocommerce p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
.pp_woocommerce p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
.products {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.product {
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
  -webkit-transition: all false false, 0.2s false false;
  -moz-transition: all false false false, 0.2s false false false;
  -o-transition: all false false false, 0.2s false false false;
  transition: all 0.2s;
}
.products .product {
  margin-bottom: 48px;
}
.product > a:first-child {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-image {
  position: relative;
  overflow: hidden;
}
.product-image img {
  margin-bottom: 0px !important;
  -webkit-transition: all false false, 0.4s false false;
  -moz-transition: all false false false, 0.4s false false false;
  -o-transition: all false false false, 0.4s false false false;
  transition: all 0.4s;
}
.product-image .product-image-back {
  position: absolute;
  top: 0px;
  width: 100%;
}
.product-image .product-image-back img {
  opacity: 0;
}
.product-image .product-image-back img:hover {
  opacity: 1;
}
.product-info {
  min-height: 72px;
  margin-bottom: 6px;
}
.product .product-title {
  margin-top: 6px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  font-size: 18px;
  position: relative;
}
.product .product-title:after {
  content: "";
  position: absolute;
  width: 60px;
  bottom: 0;
  height: 1px;
  left: 50%;
  margin-left: -30px;
}
.onsale {
  display: block;
  position: absolute;
  width: 100px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  top: 15px;
  right: -25px;
  -webkit-transition: all false false, 0.2s false false;
  -moz-transition: all false false false, 0.2s false false false;
  -o-transition: all false false false, 0.2s false false false;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.price {
  display: block;
  font-size: 24px;
  margin-bottom: 6px;
}
.price .from {
  font-size: 0.6em;
}
.price del {
  font-size: 0.6em;
}
.price ins {
  text-decoration: none;
}
.woocommerce-pagination {
  display: block;
}
.page-numbers {
  list-style-type: none;
  text-align: center;
  padding: 0;
  letter-spacing: -5px;
}
.page-numbers li {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.page-numbers a,
.page-numbers span {
  letter-spacing: 0px;
  display: block;
}
.product-summary {
  margin-bottom: 48px;
}
.product-images {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.product-images .flex-control-thumbs li {
  margin-top: 14px;
  max-width: 100px;
}
.product-images .flex-control-thumbs li:first-child {
  margin-left: 0;
}
.product-images .flex-direction-nav a {
  top: 42%;
}
.product-images .flexslider .slides > li {
  position: relative;
}
.product-images li figcaption {
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all false false, 0.2s false false;
  -moz-transition: all false false false, 0.2s false false false;
  -o-transition: all false false false, 0.2s false false false;
  transition: all 0.2s;
}
.product-images li:hover figcaption {
  opacity: 1;
}
.product-images .flex-control-thumbs img {
  display: block;
}
.product-nav {
  display: inline-block;
}
.product-nav a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-nav i {
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.product-nav a:first-child {
  margin-right: -3px;
}
.product-title-big {
  position: relative;
  padding-bottom: 12px;
}
.product-title-big:after {
  display: block;
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  top: 100%;
  left: 0;
}
.product-offers {
  margin-bottom: 24px;
}
.price-big {
  font-size: 36px;
  line-height: 1;
}
table .price {
  margin-bottom: 0;
}
.product-description {
  margin-bottom: 24px;
}
.product-description p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 27px;
}
div.variations,
.variation-wrap {
  margin-bottom: 24px;
}
div.variations label,
.variation-wrap label {
  font-weight: bold;
}
div.variations .price,
.variation-wrap .price {
  margin-bottom: 12px;
}
div.variations .select-wrap:after,
.variation-wrap .select-wrap:after {
  line-height: 32px;
}
div.variations .select-wrap select,
.variation-wrap .select-wrap select {
  padding-top: 4px;
  padding-bottom: 4px;
}
.quantity {
  display: inline-block;
}
.quantity input {
  display: inline-block;
  padding: 4px 12px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  text-shadow: none;
  font-weight: normal !important;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  line-height: 24px !important;
  border-radius: 0;
  box-sizing: content-box;
  border: 0;
  max-width: 36px;
  height: 32px;
  -webkit-appearance: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.table-related {
  margin-bottom: 24px;
}
.table-related tbody tr td {
  vertical-align: middle;
}
.table-related label,
.table-related p {
  margin: 0;
}
.table-related input:focus {
  box-shadow: none !important;
}
.table-related input::-webkit-outer-spin-button,
.table-related input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#reviews .verified {
  font-weight: normal;
}
#reviews .comments .comments-form {
  max-width: 100%;
}
#reviews .comments .comments-form .controls {
  margin-top: 30px;
}
#reviews .comments {
  padding-bottom: 0;
}
#reviews .star-rating {
  margin-bottom: -6px;
}
.single-product-extras {
  margin-bottom: 48px;
}
.product_meta {
  margin-top: 24px;
  margin-bottom: 24px;
}
.single-product .post-share small {
  display: none;
}
.single-product .post-share .social-share {
  text-align: left;
}
.shop_table td {
  text-align: center !important;
}
.shop_table td.product-name,
.shop_table td.product-remove,
.shop_table td.product-price,
.shop_table td.product-quantity,
.shop_table td.product-subtotal {
  padding-top: 40px;
}
.shop_table th {
  text-align: center;
}
.coupon {
  margin: 24px 0;
}
.coupon input[type="text"] {
  width: 100%;
}
.country-select {
  width: 100%;
}
.woocommerce #customer_details p {
  margin: 0 0 10px 0;
}
.woocommerce #customer_details p#billing_first_name_field,
.woocommerce #customer_details p#billing_email_field,
.woocommerce #customer_details p#shipping_first_name_field {
  width: 50%;
  display: block;
  padding: 0;
  margin: 0 0 12px;
  float: left;
}
.woocommerce #customer_details p#billing_last_name_field,
.woocommerce #customer_details p#billing_phone_field,
.woocommerce #customer_details p#shipping_last_name_field {
  width: 49%;
  display: block;
  padding: 0;
  margin: 0 0 12px;
  float: right;
}
.woocommerce #customer_details p input {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 32px;
  box-sizing: border-box;
}
.woocommerce #customer_details p textarea {
  width: 100% !important;
}
.woocommerce #customer_details p input.input-checkbox {
  width: 15px;
}
.woocommerce #customer_details p label.checkbox {
  display: inline-block;
}
.woocommerce-invalid input,
.woocommerce-invalid input,
input.woocommerce-invalid,
.woocommerce-invalid textarea,
textarea.woocommerce-invalid {
  border: 0;
  box-shadow: 0px -4px 0px #e74c3c inset;
}
.woocommerce .payment_methods {
  margin: 0 0 12px 0px;
  padding-left: 0;
}
.woocommerce .payment_methods li {
  list-style: none;
  padding-top: 5px;
}
.woocommerce .payment_methods input {
  margin: 0;
}
.woocommerce .payment_methods input[type="text"] {
  width: 100%;
}
.woocommerce .payment_methods label {
  display: inline-block;
  margin-left: 5px;
}
.woocommerce .shop_table.order_details.table {
  font-size: 16px;
}
.woocommerce .shop_table.order_details td {
  padding: 20px;
}
.woocommerce .shop_table.order_details tfoot th {
  padding: 20px;
}
.woocommerce .addresses address {
  font-style: italic;
}
.order_details {
  list-style-type: none;
  padding-left: 0;
}
.order_details li {
  margin-bottom: 12px;
  padding: 12px;
  border-bottom: 1px solid;
}
.woocommerce-checkout .select-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.woocommerce-checkout .select-wrap:after {
  display: none;
}
.product-category {
  position: relative;
  background: transparent;
}
.product-category h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 50%;
  padding: 6px 36px 6px 10px;
  -webkit-transition: background-color 0.2s false, width 0.2s false;
  -moz-transition: background-color 0.2s false false, width 0.2s false false;
  -o-transition: background-color 0.2s false false, width 0.2s false false;
  transition: background-color 0.2s, width 0.2s;
}
.product-category:hover h3 {
  width: 100%;
}
.product-category mark {
  background-color: transparent;
  font-size: 0.8em;
  line-height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
}
.term-description {
  margin-bottom: 48px;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
}
.term-description:after {
  display: block;
  position: absolute;
  content: "";
  width: 200px;
  height: 2px;
  top: 100%;
  left: 50%;
  margin-left: -100px;
}
.widget_product_tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.widget_product_tag_cloud ul:after {
  content: "";
  display: table;
  clear: both;
}
.widget_product_tag_cloud ul li,
.widget_product_tag_cloud ul a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.widget_product_tag_cloud ul li {
  margin-bottom: 12px;
}
.widget_product_tag_cloud ul a {
  font-size: 11px !important;
  text-transform: none !important;
  margin-right: 10px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all false false, 0.2s false false;
  -moz-transition: all false false false, 0.2s false false false;
  -o-transition: all false false false, 0.2s false false false;
  transition: all 0.2s;
}
.product_list_widget {
  list-style-type: none;
  padding-left: 0;
}
.product_list_widget li {
  *zoom: 1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product_list_widget li:after {
  content: "";
  display: table;
  clear: both;
}
.product_list_widget a {
  display: block;
}
.product_list_widget img {
  float: left;
  margin-right: 12px;
  max-width: 70px;
}
.product_list_widget .star-rating {
  display: block;
  float: none;
  margin: 0;
}
.product_list_widget .amount {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
.product_list_widget del .amount {
  font-size: 14px;
  text-decoration: line-through;
}
.widget_product_categories ul,
.widget_product_categories .children,
.widget_layered_nav ul,
.widget_layered_nav .children {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}
.widget_product_categories li,
.widget_layered_nav li {
  margin-bottom: 12px;
  clear: both;
  padding-left: 12px;
  position: relative;
}
.widget_product_categories li:before,
.widget_layered_nav li:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 4px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.widget_product_categories li li,
.widget_layered_nav li li {
  border-left: 0;
  margin-bottom: 0;
}
.widget_product_categories li li:before,
.widget_layered_nav li li:before {
  display: none;
}
.widget_product_categories p,
.widget_layered_nav p {
  text-indent: 0;
  margin-bottom: 0;
}
.widget_product_categories small,
.widget_layered_nav small {
  display: inline-block;
  font-size: 14px;
}
.widget_product_categories small:before,
.widget_layered_nav small:before {
  content: "- ";
}
.widget_product_search form {
  position: relative;
  margin-bottom: 0;
}
.widget_product_search form:after {
  display: block;
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  top: 0;
  height: 34px;
  line-height: 34px;
  right: 0px;
  width: 32px;
  text-align: center;
}
.widget_product_search label {
  display: none;
}
.widget_product_search input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  min-height: 34px;
  margin-bottom: 0;
}
.widget_product_search input[type="submit"] {
  position: absolute;
  text-indent: -9000em;
  display: block;
  top: 1px;
  right: 0;
  border: 1px solid transparent;
  height: 32px;
  width: 32px;
  box-shadow: none;
  outline: none;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
  background: #eee;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  outline: none;
  top: -5px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 8px;
  margin-bottom: 24px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_price_filter .button {
  float: left;
}
.widget_price_filter .price_label {
  display: block;
  line-height: 32px;
  text-align: right;
}
