/**
Theme Name: Phoenix
Description: Responsive WooCommerce 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
 * 		25.18 - DH Menu
 *      25.19 - Countdown
 *      25.19 - Box Parallax
 * 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') 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
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizelegibility;
  letter-spacing: 0.1px;
  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;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
}
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.857142857142857em;
}
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.14285714285714285em;
  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.5714285714285714em;
}
.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.7142857142857143em;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dedede;
}
.main-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #dedede;
  background: #f2f2f2;
}
.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: 1px solid #dedede;
}
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: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #444444;
  background: #ffffff;
  font-style: normal;
  font-weight: 400;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #262626;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #997840;
  text-decoration: none;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 1.5714285714285714em;
  margin-bottom: 1.5714285714285714em;
  border: 0;
  border-top: 1px solid #777777;
}
.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.14285714285714285em 0.2857142857142857em;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 0.14285714285714285em 0.2857142857142857em;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -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.2857142857142857em;
  margin: 0 0 0.7857142857142857em;
  font-size: 13.5px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #444444;
  background-color: #f2f2f2;
  border: 1px solid #dedede;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 24.285714285714285em;
  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 #997840;
  -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.5714285714285714em;
  margin-bottom: 1.5714285714285714em;
}
.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: #997840;
  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 {
  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.6714285714285714rem 1.2rem;
  font-size: 14.5px;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #ffffff;
  background-color: #997840;
  border-color: #997840;
  background: rgba(0, 0, 0, 0) !important;
  border-width: 1px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #997840;
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.loadmore-action .btn-loadmore:hover,
.loadmore-action .btn-loadmore:focus {
  color: #444444;
  text-decoration: none;
}
.loadmore-action .btn-loadmore i,
.loadmore-action .btn-loadmore span {
  z-index: 2;
  position: relative;
}
.loadmore-action .btn-loadmore.btn-style-outlined {
  color: #997840;
}
.loadmore-action .btn-loadmore:hover,
.loadmore-action .btn-loadmore:focus,
.loadmore-action .btn-loadmore:active,
.loadmore-action .btn-loadmore.active {
  color: #ffffff;
  background-color: #755c31;
  border-color: #755c31;
}
.loadmore-action .btn-loadmore:hover.btn-style-outlined,
.loadmore-action .btn-loadmore:focus.btn-style-outlined,
.loadmore-action .btn-loadmore:active.btn-style-outlined,
.loadmore-action .btn-loadmore.active.btn-style-outlined {
  color: #755c31;
}
.loadmore-action .btn-loadmore:hover.btn-style-3d,
.loadmore-action .btn-loadmore:focus.btn-style-3d,
.loadmore-action .btn-loadmore:active.btn-style-3d,
.loadmore-action .btn-loadmore.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #6e562e;
  box-shadow: 0 5px 0 #6e562e;
}
.loadmore-action .btn-loadmore:active,
.loadmore-action .btn-loadmore.active {
  background-image: none;
}
.loadmore-action .btn-loadmore.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #997840;
  box-shadow: 0 5px 0 #997840;
}
.loadmore-action .btn-loadmore:hover {
  background: #997840 !important;
  color: #fff !important;
}
.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.35714285714285715em;
}
.loadmore-action .btn-loadmore:hover {
  background: #997840;
  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: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
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: #6a6a6a;
}
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: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 2.5714285714285716em;
  font-style: normal;
  font-weight: 700;
}
h2,
.h2 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 2.142857142857143em;
  font-style: normal;
  font-weight: 700;
}
h3,
.h3 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 1.7142857142857142em;
  font-style: normal;
  font-weight: 700;
}
h4,
.h4 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 1.2857142857142858em;
  font-style: normal;
  font-weight: 700;
}
h5,
.h5 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}
h6,
.h6 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 700;
}
p {
  margin: 0 0 0.7857142857142857em;
}
.el-heading {
  margin-top: 0;
  font-size: 1.7142857142857142em;
  margin-bottom: 1rem;
}
.lead {
  margin-bottom: 1.5714285714285714em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21.75px;
  }
}
.heading-bold-first-word,
.heading-typed {
  margin-top: 0;
  font-weight: lighter;
}
.heading-bold-first-word > span {
  font-weight: bold;
}
.heading-custom-font {
  font-family: "Dancing Script";
}
h2.heading-custom-font {
  font-size: 3em;
}
.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(255, 224, 199, 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: #6a6a6a;
}
.text-primary {
  color: #997840;
}
a.text-primary:hover {
  color: #755c31;
}
.text-success {
  color: #a0ce4e;
}
a.text-success:hover {
  color: #87b633;
}
.text-info {
  color: #63b5fd;
}
a.text-info:hover {
  color: #319dfc;
}
.text-warning {
  color: #feab62;
}
a.text-warning:hover {
  color: #fe902f;
}
.text-danger {
  color: #fe252c;
}
a.text-danger:hover {
  color: #ef0109;
}
.bg-primary {
  color: #fff;
  background-color: #997840;
}
a.bg-primary:hover {
  background-color: #755c31;
}
.bg-success {
  background-color: rgba(204, 228, 158, 0.3);
}
a.bg-success:hover {
  background-color: rgba(183, 217, 118, 0.3);
}
.bg-info {
  background-color: rgba(200, 230, 254, 0.3);
}
a.bg-info:hover {
  background-color: rgba(149, 207, 254, 0.3);
}
.bg-warning {
  background-color: rgba(255, 224, 199, 0.3);
}
a.bg-warning:hover {
  background-color: rgba(254, 196, 149, 0.3);
}
.bg-danger {
  background-color: rgba(254, 139, 144, 0.3);
}
a.bg-danger:hover {
  background-color: rgba(254, 88, 96, 0.3);
}
.page-header {
  padding-bottom: -0.2142857142857143em;
  margin: 3.142857142857143em 0 1.5714285714285714em;
  border-bottom: 1px solid #777777;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.7857142857142857em;
  padding: 0;
  list-style: none;
}
ul.children,
ol.children {
  padding-left: 30px;
}
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.35714285714285715em;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0.35714285714285715em;
  padding-right: 0.35714285714285715em;
}
dl {
  margin-top: 0;
  margin-bottom: 1.5714285714285714em;
}
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 #6a6a6a;
}
blockquote {
  padding: 0 0 0 1.4285714285714286em;
  margin: 1.5714285714285714em 0 1.5714285714285714em;
  font-size: 14.5px;
  border-left: 3px solid #dedede;
  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: #6a6a6a;
  text-transform: uppercase;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1.5714285714285714em;
  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: 1200px;
  }
}
.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: 1200px;
  }
}
@media (min-width: 768px) {
  .boxed-wrap .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .boxed-wrap .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .boxed-wrap .container {
    width: 1170px;
  }
}
.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: 1200px;
  }
}
.content-container {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 500px;
}
.content-container .col-md-9 {
  margin-bottom: 30px;
}
@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: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.box.border-top {
  border-top: 1px solid #dedede;
}
.box.border-left {
  border-left: 1px solid #dedede;
}
.box.border-right {
  border-right: 1px solid #dedede;
}
.box.border-bottom {
  border-bottom: 1px solid #dedede;
}
.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;
}
.row.row-custom-margin {
  z-index: 100;
}
@media (max-width: 767px) {
  .row.row-custom-padding {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .row.row-custom-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !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 .row-image-bg.bg-1 {
  background-image: url(../images/parallax-1920x1080.png);
}
.row .row-image-bg.bg-2 {
  background-image: url(../images/parallax-1920x1246.jpg);
}
.row .row-image-bg.bg-3 {
  background-image: url(../images/parallax-1919x401.jpg);
}
.row .row-image-bg.bg-4 {
  background-image: url(../images/cf-parallax-1920x479.jpg);
}
.row .row-image-bg.bg-5 {
  background-image: url(../images/cf-parallax-1920x479.jpg);
}
.row .row-image-bg.bg-reservation {
  background-image: url(../images/reservation-bg.jpg);
}
.row .row-image-bg.bg-map {
  background-image: url(../images/contact-map-1920x511.png);
}
.row.border-top {
  border-top: 1px solid #dedede;
}
.row.border-left {
  border-left: 1px solid #dedede;
}
.row.border-right {
  border-right: 1px solid #dedede;
}
.row.border-bottom {
  border-bottom: 1px solid #dedede;
}
.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;
}
.main-sidebar > div:first-child .widget-title {
  margin-top: 0;
}
@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-wrap {
    float: left;
    width: 33.33333333333333%;
  }
}
.column {
  position: relative;
}
.column.border-top {
  border-top: 1px solid #dedede;
}
.column.border-left {
  border-left: 1px solid #dedede;
}
.column.border-right {
  border-right: 1px solid #dedede;
}
.column.border-bottom {
  border-bottom: 1px solid #dedede;
}
.column[data-fade="1"] {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 991px) {
  .column[data-fade="1"] {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/*--------------------------------------------------------------
5.0 - Tables
--------------------------------------------------------------*/
table {
  background-color: #ffffff;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5714285714285714em;
}
.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.7142857142857143em;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dedede;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #dedede;
  background: #f2f2f2;
}
.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: 1px solid #dedede;
}
.table-bordered {
  border: 1px solid #dedede;
}
.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 #dedede;
}
.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
--------------------------------------------------------------*/
::selection {
  background: #997840;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #997840;
  /* Gecko Browsers */
  color: #fff;
}
::-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.5714285714285714em;
  font-size: 21.75px;
  line-height: inherit;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #dedede;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.35714285714285715em;
  font-weight: 700;
}
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.2857142857142857em 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.5714285714285714rem;
  font-size: 14.5px;
  line-height: 1.6;
  color: #444444;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.7714285714285714em;
  padding: 0.5714285714285714rem;
  font-size: 14.5px;
  line-height: 1.6;
  color: #444444;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dedede;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none;
}
.form-control:focus {
  border-color: #997840;
  outline: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #777777;
  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.7714285714285714em;
  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: 136.05%;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 3.5100000000000002em;
}
.form-group {
  margin-bottom: 1.0714285714285714em;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 1.5714285714285714em;
  margin-top: 0.7142857142857143em;
  margin-bottom: 0.7142857142857143em;
}
.radio label,
.checkbox label {
  padding-left: 1.4285714285714286em;
  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.4285714285714286em;
  margin-top: 4px \9;
}
.dh-ie .radio input[type="radio"],
.dh-ie .radio-inline input[type="radio"],
.dh-ie .checkbox input[type="checkbox"],
.dh-ie .checkbox-inline input[type="checkbox"] {
  position: relative \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.35714285714285715em;
}
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: 136.05%;
  padding: 0.5rem 0.8571428571428571rem;
  font-size: 90%;
  line-height: 1.5;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
