@charset "UTF-8";
/*
*	############################################################################
*	
*	Bravana - Responsive Website Template
*	---------------------------------------------------------------------
*
*	Version		1.3
*	Author		The Develovers
*	Copyright	Copyright 2017 The Develovers
*
*	############################################################################
*/
/* ---------------
 * Global Styles 
 * --------------- */
body {
  font-family: Microsoft YaHei, Lato, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #282c34;
  background-color: #fff; }

section {
  padding: 40px 0;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    section div.row > div {
      margin-bottom: 50px; }
      section div.row > div:last-child {
        margin-bottom: 0; }
    section div.row.sm-mb-20 > div {
      margin-bottom: 20px; }
    section form > div.row > div {
      margin-bottom: 0; } }

.back-to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999; }
  .back-to-top a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 17px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); }
    .back-to-top a:hover, .back-to-top a:focus {
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff; }

/* ------------- 
 * Typography
 * -------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: Microsoft YaHei, Raleway, sans-serif;
  color: #282c34;
  font-weight: 700; }
h2 {line-height: 40px;}
h4 {line-height: 30px;}
a {
  color: #69B417;
  text-decoration: none; }
  a:hover, a:focus {
    color: #5c9d14;
    text-decoration: none; }

.section-dark {
  background-color: #393939;
  color: #868686; }

.section-heading {
  margin-bottom: 30px;
  color: #636363; }
  .section-heading.heading-small .heading {
    font-size: 24px;
    font-weight: 700; }
  .section-heading .section-lead {
    font-size: 16px;
    color: #bfbfbf; }
  .section-heading .icon {
    position: relative;
    top: 2px; }

.section-heading-center {
  padding-top: 40px;
  margin-bottom: 60px;
  text-align: center; }
  .section-heading-center .heading {
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 400; }
  .section-heading-center .section-lead {
    font-size: 20px;
    font-weight: 300; }
  .section-heading-center.heading-small .heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0; }
  .section-heading-center.heading-small .section-lead {
    font-size: 16px; }
  .section-heading-center.heading-small:after {
    display: block;
    width: 50px;
    margin: 20px auto 0 auto;
    content: '';
    border-top: 3px solid #ddd; }
  @media screen and (max-width: 768px) {
    .section-heading-center {
      padding-top: 0; } }

.section-heading-shop {
  margin-bottom: 50px; }
  .section-heading-shop .heading-border {
    font-weight: 400; }

.heading-border {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-bottom: 6px double #8c8c8c;
  padding-bottom: 5px; }

.heading-thin {
  font-weight: 300; }

.section-heading-linethrough {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px; }
  .section-heading-linethrough .heading {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0;
    padding-right: 15px;
    font-size: 30px;
    background: #fff; }
  .section-heading-linethrough:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    content: '';
    border-top: 1px solid #ddd;
    z-index: -1; }
  .section-heading-linethrough.section-heading-center {
    padding-top: 0; }
    .section-heading-linethrough.section-heading-center .heading {
      padding: 0 15px; }

.heading-border-left {
  padding-left: 15px;
  border-left: 3px solid #636363;
  font-size: 24px; }

.heading-border-bottom {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-bottom: 10px;
  border-bottom: 3px solid #636363;
  font-size: 24px; }

.heading-border-bottom-short {
  font-size: 24px; }
  .heading-border-bottom-short:after {
    display: block;
    width: 80px;
    margin-top: 10px;
    content: '';
    border-top: 3px solid #636363; }

.border-primary, .heading-border-bottom-short.border-primary:after {
  border-color: #69B417; }

.heading-border-icon {
  font-weight: 500; }
  .heading-border-icon:before {
    margin-right: 15px;
    font-family: "FontAwesome";
    content: "\f142";
    font-size: 36px;
    vertical-align: middle;
    line-height: 1;
    color: #69B417; }

.text-primary {
  color: #69B417; }

a.text-primary:hover,
a.text-primary:focus {
  color: #4f8711; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  background-color: #69B417; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4f8711; }

.bg-success {
  background-color: #5cb85c; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #449d44; }

.bg-info {
  background-color: #5bc0de; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #31b0d5; }

.bg-warning {
  background-color: #f0ad4e; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ec971f; }

.bg-danger {
  background-color: #d9534f; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #c9302c; }

ul.link-list li {
  margin-bottom: 8px; }

ul.list-image-icons > li {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 5px; }

.contact-info {
  position: relative;
  padding-left: 24px; }
  .contact-info i {
    position: absolute;
    left: 0;
    margin-top: 0; }

.content-lead {
  padding: 50px 0; }
  .content-lead p {
    width: 75%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 300;
    text-align: center; }
    .content-lead p:after {
      content: '';
      display: block;
      border-top: 1px solid #69B417;
      width: 120px;
      margin: 0 auto;
      margin-top: 35px; }

.label-primary {
  background-color: #69B417; }

.label-red {
  background-color: #e43636; }

.text-muted-2x {
  color: #aaaaaa; }

.text-superbig {
  font-size: 156px; }

.bold-separator {
  border-top: 3px solid #69B417; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/ }

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker table {
  width: 100%;
  margin: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker td.day.disabled {
  color: #eeeeee; }

.datepicker td.old,
.datepicker td.new {
  color: #999999; }

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9; }

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td span:hover {
  background: #eeeeee; }

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9; }

.datepicker td span.old {
  color: #999999; }

.datepicker th.switch {
  width: 145px; }

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px; }

.datepicker thead tr:first-child th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover {
  background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.dropup {
  margin-top: -5px; }

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px; }

.daterangepicker .calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0; }

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%; }

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px; }

.daterangepicker .daterangepicker_input {
  position: relative; }

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer; }

.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff; }

.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }

  .daterangepicker .ranges ul {
    width: 160px; }

  .daterangepicker.single .ranges ul {
    width: 100%; }

  .daterangepicker.single .calendar.left {
    clear: none; }

  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: left; }

  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0; }

  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .daterangepicker .calendar.right {
    margin-left: 0; }

  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .daterangepicker .left .daterangepicker_input {
    padding-right: 12px; }

  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px; }

  .daterangepicker .ranges, .daterangepicker .calendar {
    float: left; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left; }

  .daterangepicker .calendar.left {
    clear: none; } }
.md-editor {
  display: block;
  border: 1px solid #ddd; }

.md-editor .md-footer, .md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5; }

.md-editor > .md-header {
  margin: 0; }

.md-editor > .md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto; }

.md-editor > textarea {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  box-shadow: none;
  background: #eee; }

.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff; }

.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.md-editor .md-controls {
  float: right;
  padding: 3px; }

.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px; }

.md-editor .md-controls .md-control:hover {
  color: #333; }

.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important; }

.md-editor.md-fullscreen-mode .md-footer {
  display: none; }

.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important; }

.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto; }

.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important; }

.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px; }

.md-editor.md-fullscreen-mode .btn-group {
  float: none; }

.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: 0 0;
  color: #b3b3b3; }

.md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn:hover {
  box-shadow: none;
  color: #333; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none; }

.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative; }

.md-editor .md-fullscreen-controls {
  display: none; }

.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("font/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("font/summernote.eot?#iefix") format("embedded-opentype"), url("font/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("font/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype"); }
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale; }

.note-icon-align-center:before {
  content: "\f101"; }

.note-icon-align-indent:before {
  content: "\f102"; }

.note-icon-align-justify:before {
  content: "\f103"; }

.note-icon-align-left:before {
  content: "\f104"; }

.note-icon-align-outdent:before {
  content: "\f105"; }

.note-icon-align-right:before {
  content: "\f106"; }

.note-icon-align:before {
  content: "\f107"; }

.note-icon-arrows-alt:before {
  content: "\f108"; }

.note-icon-bold:before {
  content: "\f109"; }

.note-icon-caret:before {
  content: "\f10a"; }

.note-icon-chain-broken:before {
  content: "\f10b"; }

.note-icon-circle:before {
  content: "\f10c"; }

.note-icon-close:before {
  content: "\f10d"; }

.note-icon-code:before {
  content: "\f10e"; }

.note-icon-eraser:before {
  content: "\f10f"; }

.note-icon-font:before {
  content: "\f110"; }

.note-icon-frame:before {
  content: "\f111"; }

.note-icon-italic:before {
  content: "\f112"; }

.note-icon-link:before {
  content: "\f113"; }

.note-icon-magic:before {
  content: "\f114"; }

.note-icon-menu-check:before {
  content: "\f115"; }

.note-icon-minus:before {
  content: "\f116"; }

.note-icon-orderedlist:before {
  content: "\f117"; }

.note-icon-pencil:before {
  content: "\f118"; }

.note-icon-picture:before {
  content: "\f119"; }

.note-icon-question:before {
  content: "\f11a"; }

.note-icon-redo:before {
  content: "\f11b"; }

.note-icon-special-character:before {
  content: "\f11c"; }

.note-icon-square:before {
  content: "\f11d"; }

.note-icon-strikethrough:before {
  content: "\f11e"; }

.note-icon-subscript:before {
  content: "\f11f"; }

.note-icon-summernote:before {
  content: "\f120"; }

.note-icon-superscript:before {
  content: "\f121"; }

.note-icon-table:before {
  content: "\f122"; }

.note-icon-text-height:before {
  content: "\f123"; }

.note-icon-trash:before {
  content: "\f124"; }

.note-icon-underline:before {
  content: "\f125"; }

.note-icon-undo:before {
  content: "\f126"; }

.note-icon-unorderedlist:before {
  content: "\f127"; }

.note-icon-video:before {
  content: "\f128"; }

.note-editor {
  position: relative; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: .95;
  pointer-event: none; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-editing-area {
  position: relative; }

.note-editor .note-editing-area .note-editable {
  outline: 0; }

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super; }

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub; }

.note-editor.note-frame {
  border: 1px solid #a9a9a9; }

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none; }

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block; }

.note-editor.note-frame .note-editing-area {
  overflow: hidden; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%; }

.note-editor.note-frame.fullscreen .note-editable {
  background-color: white; }

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none; }

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize; }

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor.note-frame .note-placeholder {
  padding: 10px; }

.note-popover.popover {
  max-width: none; }

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover.popover .arrow {
  left: 20px !important; }

.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee; }

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible; }

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

@-moz-document url-prefix() {
  .note-image-input {
    height: auto; } }
.note-placeholder {
  position: absolute;
  display: none;
  color: gray; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-hint-popover {
  min-width: 100px;
  padding: 2px; }

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0; }

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
  border: 1px solid #ccc;
  background-color: #eee; }

.countdown-rtl {
  direction: rtl; }

.countdown-holding span {
  color: #888; }

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center; }

.countdown-show1 .countdown-section {
  width: 98%; }

.countdown-show2 .countdown-section {
  width: 48%; }

.countdown-show3 .countdown-section {
  width: 32.5%; }

.countdown-show4 .countdown-section {
  width: 24.5%; }

.countdown-show5 .countdown-section {
  width: 19.5%; }

.countdown-show6 .countdown-section {
  width: 16.25%; }

.countdown-show7 .countdown-section {
  width: 14%; }

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center; }

.countdown-amount {
  font-size: 200%; }

.countdown-period {
  display: block; }

.countdown-descr {
  display: block;
  width: 100%; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
.morphext > .animated {
  display: inline-block; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */ }

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF; }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

/*!
 * ClockPicker v0.0.7 for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */
.clockpicker .input-group-addon {
  cursor: pointer; }

.clockpicker-moving {
  cursor: move; }

.clockpicker-align-left.popover > .arrow {
  left: 25px; }

.clockpicker-align-top.popover > .arrow {
  top: 17px; }

.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px; }

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px; }

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center; }

.clockpicker-popover .popover-title span {
  cursor: pointer; }

.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px; }

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px; }

.clockpicker-minutes {
  visibility: hidden; }

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer; }

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, 0.25); }

.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0; }

.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb; }

.clockpicker-button:focus {
  outline: none !important; }

.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms; }

.clockpicker-dial-out {
  opacity: 0; }

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.clockpicker-minutes.clockpicker-dial-out {
  -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); }

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms; }

.clockpicker-canvas-out {
  opacity: 0.25; }

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd; }

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7; }

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25); }

.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/ }

.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.progress {
  position: relative; }

.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px; }

.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center; }

.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center; }

.progress.right .progress-bar {
  right: 0; }

.progress.right .progressbar-front-text {
  position: absolute;
  right: 0; }

.progress.vertical {
  width: 20px;
  height: 100%;
  float: left;
  margin-right: 20px; }

.progress.vertical.bottom {
  position: relative; }

.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0; }

.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease; }

.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
/* Copyright (c) 2012-2014 ExactTarget, Inc.
 * All rights reserved.
 * Licensed under BSD-3 license https://github.com/ExactTarget/fuelux/blob/master/LICENSE
 */
.wizard {
  *zoom: 1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
  min-height: 48px; }

.wizard:before,
.wizard:after {
  display: table;
  content: "";
  line-height: 0; }

.wizard:after {
  clear: both; }

.wizard.no-steps-container {
  overflow: hidden; }

.wizard .steps-container {
  border-radius: 4px 4px 0 0;
  overflow: hidden; }

.wizard > ul.steps,
.wizard > .steps-container > ul.steps {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 999999px; }

.wizard > ul.steps.previous-disabled li.complete,
.wizard > .steps-container > ul.steps.previous-disabled li.complete {
  cursor: default; }

.wizard > ul.steps.previous-disabled li.complete:hover,
.wizard > .steps-container > ul.steps.previous-disabled li.complete:hover {
  background: #f5f5f5;
  color: #468847;
  cursor: default; }

.wizard > ul.steps.previous-disabled li.complete:hover .chevron:before,
.wizard > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f5f5f5; }

.wizard > ul.steps li,
.wizard > .steps-container > ul.steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #eeeeee;
  color: #999999;
  font-size: 16px;
  cursor: not-allowed; }

.wizard > ul.steps li .chevron,
.wizard > .steps-container > ul.steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1; }

.wizard > ul.steps li .chevron:before,
.wizard > .steps-container > ul.steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #eeeeee;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px; }

