/**
Theme Name: AirSlice
Description: Creative Responsive Wordpress Theme
*/
/**
 * Table of Contents
 *
 * 1.0 - Browser Reset
 * 2.0 - Core Animation
 * 3.0 - Typography
 * 4.0 - Grid system
 * 5.0 - Tables
 * 6.0 - Forms
 * 7.0 - Buttons
 * 8.0 - Dropdown menus
 * 9.0 - Navs
 * 10.0 - Navbars
 * 11.0 - Breadcrumbs
 * 12.0 - Pagination
 * 13.0 - Labels
 * 14.0 - Alerts
 * 15.0 - Progress bars
 * 16.0 - Panels
 * 17.0 - Close icons
 * 18.0 - Morphsearch
 * 19.0 - Mediaelementplayer
 * 20.0 - Modals
 * 21.0 - Tooltips
 * 22.0 - Popovers
 * 23.0 - Carousel
 * 24.0 - DH Slider
 * 25.0 - Shortcodes
 * 		25.1 - Animate Box
 * 		25.2 - Call to Action
 * 		25.3 - Separator
 * 		25.4 - Caroufredsel Slider
 * 		25.5 - Testimonial
 * 		25.6 - Client
 * 		25.7 - Counter
 * 		25.8 - Google Map
 * 		25.9 - Iconbox
 * 		25.10 - Piechart
 * 		25.11 - Pricing Table
 * 		25.12 - Timeline
 * 		25.13 - Team Member
 *		25.14 - Single Image
 * 		25.15 - Latestnews
 * 		25.16 - Embed
 * 		25.17 - Lists Ul
 * 26.0 - Header
 * 27.0 - Footer
 * 28.0 - Porfolio
 * 29.0 - Post
 * 30.0 - Comment form
 * 31.0 - Widget sidebar
 * 32.0 - Contact form 7
 * 34.0 - Utility classes
 * 35.0 - Responsive: Utility classes
 * 36.0 - Custom style
 */