select.input-sm {
  height: 136.05%;
  line-height: 136.05%;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 3.5100000000000002em;
  padding: 0.8571428571428571rem 1.2857142857142858rem;
  font-size: 1.2857142857142858em;
  line-height: 1.33;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
select.input-lg {
  height: 3.5100000000000002em;
  line-height: 3.5100000000000002em;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-flat-radio,
.form-flat-checkbox {
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
.dh-ie .form-flat-radio,
.dh-ie .form-flat-checkbox {
  padding: 0;
}
.form-flat-radio input,
.form-flat-checkbox input {
  left: -9999px;
  position: absolute;
}
.dh-ie .form-flat-radio input,
.dh-ie .form-flat-checkbox input {
  position: relative;
  left: auto;
}
.form-flat-radio i,
.form-flat-checkbox i {
  background: none repeat scroll 0 0 #fff;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 17px;
  left: 0;
  outline: medium none;
  position: absolute;
  top: 5px;
  border-color: #dedede;
  width: 17px;
  top: 50%;
  margin-top: -8.5px;
  color: #997840;
}
.dh-ie .form-flat-radio i,
.dh-ie .form-flat-checkbox i {
  display: none;
}
.form-flat-radio i:after,
.form-flat-checkbox i:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.form-flat-radio input:checked + i:after,
.form-flat-checkbox input:checked + i:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-flat-radio i {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.form-flat-radio i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 4px;
  top: 4px;
  line-height: 1;
  width: 7px;
  position: absolute;
  background: #997840;
}
.form-flat-checkbox i:after {
  content: "\f00c";
  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;
}
.form-flat-checkbox i:after {
  font-size: 12px;
  height: 17px;
  left: -1px;
  text-align: center;
  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;
  width: 17px;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1;
}
.form-flat-select {
  position: relative;
  display: block;
}
.form-flat-select i {
  height: 100%;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
}
.dh-ie .form-flat-select i {
  display: none;
}
.form-flat-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.5em 2em 0.5em 0.5em;
  padding-right: 2em \9;
  border: 1px solid #dedede;
  outline: none;
  height: 45px;
}
.form-flat-select select option {
  outline: none;
}
/*--------------------------------------------------------------
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.6714285714285714rem 1.2rem;
  font-size: 14.5px;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #444444;
  text-decoration: none;
}
.btn i,
.btn span {
  z-index: 2;
  position: relative;
}
.btn-uppercase {
  text-transform: uppercase;
}
.btn-icon-left i {
  margin-right: 0.35714285714285715em;
}
.btn-icon-right i {
  margin-left: 0.35714285714285715em;
}
.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: #444444;
  background-color: #f2f2f2;
  border-color: #dedede;
  background: rgba(0, 0, 0, 0) !important;
  border-width: 1px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #997840;
}
.btn-default.btn-style-outlined {
  color: #f2f2f2;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #444444;
  background-color: #d9d9d9;
  border-color: #c5c5c5;
}
.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: #c5c5c5;
}
.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 #bfbfbf;
  box-shadow: 0 5px 0 #bfbfbf;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #dedede;
  box-shadow: 0 5px 0 #dedede;
}
.btn-default:hover {
  background: #997840 !important;
  color: #fff !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #997840;
  border-color: #997840;
}
.btn-primary.btn-style-outlined {
  color: #997840;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #755c31;
  border-color: #755c31;
}
.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: #755c31;
}
.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 #6e562e;
  box-shadow: 0 5px 0 #6e562e;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-primary.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #997840;
  box-shadow: 0 5px 0 #997840;
}
.btn-success {
  color: #ffffff;
  background-color: #a0ce4e;
  border-color: #a0ce4e;
}
.btn-success.btn-style-outlined {
  color: #a0ce4e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #87b633;
  border-color: #87b633;
}
.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: #87b633;
}
.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 #81ae30;
  box-shadow: 0 5px 0 #81ae30;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #a0ce4e;
  box-shadow: 0 5px 0 #a0ce4e;
}
.btn-info {
  color: #ffffff;
  background-color: #63b5fd;
  border-color: #63b5fd;
}
.btn-info.btn-style-outlined {
  color: #63b5fd;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #319dfc;
  border-color: #319dfc;
}
.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: #319dfc;
}
.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 #2798fc;
  box-shadow: 0 5px 0 #2798fc;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #63b5fd;
  box-shadow: 0 5px 0 #63b5fd;
}
.btn-warning {
  color: #ffffff;
  background-color: #feab62;
  border-color: #feab62;
}
.btn-warning.btn-style-outlined {
  color: #feab62;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #fe902f;
  border-color: #fe902f;
}
.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: #fe902f;
}
.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 #fe8a25;
  box-shadow: 0 5px 0 #fe8a25;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #feab62;
  box-shadow: 0 5px 0 #feab62;
}
.btn-danger {
  color: #ffffff;
  background-color: #fe252c;
  border-color: #fe252c;
}
.btn-danger.btn-style-outlined {
  color: #fe252c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ef0109;
  border-color: #ef0109;
}
.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: #ef0109;
}
.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 #e50108;
  box-shadow: 0 5px 0 #e50108;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-danger.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #fe252c;
  box-shadow: 0 5px 0 #fe252c;
}
.btn-primary.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #997840 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #997840 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #997840 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: #997840;
  box-shadow: 0 0 0 2px #6e562e inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #6e562e inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #6e562e inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-primary.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #997840 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #997840 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #997840 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: #997840;
  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 #997840;
  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 #997840;
  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: #997840;
}
.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: #997840;
  color: #ffffff;
}
.btn-primary.btn-effect-bg-fade-out {
  background-color: #997840;
  -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: #997840;
}
.btn-primary.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #997840;
  -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 #997840;
  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: #997840;
  -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 #997840;
  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: #997840;
  -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 #997840;
  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: #997840;
  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 #997840;
  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: #997840;
  -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 #997840;
  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 #755c31;
  box-shadow: 0 2px 0 #755c31;
}
.btn-success.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #a0ce4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #a0ce4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #a0ce4e 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: #a0ce4e;
  box-shadow: 0 0 0 2px #81ae30 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #81ae30 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #81ae30 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-success.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #a0ce4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #a0ce4e inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #a0ce4e 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: #a0ce4e;
  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 #a0ce4e;
  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 #a0ce4e;
  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: #a0ce4e;
}
.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: #a0ce4e;
  color: #ffffff;
}
.btn-success.btn-effect-bg-fade-out {
  background-color: #a0ce4e;
  -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: #a0ce4e;
}
.btn-success.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #a0ce4e;
  -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 #a0ce4e;
  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: #a0ce4e;
  -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 #a0ce4e;
  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: #a0ce4e;
  -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 #a0ce4e;
  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: #a0ce4e;
  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 #a0ce4e;
  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: #a0ce4e;
  -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 #a0ce4e;
  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 #87b633;
  box-shadow: 0 2px 0 #87b633;
}
.btn-info.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #63b5fd inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #63b5fd inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #63b5fd 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: #63b5fd;
  box-shadow: 0 0 0 2px #2798fc inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #2798fc inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #2798fc inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-info.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #63b5fd inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #63b5fd inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #63b5fd 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: #63b5fd;
  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 #63b5fd;
  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 #63b5fd;
  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: #63b5fd;
}
.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: #63b5fd;
  color: #ffffff;
}
.btn-info.btn-effect-bg-fade-out {
  background-color: #63b5fd;
  -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: #63b5fd;
}
.btn-info.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #63b5fd;
  -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 #63b5fd;
  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: #63b5fd;
  -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 #63b5fd;
  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: #63b5fd;
  -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 #63b5fd;
  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: #63b5fd;
  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 #63b5fd;
  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: #63b5fd;
  -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 #63b5fd;
  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 #319dfc;
  box-shadow: 0 2px 0 #319dfc;
}
.btn-warning.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #feab62 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #feab62 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #feab62 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: #feab62;
  box-shadow: 0 0 0 2px #fe8a25 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #fe8a25 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #fe8a25 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-warning.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #feab62 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #feab62 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #feab62 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: #feab62;
  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 #feab62;
  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 #feab62;
  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: #feab62;
}
.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: #feab62;
  color: #ffffff;
}
.btn-warning.btn-effect-bg-fade-out {
  background-color: #feab62;
  -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: #feab62;
}
.btn-warning.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #feab62;
  -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 #feab62;
  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: #feab62;
  -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 #feab62;
  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: #feab62;
  -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 #feab62;
  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: #feab62;
  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 #feab62;
  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: #feab62;
  -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 #feab62;
  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 #fe902f;
  box-shadow: 0 2px 0 #fe902f;
}
.btn-danger.btn-effect-border-fade {
  border-color: transparent;
  box-shadow: 0 0 0 2px #fe252c inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #fe252c inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #fe252c 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: #fe252c;
  box-shadow: 0 0 0 2px #e50108 inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #e50108 inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #e50108 inset, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-danger.btn-effect-border-hollow {
  border-color: transparent;
  box-shadow: 0 0 0 2px #fe252c inset, 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 2px #fe252c inset, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #fe252c 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: #fe252c;
  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 #fe252c;
  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 #fe252c;
  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: #fe252c;
}
.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: #fe252c;
  color: #ffffff;
}
.btn-danger.btn-effect-bg-fade-out {
  background-color: #fe252c;
  -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: #fe252c;
}
.btn-danger.btn-effect-bg-top {
  position: relative;
  background: transparent;
  color: #fe252c;
  -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 #fe252c;
  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: #fe252c;
  -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 #fe252c;
  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: #fe252c;
  -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 #fe252c;
  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: #fe252c;
  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 #fe252c;
  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: #fe252c;
  -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 #fe252c;
  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 #ef0109;
  box-shadow: 0 2px 0 #ef0109;
}
.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.35714285714285715em;
  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: #262626;
  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: #997840;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #6a6a6a;
  text-decoration: none;
}
.btn-lg {
  padding: 0.9571428571428571rem 1.4857142857142858rem;
  font-size: 1.2857142857142858em;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.0571428571428572rem;
  font-size: 90%;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.btn-xs {
  padding: 0.3142857142857143rem 0.7rem;
  font-size: 90%;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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.35714285714285715em;
}
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.14285714285714285em;
  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.428571428571429em;
  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.2142857142857143em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 0.21428571428571427em 1.4285714285714286em;
  clear: both;
  line-height: 1.6;
  color: #444444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #373737;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #997840;
}
.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.07142857142857142em;
}
/*--------------------------------------------------------------
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 2rem;
}
.nav > li > a:hover {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dedede;
}
.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 > i {
  margin-right: 0.5em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff;
  border: 1px solid #dedede;
  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 #997840;
}
.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 #dedede;
}
.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 #dedede #997840 #dedede;
  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.3571428571428572em;
  border-right: 1px solid #dedede;
}
.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: #dedede transparent #dedede #997840;
  *border-right-color: #ffffff;
  border-left-width: 2px;
}
.tabs-right > .nav-tabs {
  margin-left: 1.3571428571428572em;
  border-left: 1px solid #dedede;
}
.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: #dedede #997840 #dedede transparent;
  *border-left-color: #ffffff;
  border-right-width: 2px;
}
.tabs-default a {
  color: #444444;
}
.tabs-default a:hover,
.tabs-default a:focus {
  color: #444444;
}
.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: #dedede;
  color: #444444;
}
.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: #dedede;
  color: #444444;
}
.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: #dedede;
  color: #444444;
}
.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: #dedede;
  color: #444444;
}
.tabs-primary a {
  color: #444444;
}
.tabs-primary a:hover,
.tabs-primary a:focus {
  color: #997840;
}
.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: #997840;
  color: #997840;
}
.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: #997840;
  color: #997840;
}
.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: #997840;
  color: #997840;
}
.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: #997840;
  color: #997840;
}
.tabs-success a {
  color: #444444;
}
.tabs-success a:hover,
.tabs-success a:focus {
  color: #a0ce4e;
}
.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: #a0ce4e;
  color: #a0ce4e;
}
.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: #a0ce4e;
  color: #a0ce4e;
}
.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: #a0ce4e;
  color: #a0ce4e;
}
.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: #a0ce4e;
  color: #a0ce4e;
}
.tabs-info a {
  color: #444444;
}
.tabs-info a:hover,
.tabs-info a:focus {
  color: #63b5fd;
}
.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: #63b5fd;
  color: #63b5fd;
}
.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: #63b5fd;
  color: #63b5fd;
}
.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: #63b5fd;
  color: #63b5fd;
}
.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: #63b5fd;
  color: #63b5fd;
}
.tabs-warning a {
  color: #444444;
}
.tabs-warning a:hover,
.tabs-warning a:focus {
  color: #feab62;
}
.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: #feab62;
  color: #feab62;
}
.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: #feab62;
  color: #feab62;
}
.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: #feab62;
  color: #feab62;
}
.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: #feab62;
  color: #feab62;
}
.tabs-danger a {
  color: #444444;
}
.tabs-danger a:hover,
.tabs-danger a:focus {
  color: #fe252c;
}
.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: #fe252c;
  color: #fe252c;
}
.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: #fe252c;
  color: #fe252c;
}
.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: #fe252c;
  color: #fe252c;
}
.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: #fe252c;
  color: #fe252c;
}
.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: #f2f2f2;
}
.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.5714285714285714em;
  border-bottom: 0px solid transparent;
  border-radius: 0;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0.7142857142857143em;
  padding-left: 0.7142857142857143em;
  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-fixed-top .navbar-collapse {
  max-height: 24.285714285714285em;
}
.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;
  padding: 3.479591836734694em 0.7142857142857143em;
  font-size: 1.2857142857142858em;
}
@media (max-width: 992px) {
  .navbar-brand {
    display: block;
    height: 74px;
  }
  .navbar-brand img {
    max-height: 60px;
    position: relative;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
  }
}
.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.7142857142857143em;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 19px 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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(255, 255, 255, 0.2);
}
.navbar-header .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5714285714285714em;
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    line-height: 1.5714285714285714em !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.5714285714285716em;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 0.7142857142857143em 1.0714285714285714em 0.7142857142857143em 1.7857142857142858em;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.5714285714285714em;
  }
  .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.479591836734694em;
    padding-bottom: 3.479591836734694em;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -0.7142857142857143em;
  }
}
@media (min-width: 992px) {
  .header-type-classic .underline,
  .header-type-default .underline {
    position: relative;
  }
  .header-type-classic .underline:after,
  .header-type-default .underline:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: -5px;
    display: block;
    background: #997840;
    width: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.header-type-classic .navbar-nav > li > a:hover .underline:after,
.header-type-default .navbar-nav > li > a:hover .underline:after {
  bottom: -2px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-type-classic .navbar-nav > li > .dropdown-menu,
.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-classic .navbar-nav > li > .dropdown-menu,
  .header-type-default .navbar-nav > li > .dropdown-menu {
    top: 99px;
  }
}
@media (min-width: 992px) {
  .header-type-classic .navbar-fixed-top .navbar-nav > li > .dropdown-menu,
  .header-type-default .navbar-fixed-top .navbar-nav > li > .dropdown-menu {
    top: 70px;
  }
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-default {
  background-color: #000000;
  border-color: #000000;
}
@media (min-width: 992px) {
  .header-type-default .navbar-default {
    background: #000000;
    height: 99px;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
}
@media (min-width: 992px) {
  .header-type-default .navbar-fixed-top.navbar-default {
    height: 70px;
  }
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 992px) {
  .header-type-below .navbar-default .navbar-nav > li > a {
    position: relative;
  }
  .header-type-below .navbar-default .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -2px;
    height: 2px;
    width: 100%;
    display: none;
    left: 0;
    background: #997840;
  }
}
.navbar-default .navbar-nav > li > a:hover {
  color: #997840;
  background-color: transparent;
}
.navbar-default .navbar-nav .open > a {
  color: #997840;
  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: #997840;
  background-color: transparent;
}
.navbar-default .navbar-nav .current-menu-ancestor > a:before,
.navbar-default .navbar-nav .current-menu-parent > a:before,
.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav .current-menu-ancestor > a:hover:before,
.navbar-default .navbar-nav .current-menu-parent > a:hover:before,
.navbar-default .navbar-nav > .active > a:hover:before {
  display: block !important;
}
.navbar-default .navbar-nav .dropdown-menu .current-menu-ancestor > a,
.navbar-default .navbar-nav .dropdown-menu .current-menu-parent > a,
.navbar-default .navbar-nav .dropdown-menu .current-menu-ancestor > a:hover,
.navbar-default .navbar-nav .dropdown-menu .current-menu-parent > a:hover {
  color: #997840;
  background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-menu .current-menu-ancestor > a:before,
.navbar-default .navbar-nav .dropdown-menu .current-menu-parent > a:before,
.navbar-default .navbar-nav .dropdown-menu .current-menu-ancestor > a:hover:before,
.navbar-default .navbar-nav .dropdown-menu .current-menu-parent > a:hover:before {
  display: block !important;
}
.navbar-default .navbar-collapse {
  border-color: #000000;
}
.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 > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #997840;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #997840;
    background-color: transparent;
  }
}
.navbar-brand {
  padding: 0 0 0 0.7142857142857143em;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 0;
  }
}
.navbar-brand img {
  max-height: 98px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .header-type-default .navbar-brand img {
    max-height: 60px;
  }
}
@media (min-width: 992px) {
  .header-type-default .navbar-brand img {
    max-height: 98px;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media (min-width: 992px) {
  .header-type-default .animate-children .navbar-brand img {
    max-height: 69px;
  }
}
.navbar-brand .logo-fixed {
  display: none;
}
@media (max-width: 991px) {
  .navbar-brand .logo {
    display: block;
    max-width: 400px;
  }
  .navbar-brand .logo-fixed {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav>li {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-header {
		float: none;
	}
	.navbar-nav {
		float: none;
		margin: 0;
	}
}
.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 {
  max-height: 100px;
  display: none;
}
@media (max-width: 991px) {
  .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;
    padding: 0;
  }
}
.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 {
  margin: 0 0;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
.primary-nav .navicon {
  margin-right: 0.5714285714285714rem;
  font-size: 14.5px;
}
.header-type-classic .primary-nav > li > a .navicon,
.header-type-below .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: 1px solid rgba(255, 255, 255, 0.1);
  }
  .primary-nav > .megamenu.megamenu-fullwidth {
    position: static !important;
  }
  .primary-nav > .megamenu.megamenu-fullwidth > .dropdown-menu {
    width: 100%;
  }
  .primary-nav > .megamenu .megamenu-title {
    margin: 10px 0 0 0;
    padding: 8px;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .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.7142857142857143em;
  }
  .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 .megamenu-sidebar a {
    margin: 0;
    padding: 0;
  }
  .primary-nav > .megamenu > .dropdown-menu > li {
    display: table-cell;
    vertical-align: top;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.7142857142857143em 0.7142857142857143em 1.4285714285714286em;
    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;
    padding-left: 8px;
  }
  .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a:hover {
    color: #997840;
  }
  .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 rgba(255, 255, 255, 0.1);
}
.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: "Roboto Slab", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0.7142857142857143em 1.0714285714285714em 0.7142857142857143em 1.7857142857142858em;
    position: relative;
    color: #ffffff;
  }
  .primary-nav .dropdown-menu li .megamenu-title .caret {
    cursor: pointer;
  }
}
.primary-nav .dropdown-menu a {
  color: #909090;
  padding: 0.5em 1rem;
}
@media (min-width: 992px) {
  .primary-nav .dropdown-menu a {
    background: #ffffff;
  }
}
@media (min-width: 992px) {
  .primary-nav .dropdown-menu a:hover {
    color: #997840;
    background: transparent;
  }
}
.primary-nav .dropdown-menu .open > a {
  color: #997840;
}
.primary-nav .dropdown-menu .active > a {
  color: #997840;
  background: transparent;
}
.primary-nav .dropdown-menu .active > a:hover {
  color: #997840;
  background: transparent;
}
.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 rgba(255, 255, 255, 0.1);
  }
  .primary-nav li:last-child {
    border-bottom: none;
  }
}
.primary-nav > li > a {
  position: relative;
}
@media (min-width: 992px) {
  .header-type-classic .primary-nav > li > a,
  .header-type-below .primary-nav > li > a {
    padding: 0 1.5em;
    line-height: 99px;
    text-transform: uppercase;
  }
  .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: #997840;
    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 .animate-children .primary-nav > li > a {
    padding: 24px 1rem;
  }
  .header-type-default .animate-children .primary-nav > li > a .navicon {
    height: 0;
  }
}
@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.14285714285714285em;
  font-size: 1em;
}
@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: 1rem;
  }
  .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: #997840;
  background-color: transparent;
}
@media (max-width: 991px) {
  .primary-nav .dropdown-menu {
    position: relative;
    float: none;
  }
  .primary-nav > li > a {
    font-size: 14.5px;
  }
}
@media (min-width: 992px) {
  .navbar-scroll-fixed {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
.header-type-classic:not(.header-absolute).header-navbar-fixed {
  background: rgba(0, 0, 0, 0.8);
}
.navbar-fixed-top {
  border-color: transparent;
  color: #ffffff;
  -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: rgba(0, 0, 0, 0.8);
}
.navbar-fixed-top .header-search-overlay .searchform .searchinput {
  font-size: 1em;
}
.navbar-fixed-top .minicart-icon span {
  display: block;
 background: #997840;
  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: block !important;
  }
}
.navbar-search-button {
  position: relative;
}
.header-type-below .navbar-search-button {
  display: none !important;
}
@-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: #444444;
}
.navbar-search .search-form-wrap.show-popup {
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #dedede;
  z-index: 1000;
  background: #fff;
  margin: -0.07142857142857142em 0 0 0;
  display: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -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);
}
@media (max-width: 991px) {
  .navbar-search .search-form-wrap.show-popup {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    border: none !important;
  }
}
.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: #fff;
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  content: "";
  display: block;
  height: 0.6428571428571429em;
  position: absolute;
  right: 1.4285714285714286em;
  top: -0.35714285714285715em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.6428571428571429em;
  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.7142857142857143em;
}
.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.5714285714285714em;
  right: 0.7142857142857143em !important;
  font-size: 1.1428571428571428em !important;
}
.navbar-search .search-form-wrap.show-popup .searchform:before {
  content: "";
  width: 2.4285714285714284em;
  height: 2.4285714285714284em;
  position: absolute;
  right: 0;
  text-align: center;
  background: #997840;
  line-height: 2.4285714285714284em;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-search .search-form-wrap.show-popup .searchform:before {
    background: rgba(0, 0, 0, 0);
  }
}
.navbar-search .search-form-wrap.show-popup .searchinput {
  width: 17.857142857142858em;
  height: 2.4285714285714284em;
  border: 1px solid #dedede;
  padding: 0.35714285714285715em;
  padding-right: 2.5714285714285716em;
  background: #f8f8f8;
  font-size: 14.5px;
  outline: none;
}
@media (max-width: 991px) {
  .navbar-search .search-form-wrap.show-popup .searchinput {
    width: 100%;
    background: rgba(11, 11, 11, 0.57);
    border-color: rgba(11, 11, 11, 0.57);
  }
}
@media (max-width: 991px) {
  .navbar-search > a {
    display: block !important;
  }
  .navbar-search .search-form-wrap.show-popup {
    position: relative;
    display: block !important;
    border: none;
    border-top: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
  }
  .navbar-search .search-form-wrap.show-popup .searchform {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-search .search-form-wrap.show-popup:before {
    display: none;
  }
  .navbar-search .search-form-wrap.show-popup #s {
    width: 100%;
  }
}
.navbar-minicart {
  position: relative;
}

@media (min-width: 992px) {
  .header-type-below .navbar-header {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    background: #000000;
    padding: 0;
    height: 74px;
  }
  .header-type-default .navbar-header {
    padding: 0 15px;
    margin: 0 -15px;
  }
}
.header-type-below {
  background: #000000;
}
.header-type-below .navbar-header-center .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .header-type-below .usernav {
    display: none;
  }
  .header-type-below .navbar-header-left {
    position: relative;
  }
  .header-type-below .navbar-header-left:before,
  .header-type-below .navbar-header-left:after {
    content: " ";
    display: table;
  }
  .header-type-below .navbar-header-left:after {
    clear: both;
  }
  .header-type-below .navbar-header-left .navsearch {
    display: none;
  }
  .header-type-below .navbar-header-right,
  .header-type-below .navbar-header-center {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-type-below .navsearch {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .header-type-below .navsearch .navsearch-wrap {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 90%;
    color: #ffffff;
  }
  .header-type-below .navcart {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .header-type-below .navcart .navcart-wrap {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }
  .header-type-below .navcart a.minicart-link {
    font-size: 90%;
    color: #ffffff;
  }
  .header-type-below .navcart a.minicart-link:hover {
    color: #ffffff;
  }
  .header-type-below .navbar-header-left {
    width: 33.33333333333333%;
    min-height: 1px;
    float: left;
    height: 99px;
    position: relative;
  }
  .header-type-below .navbar-header-left .navbar-brand {
    display: none;
  }
  .header-type-below .navbar-header-center {
    text-align: center;
    width: 33.33333333333333%;
    min-height: 1px;
    float: left;
    display: block;
  }
  .header-type-below .navbar-header-center .navbar-brand {
    float: none;
    display: inline-block;
  }
  .header-type-below .navbar-header-right {
    height: 99px;
    position: relative;
    width: 33.33333333333333%;
    min-height: 1px;
    float: left;
  }
  .header-type-below .navbar-header-right .navcart-icon:hover {
    text-decoration: none;
  }
}
.navsearch {
  /* placeholder */
  /* hide placeholder when active in Chrome */
}
.navsearch #top-searchform {
  position: relative;
  padding-left: 30px;
  width: 200px;
  display: table;
  margin: 0 auto;
}
.navsearch #top-searchform-s {
  background: none;
  border-width: 0 0 1px 0;
  border-color: rgba(254, 254, 254, 0.34);
  padding: 0;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navsearch #top-searchform-s:hover,