.wizard > ul.steps li.complete,
.wizard > .steps-container > ul.steps li.complete {
  background: #f5f5f5;
  color: #468847; }

.wizard > ul.steps li.complete:hover,
.wizard > .steps-container > ul.steps li.complete:hover {
  background: #e2eaee;
  cursor: pointer; }

.wizard > ul.steps li.complete:hover .chevron:before,
.wizard > .steps-container > ul.steps li.complete:hover .chevron:before {
  border-left: 14px solid #e2eaee; }

.wizard > ul.steps li.complete .chevron:before,
.wizard > .steps-container > ul.steps li.complete .chevron:before {
  border-left: 14px solid #f5f5f5; }

.wizard > ul.steps li.active,
.wizard > .steps-container > ul.steps li.active {
  background: #eef7fb;
  color: #3a87ad;
  cursor: default; }

.wizard > ul.steps li.active .chevron:before,
.wizard > .steps-container > ul.steps li.active .chevron:before {
  border-left: 14px solid #eef7fb; }

.wizard > ul.steps li.active .badge,
.wizard > .steps-container > ul.steps li.active .badge {
  background-color: #3a87ad; }

.wizard > ul.steps li .badge,
.wizard > .steps-container > ul.steps li .badge {
  margin-right: 8px; }

.wizard > ul.steps li .badge-success,
.wizard > .steps-container > ul.steps li .badge-success {
  background-color: #468847; }

.wizard > ul.steps li:first-child,
.wizard > .steps-container > ul.steps li:first-child {
  border-radius: 4px 0 0 0;
  padding-left: 20px; }

.wizard.rtl {
  direction: rtl; }

.wizard.rtl > ul.steps,
.wizard.rtl > .steps-container > ul.steps {
  right: 0;
  left: auto;
  float: right; }

.wizard.rtl > ul.steps.previous-disabled li.complete:hover .chevron:before,
.wizard.rtl > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
  border-right-color: #f5f5f5; }

.wizard.rtl > ul.steps li,
.wizard.rtl > .steps-container > ul.steps li {
  float: right; }

.wizard.rtl > ul.steps li .chevron,
.wizard.rtl > .steps-container > ul.steps li .chevron {
  right: auto;
  left: -14px;
  border-right: 14px solid #cccccc;
  border-left: 0; }

.wizard.rtl > ul.steps li .chevron:before,
.wizard.rtl > .steps-container > ul.steps li .chevron:before {
  right: auto;
  left: 1px;
  border-right: 14px solid #eeeeee;
  border-left: 0; }

.wizard.rtl > ul.steps li.active .chevron:before,
.wizard.rtl > .steps-container > ul.steps li.active .chevron:before {
  border-right: 14px solid #eef7fb; }

.wizard.rtl > ul.steps li.complete .chevron:before,
.wizard.rtl > .steps-container > ul.steps li.complete .chevron:before {
  border-right: 14px solid #f5f5f5; }

.wizard.rtl > ul.steps li.complete:hover .chevron:before,
.wizard.rtl > .steps-container > ul.steps li.complete:hover .chevron:before {
  border-right: 14px solid #e2eaee;
  border-left: none; }

.wizard.rtl > ul.steps li .badge,
.wizard.rtl > .steps-container > ul.steps li .badge {
  margin-left: 8px; }

.wizard.rtl > .actions {
  right: auto;
  left: 0;
  float: left;
  border-left: none;
  border-right: 1px solid #d4d4d4;
  border-radius: 4px 0 0 0; }

.wizard.rtl > .actions .btn-prev span {
  margin-left: 5px;
  margin-right: 0; }

.wizard.rtl > .actions .btn-next span {
  margin-left: 0;
  margin-right: 5px; }

.wizard > .actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e6e6e6;
  border-left: 1px solid #d4d4d4;
  border-radius: 0 4px 0 0; }

.wizard > .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px; }

.wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed; }

.wizard > .actions .btn-prev span {
  margin-right: 5px; }

.wizard > .actions .btn-next[disabled] {
  cursor: not-allowed; }

.wizard > .actions .btn-next span {
  margin-left: 5px; }

.wizard .step-content {
  border-top: 1px solid #cccccc;
  padding: 10px;
  float: left;
  width: 100%; }

.wizard .step-content .step-pane {
  display: none; }

.wizard .step-content > .active {
  display: block; }

.wizard .step-content > .active .btn-group .active {
  display: inline-block; }

.wizard.complete > .actions .btn-next .glyphicon {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.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;
  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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.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;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family:Microsoft YaHei, Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  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-holder .mfp-close {
  top: -40px; }

.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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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; } }
@media all and (max-width: 900px) {
  .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; } }
/* -----------
 * Buttons
 * ----------*/
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Microsoft YaHei, Raleway, sans-serif;
  font-weight: 500; }
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none; }
  .btn .icon {
    font-size: 16px;
    top: 3px;
    position: relative;
    margin-left: 3px; }

.btn > i {
  margin-right: 5px; }

.btn-default {
  color: #888;
  border-color: #a5a5a5; }

.btn-primary {
  color: #FFF;
  background-color: #69B417;
  border-color: #69B417; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFF;
    background-color: #5c9d14;
    border-color: #47790f; }
  .btn-primary:hover {
    color: #FFF;
    background-color: #69B417;
    border-color: #69B417; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #69B417;
    border-color: #3c670d; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #FFF;
      background-color: #579413;
      border-color: #345a0b; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #69B417;
    border-color: #5c9d14; }
  .btn-primary .badge {
    color: #69B417;
    background-color: #FFF; }

.btn-link {
  color: #69B417; }
  .btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: #5c9d14; }

.btn-lg {
  font-size: 16px; }

.btn-fullrounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 12px; }
  .btn-fullrounded.btn-lg {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 14px; }
  .btn-fullrounded.btn-sm {
    padding: 7px 17px; }
  .btn-fullrounded.btn-xs {
    padding: 6px 16px;
    font-size: 11px; }

.btn-facebook-login {
  background-color: #3b5998;
  color: #fff; }
  .btn-facebook-login:hover, .btn-facebook-login:focus {
    background-color: #30487b;
    color: #fff; }

.btn-social {
  min-width: 200px;
  color: #fff; }
  .btn-social:hover, .btn-social:focus {
    color: #fff; }

.btn-default-gray {
  background-color: #4f4f4f;
  border-color: #3b3b3b;
  color: #fff; }
  .btn-default-gray:hover, .btn-default-gray:focus {
    background-color: #474747;
    color: #fff; }

.btn-outline {
  background-color: transparent;
  border: 1px solid #a5a5a5;
  color: #888; }
  .btn-outline.btn-default-gray {
    border-color: #3b3b3b; }
  .btn-outline.btn-primary {
    border-color: #69B417; }
  .btn-outline.btn-info {
    border-color: #5bc0de; }
  .btn-outline.btn-success {
    border-color: #5cb85c; }
  .btn-outline.btn-warning {
    border-color: #f0ad4e; }
  .btn-outline.btn-danger {
    border-color: #d9534f; }

/* --------------
 * Input groups
 * -------------*/
.input-group-fullrounded .form-control:first-child {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 15px;
  padding-right: 15px; }
.input-group-fullrounded > .input-group-btn > .btn {
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px; }
.input-group-fullrounded.input-group-lg .form-control:first-child {
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 25px;
  padding-right: 25px; }
.input-group-fullrounded.input-group-lg > .input-group-btn > .btn {
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.input-group select:not([multiple]) {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em; }

/* -----------
 * Dropdowns
 * ----------*/
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background-color: #FFF; }

/* ------------------
 * Inputs and forms
 * ------------------*/
.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #dedede;
  color: inherit; }
  .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c5c5c5;
    background-color: #fafafa; }

.input-lg,
.form-group-lg .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.input-group-addon {
  border-color: #dedede;
  color: #a2a2a2; }

.form-horizontal.label-left .control-label {
  text-align: left; }

div[class*="col-"] > .form-group {
  margin-left: 0;
  margin-right: 0; }

div[class*="col-"] > .input-group {
  margin-bottom: 15px; }

.well-form-wrapper {
  width: 555px;
  padding: 30px;
  background-color: #fdfdfd;
  border: 1px solid #ececec; }
  .well-form-wrapper form {
    margin-top: 40px; }
    .well-form-wrapper form .control-label {
      font-weight: 300;
      font-size: 16px;
      line-height: 1.2; }
  .well-form-wrapper .heading {
    font-size: 28px;
    margin-bottom: 12px; }
  .well-form-wrapper .lead {
    font-weight: 700;
    font-size: 18px; }
  @media screen and (max-width: 768px) {
    .well-form-wrapper {
      width: 100%; } }

.form-minimal .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dedede; }
  .form-minimal .form-control:focus {
    background-color: transparent; }

/* newsletter form */
.newsletter-form .form-control {
  font-size: 14px; }
.newsletter-form .input-group-lg > .input-group-btn > .btn {
  font-size: 14px;
  min-width: 111px; }
.newsletter-form .input-group-btn > .btn i {
  display: none; }
.newsletter-form .input-group-btn > .btn.loading i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
.newsletter-form .input-group-btn > .btn.loading span {
  display: none; }
.newsletter-form .alert {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px;
  border: none;
  font-size: 12px;
  background: transparent;
  color: #fff;
  font-weight: 600; }
  .newsletter-form .alert.active {
    opacity: 1;
    filter: alpha(opacity=100); }
  .newsletter-form .alert.alert-danger {
    color: #a94442; }
  .newsletter-form .alert.alert-success {
    color: #3c763d; }

/* switch checkbox and radio */
.switch-input {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 4px;
  padding: 10px 60px 0 0;
  cursor: pointer; }
  .switch-input input {
    position: absolute;
    left: -9999px; }
    .switch-input input:checked + i {
      border-color: #3d8b3d;
      background-color: #5cb85c; }
      .switch-input input:checked + i:before {
        right: 33px;
        background-color: #449d44; }
      .switch-input input:checked + i:after {
        content: attr(data-swon-text);
        text-align: right;
        color: #fff; }
  .switch-input i {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    min-width: 50px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
    background: #f3f3f3;
    font-style: normal; }
    .switch-input i:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: right 0.1s ease-in;
      -moz-transition: right 0.1s ease-in;
      -ms-transition: right 0.1s ease-in;
      -o-transition: right 0.1s ease-in;
      transition: right 0.1s ease-in;
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      right: 4px;
      width: 10px;
      height: 10px;
      background-color: #cccccc; }
    .switch-input i:after {
      content: attr(data-swoff-text);
      position: absolute;
      top: 2px;
      right: 8px;
      left: 8px;
      font-weight: normal;
      font-size: 10px;
      line-height: 15px;
      color: #aaaaaa; }

/* fancy checkbox and radio button */
.fancy-checkbox {
  display: block; }
  .fancy-checkbox.control-inline {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .fancy-checkbox input[type="checkbox"] {
    display: none; }
    .fancy-checkbox input[type="checkbox"] + span {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      cursor: pointer;
      position: relative;
      font-size: 13px;
      margin-right: 10px; }
      .fancy-checkbox input[type="checkbox"] + span:before {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        position: relative;
        bottom: 1px;
        width: 18px;
        height: 18px;
        margin-right: 8px;
        content: '';
        border: 1px solid #dedede; }
    .fancy-checkbox input[type="checkbox"]:checked + span:before {
      font-family: FontAwesome;
      content: '\f00c';
      font-size: 11px;
      color: #fff;
      text-align: center;
      line-height: 16px;
      background: #5cb85c;
      border: 1px solid #3d8b3d; }

.fancy-radio {
  display: block; }
  .fancy-radio.control-inline {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .fancy-radio input[type="radio"] {
    display: none; }
    .fancy-radio input[type="radio"] + span {
      display: block;
      cursor: pointer;
      position: relative;
      margin-right: 15px;
      font-size: 13px; }
      .fancy-radio input[type="radio"] + span > i {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        bottom: 1px;
        content: '';
        border: 1px solid #dedede;
        width: 18px;
        height: 18px;
        margin-right: 8px; }
    .fancy-radio input[type="radio"]:checked + span > i:after {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      position: relative;
      top: 3px;
      left: 3px;
      content: '';
      width: 10px;
      height: 10px;
      background-color: #5cb85c; }

.radio-icon {
  margin-bottom: 0; }
  .radio-icon input[type="radio"] {
    display: none; }
    .radio-icon input[type="radio"] + span {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      display: block;
      padding: 6px 10px;
      background-color: #fff;
      border: 1px solid #dedede; }
      .radio-icon input[type="radio"] + span:hover {
        cursor: pointer; }
    .radio-icon input[type="radio"]:checked + span {
      background-color: #69B417;
      color: #fff; }
  .radio-icon i {
    font-size: 15px; }

/* datepicker */
.datepicker {
  padding: 8px; }
  .datepicker table > thead > tr:first-child > th.switch {
    padding-top: 9px; }
  .datepicker table > thead > tr > th {
    padding: 2px 10px;
    color: #666666;
    border-bottom: 1px solid #777; }
  .datepicker table > tbody > tr > td {
    padding: 6px 10px; }
  .datepicker td.active:active, .datepicker td.active.active {
    background-image: none;
    background-color: #69B417;
    border-color: #69B417;
    color: #fff;
    text-shadow: none; }
  .datepicker td.active:hover:active, .datepicker td.active:hover.active {
    background-image: none;
    background-color: #69B417;
    border-color: #69B417; }

/* date range picker */
.daterangepicker table > thead > tr > th {
  color: #666666;
  border-bottom: 1px solid #777; }

/* markdown text editor */
.md-editor > textarea {
  padding: 8px; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("../fonts/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype"); }
/* form validation */
.parsley-errors-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1; }
  .parsley-errors-list li {
    color: #d9534f;
    font-size: 13px;
    list-style-image: none;
    list-style-type: none;
    margin-top: 3px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap; }

.clockpicker-popover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 50px; }
  .clockpicker-popover.bottom {
    margin-top: 1px; }

/* ------------------------------
 * Social buttons, linked icons
 * -----------------------------*/
.social-icons {
  margin-bottom: 0; }
  .social-icons > li {
    padding: 0 2px 5px 2px; }
    .social-icons > li > a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 40px;
      height: 40px;
      line-height: 42px;
      text-align: center;
      background-color: #858D90;
      color: #FFF; }
      .social-icons > li > a i {
        font-size: 18px; }
      .social-icons > li > a:hover, .social-icons > li > a:focus {
        background-color: #788084; }

.social-icons-fullrounded > li > a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.social-icons-small > li > a {
  width: 30px;
  height: 30px;
  line-height: 28px; }
  .social-icons-small > li > a i {
    font-size: 13px; }

.social-icons-bordered > li > a {
  background: none;
  border: 1px solid #788084;
  color: #858D90; }
  .social-icons-bordered > li > a:hover, .social-icons-bordered > li > a:focus {
    color: #FFF; }

/* colored background */
.z500px-bg {
  background-color: #0099e5 !important; }
  .z500px-bg:hover, .z500px-bg:focus {
    background-color: #0088cc !important; }

.about-me-bg {
  background-color: #00405d !important; }
  .about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important; }

.airbnb-bg {
  background-color: #fd5c63 !important; }
  .airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important; }

.alphabet-bg {
  background-color: #ed1c24 !important; }
  .alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important; }

.amazon-bg {
  background-color: #ff9900 !important; }
  .amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important; }

.american-express-bg {
  background-color: #002663 !important; }
  .american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important; }

.aol-bg {
  background-color: #ff0b00 !important; }
  .aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important; }

.behance-bg {
  background-color: #1769ff !important; }
  .behance-bg:hover, .behance-bg:focus {
    background-color: #0059fc !important; }

.bing-bg {
  background-color: #ffb900 !important; }
  .bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important; }

.bitbucket-bg {
  background-color: #205081 !important; }
  .bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important; }

.bitly-bg {
  background-color: #ee6123 !important; }
  .bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65212 !important; }

.blogger-bg {
  background-color: #f57d00 !important; }
  .blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important; }

.booking-com-bg {
  background-color: #003580 !important; }
  .booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important; }

.buffer-bg {
  background-color: #168eea !important; }
  .buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important; }

.code-school-bg {
  background-color: #616f67 !important; }
  .code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important; }

.codecademy-bg {
  background-color: #f65a5b !important; }
  .codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important; }

.creative-market-bg {
  background-color: #8ba753 !important; }
  .creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important; }

.delicious-bg {
  background-color: #3399ff !important; }
  .delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important; }

.deviantart-bg {
  background-color: #05cc47 !important; }
  .deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important; }

.digg-bg {
  background-color: #005be2 !important; }
  .digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important; }

.disqus-bg {
  background-color: #2e9fff !important; }
  .disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important; }

.django-bg {
  background-color: #092e20 !important; }
  .django-bg:hover, .django-bg:focus {
    background-color: #051911 !important; }

.dribbble-bg {
  background-color: #ea4c89 !important; }
  .dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important; }

.elance-bg {
  background-color: #0d69af !important; }
  .elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important; }

.envato-bg {
  background-color: #82b541 !important; }
  .envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important; }

.etsy-bg {
  background-color: #d5641c !important; }
  .etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important; }

.facebook-bg {
  background-color: #3b5998 !important; }
  .facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important; }

.feedly-bg {
  background-color: #2bb24c !important; }
  .feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important; }

.flattr-bg {
  background-color: #f67c1a !important; }
  .flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important; }

.flickr-bg {
  background-color: #0063dc !important; }
  .flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important; }

.flipboard-bg {
  background-color: #e12828 !important; }
  .flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important; }

.flixster-bg {
  background-color: #2971b2 !important; }
  .flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important; }

.foursquare-bg {
  background-color: #0732a2 !important; }
  .foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important; }

.github-bg {
  background-color: #4183c4 !important; }
  .github-bg:hover, .github-bg:focus {
    background-color: #3876b4 !important; }

.google-bg {
  background-color: #4285f4 !important; }
  .google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important; }

.google-plus-bg {
  background-color: #dc4e41 !important; }
  .google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important; }

.instagram-bg {
  background-color: #3f729b !important; }
  .instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important; }

.kickstarter-bg {
  background-color: #2bde73 !important; }
  .kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important; }

.kik-bg {
  background-color: #82bc23 !important; }
  .kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important; }

.lastfm-bg {
  background-color: #d51007 !important; }
  .lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important; }

.line-bg {
  background-color: #00c300 !important; }
  .line-bg:hover, .line-bg:focus {
    background-color: #00aa00 !important; }

.linkedin-bg {
  background-color: #0077b5 !important; }
  .linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important; }

.mail-ru-bg {
  background-color: #168de2 !important; }
  .mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important; }

.mailchimp-bg {
  background-color: #2c9ab7 !important; }
  .mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important; }

.myspace-bg {
  background-color: #000000 !important; }
  .myspace-bg:hover, .myspace-bg:focus {
    background-color: black !important; }

.netflix-bg {
  background-color: #e50914 !important; }
  .netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important; }

.ning-bg {
  background-color: #75af42 !important; }
  .ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important; }

.path-bg {
  background-color: #ee3423 !important; }
  .path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important; }

.patreon-bg {
  background-color: #e6461a !important; }
  .patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important; }

.paypal-bg {
  background-color: #003087 !important; }
  .paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important; }

.photobucket-bg {
  background-color: #0ea0db !important; }
  .photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important; }

.pinterest-bg {
  background-color: #bd081c !important; }
  .pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important; }

.product-hunt-bg {
  background-color: #da552f !important; }
  .product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important; }

.quora-bg {
  background-color: #a82400 !important; }
  .quora-bg:hover, .quora-bg:focus {
    background-color: #8e1f00 !important; }

.rdio-bg {
  background-color: #007dc3 !important; }
  .rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important; }

.reddit-bg {
  background-color: #ff4500 !important; }
  .reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important; }

.rss-bg {
  background-color: #f26522 !important; }
  .rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important; }

.salesforce-bg {
  background-color: #1798c1 !important; }
  .salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important; }

.scribd-bg {
  background-color: #1a7bba !important; }
  .scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important; }

.shopify-bg {
  background-color: #96bf48 !important; }
  .shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important; }

.skype-bg {
  background-color: #00aff0 !important; }
  .skype-bg:hover, .skype-bg:focus {
    background-color: #009cd6 !important; }

.slack-bg {
  background-color: #6ecadc !important; }
  .slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important; }

.slideshare-bg {
  background-color: #0077b5 !important; }
  .slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important; }

.soundcloud-bg {
  background-color: #ff8800 !important; }
  .soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important; }

.spotify-bg {
  background-color: #2ebd59 !important; }
  .spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important; }

.squarespace-bg {
  background-color: #222222 !important; }
  .squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important; }

.stackoverflow-bg {
  background-color: #fe7a15 !important; }
  .stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important; }

.stripe-bg {
  background-color: #00afe1 !important; }
  .stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important; }

.stumbleupon-bg {
  background-color: #eb4924 !important; }
  .stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important; }

.telegram-bg {
  background-color: #0088cc !important; }
  .telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important; }

.tumblr-bg {
  background-color: #35465c !important; }
  .tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important; }

.twitch-tv-bg {
  background-color: #6441a5 !important; }
  .twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important; }

.twitter-bg {
  background-color: #55acee !important; }
  .twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important; }

.vimeo-bg {
  background-color: #162221 !important; }
  .vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important; }

.vine-bg {
  background-color: #00b488 !important; }
  .vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important; }

.wechat-bg {
  background-color: #7bb32e !important; }
  .wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important; }

.whatsapp-bg {
  background-color: #43d854 !important; }
  .whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important; }

.yahoo-bg {
  background-color: #410093 !important; }
  .yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #360079 !important; }

.youtube-bg {
  background-color: #cd201f !important; }
  .youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important; }

/* colored background on hover */
.z500px-bg-hover:hover,
.z500px-bg-hover:focus {
  background-color: #0099e5 !important;
  border-color: #0088cc !important; }

.about-me-bg-hover:hover,
.about-me-bg-hover:focus {
  background-color: #00405d !important;
  border-color: #002e44 !important; }

.airbnb-bg-hover:hover,
.airbnb-bg-hover:focus {
  background-color: #fd5c63 !important;
  border-color: #fd434b !important; }

.alphabet-bg-hover:hover,
.alphabet-bg-hover:focus {
  background-color: #ed1c24 !important;
  border-color: #de1219 !important; }

.amazon-bg-hover:hover,
.amazon-bg-hover:focus {
  background-color: #ff9900 !important;
  border-color: #e68a00 !important; }

.american-express-bg-hover:hover,
.american-express-bg-hover:focus {
  background-color: #002663 !important;
  border-color: #001c4a !important; }

.aol-bg-hover:hover,
.aol-bg-hover:focus {
  background-color: #ff0b00 !important;
  border-color: #e60a00 !important; }

.behance-bg-hover:hover,
.behance-bg-hover:focus {
  background-color: #1769ff !important;
  border-color: #0059fc !important; }

.bing-bg-hover:hover,
.bing-bg-hover:focus {
  background-color: #ffb900 !important;
  border-color: #e6a700 !important; }

.bitbucket-bg-hover:hover,
.bitbucket-bg-hover:focus {
  background-color: #205081 !important;
  border-color: #1b436d !important; }

.bitly-bg-hover:hover,
.bitly-bg-hover:focus {
  background-color: #ee6123 !important;
  border-color: #e65212 !important; }

.blogger-bg-hover:hover,
.blogger-bg-hover:focus {
  background-color: #f57d00 !important;
  border-color: #dc7000 !important; }

.booking-com-bg-hover:hover,
.booking-com-bg-hover:focus {
  background-color: #003580 !important;
  border-color: #002a67 !important; }

.buffer-bg-hover:hover,
.buffer-bg-hover:focus {
  background-color: #168eea !important;
  border-color: #1380d3 !important; }

.code-school-bg-hover:hover,
.code-school-bg-hover:focus {
  background-color: #616f67 !important;
  border-color: #55615a !important; }

.codecademy-bg-hover:hover,
.codecademy-bg-hover:focus {
  background-color: #f65a5b !important;
  border-color: #f54243 !important; }

.creative-market-bg-hover:hover,
.creative-market-bg-hover:focus {
  background-color: #8ba753 !important;
  border-color: #7d964b !important; }

.delicious-bg-hover:hover,
.delicious-bg-hover:focus {
  background-color: #3399ff !important;
  border-color: #1a8cff !important; }

.deviantart-bg-hover:hover,
.deviantart-bg-hover:focus {
  background-color: #05cc47 !important;
  border-color: #04b33e !important; }

.digg-bg-hover:hover,
.digg-bg-hover:focus {
  background-color: #005be2 !important;
  border-color: #0051c9 !important; }

.disqus-bg-hover:hover,
.disqus-bg-hover:focus {
  background-color: #2e9fff !important;
  border-color: #1593ff !important; }

.django-bg-hover:hover,
.django-bg-hover:focus {
  background-color: #092e20 !important;
  border-color: #051911 !important; }

.dribbble-bg-hover:hover,
.dribbble-bg-hover:focus {
  background-color: #ea4c89 !important;
  border-color: #e7357a !important; }

.elance-bg-hover:hover,
.elance-bg-hover:focus {
  background-color: #0d69af !important;
  border-color: #0b5b97 !important; }

.envato-bg-hover:hover,
.envato-bg-hover:focus {
  background-color: #82b541 !important;
  border-color: #75a23a !important; }

.etsy-bg-hover:hover,
.etsy-bg-hover:focus {
  background-color: #d5641c !important;
  border-color: #be5919 !important; }

.facebook-bg-hover:hover,
.facebook-bg-hover:focus {
  background-color: #3b5998 !important;
  border-color: #344e86 !important; }

.feedly-bg-hover:hover,
.feedly-bg-hover:focus {
  background-color: #2bb24c !important;
  border-color: #269d43 !important; }

.flattr-bg-hover:hover,
.flattr-bg-hover:focus {
  background-color: #f67c1a !important;
  border-color: #ed6f09 !important; }

.flickr-bg-hover:hover,
.flickr-bg-hover:focus {
  background-color: #0063dc !important;
  border-color: #0058c3 !important; }

.flipboard-bg-hover:hover,
.flipboard-bg-hover:focus {
  background-color: #e12828 !important;
  border-color: #d21d1d !important; }

.flixster-bg-hover:hover,
.flixster-bg-hover:focus {
  background-color: #2971b2 !important;
  border-color: #24649d !important; }

.foursquare-bg-hover:hover,
.foursquare-bg-hover:focus {
  background-color: #0732a2 !important;
  border-color: #062a8a !important; }

.github-bg-hover:hover,
.github-bg-hover:focus {
  background-color: #4183c4 !important;
  border-color: #3876b4 !important; }

.google-bg-hover:hover,
.google-bg-hover:focus {
  background-color: #4285f4 !important;
  border-color: #2a75f3 !important; }

.google-plus-bg-hover:hover,
.google-plus-bg-hover:focus {
  background-color: #dc4e41 !important;
  border-color: #d83a2b !important; }

.instagram-bg-hover:hover,
.instagram-bg-hover:focus {
  background-color: #3f729b !important;
  border-color: #386589 !important; }

.kickstarter-bg-hover:hover,
.kickstarter-bg-hover:focus {
  background-color: #2bde73 !important;
  border-color: #20cf67 !important; }

.kik-bg-hover:hover,
.kik-bg-hover:focus {
  background-color: #82bc23 !important;
  border-color: #73a71f !important; }

.lastfm-bg-hover:hover,
.lastfm-bg-hover:focus {
  background-color: #d51007 !important;
  border-color: #bc0e06 !important; }

.line-bg-hover:hover,
.line-bg-hover:focus {
  background-color: #00c300 !important;
  border-color: #00aa00 !important; }

.linkedin-bg-hover:hover,
.linkedin-bg-hover:focus {
  background-color: #0077b5 !important;
  border-color: #00669c !important; }

.mail-ru-bg-hover:hover,
.mail-ru-bg-hover:focus {
  background-color: #168de2 !important;
  border-color: #147fcb !important; }

.mailchimp-bg-hover:hover,
.mailchimp-bg-hover:focus {
  background-color: #2c9ab7 !important;
  border-color: #2789a2 !important; }

.myspace-bg-hover:hover,
.myspace-bg-hover:focus {
  background-color: #000000 !important;
  border-color: black !important; }

.netflix-bg-hover:hover,
.netflix-bg-hover:focus {
  background-color: #e50914 !important;
  border-color: #cc0812 !important; }

.ning-bg-hover:hover,
.ning-bg-hover:focus {
  background-color: #75af42 !important;
  border-color: #699c3b !important; }

.path-bg-hover:hover,
.path-bg-hover:focus {
  background-color: #ee3423 !important;
  border-color: #e62412 !important; }

.patreon-bg-hover:hover,
.patreon-bg-hover:focus {
  background-color: #e6461a !important;
  border-color: #d03f17 !important; }

.paypal-bg-hover:hover,
.paypal-bg-hover:focus {
  background-color: #003087 !important;
  border-color: #00276e !important; }

.photobucket-bg-hover:hover,
.photobucket-bg-hover:focus {
  background-color: #0ea0db !important;
  border-color: #0c8ec3 !important; }

.pinterest-bg-hover:hover,
.pinterest-bg-hover:focus {
  background-color: #bd081c !important;
  border-color: #a50718 !important; }

.product-hunt-bg-hover:hover,
.product-hunt-bg-hover:focus {
  background-color: #da552f !important;
  border-color: #cb4924 !important; }

.quora-bg-hover:hover,
.quora-bg-hover:focus {
  background-color: #a82400 !important;
  border-color: #8e1f00 !important; }

.rdio-bg-hover:hover,
.rdio-bg-hover:focus {
  background-color: #007dc3 !important;
  border-color: #006daa !important; }

.reddit-bg-hover:hover,
.reddit-bg-hover:focus {
  background-color: #ff4500 !important;
  border-color: #e63e00 !important; }

.rss-bg-hover:hover,
.rss-bg-hover:focus {
  background-color: #f26522 !important;
  border-color: #ed560e !important; }

.salesforce-bg-hover:hover,
.salesforce-bg-hover:focus {
  background-color: #1798c1 !important;
  border-color: #1486aa !important; }

.scribd-bg-hover:hover,
.scribd-bg-hover:focus {
  background-color: #1a7bba !important;
  border-color: #176ca4 !important; }

.shopify-bg-hover:hover,
.shopify-bg-hover:focus {
  background-color: #96bf48 !important;
  border-color: #89b03e !important; }

.skype-bg-hover:hover,
.skype-bg-hover:focus {
  background-color: #00aff0 !important;
  border-color: #009cd6 !important; }

.slack-bg-hover:hover,
.slack-bg-hover:focus {
  background-color: #6ecadc !important;
  border-color: #59c2d7 !important; }

.slideshare-bg-hover:hover,
.slideshare-bg-hover:focus {
  background-color: #0077b5 !important;
  border-color: #00669c !important; }

.soundcloud-bg-hover:hover,
.soundcloud-bg-hover:focus {
  background-color: #ff8800 !important;
  border-color: #e67a00 !important; }

.spotify-bg-hover:hover,
.spotify-bg-hover:focus {
  background-color: #2ebd59 !important;
  border-color: #29a84f !important; }

.squarespace-bg-hover:hover,
.squarespace-bg-hover:focus {
  background-color: #222222 !important;
  border-color: #151515 !important; }

.stackoverflow-bg-hover:hover,
.stackoverflow-bg-hover:focus {
  background-color: #fe7a15 !important;
  border-color: #f86c01 !important; }

.stripe-bg-hover:hover,
.stripe-bg-hover:focus {
  background-color: #00afe1 !important;
  border-color: #009bc8 !important; }

.stumbleupon-bg-hover:hover,
.stumbleupon-bg-hover:focus {
  background-color: #eb4924 !important;
  border-color: #e13b15 !important; }

.telegram-bg-hover:hover,
.telegram-bg-hover:focus {
  background-color: #0088cc !important;
  border-color: #0077b3 !important; }

.tumblr-bg-hover:hover,
.tumblr-bg-hover:focus {
  background-color: #35465c !important;
  border-color: #2c3a4c !important; }

.twitch-tv-bg-hover:hover,
.twitch-tv-bg-hover:focus {
  background-color: #6441a5 !important;
  border-color: #593a93 !important; }

.twitter-bg-hover:hover,
.twitter-bg-hover:focus {
  background-color: #55acee !important;
  border-color: #3ea1ec !important; }

.vimeo-bg-hover:hover,
.vimeo-bg-hover:focus {
  background-color: #162221 !important;
  border-color: #0c1312 !important; }

.vine-bg-hover:hover,
.vine-bg-hover:focus {
  background-color: #00b488 !important;
  border-color: #009b75 !important; }

.wechat-bg-hover:hover,
.wechat-bg-hover:focus {
  background-color: #7bb32e !important;
  border-color: #6d9f29 !important; }

.whatsapp-bg-hover:hover,
.whatsapp-bg-hover:focus {
  background-color: #43d854 !important;
  border-color: #2ed441 !important; }

.yahoo-bg-hover:hover,
.yahoo-bg-hover:focus {
  background-color: #410093 !important;
  border-color: #360079 !important; }

.youtube-bg-hover:hover,
.youtube-bg-hover:focus {
  background-color: #cd201f !important;
  border-color: #b71d1c !important; }

/* social statistic numbers */
.social-stat {
  display: block;
  margin-bottom: 15px;
  color: #fff; }
  .social-stat:hover, .social-stat:focus {
    color: #fff; }
  .social-stat i {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 60px;
    height: 60px;
    float: left;
    line-height: 60px;
    font-size: 28px;
    text-align: center; }
  .social-stat span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding-left: 73px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 25px;
    background-color: #494949; }
    .social-stat span strong {
      display: block;
      font-size: 22px; }

/* -----------
 * Icon info
 * ----------*/
.icon-info .ico-styled-md {
  margin-top: 0; }

div[class*="col-"] .icon-info {
  margin-bottom: 50px; }

.icon-info-group .icon-info {
  margin-bottom: 0; }
@media screen and (max-width: 992px) {
  .icon-info-group .icon-info {
    margin-bottom: 50px; } }

.icon-info-fullwidth {
  padding: 80px 0 40px 0;
  background-color: #fff; }
  .icon-info-fullwidth .row {
    margin-left: -30px;
    margin-right: -30px; }
  .icon-info-fullwidth div[class*="col-"] {
    padding-right: 30px;
    padding-left: 30px; }
    .icon-info-fullwidth div[class*="col-"] .icon-info {
      margin-bottom: 0; }
    .icon-info-fullwidth div[class*="col-"]:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background-color: #ebebeb; }
    .icon-info-fullwidth div[class*="col-"]:last-child:after {
      display: none; }
  @media screen and (max-width: 768px) {
    .icon-info-fullwidth .row {
      margin-left: -15px;
      margin-right: -15px; }
    .icon-info-fullwidth div[class*="col-"] {
      padding-right: 15px;
      padding-left: 15px; }
      .icon-info-fullwidth div[class*="col-"]:after {
        display: none; }
    .icon-info-fullwidth .icon-info {
      margin-bottom: 50px; } }

.icon-info .title {
  font-family: Microsoft YaHei, Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 18px; }

.icon-info-right {
  position: relative; }
  .icon-info-right .title {
    margin-top: 0; }
    .icon-info-right .title:after {
      content: " ";
      display: block;
      width: 60px;
      height: 3px;
      margin-top: 18px;
      background-color: #69B417; }
  .icon-info-right p {
    color: #30343d;
    margin-bottom: 0; }
  .icon-info-right i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    color: #30343d; }

.icon-info-left i {
  float: left; }
.icon-info-left .text {
  padding-left: 52px; }
.icon-info-left .title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700; }
.icon-info-left.icon-info-big .text {
  padding-left: 65px; }
.icon-info-left.icon-info-big .title {
  font-size: 16px; }

.icon-info-center, .icon-info-border {
  text-align: center;
  padding: 0 30px; }
  .icon-info-center .title, .icon-info-border .title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 6px; }
  .icon-info-center i, .icon-info-border i {
    margin: 0; }
  .icon-info-center a.more, .icon-info-border a.more {
    font-size: 14px; }
    .icon-info-center a.more i, .icon-info-border a.more i {
      position: relative;
      top: 1px;
      left: 3px; }

div[class*="col-"] .icon-info-center, div[class*="col-"] .icon-info-border {
  margin-bottom: 80px; }

.icon-info-center-group {
  margin-right: -45px;
  margin-left: -45px; }
  @media screen and (max-width: 768px) {
    .icon-info-center-group {
      margin-right: -15px;
      margin-left: -15px; } }

.icon-info-inheading .title {
  margin-bottom: 8px;
  font-weight: 700; }
.icon-info-inheading i {
  margin-right: 5px; }
.icon-info-inheading + .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1; }
  .icon-info-inheading + .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px; }

.icon-info-border {
  margin-top: 40px;
  padding: 0 30px 30px 30px;
  border: 1px solid #F3F3F3; }
  .icon-info-border .title {
    margin-top: 0; }
  .icon-info-border i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    top: -40px;
    background: #69B417;
    color: #fff; }

.process-steps {
  margin-left: -55px;
  margin-right: -55px; }
  .process-steps .icon-info {
    padding: 0 40px; }
  .process-steps .arrow-right {
    position: absolute;
    top: 0;
    right: -15px; }
  @media screen and (max-width: 992px) {
    .process-steps {
      margin-left: -15px;
      margin-right: -15px; }
      .process-steps .arrow-right {
        display: none; } }

/* -------------------------------
 * Numbers, count info, statistic
 * -------------------------------*/
.count-info {
  text-align: center; }
  .count-info .number {
    display: block;
    font-size: 48px;
    margin-bottom: 14px; }
    .count-info .number:after {
      content: " ";
      display: block;
      width: 1px;
      height: 25px;
      margin: 0 auto;
      background-color: #69B417; }
  .count-info .text {
    font-size: 18px; }
  .count-info.count-info-simple i {
    margin-bottom: 15px;
    font-size: 35px; }
  .count-info.count-info-simple .number {
    margin-bottom: 0;
    line-height: 1.2; }
    .count-info.count-info-simple .number:after {
      display: none; }
  @media screen and (max-width: 768px) {
    .count-info {
      margin-bottom: 50px; } }

.count-info-onerow {
  text-align: center; }
  .count-info-onerow p {
    font-size: 18px;
    font-weight: 700; }
  .count-info-onerow i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    color: #69B417;
    border-color: #69B417; }
  @media screen and (max-width: 992px) {
    .count-info-onerow {
      text-align: left; } }

.skill-chart {
  text-align: center; }
  .skill-chart .chart-title {
    display: block;
    font-size: 24px; }
  @media screen and (max-width: 768px) {
    .skill-chart {
      margin-bottom: 50px; } }

.pie-chart {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  width: 180px;
  margin-bottom: 20px; }
  .pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .pie-chart .percent {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 180px;
    z-index: 2;
    font-size: 32px; }
    .pie-chart .percent:after {
      margin-left: 0.1em; }

.countdown {
  background-color: transparent;
  border: none; }
  .countdown .countdown-amount {
    font-size: 36px;
    font-weight: 300;
    line-height: 1; }
  .countdown .countdown-period {
    font-size: 24px; }
  .countdown.countdown-xlg .countdown-amount {
    font-size: 72px;
    line-height: 1; }
  .countdown.countdown-xlg .countdown-period {
    font-size: 28px; }
  .countdown.countdown-lg .countdown-amount {
    font-size: 48px;
    line-height: 1; }
  .countdown.countdown-lg .countdown-period {
    font-size: 22px; }
  .countdown.countdown-sm .countdown-amount {
    font-size: 22px;
    line-height: 1; }
  .countdown.countdown-sm .countdown-period {
    font-size: 16px; }
  @media screen and (max-width: 992px) {
    .countdown .countdown-section {
      width: 23.9% !important; } }
  @media screen and (max-width: 768px) {
    .countdown .countdown-amount {
      font-size: 22px !important; }
    .countdown .countdown-period {
      font-size: 18px !important; } }

.countdown-show4 .countdown-section {
  width: 24.9%; }

.countdown-holding span {
  color: inherit; }

.count-info-solid {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  background-color: #616871;
  padding: 20px;
  margin-bottom: 20px; }
  .count-info-solid i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background-color: #4e545b; }
  .count-info-solid p {
    margin-bottom: 0;
    margin-top: 7px; }
  .count-info-solid span {
    display: block;
    padding-left: 75px;
    color: #fff;
    font-weight: 300; }
    .count-info-solid span .number {
      font-size: 26px; }
    .count-info-solid span .text {
      font-size: 14px; }

/* ------------
 * Portfolio 
 * ------------*/
.portfolio-grid {
  padding-left: 15px;
  padding-right: 15px; }
  .portfolio-grid .list-group-item {
    border: none;
    padding: 0; }

.container-fluid .portfolio-grid {
  padding-left: 0;
  padding-right: 0; }

.portfolio-simple {
  position: relative;
  overflow: hidden;
  border: none; }
  .portfolio-simple img {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .portfolio-simple .info {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: #212121;
    color: #fff;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-delay: initial, 0.3s;
    -o-transition-delay: initial, 0.3s;
    -webkit-transition-delay: initial, 0.3s;
    transition-delay: initial, 0.3s; }
    .portfolio-simple .info .title {
      margin-top: 0;
      margin-bottom: 3px;
      font-family: Raleway, sans-serif;
      font-size: 14px;
      color: #fff; }
    .portfolio-simple .info span {
      font-size: 13px;
      color: #6e6e6e; }
    .portfolio-simple .info .btn {
      position: absolute;
      right: 15px;
      bottom: 1.7em; }
  .portfolio-simple:hover img {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  .portfolio-simple:hover .info {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

.portfolio-card {
  -moz-box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
  -webkit-box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
  box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
  text-align: center; }
  .portfolio-card .info {
    padding: 30px 15px; }
    .portfolio-card .info .title {
      font-size: 16px;
      font-weight: 700; }
    .portfolio-card .info p {
      margin: 32px 0; }
    .portfolio-card .info .btn > i {
      position: relative;
      top: 1px;
      margin-left: 3px;
      font-size: 18px; }
  .portfolio-card.card-clean {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left; }
    .portfolio-card.card-clean .info {
      padding: 0; }
      .portfolio-card.card-clean .info p {
        margin: 0 0 25px 0; }

/* portfolio isotope filters */
.portfolio-item-filters {
  text-align: center;
  margin-bottom: 30px; }
  .portfolio-item-filters li {
    padding: 0; }
    .portfolio-item-filters li a {
      display: block;
      padding: 7px 0;
      font-size: 16px;
      color: #282c34; }
      .portfolio-item-filters li a:hover, .portfolio-item-filters li a:focus {
        text-decoration: none;
        outline: none;
        color: #69B417; }
      .portfolio-item-filters li a.active {
        color: #69B417; }
      .portfolio-item-filters li a:after {
        content: '/';
        display: inline;
        margin: 0 15px;
        color: #F8F8F8; }
    .portfolio-item-filters li:last-child a:after {
      display: none; }

.portfolio-isotope ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.portfolio-isotope .portfolio-4-cols > li {
  width: 25%; }
.portfolio-isotope .portfolio-3-cols > li {
  width: 33.333333%; }
.portfolio-isotope .portfolio-2-cols > li {
  width: 50%; }
@media screen and (max-width: 768px) {
  .portfolio-isotope ul > li {
    margin-bottom: 15px; }
  .portfolio-isotope .portfolio-4-cols > li,
  .portfolio-isotope .portfolio-3-cols > li,
  .portfolio-isotope .portfolio-2-cols > li {
    width: 100%; } }

.portfolio-single-media {
  margin-bottom: 30px; }
  .portfolio-single-media video.fullwidth {
    width: 100%;
    height: 100%;
    margin-top: 30px; }

.portfolio-single-info .section-heading {
  font-family: Microsoft YaHei, Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700; }
@media screen and (max-width: 767px) {
  .portfolio-single-info {
    margin-bottom: 50px; } }

.portfolio-single-detail .section-heading {
  margin-bottom: 15px;
  font-family: Microsoft YaHei, Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700; }

.project-detail-list {
  margin-bottom: 25px; }
  .project-detail-list > li {
    margin-bottom: 8px; }
  .project-detail-list strong {
    display: inline-block;
    min-width: 90px; }

/* ---------
 * Team
 * ---------*/
/* default */
.team-member {
  background-color: #F8F8F8; }
  .team-member .member-info {
    padding: 25px 20px;
    border-top: 2px solid #69B417; }
  .team-member .name {
    display: inline;
    font-size: 18px;
    font-weight: 700; }
  .team-member .title {
    float: right;
    font-size: 16px;
    line-height: 1; }
  .team-member .short-bio {
    margin: 15px 0 20px 0; }
  @media screen and (max-width: 768px) {
    .team-member {
      margin-bottom: 30px; }
      .team-member .title {
        float: none; } }

/* big photo */
.team-member-big {
  margin: 0 0 80px 0; }
  .team-member-big div[class*="col-"] {
    padding: 0; }
  .team-member-big div.left {
    padding-right: 30px; }
    .team-member-big div.left .content {
      padding-left: 30px; }
  .team-member-big div.right {
    padding-left: 30px; }
    .team-member-big div.right .content {
      padding-right: 30px; }
  .team-member-big .name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 47px;
    font-weight: 300; }
  .team-member-big .title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
    color: #c3c3c3; }
  .team-member-big .lead {
    margin-bottom: 30px; }
  .team-member-big .social-icons {
    margin-bottom: 70px; }
  .team-member-big .parallax-window {
    min-height: 656px;
    background: transparent;
    background-repeat: no-repeat; }
  @media screen and (max-width: 1200px) {
    .team-member-big {
      margin-bottom: 20px; } }

.skillmeter-bar {
  margin-bottom: 40px; }

/* left and right side */
.team-member-sidebyside {
  margin-bottom: 60px; }
  .team-member-sidebyside.media img {
    width: 120px; }
  .team-member-sidebyside .media-body {
    padding-left: 20px; }
  .team-member-sidebyside .team-name {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
    background-color: #69B417; }
  .team-member-sidebyside strong {
    display: block;
    font-size: 14px;
    color: #636363; }
  .team-member-sidebyside p {
    margin-top: 10px; }
  @media screen and (max-width: 480px) {
    .team-member-sidebyside .team-name {
      font-size: 16px; } }

@media screen and (max-width: 480px) {
  .team {
    padding-bottom: 0; } }
/* ---------------------
 * Call-to-action (cta)
 * --------------------*/
.cta {
  text-align: center;
  padding: 90px 0; }
  .cta .heading {
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin-top: 0;
    margin-bottom: 45px; }

.cta-image-bg {
  position: relative;
  color: #fff;
  background-image: url("../img/cta-bg.png");
  background-repeat: no-repeat; }
  .cta-image-bg .container {
    position: relative; }
  .cta-image-bg .overlay, .cta-image-bg .thumbnail-hover .dark-overlay, .thumbnail-hover .cta-image-bg .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.cta-solid-bg {
  background: #30343d;
  color: #fff; }

.cta-solid-brand-bg {
  background: #69B417;
  color: #fff; }
  .cta-solid-brand-bg .btn {
    background-color: #497e10;
    border-color: #3a630d; }
    .cta-solid-brand-bg .btn:hover, .cta-solid-brand-bg .btn:focus {
      background-color: #44750f; }

.cta-2-columns {
  padding: 50px 0; }
  .cta-2-columns .heading {
    float: left;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.6; }
  .cta-2-columns .btn {
    float: right; }
  @media screen and (max-width: 768px) {
    .cta-2-columns .heading,
    .cta-2-columns .btn {
      float: none; }
    .cta-2-columns .heading {
      margin-bottom: 40px; } }

.cta-big {
  padding: 100px 0;
  background-color: #F8F8F8;
  text-align: center; }
  .cta-big .main {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-bottom: 100px; }
  .cta-big .main-img {
    float: left;
    margin-right: 15px; }
  .cta-big .right {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 15px;
    float: right;
    text-align: left; }
    .cta-big .right p {
      font-size: 24px;
      font-weight: 300;
      margin-bottom: 25px; }
  .cta-big .search-form {
    width: 50%;
    margin: 0 auto; }
  .cta-big .help-block {
    color: #d2d2d2; }
  .cta-big.cta-big-centered .main {
    width: 70%;
    margin-bottom: 0; }
  .cta-big.cta-big-centered .main-img {
    width: 153px; }
  .cta-big.cta-big-centered .right {
    width: 77%; }
  @media screen and (max-width: 768px) {
    .cta-big.cta-big-centered {
      padding: 0; }
      .cta-big.cta-big-centered .main-img {
        display: none; }
      .cta-big.cta-big-centered .right {
        margin-top: 0;
        width: 100%; }
      .cta-big.cta-big-centered .heading-border-bottom-short.border-primary:after {
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-big.cta-big-centered .main {
      width: 85%; } }
  @media screen and (max-width: 992px) {
    .cta-big {
      text-align: center; }
      .cta-big .main-img {
        float: none;
        margin-right: 0; }
      .cta-big .search-form {
        width: 100%; }
      .cta-big .right {
        margin-top: 30px;
        margin-left: 0;
        text-align: center; } }

.cta-clean {
  margin: 0 auto;
  padding: 10px 0 50px 0;
  text-align: center; }
  .cta-clean .heading {
    font-family: Lato, sans-serif;
    font-weight: 500;
    color: #636363; }
  @media screen and (max-width: 1200px) {
    .cta-clean {
      width: 95%; } }

.cta-center {
  padding: 60px 0;
  background-color: #FDFDFD;
  text-align: center; }
  .cta-center .lead {
    font-size: 24px;
    color: #cacaca; }
  .cta-center .heading {
    font-family: Microsoft YaHei, Lato, sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0; }

/* ----------------
 * Testimonial
 * ---------------*/
.testimonial-carousel.owl-theme .owl-controls .owl-pagination {
  position: relative; }

.testimonial-standard-carousel.owl-theme .owl-controls {
  margin-top: 30px; }

.testimonial-standard {
  text-align: center; }
  .testimonial-standard .content {
    margin-bottom: 40px;
    font-style: italic;
    font-size: 26px; }
  .testimonial-standard .author img {
    width: 60px;
    margin-bottom: 10px; }
  .testimonial-standard .author .name, .testimonial-standard .author .title {
    display: block; }
  .testimonial-standard .author .name {
    font-weight: 700;
    font-size: 16px; }

.testimonial-big-carousel.owl-theme .owl-controls {
  margin-top: 30px; }

.testimonial-big {
  text-align: center; }
  .testimonial-big .content {
    display: inline;
    line-height: 1;
    position: relative;
    font-weight: 300;
    font-style: italic;
    font-size: 48px; }
    .testimonial-big .content:after {
      display: block;
      content: " ";
      width: 100px;
      height: 3px;
      margin: 40px auto;
      background-color: #69B417; }
    .testimonial-big .content span {
      position: relative;
      z-index: 1; }
  .testimonial-big i {
    position: absolute;
    right: -50px;
    top: -40px;
    font-size: 3em;
    color: #ececec; }
  .testimonial-big .author img {
    width: 60px;
    margin-bottom: 10px; }
  .testimonial-big .author .name, .testimonial-big .author .title {
    display: block; }
  .testimonial-big .author .name {
    font-weight: 700;
    font-size: 16px; }
  @media screen and (max-width: 768px) {
    .testimonial-big .content {
      font-size: 30px; }
    .testimonial-big i {
      display: none; } }

.product-reviews {
  margin-top: 50px; }
  .product-reviews .reviewer-name {
    margin-right: 5px; }
  .product-reviews .review-title {
    font-size: 14px; }
  .product-reviews .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px; }
  .product-reviews .review-content {
    font-style: italic; }

.product-rating {
  margin-bottom: 25px; }
  .product-rating i {
    font-size: 24px;
    color: #FFA400; }

.testimonial-rating {
  margin-bottom: 80px; }
  .testimonial-rating .avatar {
    float: left;
    width: 65px;
    height: 65px; }
  .testimonial-rating .text {
    padding-left: 80px; }
  .testimonial-rating .name {
    display: block;
    margin-bottom: 5px;
    font-family: Raleway, sans-serif;
    font-size: 18px; }
  .testimonial-rating .rating {
    display: block;
    margin-bottom: 15px; }
    .testimonial-rating .rating i {
      margin-right: 10px;
      font-size: 22px;
      color: #FFB500; }
  .testimonial-rating .title {
    font-size: 16px; }
  .testimonial-rating .content {
    font-size: 15px;
    font-style: italic; }

.testimonial-static {
  padding-right: 50px; }
  .testimonial-static img {
    width: 65px;
    float: left;
    margin-right: 10px; }
  .testimonial-static p {
    font-style: italic; }
  .testimonial-static .author {
    font-size: 13px; }
  .testimonial-static .name {
    font-weight: 700; }
  .testimonial-static .title {
    color: #bfbfbf; }

/* -------------------------------
 * list of clients or brand logo 
 * -------------------------------*/
.list-logo {
  text-align: center; }
  .list-logo > li {
    margin: 1em 2.5em; }
  @media screen and (max-width: 480px) {
    .list-logo > li {
      display: block;
      margin: 2em 0; } }

/* --------------
 * Breadcrumbs
 * -------------*/
/* breadcrumbs */
.breadcrumb {
  background-color: transparent; }
  .breadcrumb > li.active {
    color: #636363; }
  .breadcrumb > li + li:before {
    color: #636363; }
  .breadcrumb a {
    color: #8c8c8c; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      text-decoration: none;
      color: #636363; }
  .breadcrumb.link-accent > li.active {
    color: inherit; }
  .breadcrumb.link-accent a {
    color: #636363; }
    .breadcrumb.link-accent a:hover, .breadcrumb.link-accent a:focus {
      text-decoration: none;
      color: #636363; }
  .breadcrumb.separator-arrow > li + li:before {
    padding: 0 8px;
    font-family: "FontAwesome";
    content: '\f105'; }

/* ----------------------
 * Paginations and pager
 * ----------------------*/
.pagination > li > a,
.pagination > li > span {
  color: #636363; }
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #7ed81c;
  border-color: #636363;
  color: #fff; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #7ed81c;
  border-color: #69B417;
  color: #fff; }
.pagination > .active > a, .pagination > .active > span {
  background-color: #69B417;
  border-color: #5c9d14; }
.pagination.borderless > li > a,
.pagination.borderless > li > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: transparent;
  margin: 0 1px; }
.pagination.borderless > li:first-child > a,
.pagination.borderless > li:first-child > span, .pagination.borderless > li:last-child > a,
.pagination.borderless > li:last-child > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.pagination.borderless > li.active > a,
.pagination.borderless > li.active > span {
  color: #fff;
  background-color: #69B417; }
  .pagination.borderless > li.active > a:hover, .pagination.borderless > li.active > a:focus,
  .pagination.borderless > li.active > span:hover,
  .pagination.borderless > li.active > span:focus {
    color: #fff;
    background-color: #69B417; }

.pager li > a {
  border-color: #69B417; }
  .pager li > a:hover, .pager li > a:focus {
    background-color: #69B417;
    border-color: #69B417;
    color: #fff; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  border-color: #ddd; }

/* --------
 * Maps
 * --------*/
.google-map > div {
  height: 350px; }
.google-map.map-fullwidth > div {
  height: 500px; }

.google-map-sidebar > div {
  height: 250px; }

/* -----------
 * Blog
 * ----------*/
.latest-news-footer .news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #46484c; }
  .latest-news-footer .news-item:last-child {
    border-bottom: none; }
.latest-news-footer .title {
  margin-bottom: 3px;
  font-family: Microsoft YaHei, Lato, sans-serif;
  font-weight: 500; }
  .latest-news-footer .title a {
    color: #fff; }
    .latest-news-footer .title a:hover, .latest-news-footer .title a:focus {
      text-decoration: underline; }
.latest-news-footer span {
  font-size: 12px;
  color: #fff; }

.category-list li a {
  display: block;
  padding: 10px 0;
  color: inherit;
  font-weight: 600; }
  .category-list li a:hover, .category-list li a:focus {
    color: #69B417; }
.category-list li:first-child a {
  padding-top: 0; }

.sub-category-list {
  padding-left: 20px;
  list-style: none; }

.tag-list {
  padding-left: 5px; }
  .tag-list li {
    padding-right: 0; }
    .tag-list li a {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      display: block;
      margin-bottom: 5px;
      padding: 4px 10px;
      background-color: #f2f2f2;
      color: #8c8c8c; }
      .tag-list li a:hover, .tag-list li a:focus {
        background-color: #69B417;
        color: #fff; }

.post-entry-card {
  -moz-box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
  -webkit-box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
  box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  background-color: #fff; }
  .post-entry-card .post-info {
    padding: 10px 15px; }
  .post-entry-card .post-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #656565; }
    .post-entry-card .post-title a {
      color: #656565; }
  .post-entry-card .post-excerpt {
    margin-bottom: 20px;
    line-height: 24px; }
  .post-entry-card .post-meta {
    font-size: 12px;
    color: #adadad; }
    .post-entry-card .post-meta i {
      margin-right: 3px; }
  .post-entry-card .read-more:hover, .post-entry-card .read-more:focus {
    text-decoration: underline; }
  .post-entry-card.card-2-cols {
    padding: 25px; }
    .post-entry-card.card-2-cols .post-info {
      padding-left: 0;
      padding-right: 0; }
  .post-entry-card .label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 16px; }

.list-post-category > li {
  margin-bottom: 15px; }
.list-post-category .post-title {
  font-size: 14px;
  line-height: 1.4; }

.post-entry-centered {
  text-align: center;
  margin-bottom: 30px; }
  .post-entry-centered .post-info {
    padding: 0 15px; }
  .post-entry-centered .post-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
    .post-entry-centered .post-title a:hover,
    .post-entry-centered .post-title a:focus {
      color: #5c9d14; }

.blog-masonry {
  margin: 0 -7.5px; }
  .blog-masonry .grid-sizer,
  .blog-masonry .grid-item {
    width: 33.33333%; }
  .blog-masonry .grid-item-width-2x {
    width: 66.66666%; }
  .blog-masonry .post-entry-card {
    margin: 10px; }
  @media screen and (max-width: 768px) {
    .blog-masonry .grid-sizer,
    .blog-masonry .grid-item {
      width: 50%; }
    .blog-masonry .grid-item-width-2x {
      width: 100%; }
    .blog-masonry .grid-item {
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .blog-masonry .grid-sizer,
    .blog-masonry .grid-item,
    .blog-masonry .grid-item-width-2x {
      width: 100%; } }

.blog-entry-separator {
  margin: 80px 0; }

/* recommended posts */
.recommended-posts > li {
  margin-bottom: 10px; }
.recommended-posts .post-title {
  font-size: 12px;
  line-height: 18px; }

.post-entry-sidebar .post-title a {
  color: #878787; }
  .post-entry-sidebar .post-title a:hover, .post-entry-sidebar .post-title a:focus {
    color: #69B417; }
.post-entry-sidebar .timestamp {
  font-size: 12px;
  color: #bfbfbf; }
.post-entry-sidebar .left {
  float: left; }
.post-entry-sidebar .right {
  padding-left: 90px; }

.post-entry-simple {
  margin-bottom: 30px; }
  .post-entry-simple .post-title {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700; }
    .post-entry-simple .post-title a {
      color: inherit; }
      .post-entry-simple .post-title a:hover, .post-entry-simple .post-title a:focus {
        color: #69B417; }
  .post-entry-simple .post-date {
    font-size: 12px;
    color: #bfbfbf; }
    .post-entry-simple .post-date i {
      margin-right: 3px; }

.categorized-posts .section-heading {
  margin-top: 0; }
.categorized-posts .heading {
  margin-bottom: 0; }
.categorized-posts .see-all-posts {
  line-height: 42px; }

.widget-newsletter {
  text-align: center; }
  .widget-newsletter i {
    display: block;
    font-size: 28px; }
  .widget-newsletter .heading {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal; }
  .widget-newsletter p {
    margin-bottom: 20px; }

.tabpanel ul.list-post > li,
.tabpanel ul.list-recent-comments > li {
  margin-bottom: 18px; }
.tabpanel .list-post .post-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3; }
.tabpanel .list-post .post-meta {
  font-size: 13px;
  color: #adadad; }
.tabpanel .list-post a {
  color: inherit;
  font-weight: 600; }
.tabpanel .list-recent-comments .media-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3; }
  .tabpanel .list-recent-comments .media-heading a {
    color: inherit;
    font-weight: 600; }
.tabpanel .list-recent-comments .preview {
  font-size: 13px;
  color: #adadad; }

/* -------------------------------------- 
 * Blog post list and single post item
 * --------------------------------------*/
.entry-post {
  position: relative;
  font-size: 16px; }
  .entry-post .media {
    float: left;
    width: 330px; }
    .entry-post .media .media-attribution {
      font-size: 12px; }
  .entry-post .entry-content {
    padding-left: 350px; }
  .entry-post .entry-header {
    margin-bottom: 20px; }
  .entry-post .entry-title {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 0.8; }
    .entry-post .entry-title a {
      font-size: 22px;
      line-height: 1.6;
      color: inherit; }
      .entry-post .entry-title a:hover, .entry-post .entry-title a:focus {
        color: #69B417; }
  .entry-post .meta-line > span {
    margin-right: 15px;
    font-size: 13px;
    color: #282c34; }
  .entry-post .meta-line a {
    color: inherit;
    text-decoration: underline; }
    .entry-post .meta-line a:hover, .entry-post .meta-line a:focus {
      text-decoration: none; }
  .entry-post .meta-line i {
    font-size: 15px;
    margin-right: 8px; }
  .entry-post .read-more {
    margin-top: 30px; }
  .entry-post.entry-post-fullwidth .media {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
  .entry-post.entry-post-fullwidth .entry-content {
    padding-left: 0; }
  .entry-post.entry-post-single {
    margin-bottom: 50px; }
    .entry-post.entry-post-single .entry-header {
      margin-bottom: 45px; }
    .entry-post.entry-post-single .entry-title {
      margin-bottom: 10px;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.4;
      color: #737373; }
    .entry-post.entry-post-single .entry-lead {
      margin-bottom: 15px;
      font-size: 18px;
      color: #282c34; }
    .entry-post.entry-post-single .media {
      float: none;
      width: 100%;
      margin-bottom: 30px; }
    .entry-post.entry-post-single .section-heading {
      margin-top: 0;
      font-family: inherit;
      font-size: 21px;
      font-weight: 600; }
  @media screen and (max-width: 768px) {
    .entry-post .media {
      float: none;
      width: 100%;
      margin-bottom: 15px; }
    .entry-post .entry-content {
      padding-left: 0; }
    .entry-post.entry-post-single .meta-line {
      font-size: 14px; } }

.post-social-sharing {
  margin-bottom: 60px; }
  .post-social-sharing .section-heading {
    display: inline;
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 16px; }
  .post-social-sharing .social-icons {
    display: inline; }
  @media screen and (max-width: 768px) {
    .post-social-sharing {
      margin-top: 15px;
      text-align: left; } }

.post-author-info {
  padding: 0;
  margin-bottom: 60px; }
  .post-author-info .media-left {
    padding-right: 20px; }
  .post-author-info .author-name {
    font-size: 22px;
    color: inherit; }
  .post-author-info .author-title {
    font-size: 16px;
    color: #ababab; }

/* related post */
.related-posts {
  padding: 0;
  margin-bottom: 50px; }

.related-post-list img {
  width: 275px;
  max-width: 100%; }
.related-post-list a {
  display: block;
  color: #737373; }
  .related-post-list a:hover, .related-post-list a:focus {
    color: #69B417; }
.related-post-list .post-title {
  margin-top: 10px;
  font-size: 16px; }
@media screen and (max-width: 768px) {
  .related-post-list li {
    margin-bottom: 30px; }
    .related-post-list li:last-child {
      margin-bottom: 0; }
  .related-post-list img {
    width: 100%; } }

/* comments */
.comments .media {
  margin-top: 50px; }
.comments .media-left {
  float: left; }
.comments .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 45px;
  height: 45px; }
  .comments .avatar.anonymous {
    font-size: 22px;
    background-color: #ccc;
    color: #8c8c8c;
    text-align: center;
    line-height: 45px; }
.comments .comment-author {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700; }
  .comments .comment-author a {
    color: inherit; }
.comments .timestamp {
  font-size: 12px;
  color: #bfbfbf; }
.comments .comment-by-author {
  padding: 15px;
  background: #F8F8F8; }

/* -----------
 * Events
 * ----------*/
.events hr {
  margin: 30px 0; }

.event .event-date {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 36px;
  color: #d3d3d3; }
.event .event-title {
  display: block;
  font-size: 18px;
  color: #8c8c8c; }
  .event .event-title:hover, .event .event-title:focus {
    color: #b2b2b2; }

/* ---------------
 * Styled icon
 * --------------*/
.ico-styled {
  font-size: 16px;
  margin: 4px 8px 8px 0; }

.icon-styled-area, .ico-styled-square, .ico-styled-square-solid, .ico-styled-circle, .ico-styled-circle-solid {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #939CA0; }

.ico-styled-square, .ico-styled-square-solid {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.ico-styled-square-solid {
  border: none; }

.ico-styled-circle, .ico-styled-circle-solid {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.ico-styled-circle-solid {
  border: none; }

.ico-gray-bg {
  background-color: #f3f3f3; }

.ico-styled-lg {
  font-size: 40px;
  margin: 4px 8px 8px 0; }
  .ico-styled-lg.ico-styled-square, .ico-styled-lg.ico-styled-square-solid, .ico-styled-lg.ico-styled-square-solid, .ico-styled-lg.ico-styled-circle-solid {
    width: 80px;
    height: 80px;
    line-height: 80px; }

.ico-styled-md {
  font-size: 30px;
  margin: 4px 8px 8px 0; }
  .ico-styled-md.ico-styled-square, .ico-styled-md.ico-styled-square-solid, .ico-styled-md.ico-styled-square-solid, .ico-styled-md.ico-styled-circle-solid {
    width: 60px;
    height: 60px;
    line-height: 60px; }

/* --------
 * Tabs
 * -------*/
.nav-tabs > li > a {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  font-size: 14px;
  font-weight: normal; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #F8F8F8; }
  .nav-tabs > li > a:focus {
    outline: none; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #8c8c8c; }

.tab-content {
  padding: 15px 8px; }

.nav .open > a, .nav .open a:hover, .nav .open a:focus {
  border-color: #fff; }

.nav-pills > li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #8c8c8c;
  background-color: #F8F8F8; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #69B417; }

.nav-tabs.nav,
.nav-pills.nav {
  font-family: Lato, sans-serif; }
.nav-tabs > li > a:focus,
.nav-pills > li > a:focus {
  outline: none; }
.nav-tabs.tabs-iconized > li i,
.nav-pills.tabs-iconized > li i {
  position: relative;
  margin-right: 3px;
  top: 3px;
  font-size: 20px; }

.nav-stacked {
  font-family: Lato, sans-serif; }
  .nav-stacked i {
    position: relative;
    top: 1px;
    min-width: 20px;
    font-size: 16px;
    text-align: center; }

.custom-tabs-line {
  text-align: center; }
  .custom-tabs-line .nav {
    font-family: Lato, sans-serif; }
  .custom-tabs-line ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .custom-tabs-line ul > li {
      float: left; }
      .custom-tabs-line ul > li a {
        color: #b2b2b2;
        font-weight: normal; }
        .custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
          color: #8c8c8c;
          background-color: transparent; }
        .custom-tabs-line ul > li a:focus {
          outline: none; }
    .custom-tabs-line ul.nav-pills a:hover, .custom-tabs-line ul.nav-pills a:focus {
      color: #fff;
      background-color: #69B417; }
  .custom-tabs-line.tabs-line-top {
    border-top: 1px solid #e4e4e4; }
    .custom-tabs-line.tabs-line-top ul > li {
      margin-top: -1px; }
    .custom-tabs-line.tabs-line-top a {
      border-top: 2px solid transparent; }
    .custom-tabs-line.tabs-line-top .active a {
      border-top-color: #69B417; }
  .custom-tabs-line.tabs-line-bottom {
    border-bottom: 1px solid #e4e4e4; }
    .custom-tabs-line.tabs-line-bottom ul > li {
      margin-bottom: -1px; }
    .custom-tabs-line.tabs-line-bottom a {
      border-bottom: 1px solid transparent; }
    .custom-tabs-line.tabs-line-bottom .active a {
      border-bottom: 2px solid #69B417; }
  .custom-tabs-line.left-aligned {
    text-align: left; }
  .custom-tabs-line.right-aligned {
    text-align: right; }
  @media screen and (max-width: 768px) {
    .custom-tabs-line ul li.active > a {
      margin-bottom: -1px; } }

.tabbed-content-chronological .tab-content {
  min-height: 250px; }
@media screen and (max-width: 768px) {
  .tabbed-content-chronological .media-left {
    display: none; }
  .tabbed-content-chronological .media-body {
    padding-left: 0; } }

.custom-tabs-circle {
  text-align: center; }
  .custom-tabs-circle .nav {
    font-family: Lato, sans-serif; }
  .custom-tabs-circle ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .custom-tabs-circle ul > li {
      margin: 0 35px;
      float: left; }
      .custom-tabs-circle ul > li > a {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding: 0;
        color: #d4d4d4;
        font-family: Lato, sans-serif;
        line-height: 60px;
        background-color: #fff;
        border: 1px solid #e6e6e6; }
        .custom-tabs-circle ul > li > a:hover, .custom-tabs-circle ul > li > a:focus {
          background-color: #fafafa; }
        .custom-tabs-circle ul > li > a:focus {
          outline: none; }
      .custom-tabs-circle ul > li.active > a {
        border-color: #69B417;
        background-color: #69B417;
        color: #fff; }
      .custom-tabs-circle ul > li:after {
        content: '';
        display: block;
        position: relative;
        bottom: 30px;
        margin: 0 auto;
        width: 60px;
        height: 1px;
        background-color: #eaeaea;
        left: 65px; }
      .custom-tabs-circle ul > li:last-child:after {
        display: none; }
  @media screen and (max-width: 768px) {
    .custom-tabs-circle {
      display: block; }
      .custom-tabs-circle ul > li {
        margin: 0; }
        .custom-tabs-circle ul > li:after {
          display: none; } }

/* -------------------------
 * Carousel by owl carousel
 * ------------------------*/
/* dotted pagination */
.owl-theme .owl-controls .owl-pagination {
  margin-top: 20px;
  /* if it has pagination, adjust top position */ }
  .owl-theme .owl-controls .owl-pagination + .owl-buttons {
    margin-top: -45px; }
.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #fff;
  border: 1px solid #71787b; }
.owl-theme .owl-controls .owl-page.active span {
  background: #71787b; }

/* navigation buttons */
.owl-theme .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -21px; }
  .owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    padding: 12px 20px;
    line-height: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.2); }
    .owl-theme .owl-controls .owl-buttons div:before {
      font-family: FontAwesome;
      font-size: 24px;
      line-height: 24px; }
    .owl-theme .owl-controls .owl-buttons div.owl-prev {
      left: 0; }
      .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
        content: '\f104'; }
    .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: 0; }
      .owl-theme .owl-controls .owl-buttons div.owl-next:before {
        content: '\f105'; }

/* carousel with nav buttons hidden first */
.carousel-nav-hidefirst .owl-controls .owl-buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.carousel-nav-hidefirst:hover .owl-controls .owl-buttons {
  opacity: 1;
  filter: alpha(opacity=100); }

/* carousel with gap between item */
.carousel-gap .owl-item {
  padding: 0 2px; }

/* carousel as content slider */
.carousel-content .media-body {
  padding-left: 20px; }
.carousel-content .owl-controls .owl-buttons div {
  background-color: #71787B;
  color: #fff; }
@media screen and (max-width: 992px) {
  .carousel-content .media-left,
  .carousel-content .media-right,
  .carousel-content .media-body {
    display: block;
    padding: 0; }
  .carousel-content .media-left,
  .carousel-content .media-right {
    margin-bottom: 15px;
    text-align: center; }
  .carousel-content img {
    max-width: 100%; }
  .carousel-content .media-body {
    padding-left: 0;
    width: 100%;
    vertical-align: baseline; }
  .carousel-content .section-heading {
    margin-bottom: 20px;
    font-size: 24px; } }

/* carousel with arrows navigation */
.carousel-has-navigation .owl-item {
  padding: 0 75px; }

/* carousel with dot pagination inside slider */
.carousel-pagination-inside .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0; }
  .carousel-pagination-inside .owl-controls .owl-pagination {
    margin: 0; }

/* carousel portfolio simple */
.carousel-portfolio-simple {
  /* alternate navigation button */ }
  .carousel-portfolio-simple .owl-controls .owl-buttons div {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #69B417; }
    .carousel-portfolio-simple .owl-controls .owl-buttons div.owl-prev:before {
      content: '\f0d9'; }
    .carousel-portfolio-simple .owl-controls .owl-buttons div.owl-next:before {
      content: '\f0da'; }

/* carousel portfolio card */
.carousel-portfolio-card .portfolio-card {
  margin: 0 7px; }
.carousel-portfolio-card .owl-wrapper {
  padding-bottom: 1px; }

/* hand and loading icon */
.grabbing {
  cursor: url(../img/owl-carousel/grabbing.png) 8 8, move; }

.owl-item.loading {
  background-image: url(../img/owl-carousel/AjaxLoader.gif); }

/* ----------
 * Slider
 * ---------*/
.slide-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.slide-overlay-dark-gray {
  background-color: rgba(59, 59, 59, 0.9); }

.blog-slider .post-title {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1.6; }
  .blog-slider .post-title a, .blog-slider .post-title a:hover, .blog-slider .post-title a:focus {
    color: #fff; }

/* typography for slider revolution content */
.tp-caption .heading {
  font-size: 36px; }
.tp-caption.big-text, .tp-caption.big-text .heading {
  font-size: 40px; }
.tp-caption.medium-text, .tp-caption.medium-text .heading {
  font-size: 48px; }
.tp-caption.lead-text, .tp-caption.lead-text p {
  font-size: 28px;
  line-height: 35px; }
.tp-caption.light-text,
.tp-caption.light-text .heading {
  color: #fff !important; }
.tp-caption .btn {
  margin-right: 15px; }
.tp-caption .icon-info i {
  font-size: 45px; }
.tp-caption .icon-info strong {
  display: block;
  margin-top: 15px;
  font-size: 22px; }

.tp-resizeme strong,
.tp-resizeme span,
.tp-resizeme em,
.tp-resizeme .btn i {
  font-size: inherit !important; }
.tp-resizeme .icon-info strong {
  font-size: inherit !important; }

/* news style slider */
.news-slider .title {
  margin-top: 5px;
  color: #fff;
  font-size: 32px; }
.news-slider .date {
  color: #fff;
  font-size: 24px; }
.news-slider .title,
.news-slider .date {
  padding: 3px 10px;
  line-height: 1.3;
  background-color: rgba(52, 52, 52, 0.8); }
.news-slider .zeus .tp-thumb.selected .tp-thumb-over,
.news-slider .zeus .tp-thumb:hover .tp-thumb-over {
  background-color: rgba(0, 0, 0, 0.7); }
.news-slider .tp-thumb-image {
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* ------------
 * Hero unit
 * -----------*/
.hero-unit .heading {
  font-size: 36px;
  font-weight: normal;
  color: #fff; }
  .hero-unit .heading.big-text {
    font-size: 60px; }
  .hero-unit .heading.medium-text {
    font-size: 48px; }
.hero-unit .lead {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 35px;
  color: #fff; }
.hero-unit .left {
  float: left;
  width: 60%; }
.hero-unit .right {
  float: right;
  width: 40%; }
@media screen and (max-width: 480px) {
  .hero-unit .left {
    width: 100%;
    text-align: center; }
  .hero-unit .right {
    display: none; } }
@media screen and (max-width: 992px) {
  .hero-unit .heading {
    font-size: 36px; }
  .hero-unit .lead {
    font-size: 18px; } }

.hero-fullwidth {
  height: 575px; }

.fullwidth-image, .fullwidth-image-solid {
  background-image: url("../img/hero-unit/building.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .fullwidth-image .heading, .fullwidth-image-solid .heading,
  .fullwidth-image .lead,
  .fullwidth-image-solid .lead {
    color: #636363; }

.fullwidth-image-solid {
  background-image: url("../img/hero-unit/solid-background.jpg"); }
  .fullwidth-image-solid .heading,
  .fullwidth-image-solid .lead {
    color: #fff; }

.hero-rotating-words {
  padding: 0; }
  .hero-rotating-words .hero-content {
    position: relative;
    top: 25%; }
  .hero-rotating-words .heading {
    font-size: 20px; }
  .hero-rotating-words .lead {
    margin-bottom: 50px;
    font-size: 40px; }
  .hero-rotating-words .btn {
    margin-right: 15px; }
  .hero-rotating-words .btn-default {
    background-color: #71787B;
    border-color: #595e60;
    color: #fff; }

.hero-solid-color {
  height: 575px;
  background-color: #656565; }
  .hero-solid-color .container {
    position: relative;
    top: 30%; }

/* fullscreen background image */
html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
  height: 100%; }

.hero-fullscreen-bg {
  position: relative;
  height: 100%;
  color: #fff; }
  .hero-fullscreen-bg .overlay, .hero-fullscreen-bg .thumbnail-hover .dark-overlay, .thumbnail-hover .hero-fullscreen-bg .dark-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .hero-fullscreen-bg .container {
    position: relative;
    top: 30%; }
  .hero-fullscreen-bg .down-arrow {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    display: none; }
    @media screen and (min-width: 1200px) {
      .hero-fullscreen-bg .down-arrow {
        display: block;
        bottom: 1em; } }
    .hero-fullscreen-bg .down-arrow a {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      opacity: 0.3;
      filter: alpha(opacity=30);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      display: block;
      width: 60px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      border: 2px solid #fff;
      font-size: 26px; }
      .hero-fullscreen-bg .down-arrow a:hover, .hero-fullscreen-bg .down-arrow a:focus {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  @media screen and (max-width: 480px) {
    .hero-fullscreen-bg .heading {
      font-size: 26px; }
    .hero-fullscreen-bg .lead {
      font-size: 24px; } }

.fullscreen-image {
  background-image: url("../img/hero-unit/building.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .fullscreen-image .lead {
    color: #636363; }

.hero-content-centered {
  position: relative;
  top: 30px;
  text-align: center; }
  .hero-content-centered img.img-bottom {
    margin: 70px auto 0 auto; }

/* hero video with jquery vide, fixed z-index */
.hero-video > div:first-child,
.hero-video .vide-video {
  z-index: 0 !important; }
.hero-video > div:first-child + div {
  position: relative; }

/* ---------------
 * Pricing tables
 * ---------------*/
.pricing-table {
  background-color: #F6F6F6;
  border-left: 2px solid #fff; }
  .pricing-table .top {
    position: relative;
    padding-top: 20px;
    margin: 0 -15px;
    text-align: center;
    background-color: #71787B; }
    .pricing-table .top:before, .pricing-table .top:after {
      content: '';
      position: absolute;
      top: 45px;
      height: 65%;
      width: 50%;
      background: #71787B; }
    .pricing-table .top:before {
      -moz-transform: skew(0deg, 6deg);
      -ms-transform: skew(0deg, 6deg);
      -webkit-transform: skew(0deg, 6deg);
      transform: skew(0deg, 6deg);
      left: 0; }
    .pricing-table .top:after {
      -moz-transform: skew(0deg, -6deg);
      -ms-transform: skew(0deg, -6deg);
      -webkit-transform: skew(0deg, -6deg);
      transform: skew(0deg, -6deg);
      right: 0; }
    .pricing-table .top .heading,
    .pricing-table .top .pricing {
      position: relative;
      z-index: 1;
      font-family: Raleway, sans-serif;
      color: #fff; }
    .pricing-table .top .heading {
      margin-bottom: 5px;
      font-size: 22px; }
    .pricing-table .top .pricing {
      font-size: 28px; }
  .pricing-table .bottom {
    padding: 40px 10px;
    text-align: center; }
  .pricing-table .btn-default {
    background-color: #71787B;
    border-color: #5d6366;
    color: #fff; }
    .pricing-table .btn-default:hover, .pricing-table .btn-default:focus {
      background-color: #5d6366; }
  .pricing-table ul.list-details {
    margin-bottom: 40px;
    font-size: 14px; }
    .pricing-table ul.list-details > li {
      margin-bottom: 15px; }
  .pricing-table.pricing-recommended .top,
  .pricing-table.pricing-recommended .top:after,
  .pricing-table.pricing-recommended .top:before {
    background-color: #69B417; }
  @media screen and (max-width: 992px) {
    .pricing-table {
      margin-bottom: 30px; } }

.pricing-table2-set {
  padding-top: 20px;
  text-align: center; }

.pricing-table2 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 20px;
  margin: 0 8px;
  width: 25%;
  background-color: #FCFCFC;
  border: 1px solid #E7E7E7;
  border-top-width: 5px;
  border-top-color: #b9b9b9; }
  .pricing-table2 .heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700; }
  .pricing-table2 .package-info {
    margin-bottom: 0; }
  .pricing-table2 .pricing {
    margin: 50px 0; }
  .pricing-table2.pricing-recommended {
    position: relative; }
    .pricing-table2.pricing-recommended .popular {
      position: absolute;
      top: -39px;
      width: 100.6%;
      left: -1px;
      padding: 8px;
      background: #69B417;
      color: #fff; }
  .pricing-table2 .price {
    display: block;
    margin-bottom: 10px;
    font-size: 68px;
    font-weight: 300;
    line-height: 1; }
  .pricing-table2 .price-info {
    color: #dddddd; }
  .pricing-table2 .btn-default {
    background-color: #71787B;
    border-color: #5d6366;
    color: #fff; }
    .pricing-table2 .btn-default:hover, .pricing-table2 .btn-default:focus {
      background-color: #5d6366; }
  @media screen and (max-width: 992px) {
    .pricing-table2 {
      width: 30%;
      padding: 20px 10px; } }
  @media screen and (max-width: 768px) {
    .pricing-table2 {
      display: block;
      margin-bottom: 30px;
      margin-left: 0;
      width: 100%; }
      .pricing-table2.pricing-recommended {
        margin-top: 60px; } }

/* ---------
 * FAQ
 * --------*/
.panel-group.panel-group-faq .panel-heading {
  padding-left: 0; }
.panel-group.panel-group-faq .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.panel-group.panel-group-faq .panel-minimal .panel-heading + .panel-collapse > .panel-body {
  margin-top: 0; }
.panel-group.panel-group-faq .panel-title {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6; }
  .panel-group.panel-group-faq .panel-title a {
    color: inherit; }
    .panel-group.panel-group-faq .panel-title a:hover {
      color: #69B417; }
    .panel-group.panel-group-faq .panel-title a:focus {
      color: inherit;
      outline: none; }
.panel-group.panel-group-faq .panel-body {
  padding-left: 0;
  padding-right: 0; }
.panel-group.panel-group-faq.top-faq .panel-heading .number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  background-color: #69B417; }
.panel-group.panel-group-faq.top-faq .panel-title {
  font-size: 18px; }
.panel-group.panel-group-faq.top-faq .panel-body {
  padding-left: 40px; }

.faq-footer {
  position: relative;
  margin-top: 15px;
  padding: 5px 8px;
  background-color: #f7f7f7;
  font-size: 11px; }
  .faq-footer .share {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: absolute;
    right: 8px;
    color: #dedede; }
    .faq-footer .share a {
      margin: 0 2px; }
  @media screen and (max-width: 768px) {
    .faq-footer {
      font-size: 13px; }
      .faq-footer .share {
        display: block;
        position: relative;
        right: 0; } }

.faq-further-links-list {
  margin: 30px 0; }
  .faq-further-links-list > li {
    width: 20em; }

/* -----------------------
 * Shopping cart widget
 * ----------------------*/
.shopping-cart-widget {
  min-width: 300px;
  padding-left: 15px;
  padding-right: 15px; }
  .shopping-cart-widget > strong {
    display: block;
    padding: 10px 15px;
    margin: 0 -15px;
    background-color: #f7f7f7; }
  .shopping-cart-widget .cart-item {
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #f2f2f2; }
    .shopping-cart-widget .cart-item a {
      color: inherit; }
    .shopping-cart-widget .cart-item img {
      width: 40px;
      float: left; }
    .shopping-cart-widget .cart-item .info {
      padding-left: 50px;
      font-family: Lato, sans-serif; }
      .shopping-cart-widget .cart-item .info .product-title {
        font-size: 13px; }
      .shopping-cart-widget .cart-item .info .product-qty-price {
        display: block;
        font-weight: normal;
        font-size: 11px; }
    .shopping-cart-widget .cart-item .btn-close {
      position: absolute;
      top: 20px;
      right: 8px; }
  .shopping-cart-widget .cart-footer {
    padding-top: 15px;
    padding-bottom: 15px; }
    .shopping-cart-widget .cart-footer .total {
      font-family: Lato, sans-serif;
      font-size: 16px;
      line-height: 2; }
    .shopping-cart-widget .cart-footer .btn-checkout {
      float: right; }
    .shopping-cart-widget .cart-footer .continue-shopping {
      text-align: center;
      margin-bottom: 0;
      margin-top: 15px; }
      .shopping-cart-widget .cart-footer .continue-shopping a {
        font-weight: normal;
        color: inherit; }
        .shopping-cart-widget .cart-footer .continue-shopping a:hover, .shopping-cart-widget .cart-footer .continue-shopping a:focus {
          text-decoration: underline; }

/* --------------------------------------------------------
 * Twitter feeds, styling output by twitter fetcher plugin
 * --------------------------------------------------------*/
.twitter-stream #tweets ul > li {
  margin-bottom: 35px; }
  .twitter-stream #tweets ul > li:last-child {
    margin-bottom: 0; }
.twitter-stream #tweets .Avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  margin-right: 8px;
  float: left; }
.twitter-stream #tweets .tweet-infos {
  margin-bottom: 5px; }
  .twitter-stream #tweets .tweet-infos a {
    color: inherit; }
  .twitter-stream #tweets .tweet-infos .full-name {
    margin-right: 8px; }
.twitter-stream #tweets .tweet-content {
  padding-left: 45px;
  margin-bottom: 5px; }
  .twitter-stream #tweets .tweet-content .u-hiddenVisually {
    display: none; }
  .twitter-stream #tweets .tweet-content a {
    word-break: break-all; }
.twitter-stream #tweets .tweet-time {
  font-size: 12px;
  padding-left: 45px;
  color: #bfbfbf; }

/* ----------------------
 * Custom thumbnails
 * ---------------------*/
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #aaaaaa; }

.thumbnail .caption p, .thumbnail .thumbnail-hover .caption-light p, .thumbnail-hover .thumbnail .caption-light p {
  color: #777;
  margin-bottom: 30px; }

.thumbnail-no-border {
  border: none;
  padding: 0; }

.thumbnail-hover {
  position: relative; }
  .thumbnail-hover .overlay, .thumbnail-hover .dark-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ededed; }
  .thumbnail-hover .dark-overlay {
    background-color: rgba(72, 72, 72, 0.9);
    border: none; }
  .thumbnail-hover .thumbnail-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    background-color: #69B417;
    color: #fff;
    text-align: center; }
  .thumbnail-hover i {
    font-size: 24px;
    line-height: 60px; }
  .thumbnail-hover .caption, .thumbnail-hover .caption-light {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%; }
  .thumbnail-hover .caption-light {
    color: #fff; }
    .thumbnail-hover .caption-light .heading {
      color: #fff; }
  .thumbnail-hover .overlay, .thumbnail-hover .dark-overlay, .thumbnail-hover .caption, .thumbnail-hover .caption-light, .thumbnail-hover .thumbnail-icon {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
    filter: alpha(opacity=0); }
  .thumbnail-hover:hover .overlay, .thumbnail-hover:hover .dark-overlay, .thumbnail-hover:hover .caption, .thumbnail-hover:hover .caption-light, .thumbnail-hover:hover .thumbnail-icon {
    opacity: 1;
    filter: alpha(opacity=100); }

.thumbnail-overlay {
  position: relative; }
  .thumbnail-overlay .overlay, .thumbnail-overlay .thumbnail-hover .dark-overlay, .thumbnail-hover .thumbnail-overlay .dark-overlay {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(76, 76, 76, 0.7); }
  .thumbnail-overlay a:hover .overlay, .thumbnail-overlay a:hover .thumbnail-hover .dark-overlay, .thumbnail-hover .thumbnail-overlay a:hover .dark-overlay,
  .thumbnail-overlay a:focus .overlay,
  .thumbnail-overlay a:focus .thumbnail-hover .dark-overlay,
  .thumbnail-hover .thumbnail-overlay a:focus .dark-overlay {
    background-color: rgba(76, 76, 76, 0.9); }
  .thumbnail-overlay .caption, .thumbnail-overlay .thumbnail-hover .caption-light, .thumbnail-hover .thumbnail-overlay .caption-light {
    position: absolute;
    top: 50%;
    margin-top: -12%;
    width: 100%;
    padding: 10px 30px; }
    .thumbnail-overlay .caption .heading, .thumbnail-overlay .thumbnail-hover .caption-light .heading, .thumbnail-hover .thumbnail-overlay .caption-light .heading,
    .thumbnail-overlay .caption p,
    .thumbnail-overlay .thumbnail-hover .caption-light p,
    .thumbnail-hover .thumbnail-overlay .caption-light p {
      color: #fff; }

.thumbnail-custom {
  position: relative;
  margin-bottom: 30px; }
  .thumbnail-custom .overlay, .thumbnail-custom .thumbnail-hover .dark-overlay, .thumbnail-hover .thumbnail-custom .dark-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(89, 89, 89, 0.88); }
  .thumbnail-custom .btn {
    position: absolute;
    top: 50%;
    margin-top: -39px;
    left: 50%;
    margin-left: -50px; }
  .thumbnail-custom .thumbnail-heading {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 15px;
    margin: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #666666;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1; }
  .thumbnail-custom .overlay, .thumbnail-custom .thumbnail-hover .dark-overlay, .thumbnail-hover .thumbnail-custom .dark-overlay, .thumbnail-custom .btn {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
    filter: alpha(opacity=0); }
  .thumbnail-custom:hover .overlay, .thumbnail-custom:hover .thumbnail-hover .dark-overlay, .thumbnail-hover .thumbnail-custom:hover .dark-overlay, .thumbnail-custom:hover .btn {
    opacity: 1;
    filter: alpha(opacity=100); }
  .thumbnail-custom a, .thumbnail-custom a:hover, .thumbnail-custom a:focus {
    color: #fff; }
  .thumbnail-custom .btn {
    background-color: rgba(105, 180, 23, 0.5);
    border: 2px solid #5c9d14; }
    .thumbnail-custom .btn:hover, .thumbnail-custom .btn:focus {
      background-color: #69B417; }
  @media screen and (max-width: 480px) {
    .thumbnail-custom .thumbnail-heading {
      font-size: 16px; } }

/* ----------------------
 * Bootstrap progress bar
 * ----------------------*/
.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5; }
  .progress.wide {
    width: 60px; }
  .progress.progress-sm {
    height: 12px; }
  .progress.progress-xs {
    height: 5px; }
  .progress.progress-sm .progress-bar, .progress.progress-xs .progress-bar {
    text-indent: -9999px; }

.progress-bar {
  -webkit-transition: width 3s ease;
  -moz-transition: width 3s ease;
  -ms-transition: width 3s ease;
  -o-transition: width 3s ease;
  transition: width 3s ease;
  background-color: #69B417; }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-vertical-wrapper {
  height: 200px; }

/* --------------------------------
 * Accordion, collapsible content
 * --------------------------------*/
.panel-group .panel .panel-heading {
  padding: 0; }
.panel-group .panel .panel-title {
  font-size: 14px;
  font-family: Lato, sans-serif; }
.panel-group .panel .panel-title > a {
  display: block;
  padding: 10px 15px; }
  .panel-group .panel .panel-title > a:hover, .panel-group .panel .panel-title > a:focus {
    color: inherit; }
  .panel-group .panel .panel-title > a i {
    font-size: 18px;
    margin-right: 5px; }
    .panel-group .panel .panel-title > a i.icon-collapsed {
      display: none; }
    .panel-group .panel .panel-title > a i.right {
      float: right;
      margin-right: 0; }
  .panel-group .panel .panel-title > a.collapsed .icon-expanded {
    display: none; }
  .panel-group .panel .panel-title > a.collapsed .icon-collapsed {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: baseline; }

.panel-minimal .panel-title {
  font-weight: 700; }

/* -----------------------
 * Wizard
 * ----------------------*/
.wizard > .steps-container {
  background-color: #eee; }
.wizard > ul.steps li.active,
.wizard > .steps-container > ul.steps li.active {
  background-color: #777;
  color: #fff; }
  .wizard > ul.steps li.active .badge,
  .wizard > .steps-container > ul.steps li.active .badge {
    background-color: #fff;
    color: #777; }
  .wizard > ul.steps li.active .chevron:before,
  .wizard > .steps-container > ul.steps li.active .chevron:before {
    border-left-color: #777; }
.wizard > ul.steps li.complete, .wizard > ul.steps li.complete:hover,
.wizard > .steps-container > ul.steps li.complete,
.wizard > .steps-container > ul.steps li.complete:hover {
  background: #5cb85c;
  color: #fff; }
.wizard > ul.steps li.complete .badge,
.wizard > .steps-container > ul.steps li.complete .badge {
  background-color: #fff;
  color: #3c763d; }
.wizard > ul.steps li.complete .chevron,
.wizard > .steps-container > ul.steps li.complete .chevron {
  border-left-color: #47a447; }
  .wizard > ul.steps li.complete .chevron:before,
  .wizard > .steps-container > ul.steps li.complete .chevron:before {
    border-left-color: #5cb85c; }
.wizard .btn-next i {
  margin-left: 5px; }

.wizard-center {
  position: relative;
  min-height: 48px; }
  .wizard-center h3 {
    font-size: 18px; }
  .wizard-center > .steps-container {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center; }
    .wizard-center > .steps-container .connector-line {
      position: relative;
      top: 19px;
      margin: 0 auto;
      width: 50%;
      height: 2px;
      background-color: #000; }
  .wizard-center ul.steps {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    list-style: none outside none;
    padding: 0;
    margin: 0;
    margin: 0 !important; }
    .wizard-center ul.steps > li {
      text-align: center;
      font-size: 16px; }
      .wizard-center ul.steps > li span {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .wizard-center ul.steps > li:after {
        content: '';
        display: block;
        position: relative;
        bottom: 52px;
        margin: 0 auto;
        width: 100px;
        height: 1px;
        background-color: #eaeaea;
        left: 90px; }
      .wizard-center ul.steps > li:last-child:after {
        display: none; }
  .wizard-center ul.steps > li {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 180px;
    font-weight: 800;
    color: #ccc; }
    .wizard-center ul.steps > li.active {
      color: #8c8c8c; }
      .wizard-center ul.steps > li.active .step-number {
        background: #777; }
    .wizard-center ul.steps > li.complete {
      color: #8c8c8c; }
      .wizard-center ul.steps > li.complete .step-number {
        background: #5BA412;
        cursor: pointer; }
        .wizard-center ul.steps > li.complete .step-number:hover {
          background: #51b351; }
      .wizard-center ul.steps > li.complete .title:hover {
        cursor: pointer; }
      .wizard-center ul.steps > li.complete:after {
        background-color: #5cb85c; }
    @media screen and (max-width: 768px) {
      .wizard-center ul.steps > li {
        display: none; }
        .wizard-center ul.steps > li.active {
          display: block; }
        .wizard-center ul.steps > li:after {
          display: none; } }
  .wizard-center .step-number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ddd;
    color: #fff;
    margin-bottom: 10px; }
  .wizard-center .btn-prev,
  .wizard-center .btn-next {
    margin-left: 20px; }
    .wizard-center .btn-prev i,
    .wizard-center .btn-next i {
      margin: 0 5px; }
  .wizard-center .step-content .step-pane {
    display: none; }
  .wizard-center .step-content > .active {
    display: block; }
  .wizard-center .actions {
    text-align: right; }

#demo-wizard .step-content .step-pane {
  min-height: 303px; }

/* -----------------------
 * Modal dialog
 * ----------------------*/
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal-subscription {
  top: 15em; }
  .modal-subscription .modal-content {
    padding: 30px; }
  .modal-subscription .left {
    float: left; }
  .modal-subscription .right {
    float: right;
    width: 70%; }
  .modal-subscription .heading {
    font-size: 36px;
    font-weight: 700; }
  .modal-subscription .lead {
    font-size: 22px; }
  .modal-subscription input {
    margin-bottom: 5px; }
  .modal-subscription .icon-main {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto 30px auto;
    width: 100px;
    height: 100px;
    background-color: #F4F4F4; }
    .modal-subscription .icon-main i {
      font-size: 48px;
      line-height: 1.9;
      color: #cecece; }
  .modal-subscription .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    border: 0; }
  .modal-subscription a.link-close {
    font-size: 13px;
    font-style: italic;
    color: #777;
    text-decoration: underline; }
    .modal-subscription a.link-close:hover, .modal-subscription a.link-close:focus {
      color: #777;
      text-decoration: none; }

#offer-modal .heading {
  margin-bottom: 15px; }
#offer-modal .lead {
  font-size: 18px;
  margin-bottom: 30px; }

/* -----------------------
 * Authentication
 * Sign up, sign in etc
 * -----------------------*/
.auth-box .left {
  float: left;
  width: 45%;
  text-align: right; }
.auth-box .right {
  float: right;
  width: 45%; }
.auth-box .auth-social {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 8em; }
.auth-box .btn-social {
  display: block;
  margin-bottom: 15px; }
.auth-box .form-auth-small {
  width: 360px; }
  .auth-box .form-auth-small .heading {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #ececec; }
  .auth-box .form-auth-small .btn {
    margin-top: 30px; }
  .auth-box .form-auth-small .element-left {
    float: left; }
  .auth-box .form-auth-small .element-right {
    float: right; }
.auth-box .center-separator {
  display: block;
  float: left;
  width: 10%;
  text-align: center; }
  .auth-box .center-separator:before, .auth-box .center-separator:after {
    content: "";
    display: block;
    height: 11.5em;
    margin: 0 auto;
    width: 1px;
    border-left: 1px solid #ececec; }
@media screen and (max-width: 768px) {
  .auth-box .left,
  .auth-box .right,
  .auth-box .center-separator {
    float: none;
    width: 100%; }
  .auth-box .left {
    text-align: center; }
  .auth-box .auth-social {
    margin-top: 3em; }
  .auth-box .center-separator {
    margin: 30px 0; }
    .auth-box .center-separator:before, .auth-box .center-separator:after {
      height: 1.5em; }
  .auth-box .form-auth-small {
    margin: 0 auto; } }

.layout-full .auth-box {
  padding: 6em 0 7em 0; }
  @media screen and (max-width: 768px) {
    .layout-full .auth-box {
      padding: 1em 0; } }

/* --------------------
 * Misc element styles
 * --------------------*/
/* toastr notification */
#toast-container > div, #toast-container > div:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
#toast-container .toast-close-button {
  top: -0.9em; }

.toast a {
  text-decoration: underline; }
  .toast a:hover, .toast a:focus {
    text-decoration: none;
    color: #fff; }
.toast .toast-message {
  font-size: 14px; }

.toast-info {
  background-color: #69B417; }

.toast-success {
  background-color: #5cb85c; }

.toast-warning {
  background-color: #f0ad4e; }

.toast-danger {
  background-color: #d9534f; }

/* alerts */
.alert .alert-link {
  font-weight: normal;
  text-decoration: underline; }
  .alert .alert-link:hover, .alert .alert-link:focus {
    text-decoration: none; }

/* labels */
.label {
  padding: .3em .7em .4em;
  font-weight: normal; }

/* badges */
.badge {
  font-weight: normal; }

/* panel */
.panel-primary {
  border-color: #69B417; }
  .panel-primary > .panel-heading {
    background-color: #69B417;
    border-color: #69B417;
    cursor: pointer; }

/* contact widget at bottom right */
.contact-widget {
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  width: 400px;
  position: fixed;
  margin: 0;
  bottom: -5px;
  right: 60px;
  z-index: 9999; }
  .contact-widget > .panel-heading i {
    position: absolute;
    top: .4em;
    right: .5em;
    font-size: 20px; }
  .contact-widget .panel-title {
    font-size: 14px;
    font-weight: 700; }
  .contact-widget .panel-body {
    padding: 30px; }
  @media screen and (max-width: 480px) {
    .contact-widget {
      width: 100%;
      right: 0; } }

/* list group items have no padding */
.list-group-condensed .list-group-item {
  padding: 0;
  border: none; }
.list-group-condensed .thumbnail {
  margin-bottom: 0; }

.container-fluid .list-group-condensed .caption, .container-fluid .list-group-condensed .thumbnail-hover .caption-light, .thumbnail-hover .container-fluid .list-group-condensed .caption-light {
  margin-top: -15%;
  padding-left: 50px;
  padding-right: 50px; }
.container-fluid .list-group-condensed .heading {
  font-size: 40px;
  font-weight: 300; }
.container-fluid .list-group-condensed p {
  font-size: 18px;
  font-weight: 300; }
@media screen and (max-width: 480px) {
  .container-fluid .list-group-condensed .caption, .container-fluid .list-group-condensed .thumbnail-hover .caption-light, .thumbnail-hover .container-fluid .list-group-condensed .caption-light {
    margin-top: -22%; }
  .container-fluid .list-group-condensed .heading {
    font-size: 24px; }
  .container-fluid .list-group-condensed p {
    font-size: 15px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container-fluid .list-group-condensed p {
    display: none; } }

/* tables */
.panel-collapse .table > tbody > tr > td {
  padding: 8px 15px; }

/* ----------------------
 * Global layout styles 
 * ---------------------*/
html, body {
  height: 100%; }

.layout-boxed #wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 5px #ccc; }

.navbar {
  margin-bottom: 0; }

.page-content {
  margin: 40px 0 20px 0; }

.widget {
  margin-bottom: 60px; }
  .widget.widget-bordered {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    padding: 20px; }
  .widget .widget-title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #636363; }

@media screen and (max-width: 768px) {
  .row div + div .sidebar {
    margin-top: 50px; } }
.layout-full .logo {
  width: 110px; }
.layout-full .header {
  width: 100%;
  margin-top: 50px;
  text-align: center; }
  .layout-full .header .heading {
    font-size: 28px;
    font-weight: normal; }
@media screen and (max-width: 480px) {
  .layout-full .header {
    position: relative; } }

.table-wrap {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* ----------
 * Navbar
 * ---------*/
.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .navbar .container {
    position: relative; }

.navbar-default {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: none;
  border-bottom: 5px solid #69B417;
  background-color: #30343d; }
  .navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-weight: normal;
    font-size: 13px; }
    .navbar-default .navbar-nav > li > a:hover {
      background-color: transparent;
      color: #969eb0; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #FFF; }
  .navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
    color: #FFF;
    background-color: transparent; }
  .navbar-default .navbar-form {
    border: none; }
  .navbar-default .navbar-toggle {
    margin: 10px 0 0 15px; }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      border: none;
      background: #f3f3f3; }
    .navbar-default .navbar-toggle i {
      font-size: 31px; }
  .navbar-default .navbar-collapse {
    float: right;
    border-top: none;
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .navbar-default .navbar-collapse {
      padding-left: inherit;
      padding-right: inherit; } }
  @media screen and (max-width: 992px) {
    .navbar-default .navbar-collapse {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      max-height: none; } }

.navbar-absolute {
  position: absolute;
  width: 100%;
  z-index: 99; }

.navbar-transparent {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(255, 255, 255, 0.8); }

.navbar-no-background {
  background: none !important;
  border: none;
  z-index: 9999; }
  @media screen and (max-width: 992px) {
    .navbar-no-background {
      position: absolute;
      background: #fff !important; }
      .navbar-no-background.navbar-light-font {
        background: rgba(35, 35, 35, 0.95) !important; }
        .navbar-no-background.navbar-light-font .main-navbar-nav > li {
          border-bottom-color: #424242; }
          .navbar-no-background.navbar-light-font .main-navbar-nav > li a:focus {
            color: #fff; }
        .navbar-no-background.navbar-light-font .main-navbar-nav .dropdown > .dropdown-menu {
          background-color: #232323; }
          .navbar-no-background.navbar-light-font .main-navbar-nav .dropdown > .dropdown-menu > li > a {
            color: #fff; }
          .navbar-no-background.navbar-light-font .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu {
            background-color: #232323; }
        .navbar-no-background.navbar-light-font .main-navbar-nav .dropdown-mega .dropdown-menu li a,
        .navbar-no-background.navbar-light-font .main-navbar-nav .dropdown-mega .dropdown-menu li > span {
          color: #fff; }
        .navbar-no-background.navbar-light-font .secondary-navbar-nav > li a:focus {
          color: #fff; } }

.navbar-light-font {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(35, 35, 35, 0.95);
  border: none; }
  .navbar-light-font .navbar-nav > li > a {
    color: #fff; }
  .navbar-light-font .navbar-toggle, .navbar-light-font .navbar-toggle:hover, .navbar-light-font .navbar-toggle:focus {
    background: #232323; }
  .navbar-light-font .navbar-toggle i {
    color: #fff; }
  .navbar-light-font .btn-outline {
    border-color: #fff; }
    .navbar-light-font .btn-outline.btn-primary:hover, .navbar-light-font .btn-outline.btn-primary:focus {
      background-color: #69B417;
      border-color: #5c9d14;
      color: #fff; }
  @media screen and (max-width: 992px) {
    .navbar-light-font .open .dropdown-menu > li > a, .navbar-light-font .open .dropdown-menu > li > a:hover, .navbar-light-font .open .dropdown-menu > li > a:focus {
      color: #fff !important;
      background-color: transparent !important; }
    .navbar-light-font .open .dropdown-menu > li > a:hover, .navbar-light-font .open .dropdown-menu > li > a:focus {
      background-color: #3a3a3a !important; }
    .navbar-light-font .open .dropdown-menu > .active > a, .navbar-light-font .open .dropdown-menu > .active > a:hover, .navbar-light-font .open .dropdown-menu > .active > a:focus {
      color: #fff !important;
      background-color: #3a3a3a !important; } }

.navbar-fixed-top.navbar-shrinkable .navbar-brand img {
  max-width: 100%; }
.navbar-fixed-top.navbar-shrinkable, .navbar-fixed-top.navbar-shrinkable .navbar-brand img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.navbar-fixed-top.shrink-active {
  top: -50px; }
  .navbar-fixed-top.shrink-active .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px; }
    .navbar-fixed-top.shrink-active .navbar-brand > img {
      max-width: 55%; }
  .navbar-fixed-top.shrink-active .main-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-fixed-top.shrink-active .secondary-navbar-nav .as-icon {
    padding-top: 10px;
    padding-bottom: 10px; }
    .navbar-fixed-top.shrink-active .secondary-navbar-nav .as-icon .cart-count {
      top: 2px; }

.main-navbar-nav {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* main menu top level*/
  /* submenu */ }
  .main-navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1; }
  .main-navbar-nav li > .dropdown-menu {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 225px;
    border: none;
    border-top: 2px solid #30343d; }
    .main-navbar-nav li > .dropdown-menu > li > a {
      padding: 10px 20px;
      position: relative;
      color: #3B3B3B; }
      .main-navbar-nav li > .dropdown-menu > li > a:hover, .main-navbar-nav li > .dropdown-menu > li > a:focus {
        color: #30343d;
        background-color: transparent; }
      .main-navbar-nav li > .dropdown-menu > li > a i {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        font-size: 16px; }
  .main-navbar-nav .dropdown-mega {
    position: inherit; }
    .main-navbar-nav .dropdown-mega .dropdown-menu {
      max-width: 100%;
      width: 100%;
      margin: -2px; }
      .main-navbar-nav .dropdown-mega .dropdown-menu .dropdown-mega-menu-container {
        padding: 5px 25px 25px 25px; }
      .main-navbar-nav .dropdown-mega .dropdown-menu .menu-list {
        margin-bottom: 20px; }
      .main-navbar-nav .dropdown-mega .dropdown-menu li > span {
        display: block;
        padding-top: 15px;
		padding-bottom: 5px;
        font-size: 16px;
        color: #3b3b3b; }
      .main-navbar-nav .dropdown-mega .dropdown-menu li > span a{
        color: #3b3b3b; }
      .main-navbar-nav .dropdown-mega .dropdown-menu li i {
        margin-right: 5px; }
      .main-navbar-nav .dropdown-mega .dropdown-menu li > a {
        display: block;
        padding: 8px 0;
        color: #3B3B3B;
        text-decoration: none;
        font-weight: normal; }
        .main-navbar-nav .dropdown-mega .dropdown-menu li > a:hover, .main-navbar-nav .dropdown-mega .dropdown-menu li > a:focus {
          color: #282c34; }
      .main-navbar-nav .dropdown-mega .dropdown-menu li.active > a, .main-navbar-nav .dropdown-mega .dropdown-menu li.active > a:hover, .main-navbar-nav .dropdown-mega .dropdown-menu li.active > a:focus {
        color: #282c34; }
  @media screen and (min-width: 993px) {
    .main-navbar-nav .dropdown:hover > .dropdown-menu {
      display: block; }
      .main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
        left: 225px;
        top: 0;
        margin-top: -2px; } }
  @media screen and (max-width: 992px) {
    .main-navbar-nav > li {
      border-bottom: 1px solid #f3f3f3; }
      .main-navbar-nav > li:last-child {
        border-bottom: none; }
      .main-navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px; }
    .main-navbar-nav .dropdown-toggle > i {
      position: absolute;
      right: 15px; }
    .main-navbar-nav .dropdown > .dropdown-menu {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      position: relative;
      width: 100%;
      margin-bottom: 15px;
      background-color: #f9f9f9; }
      .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu {
        position: relative;
        left: 0;
        border-top: none;
        background-color: #f9f9f9; }
        .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu li {
          padding-left: 10px; } }

.secondary-navbar-nav {
  float: right; }
  .secondary-navbar-nav .as-icon {
    float: right;
    padding-top: 20px;
    padding-bottom: 23px;
    position: relative; }
    .secondary-navbar-nav .as-icon i {
      font-size: 20px; 
	  color:#69B417;}
    .secondary-navbar-nav .as-icon .cart-count {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 13px;
      right: 0;
      width: 25px;
      height: 25px;
      font-size: 12px;
      font-weight: normal;
      text-align: center;
      line-height: 25px;
      background-color: #69B417;
      font-family: Lato, sans-serif;
      color: #fff; }
  .secondary-navbar-nav .dropdown-cart {
    float: left; }
  @media screen and (min-width: 993px) {
    .secondary-navbar-nav .dropdown:hover > .dropdown-menu {
      display: block; } }
  @media screen and (max-width: 992px) {
    .secondary-navbar-nav {
      margin: 0;
	  display: none;
	  }
      .secondary-navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%;
        background-color: #fff; }
      .secondary-navbar-nav.as-icon {
        padding-bottom: 0; } }

.navbar-brand {
  height: auto;
  padding: 15px 5px 10px 5px; }

@media screen and (max-width: 992px) {
  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    display: none !important; }

  .main-navbar-nav.navbar-nav,
  .main-navbar-nav.navbar-nav > li {
    float: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important; } }
/* --------
 * Nav
 * -------*/
.nav {
  font-family: Microsoft YaHei, Raleway, sans-serif;
  font-weight: 700; }

.nav-topbar {
  background-color: #3B3B3B; }
  .nav-topbar .left {
    float: left; }
  .nav-topbar .right {
    float: right; }
  .nav-topbar .nav > li > a {
    font-size: 11px;
    color: #FFF; }
    .nav-topbar .nav > li > a:hover, .nav-topbar .nav > li > a:focus {
      color: #FFF !important;
      text-decoration: underline; }
    .nav-topbar .nav > li > a.as-button {
      padding-top: 10px;
      padding-bottom: 10px; }
    .nav-topbar .nav > li > a .btn {
      font-size: 11px; }
  .nav-topbar .social-icons > li {
    padding-top: 10px;
    padding-bottom: 10px; }
    .nav-topbar .social-icons > li > a {
      background-color: #484848;
      color: white; }
      .nav-topbar .social-icons > li > a:hover, .nav-topbar .social-icons > li > a:focus {
        background-color: #454545; }
  .nav-topbar .search-form input, .nav-topbar .search-form .btn {
    border: none;
    background-color: #484848; }
  .nav-topbar .search-form input {
    color: #bbbbbb; }
  .nav-topbar .search-form .btn {
    color: #6e6e6e; }
  .nav-topbar.topbar-accent {
    background-color: #69B417; }
    .nav-topbar.topbar-accent .social-icons > li > a {
      background-color: #76cb1a;
      color: white; }
      .nav-topbar.topbar-accent .social-icons > li > a:hover, .nav-topbar.topbar-accent .social-icons > li > a:focus {
        background-color: #74c619; }
    .nav-topbar.topbar-accent .search-form input, .nav-topbar.topbar-accent .search-form .btn {
      border: none;
      background-color: #76cb1a; }
    .nav-topbar.topbar-accent .search-form input {
      color: #e6f9d1; }
    .nav-topbar.topbar-accent .search-form .btn {
      color: #9ce849; }
    .nav-topbar.topbar-accent .nav > li > a.as-button span {
      background-color: #41700e;
      border-color: #345a0b; }
    .nav-topbar.topbar-accent .nav > li > a.as-button:hover span, .nav-topbar.topbar-accent .nav > li > a.as-button:focus span {
      background-color: #3a630d; }
  @media screen and (max-width: 768px) {
    .nav-topbar {
      text-align: center; }
      .nav-topbar .navbar-right {
        margin-top: 8px; }
        .nav-topbar .navbar-right > li,
        .nav-topbar .navbar-right > li > a {
          display: inline; }
      .nav-topbar .left,
      .nav-topbar .right {
        float: none; } }

.nav-smaller > li > a {
  font-size: 12px; }

.nav-onepage {
  position: relative;
  top: 2em; }
  .nav-onepage > li > a {
    padding-top: 0;
    padding-bottom: 0; }
  .nav-onepage .btn {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 9px;
    position: relative;
    top: -5px; }
  @media screen and (max-width: 992px) {
    .nav-onepage {
      top: 0; }
      .nav-onepage > li {
        float: none;
        margin: 18px 0; }
      .nav-onepage .btn {
        top: 0; } }

.navbar-default .nav-onepage > li > a:hover {
  color: #69B417; }
.navbar-default .nav-onepage > li > a:focus {
  color: #3B3B3B; }
.navbar-default .nav-onepage > li.active > a:hover, .navbar-default .nav-onepage > li.active > a:focus {
  color: #69B417; }
.navbar-default .nav-onepage > li.active > .btn-outline.btn-primary {
  color: #fff;
  background-color: #69B417;
  border-color: #69B417; }

.navbar-default.navbar-light-font .nav-onepage > li > a:focus {
  color: #fff; }
.navbar-default.navbar-light-font .nav-onepage > li.active > a:focus {
  color: #69B417; }
.navbar-default.navbar-light-font .nav-onepage > li.active > .btn-outline.btn-primary:focus {
  color: #fff; }

.nav-pills.sidebar-nav {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  font-family: Lato, sans-serif; }
  .nav-pills.sidebar-nav:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #eee; }
  .nav-pills.sidebar-nav > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: inherit;
    background-color: #fff; }
    .nav-pills.sidebar-nav > li > a:hover, .nav-pills.sidebar-nav > li > a:focus {
      background-color: #eee; }
  .nav-pills.sidebar-nav > li.active > a, .nav-pills.sidebar-nav > li.active > a:hover, .nav-pills.sidebar-nav > li.active > a:focus {
    color: inherit;
    background-color: #eee; }
  .nav-pills.sidebar-nav li.has-submenu {
    background-color: #fff; }
    .nav-pills.sidebar-nav li.has-submenu:after {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: absolute;
      right: 10px;
      top: 11px;
      font-family: "FontAwesome";
      content: '\f105';
      color: inherit !important; }
    .nav-pills.sidebar-nav li.has-submenu.active {
      border-color: #ddd; }
      .nav-pills.sidebar-nav li.has-submenu.active:after {
        content: '\f107';
        color: #fff; }
      .nav-pills.sidebar-nav li.has-submenu.active li.active > a {
        color: #69B417; }
  .nav-pills.sidebar-nav ul.submenu {
    padding-left: 24px; }
    .nav-pills.sidebar-nav ul.submenu li {
      margin: 8px 0; }
      .nav-pills.sidebar-nav ul.submenu li:first-child a {
        padding-top: 0; }
      .nav-pills.sidebar-nav ul.submenu li a {
        display: block;
        color: inherit;
        font-size: 14px;
        font-weight: normal; }
        .nav-pills.sidebar-nav ul.submenu li a:hover, .nav-pills.sidebar-nav ul.submenu li a:focus {
          color: #69B417; }
  @media screen and (max-width: 480px) {
    .nav-pills.sidebar-nav {
      -moz-box-shadow: 0 4px 4px 0 rgba(210, 210, 210, 0.5);
      -webkit-box-shadow: 0 4px 4px 0 rgba(210, 210, 210, 0.5);
      box-shadow: 0 4px 4px 0 rgba(210, 210, 210, 0.5);
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 9999;
      background-color: #f5f5f5;
      border: 2px solid #c5c5c5; }
      .nav-pills.sidebar-nav li.has-submenu {
        background-color: #f5f5f5; }
      .nav-pills.sidebar-nav li a {
        background-color: #f5f5f5; } }

/* ------------
 * Page header 
 * ------------*/
.page-header {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
  background-color: #fefefe; }
  .page-header .container {
    position: relative; }
  .page-header .breadcrumb {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -18px; }
  .page-header .page-title {
    margin: 20px 0;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 500;
    max-width: 375px;
  }
  .page-header.one-column {
    padding: 20px 0; }
    .page-header.one-column .breadcrumb {
      position: relative;
      padding: 15px 0 0 0;
      right: 0; }
  .page-header.has-intro {
    padding: 40px 0; }
    .page-header.has-intro .left {
      width: 50%; }
    .page-header.has-intro .page-title {
      margin: 10px 0 15px 0; }
    .page-header.has-intro .page-header-intro {
      font-weight: 300;
      font-size: 16px;
      color: #cbcbcb; }
  .page-header.has-background-image {
    padding: 88px 0;
    position: relative;
    color: #fff;
    background-image: url("../img/page-header-default-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .page-header.has-background-image .page-title {
      color: #fff; }
    .page-header.has-background-image .overlay, .page-header.has-background-image .thumbnail-hover .dark-overlay, .thumbnail-hover .page-header.has-background-image .dark-overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8); }
    .page-header.has-background-image .breadcrumb > li + li:before {
      color: #464646; }
  .page-header.has-background-pattern {
    padding: 40px 0;
    background-image: url("../img/pattern-restaurant_icons.png");
    background-repeat: repeat; }
    .page-header.has-background-pattern .breadcrumb > li + li:before {
      color: inherit; }
  .page-header.breadcrumbs-only .breadcrumb {
    position: relative;
    margin: 0; }
  @media screen and (max-width: 768px) {
    .page-header .breadcrumb,
    .page-header .page-title {
      float: none !important;
      text-align: center; }
    .page-header .breadcrumb {
      position: inherit;
      top: inherit;
      right: inherit; }
    .page-header.has-intro {
      text-align: center; }
      .page-header.has-intro .left {
        width: 100%;
        margin-bottom: 15px; }
      .page-header.has-intro .breadcrumb {
        margin-bottom: 0; } }

#page-header-about {
  background-image: url("../img/page-header-default-bg.jpg"); }

#page-header-services {
  background-image: url("../img/page-header-services-bg.jpg"); }

#page-header-contact {
  background-image: url("../img/page-header-contact-bg.jpg"); }

#page-header-signin {
  background-image: url("../img/page-header-signin-bg.jpg"); }

#page-header-signup {
  background-image: url("../img/page-header-signup-bg.jpg"); }

/* ------------
 * Footer
 * ------------*/
footer {
  padding: 60px 0 15px 0;
  background-color: #282c34;
  color: #fff; }
  footer.has-border-top {
    border-top: 1px solid #e4e4e4; }
  footer .left {
    float: left; }
  footer .right {
    float: right; }
  footer ul.link-list li a {
    color: inherit; }
    footer ul.link-list li a:hover, footer ul.link-list li a:focus {
      color: inherit;
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    footer div.row > div:first-child {
      margin-bottom: 50px; }
    footer .left,
    footer .right {
      display: block !important;
      float: none;
      text-align: center; } }

.copyright-text {
  font-size: 12px; }

.footer-heading {
  font-weight: 700;
  font-size: 14px;
  color: #69b417;
  margin-bottom: 25px; }
  .footer-heading:after {
    content: " ";
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 18px;
    background-color: #69B417; }
  .footer-heading.footer-heading-simple:after {
    display: none; }

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #46484c; }
  .footer-bottom nav {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .footer-bottom nav ul > li {
      padding: 0 10px; }
      .footer-bottom nav ul > li:first-child {
        padding-left: 5px; }
    .footer-bottom nav.right ul > li:last-child {
      padding-right: 0; }
  .footer-bottom a {
    color: #fff;
    font-size: 13px; }
    .footer-bottom a:hover, .footer-bottom a:focus {
      text-decoration: underline; }

.footer-newsletter {
  padding-top: 0;
  background-color: #fff; }
  .footer-newsletter .container {
    border-top: 1px solid #bfbfbf;
    padding-top: 60px; }
  .footer-newsletter .footer-top {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center; }
  .footer-newsletter .footer-heading {
    font-weight: normal;
    font-size: 26px; }
    .footer-newsletter .footer-heading:after {
      display: none; }
  .footer-newsletter .copytext {
    font-size: 16px;
    margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .footer-newsletter .footer-top {
      width: 100%; } }

.footer-dark {
  background-color: #3D3D3D;
  color: #fff; }
  .footer-dark .container,
  .footer-dark .footer-bottom {
    border-top: none; }
  .footer-dark .newsletter-form .form-control:first-child {
    background-color: #303030;
    border-color: #303030; }
  .footer-dark nav ul > li > a {
    color: #fff; }
  .footer-dark .footer-heading,
  .footer-dark .copytext,
  .footer-dark .social-icons a,
  .footer-dark .copyright-text {
    color: #fff;
    font-weight: 300; }

.footer-minimal {
  padding: 30px 0;
  text-align: center; }
  .footer-minimal nav {
    margin-bottom: 30px; }
    .footer-minimal nav ul > li > a {
      color: inherit;
      font-size: 13px;
      padding: 0 8px; }
      .footer-minimal nav ul > li > a:hover, .footer-minimal nav ul > li > a:focus {
        text-decoration: underline; }
  .footer-minimal .bold-separator {
    width: 50px;
    margin-top: 40px;
    margin-bottom: 40px; }

.footer-fixed {
  position: fixed;
  bottom: 0; }
  @media screen and (max-width: 480px) {
    .footer-fixed {
      position: relative; } }

/* ---------------
 * Search Result
 * ---------------*/
ul.list-search-results li {
  margin: 50px 0; }
  ul.list-search-results li .heading {
    margin: 0;
    font-size: 18px;
    font-weight: 500; }
    ul.list-search-results li .heading a {
      color: inherit; }
      ul.list-search-results li .heading a:hover, ul.list-search-results li .heading a:focus {
        text-decoration: underline; }
  ul.list-search-results li p {
    margin-bottom: 0; }
  ul.list-search-results li.type-document i {
    font-size: 6em;
    line-height: 1; }
  ul.list-search-results li.type-image img {
    width: 140px; }
    @media screen and (max-width: 480px) {
      ul.list-search-results li.type-image img {
        width: 110px; } }
  ul.list-search-results li.type-portfolio img {
    width: 150px; }

/* ---------------
 * Knowledge Base
 * ---------------*/
.form-knowledge-search {
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .form-knowledge-search input[type="search"] {
      font-size: 0.9em; } }

.knowledge h2 {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  font-size: 20px; }
  .knowledge h2 span {
    font-weight: normal; }
  .knowledge h2 a {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-weight: 700; }
    .knowledge h2 a:hover, .knowledge h2 a:focus {
      color: #69B417; }
.knowledge ul li {
  line-height: 30px; }
  .knowledge ul li a {
    color: #8c8c8c;
    display: block;
    padding-left: 20px; }
    .knowledge ul li a:hover {
      text-decoration: underline; }
  .knowledge ul li i {
    font-size: 14px;
    line-height: 29px; }

.knowledge-recent-popular {
  margin-top: 50px; }
  .knowledge-recent-popular ol {
    padding-left: 20px; }
    .knowledge-recent-popular ol li {
      line-height: 30px; }
  .knowledge-recent-popular a, .knowledge-recent-popular a:hover, .knowledge-recent-popular a:focus {
    color: inherit; }
  .knowledge-recent-popular a:hover {
    text-decoration: underline; }

ul.nav-categories {
  margin-bottom: 30px; }
  ul.nav-categories > li {
    border: 1px solid #ccc; }
    ul.nav-categories > li:first-child {
      -moz-border-radius-topleft: 2px;
      -webkit-border-top-left-radius: 2px;
      border-top-left-radius: 2px;
      -moz-border-radius-topright: 2px;
      -webkit-border-top-right-radius: 2px;
      border-top-right-radius: 2px; }
    ul.nav-categories > li:last-child {
      -moz-border-radius-bottomleft: 2px;
      -webkit-border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      -moz-border-radius-bottomright: 2px;
      -webkit-border-bottom-right-radius: 2px;
      border-bottom-right-radius: 2px; }
    ul.nav-categories > li:not(:first-child) {
      border-top: none; }
    ul.nav-categories > li + li {
      margin-top: 0; }
    ul.nav-categories > li > a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      color: #8c8c8c; }
      ul.nav-categories > li > a:hover {
        background-color: #e6e6e6; }

.ticket-box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 15px; }

/* ---------------
 * Coming Soon
 * ---------------*/
#cs-wrapper {
  padding: 0 100px;
  height: 100%;
  background-image: url("../img/comingsoon-bg.jpg");
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 992px) {
    #cs-wrapper {
      padding: 0 30px; } }

.cs-header {
  position: absolute;
  top: 30px; }

.cs-right-section {
  position: absolute;
  top: 0;
  right: 0;
  width: 460px;
  height: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95); }
  @media screen and (max-width: 1200px) {
    .cs-right-section {
      position: relative;
      bottom: 0;
      height: auto;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.main-heading {
  font-size: 75px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  color: #636363; }
  @media screen and (max-width: 768px) {
    .main-heading {
      font-size: 38px; } }

.countdown {
  background-color: transparent;
  border: none; }
  .countdown .countdown-amount {
    font-size: 56px;
    color: #636363;
    line-height: 1; }
  .countdown .countdown-period {
    font-size: 22px;
    color: #636363;
    text-transform: lowercase; }
  @media screen and (max-width: 768px) {
    .countdown .countdown-amount {
      font-size: 22px; }
    .countdown .countdown-period {
      font-size: 18px; } }

.countdown-show4 .countdown-section {
  width: auto;
  margin-right: 110px; }
  @media screen and (max-width: 1200px) {
    .countdown-show4 .countdown-section {
      margin-right: 80px; } }
  @media screen and (max-width: 992px) {
    .countdown-show4 .countdown-section {
      margin-right: 40px; } }
  @media screen and (max-width: 480px) {
    .countdown-show4 .countdown-section {
      margin-right: 22px; } }

.cs-social-icons {
  margin-bottom: 0;
  position: absolute;
  bottom: 30px; }

.cs-footer {
  position: absolute;
  bottom: 0;
  background: none; }
  .cs-footer p {
    font-size: 13px; }
  @media screen and (max-width: 1200px) {
    .cs-footer {
      position: relative;
      margin-top: 30px; } }

/*------------------------------------------------*/
/*	Profile Page
/*------------------------------------------------*/
.user-profile {
  padding-bottom: 30px; }

.profile-header-background img {
  width: 100%;
  height: auto; }

.profile-info-left {
  position: relative;
  top: -92px; }
  .profile-info-left img.avatar {
    border: 2px solid #fff; }
  .profile-info-left h2 {
    margin-bottom: 30px; }
  .profile-info-left .section {
    margin-top: 50px; }
    .profile-info-left .section h3 {
      font-size: 1.1em;
      font-weight: 700;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
  .profile-info-left ul.profile-list-social > li {
    margin-bottom: 5px; }
    .profile-info-left ul.profile-list-social > li .social-icon-id {
      min-width: 110px; }

.social-icon-id {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  color: #fff; }
  .social-icon-id:hover, .social-icon-id:focus {
    color: #fff; }
  .social-icon-id i {
    font-size: 15px;
    min-width: 15px; }
  .social-icon-id span {
    color: #fff; }

.profile-info-right {
  margin-top: 20px;
  margin-bottom: 20px; }
  .profile-info-right .tab-content {
    padding: 30px 0;
    background-color: transparent; }
  @media screen and (max-width: 768px) {
    .profile-info-right {
      position: relative;
      top: -70px; } }

.activity-item {
  overflow: visible;
  position: relative;
  margin: 15px 0;
  border-top: 1px dashed #ccc;
  padding-top: 15px; }
  .activity-item:first-child {
    border-top: none; }
  .activity-item .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 32px; }
  .activity-item > i {
    font-size: 18px;
    line-height: 1; }
  .activity-item .media-body {
    position: relative; }
  .activity-item .activity-title {
    margin-bottom: 0;
    line-height: 1.3; }
  .activity-item .activity-time {
    color: #b3b3b3; }
  .activity-item .activity-attachment {
    padding-top: 20px; }
  .activity-item .well {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-left: 2px solid #cfcfcf;
    background: #fff;
    margin-left: 20px;
    font-size: 0.85em; }
  .activity-item .thumbnail {
    display: inline;
    border: none;
    padding: 0; }
    .activity-item .thumbnail img {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      width: auto;
      margin: 0 0 15px 0; }
  .activity-item .activity-actions {
    position: absolute;
    top: 15px;
    right: 0; }
    .activity-item .activity-actions .btn i {
      margin: 0; }
    .activity-item .activity-actions .dropdown-menu > li > a {
      font-size: 0.9em;
      padding: 3px 10px; }
  .activity-item + .btn {
    margin-bottom: 15px; }

.user-follower,
.user-following {
  position: relative;
  margin-bottom: 40px; }
  .user-follower img,
  .user-following img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 40px; }
  .user-follower a,
  .user-following a {
    font-size: 1.1em;
    line-height: 1; }
  .user-follower .username,
  .user-following .username {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #b3b3b3; }
  .user-follower .btn,
  .user-following .btn {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 92px; }

.btn-toggle-following {
  background-color: #fff; }
  .btn-toggle-following:hover {
    background-color: #a94442;
    border-color: #9e403e;
    color: #fff; }
    .btn-toggle-following:hover span {
      display: none; }
    .btn-toggle-following:hover:after {
      content: 'Unfollow';
      display: inline; }
    .btn-toggle-following:hover i:before {
      content: '\f00d'; }

/* -----------------
 * Helper classes
 * -----------------*/
.margin-top-30 {
  margin-top: 30px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.padding-left-30 {
  padding-left: 30px; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-border {
  border: none !important; }

.no-background {
  background: none; }

.hide-first {
  display: none; }

/* specific styles for demo purposes */
.fontawesome-icon-list .fa-hover a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: inherit;
  line-height: 32px;
  height: 32px;
  border-radius: 4px; }
  .fontawesome-icon-list .fa-hover a .fa {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px; }
  .fontawesome-icon-list .fa-hover a:hover {
    background-color: #F8F8F8;
    text-decoration: none; }

.elegant-icon-list .box {
  font-size: 13px;
  display: inline-block;
  width: 14.2em;
  padding: .25em .5em;
  margin: 20px 95px 0 0; }
  .elegant-icon-list .box span:before {
    font-size: 16px; }
@media screen and (max-width: 768px) {
  .elegant-icon-list .box {
    margin: 20px 55px 0 0; } }

#toastr-demo .btn-toastr {
  margin-bottom: 8px; }

/*# sourceMappingURL=main.css.map */
  