@font-face {
  font-family: "Flaticon";
  src: url('../fonts/flaticon.eot');
  src: url('../fonts/flaticon.eot#iefix') format('embedded-opentype'), url('../fonts/flaticon.woff') format('woff'), url('../fonts/flaticon.ttf') format('truetype'), url('../fonts/flaticon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="dh-icon-"]:before,
[class^="dh-icon-"]:after {
  font-family: Flaticon;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dh-icon-chevron-left:before {
  content: "\e000";
}
.dh-icon-circle-right:before {
  content: "\e001";
}
.dh-icon-left-left:before {
  content: "\e002";
}
.dh-icon-link:before {
  content: "\e003";
}
.dh-icon-column:before {
  content: "\e004";
}
.dh-icon-play:before {
  content: "\e005";
}
.dh-icon-chevron-right:before {
  content: "\e006";
}
.dh-icon-shopping:before {
  content: "\e007";
}
.dh-icon-zoom-out:before {
  content: "\e008";
}
.dh-icon-zoom-in:before {
  content: "\e009";
}
/*--------------------------------------------------------------
1.0 - Browser Reset
--------------------------------------------------------------*/
@font-face {
  font-family: 'proxima-nova';
  src: url(../fonts/proximanova-regular-webfont.eot);
  src: url('../fonts/proximanova-regular-webfont.eot?iefix') format('eot'), url(../fonts/proximanova-regular-webfont.woff) format('woff'), url(../fonts/proximanova-regular-webfont.ttf) format('truetype'), url('../fonts/proximanova-regular-webfont.svg#webfont') format('svg');
}
@font-face {
  font-family: 'proxima-nova';
  font-weight: 600;
  src: url(../fonts/proximanova-semibold-webfont.eot);
  src: url('../fonts/proximanova-semibold-webfont.eot?iefix') format('eot'), url(../fonts/proximanova-semibold-webfont.woff) format('woff'), url(../fonts/proximanova-semibold-webfont.ttf) format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#webfont') format('svg');
}
@font-face {
  font-family: 'proxima-nova';
  font-weight: bold;
  src: url(../fonts/proximanova-bold-webfont.eot);
  src: url('../fonts/proximanova-bold-webfont.eot?iefix') format('eot'), url(../fonts/proximanova-bold-webfont.woff) format('woff'), url(../fonts/proximanova-bold-webfont.ttf) format('truetype'), url('../fonts/proximanova-bold-webfont.svg#webfont') format('svg');
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizelegibility;
  letter-spacing: 0.05px;
  word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.7586206896551726em;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.13793103448275862em;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.main-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5862068965517242em;
}
.main-content table > thead > tr > th,
.main-content table > tbody > tr > th,
.main-content table > tfoot > tr > th,
.main-content table > thead > tr > td,
.main-content table > tbody > tr > td,
.main-content table > tfoot > tr > td {
  padding: 0.5517241379310345em;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.main-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
.main-content table > caption + thead > tr:first-child > th,
.main-content table > colgroup + thead > tr:first-child > th,
.main-content table > thead:first-child > tr:first-child > th,
.main-content table > caption + thead > tr:first-child > td,
.main-content table > colgroup + thead > tr:first-child > td,
.main-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.main-content table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14.5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #666666;
  background: #ffffff;
  font-style: normal;
  font-weight: 400;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #57bb8a;
  text-decoration: none;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 1.5862068965517242em;
  margin-bottom: 1.5862068965517242em;
  border: 0;
  border-top: 1px solid #999999;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 0.13793103448275862em 0.27586206896551724em;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 0.13793103448275862em 0.27586206896551724em;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.2931034482758621em;
  margin: 0 0 0.7931034482758621em;
  font-size: 13.5px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 23.448275862068964em;
  overflow-y: scroll;
}
/*--------------------------------------------------------------
2.0 - Core Animation
--------------------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.linear {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.ease {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.easeIn {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
.easeOut {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.easeInOut {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/*Penner Easing*/
.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
/* easeInBack not supported in older versions of webkit.*/
/* see top comment for fix. */
.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* easeOutBack not supported in older versions of webkit. */
/* see top comment for fix. */
.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* easeInOutBack not supported in older versions of webkit. */
/* see top comment for fix. */
.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes appear {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .el-appear {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .el-appear.animate-appear {
    -webkit-animation: appear 1s 1 ease;
    -o-animation: appear 1s 1 ease;
    animation: appear 1s 1 ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingFade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.fade-loading {
  text-align: center;
}
.fade-loading i {
  -webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
  -o-animation: 1.5s ease 0s normal none infinite loadingFade;
  animation: 1.5s ease 0s normal none infinite loadingFade;
  background: none repeat scroll 0 0 #57bb8a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 10px;
}
.fade-loading i:nth-child(0) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.fade-loading i:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fade-loading i:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fade-loading i:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fade-loading i:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.spinner-loading {
  -webkit-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  -webkit-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start);
}
@keyframes loadmoreCube {
  0% {
    transform: translateX(-120px);
  }
  50% {
    transform: translateX(0px) rotate(180deg) scale(2.2);
  }
  100% {
    transform: translateX(120px);
  }
}
@-o-keyframes loadmoreCube {
  0% {
    -o-transform: translateX(-120px);
  }
  50% {
    -o-transform: translateX(0px) rotate(180deg) scale(2.2);
  }
  100% {
    -o-transform: translateX(120px);
  }
}
@-moz-keyframes loadmoreCube {
  0% {
    -moz-transform: translateX(-120px);
  }
  50% {
    -moz-transform: translateX(0px) rotate(180deg) scale(2.2);
  }
  100% {
    -moz-transform: translateX(120px);
  }
}
@-webkit-keyframes loadmoreCube {
  0% {
    -webkit-transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
  }
  100% {
    -webkit-transform: translateX(120px);
  }
}
.loadmore-action {
  text-align: center;
  margin-top: 1.5862068965517242em;
  margin-bottom: 1.5862068965517242em;
}
.loadmore-action .loadmore-loading {
  display: none;
}
.loadmore-action .loadmore-loading span {
  -webkit-animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
  -o-animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
  animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
  background: #57bb8a;
  height: 8px;
  width: 8px;
  display: inline-block;
}
.loadmore-action .loadmore-loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loadmore-action .loadmore-loading span:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loadmore-action .loadmore-loading span:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loadmore-action .loadmore-loading span:nth-child(4) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.loadmore-action .loadmore-loading span:nth-child(5) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.loadmore-action .btn-loadmore {
  border: 1px solid #57bb8a;
  background: transparent;
  color: #57bb8a;
  text-transform: uppercase;
  font-size: 1.2413793103448276em;
  font-weight: 600;
  padding: 0.5517241379310345rem 0.9655172413793104rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.loadmore-action .btn-loadmore:after {
  content: "\f067";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.loadmore-action .btn-loadmore:after {
  margin-left: 0.3448275862068966em;
}
.loadmore-action .btn-loadmore:hover {
  background: #57bb8a;
  color: #fff;
}
.animate-box.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animate-box.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animate-box.animated {
  visibility: hidden;
}
.go.animated {
  visibility: visible;
}
.go.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.go.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.go.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.go.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.go.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.go.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.go.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.go.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.go.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
.go.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.go.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.go.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.go.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.go.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.go.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.go.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.go.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.go.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
.go.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
.go.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
.go.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
.go.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.go.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.go.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.go.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.go.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.go.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.go.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.go.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.go.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.go.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.go.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.go.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.go.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
.go.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
.go.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
.go.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.go.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.go.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.dh-disable-animation .el-appear {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.dh-disable-animation .animate-box.animated {
  visibility: visible;
}
.dh-disable-animation .column[data-fade="1"] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dh-disable-animation .row .row-image-bg[data-parallax="1"] {
  background-position: 50% 0 !important;
  background-attachment: scroll !important;
}
.dh-disable-animation .dh-lists[data-animation="1"] li {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0 !important;
}
/*--------------------------------------------------------------
3.0 - Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 3.103448275862069em;
  font-style: normal;
  font-weight: 600;
}
h2,
.h2 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 2.3448275862068964em;
  font-style: normal;
  font-weight: 600;
}
h3,
.h3 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.6551724137931034em;
  font-style: normal;
  font-weight: 600;
}
h4,
.h4 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.3793103448275863em;
  font-style: normal;
  font-weight: 600;
}
h5,
.h5 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.0344827586206897em;
  font-style: normal;
  font-weight: 600;
}
h6,
.h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 600;
}
p {
  margin: 0 0 0.7931034482758621em;
}
.el-heading {
  margin-top: 0;
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.lead {
  margin-bottom: 1.5862068965517242em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21.75px;
  }
}
.heading-typed .nth-typed {
  display: inline-block;
  min-width: 1px;
  min-height: 1px;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: rgba(248, 215, 172, 0.3);
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #8c8c8c;
}
.text-primary {
  color: #57bb8a;
}
a.text-primary:hover {
  color: #409f70;
}
.text-success {
  color: #57bb58;
}
a.text-success:hover {
  color: #409f41;
}
.text-info {
  color: #5788bb;
}
a.text-info:hover {
  color: #406f9f;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover {
  color: #ec971f;
}
.text-danger {
  color: #bb5857;
}
a.text-danger:hover {
  color: #9f4140;
}
.bg-primary {
  color: #fff;
  background-color: #57bb8a;
}
a.bg-primary:hover {
  background-color: #409f70;
}
.bg-success {
  background-color: rgba(160, 216, 160, 0.3);
}
a.bg-success:hover {
  background-color: rgba(124, 202, 123, 0.3);
}
.bg-info {
  background-color: rgba(160, 188, 216, 0.3);
}
a.bg-info:hover {
  background-color: rgba(123, 163, 202, 0.3);
}
.bg-warning {
  background-color: rgba(248, 215, 172, 0.3);
}
a.bg-warning:hover {
  background-color: rgba(244, 193, 125, 0.3);
}
.bg-danger {
  background-color: rgba(216, 160, 160, 0.3);
}
a.bg-danger:hover {
  background-color: rgba(202, 123, 124, 0.3);
}
.page-header {
  padding-bottom: -0.2068965517241379em;
  margin: 3.1724137931034484em 0 1.5862068965517242em;
  border-bottom: 1px solid #999999;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.7931034482758621em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -0.3448275862068966em;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0.3448275862068966em;
  padding-right: 0.3448275862068966em;
}
dl {
  margin-top: 0;
  margin-bottom: 1.5862068965517242em;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #8c8c8c;
}
blockquote {
  padding: 0 0 0 1.3793103448275863em;
  margin: 1.5862068965517242em 0 1.5862068965517242em;
  font-size: 14.5px;
  border-left: 3px solid #57bb8a;
  font-style: italic;
  font-weight: normal;
  position: relative;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-size: 1.1em;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #8c8c8c;
  text-transform: uppercase;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1.5862068965517242em;
  font-style: normal;
  line-height: 1.6;
}
iframe,
embed,
object {
  max-height: 100%;
  max-width: 100%;
  border: 0;
}
/*--------------------------------------------------------------
4.0 - Grid system
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.full-wrap .container {
  width: 100%;
  max-width: 1280px;
}
.boxed-wrap {
  background: #ffffff;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: repeat;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .boxed-wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed-wrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed-wrap {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .boxed-wrap .container {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .boxed-wrap .container {
    width: 955px;
  }
}
@media (min-width: 1200px) {
  .boxed-wrap .container {
    width: 1155px;
  }
}
.boxed-wrap .header-container .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .boxed-wrap .header-container .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed-wrap .header-container .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed-wrap .header-container .container {
    width: 1170px;
  }
}
.content-container {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 200px;
}
@media (max-width: 767px) {
  .content-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-container.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.box {
  position: relative;
}
@media (max-width: 767px) {
  .box.box-custom-margin-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.box.border-top {
  border-top: 1px solid #e5e5e5;
}
.box.border-left {
  border-left: 1px solid #e5e5e5;
}
.box.border-right {
  border-right: 1px solid #e5e5e5;
}
.box.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.box-image-bg.bg-repeat {
  background-repeat: repeat;
  background-size: auto auto !important;
}
.row-image-bg[data-fixed="1"],
.box-image-bg[data-parallax="1"] {
  background-attachment: fixed;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row {
  position: relative;
}
@media (max-width: 767px) {
  .row.row-custom-padding {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.row .row-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.row .row-image-bg.bg-repeat {
  background-repeat: repeat;
  background-size: auto auto !important;
}
.row .row-image-bg[data-fixed="1"],
.row .row-image-bg[data-parallax="1"] {
  background-attachment: fixed;
}
.row.border-top {
  border-top: 1px solid #e5e5e5;
}
.row.border-left {
  border-left: 1px solid #e5e5e5;
}
.row.border-right {
  border-right: 1px solid #e5e5e5;
}
.row.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.row .box-video-bg,
.row .row-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -100;
  overflow: hidden;
}
.row .box-video-bg .full-video,
.row .row-video-bg .full-video {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .page-layout-right-sidebar .col-md-9.main-wrap .main-content,
  .page-template-page-right-slidebar-php .col-md-9.main-wrap .main-content {
    padding-right: 30px;
  }
  .page-layout-right-sidebar .col-md-3.sidebar-wrap,
  .page-template-page-right-slidebar-php .col-md-3.sidebar-wrap {
    padding-left: 0;
  }
  .page-layout-left-sidebar .col-md-9.main-wrap .main-content,
  .page-template-page-left-slidebar-php .col-md-9.main-wrap .main-content {
    padding-left: 30px;
  }
  .page-layout-left-sidebar .col-md-3.sidebar-wrap,
  .page-template-page-left-slidebar-php .col-md-3.sidebar-wrap {
    padding-right: 0;
  }
}
.main-sidebar > div:first-child .widget-title {
  margin-top: 0;
}
.col-md-2.sidebar-extra-wrap .extra-sidebar {
  padding: 30px;
  background-color: #fbfbfb;
}
@media (max-width: 1199px) {
  .sidebar-extra-wrap {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .container {
    width: 97%;
  }
  .main-wrap {
    float: left;
    width: 66.66666666666666%;
  }
  .col-md-12.main-wrap {
    width: inherit;
    float: none;
  }
  .sidebar-extra-wrap {
    display: none;
  }
  .sidebar-wrap {
    float: left;
    width: 33.33333333333333%;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    width: 100%;
  }
}
.column {
  position: relative;
}
.column.border-top {
  border-top: 1px solid #e5e5e5;
}
.column.border-left {
  border-left: 1px solid #e5e5e5;
}
.column.border-right {
  border-right: 1px solid #e5e5e5;
}
.column.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.column[data-fade="1"] {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 991px) {
  .column[data-fade="1"] {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*--------------------------------------------------------------
5.0 - Tables
--------------------------------------------------------------*/
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5862068965517242em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0.5517241379310345em;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.table-bordered {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/*--------------------------------------------------------------
6.0 - Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5862068965517242em;
  font-size: 21.75px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.3448275862068966em;
  font-weight: 600;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0.27586206896551724em 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
select {
  -webkit-appearance: select;
  -webkit-border-radius: 0px !important;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
output {
  display: block;
  padding-top: 1.5517241379310345rem;
  font-size: 14.5px;
  line-height: 1.6;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.689655172413793em;
  padding: 0.5517241379310345rem;
  font-size: 14.5px;
  line-height: 1.6;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
.form-control:focus {
  border-color: #57bb8a;
  outline: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #999999;
  opacity: 1;
  filter: alpha(opacity=100);
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 2.689655172413793em;
  line-height: 1.6 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 20.46551724137931px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 3.306206896551724em;
}
.form-group {
  margin-bottom: 1.0344827586206897em;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 1.5862068965517242em;
  margin-top: 0.6896551724137931em;
  margin-bottom: 0.6896551724137931em;
}
.radio label,
.checkbox label {
  padding-left: 1.3793103448275863em;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -1.3793103448275863em;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.3448275862068966em;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.input-sm {
  height: 20.46551724137931px;
  padding: 0.4827586206896552rem 0.8275862068965517rem;
  font-size: 13px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
select.input-sm {
  height: 20.46551724137931px;
  line-height: 20.46551724137931px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 3.306206896551724em;
  padding: 0.8275862068965517rem 1.2413793103448276rem;
  font-size: 1.2413793103448276em;
  line-height: 1.33;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
select.input-lg {
  height: 3.306206896551724em;
  line-height: 3.306206896551724em;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
/*--------------------------------------------------------------
7.0 - Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.7517241379310344rem 1.1655172413793105rem;
  font-size: 14.5px;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #666666;
  text-decoration: none;
}
.btn i,
.btn span {
  z-index: 2;
  position: relative;
}
.btn-uppercase {
  text-transform: uppercase;
}
.btn-icon-left i {
  margin-right: 0.3448275862068966em;
}
.btn-icon-right i {
  margin-left: 0.3448275862068966em;
}
.btn-style-square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-style-round,
.btn-style-round:after,
.btn-style-round:before {
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important;
}
.btn-style-outlined {
  background: none !important;
  border-width: 2px !important;
}
.btn-default {
  color: #666666;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}
.btn-default.btn-style-outlined {
  color: #f5f5f5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #666666;
  background-color: #dcdcdc;
  border-color: #cccccc;
}
.btn-default:hover.btn-style-outlined,
.btn-default:focus.btn-style-outlined,
.btn-default:active.btn-style-outlined,
.btn-default.active.btn-style-outlined {
  color: #cccccc;
}
.btn-default:hover.btn-style-3d,
.btn-default:focus.btn-style-3d,
.btn-default:active.btn-style-3d,
.btn-default.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #c6c6c6;
  box-shadow: 0 5px 0 #c6c6c6;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #e5e5e5;
  box-shadow: 0 5px 0 #e5e5e5;
}
.btn-primary {
  color: #ffffff;
  background-color: #57bb8a;
  border-color: #57bb8a;
}
.btn-primary.btn-style-outlined {
  color: #57bb8a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #409f70;
  border-color: #409f70;
}
.btn-primary:hover.btn-style-outlined,
.btn-primary:focus.btn-style-outlined,
.btn-primary:active.btn-style-outlined,
.btn-primary.active.btn-style-outlined {
  color: #409f70;
}
.btn-primary:hover.btn-style-3d,
.btn-primary:focus.btn-style-3d,
.btn-primary:active.btn-style-3d,
.btn-primary.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #3d976b;
  box-shadow: 0 5px 0 #3d976b;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-primary.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #57bb8a;
  box-shadow: 0 5px 0 #57bb8a;
}
.btn-success {
  color: #ffffff;
  background-color: #57bb58;
  border-color: #57bb58;
}
.btn-success.btn-style-outlined {
  color: #57bb58;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #409f41;
  border-color: #409f41;
}
.btn-success:hover.btn-style-outlined,
.btn-success:focus.btn-style-outlined,
.btn-success:active.btn-style-outlined,
.btn-success.active.btn-style-outlined {
  color: #409f41;
}
.btn-success:hover.btn-style-3d,
.btn-success:focus.btn-style-3d,
.btn-success:active.btn-style-3d,
.btn-success.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #3d973e;
  box-shadow: 0 5px 0 #3d973e;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #57bb58;
  box-shadow: 0 5px 0 #57bb58;
}
.btn-info {
  color: #ffffff;
  background-color: #5788bb;
  border-color: #5788bb;
}
.btn-info.btn-style-outlined {
  color: #5788bb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #406f9f;
  border-color: #406f9f;
}
.btn-info:hover.btn-style-outlined,
.btn-info:focus.btn-style-outlined,
.btn-info:active.btn-style-outlined,
.btn-info.active.btn-style-outlined {
  color: #406f9f;
}
.btn-info:hover.btn-style-3d,
.btn-info:focus.btn-style-3d,
.btn-info:active.btn-style-3d,
.btn-info.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #3d6997;
  box-shadow: 0 5px 0 #3d6997;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #5788bb;
  box-shadow: 0 5px 0 #5788bb;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.btn-style-outlined {
  color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #ec971f;
}
.btn-warning:hover.btn-style-outlined,
.btn-warning:focus.btn-style-outlined,
.btn-warning:active.btn-style-outlined,
.btn-warning.active.btn-style-outlined {
  color: #ec971f;
}
.btn-warning:hover.btn-style-3d,
.btn-warning:focus.btn-style-3d,
.btn-warning:active.btn-style-3d,
.btn-warning.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #eb9316;
  box-shadow: 0 5px 0 #eb9316;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #f0ad4e;
  box-shadow: 0 5px 0 #f0ad4e;
}
.btn-danger {
  color: #ffffff;
  background-color: #bb5857;
  border-color: #bb5857;
}
.btn-danger.btn-style-outlined {
  color: #bb5857;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #9f4140;
  border-color: #9f4140;
}
.btn-danger:hover.btn-style-outlined,
.btn-danger:focus.btn-style-outlined,
.btn-danger:active.btn-style-outlined,
.btn-danger.active.btn-style-outlined {
  color: #9f4140;
}
.btn-danger:hover.btn-style-3d,
.btn-danger:focus.btn-style-3d,
.btn-danger:active.btn-style-3d,
.btn-danger.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #973e3d;
  box-shadow: 0 5px 0 #973e3d;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-danger.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #bb5857;
  box-shadow: 0 5px 0 #bb5857;
}
.btn-primary.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #57bb8a inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #57bb8a inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #57bb8a inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.btn-primary.btn-effect-border-fade:hover,
.btn-primary.btn-effect-border-fade:focus,
.btn-primary.btn-effect-border-fade:active,
.btn-primary.btn-effect-border-fade.active {
  background-color: #57bb8a;
  box-shadow: 0 0 0 2px #3d976b inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #3d976b inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #3d976b inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-primary.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #57bb8a inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #57bb8a inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #57bb8a inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.btn-primary.btn-effect-border-hollow:hover,
.btn-primary.btn-effect-border-hollow:focus,
.btn-primary.btn-effect-border-hollow:active,
.btn-primary.btn-effect-border-hollow.active {
  color: #57bb8a;
  background-color: transparent;
}
.btn-primary.btn-effect-border-trim {
  position: relative;
}
.btn-primary.btn-effect-border-trim:before {
  border: 2px solid white;
  bottom: 2px;
  content: "";
  left: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.btn-primary.btn-effect-border-trim:hover:before,
.btn-primary.btn-effect-border-trim:focus:before,
.btn-primary.btn-effect-border-trim:active:before,
.btn-primary.btn-effect-border-trim.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.btn-effect-border-outline-outward {
  position: relative;
  border-color: transparent;
}
.btn-primary.btn-effect-border-outline-outward:before {
  border: 2px solid #57bb8a;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-primary.btn-effect-border-outline-outward:hover:before,
.btn-primary.btn-effect-border-outline-outward:focus:before,
.btn-primary.btn-effect-border-outline-outward:active:before,
.btn-primary.btn-effect-border-outline-outward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
}
.btn-primary.btn-effect-border-outline-inward {
  position: relative;
  border-color: transparent;
}
.btn-primary.btn-effect-border-outline-inward:before {
  border: 2px solid #57bb8a;
  bottom: -12px;
  content: "";
  left: -12px;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  right: -12px;
  top: -12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-primary.btn-effect-border-outline-inward:hover:before,
.btn-primary.btn-effect-border-outline-inward:focus:before,
.btn-primary.btn-effect-border-outline-inward:active:before,
.btn-primary.btn-effect-border-outline-inward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.btn-effect-border-round-corners {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.btn-primary.btn-effect-border-round-corners:hover,
.btn-primary.btn-effect-border-round-corners:focus,
.btn-primary.btn-effect-border-round-corners:active,
.btn-primary.btn-effect-border-round-corners.active {
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.btn-primary.btn-effect-bg-fade-in {
  background: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #57bb8a;
}
.btn-primary.btn-effect-bg-fade-in:hover,
.btn-primary.btn-effect-bg-fade-in:focus,
.btn-primary.btn-effect-bg-fade-in:active,
.btn-primary.btn-effect-bg-fade-in.active {
  background-color: #57bb8a;
  color: #ffffff;
}
.btn-primary.btn-effect-bg-fade-out {
  background-color: #57bb8a;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #ffffff;
}
.btn-primary.btn-effect-bg-fade-out:hover,
.btn-primary.btn-effect-bg-fade-out:focus,
.btn-primary.btn-effect-bg-fade-out:active,
.btn-primary.btn-effect-bg-fade-out.active {
  background: transparent;
  color: #57bb8a;
}
.btn-primary.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #57bb8a;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-primary.btn-effect-bg-top:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: height;
  transition-property: height;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb8a;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.btn-primary.btn-effect-bg-top:hover,
.btn-primary.btn-effect-bg-top:focus,
.btn-primary.btn-effect-bg-top:active,
.btn-primary.btn-effect-bg-top.active {
  color: #ffffff;
}
.btn-primary.btn-effect-bg-top:hover:after,
.btn-primary.btn-effect-bg-top:focus:after,
.btn-primary.btn-effect-bg-top:active:after,
.btn-primary.btn-effect-bg-top.active:after {
  height: 100%;
}
.btn-primary.btn-effect-bg-right {
  position: relative;
  background: transparent;
  color: #57bb8a;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-primary.btn-effect-bg-right:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb8a;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.btn-primary.btn-effect-bg-right:hover,
.btn-primary.btn-effect-bg-right:focus,
.btn-primary.btn-effect-bg-right:active,
.btn-primary.btn-effect-bg-right.active {
  color: #ffffff !important;
}
.btn-primary.btn-effect-bg-right:hover:after,
.btn-primary.btn-effect-bg-right:focus:after,
.btn-primary.btn-effect-bg-right:active:after,
.btn-primary.btn-effect-bg-right.active:after {
  width: 100%;
}
.btn-primary.btn-effect-bg-center {
  position: relative;
  background: transparent;
  color: #57bb8a;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-primary.btn-effect-bg-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb8a;
  height: 100%;
  left: 50%;
  top: 50%;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-center:hover,
.btn-primary.btn-effect-bg-center:focus,
.btn-primary.btn-effect-bg-center:active,
.btn-primary.btn-effect-bg-center.active {
  color: #ffffff !important;
}
.btn-primary.btn-effect-bg-center:hover:after,
.btn-primary.btn-effect-bg-center:focus:after,
.btn-primary.btn-effect-bg-center:active:after,
.btn-primary.btn-effect-bg-center.active:after {
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.btn-effect-bg-skew-center {
  position: relative;
  background: transparent;
  color: #57bb8a;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-primary.btn-effect-bg-skew-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb8a;
  height: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-skew-center:hover,
.btn-primary.btn-effect-bg-skew-center:focus,
.btn-primary.btn-effect-bg-skew-center:active,
.btn-primary.btn-effect-bg-skew-center.active {
  color: #ffffff !important;
}
.btn-primary.btn-effect-bg-skew-center:hover:after,
.btn-primary.btn-effect-bg-skew-center:focus:after,
.btn-primary.btn-effect-bg-skew-center:active:after,
.btn-primary.btn-effect-bg-skew-center.active:after {
  height: 260%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.btn-effect-bg-horizontal-center {
  position: relative;
  background: transparent;
  color: #57bb8a;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-primary.btn-effect-bg-horizontal-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb8a;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-primary.btn-effect-bg-horizontal-center:hover,
.btn-primary.btn-effect-bg-horizontal-center:focus,
.btn-primary.btn-effect-bg-horizontal-center:active,
.btn-primary.btn-effect-bg-horizontal-center.active {
  color: #ffffff !important;
}
.btn-primary.btn-effect-bg-horizontal-center:hover:after,
.btn-primary.btn-effect-bg-horizontal-center:focus:after,
.btn-primary.btn-effect-bg-horizontal-center:active:after,
.btn-primary.btn-effect-bg-horizontal-center.active:after {
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.btn-effect-icon-slide-in {
  position: relative;
  padding-right: 3em;
  padding-left: 3em;
}
.btn-primary.btn-effect-icon-slide-in i {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: inherit;
  margin-left: 0;
}
.btn-primary.btn-effect-icon-slide-in span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.btn-primary.btn-effect-icon-slide-in:hover i,
.btn-primary.btn-effect-icon-slide-in:focus i,
.btn-primary.btn-effect-icon-slide-in:active i,
.btn-primary.btn-effect-icon-slide-in.active i {
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.btn-effect-icon-slide-in:hover span,
.btn-primary.btn-effect-icon-slide-in:focus span,
.btn-primary.btn-effect-icon-slide-in:active span,
.btn-primary.btn-effect-icon-slide-in.active span {
  left: -0.5em;
}
.btn-primary.btn-effect-click-state {
  position: relative;
}
.btn-primary.btn-effect-click-state:hover,
.btn-primary.btn-effect-click-state:focus,
.btn-primary.btn-effect-click-state:active,
.btn-primary.btn-effect-click-state.active {
  top: 2px;
  -webkit-box-shadow: 0 2px 0 #409f70;
  box-shadow: 0 2px 0 #409f70;
}
.btn-success.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.btn-success.btn-effect-border-fade:hover,
.btn-success.btn-effect-border-fade:focus,
.btn-success.btn-effect-border-fade:active,
.btn-success.btn-effect-border-fade.active {
  background-color: #57bb58;
  box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #3d973e inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-success.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #57bb58 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.btn-success.btn-effect-border-hollow:hover,
.btn-success.btn-effect-border-hollow:focus,
.btn-success.btn-effect-border-hollow:active,
.btn-success.btn-effect-border-hollow.active {
  color: #57bb58;
  background-color: transparent;
}
.btn-success.btn-effect-border-trim {
  position: relative;
}
.btn-success.btn-effect-border-trim:before {
  border: 2px solid white;
  bottom: 2px;
  content: "";
  left: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.btn-success.btn-effect-border-trim:hover:before,
.btn-success.btn-effect-border-trim:focus:before,
.btn-success.btn-effect-border-trim:active:before,
.btn-success.btn-effect-border-trim.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-success.btn-effect-border-outline-outward {
  position: relative;
  border-color: transparent;
}
.btn-success.btn-effect-border-outline-outward:before {
  border: 2px solid #57bb58;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-success.btn-effect-border-outline-outward:hover:before,
.btn-success.btn-effect-border-outline-outward:focus:before,
.btn-success.btn-effect-border-outline-outward:active:before,
.btn-success.btn-effect-border-outline-outward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
}
.btn-success.btn-effect-border-outline-inward {
  position: relative;
  border-color: transparent;
}
.btn-success.btn-effect-border-outline-inward:before {
  border: 2px solid #57bb58;
  bottom: -12px;
  content: "";
  left: -12px;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  right: -12px;
  top: -12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-success.btn-effect-border-outline-inward:hover:before,
.btn-success.btn-effect-border-outline-inward:focus:before,
.btn-success.btn-effect-border-outline-inward:active:before,
.btn-success.btn-effect-border-outline-inward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-success.btn-effect-border-round-corners {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.btn-success.btn-effect-border-round-corners:hover,
.btn-success.btn-effect-border-round-corners:focus,
.btn-success.btn-effect-border-round-corners:active,
.btn-success.btn-effect-border-round-corners.active {
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.btn-success.btn-effect-bg-fade-in {
  background: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #57bb58;
}
.btn-success.btn-effect-bg-fade-in:hover,
.btn-success.btn-effect-bg-fade-in:focus,
.btn-success.btn-effect-bg-fade-in:active,
.btn-success.btn-effect-bg-fade-in.active {
  background-color: #57bb58;
  color: #ffffff;
}
.btn-success.btn-effect-bg-fade-out {
  background-color: #57bb58;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #ffffff;
}
.btn-success.btn-effect-bg-fade-out:hover,
.btn-success.btn-effect-bg-fade-out:focus,
.btn-success.btn-effect-bg-fade-out:active,
.btn-success.btn-effect-bg-fade-out.active {
  background: transparent;
  color: #57bb58;
}
.btn-success.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #57bb58;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-success.btn-effect-bg-top:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: height;
  transition-property: height;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb58;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.btn-success.btn-effect-bg-top:hover,
.btn-success.btn-effect-bg-top:focus,
.btn-success.btn-effect-bg-top:active,
.btn-success.btn-effect-bg-top.active {
  color: #ffffff;
}
.btn-success.btn-effect-bg-top:hover:after,
.btn-success.btn-effect-bg-top:focus:after,
.btn-success.btn-effect-bg-top:active:after,
.btn-success.btn-effect-bg-top.active:after {
  height: 100%;
}
.btn-success.btn-effect-bg-right {
  position: relative;
  background: transparent;
  color: #57bb58;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-success.btn-effect-bg-right:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb58;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.btn-success.btn-effect-bg-right:hover,
.btn-success.btn-effect-bg-right:focus,
.btn-success.btn-effect-bg-right:active,
.btn-success.btn-effect-bg-right.active {
  color: #ffffff !important;
}
.btn-success.btn-effect-bg-right:hover:after,
.btn-success.btn-effect-bg-right:focus:after,
.btn-success.btn-effect-bg-right:active:after,
.btn-success.btn-effect-bg-right.active:after {
  width: 100%;
}
.btn-success.btn-effect-bg-center {
  position: relative;
  background: transparent;
  color: #57bb58;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-success.btn-effect-bg-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb58;
  height: 100%;
  left: 50%;
  top: 50%;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-center:hover,
.btn-success.btn-effect-bg-center:focus,
.btn-success.btn-effect-bg-center:active,
.btn-success.btn-effect-bg-center.active {
  color: #ffffff !important;
}
.btn-success.btn-effect-bg-center:hover:after,
.btn-success.btn-effect-bg-center:focus:after,
.btn-success.btn-effect-bg-center:active:after,
.btn-success.btn-effect-bg-center.active:after {
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-success.btn-effect-bg-skew-center {
  position: relative;
  background: transparent;
  color: #57bb58;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-success.btn-effect-bg-skew-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb58;
  height: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-skew-center:hover,
.btn-success.btn-effect-bg-skew-center:focus,
.btn-success.btn-effect-bg-skew-center:active,
.btn-success.btn-effect-bg-skew-center.active {
  color: #ffffff !important;
}
.btn-success.btn-effect-bg-skew-center:hover:after,
.btn-success.btn-effect-bg-skew-center:focus:after,
.btn-success.btn-effect-bg-skew-center:active:after,
.btn-success.btn-effect-bg-skew-center.active:after {
  height: 260%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-success.btn-effect-bg-horizontal-center {
  position: relative;
  background: transparent;
  color: #57bb58;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-success.btn-effect-bg-horizontal-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #57bb58;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-success.btn-effect-bg-horizontal-center:hover,
.btn-success.btn-effect-bg-horizontal-center:focus,
.btn-success.btn-effect-bg-horizontal-center:active,
.btn-success.btn-effect-bg-horizontal-center.active {
  color: #ffffff !important;
}
.btn-success.btn-effect-bg-horizontal-center:hover:after,
.btn-success.btn-effect-bg-horizontal-center:focus:after,
.btn-success.btn-effect-bg-horizontal-center:active:after,
.btn-success.btn-effect-bg-horizontal-center.active:after {
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-success.btn-effect-icon-slide-in {
  position: relative;
  padding-right: 3em;
  padding-left: 3em;
}
.btn-success.btn-effect-icon-slide-in i {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: inherit;
  margin-left: 0;
}
.btn-success.btn-effect-icon-slide-in span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.btn-success.btn-effect-icon-slide-in:hover i,
.btn-success.btn-effect-icon-slide-in:focus i,
.btn-success.btn-effect-icon-slide-in:active i,
.btn-success.btn-effect-icon-slide-in.active i {
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-success.btn-effect-icon-slide-in:hover span,
.btn-success.btn-effect-icon-slide-in:focus span,
.btn-success.btn-effect-icon-slide-in:active span,
.btn-success.btn-effect-icon-slide-in.active span {
  left: -0.5em;
}
.btn-success.btn-effect-click-state {
  position: relative;
}
.btn-success.btn-effect-click-state:hover,
.btn-success.btn-effect-click-state:focus,
.btn-success.btn-effect-click-state:active,
.btn-success.btn-effect-click-state.active {
  top: 2px;
  -webkit-box-shadow: 0 2px 0 #409f41;
  box-shadow: 0 2px 0 #409f41;
}
.btn-info.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.btn-info.btn-effect-border-fade:hover,
.btn-info.btn-effect-border-fade:focus,
.btn-info.btn-effect-border-fade:active,
.btn-info.btn-effect-border-fade.active {
  background-color: #5788bb;
  box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #3d6997 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-info.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #5788bb inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.btn-info.btn-effect-border-hollow:hover,
.btn-info.btn-effect-border-hollow:focus,
.btn-info.btn-effect-border-hollow:active,
.btn-info.btn-effect-border-hollow.active {
  color: #5788bb;
  background-color: transparent;
}
.btn-info.btn-effect-border-trim {
  position: relative;
}
.btn-info.btn-effect-border-trim:before {
  border: 2px solid white;
  bottom: 2px;
  content: "";
  left: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.btn-info.btn-effect-border-trim:hover:before,
.btn-info.btn-effect-border-trim:focus:before,
.btn-info.btn-effect-border-trim:active:before,
.btn-info.btn-effect-border-trim.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info.btn-effect-border-outline-outward {
  position: relative;
  border-color: transparent;
}
.btn-info.btn-effect-border-outline-outward:before {
  border: 2px solid #5788bb;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-info.btn-effect-border-outline-outward:hover:before,
.btn-info.btn-effect-border-outline-outward:focus:before,
.btn-info.btn-effect-border-outline-outward:active:before,
.btn-info.btn-effect-border-outline-outward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
}
.btn-info.btn-effect-border-outline-inward {
  position: relative;
  border-color: transparent;
}
.btn-info.btn-effect-border-outline-inward:before {
  border: 2px solid #5788bb;
  bottom: -12px;
  content: "";
  left: -12px;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  right: -12px;
  top: -12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-info.btn-effect-border-outline-inward:hover:before,
.btn-info.btn-effect-border-outline-inward:focus:before,
.btn-info.btn-effect-border-outline-inward:active:before,
.btn-info.btn-effect-border-outline-inward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info.btn-effect-border-round-corners {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.btn-info.btn-effect-border-round-corners:hover,
.btn-info.btn-effect-border-round-corners:focus,
.btn-info.btn-effect-border-round-corners:active,
.btn-info.btn-effect-border-round-corners.active {
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.btn-info.btn-effect-bg-fade-in {
  background: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #5788bb;
}
.btn-info.btn-effect-bg-fade-in:hover,
.btn-info.btn-effect-bg-fade-in:focus,
.btn-info.btn-effect-bg-fade-in:active,
.btn-info.btn-effect-bg-fade-in.active {
  background-color: #5788bb;
  color: #ffffff;
}
.btn-info.btn-effect-bg-fade-out {
  background-color: #5788bb;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #ffffff;
}
.btn-info.btn-effect-bg-fade-out:hover,
.btn-info.btn-effect-bg-fade-out:focus,
.btn-info.btn-effect-bg-fade-out:active,
.btn-info.btn-effect-bg-fade-out.active {
  background: transparent;
  color: #5788bb;
}
.btn-info.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #5788bb;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-info.btn-effect-bg-top:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: height;
  transition-property: height;
  z-index: 1;
  background: none repeat scroll 0 0 #5788bb;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.btn-info.btn-effect-bg-top:hover,
.btn-info.btn-effect-bg-top:focus,
.btn-info.btn-effect-bg-top:active,
.btn-info.btn-effect-bg-top.active {
  color: #ffffff;
}
.btn-info.btn-effect-bg-top:hover:after,
.btn-info.btn-effect-bg-top:focus:after,
.btn-info.btn-effect-bg-top:active:after,
.btn-info.btn-effect-bg-top.active:after {
  height: 100%;
}
.btn-info.btn-effect-bg-right {
  position: relative;
  background: transparent;
  color: #5788bb;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-info.btn-effect-bg-right:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: 1;
  background: none repeat scroll 0 0 #5788bb;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.btn-info.btn-effect-bg-right:hover,
.btn-info.btn-effect-bg-right:focus,
.btn-info.btn-effect-bg-right:active,
.btn-info.btn-effect-bg-right.active {
  color: #ffffff !important;
}
.btn-info.btn-effect-bg-right:hover:after,
.btn-info.btn-effect-bg-right:focus:after,
.btn-info.btn-effect-bg-right:active:after,
.btn-info.btn-effect-bg-right.active:after {
  width: 100%;
}
.btn-info.btn-effect-bg-center {
  position: relative;
  background: transparent;
  color: #5788bb;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-info.btn-effect-bg-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #5788bb;
  height: 100%;
  left: 50%;
  top: 50%;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-center:hover,
.btn-info.btn-effect-bg-center:focus,
.btn-info.btn-effect-bg-center:active,
.btn-info.btn-effect-bg-center.active {
  color: #ffffff !important;
}
.btn-info.btn-effect-bg-center:hover:after,
.btn-info.btn-effect-bg-center:focus:after,
.btn-info.btn-effect-bg-center:active:after,
.btn-info.btn-effect-bg-center.active:after {
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info.btn-effect-bg-skew-center {
  position: relative;
  background: transparent;
  color: #5788bb;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-info.btn-effect-bg-skew-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #5788bb;
  height: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-skew-center:hover,
.btn-info.btn-effect-bg-skew-center:focus,
.btn-info.btn-effect-bg-skew-center:active,
.btn-info.btn-effect-bg-skew-center.active {
  color: #ffffff !important;
}
.btn-info.btn-effect-bg-skew-center:hover:after,
.btn-info.btn-effect-bg-skew-center:focus:after,
.btn-info.btn-effect-bg-skew-center:active:after,
.btn-info.btn-effect-bg-skew-center.active:after {
  height: 260%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info.btn-effect-bg-horizontal-center {
  position: relative;
  background: transparent;
  color: #5788bb;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-info.btn-effect-bg-horizontal-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #5788bb;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-info.btn-effect-bg-horizontal-center:hover,
.btn-info.btn-effect-bg-horizontal-center:focus,
.btn-info.btn-effect-bg-horizontal-center:active,
.btn-info.btn-effect-bg-horizontal-center.active {
  color: #ffffff !important;
}
.btn-info.btn-effect-bg-horizontal-center:hover:after,
.btn-info.btn-effect-bg-horizontal-center:focus:after,
.btn-info.btn-effect-bg-horizontal-center:active:after,
.btn-info.btn-effect-bg-horizontal-center.active:after {
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info.btn-effect-icon-slide-in {
  position: relative;
  padding-right: 3em;
  padding-left: 3em;
}
.btn-info.btn-effect-icon-slide-in i {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: inherit;
  margin-left: 0;
}
.btn-info.btn-effect-icon-slide-in span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.btn-info.btn-effect-icon-slide-in:hover i,
.btn-info.btn-effect-icon-slide-in:focus i,
.btn-info.btn-effect-icon-slide-in:active i,
.btn-info.btn-effect-icon-slide-in.active i {
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info.btn-effect-icon-slide-in:hover span,
.btn-info.btn-effect-icon-slide-in:focus span,
.btn-info.btn-effect-icon-slide-in:active span,
.btn-info.btn-effect-icon-slide-in.active span {
  left: -0.5em;
}
.btn-info.btn-effect-click-state {
  position: relative;
}
.btn-info.btn-effect-click-state:hover,
.btn-info.btn-effect-click-state:focus,
.btn-info.btn-effect-click-state:active,
.btn-info.btn-effect-click-state.active {
  top: 2px;
  -webkit-box-shadow: 0 2px 0 #406f9f;
  box-shadow: 0 2px 0 #406f9f;
}
.btn-warning.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.btn-warning.btn-effect-border-fade:hover,
.btn-warning.btn-effect-border-fade:focus,
.btn-warning.btn-effect-border-fade:active,
.btn-warning.btn-effect-border-fade.active {
  background-color: #f0ad4e;
  box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #eb9316 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-warning.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #f0ad4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.btn-warning.btn-effect-border-hollow:hover,
.btn-warning.btn-effect-border-hollow:focus,
.btn-warning.btn-effect-border-hollow:active,
.btn-warning.btn-effect-border-hollow.active {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-warning.btn-effect-border-trim {
  position: relative;
}
.btn-warning.btn-effect-border-trim:before {
  border: 2px solid white;
  bottom: 2px;
  content: "";
  left: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.btn-warning.btn-effect-border-trim:hover:before,
.btn-warning.btn-effect-border-trim:focus:before,
.btn-warning.btn-effect-border-trim:active:before,
.btn-warning.btn-effect-border-trim.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-warning.btn-effect-border-outline-outward {
  position: relative;
  border-color: transparent;
}
.btn-warning.btn-effect-border-outline-outward:before {
  border: 2px solid #f0ad4e;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-warning.btn-effect-border-outline-outward:hover:before,
.btn-warning.btn-effect-border-outline-outward:focus:before,
.btn-warning.btn-effect-border-outline-outward:active:before,
.btn-warning.btn-effect-border-outline-outward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
}
.btn-warning.btn-effect-border-outline-inward {
  position: relative;
  border-color: transparent;
}
.btn-warning.btn-effect-border-outline-inward:before {
  border: 2px solid #f0ad4e;
  bottom: -12px;
  content: "";
  left: -12px;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  right: -12px;
  top: -12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-warning.btn-effect-border-outline-inward:hover:before,
.btn-warning.btn-effect-border-outline-inward:focus:before,
.btn-warning.btn-effect-border-outline-inward:active:before,
.btn-warning.btn-effect-border-outline-inward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-warning.btn-effect-border-round-corners {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.btn-warning.btn-effect-border-round-corners:hover,
.btn-warning.btn-effect-border-round-corners:focus,
.btn-warning.btn-effect-border-round-corners:active,
.btn-warning.btn-effect-border-round-corners.active {
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.btn-warning.btn-effect-bg-fade-in {
  background: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #f0ad4e;
}
.btn-warning.btn-effect-bg-fade-in:hover,
.btn-warning.btn-effect-bg-fade-in:focus,
.btn-warning.btn-effect-bg-fade-in:active,
.btn-warning.btn-effect-bg-fade-in.active {
  background-color: #f0ad4e;
  color: #ffffff;
}
.btn-warning.btn-effect-bg-fade-out {
  background-color: #f0ad4e;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #ffffff;
}
.btn-warning.btn-effect-bg-fade-out:hover,
.btn-warning.btn-effect-bg-fade-out:focus,
.btn-warning.btn-effect-bg-fade-out:active,
.btn-warning.btn-effect-bg-fade-out.active {
  background: transparent;
  color: #f0ad4e;
}
.btn-warning.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #f0ad4e;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-warning.btn-effect-bg-top:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: height;
  transition-property: height;
  z-index: 1;
  background: none repeat scroll 0 0 #f0ad4e;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.btn-warning.btn-effect-bg-top:hover,
.btn-warning.btn-effect-bg-top:focus,
.btn-warning.btn-effect-bg-top:active,
.btn-warning.btn-effect-bg-top.active {
  color: #ffffff;
}
.btn-warning.btn-effect-bg-top:hover:after,
.btn-warning.btn-effect-bg-top:focus:after,
.btn-warning.btn-effect-bg-top:active:after,
.btn-warning.btn-effect-bg-top.active:after {
  height: 100%;
}
.btn-warning.btn-effect-bg-right {
  position: relative;
  background: transparent;
  color: #f0ad4e;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-warning.btn-effect-bg-right:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: 1;
  background: none repeat scroll 0 0 #f0ad4e;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.btn-warning.btn-effect-bg-right:hover,
.btn-warning.btn-effect-bg-right:focus,
.btn-warning.btn-effect-bg-right:active,
.btn-warning.btn-effect-bg-right.active {
  color: #ffffff !important;
}
.btn-warning.btn-effect-bg-right:hover:after,
.btn-warning.btn-effect-bg-right:focus:after,
.btn-warning.btn-effect-bg-right:active:after,
.btn-warning.btn-effect-bg-right.active:after {
  width: 100%;
}
.btn-warning.btn-effect-bg-center {
  position: relative;
  background: transparent;
  color: #f0ad4e;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-warning.btn-effect-bg-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #f0ad4e;
  height: 100%;
  left: 50%;
  top: 50%;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-center:hover,
.btn-warning.btn-effect-bg-center:focus,
.btn-warning.btn-effect-bg-center:active,
.btn-warning.btn-effect-bg-center.active {
  color: #ffffff !important;
}
.btn-warning.btn-effect-bg-center:hover:after,
.btn-warning.btn-effect-bg-center:focus:after,
.btn-warning.btn-effect-bg-center:active:after,
.btn-warning.btn-effect-bg-center.active:after {
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-warning.btn-effect-bg-skew-center {
  position: relative;
  background: transparent;
  color: #f0ad4e;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-warning.btn-effect-bg-skew-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #f0ad4e;
  height: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-skew-center:hover,
.btn-warning.btn-effect-bg-skew-center:focus,
.btn-warning.btn-effect-bg-skew-center:active,
.btn-warning.btn-effect-bg-skew-center.active {
  color: #ffffff !important;
}
.btn-warning.btn-effect-bg-skew-center:hover:after,
.btn-warning.btn-effect-bg-skew-center:focus:after,
.btn-warning.btn-effect-bg-skew-center:active:after,
.btn-warning.btn-effect-bg-skew-center.active:after {
  height: 260%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-warning.btn-effect-bg-horizontal-center {
  position: relative;
  background: transparent;
  color: #f0ad4e;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-warning.btn-effect-bg-horizontal-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #f0ad4e;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-warning.btn-effect-bg-horizontal-center:hover,
.btn-warning.btn-effect-bg-horizontal-center:focus,
.btn-warning.btn-effect-bg-horizontal-center:active,
.btn-warning.btn-effect-bg-horizontal-center.active {
  color: #ffffff !important;
}
.btn-warning.btn-effect-bg-horizontal-center:hover:after,
.btn-warning.btn-effect-bg-horizontal-center:focus:after,
.btn-warning.btn-effect-bg-horizontal-center:active:after,
.btn-warning.btn-effect-bg-horizontal-center.active:after {
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-warning.btn-effect-icon-slide-in {
  position: relative;
  padding-right: 3em;
  padding-left: 3em;
}
.btn-warning.btn-effect-icon-slide-in i {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: inherit;
  margin-left: 0;
}
.btn-warning.btn-effect-icon-slide-in span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.btn-warning.btn-effect-icon-slide-in:hover i,
.btn-warning.btn-effect-icon-slide-in:focus i,
.btn-warning.btn-effect-icon-slide-in:active i,
.btn-warning.btn-effect-icon-slide-in.active i {
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-warning.btn-effect-icon-slide-in:hover span,
.btn-warning.btn-effect-icon-slide-in:focus span,
.btn-warning.btn-effect-icon-slide-in:active span,
.btn-warning.btn-effect-icon-slide-in.active span {
  left: -0.5em;
}
.btn-warning.btn-effect-click-state {
  position: relative;
}
.btn-warning.btn-effect-click-state:hover,
.btn-warning.btn-effect-click-state:focus,
.btn-warning.btn-effect-click-state:active,
.btn-warning.btn-effect-click-state.active {
  top: 2px;
  -webkit-box-shadow: 0 2px 0 #ec971f;
  box-shadow: 0 2px 0 #ec971f;
}
.btn-danger.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.btn-danger.btn-effect-border-fade:hover,
.btn-danger.btn-effect-border-fade:focus,
.btn-danger.btn-effect-border-fade:active,
.btn-danger.btn-effect-border-fade.active {
  background-color: #bb5857;
  box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #973e3d inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-danger.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #bb5857 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.btn-danger.btn-effect-border-hollow:hover,
.btn-danger.btn-effect-border-hollow:focus,
.btn-danger.btn-effect-border-hollow:active,
.btn-danger.btn-effect-border-hollow.active {
  color: #bb5857;
  background-color: transparent;
}
.btn-danger.btn-effect-border-trim {
  position: relative;
}
.btn-danger.btn-effect-border-trim:before {
  border: 2px solid white;
  bottom: 2px;
  content: "";
  left: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.btn-danger.btn-effect-border-trim:hover:before,
.btn-danger.btn-effect-border-trim:focus:before,
.btn-danger.btn-effect-border-trim:active:before,
.btn-danger.btn-effect-border-trim.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-danger.btn-effect-border-outline-outward {
  position: relative;
  border-color: transparent;
}
.btn-danger.btn-effect-border-outline-outward:before {
  border: 2px solid #bb5857;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-danger.btn-effect-border-outline-outward:hover:before,
.btn-danger.btn-effect-border-outline-outward:focus:before,
.btn-danger.btn-effect-border-outline-outward:active:before,
.btn-danger.btn-effect-border-outline-outward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
}
.btn-danger.btn-effect-border-outline-inward {
  position: relative;
  border-color: transparent;
}
.btn-danger.btn-effect-border-outline-inward:before {
  border: 2px solid #bb5857;
  bottom: -12px;
  content: "";
  left: -12px;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  right: -12px;
  top: -12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
}
.btn-danger.btn-effect-border-outline-inward:hover:before,
.btn-danger.btn-effect-border-outline-inward:focus:before,
.btn-danger.btn-effect-border-outline-inward:active:before,
.btn-danger.btn-effect-border-outline-inward.active:before {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-danger.btn-effect-border-round-corners {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.btn-danger.btn-effect-border-round-corners:hover,
.btn-danger.btn-effect-border-round-corners:focus,
.btn-danger.btn-effect-border-round-corners:active,
.btn-danger.btn-effect-border-round-corners.active {
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.btn-danger.btn-effect-bg-fade-in {
  background: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #bb5857;
}
.btn-danger.btn-effect-bg-fade-in:hover,
.btn-danger.btn-effect-bg-fade-in:focus,
.btn-danger.btn-effect-bg-fade-in:active,
.btn-danger.btn-effect-bg-fade-in.active {
  background-color: #bb5857;
  color: #ffffff;
}
.btn-danger.btn-effect-bg-fade-out {
  background-color: #bb5857;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #ffffff;
}
.btn-danger.btn-effect-bg-fade-out:hover,
.btn-danger.btn-effect-bg-fade-out:focus,
.btn-danger.btn-effect-bg-fade-out:active,
.btn-danger.btn-effect-bg-fade-out.active {
  background: transparent;
  color: #bb5857;
}
.btn-danger.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #bb5857;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-danger.btn-effect-bg-top:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: height;
  transition-property: height;
  z-index: 1;
  background: none repeat scroll 0 0 #bb5857;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.btn-danger.btn-effect-bg-top:hover,
.btn-danger.btn-effect-bg-top:focus,
.btn-danger.btn-effect-bg-top:active,
.btn-danger.btn-effect-bg-top.active {
  color: #ffffff;
}
.btn-danger.btn-effect-bg-top:hover:after,
.btn-danger.btn-effect-bg-top:focus:after,
.btn-danger.btn-effect-bg-top:active:after,
.btn-danger.btn-effect-bg-top.active:after {
  height: 100%;
}
.btn-danger.btn-effect-bg-right {
  position: relative;
  background: transparent;
  color: #bb5857;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-danger.btn-effect-bg-right:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: 1;
  background: none repeat scroll 0 0 #bb5857;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.btn-danger.btn-effect-bg-right:hover,
.btn-danger.btn-effect-bg-right:focus,
.btn-danger.btn-effect-bg-right:active,
.btn-danger.btn-effect-bg-right.active {
  color: #ffffff !important;
}
.btn-danger.btn-effect-bg-right:hover:after,
.btn-danger.btn-effect-bg-right:focus:after,
.btn-danger.btn-effect-bg-right:active:after,
.btn-danger.btn-effect-bg-right.active:after {
  width: 100%;
}
.btn-danger.btn-effect-bg-center {
  position: relative;
  background: transparent;
  color: #bb5857;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-danger.btn-effect-bg-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #bb5857;
  height: 100%;
  left: 50%;
  top: 50%;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-center:hover,
.btn-danger.btn-effect-bg-center:focus,
.btn-danger.btn-effect-bg-center:active,
.btn-danger.btn-effect-bg-center.active {
  color: #ffffff !important;
}
.btn-danger.btn-effect-bg-center:hover:after,
.btn-danger.btn-effect-bg-center:focus:after,
.btn-danger.btn-effect-bg-center:active:after,
.btn-danger.btn-effect-bg-center.active:after {
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-danger.btn-effect-bg-skew-center {
  position: relative;
  background: transparent;
  color: #bb5857;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-danger.btn-effect-bg-skew-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #bb5857;
  height: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-skew-center:hover,
.btn-danger.btn-effect-bg-skew-center:focus,
.btn-danger.btn-effect-bg-skew-center:active,
.btn-danger.btn-effect-bg-skew-center.active {
  color: #ffffff !important;
}
.btn-danger.btn-effect-bg-skew-center:hover:after,
.btn-danger.btn-effect-bg-skew-center:focus:after,
.btn-danger.btn-effect-bg-skew-center:active:after,
.btn-danger.btn-effect-bg-skew-center.active:after {
  height: 260%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-danger.btn-effect-bg-horizontal-center {
  position: relative;
  background: transparent;
  color: #bb5857;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.btn-danger.btn-effect-bg-horizontal-center:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  background: none repeat scroll 0 0 #bb5857;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-danger.btn-effect-bg-horizontal-center:hover,
.btn-danger.btn-effect-bg-horizontal-center:focus,
.btn-danger.btn-effect-bg-horizontal-center:active,
.btn-danger.btn-effect-bg-horizontal-center.active {
  color: #ffffff !important;
}
.btn-danger.btn-effect-bg-horizontal-center:hover:after,
.btn-danger.btn-effect-bg-horizontal-center:focus:after,
.btn-danger.btn-effect-bg-horizontal-center:active:after,
.btn-danger.btn-effect-bg-horizontal-center.active:after {
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-danger.btn-effect-icon-slide-in {
  position: relative;
  padding-right: 3em;
  padding-left: 3em;
}
.btn-danger.btn-effect-icon-slide-in i {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: inherit;
  margin-left: 0;
}
.btn-danger.btn-effect-icon-slide-in span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.btn-danger.btn-effect-icon-slide-in:hover i,
.btn-danger.btn-effect-icon-slide-in:focus i,
.btn-danger.btn-effect-icon-slide-in:active i,
.btn-danger.btn-effect-icon-slide-in.active i {
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-danger.btn-effect-icon-slide-in:hover span,
.btn-danger.btn-effect-icon-slide-in:focus span,
.btn-danger.btn-effect-icon-slide-in:active span,
.btn-danger.btn-effect-icon-slide-in.active span {
  left: -0.5em;
}
.btn-danger.btn-effect-click-state {
  position: relative;
}
.btn-danger.btn-effect-click-state:hover,
.btn-danger.btn-effect-click-state:focus,
.btn-danger.btn-effect-click-state:active,
.btn-danger.btn-effect-click-state.active {
  top: 2px;
  -webkit-box-shadow: 0 2px 0 #9f4140;
  box-shadow: 0 2px 0 #9f4140;
}
.btn-white {
  color: #ffffff;
  border-color: #ffffff !important;
  background: rgba(0, 0, 0, 0);
  background: none !important;
  border-width: 2px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
}
.btn-white.btn-effect-icon-slide-in {
  position: relative;
  padding-right: 2em;
  padding-left: 2em;
}
.btn-white.btn-effect-icon-slide-in i {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: inherit;
  margin-left: 0;
}
.btn-white.btn-effect-icon-slide-in span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.btn-white.btn-effect-icon-slide-in:hover i,
.btn-white.btn-effect-icon-slide-in:focus i,
.btn-white.btn-effect-icon-slide-in:active i,
.btn-white.btn-effect-icon-slide-in.active i {
  margin-left: 0.3448275862068966em;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-white.btn-effect-icon-slide-in:hover span,
.btn-white.btn-effect-icon-slide-in:focus span,
.btn-white.btn-effect-icon-slide-in:active span,
.btn-white.btn-effect-icon-slide-in.active span {
  left: -0.5em;
}
.btn-link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #57bb8a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #8c8c8c;
  text-decoration: none;
}
.btn-lg {
  padding: 1.0275862068965518rem 1.4413793103448276rem;
  font-size: 1.2413793103448276em;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6827586206896552rem 1.0275862068965518rem;
  font-size: 13px;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-xs {
  padding: 0.40689655172413797rem 0.6827586206896552rem;
  font-size: 13px;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.btn-align-right {
  float: right;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.3448275862068966em;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*--------------------------------------------------------------
8.0 - Dropdown menus
--------------------------------------------------------------*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.13793103448275862em;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11.03448275862069em;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14.5px;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -0.2068965517241379em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 0.20689655172413793em 1.3793103448275863em;
  clear: both;
  line-height: 1.6;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #595959;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #57bb8a;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.06896551724137931em;
}
/*--------------------------------------------------------------
9.0 - Navs
--------------------------------------------------------------*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0.6rem 1.1rem;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #999999;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  background: transparent;
}
.nav-tabs > li > a > i {
  margin-right: 0.5em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff;
  color: #808080;
  border: 1px solid #e5e5e5;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content {
  padding: 20px 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content .widget {
  margin-bottom: 0;
}
.widget .tab-content {
  padding-bottom: 0;
}
/* custom inclusion of right, left and below tabs */
.tabs-top > .nav-tabs > li > a {
  border-top-width: 2px;
}
.tabs-top > .nav-tabs > .active > a,
.tabs-top > .nav-tabs > .active > a:hover,
.tabs-top > .nav-tabs > .active > a:focus {
  border-top: 2px solid #57bb8a;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #e5e5e5;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #e5e5e5 #57bb8a #e5e5e5;
  border-bottom-width: 2px;
}
.tabs-right,
.tabs-left {
  display: table;
  width: 100%;
}
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.tabs-right > .nav-tabs > li,
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-right > .tab-content,
.tabs-left > .tab-content {
  padding: 0;
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 70%;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  margin-right: 1.3103448275862069em;
  border-right: 1px solid #e5e5e5;
}
.tabs-left > .tab-content {
  padding-left: 20px;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #e5e5e5 transparent #e5e5e5 #57bb8a;
  *border-right-color: #ffffff;
  border-left-width: 2px;
}
.tabs-right > .nav-tabs {
  margin-left: 1.3103448275862069em;
  border-left: 1px solid #e5e5e5;
}
.tabs-right > .tab-content {
  padding-right: 20px;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #e5e5e5 #57bb8a #e5e5e5 transparent;
  *border-left-color: #ffffff;
  border-right-width: 2px;
}
.tabs-default a {
  color: #666666;
}
.tabs-default a:hover,
.tabs-default a:focus {
  color: #666666;
}
.tabs-default.tabs-top .nav-tabs > li.active > a,
.tabs-default.tabs-top .nav-tabs > li.active > a:hover,
.tabs-default.tabs-top .nav-tabs > li.active > a:focus {
  border-top-color: #e5e5e5;
  color: #666666;
}
.tabs-default.tabs-left .nav-tabs > li.active > a,
.tabs-default.tabs-left .nav-tabs > li.active > a:hover,
.tabs-default.tabs-left .nav-tabs > li.active > a:focus {
  border-left-color: #e5e5e5;
  color: #666666;
}
.tabs-default.tabs-right .nav-tabs > li.active > a,
.tabs-default.tabs-right .nav-tabs > li.active > a:hover,
.tabs-default.tabs-right .nav-tabs > li.active > a:focus {
  border-right-color: #e5e5e5;
  color: #666666;
}
.tabs-default.tabs-below .nav-tabs > li.active > a,
.tabs-default.tabs-below .nav-tabs > li.active > a:hover,
.tabs-default.tabs-below .nav-tabs > li.active > a:focus {
  border-bottom-color: #e5e5e5;
  color: #666666;
}
.tabs-primary a {
  color: #666666;
}
.tabs-primary a:hover,
.tabs-primary a:focus {
  color: #57bb8a;
}
.tabs-primary.tabs-top .nav-tabs > li.active > a,
.tabs-primary.tabs-top .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-top .nav-tabs > li.active > a:focus {
  border-top-color: #57bb8a;
  color: #57bb8a;
}
.tabs-primary.tabs-left .nav-tabs > li.active > a,
.tabs-primary.tabs-left .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-left .nav-tabs > li.active > a:focus {
  border-left-color: #57bb8a;
  color: #57bb8a;
}
.tabs-primary.tabs-right .nav-tabs > li.active > a,
.tabs-primary.tabs-right .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-right .nav-tabs > li.active > a:focus {
  border-right-color: #57bb8a;
  color: #57bb8a;
}
.tabs-primary.tabs-below .nav-tabs > li.active > a,
.tabs-primary.tabs-below .nav-tabs > li.active > a:hover,
.tabs-primary.tabs-below .nav-tabs > li.active > a:focus {
  border-bottom-color: #57bb8a;
  color: #57bb8a;
}
.tabs-success a {
  color: #666666;
}
.tabs-success a:hover,
.tabs-success a:focus {
  color: #57bb58;
}
.tabs-success.tabs-top .nav-tabs > li.active > a,
.tabs-success.tabs-top .nav-tabs > li.active > a:hover,
.tabs-success.tabs-top .nav-tabs > li.active > a:focus {
  border-top-color: #57bb58;
  color: #57bb58;
}
.tabs-success.tabs-left .nav-tabs > li.active > a,
.tabs-success.tabs-left .nav-tabs > li.active > a:hover,
.tabs-success.tabs-left .nav-tabs > li.active > a:focus {
  border-left-color: #57bb58;
  color: #57bb58;
}
.tabs-success.tabs-right .nav-tabs > li.active > a,
.tabs-success.tabs-right .nav-tabs > li.active > a:hover,
.tabs-success.tabs-right .nav-tabs > li.active > a:focus {
  border-right-color: #57bb58;
  color: #57bb58;
}
.tabs-success.tabs-below .nav-tabs > li.active > a,
.tabs-success.tabs-below .nav-tabs > li.active > a:hover,
.tabs-success.tabs-below .nav-tabs > li.active > a:focus {
  border-bottom-color: #57bb58;
  color: #57bb58;
}
.tabs-info a {
  color: #666666;
}
.tabs-info a:hover,
.tabs-info a:focus {
  color: #5788bb;
}
.tabs-info.tabs-top .nav-tabs > li.active > a,
.tabs-info.tabs-top .nav-tabs > li.active > a:hover,
.tabs-info.tabs-top .nav-tabs > li.active > a:focus {
  border-top-color: #5788bb;
  color: #5788bb;
}
.tabs-info.tabs-left .nav-tabs > li.active > a,
.tabs-info.tabs-left .nav-tabs > li.active > a:hover,
.tabs-info.tabs-left .nav-tabs > li.active > a:focus {
  border-left-color: #5788bb;
  color: #5788bb;
}
.tabs-info.tabs-right .nav-tabs > li.active > a,
.tabs-info.tabs-right .nav-tabs > li.active > a:hover,
.tabs-info.tabs-right .nav-tabs > li.active > a:focus {
  border-right-color: #5788bb;
  color: #5788bb;
}
.tabs-info.tabs-below .nav-tabs > li.active > a,
.tabs-info.tabs-below .nav-tabs > li.active > a:hover,
.tabs-info.tabs-below .nav-tabs > li.active > a:focus {
  border-bottom-color: #5788bb;
  color: #5788bb;
}
.tabs-warning a {
  color: #666666;
}
.tabs-warning a:hover,
.tabs-warning a:focus {
  color: #f0ad4e;
}
.tabs-warning.tabs-top .nav-tabs > li.active > a,
.tabs-warning.tabs-top .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-top .nav-tabs > li.active > a:focus {
  border-top-color: #f0ad4e;
  color: #f0ad4e;
}
.tabs-warning.tabs-left .nav-tabs > li.active > a,
.tabs-warning.tabs-left .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-left .nav-tabs > li.active > a:focus {
  border-left-color: #f0ad4e;
  color: #f0ad4e;
}
.tabs-warning.tabs-right .nav-tabs > li.active > a,
.tabs-warning.tabs-right .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-right .nav-tabs > li.active > a:focus {
  border-right-color: #f0ad4e;
  color: #f0ad4e;
}
.tabs-warning.tabs-below .nav-tabs > li.active > a,
.tabs-warning.tabs-below .nav-tabs > li.active > a:hover,
.tabs-warning.tabs-below .nav-tabs > li.active > a:focus {
  border-bottom-color: #f0ad4e;
  color: #f0ad4e;
}
.tabs-danger a {
  color: #666666;
}
.tabs-danger a:hover,
.tabs-danger a:focus {
  color: #bb5857;
}
.tabs-danger.tabs-top .nav-tabs > li.active > a,
.tabs-danger.tabs-top .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-top .nav-tabs > li.active > a:focus {
  border-top-color: #bb5857;
  color: #bb5857;
}
.tabs-danger.tabs-left .nav-tabs > li.active > a,
.tabs-danger.tabs-left .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-left .nav-tabs > li.active > a:focus {
  border-left-color: #bb5857;
  color: #bb5857;
}
.tabs-danger.tabs-right .nav-tabs > li.active > a,
.tabs-danger.tabs-right .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-right .nav-tabs > li.active > a:focus {
  border-right-color: #bb5857;
  color: #bb5857;
}
.tabs-danger.tabs-below .nav-tabs > li.active > a,
.tabs-danger.tabs-below .nav-tabs > li.active > a:hover,
.tabs-danger.tabs-below .nav-tabs > li.active > a:focus {
  border-bottom-color: #bb5857;
  color: #bb5857;
}
.tabs-center > .nav-tabs {
  text-align: center;
}
.tabs-center > .nav-tabs > li {
  display: inline-block;
  float: none;
}
.tabs-full > .nav-tabs {
  display: table;
  width: 100%;
}
.tabs-full > .nav-tabs > li {
  display: table-cell;
  float: none;
}
.tabs-full > .nav-tabs > li > a {
  margin-right: 0;
  background-color: #f5f5f5;
}
.tabs-full > .nav-tabs > li.active > a,
.tabs-full > .nav-tabs > li.active > a:hover,
.tabs-full > .nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.tabs-full.tabs-top > .nav-tabs > li > a {
  border-top-width: 2px;
  margin-bottom: -1px;
}
.tabs-full.tabs-below > .nav-tabs > li > a {
  border-bottom-width: 2px;
  margin-top: -1px;
}
/*--------------------------------------------------------------
10.0 - Navbars
--------------------------------------------------------------*/
.navbar {
  margin-bottom: 1.5862068965517242em;
  border-bottom: 0px solid transparent;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.navbar-to-fixed {
  top: -84px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-to-fixed.navbar-fixed-top {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-fixed-top .navbar-collapse {
  max-height: 23.448275862068964em;
}
.container > .navbar-wrap,
.container-fluid > .navbar-wrap,
.container > .navbar-header-left,
.container-fluid > .navbar-header-left,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .container > .navbar-wrap,
  .container-fluid > .navbar-wrap,
  .container > .navbar-header-left,
  .container-fluid > .navbar-header-left,
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.boxed-wrap .navbar-fixed-top {
  left: auto;
  right: auto;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-brand {
  float: left;
  font-size: 1.2413793103448276em;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -0.6896551724137931em;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 2.2413793103448274em;
  margin-bottom: 2.2413793103448274em;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle.x .bar-top {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.navbar-toggle.x .bar-middle {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.navbar-toggle.x .bar-bottom {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-header .navbar-toggle {
  border-color: transparent;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-header .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5862068965517242em;
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    line-height: 1.5862068965517242em !important;
    font-size: 14.5px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 3.4482758620689653em;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 0.6896551724137931em 1.0344827586206897em 0.6896551724137931em 1.7241379310344827em;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.5862068965517242em;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 3.3590963139120094em;
    padding-bottom: 3.3590963139120094em;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -0.6896551724137931em;
  }
}
.header-type-default .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 992px) {
  .header-type-default .navbar-nav > li > .dropdown-menu {
    top: 99px;
  }
}
@media (min-width: 992px) {
  .header-type-default .navbar-fixed-top .navbar-nav > li > .dropdown-menu {
    top: 80px;
  }
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
@media (min-width: 992px) {
  .header-type-default .navbar-default {
    height: 99px;
    -webkit-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s;
  }
}
@media (min-width: 992px) {
  .header-type-default .navbar-fixed-top.navbar-default {
    height: 80px;
  }
}
.navbar-default .navbar-brand {
  color: #1f1f1f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #050505;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #1f1f1f;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #57bb8a;
  background-color: transparent;
}
.navbar-default .navbar-nav .open > a {
  color: #57bb8a;
  background-color: transparent;
}
.navbar-default .navbar-nav .current-menu-ancestor > a,
.navbar-default .navbar-nav .current-menu-parent > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav .current-menu-ancestor > a:hover,
.navbar-default .navbar-nav .current-menu-parent > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
  color: #57bb8a;
  background-color: transparent;
}
.navbar-default .navbar-collapse {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-color: #e6e6e6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1f1f1f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #57bb8a;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #57bb8a;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 0;
  }
}
.navbar-brand img {
  max-height: 98px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .header-type-default .navbar-brand img {
    max-height: 98px;
    -webkit-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
}
@media (min-width: 992px) {
  .header-type-default .animate-children .navbar-brand img {
    max-height: 79px;
  }
}
.navbar-brand .logo-fixed {
  display: none;
}
@media (max-width: 991px) {
  .navbar-brand .logo {
    display: block;
    max-width: 200px;
  }
  .navbar-brand .logo-fixed {
    display: none;
  }
}
.navbar-fixed-top .navbar-brand img {
  padding: 5px 0;
}
.navbar-fixed-top .navbar-brand .logo {
  display: none;
}
.navbar-fixed-top .navbar-brand .logo-fixed {
  display: block;
}
.navbar-brand .logo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .navbar-brand .logo,
  .navbar-brand .logo-fixed {
    display: none;
  }
  .navbar-brand .logo-mobile {
    display: inline-block;
  }
}
.navbar-default {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .primary-navbar-collapse {
  float: right;
}
@media (max-width: 991px) {
  .navbar-default .primary-navbar-collapse {
    float: none;
  }
}
.navbar-default .navbar-collapse {
  border: none;
}
.primary-nav .menu-item-navbar-brand {
  display: none;
}
@media (min-width: 992px) {
  .header-default-center .navbar-wrap > .navbar-header {
    display: none;
  }
  .header-default-center .menu-item-navbar-brand {
    position: static !important;
    padding: 0 3rem !important;
    vertical-align: top;
  }
  .header-default-center .menu-item-navbar-brand .navbar-brand {
    display: block;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 100%;
  }
  .header-default-center .navbar-default .primary-navbar-collapse {
    float: none;
    padding: 0;
  }
  .header-default-center.header-type-default .primary-nav {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .header-default-center.header-type-default .primary-nav > li {
    padding: 0 15px;
    display: inline-block;
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header-default-center .menu-item-navbar-brand {
    padding: 0 1rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header-default-center.header-type-default .primary-nav > li {
    padding: 0 7.5px;
  }
}
.navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-wrap {
  position: relative;
}
.primary-nav {
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.primary-nav .navicon {
  margin-right: 0.5517241379310345rem;
  font-size: 14.5px;
}
.header-type-center2 .primary-nav > li > a .navicon,
.header-type-below .primary-nav > li > a .navicon,
.header-type-classic .primary-nav > li > a .navicon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -2px;
}
@media (min-width: 992px) {
  .primary-nav > .megamenu > .dropdown-menu {
    background: #ffffff;
    border-top: 2px solid #57bb8a;
  }
  .primary-nav > .megamenu.megamenu-fullwidth {
    position: static !important;
  }
  .primary-nav > .megamenu.megamenu-fullwidth > .dropdown-menu {
    width: 100%;
  }
  .primary-nav > .megamenu .megamenu-title {
    margin: 0;
    padding: 0.5em;
    font-size: 1.3em;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.6896551724137931em;
  }
  .primary-nav > .megamenu .megamenu-title a {
    background: transparent !important;
  }
  .primary-nav > .megamenu .megamenu-title .caret {
    display: none;
  }
  .primary-nav > .megamenu > .dropdown-menu .widget {
    margin-bottom: 0;
  }
  .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar {
    padding: 0.6896551724137931em;
  }
  .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar a {
    margin: 0;
    padding: 0;
  }
  .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products {
    margin: 0;
  }
  .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products li {
    margin: 0;
  }
  .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products li img {
    width: 100%;
  }
  .primary-nav > .megamenu > .dropdown-menu > li {
    display: table-cell;
    vertical-align: top;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #e6e6e6;
    padding: 0.6896551724137931em 0.6896551724137931em 1.3793103448275863em;
    min-width: 200px;
  }
  .primary-nav > .megamenu > .dropdown-menu > li:last-child {
    border-right: none;
  }
  .primary-nav > .megamenu > .dropdown-menu > li.mega-col-12 {
    width: 100%;
  }
  .primary-nav > .megamenu > .dropdown-menu > li.mega-col-3 {
    width: 25%;
  }
  .primary-nav > .megamenu > .dropdown-menu > li.mega-col-6 {
    width: 50%;
  }
  .primary-nav > .megamenu > .dropdown-menu > li.mega-col-4 {
    width: 33.3333%;
  }
  .primary-nav > .megamenu > .dropdown-menu > li > a {
    background: #ffffff;
  }
  .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu {
    display: block !important;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: none;
    left: 0 !important;
    top: 0 !important;
    opacity: 1 !important;
  }
  .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu li {
    border: none;
  }
  .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a {
    background: #ffffff;
  }
  .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a:hover {
    color: #57bb8a;
  }
  .primary-nav > .megamenu.open > .dropdown-menu {
    display: table !important;
  }
}
.primary-nav .dropdown-menu {
  min-width: 200px;
}
.primary-nav .dropdown-menu li {
  border-bottom: none;
  border-top: 1px solid #e6e6e6;
}
.primary-nav .dropdown-menu li:first-child {
  border-top: none;
}
.primary-nav .dropdown-menu li.menu-item-has-children > .dropdown-menu {
  margin: 0;
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .primary-nav .dropdown-menu li .megamenu-title {
    font-size: 14.5px;
    font-weight: 400;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0.6896551724137931em 1.0344827586206897em 0.6896551724137931em 1.7241379310344827em;
    position: relative;
    color: #1f1f1f;
  }
  .primary-nav .dropdown-menu li .megamenu-title .caret {
    cursor: pointer;
  }
}
.primary-nav .dropdown-menu a {
  color: #1f1f1f;
  padding: 0.65em 0.9655172413793104rem;
  background: #ffffff;
}
.primary-nav .dropdown-menu a:hover {
  color: #57bb8a;
  background: #f5f5f5;
}
.primary-nav .dropdown-menu .open > a {
  color: #57bb8a;
}
.primary-nav .dropdown-menu .active > a {
  color: #57bb8a;
  background: #f5f5f5;
}
.primary-nav .dropdown-menu .active > a:hover {
  color: #57bb8a;
  background: #f5f5f5;
}
.primary-nav li.menu-item-has-children {
  position: relative;
}
@media (max-width: 991px) {
  .primary-nav li.menu-item-has-children.open > .megamenu-title > .caret:before,
  .primary-nav li.menu-item-has-children.open > a > .caret:before {
    content: "\f068";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
  }
}
@media (max-width: 991px) {
  .primary-nav li {
    border-bottom: 1px solid #e6e6e6;
  }
  .primary-nav li:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .primary-nav li:last-child {
    border-bottom: none;
  }
}
.primary-nav > li > .dropdown-menu {
  border-top: 2px solid #57bb8a;
}
.primary-nav > li > a {
  position: relative;
}
@media (min-width: 992px) {
  .header-type-center2 .primary-nav > li > a,
  .header-type-below .primary-nav > li > a,
  .header-type-classic .primary-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 99px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .header-type-default .primary-nav > li > a {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: relative;
    padding: 42px 1.1rem 0;
    -webkit-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
  }
  .header-type-default .primary-nav > li > a .navicon {
    display: block;
    font-size: 21px;
    margin: 0;
    position: absolute;
    top: 25px;
    color: #57bb8a;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
  }
  .header-type-default .primary-nav > li > a .navicon ~ span.underline {
    margin-top: 15px;
    display: block;
  }
  .header-type-default .animate-children .primary-nav > li > a {
    padding: 32px 1rem;
    max-height: 80px;
  }
  .header-type-default .animate-children .primary-nav > li > a .navicon {
    height: 0;
  }
  .header-type-default .animate-children .primary-nav > li > a .navicon ~ span.underline {
    margin-top: 0;
  }
}
.header-type-center2 .primary-nav > li > a > .navicon ~ .underline,
.header-type-below .primary-nav > li > a > .navicon ~ .underline,
.header-type-classic .primary-nav > li > a > .navicon ~ .underline {
  padding-left: 1.5em;
}
.primary-nav > li > a > .underline {
  position: relative;
}
@media (min-width: 992px) {
  .primary-nav > li > a > .caret {
    display: none;
  }
}
.primary-nav > li.menu-item-has-children {
  position: relative;
}
.primary-nav > li.menu-item-has-children .caret {
  border: none;
  vertical-align: baseline;
  margin-left: 0.13793103448275862em;
  font-size: 0.9655172413793104em;
}
@media (min-width: 992px) {
  .primary-nav > li.menu-item-has-children .caret:before {
    content: "\f107";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
  }
}
@media (max-width: 991px) {
  .primary-nav > li.menu-item-has-children .caret {
    height: 100%;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px;
    text-align: center;
  }
  .primary-nav > li.menu-item-has-children .caret:before {
    content: "\f067";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
  }
}
@media (min-width: 992px) {
  .primary-nav > li.menu-item-has-children li.menu-item-has-children .caret {
    position: absolute;
    right: 0.9655172413793104rem;
  }
  .primary-nav > li.menu-item-has-children li.menu-item-has-children .caret:before {
    content: "\f105";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
  }
}
.primary-nav > li.current-menu-parent > a,
.primary-nav > li.current-menu-parent > a:hover {
  color: #57bb8a;
  background-color: transparent;
}
@media (max-width: 991px) {
  .primary-nav .dropdown-menu {
    position: relative;
    float: none;
  }
  .primary-nav > li > a {
    font-size: 14.5px;
  }
}
.navbar-fixed-top {
  border-color: transparent;
  color: #1f1f1f;
  -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.22);
  background: #ffffff;
}
.navbar-fixed-top .header-search-overlay .searchform .searchinput {
  font-size: 1em;
}
.navbar-fixed-top .navbar-nav.primary-nav > li:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a {
  color: #1f1f1f;
}
.navbar-fixed-top .navbar-nav.primary-nav > li:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > li.open:not(.active):not(.current-menu-ancestor):not(.current-menu-parent) > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-parent > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-parent > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-ancestor > a,
.navbar-fixed-top .navbar-nav.primary-nav > .current-menu-ancestor > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .active > a,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a {
  color: #57bb8a;
}
.navbar-fixed-top .navbar-nav.primary-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav.primary-nav > li > a:hover {
  color: #57bb8a;
}
.navbar-fixed-top .navbar-nav.primary-nav .megamenu-sidebar {
  color: #fff;
}
.navbar-fixed-top .navbar-nav.primary-nav .dropdown-menu {
  background-color: #ffffff !important;
}
.navbar-fixed-top .navbar-nav.primary-nav .dropdown-menu .megamenu-title {
  border-bottom: 1px solid rgba(218, 218, 218, 0.49);
}
.navbar-fixed-top .navbar-nav.primary-nav .dropdown-menu .megamenu-title a {
  background: transparent !important;
}
.navbar-fixed-top .navbar-nav.primary-nav .dropdown-menu li {
  border-color: rgba(218, 218, 218, 0.49) !important;
}
.navbar-fixed-top .navbar-nav.primary-nav .dropdown-menu li:hover {
  background: transparent !important;
}
.navbar-fixed-top .navbar-nav.primary-nav .dropdown-menu a {
  background: transparent !important;
}
.navbar-fixed-top .minicart-icon span {
  background: #57bb8a;
  color: #fff;
}
@media (min-width: 992px) {
  .primary-nav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .header-type-default .navbar-default > div,
  .header-type-default .navbar-default .primary-navbar-collapse,
  .header-type-default .navbar-default .primary-nav {
    position: static;
    height: 100% !important;
  }
  .header-type-default .navbar-default .navbar-wrap,
  .header-type-default .navbar-default .primary-nav > li {
    position: relative;
    height: 100% !important;
  }
  .header-type-default li.navbar-minicart,
  .header-type-default li.navbar-search {
    display: none !important;
  }
}
.navbar-search-button {
  position: relative;
}
.header-type-classic .navbar-search-button {
  margin-left: 30px;
}
.header-type-classic .navbar-search-button:before {
  content: "";
  height: 18px;
  position: absolute;
  width: 1px;
  background: #e6e6e6;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@-webkit-keyframes search_pop {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes search_pop {
  0% {
    -moz-transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes search_pop {
  0% {
    -moz-transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes search_pop {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .navbar-search {
    border: none !important;
  }
}
.navbar-search .search-form-wrap {
  color: #666666;
}
.navbar-search .search-form-wrap.show-popup {
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #e5e5e5;
  z-index: 1000;
  background: #fff;
  margin: -0.06896551724137931em 0 0 0;
  display: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.navbar-search .search-form-wrap.show-popup.show {
  -webkit-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
  -o-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
  animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
}
.navbar-search .search-form-wrap.show-popup:before {
  border-color: #e6e6e6;
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  content: "";
  display: block;
  height: 0.6206896551724138em;
  position: absolute;
  right: 1.3793103448275863em;
  top: -0.3448275862068966em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.6206896551724138em;
  z-index: 1010;
  background: #fff;
}
.navbar-search .search-form-wrap.show-popup .searchform-loading {
  display: none;
}
.navbar-search .search-form-wrap.show-popup .searchform {
  position: relative;
  margin: 0.6896551724137931em;
}
.navbar-search .search-form-wrap.show-popup .searchform:after {
  content: "\f002";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
  content: "\f110";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
  -webkit-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  -webkit-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start);
}
.navbar-search .search-form-wrap.show-popup .searchform:after {
  color: #fff;
  position: absolute !important;
  top: 0.5517241379310345em;
  right: 0.6896551724137931em !important;
  font-size: 1.103448275862069em !important;
}
.navbar-search .search-form-wrap.show-popup .searchform:before {
  content: "";
  width: 2.3448275862068964em;
  height: 2.3448275862068964em;
  position: absolute;
  right: 0;
  text-align: center;
  background: #57bb8a;
  line-height: 2.3448275862068964em;
  color: #fff;
}
.navbar-search .search-form-wrap.show-popup .searchinput {
  width: 17.24137931034483em;
  height: 2.3448275862068964em;
  border: 1px solid #e5e5e5;
  padding: 0.3448275862068966em;
  padding-right: 2.4827586206896552em;
  background: #f8f8f8;
  font-size: 14.5px;
  outline: none;
}
@media (max-width: 991px) {
  .navbar-search .search-form-wrap.show-popup .searchinput {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-search > a {
    display: none !important;
  }
  .navbar-search .search-form-wrap.show-popup {
    position: relative;
    display: block !important;
    border: none;
    border-top: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
  }
  .navbar-search .search-form-wrap.show-popup:before {
    display: none;
  }
  .navbar-search .search-form-wrap.show-popup .searchform {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-search .search-form-wrap.show-popup #s {
    width: 100%;
  }
}
.navbar-minicart {
  position: relative;
}
.navbar-minicart:hover .minicart {
    display: block;
}
.header-type-below .navbar-minicart {
  margin-left: 30px;
}
.header-type-below .navbar-minicart:before {
  content: "";
  height: 30%;
  position: absolute;
  width: 1px;
  background: #e6e6e6;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .navbar-minicart {
    display: none !important;
  }
}
.cart-icon-mobile {
  display: none;
  float: right;
  padding: 9px 10px;
  margin-top: 2.2413793103448274em;
  margin-bottom: 2.2413793103448274em;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 1;
  margin-right: 5px;
  font-size: 1em;
  color: #333333;
  position: relative;
}
.cart-icon-mobile:focus {
  outline: 0;
}
.cart-icon-mobile .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}
.cart-icon-mobile .icon-bar + .icon-bar {
  margin-top: 4px;
}
.cart-icon-mobile.x .bar-top {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.cart-icon-mobile.x .bar-middle {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cart-icon-mobile.x .bar-bottom {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
@media (min-width: 992px) {
  .cart-icon-mobile {
    display: none;
  }
}
.cart-icon-mobile:hover,
.cart-icon-mobile:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #333333;
}
.cart-icon-mobile span {
  background: none repeat scroll 0 0 #57bb8a;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  height: 1.7em;
  line-height: 1.7em;
  position: absolute;
  right: -0.5em;
  text-align: center;
  top: -0.5em;
  width: 1.7em;
}
@media (max-width: 991px) {
  .cart-icon-mobile {
    display: block;
  }
}
.header-type-toggle-offcanvas .navbar-header,
.header-type-toggle .navbar-header {
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .header-type-toggle-offcanvas .navbar-header,
  .header-type-toggle .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .header-type-toggle .primary-nav > .megamenu > .dropdown-menu {
    border: none;
  }
  .header-type-toggle .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a {
    background: transparent;
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) {
    border-width: 0 0 0px 0;
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:hover,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:hover,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:hover,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:focus,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:focus,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:focus,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .navicon,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .navicon,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .navicon {
    color: #fff;
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav .dropdown-menu a:focus,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav .dropdown-menu a:hover {
    color: #fff;
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu-sidebar {
    color: #fff;
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu .megamenu-title {
    color: #fff;
    border-bottom-color: rgba(218, 218, 218, 0.49);
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu > .dropdown-menu > li {
    border-right-color: rgba(218, 218, 218, 0.49);
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu > .dropdown-menu > li li a:hover,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu > .dropdown-menu > li li a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top).navbar-fixed-top {
    background: #ffffff;
    border-color: transparent;
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .dropdown-menu a {
    color: #fff;
    background: transparent;
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .dropdown-menu a:focus,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .dropdown-menu a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .dropdown-menu li {
    border-color: rgba(218, 218, 218, 0.49);
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .dropdown-menu > li > a:hover,
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .dropdown-menu > li > a:focus {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header-type-toggle .navbar-default:not(.navbar-fixed-top) .megamenu > .dropdown-menu .dropdown-menu {
    background: transparent;
  }
  .header-type-toggle.header-transparent .navbar-default:not(.navbar-fixed-top),
  .header-type-toggle.header-transparent .navbar-default {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  }
  .header-type-toggle .navbar-default {
    height: 76px;
  }
  .header-type-toggle.in-active .navbar-default-wrap {
    height: 0;
    -webkit-transition: background 0.5s ease 0.7s, height 0.5s ease 0.7s;
    -o-transition: background 0.5s ease 0.7s, height 0.5s ease 0.7s;
    transition: background 0.5s ease 0.7s, height 0.5s ease 0.7s;
    overflow: hidden;
  }
  .header-type-toggle.active .navbar-default-wrap {
    color: #373b37;
    height: 76px;
    overflow: visible;
    -webkit-transition: background 0.5s ease 0s, height 0.2s ease 0s;
    -o-transition: background 0.5s ease 0s, height 0.2s ease 0s;
    transition: background 0.5s ease 0s, height 0.2s ease 0s;
  }
  .header-type-toggle .navbar-fixed-top {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .header-type-toggle.active .navbar-default:not(.navbar-fixed-top) .navbar-default-wrap {
    background: none repeat scroll 0 0 #040404;
  }
  .header-type-toggle.active .navbar-default.navbar-fixed-top .navbar-default-wrap {
    background: #ffffff;
  }
  .header-type-toggle .navbar-default .primary-navbar-collapse {
    float: none;
  }
  .header-type-toggle .navbar-brand img {
    max-height: 68px;
    padding: 5px 0;
  }
  .header-type-toggle .navbar-header {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 30px;
    overflow: hidden;
    z-index: 1031;
  }
  .header-type-toggle .navbar-header .navbar-brand {
    padding: 0;
  }
  .header-type-toggle .navbar-nav > li > a {
    opacity: 0;
    filter: alpha(opacity=0);
    top: -15px;
    -webkit-transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
  }
  .header-type-toggle.active .navbar-nav > li > a {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
  }
  .header-type-toggle .navbar-nav > li > a {
    padding-bottom: 1.8rem;
    padding-top: 1.8rem;
  }
  .header-type-toggle .primary-nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .header-type-toggle .navbar:not(.navbar-fixed-top) {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-type-toggle-offcanvas.header-transparent .navbar-default:not(.navbar-fixed-top),
  .header-type-toggle-offcanvas.header-transparent .navbar-default {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  }
  .header-type-toggle-offcanvas .navbar-default {
    height: 76px;
  }
  .header-type-toggle-offcanvas .navbar-default.navbar-fixed-top {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #fff !important;
  }
  .header-type-toggle-offcanvas .navbar-brand img {
    max-height: 68px;
    padding: 5px 0;
  }
  .header-type-toggle-offcanvas .navbar-header {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 30px;
    overflow: hidden;
    z-index: 1031;
  }
  .header-type-toggle-offcanvas .navbar-header .navbar-brand {
    padding: 0;
  }
  .header-type-toggle-offcanvas .navbar:not(.navbar-fixed-top) {
    position: relative;
  }
}
.navbar-toggle-fixed {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 30px;
  overflow: hidden;
  width: 30px;
  height: 24px;
  z-index: 1031;
}
@media (max-width: 991px) {
  .navbar-toggle-fixed {
    display: none;
  }
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: middle;
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i {
  background: none repeat scroll 0 0 #1f1f1f;
  border-radius: 2px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
}
.header-type-toggle.active .navbar-toggle-fixed .navbar-toggle-fixed-btn i,
.header-transparent .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
  background: #fff;
}
.navbar-fixed-top .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
  background: none repeat scroll 0 0 #1f1f1f !important;
}
.header-type-toggle .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
  -webkit-transition: background 0.2s ease 0.75s,top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0.75s,top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
  transition: background 0.2s ease 0.75s,top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i:first-child {
  top: 0;
}
.navbar-toggle-fixed .navbar-toggle-fixed-btn i:last-child {
  top: 20px;
}
.header-type-toggle.active .navbar-toggle-fixed .navbar-toggle-fixed-btn i {
  left: 0;
  opacity: 0;
  -webkit-transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
  -o-transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
  transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
}
.header-type-toggle.active .navbar-toggle-fixed .navbar-toggle-fixed-btn i:first-child {
  left: 0;
  opacity: 1;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-type-toggle.active .navbar-toggle-fixed .navbar-toggle-fixed-btn i:last-child {
  left: 0;
  opacity: 1;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.offcanvas-close {
  display: block;
  height: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.offcanvas-close-btn {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  vertical-align: middle;
  width: 100%;
  width: 30px;
}
.offcanvas-close-btn i {
  background: none repeat scroll 0 0 #1f1f1f;
  border-radius: 2px;
  display: block;
  height: 2px;
  position: absolute;
  top: 10px;
  width: 100%;
  left: 0;
  opacity: 0;
}
.offcanvas-close-btn i:first-child {
  left: 0;
  opacity: 1;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.offcanvas-close-btn i:last-child {
  left: 0;
  opacity: 1;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.offcanvas-overlay {
  background-color: #b5b5b5;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  width: 100%;
  z-index: 1050;
  visibility: hidden;
}
.offcanvas {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: none repeat scroll 0 0 #f5f5f5;
  bottom: 0;
  position: fixed;
  right: -315px;
  top: 0;
  width: 315px;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}
.offcanvas-wrap {
  position: relative;
  padding: 30px;
  margin-top: 30px;
}
.open-offcanvas .offcanvas {
  right: 0;
}
.open-offcanvas .offcanvas-overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
}
.offcanvas-nav {
  margin: 0;
  padding: 0;
}
.offcanvas-nav li {
  display: block;
  position: relative;
}
.offcanvas-nav li.menu-item-has-children {
  position: relative;
}
.offcanvas-nav li.menu-item-has-children .caret {
  border: none;
  vertical-align: baseline;
  margin-left: 0.13793103448275862em;
  font-size: 0.9655172413793104em;
  height: 100%;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  text-align: center;
}
.offcanvas-nav li.menu-item-has-children .caret:before {
  content: "\f067";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.offcanvas-nav li.menu-item-has-children.open > .megamenu-title > .caret:before,
.offcanvas-nav li.menu-item-has-children.open > a > .caret:before {
  content: "\f068";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.offcanvas-nav li.menu-item-has-children.open .dropdown-menu {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  float: none;
  margin-top: 0;
  position: static;
  width: auto;
}
.offcanvas-nav li.menu-item-has-children.open .dropdown-menu > li > a {
  line-height: 1.65517em;
  padding: 0.689655em 1.03448em 0.689655em 1.72414em;
}
.offcanvas-nav li.menu-item-has-children.open .dropdown-menu .dropdown-menu > li > a {
  padding-left: 3.44828em;
}
.offcanvas-nav a {
  display: block;
  line-height: 1.65517em;
  padding-bottom: 0.689655em;
  padding-top: 0.689655em;
  text-transform: uppercase;
  position: relative;
  color: #1f1f1f;
}
.offcanvas-nav a:hover {
  color: #57bb8a;
}
.offcanvas-nav .dropdown-menu > li > a:hover,
.offcanvas-nav .dropdown-menu > li > a:focus {
  background: transparent;
}
.offcanvas-nav .dropdown-menu > li.active > a,
.offcanvas-nav .dropdown-menu > li.active > a:hover,
.offcanvas-nav .dropdown-menu > li.active > a:focus {
  background: transparent;
}
.offcanvas-nav .dropdown-menu a {
  color: #1f1f1f;
}
.offcanvas-nav .dropdown-menu a:hover {
  color: #57bb8a;
}
.offcanvas-nav .navbar-search {
  display: none;
}
.offcanvas-widget {
  margin-top: 3rem;
}
/*--------------------------------------------------------------
11.0 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
  list-style: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.breadcrumb > li {
  display: inline-block;
  color: #ffffff;
}
.breadcrumb > li + li:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumb > li a {
  color: #ffffff;
}
.breadcrumb > li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #ffffff;
}
/*--------------------------------------------------------------
12.0 - Pagination
--------------------------------------------------------------*/
.paginate {
  display: block;
  margin-top: 1.5862068965517242em;
  padding: 0 0 0.8275862068965517rem 0;
}
.container-full .paginate {
  padding-left: 30px;
  padding-right: 30px;
}
.paginate .paginate_links {
  display: table;
  margin: 0 auto;
  float: right;
}
.paginate .paginate_links .pagination-meta,
.paginate .paginate_links .page-numbers {
  padding: 0.3em 1em;
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  margin: 0 0.3448275862068966em 0 0;
  color: #666666;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.paginate .paginate_links .pagination-meta:last-child,
.paginate .paginate_links .page-numbers:last-child {
  margin: 0;
}
.paginate .paginate_links .pagination-meta.current,
.paginate .paginate_links .page-numbers.current {
  background: #57bb8a;
  border: 1px solid #57bb8a;
  color: #fff;
}
.paginate .paginate_links a.page-numbers:hover,
.paginate .paginate_links a.page-numbers:focus {
  border: 1px solid #57bb8a;
  color: #57bb8a;
}
.paginate .paginate_links .pagination-meta {
  color: #666666;
  border-color: transparent;
  margin-right: 0.6896551724137931em;
}
@media (max-width: 767px) {
  .paginate .paginate_links {
    float: none;
  }
  .paginate .paginate_links .pagination-meta {
    display: none;
  }
}
/*--------------------------------------------------------------
13.0 - Labels
--------------------------------------------------------------*/
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -0.06896551724137931em;
}
.label-default {
  background-color: #8c8c8c;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #737373;
}
.label-primary {
  background-color: #57bb8a;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #409f70;
}
.label-success {
  background-color: #57bb58;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #409f41;
}
.label-info {
  background-color: #5788bb;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #406f9f;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #bb5857;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9f4140;
}
/*--------------------------------------------------------------
14.0 - Alerts
--------------------------------------------------------------*/
.alert {
  padding: 1.0344827586206897em;
  margin-bottom: 1.5862068965517242em;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 0.3448275862068966em;
}
.alert-style-square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.alert-style-square-outlined {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none !important;
  border-width: 2px;
}
.alert-style-round {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.alert-style-outlined {
  background: none !important;
  border-width: 2px;
}
.alert-style-3d {
  border-width: 1px 1px 5px 1px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 1.450653983353151em;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  color: inherit;
}
.alert-default {
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #666666;
}
.alert-default hr {
  border-top-color: #d8d8d8;
}
.alert-default .alert-link {
  color: #999999;
}
.alert-primary {
  background-color: rgba(160, 216, 188, 0.3);
  border-color: rgba(141, 209, 175, 0.3);
  color: #57bb8a;
}
.alert-primary hr {
  border-top-color: rgba(123, 202, 162, 0.3);
}
.alert-primary .alert-link {
  color: #999999;
}
.alert-success {
  background-color: rgba(160, 216, 160, 0.3);
  border-color: rgba(142, 209, 141, 0.3);
  color: #57bb58;
}
.alert-success hr {
  border-top-color: rgba(124, 202, 123, 0.3);
}
.alert-success .alert-link {
  color: #999999;
}
.alert-info {
  background-color: rgba(160, 188, 216, 0.3);
  border-color: rgba(141, 176, 209, 0.3);
  color: #5788bb;
}
.alert-info hr {
  border-top-color: rgba(123, 163, 202, 0.3);
}
.alert-info .alert-link {
  color: #999999;
}
.alert-warning {
  background-color: rgba(248, 215, 172, 0.3);
  border-color: rgba(246, 204, 149, 0.3);
  color: #f0ad4e;
}
.alert-warning hr {
  border-top-color: rgba(244, 193, 125, 0.3);
}
.alert-warning .alert-link {
  color: #999999;
}
.alert-danger {
  background-color: rgba(216, 160, 160, 0.3);
  border-color: rgba(209, 141, 142, 0.3);
  color: #bb5857;
}
.alert-danger hr {
  border-top-color: rgba(202, 123, 124, 0.3);
}
.alert-danger .alert-link {
  color: #999999;
}
/*--------------------------------------------------------------
15.0 - Progress bars
--------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-bars .el-heading {
  padding-bottom: 0;
  margin: 0;
}
.progress-bars .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2.7586206896551726em 2.7586206896551726em;
}
.progress-bars .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bars .progress {
  margin-bottom: 1.5862068965517242em;
  background-color: #f5f5f5;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bars .progress.run .progress-label {
  opacity: 1;
  filter: alpha(opacity=100);
}
.progress-bars .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #57bb8a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress-bars.label-above .progress {
  height: 0.3448275862068966em;
  margin-top: 2.5517241379310347em;
}
.progress-bars.label-above .progress-title {
  position: absolute;
  top: -1.6551724137931034em;
  left: 0;
  color: #666666;
}
.progress-bars.label-above .progress-label {
  top: -1.8620689655172413em;
  left: 0;
  margin-left: -1.3em;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0.06896551724137931em 0.3448275862068966em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  -webkit-transition: opacity 4s;
  -o-transition: opacity 4s;
  transition: opacity 4s;
  line-height: 1.6;
}
.progress-bars.label-above .progress-label:before {
  background: none repeat scroll 0 0 #000;
  bottom: -0.20689655172413793em;
  content: "";
  height: 0.41379310344827586em;
  left: 50%;
  margin-left: -0.27586206896551724em;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.41379310344827586em;
}
.progress-bars.label-inner .el-heading {
  margin-bottom: 1.5862068965517242em;
}
.progress-bars.label-inner .progress {
  height: 1.7em;
  line-height: 1.7;
}
.progress-bars.label-inner .progress-bar {
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress-bars.label-inner .progress-title {
  color: #ffffff;
  float: left;
  padding-left: 0.5517241379310345em;
}
.progress-bars.label-inner .progress-label {
  float: right;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: auto !important;
  padding-right: 0.5517241379310345em;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
/*--------------------------------------------------------------
16.0 - Panels
--------------------------------------------------------------*/
.panel {
  margin-bottom: 0.7931034482758621em;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.panel-body {
  padding: 1.0344827586206897em;
}
.panel-heading {
  padding: 0.6896551724137931em 1.0344827586206897em;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  color: inherit;
  text-align: center;
  padding: 3px 3px 3px 3px;
}
.panel-title > a {
  color: inherit;
  display: block;
  position: relative;
}
.panel-title > a:before,
.panel-title > a:after {
  font-size: 90%;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.panel-title > a:before {
  left: 0;
  margin-right: 1.0344827586206897em;
}
.panel-title > a:after {
  right: 0;
}
.panel-icon-none-left .panel-title > a {
  padding-left: 1.5em;
}
.panel-icon-none-left .panel-title > a:before {
  content: "\f067";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-heading.active.panel-icon-none-left .panel-title > a:before {
  content: "\f068";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-icon-none-right .panel-title > a {
  padding-right: 1.5em;
}
.panel-icon-none-right .panel-title > a:after {
  content: "\f067";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-heading.active.panel-icon-none-right .panel-title > a:after {
  content: "\f068";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-icon-circle-left .panel-title > a {
  padding-left: 1.5em;
}
.panel-icon-circle-left .panel-title > a:before {
  content: "\f055";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-heading.active.panel-icon-circle-left .panel-title > a:before {
  content: "\f056";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-icon-circle-right .panel-title > a {
  padding-right: 1.5em;
}
.panel-icon-circle-right .panel-title > a:after {
  content: "\f055";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-heading.active.panel-icon-circle-right .panel-title > a:after {
  content: "\f056";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-icon-square-left .panel-title > a {
  padding-left: 1.5em;
}
.panel-icon-square-left .panel-title > a:before {
  content: "\f0fe";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-heading.active.panel-icon-square-left .panel-title > a:before {
  content: "\f146";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-icon-square-right .panel-title > a {
  padding-right: 1.5em;
}
.panel-icon-square-right .panel-title > a:after {
  content: "\f0fe";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-heading.active.panel-icon-square-right .panel-title > a:after {
  content: "\f146";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-icon-square-o-left .panel-title > a {
  padding-left: 1.5em;
}
.panel-icon-square-o-left .panel-title > a:before {
  content: "\f196";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-heading.active.panel-icon-square-o-left .panel-title > a:before {
  content: "\f147";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-icon-square-o-right .panel-title > a {
  padding-right: 1.5em;
}
.panel-icon-square-o-right .panel-title > a:after {
  content: "\f196";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-heading.active.panel-icon-square-o-right .panel-title > a:after {
  content: "\f147";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.panel-footer {
  padding: 0.6896551724137931em 1.0344827586206897em;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #e5e5e5;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-none {
  border-bottom-color: transparent;
  margin-bottom: 0;
  background: transparent;
}
.panel-none:last-child {
  margin-bottom: 1.5862068965517242em;
}
.panel-outline {
  border-bottom-color: #e5e5e5;
  margin-bottom: 0;
}
.panel-outline:last-child {
  margin-bottom: 1.5862068965517242em;
}
.panel-default {
  border-color: #e5e5e5;
}
.panel-default > .panel-heading {
  color: #666666;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5e5e5;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #666666;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e5e5e5;
}
.panel-primary {
  border-color: #57bb8a;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #57bb8a;
  border-color: #57bb8a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #57bb8a;
}
.panel-primary > .panel-heading .badge {
  color: #57bb8a;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #57bb8a;
}
.panel-success {
  border-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading {
  color: #57bb58;
  background-color: rgba(160, 216, 160, 0.3);
  border-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(142, 209, 141, 0.3);
}
.panel-success > .panel-heading .badge {
  color: rgba(160, 216, 160, 0.3);
  background-color: #57bb58;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(142, 209, 141, 0.3);
}
.panel-info {
  border-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading {
  color: #5788bb;
  background-color: rgba(160, 188, 216, 0.3);
  border-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(141, 176, 209, 0.3);
}
.panel-info > .panel-heading .badge {
  color: rgba(160, 188, 216, 0.3);
  background-color: #5788bb;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(141, 176, 209, 0.3);
}
.panel-warning {
  border-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: rgba(248, 215, 172, 0.3);
  border-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(246, 204, 149, 0.3);
}
.panel-warning > .panel-heading .badge {
  color: rgba(248, 215, 172, 0.3);
  background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(246, 204, 149, 0.3);
}
.panel-danger {
  border-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading {
  color: #bb5857;
  background-color: rgba(216, 160, 160, 0.3);
  border-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(209, 141, 142, 0.3);
}
.panel-danger > .panel-heading .badge {
  color: rgba(216, 160, 160, 0.3);
  background-color: #bb5857;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(209, 141, 142, 0.3);
}
/*--------------------------------------------------------------
17.0 - Close icons
--------------------------------------------------------------*/
.close {
  float: right;
  font-size: 21.75px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*--------------------------------------------------------------
18.0 - Morphsearch
--------------------------------------------------------------*/
.morphsearch {
  width: 40px;
  min-height: 40px;
  background: #f5f5f5;
  position: fixed;
  z-index: 10000;
  top: 40px;
  right: 40px;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-property: min-height, width, top, right, opacity, visibility;
  transition-property: min-height, width, top, right, opacity, visibility;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 99999;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
}
.morphsearch.open {
  width: 100%;
  min-height: 100%;
  top: 0px;
  right: 0px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.morphsearch-form {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch.open .morphsearch-form {
  width: 80%;
  height: 160px;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
}
.morphsearch-input {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10px;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 0.8em;
  color: #57bb8a;
  -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch-input::-ms-clear {
  /* remove cross in IE */
  display: none;
}
.morphsearch.hideInput .morphsearch-input {
  color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.morphsearch.open .morphsearch-input {
  font-size: 7em;
}
/* placeholder */
.morphsearch-input::-webkit-input-placeholder {
  color: #999999;
}
.morphsearch-input:-moz-placeholder {
  color: #999999;
}
.morphsearch-input::-moz-placeholder {
  color: #999999;
}
.morphsearch-input:-ms-input-placeholder {
  color: #999999;
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}
.morphsearch-input:focus,
.morphsearch-submit:focus {
  outline: none;
}
.morphsearch-submit {
  position: absolute;
  width: 80px;
  height: 80px;
  text-indent: 100px;
  overflow: hidden;
  right: 0;
  top: 50%;
  background: transparent url(../images/magnifier.svg) no-repeat center center;
  background-size: 100%;
  border: none;
  pointer-events: none;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-submit {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.morphsearch-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 2em;
  top: 2em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.morphsearch-close::before,
.morphsearch-close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000;
}
.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
  opacity: 1;
}
.morphsearch-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.morphsearch-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.morphsearch-content {
  color: #333;
  margin-top: 4.5em;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 10.5%;
  background: #ededed;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.morphsearch.open .morphsearch-content {
  opacity: 1;
  height: auto;
  overflow: visible;
  /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
  pointer-events: auto;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.dummy-column {
  width: 45%;
  padding: 0 0 6em;
  float: left;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.has-3colum .dummy-column {
  width: 30%;
}
.morphsearch.open .dummy-column:first-child {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.morphsearch.open .dummy-column:nth-child(2) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.morphsearch.open .dummy-column:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.morphsearch.open .dummy-column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dummy-column:nth-child(2) {
  margin: 0 5%;
}
.dummy-column h2 {
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666666;
  padding: 0.5em 0;
}
.dummy-media-object {
  padding: 0.75em;
  display: block;
  margin: 0.75em 0;
  cursor: pointer;
  border-radius: 3px;
  background: rgba(118, 117, 128, 0.1);
}
.dummy-media-object:before,
.dummy-media-object:after {
  content: " ";
  display: table;
}
.dummy-media-object:after {
  clear: both;
}
.dummy-media-object > div {
  font-size: 13px;
}
.dummy-media-object:hover,
.dummy-media-object:focus {
  background: rgba(118, 117, 128, 0.2);
}
.dummy-media-object img {
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  float: left;
}
.dummy-media-object h3 {
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0 0;
  display: block;
}
.dummy-media-object .price {
  font-weight: normal;
}
.dummy-media-object .price .amount {
  font-weight: bold;
  margin-right: 5px;
}
.dummy-media-object .price del .amount {
  font-weight: normal;
}
.dummy-media-object:hover h3 {
  color: #57bb8a;
}
/* Overlay */
.morphsearch-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 9999;
  visibility: hidden;
}
.morphsearch.open ~ .morphsearch-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 53.125em) {
  .morphsearch-input {
    padding: 0 25% 0 10px;
  }
  .morphsearch.open .morphsearch-input {
    font-size: 2em;
  }
  .dummy-column {
    float: none;
    width: auto;
    padding: 0 0 2em;
  }
  .dummy-column:nth-child(2) {
    margin: 0;
  }
  .morphsearch.open .morphsearch-submit {
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  }
}
@media screen and (max-width: 60.625em) {
  .morphsearch {
    width: 80%;
    top: 10%;
    right: 10%;
  }
}
/*--------------------------------------------------------------
19.0 - Mediaelementplayer
--------------------------------------------------------------*/
.mejs-overlay-button {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px !important;
}
.mejs-overlay-button:before {
  font-family: "FontAwesome";
  font-size: 22px;
  content: "\f04b";
  color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mejs-poster {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.mejs-container {
  background: none;
}
.mejs-container .mejs-controls {
  background: #f5f5f5 !important;
  font-size: 11px !important;
}
.mejs-container.mejs-audio div.mejs-volume-button {
  min-height: 0;
}
.mejs-container .mejs-controls > div {
  min-height: 26px;
  height: auto;
}
.mejs-controls .mejs-button button {
  background-image: none;
  height: 16px !important;
  line-height: 0 !important;
  margin: 8px 5px;
}
.mejs-controls .mejs-button button:before {
  font-family: "FontAwesome";
  font-size: 13px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mejs-container .mejs-controls .mejs-time {
  min-height: 0;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #000;
}
.mejs-controls .mejs-play button:before {
  content: "\f04b";
}
.mejs-controls .mejs-pause button:before {
  content: "\f04c";
}
.mejs-overlay-loading,
.mejs-overlay-loading span {
  background: none !important;
}
.mejs-controls .mejs-time-rail span {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 6px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #fff;
  margin: 6px 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #dcdcdc !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #57bb8a !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-color: #dcdcdc transparent transparent !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  border: 1px solid #dcdcdc !important;
  background: #dcdcdc !important;
}
.mejs-controls .mejs-fullscreen-button button:before {
  content: "\f065";
}
.mejs-controls .mejs-unfullscreen button:before {
  content: "\f066";
}
.mejs-controls .mejs-volume-button button:before {
  content: "\f028";
}
.mejs-controls .mejs-mute button:before {
  /* content: "\f026"; */
}
.mejs-controls .mejs-unmute button:before {
  content: "\f026";
}
.mejs-controls div.mejs-horizontal-volume-slider {
  float: right;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 6px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #57bb8a !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 6px;
}
.mejs-contextmenu {
  z-index: 1001;
}
.dh-mfp-popup .mfp-content {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}
.dh-mfp-popup.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.dh-mfp-popup .mfp-content .embed-wrap,
.dh-mfp-popup .mfp-content .video-embed-wrap {
  max-width: 800px;
  margin: 50px auto;
  position: relative;
}
.dh-mfp-popup .mfp-content .embed-wrap .mfp-close,
.dh-mfp-popup .mfp-content .video-embed-wrap .mfp-close {
  color: #fff;
  right: -16px;
  top: -35px;
}
/*--------------------------------------------------------------
20.0 - Modals
--------------------------------------------------------------*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1080;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -o-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -ms-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -moz-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}
.modal.in .modal-dialog {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.6896551724137931em;
}
.modal-dialog.modal-dialog-center {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
}
.modal-dialog.modal-dialog-center .modal-body {
  overflow-y: auto;
}
.modal-dialog.modal-dialog-center .modal-footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal-dialog.modal-dialog-center {
    width: 100%;
  }
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 1.0344827586206897em;
  border-bottom: 1px solid #e5e5e5;
  min-height: 2.63448275862069em;
}
.modal-header .close {
  margin-top: -0.13793103448275862em;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 1.0344827586206897em;
}
.modal-footer {
  padding: 1.0344827586206897em;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 0.3448275862068966em;
  margin-bottom: 0;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.user-lostpassword-modal .modal-content,
.user-login-modal .modal-content {
  border-width: 0px;
}
.user-lostpassword-modal .modal-body,
.user-login-modal .modal-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .user-lostpassword-modal .modal-dialog,
  .user-login-modal .modal-dialog {
    width: 400px;
  }
}
.user-lostpassword-modal .modal-header,
.user-login-modal .modal-header {
  background-color: #57bb8a;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.user-lostpassword-modal .modal-header .modal-title,
.user-login-modal .modal-header .modal-title {
  color: #fff;
}
.user-lostpassword-modal .modal-footer,
.user-login-modal .modal-footer {
  background-color: #f5f5f5;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.user-lostpassword-modal .modal-footer button,
.user-login-modal .modal-footer button {
  padding-left: 2rem;
  padding-right: 2rem;
}
.user-lostpassword-modal .user-modal-result,
.user-login-modal .user-modal-result {
  text-align: center;
}
.user-lostpassword-modal .user-modal-result a,
.user-login-modal .user-modal-result a {
  color: #57bb8a;
}
.user-lostpassword-modal .user-modal-result a:hover,
.user-login-modal .user-modal-result a:hover {
  text-decoration: underline;
}
.user-lostpassword-modal .user-modal-result .error-response,
.user-login-modal .user-modal-result .error-response {
  color: #bb5857;
}
.user-lostpassword-modal .user-modal-result .success-response,
.user-login-modal .user-modal-result .success-response {
  color: #57bb58;
}
.user-login-modal .user-login-facebook {
  text-align: center;
}
.user-login-modal .user-login-or {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  position: relative;
}
.user-login-modal .user-login-or:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  top: 50%;
  margin-top: -1px;
  content: "";
  left: 0;
}
.user-login-modal .user-login-or span {
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 1.1rem;
  height: 2.5em;
  width: 2.5em;
  font-style: italic;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 2.1em;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 2.0689655172413794em auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*--------------------------------------------------------------
21.0 - Tooltips
--------------------------------------------------------------*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -0.20689655172413793em;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 0.20689655172413793em;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 0.20689655172413793em;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -0.20689655172413793em;
  padding: 0 5px;
}
a[data-toggle="popover"],
a[data-toggle="tooltip"] {
  color: #57bb8a;
  text-decoration: underline;
}
a[data-toggle="popover"]:hover,
a[data-toggle="tooltip"]:hover {
  color: #409f70;
}
.tooltip-inner {
  max-width: 13.793103448275861em;
  padding: 0.20689655172413793em 0.5517241379310345em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/*--------------------------------------------------------------
22.0 - Popovers
--------------------------------------------------------------*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 19.03448275862069em;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 0.5517241379310345em 0.9655172413793104em;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.1;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
  color: #333333;
}
.popover-content {
  padding: 0.6206896551724138em 0.9655172413793104em;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #e5e5e5;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #e5e5e5;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #e5e5e5;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #e5e5e5;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/*--------------------------------------------------------------
23.0 - Carousel
--------------------------------------------------------------*/
.carousel {
  position: relative;
}
.carousel.fade {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel.fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel.fade .carousel-inner .item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-property: opacity;
  width: 100%;
  height: 100%;
}
.carousel.fade .carousel-inner .active {
  opacity: 1;
  z-index: 1;
}
.carousel.fade .carousel-inner .active.left,
.carousel.fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel.fade .carousel-inner .next.left,
.carousel.fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  z-index: 10;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .carousel-icon-prev,
.carousel-control .carousel-icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .carousel-icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .carousel-icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  margin: 0px 3px;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .carousel-control .carousel-icon-prev,
  .carousel-control .carousel-icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .carousel-icon-prev {
    margin-left: -15px;
  }
  .carousel-control .carousel-icon-next {
    margin-right: -15px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*--------------------------------------------------------------
24.0 - DH Slider
--------------------------------------------------------------*/
@-webkit-keyframes text-from-bottom {
  0% {
    top: 70px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    top: 45px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes text-from-bottom {
  0% {
    top: 70px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    top: 45px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes text-from-bottom {
  0% {
    top: 70px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    top: 45px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes text-from-bottom {
  0% {
    top: 70px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    top: 45px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.dhslider {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.dhslider .dhslider-loader {
  background: none repeat scroll 0 0 #393939;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}
.dhslider .dhslider-loader .fade-loading {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dhslider .dhslider-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.dhslider .slide-bg {
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.dhslider .slide-bg-1 {
  background-image:url(../images/slideshow/slider-1.jpg);
}
.dhslider .slide-bg-2 {
  background-image:url(../images/slideshow/drops.png);
}
.dhslider .slide-bg-3 {
  background-image:url(../images/slideshow/slider-2.jpg);
}
.dhslider .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/grid-overlay.png) repeat scroll 0 0 rgba(174, 174, 174, 0.25);
  z-index: 2;
}
.dhslider .slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.dhslider .video-embed-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dhslider .video-embed-wrap video {
  position: relative;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dhslider .carousel-control {
  background: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dhslider .carousel-control .carousel-icon-prev,
.dhslider .carousel-control .carousel-icon-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 45px;
}
.dhslider .carousel-control:hover,
.dhslider .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.dhslider .carousel-control .carousel-icon-prev {
  margin-left: -25px;
}
.dhslider .carousel-control .carousel-icon-next {
  margin-right: -25px;
}
@media (max-width: 767px) {
  .dhslider .carousel-control {
    display: none;
  }
}
.dhslider:hover .carousel-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
  visibility: visible;
}
.dhslider:hover .carousel-control:hover,
.dhslider:hover .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.dhslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
}
.dhslider .slider-caption.caption-align-left {
  padding-left: 15%;
  width: 50%;
}
.dhslider .slider-caption.caption-align-left .slider-caption-text {
  max-width: none;
}
.dhslider .slider-caption.caption-align-center {
  padding: 0 15%;
  text-align: center;
}
.dhslider .slider-caption.caption-align-right {
  padding-right: 15%;
  width: 50%;
  left: auto;
  right: 0;
}
.dhslider .slider-caption.caption-align-right .slider-caption-text {
  max-width: none;
}
@media (max-width: 1199px) {
  .dhslider .slider-caption {
    padding: 0 10% !important;
    text-align: center !important;
    width: 100% !important;
    left: auto;
    right: auto;
  }
}
.dhslider .slider-caption .btn {
  line-height: 1;
  font-size: 1.2em;
  border-width: 2px;
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .dhslider .slider-caption .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .dhslider .slider-caption .btn {
    font-size: 0.8em;
  }
}
.dhslider .slider-caption .slider-heading-text {
  color: #fff;
  font-size: 4em;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .dhslider .slider-caption .slider-heading-text {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .dhslider .slider-caption .slider-heading-text {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
.dhslider .slider-caption .slider-caption-text {
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .dhslider .slider-caption .slider-caption-text {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .dhslider .slider-caption .slider-caption-text {
    font-size: 0.8em;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .dhslider .carousel-inner .slider-caption .slider-heading-text,
  .dhslider .carousel-inner .slider-caption .slider-caption-text,
  .dhslider .carousel-inner .slider-caption .slider-buttons a {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 70px;
    position: relative;
  }
  .dhslider .carousel-inner .active .slider-caption .slider-heading-text,
  .dhslider .carousel-inner .active .slider-caption .slider-caption-text,
  .dhslider .carousel-inner .active .slider-caption .slider-buttons a {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    -webkit-animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .dhslider .carousel-inner .active .slider-caption .slider-caption-text {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .dhslider .carousel-inner .active .slider-caption .slider-buttons a {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}
/*--------------------------------------------------------------
25.0 - Shortcodes
	25.1 - Animate Box
	25.2 - Call to Action
	25.3 - Separator
	25.4 - Caroufredsel Slider
	25.5 - Testimonial
	25.6 - Client
	25.7 - Counter
	25.8 - Google Map
	25.9 - Iconbox
	25.10 - Piechart
	25.11 - Pricing Table
	25.12 - Timeline
	25.13 - Team Member
	25.14 - Single Image
	25.15 - Latestnews
	25.16 - Embed
	25.17 - Lists Ul

--------------------------------------------------------------*/
/*--------------------------------------------------------------
25.1 - Animate Box
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .animate-box.animated {
    visibility: visible;
  }
}
/*--------------------------------------------------------------
25.2 - Call to Action
--------------------------------------------------------------*/
.cta {
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.cta .cta-heading h3 {
  margin-top: 0;
}
.cta-style-rounded {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.cta-style-square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cta-style-round {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.cta-style-outlined {
  background: none !important;
  border-width: 2px;
}
.cta-btn-bottom .cta-heading,
.cta-btn-right .cta-heading {
  margin-bottom: 30px;
}
.cta-custom-1 {
  background-color:#1e73be;
  border-color:#1e73be;
}
.cta-custom-1 h3, .cta-custom-1 h4 {
  color: #ffffff;
}
.cta-custom-2 {
  background-color:#ffffff;
  border-color:#dd3333;
}
.cta-custom-2 button {
  padding:10px 40px 10px 40px;
  border-width:1px;
  font-size:14px;
}
@media (min-width: 768px) {
  .cta-btn-left,
  .cta-btn-right {
    display: table;
    width: 100%;
    padding: 0;
  }
  .cta-btn-left .cta-heading,
  .cta-btn-right .cta-heading {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    margin: 0;
  }
  .cta-btn-left .cta-btn,
  .cta-btn-right .cta-btn {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
  }
  .cta-btn-right .cta-heading {
    padding-right: 0;
  }
  .cta-btn-left .cta-heading {
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
25.3 - Separator
--------------------------------------------------------------*/
.separator {
  display: table;
  clear: both;
  height: 1px;
  margin: 0 auto;
}
.separator.separator-double {
  height: 3px;
}
.separator.separator-double .separator-line {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  height: 3px;
}
.separator.separator-dashed .separator-line {
  border-top-style: dashed;
}
.separator.separator-dotted .separator-line {
  border-top-style: dotted;
}
.separator.separator-border-2 .separator-line {
  border-width: 2px;
}
.separator.separator-width-10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-30 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-width-100 {
  width: 100%;
}
.separator i,
.separator h4 {
  display: table-cell;
  white-space: nowrap;
}
.separator.separator-align-center h4 {
  padding: 0 0.8em;
}
.separator.separator-align-center i {
  padding: 0 5px;
}
.separator.separator-align-left {
  margin-left: 0;
}
.separator.separator-align-left h4 {
  padding: 0 0.8em 0 0;
}
.separator.separator-align-left i {
  padding: 0 5px 0 0;
}
.separator.separator-align-left > span {
  width: 100%;
}
.separator.separator-align-left .separator-left {
  display: none;
}
.separator.separator-align-right {
  margin-right: 0;
}
.separator.separator-align-right h4 {
  padding: 0 0 0 0.8em;
  margin: 0 !important;
}
.separator.separator-align-right i {
  padding: 0 0 0 5px;
}
.separator.separator-align-right > span {
  width: 100%;
}
.separator.separator-align-right .separator-right {
  display: none;
}
.separator > span {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.separator .separator-line {
  height: 1px;
  border-top: 1px solid #e5e5e5;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
/*--------------------------------------------------------------
25.4 - Caroufredsel Slider
--------------------------------------------------------------*/
.caroufredsel {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.caroufredsel .caroufredsel-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0 -0.6896551724137931em;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-item {
  float: left;
  padding: 0;
  list-style: none;
  margin: 0 0.6896551724137931em;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-item > a > img,
.caroufredsel .caroufredsel-wrap .caroufredsel-item > img {
  width: 100%;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 20px;
  border: 1px solid #fff;
  text-align: center;
  z-index: 100;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:hover,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:hover {
  background-color: #57bb8a;
  border-color: transparent;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next.disabled,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev.disabled {
  display: none !important;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-prev {
  left: -35px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next {
  right: -35px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.caroufredsel .caroufredsel-wrap:hover > .caroufredsel-prev {
  left: 20px;
}
.caroufredsel .caroufredsel-wrap:hover > .caroufredsel-next {
  right: 20px;
}
.caroufredsel .caroufredsel-pagination {
  text-align: center;
  margin-top: 15px;
}
.caroufredsel .caroufredsel-pagination a {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  text-indent: -9999em;
  width: 10px;
}
.caroufredsel .caroufredsel-pagination a:hover,
.caroufredsel .caroufredsel-pagination a.selected {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0);
}
/*--------------------------------------------------------------
25.5 - Testimonial
--------------------------------------------------------------*/
.testimonial .testimonial-text {
  font-style: italic;
  font-size: 1.2em;
  text-align: center;
  padding: 1.2rem;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 1.2rem;
}
.testimonial .testimonial-text > span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1;
}
.testimonial .testimonial-text:before {
  border-top: 8px solid #f5f5f5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -8px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}
.testimonial.bg-transparent .testimonial-text {
  background: rgba(0, 0, 0, 0);
}
.testimonial.bg-transparent .testimonial-text:before {
  display: none;
}
.testimonial .testimonial-avatar {
  text-align: center;
}
.testimonial .testimonial-avatar img {
  width: 60px !important;
  height: 60px!important;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial .testimonial-author {
  text-align: center;
  margin-top: 0.5em;
  font-weight: bold;
}
.testimonial .testimonial-company {
  text-align: center;
  margin-top: 0.5em;
  font-size: 13px;
}
.testimonial .caroufredsel .caroufredsel-pagination a {
  border-color:#ffffff;
}
.testimonial .caroufredsel .caroufredsel-pagination a.selected,
.testimonial .caroufredsel .caroufredsel-pagination a:hover {
  background-color:#ffffff;
}
/*--------------------------------------------------------------
25.6 - Client
--------------------------------------------------------------*/
.client.client-grid {
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.client.client-grid > .row .client-item {
  padding: 15px;
}
.client.client-grid > .row > div {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/*--------------------------------------------------------------
25.7 - Counter
--------------------------------------------------------------*/
.counter {
  text-align: center;
  margin-bottom: 15px;
}
.counter.counter-icon-top .counter-icon {
  display: block;
}
.counter.counter-icon-left .counter-icon {
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
}
.counter .counter-count {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.7931034482758621em;
}
.counter .counter-unit {
  font-size: 80%;
}
.counter .counter-number {
  margin-top: 0;
}
.counter .counter-text {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}
/*--------------------------------------------------------------
25.8 - Google Map
--------------------------------------------------------------*/
.google-map img {
  max-width: none;
}
.google-map div,
.google-map div:before,
.google-map div:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.google-map .gm-style .gm-style-iw,
.google-map .gm-style .gm-style-iw a,
.google-map .gm-style .gm-style-iw span,
.google-map .gm-style .gm-style-iw label,
.google-map .gm-style .gm-style-iw div {
  font-family: arial;
  letter-spacing: 0;
  line-height: 1.1em;
}
.gmap {
  height: 450px;
}
/*--------------------------------------------------------------
25.9 - Iconbox
--------------------------------------------------------------*/
.iconbox {
  margin-bottom: 15px;
}
.iconbox.iconbox-bg {
  background: #f5f5f5;
  padding: 30px 15px;
}
.iconbox .iconbox-icon {
  text-align: center;
}
.iconbox .iconbox-icon i[data-link] {
  cursor: pointer;
}
.iconbox .iconbox-icon i {
  width: 1.5em;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.iconbox .iconbox-icon.icon-circle i {
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  line-height: 2em !important;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.iconbox .iconbox-icon.icon-circle i:before {
  line-height: 2em !important;
}
.iconbox .iconbox-icon.icon-color-default i {
  color: #8c8c8c;
  border: none;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-default i:before {
  line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-default i {
  z-index: 1;
  position: relative;
  border: none !important;
  background: rgba(245, 245, 245, 0.1);
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-default i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #f5f5f5;
  box-shadow: 0 0 0 1px #f5f5f5;
  left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px;
  top: -5px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-default i {
  background: #f5f5f5;
  color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-default i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-default i:before {
  line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-default i {
  z-index: 1;
  border: none !important;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-box-shadow: 0 0 0 1px #f5f5f5;
  box-shadow: 0 0 0 1px #f5f5f5;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-default i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #f5f5f5;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-default i {
  color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-default i:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-default i:before {
  line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-default i {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #f5f5f5;
  box-shadow: 0 0 0 1px #f5f5f5;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-default i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #f5f5f5;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-default i {
  color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-default i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-default i:before {
  line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-default i {
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-default i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px #f5f5f5;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-default i {
  box-shadow: 0 0 0 6px #f5f5f5;
  color: #f5f5f5;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-default i:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-default.icon-circle i {
  border-color: #e5e5e5;
}
.iconbox .iconbox-icon.icon-color-primary i {
  color: #57bb8a;
  border: none;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-primary i:before {
  line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-primary i {
  z-index: 1;
  position: relative;
  border: none !important;
  background: rgba(87, 187, 138, 0.1);
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-primary i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #57bb8a;
  box-shadow: 0 0 0 1px #57bb8a;
  left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px;
  top: -5px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-primary i {
  background: #57bb8a;
  color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-primary i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
  line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-primary i {
  z-index: 1;
  border: none !important;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-box-shadow: 0 0 0 1px #57bb8a;
  box-shadow: 0 0 0 1px #57bb8a;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-primary i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #57bb8a;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-primary i {
  color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-primary i:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
  line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-primary i {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #57bb8a;
  box-shadow: 0 0 0 1px #57bb8a;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-primary i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #57bb8a;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-primary i {
  color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-primary i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-primary i:before {
  line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-primary i {
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-primary i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px #57bb8a;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-primary i {
  box-shadow: 0 0 0 6px #57bb8a;
  color: #57bb8a;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-primary i:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-primary.icon-circle i {
  border: 1px solid #57bb8a;
}
.iconbox .iconbox-icon.icon-color-success i {
  color: #57bb58;
  border: none;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-success i:before {
  line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-success i {
  z-index: 1;
  position: relative;
  border: none !important;
  background: rgba(87, 187, 88, 0.1);
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-success i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #57bb58;
  box-shadow: 0 0 0 1px #57bb58;
  left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px;
  top: -5px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-success i {
  background: #57bb58;
  color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-success i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-success i:before {
  line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-success i {
  z-index: 1;
  border: none !important;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-box-shadow: 0 0 0 1px #57bb58;
  box-shadow: 0 0 0 1px #57bb58;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-success i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #57bb58;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-success i {
  color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-success i:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-success i:before {
  line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-success i {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #57bb58;
  box-shadow: 0 0 0 1px #57bb58;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-success i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #57bb58;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-success i {
  color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-success i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-success i:before {
  line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-success i {
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-success i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px #57bb58;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-success i {
  box-shadow: 0 0 0 6px #57bb58;
  color: #57bb58;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-success i:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-success.icon-circle i {
  border: 1px solid #57bb58;
}
.iconbox .iconbox-icon.icon-color-info i {
  color: #5788bb;
  border: none;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-info i:before {
  line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-info i {
  z-index: 1;
  position: relative;
  border: none !important;
  background: rgba(87, 136, 187, 0.1);
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-info i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #5788bb;
  box-shadow: 0 0 0 1px #5788bb;
  left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px;
  top: -5px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-info i {
  background: #5788bb;
  color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-info i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-info i:before {
  line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-info i {
  z-index: 1;
  border: none !important;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-box-shadow: 0 0 0 1px #5788bb;
  box-shadow: 0 0 0 1px #5788bb;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-info i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #5788bb;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-info i {
  color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-info i:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-info i:before {
  line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-info i {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #5788bb;
  box-shadow: 0 0 0 1px #5788bb;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-info i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #5788bb;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-info i {
  color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-info i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-info i:before {
  line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-info i {
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-info i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px #5788bb;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-info i {
  box-shadow: 0 0 0 6px #5788bb;
  color: #5788bb;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-info i:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-info.icon-circle i {
  border: 1px solid #5788bb;
}
.iconbox .iconbox-icon.icon-color-warning i {
  color: #f0ad4e;
  border: none;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-warning i:before {
  line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-warning i {
  z-index: 1;
  position: relative;
  border: none !important;
  background: rgba(240, 173, 78, 0.1);
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-warning i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #f0ad4e;
  box-shadow: 0 0 0 1px #f0ad4e;
  left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px;
  top: -5px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-warning i {
  background: #f0ad4e;
  color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-warning i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
  line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-warning i {
  z-index: 1;
  border: none !important;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-box-shadow: 0 0 0 1px #f0ad4e;
  box-shadow: 0 0 0 1px #f0ad4e;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-warning i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #f0ad4e;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-warning i {
  color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-warning i:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
  line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-warning i {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #f0ad4e;
  box-shadow: 0 0 0 1px #f0ad4e;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-warning i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #f0ad4e;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-warning i {
  color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-warning i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-warning i:before {
  line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-warning i {
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-warning i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px #f0ad4e;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-warning i {
  box-shadow: 0 0 0 6px #f0ad4e;
  color: #f0ad4e;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-warning i:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-warning.icon-circle i {
  border: 1px solid #f0ad4e;
}
.iconbox .iconbox-icon.icon-color-danger i {
  color: #bb5857;
  border: none;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.iconbox .iconbox-icon.icon-color-danger i:before {
  line-height: 2em;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-danger i {
  z-index: 1;
  position: relative;
  border: none !important;
  background: rgba(187, 88, 87, 0.1);
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.iconbox-effect-1.iconbox .iconbox-icon.icon-color-danger i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #bb5857;
  box-shadow: 0 0 0 1px #bb5857;
  left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px;
  top: -5px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-danger i {
  background: #bb5857;
  color: #fff;
}
.iconbox-effect-1:hover.iconbox .iconbox-icon.icon-color-danger i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
  line-height: 2em;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-danger i {
  z-index: 1;
  border: none !important;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-box-shadow: 0 0 0 1px #bb5857;
  box-shadow: 0 0 0 1px #bb5857;
}
.iconbox-effect-2.iconbox .iconbox-icon.icon-color-danger i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #bb5857;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-danger i {
  color: #fff;
}
.iconbox-effect-2:hover.iconbox .iconbox-icon.icon-color-danger i:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
  line-height: 2em;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-danger i {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #bb5857;
  box-shadow: 0 0 0 1px #bb5857;
}
.iconbox-effect-3.iconbox .iconbox-icon.icon-color-danger i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: none repeat scroll 0 0 #bb5857;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-danger i {
  color: #fff;
}
.iconbox-effect-3:hover.iconbox .iconbox-icon.icon-color-danger i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconbox .iconbox-icon.icon-color-danger i:before {
  line-height: 2em;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-danger i {
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.iconbox-effect-4.iconbox .iconbox-icon.icon-color-danger i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px #bb5857;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-danger i {
  box-shadow: 0 0 0 6px #bb5857;
  color: #bb5857;
}
.iconbox-effect-4:hover.iconbox .iconbox-icon.icon-color-danger i:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.iconbox .iconbox-icon.icon-color-danger.icon-circle i {
  border: 1px solid #bb5857;
}
.iconbox .iconbox-icon.icon-size-default {
  font-size: 25px;
}
.iconbox .iconbox-icon.icon-size-lg {
  font-size: 37px;
}
.iconbox .iconbox-icon.icon-size-sm {
  font-size: 13px;
}
.iconbox .iconbox-content .el-heading {
  font-size: 1.4em;
}
.iconbox .iconbox-content p {
  margin: 0;
  padding: 0;
}
.iconbox .iconbox-content a {
  margin-top: 10px;
  display: inline-block;
}
.iconbox.iconbox-pos-top .iconbox-icon {
  padding-bottom: 10px;
}
.iconbox.iconbox-pos-top .iconbox-content {
  padding-top: 10px;
  text-align: center;
}
.iconbox.iconbox-pos-left {
  display: table;
  width: 100%;
}
.iconbox.iconbox-pos-left .iconbox-icon {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .iconbox.iconbox-pos-left .iconbox-icon {
    width: 1%;
  }
}
.iconbox.iconbox-pos-left .iconbox-icon i {
  height: 2em;
  line-height: 1;
  width: 2em;
}
.iconbox.iconbox-pos-left .iconbox-icon i:before {
  line-height: 1;
}
.iconbox.iconbox-pos-left .iconbox-icon.icon-circle {
  padding-right: 20px;
  padding-top: 10px;
}
.iconbox.iconbox-pos-left .iconbox-content {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.iconbox.iconbox-pos-right {
  display: table;
  width: 100%;
}
.iconbox.iconbox-pos-right .iconbox-icon {
  display: table-cell;
  vertical-align: top;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .iconbox.iconbox-pos-right .iconbox-icon {
    width: 1%;
  }
}
.iconbox.iconbox-pos-right .iconbox-icon i {
  height: 2em;
  line-height: 1;
  width: 2em;
}
.iconbox.iconbox-pos-right .iconbox-icon i:before {
  line-height: 1;
}
.iconbox.iconbox-pos-right .iconbox-icon.icon-circle {
  padding-left: 20px;
}
.iconbox.iconbox-pos-right .iconbox-content {
  text-align: right;
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .iconbox.iconbox-pos-left,
  .iconbox.iconbox-pos-right {
    display: block;
    position: relative;
  }
  .iconbox.iconbox-pos-left .iconbox-icon,
  .iconbox.iconbox-pos-right .iconbox-icon {
    padding: 0 0 10px 0 !important;
  }
  .iconbox.iconbox-pos-left .iconbox-content,
  .iconbox.iconbox-pos-right .iconbox-content,
  .iconbox.iconbox-pos-left .iconbox-icon,
  .iconbox.iconbox-pos-right .iconbox-icon {
    display: block;
    text-align: center;
  }
  .iconbox.iconbox-pos-right .iconbox-icon {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
/*--------------------------------------------------------------
25.10 - Piechart
--------------------------------------------------------------*/
.piechart {
  margin-bottom: 15px;
}
.piechart .el-heading {
  text-align: center;
}
.piechart .pichart-canvas {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 0.7931034482758621em;
  padding: 4px;
}
.piechart .pichart-canvas canvas {
  position: relative;
  z-index: 1;
}
.piechart .pichart-canvas-back {
  border: 6px solid #e5e5e5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 4px;
  opacity: 0.3;
  position: absolute;
  top: 4px;
  width: 100%;
}
.piechart .pichart-canvas-value {
  display: block;
  font-size: 1.5em;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.piechart .piechart-primary {
  background: #57bb8a;
  border-color: transparent;
}
.piechart .piechart-success {
  background: #57bb58;
}
.piechart .piechart-info {
  background: #5788bb;
}
.piechart .piechart-warning {
  background: #f0ad4e;
}
.piechart .piechart-danger {
  background: #bb5857;
}
/*--------------------------------------------------------------
25.11 - Pricing Table
--------------------------------------------------------------*/
.pricing-table .pricing-column {
  float: left;
  position: relative;
}
.pricing-table .pricing-column:first-child .pricing-footer,
.pricing-table .pricing-column:first-child .pricing-body {
  border-left: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  .pricing-table .pricing-column.pricing-recommend {
    margin: -20px -1px 0;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .pricing-table .pricing-column.pricing-recommend .pricing-title {
    padding: 15.689655172413794px 0;
  }
  .pricing-table .pricing-column.pricing-recommend .pricing-footer {
    padding: 30.689655172413794px;
  }
  .pricing-table .pricing-column.pricing-recommend .pricing-price,
  .pricing-table .pricing-column.pricing-recommend .pricing-title,
  .pricing-table .pricing-column.pricing-recommend .pricing-footer,
  .pricing-table .pricing-column.pricing-recommend .pricing-body {
    border-left-width: 1px;
  }
}
.pricing-table.pricing-1-column .pricing-column {
  width: 100%;
}
.pricing-table.pricing-2-column .pricing-column {
  width: 50%;
}
.pricing-table.pricing-3-column .pricing-column {
  width: 33.33333333333333%;
}
.pricing-table.pricing-4-column .pricing-column {
  width: 25%;
}
.pricing-table.pricing-5-column .pricing-column {
  width: 20%;
}
@media (max-width: 991px) {
  .pricing-table.pricing-4-column .pricing-column,
  .pricing-table.pricing-5-column .pricing-column {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pricing-table .pricing-column {
    width: 100% !important;
  }
}
.pricing-table .pricing-header {
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 1px;
}
.pricing-table .pricing-default .pricing-header {
  color: #666666;
}
.pricing-table .pricing-default .pricing-title {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.pricing-table .pricing-default .pricing-price {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.pricing-table .pricing-primary .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-primary .pricing-title {
  background: #57bb8a;
  border-color: #57bb8a;
}
.pricing-table .pricing-primary .pricing-price {
  background: #7bcaa3;
  border-color: #7bcaa3;
}
.pricing-table .pricing-success .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-success .pricing-title {
  background: #57bb58;
  border-color: #57bb58;
}
.pricing-table .pricing-success .pricing-price {
  background: #7bca7c;
  border-color: #7bca7c;
}
.pricing-table .pricing-info .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-info .pricing-title {
  background: #5788bb;
  border-color: #5788bb;
}
.pricing-table .pricing-info .pricing-price {
  background: #7ba2ca;
  border-color: #7ba2ca;
}
.pricing-table .pricing-warning .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-warning .pricing-title {
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.pricing-table .pricing-warning .pricing-price {
  background: #f4c37d;
  border-color: #f4c37d;
}
.pricing-table .pricing-danger .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-danger .pricing-title {
  background: #bb5857;
  border-color: #bb5857;
}
.pricing-table .pricing-danger .pricing-price {
  background: #ca7c7b;
  border-color: #ca7c7b;
}
.pricing-table .pricing-title {
  padding: 1.15385em 0;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #e5e5e5;
}
.pricing-table .pricing-title h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: inherit;
}
.pricing-table .pricing-price {
  padding: 1.15385rem 0;
  text-align: center;
  font-size: 4em;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #e5e5e5;
}
.pricing-table .pricing-price .price-value sub {
  font-size: 40%;
  position: relative;
  vertical-align: text-top;
}
.pricing-table .pricing-price .price-unit {
  font-size: 25%;
}
.pricing-table .pricing-body {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #e5e5e5;
}
.pricing-table .pricing-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .pricing-features li {
  padding: 0.8275862068965517rem 1.2413793103448276rem;
  border-bottom: 1px solid #e5e5e5;
}
.pricing-table .pricing-features li:nth-child(2n) {
  background: #f5f5f5;
}
.pricing-table .pricing-footer {
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #e5e5e5;
  text-align: center;
  padding: 30px;
}
/*--------------------------------------------------------------
25.12 - Timeline
--------------------------------------------------------------*/
.timeline .timeline-wrap {
  position: relative;
}
.timeline .timeline-item {
  position: relative;
}
.timeline .timeline-content {
  border: 1px solid #e5e5e5;
  border-bottom-width: 3px;
  float: left;
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 15px;
}
.timeline .timeline-content > h4 {
  margin-top: 0;
}
.timeline .timeline-badge {
  height: 24px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: 16px;
  width: 24px;
  z-index: 8;
}
.timeline .timeline-badge a {
  color: #e5e5e5;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.timeline.timeline-text .timeline-badge,
.timeline.timeline-image .timeline-badge,
.timeline.timeline-icon .timeline-badge {
  width: 70px;
  height: 70px;
  top: 0px;
  background: #fff;
  border: 3px solid #e5e5e5;
  padding: 3px ;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline.timeline-text .timeline-badge a,
.timeline.timeline-image .timeline-badge a,
.timeline.timeline-icon .timeline-badge a {
  font-size: 20px;
  width: 58px;
  height: 58px;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e5e5e5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #666666;
}
.timeline.timeline-text .timeline-badge a i,
.timeline.timeline-image .timeline-badge a i,
.timeline.timeline-icon .timeline-badge a i {
  height: 58px;
}
.timeline.timeline-text .timeline-badge a i:before,
.timeline.timeline-image .timeline-badge a i:before,
.timeline.timeline-icon .timeline-badge a i:before {
  line-height: 58px;
}
.timeline.timeline-text .timeline-badge a span,
.timeline.timeline-image .timeline-badge a span,
.timeline.timeline-icon .timeline-badge a span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 18px;
  padding: 7px;
  position: absolute;
}
.timeline.timeline-text .timeline-badge a img,
.timeline.timeline-image .timeline-badge a img,
.timeline.timeline-icon .timeline-badge a img {
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline.timeline-primary .timeline-line {
  border-left-color: #57bb8a !important;
}
.timeline.timeline-primary .timeline-content {
  border-color: #57bb8a;
}
.timeline.timeline-primary .timeline-badge {
  border-color: #57bb8a;
}
.timeline.timeline-primary .timeline-badge a {
  color: #57bb8a;
}
.timeline.timeline-primary .timeline-badge a i {
  line-height: 0.8275862068965517em;
  background-color: #fff;
}
.timeline.timeline-primary.timeline-text .timeline-badge a,
.timeline.timeline-primary.timeline-image .timeline-badge a,
.timeline.timeline-primary.timeline-icon .timeline-badge a {
  color: #fff;
  background-color: #57bb8a;
}
.timeline.timeline-primary.timeline-text .timeline-badge a i,
.timeline.timeline-primary.timeline-image .timeline-badge a i,
.timeline.timeline-primary.timeline-icon .timeline-badge a i {
  background-color: transparent;
}
.timeline.timeline-primary .timeline-arrow {
  background-color: #57bb8a !important;
}
.timeline.timeline-success .timeline-line {
  border-left-color: #57bb58 !important;
}
.timeline.timeline-success .timeline-content {
  border-color: #57bb58;
}
.timeline.timeline-success .timeline-badge {
  border-color: #57bb58;
}
.timeline.timeline-success .timeline-badge a {
  color: #57bb58;
}
.timeline.timeline-success .timeline-badge a i {
  line-height: 0.8275862068965517em;
  background-color: #fff;
}
.timeline.timeline-success.timeline-text .timeline-badge a,
.timeline.timeline-success.timeline-image .timeline-badge a,
.timeline.timeline-success.timeline-icon .timeline-badge a {
  color: #fff;
  background-color: #57bb58;
}
.timeline.timeline-success.timeline-text .timeline-badge a i,
.timeline.timeline-success.timeline-image .timeline-badge a i,
.timeline.timeline-success.timeline-icon .timeline-badge a i {
  background-color: transparent;
}
.timeline.timeline-success .timeline-arrow {
  background-color: #57bb58 !important;
}
.timeline.timeline-info .timeline-line {
  border-left-color: #5788bb !important;
}
.timeline.timeline-info .timeline-content {
  border-color: #5788bb;
}
.timeline.timeline-info .timeline-badge {
  border-color: #5788bb;
}
.timeline.timeline-info .timeline-badge a {
  color: #5788bb;
}
.timeline.timeline-info .timeline-badge a i {
  line-height: 0.8275862068965517em;
  background-color: #fff;
}
.timeline.timeline-info.timeline-text .timeline-badge a,
.timeline.timeline-info.timeline-image .timeline-badge a,
.timeline.timeline-info.timeline-icon .timeline-badge a {
  color: #fff;
  background-color: #5788bb;
}
.timeline.timeline-info.timeline-text .timeline-badge a i,
.timeline.timeline-info.timeline-image .timeline-badge a i,
.timeline.timeline-info.timeline-icon .timeline-badge a i {
  background-color: transparent;
}
.timeline.timeline-info .timeline-arrow {
  background-color: #5788bb !important;
}
.timeline.timeline-warning .timeline-line {
  border-left-color: #f0ad4e !important;
}
.timeline.timeline-warning .timeline-content {
  border-color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge {
  border-color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge a {
  color: #f0ad4e;
}
.timeline.timeline-warning .timeline-badge a i {
  line-height: 0.8275862068965517em;
  background-color: #fff;
}
.timeline.timeline-warning.timeline-text .timeline-badge a,
.timeline.timeline-warning.timeline-image .timeline-badge a,
.timeline.timeline-warning.timeline-icon .timeline-badge a {
  color: #fff;
  background-color: #f0ad4e;
}
.timeline.timeline-warning.timeline-text .timeline-badge a i,
.timeline.timeline-warning.timeline-image .timeline-badge a i,
.timeline.timeline-warning.timeline-icon .timeline-badge a i {
  background-color: transparent;
}
.timeline.timeline-warning .timeline-arrow {
  background-color: #f0ad4e !important;
}
.timeline.timeline-danger .timeline-line {
  border-left-color: #bb5857 !important;
}
.timeline.timeline-danger .timeline-content {
  border-color: #bb5857;
}
.timeline.timeline-danger .timeline-badge {
  border-color: #bb5857;
}
.timeline.timeline-danger .timeline-badge a {
  color: #bb5857;
}
.timeline.timeline-danger .timeline-badge a i {
  line-height: 0.8275862068965517em;
  background-color: #fff;
}
.timeline.timeline-danger.timeline-text .timeline-badge a,
.timeline.timeline-danger.timeline-image .timeline-badge a,
.timeline.timeline-danger.timeline-icon .timeline-badge a {
  color: #fff;
  background-color: #bb5857;
}
.timeline.timeline-danger.timeline-text .timeline-badge a i,
.timeline.timeline-danger.timeline-image .timeline-badge a i,
.timeline.timeline-danger.timeline-icon .timeline-badge a i {
  background-color: transparent;
}
.timeline.timeline-danger .timeline-arrow {
  background-color: #bb5857 !important;
}
.timeline .timeline-item {
  width: 100%;
}
.timeline .timeline-item .timeline-item-wrap {
  margin: 0;
  border: none;
  clear: left;
  float: left;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  width: 50%;
  padding-right: 1.7241379310344827em;
}
.timeline.timeline-left .timeline-item .timeline-line {
  border-left: 2px solid #f5f5f5;
  bottom: 0;
  left: 12px;
  position: absolute;
  top: -1px;
  width: 2px;
  z-index: -1;
  display: block;
}
.timeline.timeline-left .timeline-item-wrap {
  width: 100%;
  padding: 0 0 0 2.413793103448276em;
}
.timeline.timeline-left .timeline-item-wrap .animate-box.go {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.timeline.timeline-left .timeline-badge {
  left: 0px;
}
.timeline.timeline-left .timeline-arrow {
  background: none repeat scroll 0 0 #e5e5e5;
  content: "";
  height: 15px;
  position: absolute;
  left: 30px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
}
.timeline.timeline-left.timeline-text .timeline-item .timeline-line,
.timeline.timeline-left.timeline-image .timeline-item .timeline-line,
.timeline.timeline-left.timeline-icon .timeline-item .timeline-line {
  left: 38px;
}
.timeline.timeline-left.timeline-text .timeline-item-wrap,
.timeline.timeline-left.timeline-image .timeline-item-wrap,
.timeline.timeline-left.timeline-icon .timeline-item-wrap {
  padding: 0 0 0 6.896551724137931em;
}
.timeline.timeline-left.timeline-text .timeline-arrow,
.timeline.timeline-left.timeline-image .timeline-arrow,
.timeline.timeline-left.timeline-icon .timeline-arrow {
  left: 75px;
}
.timeline.timeline-left.timeline-text .timeline-badge,
.timeline.timeline-left.timeline-image .timeline-badge,
.timeline.timeline-left.timeline-icon .timeline-badge {
  left: 3px;
}
.timeline.timeline-right .timeline-item .timeline-line {
  border-left: 2px;
  bottom: 0;
  right: 12px;
  position: absolute;
  top: -1px;
  width: 2px;
  z-index: -1;
  display: block;
}
.timeline.timeline-right .timeline-item-wrap {
  width: 100%;
  padding: 0 2.413793103448276em 0 0;
}
.timeline.timeline-right .timeline-item-wrap .animate-box.go {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.timeline.timeline-right .timeline-badge {
  right: 0px;
}
.timeline.timeline-right .timeline-arrow {
  background: none repeat scroll 0 0 #e5e5e5;
  content: "";
  height: 15px;
  position: absolute;
  right: 30px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
}
.timeline.timeline-right.timeline-text .timeline-item .timeline-line,
.timeline.timeline-right.timeline-image .timeline-item .timeline-line,
.timeline.timeline-right.timeline-icon .timeline-item .timeline-line {
  right: 38px;
}
.timeline.timeline-right.timeline-text .timeline-item-wrap,
.timeline.timeline-right.timeline-image .timeline-item-wrap,
.timeline.timeline-right.timeline-icon .timeline-item-wrap {
  padding: 0 6.896551724137931em 0 0;
}
.timeline.timeline-right.timeline-text .timeline-arrow,
.timeline.timeline-right.timeline-image .timeline-arrow,
.timeline.timeline-right.timeline-icon .timeline-arrow {
  right: 6.344827586206897em;
}
.timeline.timeline-right.timeline-text .timeline-badge,
.timeline.timeline-right.timeline-image .timeline-badge,
.timeline.timeline-right.timeline-icon .timeline-badge {
  right: 3px;
}
.timeline.timeline-right .timeline-content {
  text-align: right;
}
@media (min-width: 768px) {
  .timeline.two-columns .timeline-item .timeline-line {
    border-left: 2px solid #f5f5f5;
    bottom: 0;
    left: 50%;
    position: absolute;
    top: -1px;
    width: 2px;
    z-index: -1;
    display: block;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap {
    clear: right ;
    float: right ;
    padding-right: 0;
    padding-left: 1.7241379310344827em;
  }
  .timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .timeline-badge {
    left: -0.8275862068965517em;
  }
  .timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .timeline-arrow {
    background: none repeat scroll 0 0 #e5e5e5;
    content: "";
    height: 15px;
    position: absolute;
    left: -7px;
    top: 21px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
  }
  .timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .animate-box.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap,
  .timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap,
  .timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap {
    padding-left: 4.137931034482759em;
  }
  .timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge,
  .timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge,
  .timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-badge {
    left: -35px;
  }
  .timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow,
  .timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow,
  .timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-arrow {
    left: -7px;
  }
  .timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap .timeline-arrow {
    background: none repeat scroll 0 0 #e5e5e5;
    content: "";
    height: 15px;
    position: absolute;
    right: -7px;
    top: 21px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
  }
  .timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap .animate-box.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap,
  .timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap,
  .timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-item-wrap {
    padding-right: 4.137931034482759em;
  }
  .timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge,
  .timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge,
  .timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-badge {
    right: -35px;
  }
  .timeline-text.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow,
  .timeline-image.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow,
  .timeline-icon.timeline.two-columns .timeline-item:nth-of-type(2n + 1) .timeline-arrow {
    right: -7px;
  }
}
.timeline.timeline-dotted .timeline-line {
  top: 65px;
  bottom: 5px !important;
  border-left-style: dashed !important;
}
.timeline.timeline-dotted .timeline-arrow {
  display: none;
}
.timeline.timeline-dotted .timeline-content {
  border: none !important;
  padding: 0px !important;
}
.timeline.timeline-dotted .timeline-item:last-child .timeline-line {
  display: none;
}
@media (max-width: 767px) {
  .timeline.two-columns .timeline-item .timeline-line {
    border-left: 2px solid #f5f5f5;
    bottom: 0;
    left: 12px;
    position: absolute;
    top: -1px;
    width: 2px;
    z-index: -1;
    display: block;
  }
  .timeline.two-columns .timeline-item-wrap {
    width: 100%;
    padding: 0 0 0 2.413793103448276em;
  }
  .timeline.two-columns .timeline-item-wrap .animate-box.go {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .timeline.two-columns .timeline-badge {
    left: 0px;
  }
  .timeline.two-columns .timeline-arrow {
    background: none repeat scroll 0 0 #e5e5e5;
    content: "";
    height: 15px;
    position: absolute;
    left: 30px;
    top: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
  }
  .timeline.two-columns.timeline-text .timeline-item .timeline-line,
  .timeline.two-columns.timeline-image .timeline-item .timeline-line,
  .timeline.two-columns.timeline-icon .timeline-item .timeline-line {
    left: 38px;
  }
  .timeline.two-columns.timeline-text .timeline-item-wrap,
  .timeline.two-columns.timeline-image .timeline-item-wrap,
  .timeline.two-columns.timeline-icon .timeline-item-wrap {
    padding: 0 0 0 6.896551724137931em;
  }
  .timeline.two-columns.timeline-text .timeline-arrow,
  .timeline.two-columns.timeline-image .timeline-arrow,
  .timeline.two-columns.timeline-icon .timeline-arrow {
    left: 75px;
  }
  .timeline.two-columns.timeline-text .timeline-badge,
  .timeline.two-columns.timeline-image .timeline-badge,
  .timeline.two-columns.timeline-icon .timeline-badge {
    left: 3px;
  }
}
/*--------------------------------------------------------------
25.13 - Team Member
--------------------------------------------------------------*/
.team-member {
  position: relative;
}
.team-member .member-avatar {
  margin-bottom: 0.7931034482758621em;
  position: relative;
}
.team-member .member-avatar.bg-1 {
  background-image:url(../images/team/member-1.png)
}
.team-member .member-avatar.bg-2 {
  background-image:url(../images/team/member-2.png)
}
.team-member .member-avatar.bg-3 {
  background-image:url(../images/team/member-3.png)
}
.team-member .member-avatar.bg-4 {
  background-image:url(../images/team/member-4.png)
}
.team-member .member-avatar img {
  width: 100%;
}
.team-member .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member.team-member-right {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0.7931034482758621em;
}
.team-member.team-member-right .member-avatar {
  width: 40%;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
@media (max-width: 900px) {
  .team-member.team-member-right .member-avatar {
    display: block;
    height: 0;
    padding-bottom: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    width: 100%;
  }
}
.team-member.team-member-right:hover .member-avatar {
  background-position: center top;
}
.team-member.team-member-right .member-info {
  height: 100%;
  display: table-cell;
  vertical-align: top;
  width: 60%;
}
@media (max-width: 900px) {
  .team-member.team-member-right .member-info {
    display: block;
    width: 100%;
  }
}
.team-member.team-member-right .member-info-wrap {
  padding: 15px;
}
.team-member.team-member-right .member-meta span a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-member.team-member-below .member-meta {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 1em 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -moz-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 35, 45, 0)), color-stop(100%, #19232d));
  background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -o-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -ms-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, #19232d 100%);
}
.team-member.team-member-below .member-meta span a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-member.team-member-below:hover .overlay,
.team-member.team-member-below:hover .member-meta {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.team-member .member-name h4 {
  margin: 0;
  font-size: 1.3em;
}
.team-member .member-job {
  margin-top: 0.3448275862068966em;
  font-size: 13px;
  margin-bottom: 0.7931034482758621em;
  position: relative;
}
.team-member .member-desc {
  padding-top: 0.7931034482758621em;
  margin-bottom: 0.7931034482758621em;
  position: relative;
}
.team-member .member-desc:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.team-member .member-meta span {
  display: inline-block;
}
.team-member.team-member-overlay .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member.team-member-overlay .member-info {
  z-index: 2;
  bottom: 0.7931034482758621em;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.team-member.team-member-overlay .member-name h4 {
  color: #fff;
}
.team-member.team-member-overlay .member-job {
  color: rgba(255, 255, 255, 0.9);
}
.team-member.team-member-overlay .member-job:before {
  width: 20%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  border-color: rgba(255, 255, 255, 0.9);
}
.team-member.team-member-overlay .member-meta span a {
  width: 2em;
  height: 2em;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-align: center;
  line-height: 2em;
  margin: 0 0.3448275862068966em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-member.team-member-overlay:hover .overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
  visibility: visible;
}
.section-team-member-title {
    padding-top: 20px;
    padding-bottom: 60px;
}
/*--------------------------------------------------------------
25.14 - Single Image
--------------------------------------------------------------*/
.single-image.image-center {
  text-align: center;
}
.single-image.image-right {
  text-align: right;
}
.single-image img {
  height: auto;
  max-width: 100%;
}
/*--------------------------------------------------------------
25.15 - Latestnews
--------------------------------------------------------------*/
.latestnews {
  margin-bottom: 15px;
}
.latestnews .latestnews-leading {
  padding-bottom: 0.7931034482758621em;
}
.latestnews .latestnews-title {
  border-bottom: 2px solid #57bb8a;
  margin-bottom: 0.7931034482758621em;
}
.latestnews.color-1 .latestnews-title {
  border-color:#7aba35;
}
.latestnews.color-2 .latestnews-title {
  border-color:#5bc0de;
}
.latestnews.color-3 .latestnews-title {
  border-color:#f0ad4e;
}
.latestnews.color-4 .latestnews-title {
  border-color:#8224e3;
}
.latestnews.color-5 .latestnews-title {
  border-color:#bb5857;
}
.latestnews .latestnews-title .el-heading {
  display: inline-block;
  margin: 0;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1em;
  background: #57bb8a;
}
.latestnews.color-1 .latestnews-title .el-heading {
  background-color:#7aba35;
}
.latestnews.color-2 .latestnews-title .el-heading {
  background-color:#5bc0de;
}
.latestnews.color-3 .latestnews-title .el-heading {
  background-color:#f0ad4e;
}
.latestnews.color-4 .latestnews-title .el-heading {
  background-color:#8224e3;
}
.latestnews.color-5 .latestnews-title .el-heading {
  background-color:#bb5857;
}
.latestnews .latestnews-title span,
.latestnews .latestnews-title a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: -3px;
}
.latestnews .latestnews-title span i,
.latestnews .latestnews-title a i {
  padding-right: 5px;
}
.latestnews .latestnews-title a:hover {
  text-decoration: underline;
}
.latestnews .latestnews-title .sub-cat {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.latestnews .latestnews-title .sub-cat li {
  float: left;
}
.latestnews .latestnews-title .sub-cat li a {
  color: #666666;
  text-transform: uppercase;
  font-size: 13px;
}
.latestnews .latestnews-title .sub-cat li.active a {
  color: #57bb8a;
}
@media (max-width: 767px) {
  .latestnews .latestnews-title .sub-cat {
    float: left;
    padding: 10px 0;
  }
}
.latestnews h2 {
  font-size: 1.2em;
  margin: 0;
  border-left: 2px solid #57bb8a;
  padding-left: 0.7931034482758621em;
}
.latestnews.color-1 h2 {
  border-color:#7aba35;
}
.latestnews.color-2 h2 {
  border-color:#5bc0de;
}
.latestnews.color-3 h2 {
  border-color:#f0ad4e;
}
.latestnews.color-4 h2 {
  border-color:#8224e3;
}
.latestnews .entry-meta {
  margin-top: 0.3448275862068966em;
}
.latestnews .latestnews-thumb {
  margin-bottom: 0.7931034482758621em;
  position: relative;
}
.latestnews .latestnews-thumb .featured-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/featured-play.png) no-repeat scroll center center transparent;
}
.latestnews .latestnews-thumb img {
  width: 100%;
  height: auto;
}
.latestnews .excerpt {
  margin-top: 0.7931034482758621em;
}
.latestnews .latestnews-intro {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}
.latestnews .latestnews-intro.intro-thumbnail {
  padding-top: 0.7931034482758621em;
}
.latestnews .latestnews-intro li {
  padding: 0.7931034482758621em 0;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
  position: relative;
}
.latestnews .latestnews-intro li:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.latestnews .latestnews-intro li:before {
  position: absolute !important;
  line-height: inherit !important;
  left: 0;
}
.latestnews .latestnews-intro li:last-child {
  border: none;
  padding-bottom: 0;
}
.latestnews .latestnews-intro li .intro-thumbnail-image img {
  float: left;
  height: auto;
  width: 60px;
}
.latestnews .latestnews-intro li .intro-thumbnail-no-image {
  display: none;
}
.latestnews .latestnews-intro li .intro-thumbnail-no-image ~ .intro-content {
  margin-left: 0;
}
.latestnews .latestnews-intro li .intro-content {
  line-height: 1;
  position: relative;
}
.latestnews .latestnews-intro li .intro-content .format-icon {
  background: url("../images/post-format.png") no-repeat scroll 0 0;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
}
.latestnews .latestnews-intro li .intro-content .format-icon.format-gallery {
  background-position: left bottom;
  top: 1px;
}
.latestnews .latestnews-intro li .intro-content .format-icon.format-gallery ~ .intro-content-title {
  padding-left: 22px;
}
.latestnews .latestnews-intro li .intro-content .format-icon ~ .intro-content-title {
  padding-left: 20px;
}
.latestnews .latestnews-intro li .intro-content .comment-count {
  display: inline-block;
  margin-left: 0.6896551724137931em;
}
.latestnews .latestnews-intro li .intro-content .comment-count i {
  margin-right: 0.13793103448275862em;
}
.latestnews .latestnews-intro li .intro-content .comment-count a,
.latestnews .latestnews-intro li .intro-content time {
  margin: 0;
  font-size: 13px;
  color: #999999;
}
.latestnews .latestnews-intro li .intro-content h3 {
  font-size: 1.1em;
  margin: 0;
}
.latestnews .latestnews-intro li .intro-content .intro-content-title {
  display: block;
  font-weight: 600;
  margin: 0 0 0.27586206896551724em 0;
}
.latestnews .latestnews-intro.intro-thumbnail li {
  border: none;
  padding-left: 0;
}
.latestnews .latestnews-intro.intro-thumbnail li:before {
  display: none;
}
.latestnews .latestnews-intro.intro-thumbnail .intro-content {
  border-bottom: 1px solid #e5e5e5;
  margin-left: 72px;
  min-height: 3.103448275862069em;
}
.latestnews .latestnews-tab-content {
  display: none;
}
.latestnews .latestnews-tab-content.active {
  display: block;
}
@media (min-width: 480px) {
  .latestnews.latestnews-tab .latestnews-tab-content:before,
  .latestnews.latestnews-tab .latestnews-tab-content:after {
    content: " ";
    display: table;
  }
  .latestnews.latestnews-tab .latestnews-tab-content:after {
    clear: both;
  }
  .latestnews.latestnews-tab .latestnews-tab-content .latestnews-leading {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .latestnews.latestnews-tab .latestnews-tab-content .latestnews-intro {
    float: right;
    width: 50%;
    padding-left: 15px;
    border-top: 0;
  }
  .latestnews.latestnews-tab .latestnews-tab-content .latestnews-intro li:first-child {
    padding-top: 0;
  }
}
.latestnews.latestnews-carousel .latestnews-leading h2 {
  border: none;
  padding-left: 0;
}
/*--------------------------------------------------------------
25.16 - Embed
--------------------------------------------------------------*/
.video-embed-wrap {
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
}
.audio-embed-wrap {
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
}
/*--------------------------------------------------------------
25.17 - Lists Ul
--------------------------------------------------------------*/
.dh-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dh-lists ul li {
  position: relative;
  padding-left: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dh-lists ul li i {
  font-size: 1.1em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2em !important;
}
.dh-lists[data-animation="1"] li {
  left: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*--------------------------------------------------------------
26.0 - Header
--------------------------------------------------------------*/
.topbar {
  background: #ffffff;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #999999;
}
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}
.topbar .left-topbar {
  line-height: 3.4482758620689653em;
  height: 3.4482758620689653em;
}
.topbar .right-topbar {
  text-align: right;
  line-height: 3.4482758620689653em;
  height: 3.4482758620689653em;
}
.topbar .right-topbar .topbar-social {
  float: right;
  margin-right: 0.5em;
}
.topbar-info a {
  margin-right: 1.1em;
  font-size: 13px;
  color: #999999;
}
.topbar-info a:hover {
  text-decoration: underline;
}
.topbar-info a i {
  margin-right: 5px;
}
.topbar-icon-button {
  float: right;
  padding-right: 1.2em;
}
.topbar-icon-button > div {
  float: left;
  padding: 0 1.2em;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}
.topbar-icon-button > div a {
  color: #999999;
}
.topbar-icon-button > div a:hover {
  color: #57bb8a;
}
.topbar-icon-button .navbar-minicart {
  position: relative;
}
.topbar-icon-button .navbar-minicart:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
}
.topbar-icon-button .navbar-minicart .minicart {
  text-align: left;
  line-height: 1.6;
}
.topbar-social a {
  display: inline-block;
  width: 2.5em;
  text-align: center;
  font-size: 0.9655172413793104em;
  color: #999999;
}
.topbar-social a i {
  border: 1px solid;
  border-radius: 100%;
  font-size: 1em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  width: 1.7em;
}
.topbar-social a:hover {
  color: #57bb8a;
}
.topbar-nav {
  text-align: right;
  float: right;
}
.topbar-nav .top-nav > li {
  display: inline-block;
}
.topbar-nav .top-nav > li > a {
  padding: 0 0.5517241379310345em;
  line-height: 3.4482758620689653em;
  position: relative;
  font-size: 13px;
  color: #999999;
}
.topbar-nav .top-nav > li > a:before {
  border-right: 1px solid #b3b3b3;
  content: "";
  float: right;
  height: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.topbar-nav .top-nav > li > a:hover,
.topbar-nav .top-nav > li > a:focus {
  background: transparent;
  text-decoration: underline;
}
.topbar-nav .top-nav > li:last-child > a:before {
  display: none;
}
.topbar-nav .top-nav a {
  display: block;
  color: #999999;
}
.topbar-nav .top-nav a:hover,
.topbar-nav .top-nav a:focus {
  background: none;
}
.topbar-nav .top-nav .dropdown-menu {
  font-size: 13px;
}
.topbar-nav .top-nav .dropdown-menu a {
  color: #666666;
  padding: 0.5517241379310345rem 0.9655172413793104rem;
}
.topbar-nav .top-nav .dropdown-menu a:hover,
.topbar-nav .top-nav .dropdown-menu a:focus {
  color: #333333;
}
.topbar-nav .top-nav .dropdown-menu .active a {
  background: none;
  color: #999999;
}
.topbar-nav .top-nav .dropdown-menu .active a:hover,
.topbar-nav .top-nav .dropdown-menu .active a:focus {
  color: #666666;
}
.topbar-nav .top-nav .dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
}
.topbar-nav .top-nav .dropdown-menu li.menu-item-has-children > .dropdown-menu {
  margin: 0;
  left: 100%;
  top: 0;
}
.topbar-nav .top-nav .dropdown-menu li:last-child {
  border: none;
}
.searchform-result .no-result {
  padding: 0.6896551724137931em 0.6896551724137931em;
}
.searchform-result .searchform-result-list {
  padding: 0.20689655172413793em 0.6896551724137931em 0;
}
.searchform-result .searchform-result-list .search-object {
  font-size: 110%;
  margin: 10px 0 0 0;
}
.searchform-result .searchform-result-list .search-object span {
  padding: 0 0.3448275862068966em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
}
.searchform-result .searchform-result-list .search-entry {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0.6896551724137931em 0;
}
.searchform-result .searchform-result-list .search-entry .search-image {
  float: left;
  width: 1.7241379310344827em;
  text-align: center;
  margin: 0 0.6896551724137931em 0.3448275862068966em 0;
  font-size: 1.103448275862069em;
}
.searchform-result .searchform-result-list .search-entry .search-image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.searchform-result .searchform-result-list .search-entry .search-title {
  margin: 0;
  font-size: 14.5px;
}
.searchform-result .searchform-result-list .search-entry .search-excerpt {
  color: #999999;
  font-size: 13px;
}
.searchform-result .search-view-all {
  padding: 1.3793103448275863em 0;
  text-align: center;
  background-color: #f5f5f5;
  margin: -0.06896551724137931em 0 0;
  border-top: 1px solid #e5e5e5;
}
.searchform-result .search-view-all a {
  font-size: 13px;
  text-transform: uppercase;
}
.searchform-result .search-view-all a:after {
  content: "\f178";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.searchform-result .search-view-all a:after {
  margin-left: 0.3448275862068966em;
}
@media (max-width: 991px) {
  .header-container {
    height: auto !important;
  }
}
.header-type-classic {
  position: relative;
}
.header-navbar-default {
  position: relative;
}
.header-search-overlay {
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
}
.header-search-overlay > div {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.header-search-overlay .searchform {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-search-overlay .searchform .searchinput {
  border: medium none;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  outline: none;
}
.header-search-overlay .searchform.loading ~ .close {
  display: block;
}
.header-search-overlay .searchform.loading ~ .close > span {
  display: none;
}
.header-search-overlay .searchform.loading ~ .close:after {
  content: "\f110";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.header-search-overlay .searchform.loading ~ .close:after {
  -webkit-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  -webkit-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start);
}
.header-search-overlay .close {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  font-size: 35px;
}
.header-search-overlay .searchform-result {
  background: #dcdcdc;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
}
.header-search-overlay .searchform-result .no-result {
  font-size: 1.1em;
}
.header-search-overlay .searchform-result .searchform-result-list .search-entry {
  border-bottom-color: #ffffff;
}
.header-search-overlay .searchform-result .searchform-result-list .search-entry .search-title {
  font-size: 1.1em;
}
@media (max-width: 991px) {
  .header-search-overlay {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .header-transparent .topbar {
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  }
  .header-transparent .topbar .topbar-info a,
  .header-transparent .topbar .topbar-social a {
    color: #fff;
  }
  .header-transparent .topbar .topbar-info a:hover,
  .header-transparent .topbar .topbar-social a:hover {
    text-decoration: underline;
  }
  .header-transparent .topbar .topbar-icon-button > div {
    background: transparent;
  }
  .header-transparent .topbar .topbar-icon-button > div a {
    color: #fff;
  }
  .header-transparent .topbar .topbar-icon-button > div.navbar-minicart:before {
    background: rgba(255, 255, 255, 0.23);
  }
  .header-transparent .topbar .topbar-nav a {
    color: #fff;
  }
  .header-transparent .topbar .topbar-nav a:before {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .header-transparent .topbar .topbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .header-transparent .topbar .topbar-nav .dropdown-menu a {
    color: #dadada;
    background: transparent;
  }
  .header-transparent .topbar .topbar-nav .dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header-transparent .topbar .topbar-nav .dropdown-menu li {
    border-color: rgba(218, 218, 218, 0.49);
  }
  .header-transparent .topbar .topbar-nav .dropdown-menu > li > a {
    color: #fff;
  }
  .header-transparent .topbar .topbar-nav .dropdown-menu > li > a:hover,
  .header-transparent .topbar .topbar-nav .dropdown-menu > li > a:focus {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header-transparent .primary-nav > .megamenu > .dropdown-menu {
    border: none;
  }
  .header-transparent .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a {
    background: transparent;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.23);
    border-width: 0 0 0px 0;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:hover,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:hover,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:hover,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:focus,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:focus,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:focus,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .navicon,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .navicon,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .navicon {
    color: #fff;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:before,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:before,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:before,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:after,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:after,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:after {
    background-color: #fff;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .dropdown-menu a:focus,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .dropdown-menu a:hover {
    color: #fff;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu-sidebar {
    color: #fff;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu .megamenu-title {
    color: #fff;
    border-bottom-color: rgba(218, 218, 218, 0.49);
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu > .dropdown-menu > li {
    border-right-color: rgba(218, 218, 218, 0.49);
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu > .dropdown-menu > li li a:hover,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu > .dropdown-menu > li li a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top).navbar-fixed-top {
    background: #ffffff;
    border-color: transparent;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu a {
    color: #fff;
    background: transparent;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu a:focus,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu li {
    border-color: rgba(218, 218, 218, 0.49);
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu > li > a:hover,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu > li > a:focus {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .megamenu > .dropdown-menu .dropdown-menu {
    background: transparent;
  }
  .header-transparent.header-navbar-center2 .navbar-header,
  .header-transparent.header-navbar-below .navbar-header {
    background: rgba(0, 0, 0, 0.05);
  }
  .header-transparent.header-navbar-center2 .navbar-primary-nav,
  .header-transparent.header-navbar-below .navbar-primary-nav {
    border-color: rgba(255, 255, 255, 0.23);
  }
}
@-webkit-keyframes animate-margin-top {
  0% {
    margin-top: 99px;
  }
  100% {
    margin-top: 80px;
  }
}
@-moz-keyframes animate-margin-top {
  0% {
    margin-top: 99px;
  }
  100% {
    margin-top: 80px;
  }
}
@keyframes animate-margin-top {
  0% {
    margin-top: 99px;
  }
  100% {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .has-top-margin {
    -webkit-animation: animate-margin-top 0.3s;
    -moz-animation: animate-margin-top 0.3s;
    animation: animate-margin-top 0.3s;
    margin-top: 80px;
  }
}
.heading-container {
  background: url(../images/heading-bg.png) no-repeat scroll center top #57bb8a;
  overflow: hidden;
  position: relative;
}
.heading-container .heading-hero-background {
  background: url(../images/bg-1.jpg) no-repeat scroll 50% bottom;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.heading-container .heading-hero-background:before {
  content: "";
}
.heading-container.heading-border {
  border-bottom: 1px solid #e5e5e5;
}
.heading-container > div {
  height: 100%;
}
.heading-container.heading-resize {
  width: 100%;
}
.heading-container.heading-hero {
  position: relative;
  background: #f4f7f8;
  height: 500px;
}
.heading-container.heading-hero .heading-hero-wrap {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 900px;
}
.heading-container.heading-hero .hero-icon {
  text-align: center;
}
.heading-container.heading-hero .hero-icon .svg-icon {
  overflow: hidden;
  display: block;
  font-size: 80px;
  color: #f4f7f8;
}
@media (max-width: 767px) {
  .heading-container.heading-hero .hero-icon .svg-icon {
    font-size: 45px;
  }
}
@media (min-width: 480px) {
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-icon {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
    -o-transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
    transition: transform 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 0s;
  }
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-icon.svg-animate-appear {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.heading-container.heading-hero .hero-icon .svg-text {
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #f4f7f8;
  line-height: 1;
}
@media (min-width: 480px) {
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-text {
    margin-top: -40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
    -o-transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
    transition: margin-top 0.4s ease-out 0s, opacity 0.75s ease 0s;
  }
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-text.svg-animate-appear {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 480px) {
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .ux-design-icon {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-ux-design-text {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .branding-icon {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-branding-text {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .web-dev-icon {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-icon .svg-web-dev-text {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
}
.heading-container.heading-hero .hero-icon svg {
  width: 200px;
  display: inline-block;
}
.heading-container.heading-hero .hero-icon svg circle,
.heading-container.heading-hero .hero-icon svg line,
.heading-container.heading-hero .hero-icon svg path {
  fill: none;
  stroke: #f4f7f8;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.heading-container.heading-hero .hero-link {
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  margin-top: 2em;
}
@media (min-width: 480px) {
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-link.svg-appear {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
    -o-transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
    transition: opacity 0.6s cubic-bezier(0.14, 0.64, 0.28, 1.26) 2s;
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  html:not(.dh-disable-animation) .heading-container.heading-hero .hero-link.svg-appear.svg-animate-appear {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.heading-container.heading-hero .hero-link a {
  font-size: 1em;
  color: #f4f7f8 !important;
  border-color: #f4f7f8 !important;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.heading-container.heading-hero .hero-link a:hover i {
  background: #f4f7f8;
  color: #2d373b;
}
.heading-container.heading-hero .hero-link a:hover i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.heading-container.heading-hero .hero-link i {
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
  -o-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3) 0s;
  border: 2px solid #f4f7f8;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  line-height: 33px;
  margin-left: 15px;
  text-align: center;
  width: 40px;
  position: relative;
}
.heading-container.heading-hero .hero-link i:after {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #f4f7f8;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px;
  position: absolute;
  top: -5px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  width: 100%;
}
@media (max-width: 767px) {
  .heading-container.heading-hero .heading-hero-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .heading-container.heading-hero .heading-hero-wrap .col-sm-4 {
    width: 33.33333333333333%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .heading-container.heading-hero .heading-hero-wrap .hero-icon svg {
    width: 100px;
  }
  .heading-container.heading-hero .heading-hero-wrap .hero-icon .svg-text {
    font-size: 0.8em;
  }
}
.heading-container .heading-standar {
  overflow: hidden;
}
.heading-container .heading-standar .heading-wrap {
  overflow: hidden;
  padding: 15px 0;
}
.heading-container .heading-standar .page-title {
  float: none;
}
.heading-container .heading-standar .page-title h1 {
  margin: 0;
  font-size: 2em;
  color: #fff;
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  .heading-container .heading-standar .page-title h1 {
    font-size: 1.5em;
    text-align: center;
  }
}
.heading-container .heading-standar .page-title .search-query {
  font-weight: bold;
  font-style: italic;
}
.heading-container .heading-standar .page-breadcrumb {
  float: none;
}
.heading-container .heading-standar .page-breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .heading-container .heading-standar .page-breadcrumb {
    display: none;
  }
}
.heading-container .heading-standar .heading-info {
  color: #ffffff;
}
.heading-container .heading-standar .heading-info a {
  color: #ffffff;
}
.heading-container .heading-standar .heading-info a:hover {
  color: #ffffff;
  text-decoration: none;
}
.heading-container .heading-parallax {
  position: relative;
}
.heading-container.heading-single {
  padding-top: 0 !important;
  background: transparent;
}
.heading-container.heading-single img {
  width: 100%;
}
.heading-container.heading-single .heading-background {
  background-attachment: fixed;
}
.heading-container.heading-single .heading-background .heading-wrap {
  z-index: 2;
  padding: 0;
  height: 200px;
  position: static;
}
.single-portfolio .heading-container.heading-single .heading-background .heading-wrap {
  padding: 100px 0;
  height: auto;
}
.heading-background.bg-1 {
  background-image: url('../images/bg-1.jpg');
}
.heading-background.bg-2 {
  background-image: url('../images/startups-banner.jpg');
}
.heading-background.bg-3 {
  background-image: url('../images/shop-banner.png');
}
.heading-background.bg-4 {
  background-image: url('../images/header_bg.jpg');
}
.heading-container.heading-single .heading-background .heading-single-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/banner-pattern.png) repeat fixed center center;
}
.heading-background.bg-4 .heading-single-overlay {
  background-color:#57bb8a
}
.heading-container.heading-single .page-title .subtitle {
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}
.heading-container.heading-single .page-title .subtitle:before {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  width: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.heading-container.heading-single .page-title .subtitle > span {
  display: table;
  margin: 0 auto;
}
.heading-container.heading-single .page-title .subtitle a {
  color: #fff;
  position: relative;
  margin-left: 36px;
  font-size: 0.6em;
  white-space: nowrap;
}
.heading-container.heading-single .page-title .subtitle a:first-child {
  margin-left: 0;
}
.heading-container.heading-single .page-title .subtitle a:hover {
  text-decoration: underline;
}
.heading-container.heading-single .page-title .subtitle a + a:before {
  content: ".";
  margin-right: 17px;
  position: absolute;
  right: 100%;
  top: -5px;
}
.heading-container.heading-single .heading-single-title {
  text-align: center;
  padding-top: 70px;
}
.heading-container.heading-single .heading-single-title h1 {
  margin-top: 0;
}
.heading-container.heading-single .heading-single-title .subtitle > span {
  margin-right: 10px;
}
.heading-container.heading-single .heading-single-title .subtitle > span:first-child:before {
  display: none !important;
}
.heading-container.heading-single .heading-single-title .subtitle > span i {
  font-size: 14.5px;
  margin-right: 5px;
  color: #57bb8a;
}
.heading-container.heading-single .heading-single-title .subtitle > span:last-child.meta-separator {
  display: none;
}
.heading-container.heading-single .heading-single-title .subtitle > span a:hover {
  text-decoration: underline;
}
.heading-container .heading-background {
  background-color: #f5f5f5;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.heading-container .heading-background .heading-wrap {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .heading-container .heading-background .heading-wrap {
    padding: 0;
  }
}
.heading-container .heading-background .page-title {
  float: none;
  display: block;
  width: 100%;
}
.heading-container .heading-background .page-title h1 {
  color: #fff;
  display: block;
  margin: 0;
  font-size: 3.4482758620689653em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .heading-container .heading-background .page-title h1 {
    font-size: 1.5em;
    text-align: center;
  }
}
.heading-container .heading-background .page-title .subtitle {
  color: #fff;
  font-size: 1.7241379310344827em;
  display: block;
}
@media (max-width: 767px) {
  .heading-container .heading-background .page-title .subtitle {
    font-size: 1em;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .heading-container .heading-background .heading-wrap {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .heading-container .heading-background .page-title {
    display: block;
    padding-bottom: 1.5862068965517242em;
    padding-top: 1.5862068965517242em;
  }
}
.header-navbar-center2 .navbar-header,
.header-navbar-below .navbar-header {
  float: none;
}
.header-navbar-center2 .navbar-header > .container-fluid,
.header-navbar-below .navbar-header > .container-fluid {
  width: 100%;
}
.header-navbar-center2 .navbar-header > .container-fluid,
.header-navbar-below .navbar-header > .container-fluid,
.header-navbar-center2 .navbar-header > .container,
.header-navbar-below .navbar-header > .container {
  display: table;
}
@media (max-width: 991px) {
  .header-navbar-center2 .navbar-header > .container-fluid,
  .header-navbar-below .navbar-header > .container-fluid,
  .header-navbar-center2 .navbar-header > .container,
  .header-navbar-below .navbar-header > .container {
    display: block;
  }
}
.header-navbar-center2 .navbar-header .navbar-header-left,
.header-navbar-below .navbar-header .navbar-header-left {
  float: left;
  position: relative;
}
@media (max-width: 991px) {
  .header-navbar-center2 .navbar-header .navbar-header-left,
  .header-navbar-below .navbar-header .navbar-header-left {
    float: none;
  }
}
@media (min-width: 992px) {
  .header-navbar-center2 .navbar-header .navbar-header-left .navbar-brand,
  .header-navbar-below .navbar-header .navbar-header-left .navbar-brand {
    padding: 0;
  }
}
.header-navbar-center2 .navbar-header .navbar-header-right,
.header-navbar-below .navbar-header .navbar-header-right {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.header-navbar-center2 .navbar-header .navbar-header-right > .widget,
.header-navbar-below .navbar-header .navbar-header-right > .widget {
  margin: 0;
  padding: 15px;
}
@media (max-width: 991px) {
  .header-navbar-center2 .navbar-header .navbar-header-right,
  .header-navbar-below .navbar-header .navbar-header-right {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-navbar-center2 .navbar-primary-nav,
  .header-navbar-below .navbar-primary-nav {
    border-top: 1px solid #e6e6e6;
  }
}
.header-navbar-center2 .navbar-fixed-top .navbar-primary-nav,
.header-navbar-below .navbar-fixed-top .navbar-primary-nav {
  border-top: 0px solid #e6e6e6;
}
.header-navbar-center2 .navbar-default .primary-navbar-collapse,
.header-navbar-below .navbar-default .primary-navbar-collapse {
  float: none;
}
.header-navbar-center2 .navbar-default .primary-navbar-collapse .primary-nav,
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav {
  float: none;
}
.header-navbar-center2 .navbar-default .primary-navbar-collapse .primary-nav > li > a,
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav > li > a {
  line-height: 4.137931034482759em;
}
@media (min-width: 992px) {
  .header-navbar-center2 .navbar-default .primary-navbar-collapse .primary-nav .navbar-minicart,
  .header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav .navbar-minicart,
  .header-navbar-center2 .navbar-default .primary-navbar-collapse .primary-nav .navbar-search,
  .header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav .navbar-search {
    float: right;
  }
}
.header-navbar-center2 ~ .heading-container.heading-border,
.header-navbar-below ~ .heading-container.heading-border {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-navbar-center2 .topbar {
  background: #f5f5f5;
  border-bottom: none !important;
}
@media (min-width: 992px) {
  .header-navbar-center2 .navbar-header-left {
    display: table;
    margin: 0 auto;
    float: none !important;
    padding-top: 15px;
  }
  .header-navbar-center2 .navbar-default .navbar-primary-nav {
    border-top: none;
  }
  .header-navbar-center2 .primary-nav {
    display: table;
    margin: 0 auto;
  }
  .header-navbar-center2 .navbar-default .navbar-search {
    display: none !important;
  }
}
/*--------------------------------------------------------------
27.0 - Footer
--------------------------------------------------------------*/
.footer-widget {
  background: #222222;
  color: #919191;
  font-size: 13px;
}
.footer-widget .footer-widget-wrap {
  padding: 70px 0 50px;
}
@media (max-width: 767px) {
  .footer-widget .footer-widget-col {
    margin-bottom: 30px;
  }
}
.footer-widget .widget {
  margin-bottom: 0;
  padding-top: 30px;
}
.footer-widget .widget:first-child {
  padding-top: 0;
}
.footer-widget .widget-title {
  text-transform: uppercase;
  color: #e5e5e5;
  margin-top: 0;
  margin-bottom: 1.5862068965517242em;
  font-size: 1.1em;
  position: relative;
  padding-bottom: 0.8em;
}
.footer-widget .widget-title:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.footer-widget li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
  padding-bottom: 0.7931034482758621em;
  margin-bottom: 0.7931034482758621em;
  position: relative;
}
.footer-widget li .post-date {
  display: block;
  font-size: 13px;
  color: rgba(229, 229, 229, 0.7);
}
.footer-widget li:last-child {
  border: none;
}
.footer-widget .widget_tag_cloud .tagcloud a,
.footer-widget .widget_product_tag_cloud .tagcloud a {
  background-color: #292929;
  border: 1px solid transparent;
  color: #e5e5e5;
}
.footer-widget .social-widget-wrap i {
  color: #e5e5e5;
}
.footer-widget .social-widget-wrap i:hover {
  color: inherit;
}
.footer-widget .posts-thumbnail-image img {
  width: 60px;
}
.footer-widget .posts-thumbnail-content {
  border-bottom: none;
  margin-left: 73px;
  min-height: 45px;
}
.footer-widget .posts-thumbnail-content h4 a {
  color: #e5e5e5;
  font-size: 14.5px;
  line-height: 1.6;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.footer-widget .posts-thumbnail-content h4 a:hover {
  color: #57bb8a;
}
.footer-widget .posts-thumbnail-content > time {
  color: inherit;
}
.footer-widget .posts-thumbnail-image {
  float: left;
  height: auto;
  width: 60px;
}
.footer-widget .recent-tweets ul,
.footer-widget .posts-thumbnail-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer-widget .posts-thumbnail-list li {
  padding-bottom: 0.7931034482758621em;
  margin-bottom: 0.7931034482758621em;
  border-bottom: none;
}
.footer-widget a {
  color: #e5e5e5;
  font-weight: 400;
}
.footer-widget a:hover {
  color: #57bb8a;
}
.footer-newsletter {
  background-color: #000000;
  color: #919191;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-newsletter-wrap {
  padding: 20px 0;
}
.footer-newsletter-wrap .footer-newsletter-heading {
  color: rgba(255, 255, 255, 0.36);
  font-weight: 400;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-newsletter-wrap .footer-newsletter-heading {
    margin-bottom: 15px;
    text-align: center;
  }
}
.footer-newsletter-wrap .mailchimp-form input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #919191;
  margin: 0;
  padding: 0.5517241379310345rem 0.9655172413793104rem;
  width: 70%;
  outline: none;
}
.footer-newsletter-wrap .mailchimp-form button {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  width: 25%;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  border: none;
}
.footer {
  background-color: #000000;
  color: #919191;
  font-size: 13px;
}
.footer a {
  color: #919191;
}
.footer .footer-info-wrap {
  padding: 20px 0;
}
.footer .footer-menu {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .footer-menu {
    text-align: center;
  }
}
.footer .footer-menu .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-menu .footer-nav li {
  padding: 0 0.5517241379310345em;
  line-height: 0.6896551724137931em;
  display: inline-block;
  position: relative;
}
.footer .footer-menu .footer-nav li:before {
  content: "/\00a0";
  position: absolute;
  right: -0.5517241379310345em;
  top: 0;
}
.footer .footer-menu .footer-nav li:last-child:before {
  display: none;
}
.footer .footer-menu .footer-nav li a {
  color: #919191;
  border-bottom: 1px solid transparent;
  font-size: 13px;
  text-transform: uppercase;
}
.footer .footer-menu .footer-nav li a:hover,
.footer .footer-menu .footer-nav li a:focus {
  color: #57bb8a;
  border-bottom: 1px solid;
}
.footer .footer-info {
  color: #919191;
}
.footer .footer-info a {
  color: #919191;
}
.footer .footer-info a:hover {
  color: #57bb8a;
}
.footer .footer-info .copyright {
  font-size: 13px;
  margin-top: 0.3448275862068966em;
  display: block;
}
@media (max-width: 767px) {
  .footer .footer-info .copyright {
    text-align: center;
    margin-bottom: 0.3448275862068966em;
  }
}
.footer .footer-info .footer-social {
  text-align: right;
}
.footer .footer-info .footer-social .tooltip-inner {
  background: #57bb8a;
}
.footer .footer-info .footer-social .tooltip.top .tooltip-arrow {
  border-top-color: #57bb8a;
}
.footer .footer-info .footer-social a {
  margin: 0 0.3448275862068966em;
  font-size: 1.3793103448275863em;
}
.footer .footer-info .footer-social a:hover {
  color: #57bb8a;
  border-color: #57bb8a;
}
@media (max-width: 767px) {
  .footer .footer-info .footer-social {
    text-align: center;
  }
}
a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  bottom: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: fixed;
  text-align: center;
  z-index: 100;
  visibility: hidden;
}
a.go-to-top.on,
a.go-to-top:hover a.go-to-top:focus.on {
  opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
  bottom: 20px;
}
a.go-to-top.on:hover,
a.go-to-top:hover a.go-to-top:focus.on:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*--------------------------------------------------------------
28.0 - Porfolio
--------------------------------------------------------------*/
.portfolio.infinite-scroll .paginate,
.portfolio.loadmore .paginate {
  display: none;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-col {
  margin: 0;
  padding: 0;
  height: 30rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-col {
    height: auto !important;
    padding-bottom: 0 !important;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-col .portfolio-featured {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-col:hover .portfolio-featured {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-col:hover .readmore-link {
  text-decoration: none;
  margin-left: 20px;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-row {
  width: 100%;
  display: table;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-row .wall-col {
  display: table-cell;
  float: none;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-row {
    display: block;
  }
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-row .wall-col {
    display: block;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-item {
  padding: 0;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-featured {
  height: 0;
  padding-bottom: 100%;
  background-color: #57bb8a;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 101% auto;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-caption,
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-featured-wrap {
  padding: 0;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-caption {
  text-align: center;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-title {
  margin: 0;
  font-size: 1.75em;
  margin-bottom: 0.3em;
  font-weight: 600;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-bg {
  background-color: rgba(87, 187, 138, 0.1);
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-bg .hentry {
  background: transparent !important;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger {
  background: #bb5857;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger .portfolio-caption:after {
  border-bottom-color: #bb5857;
}
@media (min-width: 768px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger .portfolio-caption:after {
    border-bottom-color: transparent !important;
    border-right-color: #bb5857;
  }
}
@media (min-width: 768px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger .pull-right ~ .portfolio-caption:after {
    border-left-color: #bb5857;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-success {
  background: #57bb58;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-success .portfolio-caption:after {
  border-bottom-color: #57bb58;
}
@media (min-width: 768px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-success .portfolio-caption:after {
    border-bottom-color: transparent !important;
    border-right-color: #57bb58;
  }
}
@media (min-width: 768px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-success .pull-right ~ .portfolio-caption:after {
    border-left-color: #57bb58;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary {
  background: #57bb8a;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary .portfolio-caption:after {
  border-bottom-color: #57bb8a;
}
@media (min-width: 768px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary .portfolio-caption:after {
    border-bottom-color: transparent !important;
    border-right-color: #57bb8a;
  }
}
@media (min-width: 768px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary .pull-right ~ .portfolio-caption:after {
    border-left-color: #57bb8a;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-success,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary {
  color: #fff;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger .portfolio-meta > span,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-success .portfolio-meta > span,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary .portfolio-meta > span {
  color: #fff;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger a,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-success a,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary a {
  color: #fff;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger a:hover,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-success a:hover,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary a:hover {
  text-decoration: underline;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-danger .readmore-link:hover,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-success .readmore-link:hover,
.portfolio .portfolio-wrap.portfolio-layout-wall .wall-primary .readmore-link:hover {
  text-decoration: none;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-featured-wrap {
  background: none repeat scroll 0 0 #162633;
  overflow: hidden;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in {
  height: 0;
  padding-bottom: 50%;
}
@media (max-width: 991px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .title-in {
    height: 0;
    padding-bottom: 50%;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-item-wrap {
  position: static;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-item-wrap .portfolio-featured {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-caption {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-caption .portfolio-title a {
  color: #fff;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-caption .portfolio-title a:hover {
  text-decoration: underline;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-caption .readmore-link {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 991px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-caption {
    padding: 15px;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-meta {
  color: #fff;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-meta > span {
  color: #fff;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-meta a {
  color: #fff;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-in .portfolio-meta a:hover {
  text-decoration: underline;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-arrow {
  position: relative;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-arrow:after {
  bottom: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-arrow:after {
    bottom: auto;
    left: auto;
    right: 99%;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .pull-right {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .pull-right ~ .portfolio-caption:after {
    border-right-color: transparent !important;
    border-left-color: #fff;
    left: 100%;
    right: auto;
    margin-left: 0;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-out {
  height: 0;
  padding-bottom: 25%;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .title-out .portfolio-caption {
  padding: 30px 30px;
}
@media (max-width: 991px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .title-out .portfolio-caption {
    padding: 15px;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .height-auto {
  height: auto;
  padding: 0;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .height-auto .portfolio-featured {
  padding-bottom: 40%;
}
@media (max-width: 767px) {
  .portfolio .portfolio-wrap.portfolio-layout-wall .height-auto .portfolio-featured {
    padding-bottom: 100%;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-wall .readmore-link {
  font-size: 3rem;
  font-family: arial;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-meta > span {
  display: block;
  font-size: 13px;
  color: #57bb8a;
  margin-bottom: 1rem;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-meta a {
  text-transform: uppercase;
  font-size: 13px;
}
.portfolio .portfolio-wrap.portfolio-layout-wall .portfolio-meta a:hover {
  text-decoration: underline;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item:nth-of-type(n) {
  clear: none;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-6:nth-of-type(2n + 1) {
  clear: both;
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(4n + 1) {
  clear: both;
}
@media (max-width: 991px) {
  .portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(4n + 1) {
    clear: none;
  }
  .portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-3:nth-of-type(2n + 1) {
    clear: both;
  }
}
.portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(3n + 1) {
  clear: both;
}
@media (max-width: 991px) {
  .portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(3n + 1) {
    clear: none;
  }
  .portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item.col-md-4:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .portfolio .portfolio-wrap.portfolio-layout-grid .portfolio-item {
    clear: none !important;
  }
}
.portfolio .infinite-scroll-loading {
  margin-top: 1.5862068965517242em;
}
.portfolio .portfolio-filter {
  margin-bottom: 30px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.portfolio .portfolio-filter .filter-heaeding {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .portfolio .portfolio-filter .filter-heaeding {
    display: none;
  }
}
.portfolio .portfolio-filter .filter-heaeding h3 {
  margin: 0;
}
.portfolio .portfolio-filter .filter-action {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  text-align: right;
}
.portfolio .portfolio-filter .filter-action.filter-action-center {
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 1em;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul {
  float: none;
  text-transform: uppercase;
  text-align: center;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li {
  float: none;
  padding: 0;
  display: inline-block !important;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li a {
  padding: 0.5em 1.5em;
  line-height: 1;
  border-bottom: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.portfolio .portfolio-filter .filter-action.filter-action-center > ul li a.selected {
  background: #57bb8a;
  color: #fff;
}
@media (max-width: 767px) {
  .portfolio .portfolio-filter .filter-action {
    width: 100%;
    text-align: left;
    display: block;
  }
}
.portfolio .portfolio-filter .filter-action > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-filter .filter-action > ul li {
  display: none;
  float: left;
  padding: 0.5517241379310345rem 0.9655172413793104rem;
}
@media (max-width: 767px) {
  .portfolio .portfolio-filter .filter-action > ul li {
    display: block;
  }
}
.portfolio .portfolio-filter .filter-action > ul li a {
  display: block;
  border-bottom: 1px solid transparent;
}
.portfolio .portfolio-filter .filter-action > ul li a.selected {
  color: #57bb8a;
  border-bottom-color: #57bb8a;
}
.portfolio .portfolio-filter .filter-action.no-sorting > ul li {
  display: block;
}
.portfolio .portfolio-filter .filter-action .filter-btn,
.portfolio .portfolio-filter .filter-action .sort-btn {
  margin-left: 0.8275862068965517rem;
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.7517241379310344rem 1.1655172413793105rem;
  font-size: 14.5px;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #ffffff;
  background-color: #57bb8a;
  border-color: #57bb8a;
  padding: 0.5517241379310345rem 0.9655172413793104rem;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover,
.portfolio .portfolio-filter .filter-action .sort-btn:hover,
.portfolio .portfolio-filter .filter-action .filter-btn:focus,
.portfolio .portfolio-filter .filter-action .sort-btn:focus {
  color: #666666;
  text-decoration: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn i,
.portfolio .portfolio-filter .filter-action .sort-btn i,
.portfolio .portfolio-filter .filter-action .filter-btn span,
.portfolio .portfolio-filter .filter-action .sort-btn span {
  z-index: 2;
  position: relative;
}
.portfolio .portfolio-filter .filter-action .filter-btn.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn.btn-style-outlined {
  color: #57bb8a;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover,
.portfolio .portfolio-filter .filter-action .sort-btn:hover,
.portfolio .portfolio-filter .filter-action .filter-btn:focus,
.portfolio .portfolio-filter .filter-action .sort-btn:focus,
.portfolio .portfolio-filter .filter-action .filter-btn:active,
.portfolio .portfolio-filter .filter-action .sort-btn:active,
.portfolio .portfolio-filter .filter-action .filter-btn.active,
.portfolio .portfolio-filter .filter-action .sort-btn.active {
  color: #ffffff;
  background-color: #409f70;
  border-color: #409f70;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:hover.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn:focus.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:focus.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn:active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn:active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .filter-btn.active.btn-style-outlined,
.portfolio .portfolio-filter .filter-action .sort-btn.active.btn-style-outlined {
  color: #409f70;
}
.portfolio .portfolio-filter .filter-action .filter-btn:hover.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:hover.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn:focus.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:focus.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn:active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn:active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .filter-btn.active.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #3d976b;
  box-shadow: 0 5px 0 #3d976b;
}
.portfolio .portfolio-filter .filter-action .filter-btn:active,
.portfolio .portfolio-filter .filter-action .sort-btn:active,
.portfolio .portfolio-filter .filter-action .filter-btn.active,
.portfolio .portfolio-filter .filter-action .sort-btn.active {
  background-image: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn.btn-style-3d,
.portfolio .portfolio-filter .filter-action .sort-btn.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #57bb8a;
  box-shadow: 0 5px 0 #57bb8a;
}
.portfolio .portfolio-filter .filter-action .filter-btn i,
.portfolio .portfolio-filter .filter-action .sort-btn i {
  margin-left: 0.3448275862068966em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-down:before,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-down:before {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-up,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.portfolio .portfolio-filter .filter-action .filter-btn i.sort-angle-up:before,
.portfolio .portfolio-filter .filter-action .sort-btn i.sort-angle-up:before {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
@media (max-width: 991px) {
  .portfolio .portfolio-filter .filter-action > ul {
    margin-top: 0.8275862068965517rem;
    clear: both;
  }
}
@media (max-width: 767px) {
  .portfolio .portfolio-filter .filter-action .filter-btn,
  .portfolio .portfolio-filter .filter-action .sort-btn {
    float: left;
    margin-left: 0;
    margin-right: 0.8275862068965517rem;
  }
  .portfolio .portfolio-filter .filter-action > ul {
    float: left;
  }
}
.portfolio .portfolio-item {
  padding-bottom: 30px;
}
.portfolio .portfolio-item-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.container-full .portfolio.gap {
  padding-left: 20px;
  padding-right: 20px;
}
.portfolio.no-gap .row {
  margin: 0;
  padding: 0;
}
.portfolio.no-gap .row .portfolio-item {
  padding: 0;
  margin: 0;
}
.portfolio.onepx {
  margin-right: -1px;
}
.portfolio.onepx .row {
  margin: 0;
  padding: 0;
}
.portfolio.onepx .row .portfolio-item {
  padding: 0;
  margin: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: transparent;
  overflow: hidden;
}
.portfolio .portfolio-featured img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  padding: 0;
  outline: 0 none;
  vertical-align: baseline;
}
.portfolio.portfolio-style-one .portfolio-title {
  font-size: 1em;
}
.portfolio.portfolio-style-one .portfolio-featured-wrap {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 20;
}
.portfolio.portfolio-style-one .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 25;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.portfolio.portfolio-style-one .portfolio-action {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  height: 50px;
  text-align: center;
}
.portfolio.portfolio-style-one .portfolio-action a {
  position: relative;
  top: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background: rgba(51, 51, 51, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin: 5px;
  text-align: center;
}
.portfolio.portfolio-style-one .portfolio-action a:hover {
  background: #333333;
}
.portfolio.portfolio-style-one .portfolio-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.portfolio.portfolio-style-one .portfolio-title a {
  color: #fff;
  font-size: 1.2413793103448276em;
}
.portfolio.portfolio-style-one .portfolio-meta {
  font-size: 13px;
}
.portfolio.portfolio-style-one .portfolio-caption {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #333333;
  color: #fff;
}
.portfolio.portfolio-style-one .portfolio-caption-wrap {
  padding: 15px;
  opacity: 0;
  transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
  -o-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
  -moz-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
  -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
  -ms-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.00066, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
  -webkit-transform-origin: 50% 100% 0;
  -moz-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-action a {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-action a.view-action {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.portfolio.portfolio-style-one .portfolio-item-wrap:hover .portfolio-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform-origin: 50% 100% 0;
  -moz-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
}
.portfolio.portfolio-style-two .portfolio-title {
  font-size: 1em;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-featured-wrap {
  position: relative;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  height: 3.4482758620689653em;
  text-align: center;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action a {
  position: relative;
  top: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background: rgba(51, 51, 51, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin: 5px;
  text-align: center;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-action a:hover {
  background: #333333;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 25;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-title a {
  font-size: 1.2413793103448276em;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-meta {
  font-size: 13px;
  margin-bottom: 0.7931034482758621em;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-action a {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.portfolio.portfolio-style-two .portfolio-item-wrap:hover .portfolio-action a.view-action {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.portfolio.portfolio-style-three .portfolio-title {
  font-size: 1em;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-featured {
  -webkit-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background: rgba(87, 187, 138, 0.9);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-title {
  margin-top: 0;
  padding: 0 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-title a {
  font-size: 1.2413793103448276em;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-meta {
  font-size: 13px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action {
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: 1.7241379310344827em;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  height: 3.4482758620689653em;
  text-align: center;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action a {
  position: relative;
  top: 200%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s,opacity 0.3s ease 0s,visibility 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin: 5px;
  text-align: center;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action a:hover {
  background: #333333;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption {
  padding-bottom: 3.4482758620689653em;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  top: 50%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-caption-wrap {
  position: relative;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-caption-wrap:before {
  background: none repeat scroll 0 0 #fff;
  bottom: -0.6896551724137931em;
  content: "";
  height: 1px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  width: 0%;
  z-index: 100;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-title {
  margin-bottom: 0px;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption .portfolio-title a {
  color: #fff;
  text-transform: uppercase;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-caption .portfolio-caption-wrap:before {
  width: 20%;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-action a {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.portfolio.portfolio-style-three .portfolio-item-wrap:hover .portfolio-action a.view-action {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.portfolio.portfolio-style-lily .portfolio-item-wrap {
  position: relative;
}
.portfolio.portfolio-style-lily .portfolio-featured {
  max-width: none;
  width: -moz-calc(100% + 50px);
  width: -o-calc(100% + 50px);
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.portfolio.portfolio-style-lily .portfolio-overlay,
.portfolio.portfolio-style-lily .portfolio-action {
  display: none;
}
.portfolio.portfolio-style-lily .portfolio-caption {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.portfolio.portfolio-style-lily .portfolio-caption-wrap {
  bottom: 1em;
  left: 0;
  padding: 2em;
  position: absolute;
  width: 100%;
}
.portfolio.portfolio-style-lily .portfolio-meta,
.portfolio.portfolio-style-lily .portfolio-title {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.portfolio.portfolio-style-lily .portfolio-title {
  margin-bottom: 5px;
  margin-top: 0px;
  -webkit-transition: -webkit-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  font-size: 1.4em;
  margin: 0;
}
.portfolio.portfolio-style-lily .portfolio-title a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.portfolio.portfolio-style-lily .portfolio-title .nth-word-1 {
  font-weight: bold;
}
.portfolio.portfolio-style-lily .portfolio-meta {
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  -o-transition: opacity 0.2s, -o-transform 0.35s;
  -ms-transition: opacity 0.2s, -ms-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-featured,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-title,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-featured,
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio.portfolio-style-lily .portfolio-item-wrap:hover .portfolio-meta {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.portfolio.portfolio-style-marley .portfolio-item-wrap {
  position: relative;
}
.portfolio.portfolio-style-marley .portfolio-featured {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.portfolio.portfolio-style-marley .portfolio-overlay,
.portfolio.portfolio-style-marley .portfolio-action {
  display: none;
}
.portfolio.portfolio-style-marley .portfolio-caption {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.portfolio.portfolio-style-marley .portfolio-meta,
.portfolio.portfolio-style-marley .portfolio-title {
  left: 30px;
  padding: 10px 0;
  position: absolute;
  right: 30px;
}
.portfolio.portfolio-style-marley .portfolio-title {
  top: 30px;
  -webkit-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
  transition: transform 0.35s ease 0s;
  -webkit-transition: -webkit-transform 0.35s ease 0s;
  -o-transition: -o-transform 0.35s ease 0s;
  margin: 0;
  font-size: 1.4em;
  text-align: right;
}
.portfolio.portfolio-style-marley .portfolio-title a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.portfolio.portfolio-style-marley .portfolio-title .nth-word-1 {
  font-weight: bold;
}
.portfolio.portfolio-style-marley .portfolio-title:after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  width: 100%;
}
.portfolio.portfolio-style-marley .portfolio-meta {
  bottom: 30px;
  -webkit-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
}
.portfolio.portfolio-style-marley .portfolio-title:after,
.portfolio.portfolio-style-marley .portfolio-meta {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-meta,
.portfolio.portfolio-style-marley .portfolio-item-wrap:hover .portfolio-title:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.single-portfolio .portfolio .portfolio-title-wrap {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.single-portfolio .portfolio .portfolio-title-wrap .portfolio-all {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
}
.single-portfolio .portfolio .portfolio-title-wrap .portfolio-all a {
  font-size: 2.0689655172413794em;
}
.single-portfolio .portfolio .portfolio-title-wrap .portfolio-title {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  margin: 0;
  text-align: center;
}
.single-portfolio .portfolio .portfolio-title-wrap .portfolio-navigation {
  display: table-cell;
  width: 10%;
  vertical-align: middle;
  text-align: right;
}
.single-portfolio .portfolio .portfolio-title-wrap .portfolio-navigation a {
  line-height: 1;
  font-size: 2.0689655172413794em;
  margin: 0 0 0 0.6896551724137931em;
}
@media (max-width: 767px) {
  .single-portfolio .portfolio .portfolio-title-wrap .portfolio-title {
    width: 100%;
  }
  .single-portfolio .portfolio .portfolio-title-wrap .portfolio-all,
  .single-portfolio .portfolio .portfolio-title-wrap .portfolio-navigation {
    display: none;
  }
}
.single-portfolio .portfolio .portfolio-summary .portfolio-excerpt {
  margin-bottom: 1.5862068965517242em;
}
.single-portfolio .portfolio .portfolio-featured {
  margin-bottom: 1.5862068965517242em;
}
.single-portfolio .portfolio .portfolio-featured img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.single-portfolio .portfolio .portfolio-link {
  margin-bottom: 1.5862068965517242em;
}
.single-portfolio .portfolio .portfolio-link .btn {
  width: 100%;
  text-transform: uppercase;
}
.single-portfolio .portfolio .portfolio-attributes {
  margin-bottom: 1.5862068965517242em;
}
.single-portfolio .portfolio .portfolio-attributes .portfolio-attribute {
  display: block;
  padding-bottom: 0.9655172413793104rem;
  margin-bottom: 0.9655172413793104rem;
  border-bottom: 1px solid #e5e5e5;
  text-transform: capitalize;
}
.single-portfolio .portfolio .portfolio-attributes .portfolio-attribute i {
  color: #57bb8a;
  margin-right: 0.3448275862068966em;
}
.single-portfolio .portfolio .portfolio-content {
  margin-top: 1.5862068965517242em;
}
.single-portfolio .portfolio .portfolio-share {
  margin-bottom: 1.5862068965517242em;
}
.single-portfolio .portfolio .portfolio-share .share-links {
  padding: 0;
  background: transparent;
}
.single-portfolio .portfolio .portfolio-share .share-links .share-icons a {
  background: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.single-portfolio .portfolio .portfolio-share .share-links .share-icons .facebook-share a:hover {
  background-color: none;
  border-color: #47639e;
  color: #47639e;
}
.single-portfolio .portfolio .portfolio-share .share-links .share-icons .twitter-share a:hover {
  background-color: none;
  border-color: #55acee;
  color: #55acee;
}
.single-portfolio .portfolio .portfolio-share .share-links .share-icons .pinterest-share a:hover {
  background-color: none;
  border-color: #cb2027;
  color: #cb2027;
}
.single-portfolio .portfolio .portfolio-share .share-links .share-icons .google-plus-share a:hover {
  background-color: none;
  border-color: #dd4b39;
  color: #dd4b39;
}
.single-portfolio .portfolio .portfolio-share .share-links .share-icons .linkedin-share a:hover {
  background-color: none;
  border-color: #069;
  color: #069;
}
.single-portfolio .comments-area {
  padding-top: 0;
}
.related-portfolio {
  padding-bottom: 70px;
  background: #f5f5f5;
  padding-top: 60px;
}
.related-portfolio .portfolio {
  margin-top: 30px;
}
.related-portfolio .portfolio .portfolio-featured {
  margin-bottom: 0;
}
.related-portfolio-title h3 {
  margin-top: 0;
}
/*--------------------------------------------------------------
29.0 - Post
--------------------------------------------------------------*/
.posts.infinite-scroll .paginate,
.posts.loadmore .paginate {
  display: none;
}
.posts .entry-title {
  font-size: 1.75em;
  margin-bottom: 0.3em;
  font-weight: 600;
}
.posts .format-audio .date-badge {
  display: none;
}
.posts .posts-layout-masonry .date-badge,
.posts .posts-layout-timeline .date-badge {
  display: none;
}
.posts .posts-layout-masonry .entry-meta .meta-date,
.posts .posts-layout-timeline .entry-meta .meta-date {
  display: inline-block;
}
.posts .entry-meta .meta-date {
  display: none;
}
@media (max-width: 767px) {
  .posts .entry-meta .meta-date {
    display: inline-block;
  }
}
.posts .posts-wrap.posts-layout-default .entry-header {
  margin-bottom: 1.5em;
}
.posts .posts-wrap.posts-layout-default .readmore-link {
  text-align: left;
  margin-top: 30px;
}
.posts .posts-wrap.posts-layout-default .readmore-link a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.7517241379310344rem 1.1655172413793105rem;
  font-size: 14.5px;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #666666;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus {
  color: #666666;
  text-decoration: none;
}
.posts .posts-wrap.posts-layout-default .readmore-link a i,
.posts .posts-wrap.posts-layout-default .readmore-link a span {
  z-index: 2;
  position: relative;
}
.posts .posts-wrap.posts-layout-default .readmore-link a.btn-style-outlined {
  color: #f5f5f5;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus,
.posts .posts-wrap.posts-layout-default .readmore-link a:active,
.posts .posts-wrap.posts-layout-default .readmore-link a.active {
  color: #666666;
  background-color: #dcdcdc;
  border-color: #cccccc;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a:active.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a.active.btn-style-outlined {
  color: #cccccc;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a:active.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #c6c6c6;
  box-shadow: 0 5px 0 #c6c6c6;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:active,
.posts .posts-wrap.posts-layout-default .readmore-link a.active {
  background-image: none;
}
.posts .posts-wrap.posts-layout-default .readmore-link a.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #e5e5e5;
  box-shadow: 0 5px 0 #e5e5e5;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus,
.posts .posts-wrap.posts-layout-default .readmore-link a:active {
  color: #fff !important;
  border-color: #57bb8a;
  background-color: #57bb8a;
}
.posts .posts-wrap.posts-layout-wall .wall-col {
  margin: 0;
  padding: 0;
  height: 45rem;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 991px) {
  .posts .posts-wrap.posts-layout-wall .wall-col {
    height: auto;
  }
}
.posts .posts-wrap.posts-layout-wall .wall-col :hover .readmore-link i {
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.posts .posts-wrap.posts-layout-wall .wall-col :hover .readmore-link span {
  left: -0.5em;
}
.posts .posts-wrap.posts-layout-wall .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts .posts-wrap.posts-layout-wall .entry-title > a {
  white-space: nowrap;
}
.posts .posts-wrap.posts-layout-wall .title-in {
  height: auto;
}
.posts .posts-wrap.posts-layout-wall .title-in .entry-featured {
  padding: 0;
  margin: 0;
}
.posts .posts-wrap.posts-layout-wall .title-in .entry-header {
  padding: 0;
  margin: 0;
}
.posts .posts-wrap.posts-layout-wall .title-in .entry-info {
  position: relative;
  padding: 30px;
}
@media (max-width: 991px) {
  .posts .posts-wrap.posts-layout-wall .title-in .entry-info {
    padding: 15px;
  }
}
.posts .posts-wrap.posts-layout-wall .title-in .entry-info:after {
  bottom: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .posts .posts-wrap.posts-layout-wall .title-in .entry-info:after {
    bottom: auto;
    left: auto;
    right: 99%;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 20px;
  }
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-wall .title-in .pull-right {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .posts .posts-wrap.posts-layout-wall .title-in .pull-right ~ .entry-info:after {
    border-right-color: transparent;
    border-left-color: #fff;
    left: 100%;
    right: auto;
    margin-left: 0;
  }
}
.posts .posts-wrap.posts-layout-wall .entry-meta {
  margin-bottom: 1rem;
}
.posts .posts-wrap.posts-layout-wall .title-out .entry-header {
  padding: 30px 30px;
}
@media (max-width: 991px) {
  .posts .posts-wrap.posts-layout-wall .title-out .entry-header {
    padding: 15px;
  }
}
.posts .posts-wrap.posts-layout-wall .wall-bg {
  background-color: rgba(87, 187, 138, 0.1);
}
.posts .posts-wrap.posts-layout-wall .wall-bg .hentry {
  background: transparent !important;
}
.posts .posts-wrap.posts-layout-wall .readmore-link {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: transparent;
  border-color: #57bb8a;
  margin-top: 1em;
  display: inline-block;
  color: #57bb8a;
}
.posts .posts-wrap.posts-layout-wall .readmore-link:hover,
.posts .posts-wrap.posts-layout-wall .readmore-link:focus,
.posts .posts-wrap.posts-layout-wall .readmore-link:active,
.posts .posts-wrap.posts-layout-wall .readmore-link.active {
  border-color: #57bb8a;
  background: transparent;
  color: #57bb8a;
}
.posts .posts-wrap.posts-layout-wall .entry-featured iframe,
.posts .posts-wrap.posts-layout-wall .entry-featured embed,
.posts .posts-wrap.posts-layout-wall .entry-featured object {
  display: table;
}
.posts .posts-wrap.posts-layout-wall .entry-featured,
.posts .posts-wrap.posts-layout-wall .hentry {
  border: none;
  padding: 0;
  margin: 0;
}
.posts .posts-wrap.posts-layout-wall .entry-header {
  padding-left: 0;
  text-align: center;
  margin: 0;
}
.posts .posts-wrap.posts-layout-wall .meta-date {
  display: inline-block;
}
.posts .posts-wrap.posts-layout-wall .date-badge,
.posts .posts-wrap.posts-layout-wall .entry-content {
  display: none;
}
.posts .posts-wrap.posts-layout-wall .share-links {
  padding: 0;
  background: transparent;
  margin: 30px 0 0 0;
  text-align: center;
}
.posts .posts-wrap.posts-layout-wall .share-links .share-icons a {
  background: transparent;
  border: none;
  margin: 0;
}
@media (max-width: 991px) {
  .posts .posts-wrap.posts-layout-wall .share-links {
    display: none;
  }
}
.posts .posts-wrap.posts-layout-wall .format-link {
  position: relative;
  height: 100%;
}
.posts .posts-wrap.posts-layout-wall .format-link .quote-content {
  padding: 30px;
}
.posts .posts-wrap.posts-layout-wall .format-link .quote-content,
.posts .posts-wrap.posts-layout-wall .format-link .entry-content,
.posts .posts-wrap.posts-layout-wall .format-link .hentry-wrap {
  position: relative;
  height: 100%;
  display: block;
}
.posts .posts-wrap.posts-layout-wall .format-link .link-content i {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-wall .format-link .link-content i {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.posts .posts-wrap.posts-layout-wall .format-quote {
  position: relative;
  height: 100%;
}
.posts .posts-wrap.posts-layout-wall .format-quote .quote-content {
  padding: 30px;
}
.posts .posts-wrap.posts-layout-wall .format-quote .quote-content,
.posts .posts-wrap.posts-layout-wall .format-quote .entry-content,
.posts .posts-wrap.posts-layout-wall .format-quote .hentry-wrap {
  position: relative;
  height: 100%;
  display: block;
}
.posts .posts-wrap.posts-layout-wall .format-quote .quote-content i {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-wall .format-quote .quote-content i {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.posts .posts-wrap.posts-layout-grid .hentry {
  border-bottom: none;
  padding-bottom: 0;
}
.posts .posts-wrap.posts-layout-grid .hentry:nth-of-type(n) {
  clear: none;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-6:nth-of-type(2n + 1) {
  clear: both;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(4n + 1) {
  clear: both;
}
@media (max-width: 991px) {
  .posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(4n + 1) {
    clear: none;
  }
  .posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(2n + 1) {
    clear: both;
  }
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(3n + 1) {
  clear: both;
}
@media (max-width: 991px) {
  .posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(3n + 1) {
    clear: none;
  }
  .posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-grid .hentry {
    clear: none !important;
  }
}
.posts .posts-wrap.posts-layout-masonry .hentry {
  border-bottom: none;
  padding-bottom: 0;
}
.posts .posts-wrap.posts-layout-masonry.no-gap.row {
  margin-left: 0;
  margin-right: 0;
}
.posts .posts-wrap.posts-layout-masonry.no-gap.row .hentry {
  padding-left: 0;
  padding-right: 0;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap {
  border: 1px solid #e5e5e5;
  border-bottom-width: 3px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-header {
  margin-top: 20px;
  padding: 0 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-content {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-footer {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link .date {
  font-size: 13px;
  float: left;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-quote,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-link {
  border: none;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-quote .entry-content,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-link .entry-content {
  padding: 0;
}
.posts .posts-wrap.posts-layout-medium .entry-featured {
  float: left;
  width: 22.06896551724138em;
  margin-right: 1.5em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-medium .entry-featured {
    float: none;
    width: auto;
    margin-bottom: 1.5862068965517242em;
    margin-right: 0;
  }
}
.posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info .entry-header {
  padding-left: 23.56896551724138em;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info .entry-header {
    padding-left: 0;
  }
}
.posts .posts-wrap.posts-layout-timeline {
  position: relative;
}
.posts .posts-wrap.posts-layout-timeline:before {
  background-color: #f5f5f5;
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -0.10344827586206896em;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
  display: block;
}
.posts .posts-wrap.posts-layout-timeline .hentry {
  margin: 0;
  border: none;
  clear: left;
  float: left;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  width: 50%;
  padding-right: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap {
  border: 1px solid #e5e5e5;
  border-bottom-width: 3px;
  float: left;
  position: relative;
  width: 100%;
  background: #ffffff;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap:hover .timeline-badge a {
  color: #57bb8a;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-header {
  margin-top: 20px;
  padding: 0 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-content {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-footer {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link .date {
  font-size: 13px;
  float: left;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-quote,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-link {
  border: none;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-quote .entry-content,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-link .entry-content {
  padding: 0;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-arrow {
  background: none repeat scroll 0 0 #e5e5e5;
  content: "";
  height: 15px;
  position: absolute;
  right: 24px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge a span {
  left: 20px;
  left: -webkit-calc(100% + 10px);
  left: -moz-calc(100% + 10px);
  left: calc(100% + 10px);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge a span:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #57bb8a;
  content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right {
  clear: right;
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge {
  left: -12px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-arrow {
  background: none repeat scroll 0 0 #e5e5e5;
  content: "";
  height: 15px;
  position: absolute;
  left: 24px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge a span {
  right: 20px;
  right: -webkit-calc(100% + 10px);
  right: -moz-calc(100% + 10px);
  right: calc(100% + 10px);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge a span:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #57bb8a;
  content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .hentry-wrap {
  border-color: #57bb8a;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge {
  z-index: 10;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge a {
  color: #57bb8a;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge a span {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-arrow {
  background: #57bb8a !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-timeline .timeline-date {
  clear: both;
  text-align: center;
  padding-bottom: 0.7931034482758621em;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-timeline .timeline-date {
    text-align: left;
  }
}
.posts .posts-wrap.posts-layout-timeline .timeline-date .timeline-date-title {
  color: #333333;
  background: #e5e5e5;
  padding: 0.5517241379310345rem 0.9655172413793104rem;
  display: inline-block;
  margin: 0 auto;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge {
  height: 24px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: 16px;
  width: 24px;
  z-index: 8;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a {
  color: #e5e5e5;
  font-size: 1.3em;
  position: relative;
  cursor: pointer;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover {
  color: #57bb8a;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover span {
  visibility: visible;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a span {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  z-index: 1070;
  line-height: 1.4;
  white-space: nowrap;
  max-width: 13.793103448275861em;
  padding: 0.20689655172413793em 0.5517241379310345em;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  text-decoration: none;
  background-color: #57bb8a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 13px;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-timeline:before {
    left: 0;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry {
    width: 100%;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left {
    clear: right;
    float: right;
    padding-right: 0;
    padding-left: 30px;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .hentry-wrap {
    float: right;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-arrow {
    background: none repeat scroll 0 0 #e5e5e5;
    content: "";
    height: 15px;
    position: absolute;
    left: 24px;
    top: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge {
    left: -12px;
  }
  .posts .posts-wrap.posts-layout-timeline .timeline-badge a span {
    display: none;
  }
}
.hentry {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}
.entry-header {
  margin-bottom: 1.0574712643678161em;
  position: relative;
}
.entry-header {
  padding-left: 6.5em;
}
.entry-header.no-date-badge {
  padding-left: 0;
}
@media (max-width: 767px) {
  .entry-header {
    padding-left: 0;
  }
}
.date-badge {
  background: #f5f5f5;
  color: #fff;
  font-size: 1em;
  left: 0;
  position: absolute;
  text-align: center;
  top: -1.7862068965517242em;
}
@media (max-width: 767px) {
  .date-badge {
    display: none;
  }
}
.date-badge .date {
  display: block;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  color: #333333;
  padding: 10px;
  font-family: Helvetica, Arial, sans-serif;
}
.date-badge .month-year {
  display: block;
  background: #57bb8a;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 0.9em;
}
.entry-featured {
  margin-bottom: 1em;
}
.entry-featured img {
  width: 100%;
  height: auto;
}
.entry-featured.video-featured:not(.col-md-8) {
  width: 100%;
  max-width: 100%;
}
.entry-featured.video-featured {
  position: relative;
}
.entry-featured.video-featured .featured-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/featured-play.png) no-repeat scroll center center transparent;
}
.entry-title {
  font-size: 2em;
  margin-top: 0;
  font-weight: 600;
}
.sticky .entry-title:before {
  content: "\f08d";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.sticky .entry-title:before {
  line-height: 1;
  opacity: 1;
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  -o-transform: rotate(-36deg);
  transform: rotate(-36deg);
  color: #57bb8a;
}
.entry-meta {
  font-size: 13px;
  color: #999999;
}
.entry-meta > span {
  margin-right: 10px;
}
.entry-meta > span:first-child:before {
  display: none !important;
}
.entry-meta > span i {
  margin-right: 5px;
  color: #57bb8a;
}
.entry-meta > span:last-child.meta-separator {
  display: none;
}
.entry-meta span.meta-separator {
  padding: 0 0.13793103448275862em;
}
.entry-meta a {
  color: #999999;
}
.entry-meta a:hover {
  color: #57bb8a;
}
.entry-content .link-content,
.entry-content .quote-content {
  padding: 20px;
  background-color: #57bb8a;
  color: #fff;
}
.entry-content .link-content a,
.entry-content .quote-content a {
  color: #fff;
}
.entry-content .link-content span,
.entry-content .quote-content span {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 1.0574712643678161em;
  display: block;
  font-style: italic;
}
.entry-content .link-content cite,
.entry-content .quote-content cite {
  font-size: 14.5px;
  display: block;
}
.entry-content .link-content cite i.fa,
.entry-content .quote-content cite i.fa {
  margin-right: 1.0574712643678161em;
}
.readmore-link {
  margin: 0;
}
.readmore-link a {
  font-size: 13px;
  color: #333333;
}
.readmore-link a:after {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.readmore-link a:after {
  margin-left: 0.3448275862068966em;
  font-size: 14.5px;
}
.readmore-link a:hover {
  color: #57bb8a;
}
.post-navigation {
  margin-bottom: 30px;
}
.post-navigation .prev-post > span {
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
.post-navigation .prev-post > span:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.post-navigation .prev-post > span:before {
  margin-right: 0.3448275862068966em;
  font-size: 110%;
}
@media (max-width: 767px) {
  .post-navigation .prev-post {
    text-align: center;
    margin-bottom: 1.5862068965517242em;
  }
  .post-navigation .prev-post > span:before {
    display: none;
  }
}
.post-navigation .next-post {
  text-align: right;
}
.post-navigation .next-post > span {
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
.post-navigation .next-post > span:after {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.post-navigation .next-post > span:after {
  margin-left: 0.3448275862068966em;
  font-size: 110%;
}
@media (max-width: 767px) {
  .post-navigation .next-post {
    text-align: center;
  }
  .post-navigation .next-post > span:after {
    display: none;
  }
}
.post-navigation a {
  color: #999999;
  display: block;
}
.post-navigation a:hover {
  color: #57bb8a;
}
.author-info {
  padding: 1.5862068965517242em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.author-info .author-avatar {
  float: left;
}
.author-info .author-avatar img {
  max-width: 8.275862068965518em;
}
.author-info .author-description {
  margin-left: 8.275862068965518em;
}
.author-info .author-description .author-title {
  font-size: 1.1em;
  margin-top: 0;
}
.author-info .author-description .author-link {
  display: block;
  font-weight: bold;
  margin-top: 1.5862068965517242em;
}
.entry-tags {
  color: #999999;
}
.entry-tags > span {
  font-size: 110%;
  color: #666666;
}
.entry-tags a {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3448275862068966em;
  font-size: 13px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.3em 1em;
  margin-right: 0.3448275862068966em;
  color: #999999;
}
.entry-tags a:before {
  content: "#";
}
.entry-tags a:hover {
  color: #57bb8a;
}
.single .entry-tags {
  margin-top: 30px;
}
.single .below-content {
  margin-top: 0.7931034482758621em;
}
.single-post .hentry-wrap .entry-meta .meta-date {
  display: none;
}
@media (max-width: 767px) {
  .single-post .hentry-wrap .entry-meta .meta-date {
    display: inline-block;
  }
}
.share-links {
  margin-top: 30px;
}
.share-links .tooltip-inner {
  background: #57bb8a;
}
.share-links .tooltip.top .tooltip-arrow {
  border-top-color: #57bb8a;
}
.share-links h4 {
  padding-right: 10px;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.share-links .share-icons {
  text-align: center;
}
.share-links .share-icons a {
  font-size: 1.2413793103448276em;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e5e5e5;
  line-height: 2.5em;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.7931034482758621em;
  color: #a9a9a9;
}
.share-links .share-icons .facebook-share a:hover {
  background-color: none;
  border-color: #47639e;
  color: #47639e;
}
.share-links .share-icons .twitter-share a:hover {
  background-color: none;
  border-color: #55acee;
  color: #55acee;
}
.share-links .share-icons .pinterest-share a:hover {
  background-color: none;
  border-color: #cb2027;
  color: #cb2027;
}
.share-links .share-icons .google-plus-share a:hover {
  background-color: none;
  border-color: #dd4b39;
  color: #dd4b39;
}
.share-links .share-icons .linkedin-share a:hover {
  background-color: none;
  border-color: #069;
  color: #069;
}
@media (max-width: 767px) {
  .share-links {
    display: block;
  }
  .share-links h4 {
    display: block;
    width: auto;
  }
  .share-links .share-icons {
    display: block;
  }
}
.highlighted {
  padding: 30px 0;
  background: #f5f5f5;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.highlighted .highlighted-format-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.highlighted .highlighted-format-icon.format-video {
  background: url(../images/featured-play.png) no-repeat scroll center center transparent;
}
.highlighted .highlighted-format-icon.format-gallery {
  background: url(../images/featured-gallery.png) no-repeat scroll center center transparent;
}
.highlighted .highlighted-extra .highlighted-format-icon {
  width: 20px;
  height: 20px;
  z-index: 1;
}
.highlighted .highlighted-extra .highlighted-format-icon.format-video {
  background: url(../images/featured-play-small.png) no-repeat scroll center center transparent;
}
.highlighted .highlighted-extra .highlighted-format-icon.format-gallery {
  background: url(../images/featured-gallery-small.png) no-repeat scroll center center transparent;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev,
.highlighted .caroufredsel-wrap:hover .caroufredsel-next {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev:hover,
.highlighted .caroufredsel-wrap:hover .caroufredsel-next:hover {
  background: #57bb8a;
  color: #fff;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev {
  left: 2.0689655172413794em;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-next {
  right: 2.0689655172413794em;
}
.highlighted .caroufredsel-item {
  position: absolute;
  width: 100%;
}
.highlighted .caroufredsel-item:first-child {
  position: relative;
  z-index: 1;
}
.highlighted .caroufredsel-item img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.highlighted .caroufredsel-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.highlighted .caroufredsel_wrapper .caroufredsel-item {
  position: relative;
  z-index: auto;
}
.highlighted .caroufredsel-pagination {
  bottom: 1.0344827586206897em;
  position: absolute;
  right: 1.0344827586206897em;
}
.highlighted .caroufredsel-pagination a {
  border-color: #fff;
}
.highlighted .caroufredsel-pagination a.selected {
  background-color: #fff;
}
@media (max-width: 767px) {
  .highlighted .caroufredsel-pagination {
    display: none !important;
  }
}
.highlighted .highlighted-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  padding: 15px;
  background: -moz-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 35, 45, 0)), color-stop(100%, #19232d));
  background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -o-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -ms-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  text-shadow: 0px 1px 1px #000;
}
.highlighted .highlighted-caption time {
  margin-bottom: 9px;
  color: #eee;
  display: block;
}
.highlighted .highlighted-caption h3 {
  margin: 0;
}
.highlighted .highlighted-caption h3 a {
  color: #fff;
  font-size: 1em;
}
.highlighted .highlighted-caption h3 a:hover {
  color: #57bb8a;
}
.highlighted .col-md-4 {
  height: 100%;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item {
  height: 50%;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.highlighted .highlighted-extra .highlighted-extra-item.small {
  width: 50%;
  padding-right: 7.5px;
  padding-top: 20px;
  bottom: 0;
  left: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item.small .highlighted-extra-item-wrap {
  height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item.small .highlighted-extra-item-wrap img {
  max-width: none;
  width: auto;
  height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item:last-child {
  padding-right: 0;
  padding-left: 7.5px;
  float: right;
  left: auto;
  right: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item:first-child img {
  width: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-extra-item-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.highlighted .highlighted-extra .highlighted-extra-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption time {
  margin-bottom: 0;
  font-size: 13px;
}
@media (max-width: 991px) {
  .highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption time {
    display: none;
  }
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption h3 a {
  font-size: .65em;
}
@media (max-width: 991px) {
  .highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption h3 a {
    font-size: .6em;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .highlighted .col-md-8 {
    width: 100%;
  }
  .highlighted .col-sm-4 {
    display: none;
  }
}
.related-post {
  margin-top: 30px;
}
.related-post .related-post-title h3 {
  font-size: 1.5em;
}
.related-post .related-post-items {
  margin-top: 1.5862068965517242em;
}
.related-post .post-title {
  font-size: 110%;
  margin-top: 0;
  margin-bottom: 0.3448275862068966em;
}
.related-post .entry-meta .meta-date {
  display: inline-block;
}
.related-post .excerpt {
  margin-top: 0.7931034482758621em;
}
/*--------------------------------------------------------------
30.0 - Comment form
--------------------------------------------------------------*/
.comments-area {
  margin-top: 30px;
  padding-top: 30px;
}
.comments-area .form-allowed-tags {
  display: none;
}
.comments-area .commentst-title {
  margin-bottom: 0.7931034482758621em;
}
.comments-area .comment-list {
  margin-top: 30px;
  list-style: none;
}
.comments-area .comment-paginate .paginate_links {
  float: left;
}
.comments-area .comment-paginate .paginate_links .page-numbers {
  padding: 0.1em 0.7em;
  font-size: 13px;
}
.comments-area .comment-paginate .paginate_links .next,
.comments-area .comment-paginate .paginate_links .prev,
.comments-area .comment-paginate .paginate_links .next:hover,
.comments-area .comment-paginate .paginate_links .prev:hover {
  border-color: transparent;
}
.comment-list,
.comment-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .comment-list .children {
    border-left: 1px solid #e5e5e5;
    padding-left: 3.103448275862069em;
    position: relative;
  }
  .comment-list .children:before {
    border-top: 1px solid #e5e5e5;
    content: " ";
    left: 0;
    position: absolute;
    top: 1.0344827586206897em;
    width: 1.0344827586206897em;
  }
}
li.comment {
  margin: 0;
  padding: 0;
}
.comment-img {
  float: left;
}
.comment-wrap {
  position: relative;
  margin: 0 0 30px 0px;
  padding: 1.3793103448275863em 2.3448275862068964em 0.6896551724137931em;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .comment-wrap {
    padding: 15px;
  }
}
.comment-block {
  padding: 0;
  margin: 0 0 0 96px;
}
.comment-header {
  padding-bottom: 0.5517241379310345rem;
}
.comment-header span.pull-right {
  margin-top: 0.41379310344827586em;
}
.comment-content {
  position: relative;
}
.comment-author {
  color: #666666;
  font-size: 105%;
  font-weight: 600;
}
.comment-author a:hover {
  color: #57bb8a;
}
.ispostauthor {
  background: none repeat scroll 0 0 #999999;
  color: #FFFFFF;
  font-size: 13px;
  padding: 0.13793103448275862em 0.5517241379310345em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-meta {
  position: relative;
  margin: 0 0 0.3448275862068966em 0;
  font-size: 13px;
}
.comment-pending {
  padding: 0.5517241379310345rem 0.9655172413793104rem;
  text-align: center;
  color: #333333;
  background-color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-reply-link {
  background: #434343;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  padding: 0.13793103448275862em 0.5517241379310345em;
}
.comment-reply-link:hover {
  background: #333333;
  color: #ffffff;
}
#respond {
  margin-bottom: 3.4482758620689653em;
}
#respond .required {
  position: relative;
  color: #666666;
}
.comment-reply-title {
  font-size: 1.5em;
  position: relative;
}
.comment-reply-title a {
  color: inherit;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
#commentform {
  margin-bottom: 0;
}
.comment-notes,
.logged-in-as {
  margin-bottom: 0.7931034482758621em;
  font-size: 13px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 2.689655172413793em;
  padding: 0.5517241379310345rem;
  font-size: 14.5px;
  line-height: 1.6;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-email textarea:focus,
.comment-form-url textarea:focus,
.comment-form-comment textarea:focus {
  border-color: #57bb8a;
  outline: none;
}
.comment-form-author input[disabled],
.comment-form-email input[disabled],
.comment-form-url input[disabled],
.comment-form-comment input[disabled],
.comment-form-author textarea[disabled],
.comment-form-email textarea[disabled],
.comment-form-url textarea[disabled],
.comment-form-comment textarea[disabled],
.comment-form-author input[readonly],
.comment-form-email input[readonly],
.comment-form-url input[readonly],
.comment-form-comment input[readonly],
.comment-form-author textarea[readonly],
.comment-form-email textarea[readonly],
.comment-form-url textarea[readonly],
.comment-form-comment textarea[readonly],
fieldset[disabled] .comment-form-author input,
fieldset[disabled] .comment-form-email input,
fieldset[disabled] .comment-form-url input,
fieldset[disabled] .comment-form-comment input,
fieldset[disabled] .comment-form-author textarea,
fieldset[disabled] .comment-form-email textarea,
fieldset[disabled] .comment-form-url textarea,
fieldset[disabled] .comment-form-comment textarea {
  cursor: not-allowed;
  background-color: #999999;
  opacity: 1;
  filter: alpha(opacity=100);
}
textarea.comment-form-author input,
textarea.comment-form-email input,
textarea.comment-form-url input,
textarea.comment-form-comment input,
textarea.comment-form-author textarea,
textarea.comment-form-email textarea,
textarea.comment-form-url textarea,
textarea.comment-form-comment textarea {
  height: auto;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-rating,
.comment-form-comment {
  margin: 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
  font-size: 14.5px;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
  margin-bottom: 1.0344827586206897em;
}
.comment-form-comment textarea {
  font-size: 14.5px;
  margin-bottom: 1.5862068965517242em;
  height: 13.793103448275861em;
  padding: 0.5517241379310345em;
  resize: none;
  width: 100%;
  margin-top: 0em;
}
.comment-form .form-submit {
  margin: 0;
}
.comment-form .form-submit input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.7517241379310344rem 1.1655172413793105rem;
  font-size: 14.5px;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #ffffff;
  background-color: #57bb8a;
  border-color: #57bb8a;
}
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus {
  color: #666666;
  text-decoration: none;
}
.comment-form .form-submit input[type="submit"] i,
.comment-form .form-submit input[type="submit"] span {
  z-index: 2;
  position: relative;
}
.comment-form .form-submit input[type="submit"].btn-style-outlined {
  color: #57bb8a;
}
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active {
  color: #ffffff;
  background-color: #409f70;
  border-color: #409f70;
}
.comment-form .form-submit input[type="submit"]:hover.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:focus.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:active.btn-style-outlined,
.comment-form .form-submit input[type="submit"].active.btn-style-outlined {
  color: #409f70;
}
.comment-form .form-submit input[type="submit"]:hover.btn-style-3d,
.comment-form .form-submit input[type="submit"]:focus.btn-style-3d,
.comment-form .form-submit input[type="submit"]:active.btn-style-3d,
.comment-form .form-submit input[type="submit"].active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #3d976b;
  box-shadow: 0 5px 0 #3d976b;
}
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active {
  background-image: none;
}
.comment-form .form-submit input[type="submit"].btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #57bb8a;
  box-shadow: 0 5px 0 #57bb8a;
}
/*--------------------------------------------------------------
31.0 - Widget sidebar
--------------------------------------------------------------*/
.widget {
  margin-bottom: 3rem;
}
.widget p:last-child,
.widget ul:last-child,
.widget ol:last-child {
  margin-bottom: 0;
}
.widget ul,
.widget ol {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.widget select {
  width: 100%;
}
.extra-sidebar .widget_rss li,
.main-sidebar .widget_rss li,
.extra-sidebar .widget_pages li,
.main-sidebar .widget_pages li,
.extra-sidebar .widget_archive li,
.main-sidebar .widget_archive li,
.extra-sidebar .widget_meta li,
.main-sidebar .widget_meta li,
.extra-sidebar .widget_nav_menu li,
.main-sidebar .widget_nav_menu li,
.extra-sidebar .widget_categories li,
.main-sidebar .widget_categories li,
.extra-sidebar .widget_recent_entries li,
.main-sidebar .widget_recent_entries li,
.extra-sidebar .widget_recent_comments li,
.main-sidebar .widget_recent_comments li {
  padding-bottom: 0.7931034482758621em;
  margin-bottom: 0.7931034482758621em;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-left: 1em;
}
.extra-sidebar .widget_rss li:before,
.main-sidebar .widget_rss li:before,
.extra-sidebar .widget_pages li:before,
.main-sidebar .widget_pages li:before,
.extra-sidebar .widget_archive li:before,
.main-sidebar .widget_archive li:before,
.extra-sidebar .widget_meta li:before,
.main-sidebar .widget_meta li:before,
.extra-sidebar .widget_nav_menu li:before,
.main-sidebar .widget_nav_menu li:before,
.extra-sidebar .widget_categories li:before,
.main-sidebar .widget_categories li:before,
.extra-sidebar .widget_recent_entries li:before,
.main-sidebar .widget_recent_entries li:before,
.extra-sidebar .widget_recent_comments li:before,
.main-sidebar .widget_recent_comments li:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.extra-sidebar .widget_rss li:before,
.main-sidebar .widget_rss li:before,
.extra-sidebar .widget_pages li:before,
.main-sidebar .widget_pages li:before,
.extra-sidebar .widget_archive li:before,
.main-sidebar .widget_archive li:before,
.extra-sidebar .widget_meta li:before,
.main-sidebar .widget_meta li:before,
.extra-sidebar .widget_nav_menu li:before,
.main-sidebar .widget_nav_menu li:before,
.extra-sidebar .widget_categories li:before,
.main-sidebar .widget_categories li:before,
.extra-sidebar .widget_recent_entries li:before,
.main-sidebar .widget_recent_entries li:before,
.extra-sidebar .widget_recent_comments li:before,
.main-sidebar .widget_recent_comments li:before {
  position: absolute !important;
  line-height: inherit !important;
  left: 0;
}
.extra-sidebar .widget_rss li:last-child,
.main-sidebar .widget_rss li:last-child,
.extra-sidebar .widget_pages li:last-child,
.main-sidebar .widget_pages li:last-child,
.extra-sidebar .widget_archive li:last-child,
.main-sidebar .widget_archive li:last-child,
.extra-sidebar .widget_meta li:last-child,
.main-sidebar .widget_meta li:last-child,
.extra-sidebar .widget_nav_menu li:last-child,
.main-sidebar .widget_nav_menu li:last-child,
.extra-sidebar .widget_categories li:last-child,
.main-sidebar .widget_categories li:last-child,
.extra-sidebar .widget_recent_entries li:last-child,
.main-sidebar .widget_recent_entries li:last-child,
.extra-sidebar .widget_recent_comments li:last-child,
.main-sidebar .widget_recent_comments li:last-child {
  border: none;
}
.extra-sidebar .widget_rss li .post-date,
.main-sidebar .widget_rss li .post-date,
.extra-sidebar .widget_pages li .post-date,
.main-sidebar .widget_pages li .post-date,
.extra-sidebar .widget_archive li .post-date,
.main-sidebar .widget_archive li .post-date,
.extra-sidebar .widget_meta li .post-date,
.main-sidebar .widget_meta li .post-date,
.extra-sidebar .widget_nav_menu li .post-date,
.main-sidebar .widget_nav_menu li .post-date,
.extra-sidebar .widget_categories li .post-date,
.main-sidebar .widget_categories li .post-date,
.extra-sidebar .widget_recent_entries li .post-date,
.main-sidebar .widget_recent_entries li .post-date,
.extra-sidebar .widget_recent_comments li .post-date,
.main-sidebar .widget_recent_comments li .post-date {
  display: block;
  font-size: 13px;
  color: #999999;
}
.extra-sidebar .widget_archive li,
.main-sidebar .widget_archive li {
  padding-left: 1.5em;
}
.extra-sidebar .widget_archive li:before,
.main-sidebar .widget_archive li:before {
  content: "\f133";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.extra-sidebar .widget_categories li,
.main-sidebar .widget_categories li {
  padding-left: 1.5em;
}
.extra-sidebar .widget_categories li:before,
.main-sidebar .widget_categories li:before {
  content: "\f114";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.extra-sidebar .widget_meta li,
.main-sidebar .widget_meta li {
  padding-left: 1.5em;
}
.extra-sidebar .widget_meta li:before,
.main-sidebar .widget_meta li:before {
  content: "\f013";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.extra-sidebar .widget_recent_comments li,
.main-sidebar .widget_recent_comments li {
  padding-left: 1.5em;
}
.extra-sidebar .widget_recent_comments li:before,
.main-sidebar .widget_recent_comments li:before {
  content: "\f0e5";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.widgettitle,
.widget-title {
  font-size: 1.3em;
  line-height: 1.1;
  margin-bottom: 1.5862068965517242em;
}
.main-sidebar .widgettitle,
.main-sidebar .widget-title {
  padding-bottom: 0.7em;
  position: relative;
}
.main-sidebar .widgettitle:before,
.main-sidebar .widget-title:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.widget_search form {
  position: relative;
}
.widget_search form:before {
  content: "\f002";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.widget_search form:before {
  width: 2.689655172413793em;
  height: 2.689655172413793em;
  position: absolute;
  right: 0;
  text-align: center;
  background: #57bb8a;
  line-height: 2.689655172413793em;
  color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  float: left;
  margin: 0 0.27586206896551724em 0.27586206896551724em 0;
  padding: 0.7em 1.2em;
  font-size: 14.5px;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px !important;
  border: 1px solid #e5e5e5;
  color: #666666;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  background: #57bb8a;
  border-color: #57bb8a;
  color: #fff;
}
#wp-calendar {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5862068965517242em;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}
#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td {
  padding: 0.5517241379310345em;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
#wp-calendar > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
#wp-calendar > caption + thead > tr:first-child > th,
#wp-calendar > colgroup + thead > tr:first-child > th,
#wp-calendar > thead:first-child > tr:first-child > th,
#wp-calendar > caption + thead > tr:first-child > td,
#wp-calendar > colgroup + thead > tr:first-child > td,
#wp-calendar > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#wp-calendar > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
#wp-calendar caption {
  background-color: #f5f5f5;
  padding: 0.5517241379310345em;
  text-transform: uppercase;
}
#wp-calendar > thead th {
  background-color: #e8e8e8;
  border: none !important;
  text-align: center;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #333333;
}
#wp-calendar > tbody > tr > td {
  border: none;
  line-height: 2.7em;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#wp-calendar > tbody > tr > td.pad {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wp-calendar > tbody > tr > td.pad:first-child {
  border-left: 0;
}
#wp-calendar > tbody > tr > td.pad:last-child {
  border-right: 0;
}
#wp-calendar > tbody > tr > td > a {
  background: #57bb8a;
  color: #ffffff;
  text-align: center;
  display: block;
}
.social-widget-wrap.social-widget-square i {
  color: #fff;
}
.social-widget-wrap.social-widget-round i {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
}
.social-widget-wrap.social-widget-outlined i {
  background: transparent;
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.social-widget-wrap a {
  margin: 0 10px 0 0;
}
.social-widget-wrap a i {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.recent-tweets ul {
  list-style: none;
}
.recent-tweets .twitter_time {
  margin-top: 8px;
  display: block;
  font-size: 13px;
}
.recent-tweets .twitter_time:before {
  content: "\f099";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.recent-tweets .twitter_time:before {
  color: #00aced;
  font-size: 120%;
  margin-right: 5px;
}
.posts-thumbnail-list > li {
  padding: 0 0 20px 0;
}
.posts-thumbnail-list > li:last-child {
  padding-bottom: 0;
}
.posts-thumbnail-image {
  float: left;
  height: auto;
  width: 60px;
}
.posts-thumbnail-content {
  line-height: 1;
  margin-left: 73px;
  min-height: 55px;
}
.posts-thumbnail-content > time {
  font-size: 13px;
  color: #999999;
}
.posts-thumbnail-content > span {
  float: right;
}
.posts-thumbnail-content > span a {
  font-size: 13px;
  color: #999999;
}
.posts-thumbnail-content > span a i {
  margin-right: 0.13793103448275862em;
}
.posts-thumbnail-content > span a:hover {
  color: #57bb8a;
}
.posts-thumbnail-content > a,
.posts-thumbnail-content > h4 {
  display: block;
  margin: 0.3448275862068966em 0;
  font-size: 100%;
  color: #333333;
  font-weight: 600;
}
.posts-thumbnail-content > a:hover,
.posts-thumbnail-content > h4:hover {
  color: #57bb8a;
}
.posts-thumbnail-content > h4 a {
  color: #333333;
}
.posts-thumbnail-content > h4 a:hover {
  color: #57bb8a;
}
.mailchimp-form-content input,
.mailchimp-form-content button {
  width: 100%;
}
@media (min-width: 480px) {
  .mailchimp-form-content .col-sm-4 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .mailchimp-form-content .col-sm-4 {
    margin-top: 15px;
  }
}
.mailchimp-form-result {
  font-size: 13px;
  margin-bottom: 5px;
}
.mailchimp-form-result .error {
  color: #bb5857;
}
.mailchimp-form-result .success {
  color: #57bb58;
}
.widget_rss cite,
.widget_rss .rss-date {
  font-size: 13px;
  color: #999999;
}
.widget_rss .rssSummary {
  margin-top: 0.7931034482758621em;
  font-size: 13px;
}
.widget_rss .rssSummary:before,
.widget_rss .rssSummary:after {
  content: " ";
  display: table;
}
.widget_rss .rssSummary:after {
  clear: both;
}
.widget_rss cite {
  font-style: italic;
  float: right;
}
/*--------------------------------------------------------------
32.0 - Contact form 7
--------------------------------------------------------------*/
.form-control:not(.submit) {
  display: block;
  width: 100%;
  height: 2.689655172413793em;
  padding: 0.5517241379310345rem;
  font-size: 14.5px;
  line-height: 1.6;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
.form-control:not(.submit):focus {
  border-color: #57bb8a;
  outline: none;
}
.form-control:not(.submit)[disabled],
.form-control:not(.submit)[readonly],
fieldset[disabled] .form-control:not(.submit) {
  cursor: not-allowed;
  background-color: #999999;
  opacity: 1;
  filter: alpha(opacity=100);
}
textarea.form-control:not(.submit) {
  height: auto;
}
.form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin-top: 0.3448275862068966em;
  margin-bottom: 0.7931034482758621em;
}
.form-control-wrap .form-control.not-valid {
  color: #bb5857;
  border-color: #bb5857;
}
div.wpcf7 .screen-reader-response {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.7517241379310344rem 1.1655172413793105rem;
  font-size: 14.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #ffffff;
  background-color: #57bb8a;
  border-color: #57bb8a;
  padding: 1.0275862068965518rem 1.4413793103448276rem;
  font-size: 1.2413793103448276em;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  padding-right: 2rem;
  padding-left: 2rem;
}
.submit:hover,
.submit:focus {
  color: #666666;
  text-decoration: none;
}
.submit i,
.submit span {
  z-index: 2;
  position: relative;
}
.submit.btn-style-outlined {
  color: #57bb8a;
}
.submit:hover,
.submit:focus,
.submit:active,
.submit.active {
  color: #ffffff;
  background-color: #409f70;
  border-color: #409f70;
}
.submit:hover.btn-style-outlined,
.submit:focus.btn-style-outlined,
.submit:active.btn-style-outlined,
.submit.active.btn-style-outlined {
  color: #409f70;
}
.submit:hover.btn-style-3d,
.submit:focus.btn-style-3d,
.submit:active.btn-style-3d,
.submit.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #3d976b;
  box-shadow: 0 5px 0 #3d976b;
}
.submit:active,
.submit.active {
  background-image: none;
}
.submit.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #57bb8a;
  box-shadow: 0 5px 0 #57bb8a;
}
span.not-valid-tip {
  color: #bb5857;
  font-size: 13px;
  display: block;
}
.display-none {
  display: none;
}
div.response-output {
  padding: 0.5517241379310345rem 0.9655172413793104rem;
  margin: 0.3448275862068966em 0 0 0;
}
div.validation-errors {
  border: 1px solid #bb5857;
}
.contact-actions {
  display: block;
  text-align: right;
}
/*--------------------------------------------------------------
34.0 - Utility classes
--------------------------------------------------------------*/
.clear:before,
.clearfix:before,
.clear:after,
.clearfix:after,
.container:before,
.container:after,
.boxed-wrap:before,
.boxed-wrap:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.navbar-wrap:before,
.navbar-wrap:after,
.primary-nav .dropdown-menu:before,
.primary-nav .dropdown-menu:after,
.paginate:before,
.paginate:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.pricing-table:before,
.pricing-table:after,
.timeline .timeline-wrap:before,
.timeline .timeline-wrap:after,
.timeline .timeline-item:before,
.timeline .timeline-item:after,
.latestnews .latestnews-title:before,
.latestnews .latestnews-title:after,
.latestnews .latestnews-intro li:before,
.latestnews .latestnews-intro li:after,
.searchform-result .searchform-result-list .search-entry:before,
.searchform-result .searchform-result-list .search-entry:after,
.header-navbar-center2 .navbar-header .navbar-header-left:before,
.header-navbar-center2 .navbar-header .navbar-header-left:after,
.header-navbar-below .navbar-header .navbar-header-left:before,
.header-navbar-below .navbar-header .navbar-header-left:after,
.portfolio .portfolio-wrap.portfolio-layout-wall:before,
.portfolio .portfolio-wrap.portfolio-layout-wall:after,
.portfolio .portfolio-filter:before,
.portfolio .portfolio-filter:after,
.portfolio .portfolio-filter .filter-action:before,
.portfolio .portfolio-filter .filter-action:after,
.posts .posts-wrap:before,
.posts .posts-wrap:after,
.posts .posts-wrap.posts-layout-grid:before,
.posts .posts-wrap.posts-layout-grid:after,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:before,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:after,
.posts .posts-wrap.posts-layout-timeline .hentry:before,
.posts .posts-wrap.posts-layout-timeline .hentry:after,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:before,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:after,
.hentry-wrap:before,
.hentry-wrap:after,
.author-info:before,
.author-info:after,
.comment-notes:before,
.comment-notes:after,
.widget_text:before,
.widget_text:after,
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after,
.posts-thumbnail-list > li:before,
.posts-thumbnail-list > li:after {
  content: " ";
  display: table;
}
.clear:after,
.clearfix:after,
.container:after,
.boxed-wrap:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.navbar-wrap:after,
.primary-nav .dropdown-menu:after,
.paginate:after,
.panel-body:after,
.modal-footer:after,
.pricing-table:after,
.timeline .timeline-wrap:after,
.timeline .timeline-item:after,
.latestnews .latestnews-title:after,
.latestnews .latestnews-intro li:after,
.searchform-result .searchform-result-list .search-entry:after,
.header-navbar-center2 .navbar-header .navbar-header-left:after,
.header-navbar-below .navbar-header .navbar-header-left:after,
.portfolio .portfolio-wrap.portfolio-layout-wall:after,
.portfolio .portfolio-filter:after,
.portfolio .portfolio-filter .filter-action:after,
.posts .posts-wrap:after,
.posts .posts-wrap.posts-layout-grid:after,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link:after,
.posts .posts-wrap.posts-layout-timeline .hentry:after,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link:after,
.hentry-wrap:after,
.author-info:after,
.comment-notes:after,
.widget_text:after,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after,
.posts-thumbnail-list > li:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.transform-uppercase {
  text-transform: uppercase;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bypostauthor {
  margin: 0;
  padding: 0;
}
#wpstats {
  display: none;
}
.sticky {
  margin-bottom: 30px;
}
.alignleft {
  float: left;
  margin-right: 1.5862068965517242em;
}
.alignright {
  float: right;
  margin-left: 1.5862068965517242em;
}
.aligncenter {
  display: block;
  margin: 1.5862068965517242em auto;
}
.wp-post-image {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wp-caption-text {
  text-align: center;
  margin-top: 0.3448275862068966em;
}
.gallery-caption {
  max-width: 100%;
  padding: 0.3448275862068966em;
}
.wp-caption {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #e5e5e5;
  max-width: 100%;
  padding: 0.3448275862068966em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.bg-cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.infinite-scroll-loading {
  text-align: center;
  margin-top: 1.5862068965517242em;
  margin-bottom: 1.5862068965517242em;
}
.box-rounded {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-outline,
.box-outline-circle {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.41379310344827586em;
  border: 1px solid #e5e5e5;
}
.box-border,
.box-border-circle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.box-shadow,
.box-shadow-border,
.box-shadow-border-circle,
.box-shadow-circle {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.box-shadow-border,
.box-shadow-border-circle {
  padding: 0.41379310344827586em;
}
.box-shadow-3d {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.0344827586206897em;
}
.box-circle,
.box-outline-circle,
.box-border-circle,
.box-shadow-circle,
.box-shadow-border-circle {
  -webkit-border-radius: 5000px;
  border-radius: 5000px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.box-shadow-circle,
.box-shadow-border-circle {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.not-found-wrapper {
  text-align: center;
  padding: 30px 0 100px;
}
.not-found-wrapper .widget_search > p {
  font-size: 1.2em;
}
.not-found-title {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.not-found-subtitle {
  display: block;
  font-size: 18em;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .not-found-subtitle {
    font-size: 10em;
  }
}
.facebook-bg {
  border-color: transparent;
  background: #3b5998;
  color: #fff;
}
.facebook-outlined {
  border-color: #3b5998;
  color: #3b5998;
}
.facebook-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.facebook-bg-hover:hover {
  border-color: transparent  !important;
  background: #3b5998  !important;
  color: #fff  !important;
}
.twitter-bg {
  border-color: transparent;
  background: #00aced;
  color: #fff;
}
.twitter-outlined {
  border-color: #00aced;
  color: #00aced;
}
.twitter-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.twitter-bg-hover:hover {
  border-color: transparent  !important;
  background: #00aced  !important;
  color: #fff  !important;
}
.google-plus-bg {
  border-color: transparent;
  background: #dd4b39;
  color: #fff;
}
.google-plus-outlined {
  border-color: #dd4b39;
  color: #dd4b39;
}
.google-plus-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.google-plus-bg-hover:hover {
  border-color: transparent  !important;
  background: #dd4b39  !important;
  color: #fff  !important;
}
.pinterest-bg {
  border-color: transparent;
  background: #cb2027;
  color: #fff;
}
.pinterest-outlined {
  border-color: #cb2027;
  color: #cb2027;
}
.pinterest-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pinterest-bg-hover:hover {
  border-color: transparent  !important;
  background: #cb2027  !important;
  color: #fff  !important;
}
.linkedin-bg {
  border-color: transparent;
  background: #007bb6;
  color: #fff;
}
.linkedin-outlined {
  border-color: #007bb6;
  color: #007bb6;
}
.linkedin-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.linkedin-bg-hover:hover {
  border-color: transparent  !important;
  background: #007bb6  !important;
  color: #fff  !important;
}
.rss-bg {
  border-color: transparent;
  background: #fab135;
  color: #fff;
}
.rss-outlined {
  border-color: #fab135;
  color: #fab135;
}
.rss-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.rss-bg-hover:hover {
  border-color: transparent  !important;
  background: #fab135  !important;
  color: #fff  !important;
}
.instagram-bg {
  border-color: transparent;
  background: #517fa4;
  color: #fff;
}
.instagram-outlined {
  border-color: #517fa4;
  color: #517fa4;
}
.instagram-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.instagram-bg-hover:hover {
  border-color: transparent  !important;
  background: #517fa4  !important;
  color: #fff  !important;
}
.github-bg {
  border-color: transparent;
  background: #4183c4;
  color: #fff;
}
.github-outlined {
  border-color: #4183c4;
  color: #4183c4;
}
.github-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.github-bg-hover:hover {
  border-color: transparent  !important;
  background: #4183c4  !important;
  color: #fff  !important;
}
.behance-bg {
  border-color: transparent;
  background: #1769ff;
  color: #fff;
}
.behance-outlined {
  border-color: #1769ff;
  color: #1769ff;
}
.behance-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.behance-bg-hover:hover {
  border-color: transparent  !important;
  background: #1769ff  !important;
  color: #fff  !important;
}
.stack-exchange-bg {
  border-color: transparent;
  background: #366fb3;
  color: #fff;
}
.stack-exchange-outlined {
  border-color: #366fb3;
  color: #366fb3;
}
.stack-exchange-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.stack-exchange-bg-hover:hover {
  border-color: transparent  !important;
  background: #366fb3  !important;
  color: #fff  !important;
}
.tumblr-bg {
  border-color: transparent;
  background: #32506d;
  color: #fff;
}
.tumblr-outlined {
  border-color: #32506d;
  color: #32506d;
}
.tumblr-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tumblr-bg-hover:hover {
  border-color: transparent  !important;
  background: #32506d  !important;
  color: #fff  !important;
}
.soundcloud-bg {
  border-color: transparent;
  background: #f50;
  color: #fff;
}
.soundcloud-outlined {
  border-color: #f50;
  color: #f50;
}
.soundcloud-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.soundcloud-bg-hover:hover {
  border-color: transparent  !important;
  background: #f50  !important;
  color: #fff  !important;
}
.dribbble-bg {
  border-color: transparent;
  background: #ea4c89;
  color: #fff;
}
.dribbble-outlined {
  border-color: #ea4c89;
  color: #ea4c89;
}
.dribbble-bg-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.dribbble-bg-hover:hover {
  border-color: transparent  !important;
  background: #ea4c89  !important;
  color: #fff  !important;
}
.grayscale,
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.nth-typed {
  font-weight: bold;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-weight: lighter;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
35.0 - Responsive: Utility classes
--------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
36.0 - Custom style
--------------------------------------------------------------*/
.row.row-absolute-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.row-absolute-bg > .column:first-child {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.row.row-absolute-bg > .column:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.row.row-absolute-bg ~ div {
  position: relative;
  z-index: 2;
}
.contact-iconbox .el-heading {
  margin-bottom: 0;
}
.contact-iconbox.iconbox-pos-left .iconbox-icon {
  padding-left: 15px !important;
}
.contact-iconbox.iconbox-pos-left i {
  line-height: 1.2 !important;
  text-align: right !important;
}
@font-face {
  font-family: 'ei-line-custom';
  src: url('../fonts/ei-line-custom.eot?-6svs5k');
  src: url('../fonts/ei-line-custom.eot?#iefix-6svs5k') format('embedded-opentype'), url('../fonts/ei-line-custom.woff?-6svs5k') format('woff'), url('../fonts/ei-line-custom.ttf?-6svs5k') format('truetype'), url('../fonts/ei-line-custom.svg?-6svs5k#ei-line-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="et-line-"],
[class*=" et-line-"] {
  font-family: 'ei-line-custom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.et-line-laptop:before {
  content: "\e001";
}
.et-line-browser:before {
  content: "\e00c";
}
.et-line-tools:before {
  content: "\e033";
}
.select2-container .select2-choice {
  height: 2.689655172413793em;
  line-height: 2.689655172413793em;
  border-color: #e5e5e5;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #e5e5e5;
}
.footer-contact-icon {
  text-align: center;
}
.footer-contact-icon span,
.footer-contact-icon i {
  display: block;
}
.footer-contact-icon i {
  color: #57bb8a;
  font-size: 40px;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  line-height: 40px;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.footer-contact-icon i.animate-appear {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
.footer-contact-icon .footer-contact-icon-text {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  font-size: 13px;
}
.footer-contact-icon .footer-contact-icon-link {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #57bb8a;
  visibility: hidden;
  line-height: 1;
  font-size: 13px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.footer-contact-icon:hover i {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.footer-contact-icon:hover .footer-contact-icon-link {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.footer-contact-icon:hover .footer-contact-icon-text {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  color: #666666;
}

/*----------------------- Empty Space ---------------------*/
.empty-space-10 {
  height: 10px;
}
.empty-space-20 {
  height: 20px;
}
.empty-space-30 {
  height: 30px;
}
.empty-space-40 {
  height: 40px;
}
.empty-space-50 {
  height: 50px;
}
.empty-space-70 {
  height: 70px;
}
.empty-space-80 {
  height: 80px;
}
.empty-space-90 {
  height: 90px;
}
.texto-negrito {
    font-weight: bold;
}

.imagem-centralizada {
    margin: 0 auto;
    padding: 15px;
    margin: 5px auto;
}