.navsearch #top-searchform-s:focus {
  border-color: #fff;
}
.navsearch #top-searchform-s:focus ~ .top-searchform-icon:before {
  content: "M";
}
.navsearch #top-searchform-s::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navsearch #top-searchform-s:-moz-placeholder {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navsearch #top-searchform-s::-moz-placeholder {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navsearch #top-searchform-s:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navsearch #top-searchform-s:focus::-webkit-input-placeholder {
  color: transparent;
}
.navsearch .top-searchform-icon {
  position: absolute;
  top: 50%;
  left: 0;
}
.navsearch .top-searchform-icon:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "U";
  font-family: "ElegantIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  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%);
  font-size: 20px;
}
/*--------------------------------------------------------------
11.0 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background: none;
}
.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: #997840;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #ffffff;
}
/*--------------------------------------------------------------
12.0 - Pagination
--------------------------------------------------------------*/
.paginate {
  display: block;
  margin-top: 1.5714285714285714em;
  padding: 0 0 0.8571428571428571rem 0;
  clear: left;
}
.container-full .paginate {
  padding-left: 30px;
  padding-right: 30px;
}
.paginate .paginate_links {
  display: table;
  margin: 0 auto;
  float: right;
}
.paginate .paginate_links.fn {
  float: none;
}
.paginate .paginate_links .pagination-meta,
.paginate .paginate_links .page-numbers {
  padding: 0.3em 1em;
  border: 1px solid #dedede;
  display: inline-block;
  float: left;
  margin: 0 0.35714285714285715em 0 0;
  color: #444444;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #997840;
  border: 1px solid #997840;
  color: #fff;
}
.paginate .paginate_links a.page-numbers:hover,
.paginate .paginate_links a.page-numbers:focus {
  border: 1px solid #997840;
  color: #997840;
}
.paginate .paginate_links .pagination-meta {
  color: #444444;
  border-color: transparent;
  margin-right: 0.7142857142857143em;
}
@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.07142857142857142em;
}
.label-default {
  background-color: #6a6a6a;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #515151;
}
.label-primary {
  background-color: #997840;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #755c31;
}
.label-success {
  background-color: #a0ce4e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #87b633;
}
.label-info {
  background-color: #63b5fd;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #319dfc;
}
.label-warning {
  background-color: #feab62;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #fe902f;
}
.label-danger {
  background-color: #fe252c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ef0109;
}
/*--------------------------------------------------------------
14.0 - Alerts
--------------------------------------------------------------*/
.alert {
  padding: 1.0714285714285714em;
  margin-bottom: 1.5714285714285714em;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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.35714285714285715em;
}
.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.5051020408163267em;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  color: inherit;
  top: 0;
  right: 0;
}
.alert-default {
  background-color: #ffffff;
  border-color: #dedede;
  color: #444444;
}
.alert-default hr {
  border-top-color: #d1d1d1;
}
.alert-default .alert-link {
  color: #909090;
}
.alert-primary {
  background-color: rgba(199, 168, 120, 0.3);
  border-color: rgba(191, 157, 102, 0.3);
  color: #997840;
}
.alert-primary hr {
  border-top-color: rgba(184, 145, 84, 0.3);
}
.alert-primary .alert-link {
  color: #909090;
}
.alert-success {
  background-color: rgba(204, 228, 158, 0.3);
  border-color: rgba(194, 223, 138, 0.3);
  color: #a0ce4e;
}
.alert-success hr {
  border-top-color: rgba(183, 217, 118, 0.3);
}
.alert-success .alert-link {
  color: #909090;
}
.alert-info {
  background-color: rgba(200, 230, 254, 0.3);
  border-color: rgba(175, 218, 254, 0.3);
  color: #63b5fd;
}
.alert-info hr {
  border-top-color: rgba(149, 207, 254, 0.3);
}
.alert-info .alert-link {
  color: #909090;
}
.alert-warning {
  background-color: rgba(255, 224, 199, 0.3);
  border-color: rgba(254, 210, 174, 0.3);
  color: #feab62;
}
.alert-warning hr {
  border-top-color: rgba(254, 196, 149, 0.3);
}
.alert-warning .alert-link {
  color: #909090;
}
.alert-danger {
  background-color: rgba(254, 139, 144, 0.3);
  border-color: rgba(254, 113, 120, 0.3);
  color: #fe252c;
}
.alert-danger hr {
  border-top-color: rgba(254, 88, 96, 0.3);
}
.alert-danger .alert-link {
  color: #909090;
}
/*--------------------------------------------------------------
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.857142857142857em 2.857142857142857em;
}
.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.5714285714285714em;
  background-color: #f5f5f5;
  border-radius: 0px;
  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);
  overflow: inherit;
}
.progress-bars .progress.run .progress-label {
  opacity: 1;
  filter: alpha(opacity=100);
}
.progress-bars .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #997840;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.progress-bars.label-above .progress {
  height: 0.35714285714285715em;
  margin-top: 2.642857142857143em;
}
.progress-bars.label-above .progress-title {
  position: absolute;
  top: -1.7142857142857142em;
  left: 0;
  color: #444444;
}
.progress-bars.label-above .progress-label {
  top: -1.9285714285714286em;
  left: 0;
  margin-left: -1.3em;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0.07142857142857142em 0.35714285714285715em;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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.21428571428571427em;
  content: "";
  height: 0.42857142857142855em;
  left: 50%;
  margin-left: -0.2857142857142857em;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.42857142857142855em;
}
.progress-bars.label-inner .el-heading {
  margin-bottom: 1.5714285714285714em;
}
.progress-bars.label-inner .progress {
  height: 1.7em;
  line-height: 1.7;
}
.progress-bars.label-inner .progress-bar {
  overflow: hidden;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.progress-bars.label-inner .progress-title {
  color: #ffffff;
  float: left;
  padding-left: 0.5714285714285714em;
}
.progress-bars.label-inner .progress-label {
  float: right;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: auto !important;
  padding-right: 0.5714285714285714em;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
/*--------------------------------------------------------------
16.0 - Panels
--------------------------------------------------------------*/
.panel {
  margin-bottom: 0.7857142857142857em;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.panel-body {
  padding: 1.0714285714285714em;
}
.panel-heading {
  padding: 0.7142857142857143em 1.0714285714285714em;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  color: inherit;
}
.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.0714285714285714em;
}
.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.7142857142857143em 1.0714285714285714em;
  background-color: #f2f2f2;
  border-top: 1px solid #dedede;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dedede;
}
.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.5714285714285714em;
}
.panel-outline {
  border-bottom-color: #dedede;
  margin-bottom: 0;
}
.panel-outline:last-child {
  margin-bottom: 1.5714285714285714em;
}
.panel-default {
  border-color: #dedede;
}
.panel-default > .panel-heading {
  color: #444444;
  background-color: #f2f2f2;
  border-color: #dedede;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dedede;
}
.panel-default > .panel-heading .badge {
  color: #f2f2f2;
  background-color: #444444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dedede;
}
.panel-primary {
  border-color: #997840;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #997840;
  border-color: #997840;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #997840;
}
.panel-primary > .panel-heading .badge {
  color: #997840;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #997840;
}
.panel-success {
  border-color: rgba(194, 223, 138, 0.3);
}
.panel-success > .panel-heading {
  color: #a0ce4e;
  background-color: rgba(204, 228, 158, 0.3);
  border-color: rgba(194, 223, 138, 0.3);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(194, 223, 138, 0.3);
}
.panel-success > .panel-heading .badge {
  color: rgba(204, 228, 158, 0.3);
  background-color: #a0ce4e;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(194, 223, 138, 0.3);
}
.panel-info {
  border-color: rgba(175, 218, 254, 0.3);
}
.panel-info > .panel-heading {
  color: #63b5fd;
  background-color: rgba(200, 230, 254, 0.3);
  border-color: rgba(175, 218, 254, 0.3);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(175, 218, 254, 0.3);
}
.panel-info > .panel-heading .badge {
  color: rgba(200, 230, 254, 0.3);
  background-color: #63b5fd;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(175, 218, 254, 0.3);
}
.panel-warning {
  border-color: rgba(254, 210, 174, 0.3);
}
.panel-warning > .panel-heading {
  color: #feab62;
  background-color: rgba(255, 224, 199, 0.3);
  border-color: rgba(254, 210, 174, 0.3);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(254, 210, 174, 0.3);
}
.panel-warning > .panel-heading .badge {
  color: rgba(255, 224, 199, 0.3);
  background-color: #feab62;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(254, 210, 174, 0.3);
}
.panel-danger {
  border-color: rgba(254, 113, 120, 0.3);
}
.panel-danger > .panel-heading {
  color: #fe252c;
  background-color: rgba(254, 139, 144, 0.3);
  border-color: rgba(254, 113, 120, 0.3);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(254, 113, 120, 0.3);
}
.panel-danger > .panel-heading .badge {
  color: rgba(254, 139, 144, 0.3);
  background-color: #fe252c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(254, 113, 120, 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: #f2f2f2;
  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: #997840;
  -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: #909090;
}
.morphsearch-input:-moz-placeholder {
  color: #909090;
}
.morphsearch-input::-moz-placeholder {
  color: #909090;
}
.morphsearch-input:-ms-input-placeholder {
  color: #909090;
}
/* 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: #eaeaea;
  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: #444444;
  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: 90%;
}
.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: #997840;
}
/* 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: #f2f2f2 !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: #d9d9d9 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #997840 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-color: #d9d9d9 transparent transparent !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  border: 1px solid #d9d9d9 !important;
  background: #d9d9d9 !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: #997840 !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.7142857142857143em;
}
.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: 0px;
  -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.0714285714285714em;
  border-bottom: 1px solid #e5e5e5;
  min-height: 2.6714285714285717em;
}
.modal-header .close {
  margin-top: -0.14285714285714285em;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 1.0714285714285714em;
}
.modal-footer {
  padding: 1.0714285714285714em;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 0.35714285714285715em;
  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-register-modal .close,
.user-lostpassword-modal .close,
.user-login-modal .close {
  color: #fff;
}
.user-register-modal .form-control,
.user-lostpassword-modal .form-control,
.user-login-modal .form-control {
  border-color: #dedede;
}
.user-register-modal .form-control:focus,
.user-lostpassword-modal .form-control:focus,
.user-login-modal .form-control:focus {
  border-color: #997840;
  outline: none;
}
.user-register-modal .modal-content,
.user-lostpassword-modal .modal-content,
.user-login-modal .modal-content {
  border-width: 0px;
}
.user-register-modal .modal-body,
.user-lostpassword-modal .modal-body,
.user-login-modal .modal-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .user-register-modal .modal-dialog,
  .user-lostpassword-modal .modal-dialog,
  .user-login-modal .modal-dialog {
    width: 400px;
  }
}
.user-register-modal .modal-header,
.user-lostpassword-modal .modal-header,
.user-login-modal .modal-header {
  background-color: #997840;
  -webkit-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.user-register-modal .modal-header .modal-title,
.user-lostpassword-modal .modal-header .modal-title,
.user-login-modal .modal-header .modal-title {
  color: #fff;
}
.user-register-modal .modal-footer,
.user-lostpassword-modal .modal-footer,
.user-login-modal .modal-footer {
  background-color: #f2f2f2;
  -webkit-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.user-register-modal .modal-footer button,
.user-lostpassword-modal .modal-footer button,
.user-login-modal .modal-footer button {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ajax-modal-result,
.user-modal-result {
  text-align: center;
}
.ajax-modal-result a,
.user-modal-result a {
  color: #997840;
}
.ajax-modal-result a:hover,
.user-modal-result a:hover {
  text-decoration: underline;
}
.ajax-modal-result .error-response,
.user-modal-result .error-response {
  color: #fe252c;
}
.ajax-modal-result .success-response,
.user-modal-result .success-response {
  color: #a0ce4e;
}
.newsletter-modal .form-control {
  border-color: #dedede;
}
.newsletter-modal .form-control:focus {
  border-color: #997840;
  outline: none;
}
.newsletter-modal .modal-header {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .newsletter-modal .modal-body {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.newsletter-modal .newsletter-modal-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.newsletter-modal .newsletter-modal-desc {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px;
}
.newsletter-modal .modal-footer {
  border: none;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 0;
}
.newsletter-modal .modal-footer button {
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
}
.user-register-modal .user-login-facebook,
.user-login-modal .user-login-facebook {
  text-align: center;
}
.user-register-modal .user-login-or,
.user-login-modal .user-login-or {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  position: relative;
}
.user-register-modal .user-login-or:before,
.user-login-modal .user-login-or:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dedede;
  top: 50%;
  margin-top: -1px;
  content: "";
  left: 0;
}
.user-register-modal .user-login-or span,
.user-login-modal .user-login-or span {
  border: 1px solid #dedede;
  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.142857142857143em 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: 90%;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -0.21428571428571427em;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 0.21428571428571427em;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 0.21428571428571427em;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -0.21428571428571427em;
  padding: 0 5px;
}
a[data-toggle="popover"],
a[data-toggle="tooltip"] {
  color: #997840;
  text-decoration: underline;
}
a[data-toggle="popover"]:hover,
a[data-toggle="tooltip"]:hover {
  color: #755c31;
}
.tooltip-inner {
  max-width: 14.285714285714286em;
  padding: 0.21428571428571427em 0.5714285714285714em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #262626;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #262626;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #262626;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #262626;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #262626;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #262626;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #262626;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #262626;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #262626;
}
/*--------------------------------------------------------------
22.0 - Popovers
--------------------------------------------------------------*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 19.714285714285715em;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dedede;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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.5714285714285714em 1em;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.1;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px 0px 0 0;
  color: #000000;
}
.popover-content {
  padding: 0.6428571428571429em 1em;
}
.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: #dedede;
  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: #dedede;
  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: #dedede;
  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: #dedede;
  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 .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;
  display: none !important;
  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-top-caption-text {
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dhslider .slider-caption .slider-heading-text {
  color: #fff;
  font-size: 3em;
  margin: 0;
  font-weight: 700;
  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: 1rem;
  color: #fff;
  max-width: 70%;
  margin: 0 auto 30px;
}
@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-top-caption-text,
  .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-top-caption-text,
  .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-heading-text {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .dhslider .carousel-indicators {
    display: none;
  }
}
/*--------------------------------------------------------------
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.18 - DH Menu
	25.19 - Countdown
	25.20 - Box Parallax

--------------------------------------------------------------*/
/*--------------------------------------------------------------
25.1 - Animate Box
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .animate-box.animated {
    visibility: visible;
  }
}
/*--------------------------------------------------------------
25.2 - Call to Action
--------------------------------------------------------------*/
.cta {
  background: #f2f2f2;
  padding: 15px;
  border: 1px solid #dedede;
}
.cta .cta-heading h3 {
  margin-top: 0;
}
.cta-style-rounded {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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;
}
@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 #dedede;
  border-top: 1px solid #dedede;
  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 #dedede;
  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 -5px;
}
.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 5px;
}
.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;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:hover,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:hover {
  background-color: #fff;
  border-color: transparent;
  color: #997840;
}
.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-size: 1.2em;
  text-align: center;
  padding: 1.2rem 30px;
  position: relative;
  margin-bottom: 1.2rem;
}
.testimonial .testimonial-text > span {
  font-family: "PT Sans", sans-serif;
  font-size: 1.1em;
  line-height: 1;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.testimonial .testimonial-text > span:first-child {
  color: #666666;
  font-size: 150px;
  height: 64px;
  left: 20px;
  position: absolute;
  top: 5px;
  width: 64px;
}
.testimonial .testimonial-text > span:last-child {
  color: #666;
  font-size: 70px;
  position: absolute;
}
.testimonial.bg-transparent .testimonial-text > span:last-child,
.testimonial.bg-transparent .testimonial-text > span:first-child,
.testimonial.bg-transparent .caroufredsel .caroufredsel-wrap .caroufredsel-next,
.testimonial.bg-transparent .caroufredsel .caroufredsel-wrap .caroufredsel-prev,
.testimonial.bg-transparent .testimonial-company,
.testimonial.bg-transparent .testimonial-author,
.testimonial.bg-transparent .testimonial-text {
  color: #fff;
}
.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;
  position: relative;
}
.testimonial .testimonial-avatar img {
  width: 150px !important;
  height: 150px!important;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #dedede;
  padding: 5px;
}
.testimonial .testimonial-author {
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.1em;
  color: #000000;
}
.testimonial .testimonial-company {
  text-align: center;
  font-size: 90%;
  color: #909090;
}
.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-next {
  font-size: 50px;
  right: 50%;
  margin-right: -124px;
  border: none;
  color: #444444;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
}
.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-prev {
  font-size: 50px;
  left: 50%;
  margin-left: -124px;
  border: none;
  color: #444444;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
}
.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-item:hover .caroufredsel-next,
.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-item:hover .caroufredsel-prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*--------------------------------------------------------------
25.6 - Client
--------------------------------------------------------------*/
.client.client-grid {
  overflow: hidden;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.client.client-grid > .row .client-item {
  padding: 15px;
}
.client.client-grid > .row > div {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
/*--------------------------------------------------------------
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: 700;
  line-height: 1.2;
  margin-bottom: 0.7857142857142857em;
}
.counter .counter-unit {
  font-size: 80%;
}
.counter .counter-number {
  margin-top: 0;
}
.counter .counter-text {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
.section-counters {
	padding-top:100px;
	padding-bottom:100px;
}
.section-counters.color {
	background-color:#34495e;
}
.section-counters.color2 {
	background-color:#1abc9c;
}
.counter-items-1,
.counter-items-2,
.counter-items-3,
.counter-items-4,
.iconbox-items,
.welcome-items {
	padding-top:20px;
	padding-bottom:20px;
}
.counter-items-1 .counter .counter-icon {
	font-size:25px;
}
.counter-items-1 .counter .counter-number {
	font-size:40px;
}
.counter-items-1 .counter .counter-text {
	font-size:20px;
}
.counter-items-2 .counter .counter-number {
	font-size:100px;
	color:#ffffff;
}
.counter-items-2 .counter .counter-unit {
	font-size:70px;
	color:#ffffff;
}
.counter-items-2 .counter .counter-text {
	font-size:60px;
	color:#ffffff;
}
.counter-items-3 .counter .counter-icon,
.counter-items-3 .counter .counter-number {
	font-size:40px;
}
.counter-items-3 .counter .counter-text {
	font-size:18px;
}
.counter-items-4 .counter .counter-number {
	font-size:60px;
	color:#ffffff;
}
.counter-items-4 .counter .counter-text {
	font-size:20px;
	color:#ffffff;
}

/*--------------------------------------------------------------
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 {
  min-height: 400px;
}
/*--------------------------------------------------------------
25.9 - Iconbox
--------------------------------------------------------------*/
.iconbox {
  margin-bottom: 15px;
}
.iconbox.iconbox-bg {
  background: #f2f2f2;
  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 #dedede;
  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: #6a6a6a;
  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(242, 242, 242, 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 #f2f2f2;
  box-shadow: 0 0 0 1px #f2f2f2;
  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: #f2f2f2;
  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 #f2f2f2;
  box-shadow: 0 0 0 1px #f2f2f2;
}
.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 #f2f2f2;
  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 #f2f2f2;
  box-shadow: 0 0 0 1px #f2f2f2;
}
.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 #f2f2f2;
  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 #f2f2f2;
  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 #f2f2f2;
  color: #f2f2f2;
}
.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: #dedede;
}
.iconbox .iconbox-icon.icon-color-primary i {
  color: #997840;
  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(153, 120, 64, 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 #997840;
  box-shadow: 0 0 0 1px #997840;
  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: #997840;
  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 #997840;
  box-shadow: 0 0 0 1px #997840;
}
.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 #997840;
  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 #997840;
  box-shadow: 0 0 0 1px #997840;
}
.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 #997840;
  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 #997840;
  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 #997840;
  color: #997840;
}
.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 #997840;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover {
  border: 1px solid #997840;
  display: inline-block;
  position: relative;
  width: 2.8em;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover img {
  max-width: 35px;
  max-height: 35px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #997840;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-left:before {
  position: absolute;
  content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #997840 transparent transparent transparent;
  width: 0;
  height: 0;
  left: -3px;
  bottom: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-left:after {
  left: auto;
  right: -3px;
  top: -3px;
  bottom: auto;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right {
  right: 0;
  left: auto;
  border-width: 3px 3px 0 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right::before {
  border-width: 0 3px 3px;
  border-color: transparent #997840 transparent transparent;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right::after {
  left: -6px;
  right: auto;
  top: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left {
  top: auto;
  bottom: 0;
  border-width: 0 0 3px 3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left::before {
  border-width: 3px 0 0 3px;
  border-color: transparent transparent transparent #997840;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left::after {
  bottom: auto;
  top: -3px;
  right: auto;
  left: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-width: 0 3px 3px 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-right::before {
  border-width: 0 0 3px 3px;
  border-color: transparent transparent #997840 transparent;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-content {
  position: relative;
  z-index: 2;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-primary i {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-primary .nice-border-hover {
  border-color: rgba(0, 0, 0, 0);
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-primary .nice-border-hover .nice-border-top-left {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 0.7em;
  height: 0.7em;
}
.iconbox .iconbox-icon.icon-color-success i {
  color: #a0ce4e;
  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(160, 206, 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-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 #a0ce4e;
  box-shadow: 0 0 0 1px #a0ce4e;
  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: #a0ce4e;
  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 #a0ce4e;
  box-shadow: 0 0 0 1px #a0ce4e;
}
.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 #a0ce4e;
  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 #a0ce4e;
  box-shadow: 0 0 0 1px #a0ce4e;
}
.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 #a0ce4e;
  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 #a0ce4e;
  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 #a0ce4e;
  color: #a0ce4e;
}
.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 #a0ce4e;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover {
  border: 1px solid #a0ce4e;
  display: inline-block;
  position: relative;
  width: 2.8em;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover img {
  max-width: 35px;
  max-height: 35px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #a0ce4e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-left:before {
  position: absolute;
  content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #a0ce4e transparent transparent transparent;
  width: 0;
  height: 0;
  left: -3px;
  bottom: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-left:after {
  left: auto;
  right: -3px;
  top: -3px;
  bottom: auto;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right {
  right: 0;
  left: auto;
  border-width: 3px 3px 0 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right::before {
  border-width: 0 3px 3px;
  border-color: transparent #a0ce4e transparent transparent;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right::after {
  left: -6px;
  right: auto;
  top: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left {
  top: auto;
  bottom: 0;
  border-width: 0 0 3px 3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left::before {
  border-width: 3px 0 0 3px;
  border-color: transparent transparent transparent #a0ce4e;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left::after {
  bottom: auto;
  top: -3px;
  right: auto;
  left: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-width: 0 3px 3px 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-right::before {
  border-width: 0 0 3px 3px;
  border-color: transparent transparent #a0ce4e transparent;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-content {
  position: relative;
  z-index: 2;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-success i {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-success .nice-border-hover {
  border-color: rgba(0, 0, 0, 0);
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-success .nice-border-hover .nice-border-top-left {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 0.7em;
  height: 0.7em;
}
.iconbox .iconbox-icon.icon-color-info i {
  color: #63b5fd;
  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(99, 181, 253, 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 #63b5fd;
  box-shadow: 0 0 0 1px #63b5fd;
  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: #63b5fd;
  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 #63b5fd;
  box-shadow: 0 0 0 1px #63b5fd;
}
.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 #63b5fd;
  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 #63b5fd;
  box-shadow: 0 0 0 1px #63b5fd;
}
.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 #63b5fd;
  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 #63b5fd;
  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 #63b5fd;
  color: #63b5fd;
}
.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 #63b5fd;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover {
  border: 1px solid #63b5fd;
  display: inline-block;
  position: relative;
  width: 2.8em;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover img {
  max-width: 35px;
  max-height: 35px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #63b5fd;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-left:before {
  position: absolute;
  content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #63b5fd transparent transparent transparent;
  width: 0;
  height: 0;
  left: -3px;
  bottom: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-left:after {
  left: auto;
  right: -3px;
  top: -3px;
  bottom: auto;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right {
  right: 0;
  left: auto;
  border-width: 3px 3px 0 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right::before {
  border-width: 0 3px 3px;
  border-color: transparent #63b5fd transparent transparent;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right::after {
  left: -6px;
  right: auto;
  top: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left {
  top: auto;
  bottom: 0;
  border-width: 0 0 3px 3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left::before {
  border-width: 3px 0 0 3px;
  border-color: transparent transparent transparent #63b5fd;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left::after {
  bottom: auto;
  top: -3px;
  right: auto;
  left: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-width: 0 3px 3px 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-right::before {
  border-width: 0 0 3px 3px;
  border-color: transparent transparent #63b5fd transparent;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-content {
  position: relative;
  z-index: 2;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-info i {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-info .nice-border-hover {
  border-color: rgba(0, 0, 0, 0);
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-info .nice-border-hover .nice-border-top-left {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 0.7em;
  height: 0.7em;
}
.iconbox .iconbox-icon.icon-color-warning i {
  color: #feab62;
  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(254, 171, 98, 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 #feab62;
  box-shadow: 0 0 0 1px #feab62;
  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: #feab62;
  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 #feab62;
  box-shadow: 0 0 0 1px #feab62;
}
.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 #feab62;
  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 #feab62;
  box-shadow: 0 0 0 1px #feab62;
}
.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 #feab62;
  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 #feab62;
  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 #feab62;
  color: #feab62;
}
.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 #feab62;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover {
  border: 1px solid #feab62;
  display: inline-block;
  position: relative;
  width: 2.8em;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover img {
  max-width: 35px;
  max-height: 35px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #feab62;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-left:before {
  position: absolute;
  content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #feab62 transparent transparent transparent;
  width: 0;
  height: 0;
  left: -3px;
  bottom: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-left:after {
  left: auto;
  right: -3px;
  top: -3px;
  bottom: auto;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right {
  right: 0;
  left: auto;
  border-width: 3px 3px 0 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right::before {
  border-width: 0 3px 3px;
  border-color: transparent #feab62 transparent transparent;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right::after {
  left: -6px;
  right: auto;
  top: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left {
  top: auto;
  bottom: 0;
  border-width: 0 0 3px 3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left::before {
  border-width: 3px 0 0 3px;
  border-color: transparent transparent transparent #feab62;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left::after {
  bottom: auto;
  top: -3px;
  right: auto;
  left: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-width: 0 3px 3px 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-right::before {
  border-width: 0 0 3px 3px;
  border-color: transparent transparent #feab62 transparent;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-content {
  position: relative;
  z-index: 2;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-warning i {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-warning .nice-border-hover {
  border-color: rgba(0, 0, 0, 0);
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-warning .nice-border-hover .nice-border-top-left {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 0.7em;
  height: 0.7em;
}
.iconbox .iconbox-icon.icon-color-danger i {
  color: #fe252c;
  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(254, 37, 44, 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 #fe252c;
  box-shadow: 0 0 0 1px #fe252c;
  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: #fe252c;
  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 #fe252c;
  box-shadow: 0 0 0 1px #fe252c;
}
.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 #fe252c;
  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 #fe252c;
  box-shadow: 0 0 0 1px #fe252c;
}
.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 #fe252c;
  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 #fe252c;
  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 #fe252c;
  color: #fe252c;
}
.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 #fe252c;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover {
  border: 1px solid #fe252c;
  display: inline-block;
  position: relative;
  width: 2.8em;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover img {
  max-width: 35px;
  max-height: 35px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #fe252c;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right:before,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-left:before {
  position: absolute;
  content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #fe252c transparent transparent transparent;
  width: 0;
  height: 0;
  left: -3px;
  bottom: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right:after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-left:after {
  left: auto;
  right: -3px;
  top: -3px;
  bottom: auto;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right {
  right: 0;
  left: auto;
  border-width: 3px 3px 0 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right::before {
  border-width: 0 3px 3px;
  border-color: transparent #fe252c transparent transparent;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right::after {
  left: -6px;
  right: auto;
  top: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left {
  top: auto;
  bottom: 0;
  border-width: 0 0 3px 3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left::before {
  border-width: 3px 0 0 3px;
  border-color: transparent transparent transparent #fe252c;
  left: auto;
  right: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left::after {
  bottom: auto;
  top: -3px;
  right: auto;
  left: -3px;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-width: 0 3px 3px 0;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-right::after,
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-right::before {
  border-width: 0 0 3px 3px;
  border-color: transparent transparent #fe252c transparent;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-content {
  position: relative;
  z-index: 2;
}
.iconbox-effect-5.iconbox .iconbox-icon.icon-color-danger i {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-danger .nice-border-hover {
  border-color: rgba(0, 0, 0, 0);
}
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-left,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-bottom-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-right,
.iconbox-effect-5:hover.iconbox .iconbox-icon.icon-color-danger .nice-border-hover .nice-border-top-left {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 0.7em;
  height: 0.7em;
}
.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;
  border-bottom: 1px dotted;
}
.iconbox.iconbox-pos-top .iconbox-icon {
  padding-bottom: 10px;
}
.iconbox.iconbox-pos-top .iconbox-content {
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 480px) {
  .iconbox.iconbox-pos-top.iconbox-type-image:not(.iconbox-image-center) .iconbox-icon {
    text-align: left;
  }
  .iconbox.iconbox-pos-top.iconbox-type-image:not(.iconbox-image-center) .iconbox-content {
    text-align: left;
  }
}
.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.7857142857142857em;
  padding: 4px;
}
.piechart .pichart-canvas canvas {
  position: relative;
  z-index: 1;
}
.piechart .pichart-canvas-back {
  border: 6px solid #dedede;
  -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: #997840;
  border-color: transparent;
}
.piechart .piechart-success {
  background: #a0ce4e;
}
.piechart .piechart-info {
  background: #63b5fd;
}
.piechart .piechart-warning {
  background: #feab62;
}
.piechart .piechart-danger {
  background: #fe252c;
}
.section-chart {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-chart .pichart-canvas-value {
	font-size: 18px;
}
.section-chart.color {
	background-color:#34495e;
}
.section-chart.color h3 {
	color: #fff;
}
.section-chart.color1 {
	background-color:#1abc9c;
}
.section-chart.color1 .pichart-canvas-value {
	font-size: 30px;
}
.section-chart.color1 h3 {
	color:#ecf921;
}
/*--------------------------------------------------------------
25.11 - Pricing Table
--------------------------------------------------------------*/
.pricing-table .pricing-column {
  float: left;
  position: relative;
  padding: 0 15px;
}
.pricing-table .pricing-column .pricing-title,
.pricing-table .pricing-column .pricing-price,
.pricing-table .pricing-column .pricing-footer,
.pricing-table .pricing-column .pricing-body {
  border-left: 1px solid #dedede;
}
.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-default .pricing-header {
  color: #444444;
}
.pricing-table .pricing-default .pricing-title {
  background: #dedede;
  border-color: #dedede;
}
.pricing-table .pricing-default .pricing-price {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.pricing-table .pricing-primary .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-primary .pricing-title {
  background: #997840;
  border-color: #997840;
}
.pricing-table .pricing-primary .pricing-price {
  background: #b89354;
  border-color: #b89354;
}
.pricing-table .pricing-success .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-success .pricing-title {
  background: #a0ce4e;
  border-color: #a0ce4e;
}
.pricing-table .pricing-success .pricing-price {
  background: #b5d976;
  border-color: #b5d976;
}
.pricing-table .pricing-info .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-info .pricing-title {
  background: #63b5fd;
  border-color: #63b5fd;
}
.pricing-table .pricing-info .pricing-price {
  background: #95cdfe;
  border-color: #95cdfe;
}
.pricing-table .pricing-warning .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-warning .pricing-title {
  background: #feab62;
  border-color: #feab62;
}
.pricing-table .pricing-warning .pricing-price {
  background: #fec695;
  border-color: #fec695;
}
.pricing-table .pricing-danger .pricing-header {
  color: #ffffff;
}
.pricing-table .pricing-danger .pricing-title {
  background: #fe252c;
  border-color: #fe252c;
}
.pricing-table .pricing-danger .pricing-price {
  background: #fe585d;
  border-color: #fe585d;
}
.pricing-table .pricing-title {
  padding: 1.15385em 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dedede;
}
.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: #dedede;
}
.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: #dedede;
}
.pricing-table .pricing-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .pricing-features li {
  padding: 0.8571428571428571rem 1.2857142857142858rem;
  border-bottom: 1px solid #dedede;
}
.pricing-table .pricing-features li:nth-child(2n) {
  background: #f2f2f2;
}
.pricing-table .pricing-footer {
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #dedede;
  text-align: center;
  padding: 30px;
}
/*--------------------------------------------------------------
25.12 - Timeline
--------------------------------------------------------------*/
.timeline .timeline-wrap {
  position: relative;
}
.timeline .timeline-item {
  position: relative;
}
.timeline .timeline-content {
  border: 1px solid #dedede;
  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: #dedede;
  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 #dedede;
  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: #dedede;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #444444;
}
.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: #997840 !important;
}
.timeline.timeline-primary .timeline-content {
  border-color: #997840;
}
.timeline.timeline-primary .timeline-badge {
  border-color: #997840;
}
.timeline.timeline-primary .timeline-badge a {
  color: #997840;
}
.timeline.timeline-primary .timeline-badge a i {
  line-height: 0.8571428571428571em;
  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: #997840;
}
.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: #997840 !important;
}
.timeline.timeline-success .timeline-line {
  border-left-color: #a0ce4e !important;
}
.timeline.timeline-success .timeline-content {
  border-color: #a0ce4e;
}
.timeline.timeline-success .timeline-badge {
  border-color: #a0ce4e;
}
.timeline.timeline-success .timeline-badge a {
  color: #a0ce4e;
}
.timeline.timeline-success .timeline-badge a i {
  line-height: 0.8571428571428571em;
  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: #a0ce4e;
}
.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: #a0ce4e !important;
}
.timeline.timeline-info .timeline-line {
  border-left-color: #63b5fd !important;
}
.timeline.timeline-info .timeline-content {
  border-color: #63b5fd;
}
.timeline.timeline-info .timeline-badge {
  border-color: #63b5fd;
}
.timeline.timeline-info .timeline-badge a {
  color: #63b5fd;
}
.timeline.timeline-info .timeline-badge a i {
  line-height: 0.8571428571428571em;
  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: #63b5fd;
}
.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: #63b5fd !important;
}
.timeline.timeline-warning .timeline-line {
  border-left-color: #feab62 !important;
}
.timeline.timeline-warning .timeline-content {
  border-color: #feab62;
}
.timeline.timeline-warning .timeline-badge {
  border-color: #feab62;
}
.timeline.timeline-warning .timeline-badge a {
  color: #feab62;
}
.timeline.timeline-warning .timeline-badge a i {
  line-height: 0.8571428571428571em;
  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: #feab62;
}
.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: #feab62 !important;
}
.timeline.timeline-danger .timeline-line {
  border-left-color: #fe252c !important;
}
.timeline.timeline-danger .timeline-content {
  border-color: #fe252c;
}
.timeline.timeline-danger .timeline-badge {
  border-color: #fe252c;
}
.timeline.timeline-danger .timeline-badge a {
  color: #fe252c;
}
.timeline.timeline-danger .timeline-badge a i {
  line-height: 0.8571428571428571em;
  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: #fe252c;
}
.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: #fe252c !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.7857142857142858em;
}
.timeline.timeline-left .timeline-item .timeline-line {
  border-left: 2px solid #f2f2f2;
  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.5em;
}
.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 #dedede;
  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 7.142857142857143em;
}
.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.5em 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 #dedede;
  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 7.142857142857143em 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.571428571428571em;
}
.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 #f2f2f2;
    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.7857142857142858em;
  }
  .timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .timeline-badge {
    left: -0.8571428571428571em;
  }
  .timeline.two-columns .timeline-item:nth-of-type(2n) .timeline-item-wrap .timeline-arrow {
    background: none repeat scroll 0 0 #dedede;
    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.285714285714286em;
  }
  .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 #dedede;
    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.285714285714286em;
  }
  .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;
  background: transparent !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 #f2f2f2;
    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.5em;
  }
  .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 #dedede;
    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 7.142857142857143em;
  }
  .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: 1.5714285714285714em;
  position: relative;
}
.team-member .member-avatar img {
  width: 100%;
}
.team-member .member-avatar.bg-1 {
  background-image:url(../images/team/team-thumb-270x320.png)
}
.team-member .member-avatar.bg-2 {
  background-image:url(../images/team/team-thumb-270x320.png)
}
.team-member .member-avatar.bg-3 {
  background-image:url(../images/team/team-thumb-270x320.png)
}
.team-member .member-avatar.bg-4 {
  background-image:url(../images/team/team-thumb-270x320.png)
}
.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: 1.5714285714285714em;
}
.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: 1.5714285714285714em;
}
.team-member.team-member-right .member-meta span a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-member.team-member-below {
  text-align: center;
}
.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.7142857142857143em;
  font-size: 90%;
  margin-bottom: 1.5714285714285714em;
  position: relative;
}
.team-member .member-desc {
  padding-top: 1.5714285714285714em;
  margin-bottom: 1.5714285714285714em;
  position: relative;
}
.team-member .member-desc:before {
  border-top: 1px solid #dedede;
  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: 1.5714285714285714em;
  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: 90%;
  text-align: center;
  line-height: 2em;
  margin: 0 0.35714285714285715em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-member.team-member-overlay:hover .overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
  visibility: visible;
}
/*--------------------------------------------------------------
25.14 - Single Image
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .single-image {
    text-align: center !important;
  }
}
.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.7857142857142857em;
}
.latestnews .latestnews-title {
  border-bottom: 2px solid #997840;
  margin-bottom: 0.7857142857142857em;
}
.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: #997840;
}
.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: #444444;
  text-transform: uppercase;
  font-size: 90%;
}
.latestnews .latestnews-title .sub-cat li.active a {
  color: #997840;
}
.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.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;
}
@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 #997840;
  padding-left: 0.7857142857142857em;
}
.latestnews .entry-meta {
  margin-top: 0.35714285714285715em;
}
.latestnews .latestnews-thumb {
  margin-bottom: 0.7857142857142857em;
  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.7857142857142857em;
}
.latestnews .latestnews-intro {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #dedede;
}
.latestnews .latestnews-intro.intro-thumbnail {
  padding-top: 0.7857142857142857em;
}
.latestnews .latestnews-intro li {
  padding: 0.7857142857142857em 0;
  border-bottom: 1px solid #dedede;
  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.7142857142857143em;
}
.latestnews .latestnews-intro li .intro-content .comment-count i {
  margin-right: 0.14285714285714285em;
}
.latestnews .latestnews-intro li .intro-content .comment-count a,
.latestnews .latestnews-intro li .intro-content time {
  margin: 0;
  font-size: 90%;
  color: #909090;
}
.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: 700;
  margin: 0 0 0.2857142857142857em 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 #dedede;
  margin-left: 72px;
  min-height: 3.2142857142857144em;
}
.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);
}
/*--------------------------------------------------------------
25.18 - DH Menu
--------------------------------------------------------------*/
.menu-cat-item-list-wrap {
  position: relative;
  display: table;
}
.menu-cat-item-list-wrap .menu-cat-item-space {
  width: 100%;
  display: table-cell;
}
.menu-cat-item-list-wrap .menu-cat-item-space i {
  display: block;
  width: 100%;
  border-color: #444444;
  border-style: dotted;
  border-width: 0 0 2px;
}
.menu-cat-item-list-wrap span {
  white-space: nowrap;
  position: relative;
}
.menu-cat-item-list-wrap span.menu-cat-item-price {
  line-height: 1;
}
.menu-cat-item-name {
  text-transform: uppercase;
}
.menu-cat-item-lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-cat-item-lists li {
  font-style: italic;
}
.dh-menu-special .menu-row-heading {
  background: rgba(0, 0, 0, 0) url("../images/special-line.png") no-repeat scroll center bottom;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-top: 30px;
}
.dh-menu-special .menu-row-heading h3 {
  color: #fff;
  margin: 0;
  font-size: 2.5em;
}
.dh-menu-special .menu-row {
  background: url(../images/panel-bg.png) no-repeat scroll 0 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}
.dh-menu-special .menu-cat-item-name {
  color: #fff;
  text-transform: uppercase;
}
.dh-menu-special .menu-cat-item-wrap {
  padding: 0 30px;
}
.dh-menu-special .menu-cat-item-list-wrap span {
  color: #bebebe;
}
.dh-menu-special .menu-cat-item-list-wrap .menu-cat-item-space i {
  border-color: #bebebe;
}
.dh-menu-special .menu-row-footer {
  text-align: center;
  margin-top: 30px;
  padding: 0 30px 30px;
}
.dh-menu-special .menu-row-footer a {
  color: #bebebe;
}
.dh-menu-fullwidth .row {
  position: relative;
  margin: 0;
}
.dh-menu-fullwidth .menu-cat-thumbnail-wrap {
  margin-top: 60px;
  padding: 0;
}
.dh-menu-fullwidth .menu-cat-item-wrap,
.dh-menu-fullwidth .menu-cat-wrap {
  padding: 30px;
}
.dh-menu-fullwidth .menu-cat-item-wrap {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../images/line.png) no-repeat scroll center bottom #f2f2f2;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .dh-menu-fullwidth .menu-cat-item-wrap {
    background: #f2f2f2;
    margin-bottom: 90px;
  }
}
.dh-menu-fullwidth .row-last-child .menu-cat-item-wrap {
  background: #f2f2f2;
}
.dh-menu-fullwidth .menu-cat-wrap {
  margin-top: 60px;
  background: #dedede;
}
.dh-menu-fullwidth .menu-row-even .menu-cat-wrap {
  text-align: right;
}
@media (max-width: 1199px) {
  .dh-menu-fullwidth .menu-row-even .menu-cat-wrap {
    text-align: center;
  }
}
.dh-menu-fullwidth .menu-row-even .menu-cat-wrap:before {
  content: "";
  position: absolute;
  background: #dedede;
  height: 100%;
  right: -100%;
  top: 0;
  width: 1000%;
}
.dh-menu-fullwidth .menu-row-even .menu-cat-wrap:after {
  background: #dedede;
  content: "";
  height: 15px;
  position: absolute;
  right: -8px;
  top: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  z-index: 1;
}
.dh-menu-fullwidth .menu-row-odd .menu-cat-thumbnail-wrap {
  float: left;
}
.dh-menu-fullwidth .menu-row-odd .menu-cat-item-wrap {
  float: right;
}
.dh-menu-fullwidth .menu-row-odd .menu-cat-wrap {
  text-align: left;
  float: right;
}
@media (max-width: 1199px) {
  .dh-menu-fullwidth .menu-row-odd .menu-cat-wrap {
    text-align: center;
  }
}
.dh-menu-fullwidth .menu-row-odd .menu-cat-wrap:before {
  content: "";
  position: absolute;
  background: #dedede;
  height: 100%;
  left: -100%;
  top: 0;
  width: 1000%;
}
.dh-menu-fullwidth .menu-row-odd .menu-cat-wrap:after {
  background: #dedede;
  content: "";
  height: 15px;
  position: absolute;
  left: -8px;
  top: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  z-index: 1;
}
.dh-menu-fullwidth .menu-cat-info,
.dh-menu-fullwidth .menu-cat-icon {
  position: relative;
  z-index: 2;
}
.dh-menu-fullwidth .menu-cat-icon img {
  max-width: 35px;
  max-height: 35px;
}
.dh-menu-fullwidth .menu-cat-title {
  text-transform: uppercase;
}
.dh-menu-fullwidth .menu-cat-item {
  padding-bottom: 0.7857142857142857em;
}
/*--------------------------------------------------------------
25.19 - Countdown
--------------------------------------------------------------*/
.countdown {
  width: 90%;
}
.countdown-item {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid;
  text-transform: uppercase;
}
.countdown-item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .countdown-item {
    border: none;
    width: 50%;
  }
}
.countdown-item .countdown-item-value {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 2.57em;
  font-weight: bold;
}
.countdown-white .countdown-item {
  color: #fff;
}
/*--------------------------------------------------------------
25.19 - Box Parallax
--------------------------------------------------------------*/
.box-parallax {
  position: relative;
}
.box-parallax-wrap {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .box-parallax-wrap {
    padding: 0 15px;
  }
  .box-parallax-wrap .box-parallax-content {
    padding: 15px;
  }
}
.box-parallax-image {
  width: 65%;
  float: left;
}
.box-parallax-image-right .box-parallax-image {
  float: right;
}
@media (max-width: 800px) {
  .box-parallax-image {
    width: 100%;
    position: relative;
  }
}
.box-parallax-content {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  padding: 40px;
  position: absolute;
  right: 0px;
  clear: right;
  float: right;
  margin-right: 0;
  width: 50%;
}
.box-parallax-image-right .box-parallax-content {
  left: 0px;
  right: auto;
}
@media (max-width: 1199px) {
  .box-parallax-content {
    padding: 30px;
  }
}
@media (max-width: 800px) {
  .box-parallax-content {
    width: 100%;
    position: relative;
    right: auto !important;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .box-parallax-content {
    padding: 0;
  }
}
/*--------------------------------------------------------------
26.0 - Header
--------------------------------------------------------------*/
.topbar {
  background: #1c1c1c;
  position: relative;
  color: #909090;
}
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}
.topbar .left-topbar {
  line-height: 3.5714285714285716em;
  height: 3.5714285714285716em;
}
.topbar .right-topbar {
  text-align: right;
  line-height: 3.5714285714285716em;
  height: 3.5714285714285716em;
}
.topbar .right-topbar .topbar-social {
  float: right;
  margin-right: 0.5em;
}
.topbar-info a {
  margin-right: 1.1em;
  font-size: 90%;
  color: #909090;
}
.topbar-info a:hover {
  text-decoration: underline;
}
.topbar-info a i {
  margin-right: 5px;
}
.topbar-icon-button {
  float: right;
}
.topbar-icon-button ~ .topbar-nav {
  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: #909090;
}
.topbar-icon-button > div a:hover {
  color: #997840;
}
.topbar-icon-button .navbar-minicart {
	display: block;
  position: relative;
}
.topbar-icon-button .navbar-minicart:before {
	display: block;
  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 {
	display: block;
  text-align: left;
  line-height: 1.6;
}
.topbar-social a {
  display: inline-block;
  width: 2.5em;
  text-align: center;
  font-size: 1em;
  color: #909090;
}
.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: #997840;
}
.topbar-nav {
  text-align: right;
  float: right;
}
.topbar-nav .top-nav > li {
  display: inline-block;
}
.topbar-nav .top-nav > li > a {
  padding: 0 0.5714285714285714em;
  line-height: 3.5714285714285716em;
  position: relative;
  font-size: 90%;
  color: #909090;
}
.topbar-nav .top-nav > li > a:before {
  border-right: 1px solid #aaaaaa;
  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: #909090;
}
.topbar-nav .top-nav a:hover,
.topbar-nav .top-nav a:focus {
  background: none;
}
.topbar-nav .top-nav .dropdown-menu {
  font-size: 90%;
}
.topbar-nav .top-nav .dropdown-menu a {
  color: #444444;
  padding: 0.5714285714285714rem 1rem;
}
.topbar-nav .top-nav .dropdown-menu a:hover,
.topbar-nav .top-nav .dropdown-menu a:focus {
  color: #111111;
}
.topbar-nav .top-nav .dropdown-menu .active a {
  background: none;
  color: #909090;
}
.topbar-nav .top-nav .dropdown-menu .active a:hover,
.topbar-nav .top-nav .dropdown-menu .active a:focus {
  color: #5d5d5d;
}
.topbar-nav .top-nav .dropdown-menu li {
  border-bottom: 1px solid #dedede;
}
.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.7142857142857143em 0.7142857142857143em;
}
.searchform-result .searchform-result-list {
  padding: 0.21428571428571427em 0.7142857142857143em 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.35714285714285715em;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #f2f2f2;
}
.searchform-result .searchform-result-list .search-entry {
  border-bottom: 1px dotted #dedede;
  padding: 0.7142857142857143em 0;
}
.searchform-result .searchform-result-list .search-entry .search-image {
  float: left;
  width: 1.7857142857142858em;
  text-align: center;
  margin: 0 0.7142857142857143em 0.35714285714285715em 0;
  font-size: 1.1428571428571428em;
}
.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: #909090;
  font-size: 90%;
}
.searchform-result .search-view-all {
  padding: 1.4285714285714286em 0;
  text-align: center;
  background-color: #f2f2f2;
  margin: -0.07142857142857142em 0 0;
  border-top: 1px solid #dedede;
}
.searchform-result .search-view-all a {
  font-size: 90%;
  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.35714285714285715em;
}
.header-navbar-default {
  position: relative;
}
.header-type-below.header-navbar-default .navbar-default {
  padding: 15px 0;
}
.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: #d9d9d9;
  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: #f8f8f8;
}
.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);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .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);
  }
  .header-transparent .topbar .topbar-nav .top-nav > li > a {
    color: #fff;
  }
  .header-transparent .topbar .topbar-nav .top-nav > li > a:before {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .header-transparent .topbar .topbar-nav .dropdown-menu a {
    background: transparent;
  }
  .header-transparent .topbar .topbar-nav .dropdown-menu li {
    border-color: rgba(218, 218, 218, 0.49);
  }
  .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);
    border-color: rgba(255, 255, 255, 0);
    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 > .open > a.minicart-link:before,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a.minicart-link:before,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a.minicart-link:before,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a.navbar-search-button:before,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a.navbar-search-button:before,
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a.navbar-search-button:before {
    background: #fff;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav .megamenu .megamenu-title {
    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-fixed-top {
    background: rgba(0, 0, 0, 0.8);
    border-color: transparent;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu a {
    background: transparent;
  }
  .header-transparent .navbar-default:not(.navbar-fixed-top) .megamenu > .dropdown-menu .dropdown-menu {
    background: transparent;
  }
  .header-transparent.header-navbar-below .navbar-header {
    background: rgba(0, 0, 0, 0.05);
  }
  .header-transparent.header-navbar-below .navbar-primary-nav {
    border-color: rgba(255, 255, 255, 0.23);
  }
}
.header-type-below.header-navbar-fixed {
  padding: 0 0 4.285714285714286em 0;
}
.heading-container {
  background: url(../images/heading-bg-1920x428.jpg) no-repeat scroll center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
.heading-container.heading-border {
  border-bottom: 1px solid #dedede;
}
.heading-container > div {
  height: 100%;
}
.heading-container.heading-resize {
  width: 100%;
}
.heading-container .heading-page-icon {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.heading-container .heading-page-icon > span {
  display: inline-block;
  width: 35px;
  height: 25px;
  margin-right: 50px;
}
.heading-container .heading-page-icon > span:last-child {
  margin-right: 0;
}
.heading-container .heading-page-icon > span.soups {
  background: url(../images/soups.png) no-repeat scroll center bottom;
}
.heading-container .heading-page-icon > span.chicken {
  background: url(../images/chicken.png) no-repeat scroll center bottom;
}
.heading-container .heading-page-icon > span.dizhes {
  background: url(../images/dizhes.png) no-repeat scroll center bottom;
}
.heading-container .heading-standar {
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .heading-container .heading-standar {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .heading-container .heading-standar .heading-page-icon {
    display: none;
  }
}
.heading-container .heading-standar .heading-wrap {
  overflow: hidden;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .heading-container .heading-standar .heading-wrap {
    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%);
    margin-top: 2.142857142857143em;
  }
}
.heading-container .heading-standar .page-title {
  float: none;
}
.heading-container .heading-standar .page-title h1 {
  margin: 0;
  font-size: 3em;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.header-default-center + .heading-container .heading-standar .page-title h1 {
  padding-bottom: 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-sub-title {
  color: #fff;
  font-family: "Dancing Script";
  font-size: 1.8em;
}
@media (max-width: 767px) {
  .heading-container .heading-standar .page-sub-title {
    font-size: 14.5px;
  }
}
.heading-container .heading-standar .page-breadcrumb {
  float: none;
  margin-top: 15px;
}
.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-parallax {
  position: relative;
}
.heading-container .heading-background {
  background-color: #f2f2f2;
  -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.5714285714285716em;
  font-weight: 700;
}
@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.7857142857142858em;
  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.5714285714285714em;
    padding-top: 1.5714285714285714em;
  }
}
.heading-container .heading-hero-background .heading-hero-content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.heading-container .heading-hero-background .heading-hero-content .heading-hero-top-title,
.heading-container .heading-hero-background .heading-hero-content .heading-hero-bottom-title {
  font-family: "Dancing Script";
  font-size: 1.7857142857142858em;
}
@media (max-width: 767px) {
  .heading-container .heading-hero-background .heading-hero-content .heading-hero-top-title,
  .heading-container .heading-hero-background .heading-hero-content .heading-hero-bottom-title {
    font-size: 1em;
  }
}
.heading-container .heading-hero-background .heading-hero-content .heading-hero-bottom-title {
  padding-bottom: 15px;
}
.heading-container .heading-hero-background .heading-hero-content .heading-hero-title {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 3em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .heading-container .heading-hero-background .heading-hero-content .heading-hero-title {
    font-size: 1.5em;
    text-align: center;
  }
}
.header-navbar-below .navbar-header {
  float: none;
}
.header-navbar-below .navbar-header > .container-fluid {
  width: 100%;
}
.header-navbar-below .navbar-header > .container-fluid,
.header-navbar-below .navbar-header > .container {
  display: table;
}
@media (max-width: 991px) {
  .header-navbar-below .navbar-header > .container-fluid,
  .header-navbar-below .navbar-header > .container {
    display: block;
  }
}
.header-navbar-below .navbar-fixed-top .navbar-primary-nav {
  border-top: 0px solid #000000;
}
.header-navbar-below .navbar-default .primary-navbar-collapse {
  float: none;
}
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav {
  float: none;
}
@media (min-width: 992px) {
  .header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav {
    display: table;
    margin: 0 auto;
  }
}
.header-navbar-below .navbar-default .primary-navbar-collapse .primary-nav > li > a {
  line-height: 4.285714285714286em;
}
@media (min-width: 992px) {
  .header-navbar-below .navbar-default:not(.navbar-fixed-top) {
    position: relative;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    border-top: 2px solid #292929;
  }
  .header-navbar-below ~ .content-container,
  .header-navbar-below ~ .heading-container {
    margin-top: -4.285714285714286em;
  }
  .header-navbar-below ~ .heading-container ~ .content-container {
    margin-top: 0 !important;
  }
}
.header-navbar-below ~ .heading-container.heading-border {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*--------------------------------------------------------------
27.0 - Footer
--------------------------------------------------------------*/
.footer-widget {
  background: #161616;
  color: #898989;
  font-size: 90%;
}
.footer-widget .footer-widget-wrap {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .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: #ffffff;
  margin-top: 0;
  margin-bottom: 1.5714285714285714em;
  font-size: 1.1em;
  position: relative;
  padding-bottom: 0.8em;
}
.footer-widget li {
  border-bottom: none;
  padding-left: 0;
  padding-bottom: 0.7857142857142857em;
  position: relative;
}
.footer-widget li .post-date {
  display: block;
  font-size: 90%;
  color: rgba(255, 255, 255, 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: #ffffff;
}
.footer-widget .social-widget-wrap i:hover {
  color: inherit;
}
.footer-widget .social-widget-wrap i {
  border: none !important;
  background: #1e1f23 !important;
  color: #898989 !important;
}
.footer-widget .social-widget-wrap a:hover i {
  color: #997840 !important;
}
.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: #ffffff;
  font-size: 14.5px;
  line-height: 1.6;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.footer-widget .posts-thumbnail-content h4 a:hover {
  color: #997840;
}
.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.7857142857142857em;
  margin-bottom: 0.7857142857142857em;
  border-bottom: none;
}
.footer-widget a {
  color: #ffffff;
  font-weight: 400;
}
.footer-widget a:hover {
  color: #997840;
}
.footer {
  background: url(../images/footer-line.png) repeat-x scroll left top #161616;
  color: #898989;
}
.footer a {
  color: #898989;
}
.footer .footer-info-wrap {
  padding: 50px 0;
}
.footer .footer-info-wrap .row {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer .footer-info-wrap .row > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.footer .footer-info-logo {
  padding: 0 0 30px 0;
}
@media (max-width: 767px) {
  .footer .footer-info-logo {
    float: none;
    text-align: center;
    padding: 15px 0;
  }
}
.footer .footer-info-text {
  font-size: 90%;
}
@media (max-width: 767px) {
  .footer .footer-info-text {
    float: none;
    text-align: center;
    padding: 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 8px;
  line-height: 0.7142857142857143em;
  display: inline-block;
  position: relative;
}
.footer .footer-menu .footer-nav li:before {
  content: "-\00a0";
  position: absolute;
  right: -8px;
  top: 0;
}
.footer .footer-menu .footer-nav li:last-child:before {
  display: none;
}
.footer .footer-menu .footer-nav li a {
  color: #898989;
  border-bottom: 1px solid transparent;
  font-size: 90%;
  text-transform: uppercase;
}
.footer .footer-menu .footer-nav li a:hover,
.footer .footer-menu .footer-nav li a:focus {
  color: #997840;
  border-bottom: 1px solid;
}
.footer .footer-info {
  color: #898989;
}
.footer .footer-info a {
  color: #898989;
}
.footer .footer-info a:hover {
  color: #997840;
}
.footer .footer-info .copyright {
  font-size: 90%;
  margin-top: 0.35714285714285715em;
  display: block;
}
@media (max-width: 767px) {
  .footer .footer-info .copyright {
    text-align: center;
    margin-bottom: 0.35714285714285715em;
  }
}
.footer .footer-info .footer-social a {
  color: #161616;
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  width: 2.5em;
}
.footer .footer-info .footer-social a i {
  background: #898989;
  border-radius: 100%;
  font-size: 1em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  width: 1.7em;
}
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-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.5714285714285714em;
}
.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.no-sorting > ul li {
  display: block;
}
.portfolio .portfolio-filter .filter-action .filter-btn,
.portfolio .portfolio-filter .filter-action .sort-btn {
  margin-left: 0.8571428571428571rem;
  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.6714285714285714rem 1.2rem;
  font-size: 14.5px;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #ffffff;
  background-color: #997840;
  border-color: #997840;
  padding: 0.5714285714285714rem 1rem;
}
.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: #444444;
  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: #997840;
}
.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: #755c31;
  border-color: #755c31;
}
.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: #755c31;
}
.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 #6e562e;
  box-shadow: 0 5px 0 #6e562e;
}
.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 #997840;
  box-shadow: 0 5px 0 #997840;
}
.portfolio .portfolio-filter .filter-action .filter-btn i,
.portfolio .portfolio-filter .filter-action .sort-btn i {
  margin-left: 0.35714285714285715em;
  -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.8571428571428571rem;
    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.8571428571428571rem;
  }
  .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: #997840;
}
.portfolio.portfolio-style-one .portfolio-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.portfolio.portfolio-style-one .portfolio-title a {
  color: #fff;
  font-size: 1.2857142857142858em;
}
.portfolio.portfolio-style-one .portfolio-meta {
  font-size: 90%;
}
.portfolio.portfolio-style-one .portfolio-caption {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #997840;
  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.5714285714285716em;
  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: #997840;
}
.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.2857142857142858em;
}
.portfolio.portfolio-style-two .portfolio-item-wrap .portfolio-meta {
  font-size: 90%;
}
.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(153, 120, 64, 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.2857142857142858em;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-meta {
  font-size: 90%;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-action {
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: 1.7857142857142858em;
  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.5714285714285716em;
  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: #997840;
}
.portfolio.portfolio-style-three .portfolio-item-wrap .portfolio-caption {
  padding-bottom: 3.5714285714285716em;
  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.7142857142857143em;
  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;
  font-weight: 300;
}
.portfolio.portfolio-style-lily .portfolio-meta {
  color: rgba(255, 255, 255, 0.7);
  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.7);
  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 .main-content .portfolio .single-portfolio-gallery-caroufredsel-main li {
  width: 100%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main li img {
  width: 100%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main .caroufredsel-prev,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-main .caroufredsel-next {
  display: none !important;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 16.666666666666664%;
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li:hover,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) {
  .single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs li {
    width: 33.33333333333333%;
  }
}
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs .caroufredsel .caroufredsel-wrap .caroufredsel-next,
.single-portfolio .main-content .portfolio .single-portfolio-gallery-caroufredsel-thumbs .caroufredsel .caroufredsel-wrap .caroufredsel-prev {
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 30px;
  background: #997840;
  border-color: #997840;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all a {
  font-size: 2.142857142857143em;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-title {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  margin: 0;
  text-align: center;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation {
  display: table-cell;
  width: 10%;
  vertical-align: middle;
  text-align: right;
}
.single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation a {
  line-height: 1;
  font-size: 2.142857142857143em;
  margin: 0 0 0 0.7142857142857143em;
}
@media (max-width: 767px) {
  .single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-title {
    width: 100%;
  }
  .single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-all,
  .single-portfolio .main-content .portfolio .portfolio-title-wrap .portfolio-navigation {
    display: none;
  }
}
.single-portfolio .main-content .portfolio .portfolio-summary .portfolio-excerpt {
  margin-bottom: 1.5714285714285714em;
}
.single-portfolio .main-content .portfolio .portfolio-featured {
  margin-bottom: 1.5714285714285714em;
}
.single-portfolio .main-content .portfolio .portfolio-featured img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.single-portfolio .main-content .portfolio .portfolio-link {
  margin-bottom: 1.5714285714285714em;
}
.single-portfolio .main-content .portfolio .portfolio-link .btn {
  width: 100%;
  text-transform: uppercase;
}
.single-portfolio .main-content .portfolio .portfolio-attributes {
  margin-bottom: 1.5714285714285714em;
}
.single-portfolio .main-content .portfolio .portfolio-attributes .portfolio-attribute {
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dedede;
  text-transform: capitalize;
}
.single-portfolio .main-content .portfolio .portfolio-attributes .portfolio-attribute i {
  color: #997840;
  margin-right: 0.35714285714285715em;
}
.single-portfolio .main-content .portfolio .portfolio-content {
  margin-top: 1.5714285714285714em;
}
.single-portfolio .main-content .portfolio .portfolio-share {
  margin-bottom: 1.5714285714285714em;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links {
  padding: 0;
  background: transparent;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons {
  text-align: left;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons a {
  background: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: #dedede;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .facebook-share a:hover {
  background-color: none;
  border-color: #47639e;
  color: #47639e;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .twitter-share a:hover {
  background-color: none;
  border-color: #55acee;
  color: #55acee;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .pinterest-share a:hover {
  background-color: none;
  border-color: #cb2027;
  color: #cb2027;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .google-plus-share a:hover {
  background-color: none;
  border-color: #dd4b39;
  color: #dd4b39;
}
.single-portfolio .main-content .portfolio .portfolio-share .share-links .share-icons .linkedin-share a:hover {
  background-color: none;
  border-color: #069;
  color: #069;
}
.single-portfolio .main-content .comments-area {
  padding-top: 0;
}
.related-portfolio {
  padding-bottom: 70px;
  background: #f2f2f2;
  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 .loadmore-action .btn-loadmore {
  display: block;
  width: 100%;
}
.posts .entry-title {
  font-size: 1.3em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .posts .entry-title {
    font-size: 2em;
  }
}
.posts .posts-wrap.posts-layout-grid .entry-format {
  display: none;
}
.posts .posts-wrap.posts-layout-grid .entry-title {
  font-size: 1.3em;
}
.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 .entry-format {
  display: none;
}
.posts .posts-wrap.posts-layout-masonry .entry-title {
  font-size: 1.3em;
}
.posts .posts-wrap.posts-layout-masonry .hentry {
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}
.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-medium .entry-format {
  display: none;
}
.posts .posts-wrap.posts-layout-medium .entry-title {
  font-size: 1.3em;
}
.posts .posts-wrap.posts-layout-medium .entry-featured {
  float: left;
  width: 22.857142857142858em;
  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.5714285714285714em;
    margin-right: 0;
  }
}
.posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info {
  padding-left: 24.357142857142858em;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info {
    padding-left: 0;
  }
}
@media (min-width: 800px) {
  .posts .posts-wrap.posts-layout-zigzag .hentry:nth-child(odd) .entry-featured {
    float: left;
    width: 58.333333333333336%;
    padding-right: 30px;
  }
  .posts .posts-wrap.posts-layout-zigzag .hentry:nth-child(odd) .entry-info {
    float: right;
    width: 41.66666666666667%;
  }
  .posts .posts-wrap.posts-layout-zigzag .hentry:nth-child(even) .entry-featured {
    float: right;
    width: 58.333333333333336%;
    padding-left: 30px;
  }
  .posts .posts-wrap.posts-layout-zigzag .hentry:nth-child(even) .entry-info {
    float: left;
    width: 41.66666666666667%;
  }
}
.posts .posts-wrap.posts-layout-center .hentry {
  text-align: center;
}
.posts .posts-wrap.posts-layout-center .entry-format {
  display: none;
}
@media (min-width: 480px) {
  .posts .posts-wrap.posts-layout-center .entry-featured {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.posts .posts-wrap.posts-layout-timeline {
  position: relative;
}
.posts .posts-wrap.posts-layout-timeline .entry-format {
  display: none;
}
.posts .posts-wrap.posts-layout-timeline:before {
  background-color: #f2f2f2;
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -0.10714285714285714em;
  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: 2px solid #fff;
  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 .timeline-badge a {
  color: #997840;
}
.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 {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link a {
  border: none;
  background: no-repeat;
  text-transform: none;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link a:hover {
  background: none;
}
.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 #dedede;
  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: #997840;
  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 #dedede;
  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: #997840;
  content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .hentry-wrap {
  border-color: #997840;
}
.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: #997840;
}
.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: #997840 !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.7857142857142857em;
  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: #000000;
  background: #dedede;
  padding: 0.5714285714285714rem 1rem;
  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: #dedede;
  font-size: 1.3em;
  position: relative;
  cursor: pointer;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover {
  color: #997840;
}
.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;
  font-size: 0.8rem;
  line-height: 1.4;
  white-space: nowrap;
  max-width: 14.285714285714286em;
  padding: 0.21428571428571427em 0.5714285714285714em;
  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: #997840;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@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 #dedede;
    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;
  background: transparent;
  float: left;
}
.entry-header {
  margin-bottom: 15px;
  position: relative;
}
.entry-header .entry-meta {
  margin-top: 8px;
}
.entry-featured {
  margin-bottom: 30px;
}
.entry-featured.entry-video {
  margin-bottom: 25px;
}
.entry-featured img {
  width: 100%;
  height: auto;
}
.entry-featured.video-featured:not(.col-md-8) {
  width: 100%;
  max-width: 100%;
}
.entry-format {
  width: 65px;
  height: 65px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 30px;
  color: #997840;
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .entry-format {
    display: none;
  }
}
.entry-title {
  font-size: 2.2em;
  margin-top: 0;
  font-weight: 700;
  margin: 0;
}
.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: #997840;
}
.entry-hide-thumbnail {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-hide-thumbnail .readmore-link {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-hide-thumbnail:hover {
  background: #f2f2f2;
}
.entry-hide-thumbnail:hover .readmore-link {
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-meta {
  color: #909090;
  font-style: italic;
}
.entry-meta.icon-meta i {
  margin-right: 5px;
}
.entry-meta.icon-meta > span {
  margin-right: 10px;
}
.entry-meta a {
  color: #909090;
}
.entry-meta a:hover {
  color: #997840;
}
.readmore-link {
  margin: 0;
  margin-top: 15px;
}
.readmore-link a {
  color: #997840;
  font-style: italic;
}
.readmore-link a::before {
  display: inline-block;
  margin-right: 5px;
  content: "+";
}
.readmore-link a:hover,
.readmore-link a:focus,
.readmore-link a:active {
  text-decoration: underline;
}
.post-navigation {
  margin-bottom: 30px;
}
.post-navigation .prev-post > span {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.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.35714285714285715em;
  font-size: 110%;
}
@media (max-width: 767px) {
  .post-navigation .prev-post {
    text-align: center;
    margin-bottom: 1.5714285714285714em;
  }
  .post-navigation .prev-post > span:before {
    display: none;
  }
}
.post-navigation .next-post {
  text-align: right;
}
.post-navigation .next-post > span {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.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.35714285714285715em;
  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: #909090;
  display: block;
}
.post-navigation a:hover {
  color: #997840;
}
.author-info {
  padding: 30px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .author-info {
    padding: 15px 0;
  }
}
.author-info .author-avatar {
  float: left;
}
.author-info .author-avatar img {
  max-width: 8.571428571428571em;
}
@media (max-width: 767px) {
  .author-info .author-avatar {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
.author-info .author-description {
  margin-left: 8.571428571428571em;
}
@media (max-width: 767px) {
  .author-info .author-description {
    margin-left: 0;
  }
}
.author-info .author-description .author-title {
  font-size: 1.1em;
  margin-top: 0;
}
@media (max-width: 767px) {
  .author-info .author-description .author-title {
    text-align: center;
  }
}
.author-info .author-description .author-title small {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 90%;
}
@media (max-width: 767px) {
  .author-info .author-description .author-title small {
    display: none;
  }
}
.author-info .author-description .author-link {
  display: block;
  font-weight: bold;
  margin-top: 1.5714285714285714em;
}
.author-info .author-social {
  text-align: left;
}
.author-info .author-social a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 0.821429em;
  text-align: center;
  background: none repeat scroll 0 0 #707070;
  font-size: 14.5px;
  height: 2em;
  line-height: 2em;
  width: 2em;
}
.author-info .author-social a:hover {
  background: #997840;
}
.entry-tags {
  color: #909090;
  margin-top: 15px;
  line-height: 1;
}
.entry-tags > span {
  font-size: 110%;
  color: #444444;
}
.entry-tags a {
  position: relative;
  display: inline-block;
  margin-bottom: 0.35714285714285715em;
  margin-right: 0.7142857142857143em;
  color: #909090;
  font-style: italic;
}
.entry-tags a:before {
  content: "#";
}
.entry-tags a:hover {
  text-decoration: underline;
}
.single .entry-title {
  font-weight: bold;
}
.single .main-content .entry-footer {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .single .main-content .entry-footer {
    text-align: center;
  }
}
.single .main-content .entry-tags {
  margin: 0;
}
.single .main-content .share-links {
  margin-top: 0;
}
@media (max-width: 767px) {
  .single .main-content .share-links {
    margin-top: 30px;
  }
}
.single .main-content .share-links .share-icons {
  text-align: right;
}
@media (max-width: 767px) {
  .single .main-content .share-links .share-icons {
    text-align: center;
  }
}
.single .main-content .share-links .share-icons a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 14.5px;
  background: #f2f2f2;
}
.single .below-content {
  margin-top: 0.7857142857142857em;
}
.share-links {
  margin-top: 30px;
}
.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.2857142857142858em;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #f2f2f2;
  line-height: 2.5em;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.7857142857142857em;
  color: #a5a5a5;
}
.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;
  }
}
.related-post {
  margin-top: 30px;
}
.related-post .related-post-title h3 {
  font-size: 1.5em;
}
.related-post .entry-featured {
  margin-bottom: 15px;
}
.related-post .related-post-items {
  margin-top: 1.5714285714285714em;
}
.related-post .post-title {
  font-size: 110%;
  margin-top: 0;
  margin-bottom: 0.35714285714285715em;
}
.related-post .entry-meta {
  font-size: 90%;
}
.related-post .entry-meta .meta-date {
  display: inline-block;
}
.related-post .excerpt {
  margin-top: 0.7857142857142857em;
}
/*--------------------------------------------------------------
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.7857142857142857em;
}
.comments-area .commentst-title h3 {
  font-size: 1.5em;
}
.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: 90%;
}
.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 {
    padding-left: 3.2142857142857144em;
    position: relative;
  }
}
li.comment {
  margin: 0;
  padding: 0;
}
.comment-img {
  float: left;
}
.comment-wrap {
  position: relative;
  margin: 0 0 30px 0px;
  padding: 0 0 30px;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .comment-wrap {
    padding: 15px;
  }
}
.comment-block {
  padding: 0;
  margin: 0 0 0 96px;
}
.comment-header {
  padding-bottom: 0.5714285714285714rem;
}
.comment-header span.pull-right {
  margin-top: 0.42857142857142855em;
}
.comment-content {
  position: relative;
}
.comment-author {
  color: #444444;
  font-weight: bold;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
.comment-author a:hover {
  color: #997840;
}
.ispostauthor {
  background: #8C8C8C;
  color: #fff;
  font-size: 90%;
  padding: 0.14285714285714285em 0.5714285714285714em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-meta {
  position: relative;
  /*margin: 0 0 0 30px;*/
  font-size: 90%;
  color: #909090;
}
.comment-meta .comment-edit-link {
  text-decoration: underline;
}
.comment-pending {
  padding: 0.5714285714285714rem 1rem;
  text-align: center;
  color: #262626;
  background-color: #777777;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.comment-reply-link {
  color: #997840;
}
.comment-reply-link:hover {
  text-decoration: underline;
}
#respond {
  margin-bottom: 3.5714285714285716em;
}
#respond .required {
  position: relative;
  color: #444444;
}
.comment-reply-title {
  font-size: 1.5em;
  position: relative;
}
.comment-reply-title a {
  color: inherit;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
#commentform {
  margin-bottom: 0;
}
.comment-notes,
.logged-in-as {
  margin-bottom: 0.7857142857142857em;
  font-size: 90%;
}
.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 {
  border-color: #dedede;
  margin-bottom: 20px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-weight: 400;
  text-transform: uppercase;
}
.comment-form-author ::-webkit-input-placeholder,
.comment-form-email ::-webkit-input-placeholder,
.comment-form-url ::-webkit-input-placeholder,
.comment-form-comment ::-webkit-input-placeholder {
  color: #444444;
}
.comment-form-author :-moz-placeholder,
.comment-form-email :-moz-placeholder,
.comment-form-url :-moz-placeholder,
.comment-form-comment :-moz-placeholder {
  color: #444444;
}
.comment-form-author ::-moz-placeholder,
.comment-form-email ::-moz-placeholder,
.comment-form-url ::-moz-placeholder,
.comment-form-comment ::-moz-placeholder {
  color: #444444;
}
.comment-form-author :-ms-input-placeholder,
.comment-form-email :-ms-input-placeholder,
.comment-form-url :-ms-input-placeholder,
.comment-form-comment :-ms-input-placeholder {
  color: #444444;
}
.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;
}
.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-rating .required,
.comment-form-comment .required {
  color: #fe252c !important;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-rating {
  margin-bottom: 1.0714285714285714em;
  margin-bottom: 20px;
}
.comment-form-comment textarea {
  font-size: 14.5px;
  margin-bottom: 1.5714285714285714em;
  height: 14.285714285714286em;
  resize: none;
  width: 100%;
  margin-top: 0em;
}
#review_form .form-submit,
.comment-form .form-submit {
  margin: 0;
}
#review_form .form-submit input[type="submit"],
.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.6714285714285714rem 1.2rem;
  font-size: 14.5px;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #ffffff;
  background-color: #997840;
  border-color: #997840;
  background: rgba(0, 0, 0, 0) !important;
  border-width: 1px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #997840;
}
#review_form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:hover,
#review_form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:focus {
  color: #444444;
  text-decoration: none;
}
#review_form .form-submit input[type="submit"] i,
.comment-form .form-submit input[type="submit"] i,
#review_form .form-submit input[type="submit"] span,
.comment-form .form-submit input[type="submit"] span {
  z-index: 2;
  position: relative;
}
#review_form .form-submit input[type="submit"].btn-style-outlined,
.comment-form .form-submit input[type="submit"].btn-style-outlined {
  color: #997840;
}
#review_form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:hover,
#review_form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:focus,
#review_form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:active,
#review_form .form-submit input[type="submit"].active,
.comment-form .form-submit input[type="submit"].active {
  color: #ffffff;
  background-color: #755c31;
  border-color: #755c31;
}
#review_form .form-submit input[type="submit"]:hover.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:hover.btn-style-outlined,
#review_form .form-submit input[type="submit"]:focus.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:focus.btn-style-outlined,
#review_form .form-submit input[type="submit"]:active.btn-style-outlined,
.comment-form .form-submit input[type="submit"]:active.btn-style-outlined,
#review_form .form-submit input[type="submit"].active.btn-style-outlined,
.comment-form .form-submit input[type="submit"].active.btn-style-outlined {
  color: #755c31;
}
#review_form .form-submit input[type="submit"]:hover.btn-style-3d,
.comment-form .form-submit input[type="submit"]:hover.btn-style-3d,
#review_form .form-submit input[type="submit"]:focus.btn-style-3d,
.comment-form .form-submit input[type="submit"]:focus.btn-style-3d,
#review_form .form-submit input[type="submit"]:active.btn-style-3d,
.comment-form .form-submit input[type="submit"]:active.btn-style-3d,
#review_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 #6e562e;
  box-shadow: 0 5px 0 #6e562e;
}
#review_form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:active,
#review_form .form-submit input[type="submit"].active,
.comment-form .form-submit input[type="submit"].active {
  background-image: none;
}
#review_form .form-submit input[type="submit"].btn-style-3d,
.comment-form .form-submit input[type="submit"].btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #997840;
  box-shadow: 0 5px 0 #997840;
}
#review_form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:hover {
  background: #997840 !important;
  color: #fff !important;
}
/*--------------------------------------------------------------
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.7857142857142857em;
  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: 90%;
  color: #909090;
}
.extra-sidebar .widget_rss li ul,
.main-sidebar .widget_rss li ul,
.extra-sidebar .widget_pages li ul,
.main-sidebar .widget_pages li ul,
.extra-sidebar .widget_archive li ul,
.main-sidebar .widget_archive li ul,
.extra-sidebar .widget_meta li ul,
.main-sidebar .widget_meta li ul,
.extra-sidebar .widget_nav_menu li ul,
.main-sidebar .widget_nav_menu li ul,
.extra-sidebar .widget_categories li ul,
.main-sidebar .widget_categories li ul,
.extra-sidebar .widget_recent_entries li ul,
.main-sidebar .widget_recent_entries li ul,
.extra-sidebar .widget_recent_comments li ul,
.main-sidebar .widget_recent_comments li ul {
  padding-top: 15px;
}
.extra-sidebar .widget_rss li ul li:last-child,
.main-sidebar .widget_rss li ul li:last-child,
.extra-sidebar .widget_pages li ul li:last-child,
.main-sidebar .widget_pages li ul li:last-child,
.extra-sidebar .widget_archive li ul li:last-child,
.main-sidebar .widget_archive li ul li:last-child,
.extra-sidebar .widget_meta li ul li:last-child,
.main-sidebar .widget_meta li ul li:last-child,
.extra-sidebar .widget_nav_menu li ul li:last-child,
.main-sidebar .widget_nav_menu li ul li:last-child,
.extra-sidebar .widget_categories li ul li:last-child,
.main-sidebar .widget_categories li ul li:last-child,
.extra-sidebar .widget_recent_entries li ul li:last-child,
.main-sidebar .widget_recent_entries li ul li:last-child,
.extra-sidebar .widget_recent_comments li ul li:last-child,
.main-sidebar .widget_recent_comments li ul li:last-child {
  padding-bottom: 0;
}
.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: 30px;
}
.main-sidebar .widgettitle,
.main-sidebar .widget-title {
  position: relative;
}
.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.7714285714285714em;
  height: 2.7714285714285714em;
  position: absolute;
  right: 0;
  text-align: center;
  background: #997840;
  line-height: 2.7714285714285714em;
  color: #fff;
  -webkit-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  float: left;
  margin: 0 0.2857142857142857em 0.2857142857142857em 0;
  padding: 0.6em 1.2em;
  font-size: 14.5px;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  vertical-align: middle;
  font-size: 90% !important;
  border: 1px solid #dedede;
  color: #444444;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  background: #997840;
  border-color: #997840;
  color: #fff;
}
#wp-calendar {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5714285714285714em;
  background: #f2f2f2;
  border: 1px solid #dedede;
}
#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.7142857142857143em;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dedede;
}
#wp-calendar > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #dedede;
  background: #f2f2f2;
}
#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: 1px solid #dedede;
}
#wp-calendar caption {
  background-color: #f2f2f2;
  padding: 0.5714285714285714em;
  text-transform: uppercase;
}
#wp-calendar > thead th {
  background-color: #e5e5e5;
  border: none !important;
  text-align: center;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}
#wp-calendar > tbody > tr > td {
  border: none;
  line-height: 2.7em;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
#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: #997840;
  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;
}
.social-widget-wrap a {
  margin: 0 10px 0 0;
}
.social-widget-wrap a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.recent-tweets ul {
  list-style: none;
}
.recent-tweets ul li {
  padding-bottom: 30px;
}
.recent-tweets ul li a {
  color: #909090;
}
.recent-tweets ul li a:hover {
  color: #997840;
}
.recent-tweets .twitter_time {
  margin-top: 8px;
  display: block;
  font-size: 90%;
}
.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 .posts-thumbnail-meta {
  color: #909090;
  font-style: italic;
}
.posts-thumbnail-content .posts-thumbnail-meta > time {
  font-size: 90%;
  color: #909090;
}
.posts-thumbnail-content .posts-thumbnail-meta > span a {
  font-size: 90%;
  color: #909090;
}
.posts-thumbnail-content .posts-thumbnail-meta > span a i {
  margin-right: 0.14285714285714285em;
}
.posts-thumbnail-content .posts-thumbnail-meta > span a:hover {
  color: #997840;
}
.posts-thumbnail-content > a,
.posts-thumbnail-content > h4 {
  display: block;
  margin: 0 0 0.35714285714285715em 0;
  font-size: 0.9em;
  color: #000000;
  font-weight: 700;
}
.posts-thumbnail-content > a:hover,
.posts-thumbnail-content > h4:hover {
  color: #997840;
}
.posts-thumbnail-content > h4 a {
  color: #000000;
}
.posts-thumbnail-content > h4 a:hover {
  color: #997840;
}
.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: 90%;
  margin-bottom: 5px;
}
.mailchimp-form-result .error {
  color: #fe252c;
}
.mailchimp-form-result .success {
  color: #a0ce4e;
}
.widget_rss cite,
.widget_rss .rss-date {
  font-size: 90%;
  color: #909090;
  display: block;
}
.widget_rss .rssSummary {
  margin-top: 0.7857142857142857em;
  font-size: 90%;
}
.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
--------------------------------------------------------------*/
.wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 100%;
  height: 2.7714285714285714em;
  padding: 0.5714285714285714rem;
  font-size: 14.5px;
  line-height: 1.6;
  color: #444444;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dedede;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none;
}
.wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #997840;
  outline: none;
}
.wpcf7-form-control:not(.wpcf7-submit)[disabled],
.wpcf7-form-control:not(.wpcf7-submit)[readonly],
fieldset[disabled] .wpcf7-form-control:not(.wpcf7-submit) {
  cursor: not-allowed;
  background-color: #777777;
  opacity: 1;
  filter: alpha(opacity=100);
}
textarea.wpcf7-form-control:not(.wpcf7-submit) {
  height: auto;
}
.wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin-top: 0.35714285714285715em;
  margin-bottom: 0.7857142857142857em;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
  color: #fe252c;
  border-color: #fe252c;
}
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;
}
.wpcf7-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.6714285714285714rem 1.2rem;
  font-size: 14.5px;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #ffffff;
  background-color: #997840;
  border-color: #997840;
  background: rgba(0, 0, 0, 0) !important;
  border-width: 1px !important;
  font-weight: 700;
  color: #997840;
  text-transform: uppercase;
  padding-right: 2rem;
  padding-left: 2rem;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  color: #444444;
  text-decoration: none;
}
.wpcf7-submit i,
.wpcf7-submit span {
  z-index: 2;
  position: relative;
}
.wpcf7-submit.btn-style-outlined {
  color: #997840;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit.active {
  color: #ffffff;
  background-color: #755c31;
  border-color: #755c31;
}
.wpcf7-submit:hover.btn-style-outlined,
.wpcf7-submit:focus.btn-style-outlined,
.wpcf7-submit:active.btn-style-outlined,
.wpcf7-submit.active.btn-style-outlined {
  color: #755c31;
}
.wpcf7-submit:hover.btn-style-3d,
.wpcf7-submit:focus.btn-style-3d,
.wpcf7-submit:active.btn-style-3d,
.wpcf7-submit.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #6e562e;
  box-shadow: 0 5px 0 #6e562e;
}
.wpcf7-submit:active,
.wpcf7-submit.active {
  background-image: none;
}
.wpcf7-submit.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #997840;
  box-shadow: 0 5px 0 #997840;
}
.wpcf7-submit:hover {
  background: #997840 !important;
  color: #fff !important;
}
span.wpcf7-not-valid-tip {
  color: #fe252c;
  font-size: 90%;
  display: block;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7-response-output {
  padding: 0.5714285714285714rem 1rem;
  margin: 0.35714285714285715em 0 0 0;
}
div.wpcf7-validation-errors {
  border: 1px solid #fe252c;
}
.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,
.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-zigzag .hentry .hentry-wrap:before,
.posts .posts-wrap.posts-layout-zigzag .hentry .hentry-wrap:after,
.posts .posts-wrap.posts-layout-timeline .hentry:before,
.posts .posts-wrap.posts-layout-timeline .hentry: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,
.masonry-filter:before,
.masonry-filter:after,
.masonry-filter .filter-action:before,
.masonry-filter .filter-action: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,
.posts .posts-wrap:after,
.posts .posts-wrap.posts-layout-grid:after,
.posts .posts-wrap.posts-layout-zigzag .hentry .hentry-wrap:after,
.posts .posts-wrap.posts-layout-timeline .hentry: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,
.masonry-filter:after,
.masonry-filter .filter-action: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.5714285714285714em;
}
.alignright {
  float: right;
  margin-left: 1.5714285714285714em;
}
.aligncenter {
  display: block;
  margin: 1.5714285714285714em auto;
}
.wp-post-image {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wp-caption-text {
  text-align: center;
  margin-top: 0.35714285714285715em;
}
.gallery-caption {
  max-width: 100%;
  padding: 0.35714285714285715em;
}
.wp-caption {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #dedede;
  max-width: 100%;
  padding: 0.35714285714285715em;
}
.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.5714285714285714em;
  margin-bottom: 1.5714285714285714em;
}
[data-paginate="infinite_scroll"] .paginate,
[data-paginate="loadmore"] .paginate {
  display: none;
}
.masonry-filter {
  margin-bottom: 30px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.masonry-filter .filter-action {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  text-align: right;
}
.masonry-filter .filter-action.filter-action-center {
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 1em;
}
.masonry-filter .filter-action.filter-action-center > ul {
  float: none;
  text-transform: uppercase;
  text-align: center;
}
.masonry-filter .filter-action.filter-action-center > ul li {
  float: none;
  padding: 0.5em 1.5em;
  display: inline-block !important;
  position: relative;
}
.masonry-filter .filter-action.filter-action-center > ul li:before {
  content: '/';
  position: absolute;
  right: 0;
  font-weight: bold;
  color: #909090;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.masonry-filter .filter-action.filter-action-center > ul li:last-child:before {
  display: none;
}
.masonry-filter .filter-action.filter-action-center > ul li a {
  padding: 0 ;
  border-bottom: none;
  font-weight: bold;
}
.masonry-filter .filter-action.filter-action-center > ul li a.selected {
  color: #997840;
}
@media (max-width: 767px) {
  .masonry-filter .filter-action {
    width: 100%;
    text-align: left;
    display: block;
  }
}
.masonry-filter .filter-action > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.masonry-filter .filter-action > ul li {
  display: none;
  float: left;
  padding: 0.5714285714285714rem 1rem;
}
@media (max-width: 767px) {
  .masonry-filter .filter-action > ul li {
    display: block;
  }
}
.masonry-filter .filter-action > ul li a {
  display: block;
  border-bottom: 1px solid transparent;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
.masonry-filter .filter-action > ul li a.selected {
  color: #997840;
  border-bottom-color: #997840;
}
@media (max-width: 991px) {
  .masonry-filter .filter-action > ul {
    margin-top: 0.8571428571428571rem;
    clear: both;
  }
}
.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.42857142857142855em;
  border: 1px solid #dedede;
}
.box-border,
.box-border-circle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dedede;
}
.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.42857142857142855em;
}
.box-shadow-3d {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.0714285714285714em;
}
.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;
  }
}
.nice-border {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
}
.nice-border .nice-border-bottom-left,
.nice-border .nice-border-bottom-right,
.nice-border .nice-border-top-right,
.nice-border .nice-border-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.7em;
  height: 0.7em;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #997840;
}
.nice-border .nice-border-bottom-left:after,
.nice-border .nice-border-bottom-right:after,
.nice-border .nice-border-top-right:after,
.nice-border .nice-border-top-left:after,
.nice-border .nice-border-bottom-left:before,
.nice-border .nice-border-bottom-right:before,
.nice-border .nice-border-top-right:before,
.nice-border .nice-border-top-left:before {
  position: absolute;
  content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #997840 transparent transparent transparent;
  width: 0;
  height: 0;
  left: -3px;
  bottom: -3px;
}
.nice-border .nice-border-bottom-left:after,
.nice-border .nice-border-bottom-right:after,
.nice-border .nice-border-top-right:after,
.nice-border .nice-border-top-left:after {
  left: auto;
  right: -3px;
  top: -3px;
  bottom: auto;
}
.nice-border .nice-border-top-right {
  right: 0;
  left: auto;
  border-width: 3px 3px 0 0 ;
}
.nice-border .nice-border-top-right::after,
.nice-border .nice-border-top-right::before {
  border-width: 0 3px 3px;
  border-color: transparent #997840 transparent transparent;
  left: auto;
  right: -3px;
}
.nice-border .nice-border-top-right::after {
  left: -6px;
  right: auto;
  top: -3px;
}
.nice-border .nice-border-bottom-left {
  top: auto;
  bottom: 0;
  border-width: 0 0 3px 3px ;
}
.nice-border .nice-border-bottom-left::after,
.nice-border .nice-border-bottom-left::before {
  border-width: 3px 0 0 3px;
  border-color: transparent transparent transparent #997840;
  left: auto;
  right: -3px;
}
.nice-border .nice-border-bottom-left::after {
  bottom: auto;
  top: -3px;
  right: auto;
  left: -3px;
}
.nice-border .nice-border-bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-width: 0 3px 3px 0;
}
.nice-border .nice-border-bottom-right::after,
.nice-border .nice-border-bottom-right::before {
  border-width: 0  0 3px 3px;
  border-color: transparent transparent #997840 transparent;
}
.nice-border .nice-border-content {
  position: relative;
  z-index: 2;
}
/*--------------------------------------------------------------
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
--------------------------------------------------------------*/
.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.7714285714285714em;
  line-height: 2.7714285714285714em;
  border-color: #dedede;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #dedede;
}
.custom-product-tabs > .nav-tabs {
  text-align: center;
  margin-bottom: 30px;
}
.custom-product-tabs > .nav-tabs > li {
  display: inline-block;
  float: none;
}
.custom-product-tabs > .nav-tabs > li > a {
  background: transparent;
  border: none;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  border-right: 1px solid #dedede;
}
.custom-product-tabs > .nav-tabs > li > a:hover {
  background: transparent;
}
.custom-product-tabs > .nav-tabs > li:last-child a {
  border-right: none !important;
}
.custom-product-tabs > .nav-tabs > li.active > a {
  font-weight: bold;
}
.custom-product-tabs > .nav-tabs > li.active > a,
.custom-product-tabs > .nav-tabs > li.active > a:hover,
.custom-product-tabs > .nav-tabs > li.active > a:focus {
  border-width: 0 1px 0 0;
  background: transparent;
}
.custom-product-tabs .tab-content {
  background: transparent;
}
.form-submit-outline .dhvc-form-submit,
.form-submit-outline .dhvc-form-submit:hover,
.form-submit-outline .dhvc-form-submit:focus {
  float: none;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  background: none;
  border: 2px solid #ffffff;
  opacity: 1;
  -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
}
.form-submit-outline .dhvc-form-submit:hover,
.form-submit-outline .dhvc-form-submit:focus {
  background: #fff;
  color: #997840;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.box-absolute {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.them-swoops-bg {
  padding: 0;
}
@media (min-width: 480px) {
  .reservation-main-image .single-image {
    margin-bottom: 40px;
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .them-swoops-section .col-sm-6 {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .margin-bottom-40 {
    position: relative;
    bottom: -40px;
  }
}
.footer-contact-icon {
  text-align: center;
}
.footer-contact-icon a {
  color: #997840;
  text-transform: uppercase;
  font-size: 0.9em;
}
.footer-contact-icon a > i {
  font-size: 1.6em;
  margin-bottom: 10px;
  display: block;
}
.footer-contact-icon .footer-contact-icon-link {
  display: block;
  color: #fff;
}
.booking-form .dhvc-form-group input, .booking-form .dhvc-form-group input[type="text"], .booking-form .dhvc-form-group select, .booking-form .dhvc-form-group textarea {
  background-color: #997840;
  color: #ffffff;
  border-width: 0 0 1px 0;
  border-color: #ffffff;
  box-shadow: none;
}
.booking-form .fa {
  color: #fff;
}
.booking-form input::-webkit-input-placeholder {
  color: #fff;
}
.booking-form input::-webkit-input-placeholder {
  color: #fff;
}
.booking-form input:-moz-placeholder {
  color: #fff;
}
.booking-form input::-moz-placeholder {
  color: #fff;
}
.booking-form input:-ms-input-placeholder {
  color: #fff;
}
.booking-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.booking-form textarea:-moz-placeholder {
  color: #fff;
}
.booking-form textarea::-moz-placeholder {
  color: #fff;
}
.booking-form textarea:-ms-input-placeholder {
  color: #fff;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color:#997840;
  background: none;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
}