/**
Theme Name: WooW
*/
/**
 * 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 - Close icons
 * 14.0 - Mediaelementplayer
 * 15.0 - Modals
 * 16.0 - Tooltips
 * 17.0 - Carousel
 * 18.0 - DH Slider
 * 19.0 - Shortcodes
 * 	  19.1 - Caroufredsel Slider
 * 	  19.2 - Testimonial
 * 	  19.3 - Counter
 * 	  19.4 - Countdown
 * 	  19.5 - Instagram
 * 	  19.6 - Video
 *    19.7 - Box Feature
 * 20.0 - Header
 * 21.0 - Footer
 * 22.0 - Post
 * 23.0 - Comment form
 * 24.0 - Widget sidebar
 * 25.0 - Contact form
 * 26.0 - Utility classes
 * 27.0 - Responsive: Utility classes
 * 28.0 - Custom style
 */
.heading-center-custom {
  display: table;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 18px;
}
.heading-center-custom:after,
.heading-center-custom:before {
  content: '';
  width: 35px;
  top: 50%;
  margin-top: -1px;
  background: #000000;
  position: absolute;
  height: 2px;
}
.heading-center-custom:after {
  left: 0;
}
.heading-center-custom:before {
  right: 0;
}
@media (max-width: 767px) {
  .heading-center-custom {
    padding: 0;
  }
  .heading-center-custom:after,
  .heading-center-custom:before {
    display: none;
  }
}
.heading-left-custom {
  font-size: 1em;
  line-height: 0.7;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.heading-left-custom:after {
  content: '';
  width: 23px;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*--------------------------------------------------------------
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;
  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: 2em;
}
.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: 2;
  vertical-align: middle;
  border-top: 1px solid #dedede;
}
.main-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #dedede;
}
.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: "Karla", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #464646;
  background: #ffffff;
  font-style: normal;
  font-weight: 400;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #08c;
  text-decoration: none;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid #7c7c7c;
}
.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.5em;
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;
  color: #2b2b2b;
  background-color: #f8f9fb;
  border: 1px solid #e5e5e5;
  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;
}
@-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 #08c;
  -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: 2em;
  margin-bottom: 2em;
}
.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: #08c;
  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.5714285714285714rem 1rem;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  border: 1px solid #2b2b2b;
  text-transform: uppercase;
  color: #2b2b2b;
  position: relative;
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.loadmore-action .btn-loadmore:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #08c;
  z-index: -1;
}
.loadmore-action .btn-loadmore:hover,
.loadmore-action .btn-loadmore:focus {
  text-decoration: none;
  border-color: #08c;
  color: #fff;
}
.loadmore-action .btn-loadmore:hover:after,
.loadmore-action .btn-loadmore:focus:after {
  left: 0%;
}
.loadmore-action .btn-loadmore i,
.loadmore-action .btn-loadmore span {
  z-index: 2;
  position: relative;
}
.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;
}
.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: "Karla", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  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: #7e7e7e;
}
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: "Karla", Helvetica, Arial, sans-serif;
  font-size: 2.5714285714285716em;
  font-style: normal;
  font-weight: 700;
}
h2,
.h2 {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 2.142857142857143em;
  font-style: normal;
  font-weight: 700;
}
h3,
.h3 {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 1.7142857142857142em;
  font-style: normal;
  font-weight: 700;
}
h4,
.h4 {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 1.2857142857142858em;
  font-style: normal;
  font-weight: 700;
}
h5,
.h5 {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}
h6,
.h6 {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
p {
  margin: 0 0 1em;
}
.el-heading {
  margin-top: 0;
  font-size: 1.7142857142857142em;
  margin-bottom: 1rem;
}
.lead {
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.heading-bold-first-word,
.heading-typed {
  margin-top: 0;
  font-weight: lighter;
}
.heading-bold-first-word > span {
  font-weight: bold;
}
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: #7e7e7e;
}
.text-primary {
  color: #08c;
}
a.text-primary:hover {
  color: #aa8c5f;
}
.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: #08c;
}
a.bg-primary:hover {
  background-color: #aa8c5f;
}
.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: 0em;
  margin: 4em 0 2em;
  border-bottom: 1px solid #e5e5e5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
  list-style: none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 2em;
}
dt,
dd {
  line-height: 2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #7e7e7e;
}
blockquote {
  padding: 0 0 0 1.4285714285714286em;
  margin: 2em 0 2em;
  font-size: 14px;
  border-left: 3px solid #e5e5e5;
  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: 2;
  color: #7e7e7e;
  text-transform: uppercase;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote:after {
  content: "";
}
address {
  margin-bottom: 2em;
  font-style: normal;
  line-height: 2;
}
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;
  }
}
#wrapper {
  -webkit-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.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;
  }
}
@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: 60px;
  padding-bottom: 60px;
  min-height: 500px;
}
@media (max-width: 767px) {
  .content-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-container.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.single-product .content-container {
  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;
}
.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;
  }
}
.main-sidebar > div:first-child .widget-title {
  margin-top: 0;
}
@media (min-width: 800px) {
  .page-layout-left-sidebar .main-wrap {
    float: right;
  }
}
@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%;
  }
}
@media (max-width: 767px) {
  .sidebar-wrap {
    border-top: 1px solid #e5e5e5;
    clear: both;
    margin-top: 60px;
    padding-top: 30px;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    width: 100%;
  }
}
.column {
  position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*--------------------------------------------------------------
5.0 - Tables
--------------------------------------------------------------*/
table {
  background-color: #ffffff;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
}
.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: 2;
  vertical-align: middle;
  border-top: 1px solid #dedede;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #dedede;
}
.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: #000000;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #000000;
  /* 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: 2em;
  font-size: 21px;
  line-height: inherit;
  color: #2b2b2b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
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: 14px;
  line-height: 2;
  color: #464646;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.5714285714285714rem;
  font-size: 14px;
  line-height: 2;
  color: #464646;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form-control:focus {
  border-color: #000000;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #000000;
  box-shadow: inset 0 0 0 1px #000000;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #7c7c7c;
  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: 40px;
  line-height: 2 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 137.325%;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 3.9814285714285713em;
}
.form-group {
  margin-bottom: 1.0714285714285714em;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 2em;
  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: 137.325%;
  padding: 0.5rem 0.8571428571428571rem;
  font-size: 85%;
  line-height: 1.6;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
select.input-sm {
  height: 137.325%;
  line-height: 137.325%;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 3.9814285714285713em;
  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.9814285714285713em;
  line-height: 3.9814285714285713em;
}
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: #cccccc;
  width: 17px;
  top: 50%;
  margin-top: -8.5px;
  color: #000000;
}
.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: #000000;
}
.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;
  pointer-events: none;
}
.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 #cccccc;
  outline: none;
  height: 42px;
}
.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;
  text-transform: uppercase;
  padding: 0.5714285714285714rem 1rem;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #08c;
  z-index: -1;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  border-color: #08c;
  color: #fff;
}
.btn:hover:after,
.btn:focus:after {
  left: 0%;
}
.btn i,
.btn span {
  z-index: 2;
  position: relative;
}
.btn-default {
  color: #464646;
  background-color: #f8f9fb;
  border-color: #f8f9fb;
  background: transparent;
  border: 1px solid #2b2b2b;
  text-transform: uppercase;
  color: #2b2b2b;
  position: relative;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  border-color: #08c;
  color: #fff;
}
.btn-default:hover:after,
.btn-default:focus:after,
.btn-default:active:after,
.btn-default.active:after {
  left: 0%;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #08c;
  border-color: #08c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  border-color: #08c;
  color: #fff;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary:active:after,
.btn-primary.active:after {
  left: 0%;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-success {
  color: #ffffff;
  background-color: #a0ce4e;
  border-color: #a0ce4e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  border-color: #08c;
  color: #fff;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success:active:after,
.btn-success.active:after {
  left: 0%;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-info {
  color: #ffffff;
  background-color: #63b5fd;
  border-color: #63b5fd;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  border-color: #08c;
  color: #fff;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info:active:after,
.btn-info.active:after {
  left: 0%;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-warning {
  color: #ffffff;
  background-color: #feab62;
  border-color: #feab62;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  border-color: #08c;
  color: #fff;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning:active:after,
.btn-warning.active:after {
  left: 0%;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-danger {
  color: #ffffff;
  background-color: #fe252c;
  border-color: #fe252c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  border-color: #08c;
  color: #fff;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger:active:after,
.btn-danger.active:after {
  left: 0%;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  border-color: #08c;
  color: #fff;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black:active:after,
.btn-black.active:after {
  left: 0%;
}
.btn-black:active,
.btn-black.active {
  background-image: none;
}
.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  border-color: #08c;
  color: #fff;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white:active:after,
.btn-white.active:after {
  left: 0%;
}
.btn-white:active,
.btn-white.active {
  background-image: none;
}
.btn-outline {
  background: transparent;
  border: 1px solid #2b2b2b;
  text-transform: uppercase;
  color: #2b2b2b;
  position: relative;
}
.btn-primary-outline {
  background: transparent;
  border-color: #08c;
  text-transform: uppercase;
  color: #08c;
  position: relative;
}
.btn-success-outline {
  background: transparent;
  border: 1px solid #a0ce4e;
  text-transform: uppercase;
  color: #a0ce4e;
  position: relative;
}
.btn-info-outline {
  background: transparent;
  border: 1px solid #63b5fd;
  text-transform: uppercase;
  color: #63b5fd;
  position: relative;
}
.btn-warning-outline {
  background: transparent;
  border: 1px solid #feab62;
  text-transform: uppercase;
  color: #feab62;
  position: relative;
}
.btn-danger-outline {
  background: transparent;
  border: 1px solid #fe252c;
  text-transform: uppercase;
  color: #fe252c;
  position: relative;
}
.btn-white-outline {
  background: transparent;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.btn-black-outline {
  background: transparent;
  border: 1px solid #000000;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.btn-lg {
  padding: 0.8571428571428571rem 1.2857142857142858rem;
  font-size: 1.2857142857142858em;
  line-height: 1.33;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 0.8571428571428571rem;
  font-size: 85%;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.btn-xs {
  padding: 0.21428571428571427rem 0.5rem;
  font-size: 85%;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.btn-align-center {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.btn-align-right {
  float: right;
}
.btn-uppercase {
  text-transform: uppercase;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.rounded {
  border-radius: 25px !important;
}
/*--------------------------------------------------------------
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;
  padding: 10px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  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 > li > a {
  display: block;
  padding: 0.35714285714285715em 1.4285714285714286em;
  clear: both;
  line-height: 2;
  color: #2b2b2b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #1e1e1e;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #08c;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
/*--------------------------------------------------------------
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 #e5e5e5;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 2;
  border: 1px solid transparent;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: #7c7c7c;
}
.nav-tabs > li > a > i {
  margin-right: 0.5em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff;
  color: #000000;
  border: 1px solid #e5e5e5;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs-center {
  display: table;
  margin: 0 auto;
}
.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;
}
/*--------------------------------------------------------------
10.0 - Navbars
--------------------------------------------------------------*/
.navbar {
  margin-bottom: 2em;
  border-bottom: 0px solid transparent;
  position: relative;
}
@media (min-width: 900px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 900px) {
  .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;
  }
}
.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: 900px) {
  .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, -60px, 0);
  transform: translate3d(0, -60px, 0);
}
@media (min-width: 900px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.boxed-wrap .navbar-fixed-top {
  left: auto;
  right: auto;
}
.navbar-fixed-top.fixed-transition {
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar-fixed-top {
  top: 0;
}
.navbar-brand {
  float: left;
  font-size: 1.2857142857142858em;
}
@media (max-width: 900px) {
  .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;
}
.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;
}
.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;
  height: 35px;
  line-height: 35px;
}
.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: 900px) {
  .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: #464646;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2em;
}
@media (max-width: 899px) {
  .navbar-nav > li > a {
    line-height: 2em !important;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 899px) {
  .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: 2em;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 900px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    display: inline-block;
  }
  .navbar-nav > li > a {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -0.7142857142857143em;
  }
}
@media (min-width: 900px) {
  .header-type-classic .navbar-fixed-top .navbar-nav > li > .dropdown-menu,
  .header-type-center .navbar-fixed-top .navbar-nav > li > .dropdown-menu {
    top: 60px;
  }
}
.header-type-classic .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 900px) {
  .header-type-classic .navbar-nav > li > .dropdown-menu {
    top: 114px;
  }
}
.navbar-default {
  background-color: #f8f9fb;
  border-color: #000000;
}
@media (min-width: 900px) {
  .header-type-center .navbar-default {
    background: #f8f9fb;
  }
}
@media (min-width: 900px) {
  .header-type-center .navbar-fixed-top.navbar-default {
    height: 60px;
  }
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-weight: 700;
  font-family: "Karla", Helvetica, Arial, sans-serif;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #08c;
  background-color: transparent;
}
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .open > a {
  color: #08c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .current-menu-ancestor > a,
.navbar-default .navbar-nav > .current-menu-parent > a,
.navbar-default .navbar-nav > .current-menu-ancestor > a:hover,
.navbar-default .navbar-nav > .current-menu-parent > a:hover {
  color: #08c;
  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 > .current-menu-ancestor > a:hover:before,
.navbar-default .navbar-nav > .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: 899px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #08c;
    background-color: transparent;
  }
}
.navbar-brand {
  padding: 0;
}
@media (min-width: 900px) {
  .header-type-classic .navbar-brand {
    line-height: 114px;
	display: table-cell;
    height: 114px;
    vertical-align: middle;
	float: none;
  }
  .header-type-classic .navbar-fixed-top .navbar-brand {
    height: 60px;
  }
}
.navbar-fixed-top .navbar-brand {
  line-height: 60px;
}
.navbar-fixed-top .navbar-brand img {
  max-height: 50px;
}
.navbar-brand img {
  max-height: 76px;
}
.navbar-brand .logo-fixed {
  display: none;
}
@media (max-width: 899px) {
  .navbar-brand .logo {
    display: block;
    max-width: 200px;
  }
  .navbar-brand .logo-fixed {
    display: none;
  }
}
.navbar-fixed-top .logo {
  display: none;
}
.navbar-fixed-top .logo-fixed {
  display: inline-block;
  max-height: 60px;
}
.navbar-brand .logo-mobile {
  max-height: 44px;
  display: none;
  max-width: 100px;
}
@media (max-width: 899px) {
  .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;
}
@media (min-width: 900px) {
  .navbar-default .primary-navbar-collapse {
    text-align: center;
  }
}
@media (max-width: 899px) {
  .navbar-default .primary-navbar-collapse {
    float: none;
    padding: 0;
    width: auto;
  }
}
@media (min-width: 900px) {
  .header-type-center .navbar-default .navbar-header {
    float: none;
  }
}
.navbar-default .navbar-collapse {
  border: none;
}
.primary-nav .menu-item-navbar-brand {
  display: none;
}
@media (min-width: 900px) {
  .header-type-center {
    background: #f8f9fb;
  }
  .header-type-center .navbar-wrap > .navbar-header {
    padding: 1.2857142857142858em 0;
  }
  .header-type-center .navbar-wrap > .navbar-header .navbar-brand {
    float: none;
  }
  .header-type-center .navbar-fixed-top .navbar-header {
    display: none;
  }
  .header-type-center .navbar-default .primary-navbar-collapse {
    float: none;
    padding: 0;
    border-top: 1px solid #e5e5e5;
  }
  .header-type-center.header-type-center .primary-nav {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .header-type-center.header-type-center .primary-nav > li {
    padding: 0 15px;
    display: inline-block;
    float: none;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .header-type-center.header-type-center .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: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Karla", Helvetica, Arial, sans-serif;
}
.primary-nav .navicon {
  margin-right: 0.5714285714285714rem;
  font-size: 14px;
}
.header-type-classic .primary-nav > li > a .navicon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -2px;
}
@media (min-width: 900px) {
  .primary-nav > .megamenu > .dropdown-menu {
    background: #ffffff;
    border-top: 1px solid transparent;
  }
  .primary-nav > .megamenu.megamenu-fullwidth {
    position: static !important;
  }
  .primary-nav > .megamenu.megamenu-fullwidth > .dropdown-menu {
    width: 100%;
  }
  .primary-nav > .megamenu .megamenu-title {
    margin: 15px 0;
    padding: 8px 8px 15px;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
  }
  .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: 15px;
  }
  .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;
    padding: 15px 15px 30px;
    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: #08c;
  }
  .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 transparent;
}
.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: 899px) {
  .primary-nav .dropdown-menu li .megamenu-title {
    font-size: 14px;
    font-weight: 400;
    font-family: "Karla", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0.7142857142857143em 1.0714285714285714em 0.7142857142857143em 1.7857142857142858em;
    position: relative;
    color: #000000;
  }
  .primary-nav .dropdown-menu li .megamenu-title .caret {
    cursor: pointer;
  }
}
.primary-nav .dropdown-menu a {
  color: #000000;
  padding: 0.5em 1rem;
}
@media (min-width: 900px) {
  .primary-nav .dropdown-menu a {
    background: #ffffff;
  }
}
@media (min-width: 900px) {
  .primary-nav .dropdown-menu a:hover {
    color: #08c;
    background: transparent;
  }
}
.primary-nav .dropdown-menu .open > a {
  color: #08c;
}
.primary-nav li.menu-item-has-children {
  position: relative;
}
@media (max-width: 899px) {
  .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: 899px) {
  .primary-nav li {
    border-bottom: 1px solid transparent;
  }
  .primary-nav li:last-child {
    border-bottom: none;
  }
}
.primary-nav > li:not(.megamenu) > .dropdown-menu {
  padding: 10px 7px;
}
.primary-nav > li > a {
  position: relative;
}
@media (min-width: 900px) {
  .header-type-classic .primary-nav > li > a {
    padding: 0 30px;
    line-height: 114px;
    text-transform: uppercase;
  }
  .header-type-center .primary-nav > li > a {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 55px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-type-center .primary-nav > li > a .navicon {
    display: block;
    font-size: 21px;
    margin: 0;
    position: absolute;
    top: 25px;
    color: #08c;
    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;
  }
}
@media (min-width: 900px) {
  .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: 900px) {
  .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: 899px) {
  .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: 900px) {
  .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: #08c;
  background-color: transparent;
}
@media (max-width: 899px) {
  .primary-nav .dropdown-menu {
    position: relative;
    float: none;
  }
  .primary-nav > li > a {
    font-size: 14px;
  }
}
.header-type-classic {
  position: relative;
}
.navbar-fixed-top {
  background: #f8f9fb;
  height: 60px;
}
.navbar-fixed-top .navbar-nav.primary-nav > li > a {
  line-height: 60px;
}
.navbar-fixed-top .navbar-nav.primary-nav > li > a .underline::after {
  background: #000000;
}
@-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);
  }
}
.header-type-classic .navbar-default-wrap:not(.container) > .row {
  margin-left: 0;
  margin-right: 0;
}
.header-type-classic .navbar-default-col {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 899px) {
  .navbar-default {
    height: 74px;
  }
  .navbar-default-col {
    padding: 0 10px;
  }
  .navbar-toggle {
    float: left;
    position: relative;
  }
  .header-container {
    z-index: 1051;
  }
  .navbar-brand {
    float: none;
    text-align: center;
  }
}
.navbar-minicart {
  position: relative;
}
@media (max-width: 899px) {
  .navbar-minicart {
    display: none !important;
  }
}
.search-icon-mobile {
  display: none;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 19px 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  height: 35px;
  line-height: 35px;
  line-height: 1;
}
.search-icon-mobile:focus {
  outline: 0;
}
.search-icon-mobile .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}
.search-icon-mobile .icon-bar + .icon-bar {
  margin-top: 4px;
}
.search-icon-mobile.x .bar-top {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.search-icon-mobile.x .bar-middle {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.search-icon-mobile.x .bar-bottom {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
@media (min-width: 900px) {
  .search-icon-mobile {
    display: none;
  }
}
.search-icon-mobile i {
  font-size: 16px;
  height: auto;
}
@media (max-width: 899px) {
  .search-icon-mobile {
    display: block;
  }
}
.cart-icon-mobile {
  display: none;
  margin: 19px 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  height: 35px;
  line-height: 35px;
  float: right;
  line-height: 1;
  padding: 9px 10px;
  font-size: 16px;
  color: #464646;
  position: relative;
}
.cart-icon-mobile:focus {
  outline: 0;
}
.cart-icon-mobile .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}
.cart-icon-mobile .icon-bar + .icon-bar {
  margin-top: 4px;
}
.cart-icon-mobile.x .bar-top {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.cart-icon-mobile.x .bar-middle {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cart-icon-mobile.x .bar-bottom {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
@media (min-width: 900px) {
  .cart-icon-mobile {
    display: none;
  }
}
.cart-icon-mobile:hover {
  color: #464646;
  background: rgba(255, 255, 255, 0.2);
}
.cart-icon-mobile span {
  background: none repeat scroll 0 0 #08c;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 85%;
  height: 1.7em;
  line-height: 1.7em;
  position: absolute;
  right: 1px;
  text-align: center;
  top: -2px;
  width: 1.7em;
  font-size: 12px;
}
.cart-icon-mobile .minicart-icon-svg {
  font-size: 16px;
  width: 20px;
}
@media (max-width: 899px) {
  .cart-icon-mobile {
    display: block;
  }
}
.header-type-toggle-offcanvas {
  text-align: center;
  background: #fff;
}
.header-type-toggle-offcanvas .navbar-default-wrap {
  position: relative;
}
.header-type-toggle-offcanvas .navbar-default.navbar-fixed-top .navbar-header {
  line-height: 60px;
}
.header-type-toggle-offcanvas .navbar-default.navbar-fixed-top .navbar-header img {
  max-height: 60px;
}
.header-type-toggle-offcanvas .navbar-brand img {
  max-height: 60px;
  padding: 10px 0;
}
.header-type-toggle-offcanvas .navbar-header {
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  z-index: 1031;
  padding: 0;
}
@media (min-width: 900px) {
  .header-type-toggle-offcanvas .navbar-header {
    line-height: 60px;
  }
}
.header-type-toggle-offcanvas .navbar-header .navbar-brand {
  padding: 0;
}
.header-type-toggle-offcanvas .navbar-toggle-right {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1031;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-type-toggle-offcanvas .navbar-toggle-right > div {
  display: inline-block;
  margin-left: 30px;
}
.header-type-toggle-offcanvas .navbar-toggle-right > div .minicart {
  right: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-type-toggle-offcanvas .navbar-toggle-right > div .minicart:before {
  display: none;
}
.header-type-toggle-offcanvas .navbar-toggle-right .navbar-user {
  position: relative;
}
.header-type-toggle-offcanvas .navbar-toggle-right .navbar-user .dropdown-menu {
  padding: 10px;
  left: auto;
  right: 0;
}
.header-type-toggle-offcanvas .navbar-toggle-right .navbar-user:hover .dropdown-menu {
  display: block;
}
@media (max-width: 900px) {
  .header-type-toggle-offcanvas .minicart {
    display: none !important;
  }
  .header-type-toggle-offcanvas .navbar-toggle-fixed {
    display: block;
  }
  .header-type-toggle-offcanvas .navbar-minicart,
  .header-type-toggle-offcanvas .navbar-search > a {
    display: block!important;
  }
  .header-type-toggle-offcanvas .navbar-header {
    margin-right: 30px;
  }
  .header-type-toggle-offcanvas .navbar-toggle-right {
    right: 20px;
  }
  .header-type-toggle-offcanvas .navbar-toggle-fixed {
    left: 20px;
  }
  .header-type-toggle-offcanvas .navbar-toggle-right {
    margin-top: 5px;
  }
  .header-type-toggle-offcanvas .navbar-toggle-right .navcart {
    float: right;
    margin: 0;
  }
  .header-type-toggle-offcanvas .navbar-toggle-right .navbar-toggle-search {
    float: right;
    margin-left: 30px;
  }
}
.header-type-toggle-offcanvas .navbar:not(.navbar-fixed-top) {
  position: relative;
}
.navbar-toggle-fixed {
  position: absolute;
  top: 50%;
  left: 15px;
  overflow: hidden;
  height: 35px;
  z-index: 1031;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.navbar-toggle-fixed .navbar-toggle {
  padding: 0;
  margin: 0;
  float: none;
  display: block;
}
.navbar-toggle-fixed .navbar-toggle .icon-bar {
  border-color: #000000;
  background: #000000;
}
@media (min-width: 900px) {
  .header-type-toggle-offcanvas .navbar-toggle-fixed .navbar-toggle .icon-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    top: auto;
    position: static;
  }
}
.offcanvas-overlay {
  background-color: #b5b5b5;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  width: 100%;
  z-index: 1050;
  visibility: hidden;
}
.offcanvas {
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  background: none repeat scroll 0 0 #f8f9fb;
  bottom: 0;
  position: fixed;
  z-index: 1051;
  left: 0;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  top: 0;
  width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 320px) {
  .offcanvas {
    width: 260px;
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
}
.offcanvas-wrap {
  position: relative;
  padding: 0 15px;
}
body.admin-bar .offcanvas-wrap {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .offcanvas-wrap {
    margin-top: 46px;
  }
}
.offcanvas-user {
  margin-left: -15px;
  margin-right: -15px;
  background: #000000;
  padding: 0 15px;
  margin-bottom: 20px;
}
.offcanvas-user a {
  height: 74px;
  line-height: 74px;
  color: #fff;
  width: 50%;
  float: left;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.offcanvas-user a.offcanvas-user-wishlist-link {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 899px) {
  .navbar-toggle-right .navbar-user,
  .offcanvas-sidebar-wrap,
  .navbar-toggle-fixed {
    display: none;
  }
  .open-offcanvas #wrapper {
    height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-transform: translate3d(300px, 0px, 0);
    transform: translate3d(300px, 0px, 0);
  }
  .open-offcanvas .offcanvas {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  .open-offcanvas .offcanvas-overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
    visibility: visible;
  }
}
@media (max-width: 899px) and (max-width: 320px) {
  .open-offcanvas #wrapper {
    -webkit-transform: translate3d(260px, 0px, 0);
    transform: translate3d(260px, 0px, 0);
  }
}
.offcanvas-user,
.mobile-offcanvas-navbar {
  display: block;
}
.header-offcanvas .navbar-toggle-fixed {
  position: relative;
  left: auto;
  top: auto;
  height: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 30px 0;
  text-align: right;
}
.header-offcanvas .navbar-toggle-fixed .navbar-toggle .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;
}
.header-offcanvas .navbar-toggle-fixed .navbar-toggle .bar-middle {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-offcanvas .navbar-toggle-fixed .navbar-toggle .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: 900px) {
  .header-offcanvas .offcanvas-user,
  .header-offcanvas .mobile-offcanvas-navbar {
    display: none;
  }
  .open-offcanvas .header-offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .open-offcanvas .offcanvas-overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
    visibility: visible;
  }
}
.offcanvas-nav {
  margin: 0;
  padding: 0;
}
.offcanvas-nav > li > a {
  font-weight: 700;
}
.offcanvas-nav li {
  display: block;
  position: relative;
}
.offcanvas-nav li.menu-item-has-children {
  position: relative;
}
.offcanvas-nav li.menu-item-has-children .caret {
  border: none;
  vertical-align: baseline;
  margin-left: 0.14285714285714285em;
  font-size: 1em;
  height: 100%;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  text-align: center;
}
.offcanvas-nav li.menu-item-has-children .caret:before {
  content: "\f067";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.offcanvas-nav li.menu-item-has-children.open > .megamenu-title > .caret:before,
.offcanvas-nav li.menu-item-has-children.open > a > .caret:before {
  content: "\f068";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.offcanvas-nav li.menu-item-has-children.open .dropdown-menu {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  float: none;
  margin-top: 0;
  position: static;
  width: auto;
}
.offcanvas-nav li.menu-item-has-children.open .dropdown-menu > li > a {
  line-height: 1.65517em;
  padding: 0.689655em 1.03448em 0.689655em 1.72414em;
}
.offcanvas-nav li.menu-item-has-children.open .dropdown-menu .dropdown-menu > li > a {
  padding-left: 3.44828em;
}
.offcanvas-nav li .megamenu-title,
.offcanvas-nav li .widget-title {
  margin: 15px 0;
  padding: 8px 8px 15px;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.offcanvas-nav li .megamenu-title:after,
.offcanvas-nav li .widget-title:after {
  display: none;
}
.offcanvas-nav a {
  display: block;
  line-height: 1.65517em;
  padding-bottom: 0.689655em;
  padding-top: 0.689655em;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}
.offcanvas-nav a:hover {
  color: #08c;
}
.offcanvas-nav .dropdown-menu > li > a:hover,
.offcanvas-nav .dropdown-menu > li > a:focus {
  background: transparent;
}
.offcanvas-nav .dropdown-menu > li.active > a,
.offcanvas-nav .dropdown-menu > li.active > a:hover,
.offcanvas-nav .dropdown-menu > li.active > a:focus {
  background: transparent;
}
.offcanvas-nav .dropdown-menu a {
  color: #000000;
}
.offcanvas-nav .dropdown-menu a:hover {
  color: #08c;
}
.offcanvas-nav .navbar-search {
  display: none;
}
.offcanvas-widget {
  margin-top: 3rem;
}
/*--------------------------------------------------------------
11.0 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
  color: #7e7e7e;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 15px;
  color: #7e7e7e;
}
.breadcrumb > li a {
  color: #7e7e7e;
}
.breadcrumb > li a:hover {
  color: #08c;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #7c7c7c;
}
/*--------------------------------------------------------------
12.0 - Pagination
--------------------------------------------------------------*/
.paginate {
  display: block;
  margin-top: 2em;
  padding: 0 0 0.8571428571428571rem 0;
}
.container-full .paginate {
  padding-left: 30px;
  padding-right: 30px;
}
.paginate .paginate_links {
  display: table;
  margin: 0 auto;
  float: right;
}
.paginate .paginate_links .pagination-meta,
.paginate .paginate_links .page-numbers {
  padding: 6px;
  min-width: 38px;
  text-align: center;
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  margin: 0 0.35714285714285715em 0 0;
  color: #7c7c7c;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 42px;
}
.paginate .paginate_links .page-numbers i {
  line-height: 28px;
}
.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: #2b2b2b;
  border: 1px solid #2b2b2b;
  color: #fff;
}
.paginate .paginate_links a.page-numbers:hover,
.paginate .paginate_links a.page-numbers:focus {
  border: 1px solid #000000;
  color: #000000;
}
.paginate .paginate_links .pagination-meta {
  color: #464646;
  border-color: transparent;
  margin-right: 0.7142857142857143em;
}
@media (max-width: 480px) {
  .paginate .paginate_links {
    float: none;
  }
  .paginate .paginate_links .pagination-meta {
    display: none;
  }
}
/*--------------------------------------------------------------
13.0 - Close icons
--------------------------------------------------------------*/
.close {
  float: right;
  font-size: 21px;
  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;
}
/*--------------------------------------------------------------
14.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: #f8f9fb !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: #d8dde8 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #08c !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-color: #d8dde8 transparent transparent !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  border: 1px solid #d8dde8 !important;
  background: #d8dde8 !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: #08c !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;
}
/*--------------------------------------------------------------
15.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 {
  overflow-x: hidden;
  overflow-y: auto;
}
.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: 10px auto;
}
.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: 1079;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 30px;
  padding-bottom: 0;
  min-height: 32px;
}
.modal-dialog {
  padding-top: 75px;
  margin-top: 0 !important;
  max-width: 90%;
}
.modal-header .close {
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  height: 40px;
  left: 50%;
  margin-top: -86px;
  opacity: 1;
  position: absolute;
  width: 40px;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal-title {
  margin: 0;
  line-height: 2;
  font-size: 1.7142857142857142em;
  text-align: center;
  text-transform: uppercase;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  padding: 30px;
  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 .form-control,
.user-lostpassword-modal .form-control,
.user-login-modal .form-control {
  border-color: #e5e5e5;
}
.user-register-modal .form-control:focus,
.user-lostpassword-modal .form-control:focus,
.user-login-modal .form-control:focus {
  border-color: #000000;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #000000;
  box-shadow: inset 0 0 0 1px #000000;
}
.user-register-modal .modal-content,
.user-lostpassword-modal .modal-content,
.user-login-modal .modal-content {
  border-width: 0px;
}
@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 {
  -webkit-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.user-register-modal .modal-footer,
.user-lostpassword-modal .modal-footer,
.user-login-modal .modal-footer {
  background-color: #f8f9fb;
  -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: #08c;
}
.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;
}
.user-login-or {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  position: relative;
}
.user-login-or:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  top: 50%;
  margin-top: -1px;
  content: "";
  left: 0;
}
.user-login-or span {
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 1.1rem;
  height: 2.5em;
  width: 2.5em;
  font-style: italic;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 2.1em;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.user-register-modal .user-login-facebook,
.user-login-modal .user-login-facebook {
  text-align: center;
}
@media (max-width: 767px) {
  .user-register-modal .lostpassword-modal-link,
  .user-login-modal .lostpassword-modal-link {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .user-register-modal .modal-footer,
  .user-login-modal .modal-footer {
    text-align: center !important;
  }
  .user-register-modal .modal-footer .user-login-modal-register,
  .user-login-modal .modal-footer .user-login-modal-register {
    margin-bottom: 15px;
  }
  .user-register-modal .modal-footer .pull-left,
  .user-login-modal .modal-footer .pull-left {
    display: block;
    float: none !important;
  }
}
@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;
  }
}
/*--------------------------------------------------------------
16.0 - Tooltips
--------------------------------------------------------------*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 85%;
  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: #08c;
  text-decoration: underline;
}
a[data-toggle="popover"]:hover,
a[data-toggle="tooltip"]:hover {
  color: #aa8c5f;
}
.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;
}
/*--------------------------------------------------------------
17.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;
  }
}
/*--------------------------------------------------------------
18.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;
  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 15px !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: 900px) {
  .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;
  }
}
/*--------------------------------------------------------------
19.0 - Shortcodes
	19.1 - Caroufredsel Slider
	19.2 - Testimonial
	19.3 - Counter
	19.4 - Countdown
	19.5 - Instagram
	19.6 - Video
	19.7 - Box Feature

 --------------------------------------------------------------*/
/*--------------------------------------------------------------
19.1 - Caroufredsel Slider
--------------------------------------------------------------*/
.caroufredsel {
  position: relative;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.caroufredsel .caroufredsel_wrapper {
  margin: 0 !important;
}
.caroufredsel.product-slider .caroufredsel-wrap {
  overflow: visible;
}
.caroufredsel.product-slider.nav-position-right .product-slider-title {
  padding-right: 100px;
}
.caroufredsel.product-slider.nav-position-right .product-slider-title h3 {
  font-size: 1.2857142857142858em;
  line-height: 0.7;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  padding-right: 30px;
  margin-top: 14px;
  margin-bottom: 24px;
}
.caroufredsel.product-slider.nav-position-right .product-slider-title h3:after {
  content: '';
  width: 23px;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .caroufredsel.product-slider.nav-position-right .product-slider-title h3 {
    padding: 0;
  }
  .caroufredsel.product-slider.nav-position-right .product-slider-title h3:after {
    display: none;
  }
}
.caroufredsel.product-slider.nav-position-right .product-slider-title ~ .caroufredsel-wrap .caroufredsel-next {
  right: 10px;
  top: -80px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.caroufredsel.product-slider.nav-position-right .product-slider-title ~ .caroufredsel-wrap .caroufredsel-prev {
  left: auto;
  right: 60px;
  top: -80px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.caroufredsel.product-slider.nav-position-center .product-slider-title h3 {
  display: table;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 1.2857142857142858em;
  line-height: 20px;
  margin-bottom: 40px;
}
.caroufredsel.product-slider.nav-position-center .product-slider-title h3:after,
.caroufredsel.product-slider.nav-position-center .product-slider-title h3:before {
  content: '';
  width: 35px;
  top: 50%;
  margin-top: -1px;
  background: #000000;
  position: absolute;
  height: 2px;
}
.caroufredsel.product-slider.nav-position-center .product-slider-title h3:after {
  left: 0;
}
.caroufredsel.product-slider.nav-position-center .product-slider-title h3:before {
  right: 0;
}
@media (max-width: 767px) {
  .caroufredsel.product-slider.nav-position-center .product-slider-title h3 {
    padding: 0;
  }
  .caroufredsel.product-slider.nav-position-center .product-slider-title h3:after,
  .caroufredsel.product-slider.nav-position-center .product-slider-title h3:before {
    display: none;
  }
}
.caroufredsel.product-slider.nav-position-center .product-slider-title ~ .caroufredsel-wrap .caroufredsel-next:after,
.caroufredsel.product-slider.nav-position-center .product-slider-title ~ .caroufredsel-wrap .caroufredsel-prev:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #7e7e7e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caroufredsel.product-slider.nav-position-center .product-slider-title ~ .caroufredsel-wrap .caroufredsel-next:hover:after,
.caroufredsel.product-slider.nav-position-center .product-slider-title ~ .caroufredsel-wrap .caroufredsel-prev:hover:after {
  background: #08c;
}
.caroufredsel.product-slider.nav-position-center .product-slider-title ~ .caroufredsel-wrap .caroufredsel-next {
  right: 10px;
  top: -90px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.caroufredsel.product-slider.nav-position-center .product-slider-title ~ .caroufredsel-wrap .caroufredsel-prev {
  left: 10px;
  top: -90px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.caroufredsel .caroufredsel-wrap {
  position: relative;
  overflow: hidden;
  /*height: 100%;*/
  margin: 0 -10px;
}
.single-product-thumbnails .caroufredsel .caroufredsel-wrap {
  height: 100%;
}
.caroufredsel-item-no-padding.caroufredsel .caroufredsel-wrap {
  margin: 0;
}
.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 10px;
}
.caroufredsel-item-no-padding.caroufredsel .caroufredsel-wrap .caroufredsel-item {
  margin: 0;
}
.client .caroufredsel .caroufredsel-wrap .caroufredsel-item {
  text-align: center;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-item > a > img,
.caroufredsel .caroufredsel-wrap .caroufredsel-item > img {
  width: 100%;
}
.client .caroufredsel .caroufredsel-wrap .caroufredsel-item > a > img,
.client .caroufredsel .caroufredsel-wrap .caroufredsel-item > img {
  width: auto;
}
.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%);
  -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 #e5e5e5;
  text-align: center;
  z-index: 100;
  color: #7e7e7e;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:hover,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:hover {
  background-color: #08c;
  border-color: #08c;
  color: #fff;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next.disabled,
.caroufredsel .caroufredsel-wrap .caroufredsel-prev.disabled {
  display: none !important;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-prev {
  left: -45px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 37px;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next {
  right: -45px;
}
.caroufredsel .caroufredsel-wrap .caroufredsel-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 37px;
  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);
}
/*--------------------------------------------------------------
19.2 - Testimonial
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .testimonial .testimonial-wrap {
    padding: 0 60px;
  }
}
.style-2.testimonial .testimonial-wrap {
  padding: 0;
}
.testimonial .testimonial-text {
  padding: 0 0 30px;
  position: relative;
}
.testimonial .testimonial-text > span {
  font-size: 1.1428571428571428em;
  line-height: 1;
}
.style-2.testimonial .testimonial-text {
  padding: 25px;
  margin: 0 0 20px;
  background: #f8f9fb;
  font-size: 1.2857142857142858em;
  font-style: italic;
}
.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 {
  position: relative;
  float: left;
  margin-right: 20px;
}
.testimonial .testimonial-avatar img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.style-2.testimonial .testimonial-avatar img {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial .testimonial-author {
  text-transform: uppercase;
  display: block;
}
.style-2.testimonial .testimonial-author {
  font-weight: 700;
}
.testimonial .testimonial-company {
  display: block;
  font-style: italic;
}
.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-next {
  font-size: 50px;
  right: 50%;
  margin-right: -124px;
  border: none;
  color: #464646;
  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: #464646;
  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);
}
/*--------------------------------------------------------------
19.3 - Counter
--------------------------------------------------------------*/
.counter {
  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.1;
  margin-bottom: 1em;
}
.counter .counter-unit {
  font-size: 80%;
}
.counter .counter-number {
  margin-top: 0;
  font-size:36px;
  color:#cec3ad;
}
.counter .counter-text {
  display: block;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
19.4 - 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: "Karla", Helvetica, Arial, sans-serif;
  font-size: 2.57em;
  font-weight: bold;
}
.countdown-white .countdown-item {
  color: #fff;
}
/*--------------------------------------------------------------
19.5 - Instagram
--------------------------------------------------------------*/
.instagram .caroufredsel-item a {
  display: block;
  position: relative;
}
.instagram .caroufredsel-item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.instagram .caroufredsel-item a:hover:after {
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
25.6 - FAQ
--------------------------------------------------------------*/
.toggle_title {
  padding: 0!important;
}
.toggle_title > h4 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
}
.toggle_title > h4:before,
.toggle_title > .accordion-toggle:before {
  content: "\f0c8";
  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;
}
.toggle_title > h4:before,
.toggle_title > .accordion-toggle:before {
  font-size: 4px;
  vertical-align: middle;
  margin-right: 15px;
}
.toggle_title i {
  display: none!important;
}
/*--------------------------------------------------------------
25.7 - Product Grid
--------------------------------------------------------------*/
.commerce.wc-product-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.commerce.wc-product-grid .wc-product-grid-desc {
  margin-bottom: 30px;
}
.commerce.wc-product-grid .wc-product-grid-desc .wc-product-grid-desc-wrap {
  border: 10px solid #f8f9fb;
}
.commerce.wc-product-grid .wc-product-grid-desc .wc-product-grid-desc-wrap .wc-product-grid-desc-text {
  padding: 150px 30px;
  text-align: center;
}
.commerce.wc-product-grid .wc-product-grid-desc ~ ul.products {
  clear: none!important;
}
.commerce.wc-product-grid .wc-product-grid-desc ~ ul.products.columns-4 li {
  margin: 0 0 30px !important;
  width: 25%;
  padding: 0 15px;
}
.commerce.wc-product-grid .wc-product-grid-desc ~ ul.products.columns-4 li:first-child {
  clear: none!important;
}
.commerce.wc-product-grid .wc-product-grid-desc ~ ul.products.columns-4 li h3.product_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .commerce.wc-product-grid .wc-product-grid-desc ~ ul.products.columns-4 li {
    width: 50%!important;
    margin-right: 0!important;
  }
}
@media (max-width: 767px) {
  .commerce.wc-product-grid .wc-product-grid-desc ~ ul.products.columns-4 li {
    float: left!important;
  }
}
@media (max-width: 480px) {
  .commerce.wc-product-grid .wc-product-grid-desc ~ ul.products.columns-4 li {
    float: none!important;
    width: 100%!important;
  }
}
/*--------------------------------------------------------------
19.6 - Video
--------------------------------------------------------------*/
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Standard syntax */
@keyframes mymove {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.video-embed-shortcode {
  position: relative;
}
.video-embed-shortcode:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.video-embed-shortcode:hover i {
  -webkit-animation: mymove 2s infinite;
  /* Chrome, Safari, Opera */
  animation: mymove 2s infinite;
}
.video-embed-shortcode .video-embed-shortcode-bg {
  width: 100%;
}
.video-embed-shortcode .video-embed-action {
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.video-embed-shortcode .video-embed-action i {
  font-size: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
/*--------------------------------------------------------------
19.7 - Box Feature
--------------------------------------------------------------*/
.box-ft {
  position: relative;
}
@media (max-width: 767px) {
  .box-ft {
    margin-bottom: 15px !important;
  }
}
.box-ft-1 > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-ft-1 > a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.box-ft-1 .bof-tf-title-wrap {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  padding: 30px 0;
}
.box-ft-1 .bof-tf-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  line-height: 1.4;
  margin-top: 0px;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-ft-1 .bof-tf-title:before {
  content: "";
  width: 160px;
  bottom: -30px;
  background: #fff;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-ft-1:hover .bof-tf-title {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.box-ft-1:hover .bof-tf-title:before {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.box-ft-1 .bof-tf-sub-title {
  text-transform: uppercase;
  color: #08c;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.1em;
}
.box-ft-2 .bof-tf-title-wrap {
  display: block;
  padding: 15px 0 30px;
}
@media (min-width: 480px) {
  .box-ft-2 .bof-tf-title-wrap {
    padding: 30px;
  }
}
.box-ft-2 .bof-tf-title-wrap .nice-border-bottom-left {
  bottom: 0px;
  left: 0;
}
.box-ft-2 .bof-tf-title-wrap .nice-border-bottom-right {
  right: 0;
  bottom: 0;
}
.box-ft-2 .bof-tf-title-wrap .nice-border-top-left {
  left: 0;
  top: 0;
}
.box-ft-2 .bof-tf-title-wrap .nice-border-top-right {
  right: 0;
  top: 0;
}
.box-ft-2 .bof-tf-sub-title {
  color: #08c;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 1.2em;
}
.box-ft-2 .bof-tf-title {
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
@media (max-width: 1199px) {
  .box-ft-2 .bof-tf-title {
    font-size: 2em;
  }
}
.box-ft-3 .bof-tf-title-wrap {
  display: block;
  position: relative;
  z-index: 3;
  padding: 15px;
}
@media (min-width: 480px) {
  .box-ft-3 .bof-tf-title-wrap {
    padding: 30px;
  }
}
.box-ft-3 .bof-tf-title-wrap-2 {
  display: block;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
.box-ft-3 .box-ft-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
  content: "";
}
.box-ft-3 .box-ft-img-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(59, 62, 67, 0.75);
  content: "";
}
.box-ft-3 .bof-tf-sub-title {
  color: #08c;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 1.2em;
}
.box-ft-3 .bof-tf-title {
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1199px) {
  .box-ft-3 .bof-tf-title {
    font-size: 2em;
  }
}
.box-ft-3 .bof-tf-view-more {
  display: inline-block;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 85%;
  color: #fff;
  margin-top: 10px;
  position: absolute;
  left: 0;
}
.box-ft-3 .bof-tf-view-more:before,
.box-ft-3 .bof-tf-view-more:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  width: 100%;
}
.box-ft-3 .bof-tf-view-more:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.box-ft-3 > a:hover .bof-tf-view-more:before,
.box-ft-3 > a:hover .bof-tf-view-more:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.box-ft-3 > a:hover .bof-tf-view-more:after {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.box-ft-5 {
  position: relative;
  overflow: hidden;
}
.box-ft-5 .bof-tf-title-wrap {
  display: block;
  padding: 20px;
  color: #fff;
}
.black.box-ft-5 .bof-tf-title-wrap {
  color: #000;
}
.box-ft-5 .bof-tf-title-wrap .bof-tf-title {
  display: block;
  font-size: 2.142857142857143em;
  line-height: 1.1;
}
.box-ft-5 .bof-tf-title-wrap .bof-tf-sub-title {
  font-size: 1.2857142857142858em;
}
@media (max-width: 1199px) {
  .box-ft-5 .bof-tf-title-wrap .bof-tf-sub-title {
    font-size: 1em;
  }
}
.box-ft-5 > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-ft-5 > img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-ft-5:hover > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/*--------------------------------------------------------------
20.0 - Header
--------------------------------------------------------------*/
.topbar {
  background: #08c;
  position: relative;
  color: #ffffff;
}
@media (max-width: 899px) {
  .topbar {
    display: none;
  }
}
.topbar .left-topbar {
  line-height: 47px;
  height: 47px;
}
.topbar .left-topbar > a {
  font-size: 85%;
  text-transform: uppercase;
  color: #fff;
}
.topbar .left-topbar > a i {
  margin-left: 0.4em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topbar .left-topbar > a:hover i {
  margin-left: 0.8em;
}
.topbar .right-topbar {
  text-align: right;
  line-height: 47px;
  height: 47px;
}
.topbar .right-topbar .top-nav {
  float: right;
}
.topbar .right-topbar .user-login {
  font-size: 85%;
}
.topbar .right-topbar .user-login a:hover {
  text-decoration: underline;
}
.topbar a {
  color: #ffffff;
}
.topbar a:hover,
.topbar a:focus {
  color: #ffffff;
}
.topbar .dropdown-menu > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: none;
  color: #7c7c7c;
}
.topbar .dropdown-menu > li > a i {
  color: #7c7c7c;
}
.wpml-languages,
.top-nav > li {
  position: relative;
  text-transform: uppercase;
}
.wpml-languages .dropdown-menu,
.top-nav > li .dropdown-menu {
  left: auto;
  right: 0;
}
.wpml-languages:hover .dropdown-menu,
.top-nav > li:hover .dropdown-menu {
  display: block;
}
.wpml-languages > a,
.top-nav > li > a {
  padding: 0;
}
.topbar-info a {
  margin-right: 1.1em;
  color: #ffffff;
}
.topbar-info a:hover {
  text-decoration: underline;
}
.topbar-info a i {
  margin-right: 5px;
}
.topbar-social a {
  display: inline-block;
  width: 2.5em;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
}
.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: #08c;
}
@media (min-width: 900px) {
  .navbar-header-left,
  .navbar-header-center,
  .navbar-header-right {
    width: 33.33333333333333%;
    float: left;
  }
}
.navbar-header-left {
  margin: 1.7142857142857142em 0;
}
@media (max-width: 899px) {
  .navbar-header-left {
    display: none;
  }
}
.navbar-header-left .social a {
  font-size: 1em;
  margin: 0 20px 0 0;
}
.navbar-header-left .social a i {
  background: transparent;
}
.navbar-header-left .social a i:hover {
  color: #08c;
}
.navbar-header-center {
  text-align: center;
}
.navbar-header-right {
  text-align: right;
  margin: 20px 0;
}
@media (max-width: 899px) {
  .navbar-header-right {
    display: none;
  }
}
.navbar-header-right > div {
  display: inline-block;
  margin-left: 30px;
}
.navbar-header-right > div a {
  color: #000;
}
.navbar-header-right > div a:hover {
  color: #08c;
}
.navbar-header-right > div i {
  font-size: 1.2857142857142858em;
}
.navbar-header-right .navbar-minicart {
  padding: 3px 0;
}
.navbar-header-right .navbar-user {
  position: relative;
}
.navbar-header-right .navbar-user .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar-header-right .navbar-user:hover .dropdown-menu {
  display: block;
}
.navbar-search-button svg,
.cart-icon-mobile svg,
.navbar-user svg,
.navbar-wishlist svg,
.navbar-search svg,
.navbar-minicart svg {
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
.navbar-search-button svg path,
.cart-icon-mobile svg path,
.navbar-user svg path,
.navbar-wishlist svg path,
.navbar-search svg path,
.navbar-minicart svg path {
  stroke-miterlimit: 10;
  stroke-width: 2;
  fill: #000;
  stroke: #000;
}
.header-type-classic .navbar-header {
  padding: 0 50px 0 0;
  width: 25%;
}
.boxed-wrap .header-type-classic .navbar-header {
  width: auto;
}
@media (max-width: 899px) {
  .header-type-classic .navbar-header {
    width: auto;
    padding: 0 15px;
  }
}
.header-type-classic .navbar-default .primary-navbar-collapse {
  width: 50%;
  float: left;
  padding: 0;
}
@media (max-width: 1440px) {
  .header-type-classic .navbar-default .primary-navbar-collapse {
    width: auto;
  }
}
.boxed-wrap .header-type-classic .navbar-default .primary-navbar-collapse {
  width: auto;
}
.header-type-classic .navbar-default .primary-navbar-collapse .navbar-nav {
  float: none;
}
.header-type-classic .header-right {
  width: 25%;
  text-align: right;
  float: right;
}
@media (max-width: 1440px) {
  .header-type-classic .header-right {
    width: auto;
  }
}
.boxed-wrap .header-type-classic .header-right {
  width: auto;
}
@media (max-width: 899px) {
  .header-type-classic .header-right {
    display: none;
  }
}
.header-type-classic .header-right > div {
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}
.header-type-classic .header-right > div:last-child {
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .header-type-classic .header-right > div {
    border: 0 !important;
  }
}
.header-type-classic .header-right > div .minicart-link,
.header-type-classic .header-right > div a.wishlist,
.header-type-classic .header-right > div .navbar-search-button {
  text-align: center;
  color: #000;
  line-height: 114px;
  width: 90px;
  display: block;
  padding: 0 15px;
}
.header-type-classic .header-right > div .minicart-link,
.header-type-classic .header-right > div a.wishlist,
.header-type-classic .header-right > div .navbar-search-button {
  display: list-item;
  list-style: none;
}
@media (max-width: 1200px) {
  .header-type-classic .header-right > div .minicart-link,
  .header-type-classic .header-right > div a.wishlist,
  .header-type-classic .header-right > div .navbar-search-button {
    width: auto;
  }
}
.header-type-classic .header-right > div .minicart-link:hover,
.header-type-classic .header-right > div a.wishlist:hover,
.header-type-classic .header-right > div .navbar-search-button:hover {
  color: #08c;
}
.header-type-classic .header-right > div i {
  font-size: 1.2857142857142858em;
}
.header-type-classic .navbar-fixed-top .header-right > div {
  border: 0;
}
.header-type-classic .navbar-fixed-top .header-right > div .minicart-link,
.header-type-classic .navbar-fixed-top .header-right > div a.wishlist,
.header-type-classic .navbar-fixed-top .header-right > div .navbar-search-button {
  line-height: 60px;
  width: 50px;
}
.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: 47px;
  position: relative;
  font-size: 85%;
  color: #ffffff;
}
.topbar-nav .top-nav > li > a:before {
  border-right: 1px solid #ffffff;
  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: #ffffff;
}
.topbar-nav .top-nav a:hover,
.topbar-nav .top-nav a:focus {
  background: none;
}
.topbar-nav .top-nav .dropdown-menu {
  font-size: 85%;
}
.topbar-nav .top-nav .dropdown-menu a {
  color: #7c7c7c;
  padding: 0.5714285714285714rem 1rem;
}
.topbar-nav .top-nav .dropdown-menu a:hover,
.topbar-nav .top-nav .dropdown-menu a:focus {
  color: #494949;
}
.topbar-nav .top-nav .dropdown-menu .active a {
  background: none;
  color: #ffffff;
}
.topbar-nav .top-nav .dropdown-menu .active a:hover,
.topbar-nav .top-nav .dropdown-menu .active a:focus {
  color: #cccccc;
}
.topbar-nav .top-nav .dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
}
.topbar-nav .top-nav .dropdown-menu li.menu-item-has-children > .dropdown-menu {
  margin: 0;
  left: 100%;
  top: 0;
}
.topbar-nav .top-nav .dropdown-menu li:last-child {
  border: none;
}
.searchform-result .no-result {
  padding: 0.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: #f8f9fb;
}
.searchform-result .searchform-result-list .search-entry {
  border-bottom: 1px dotted #e5e5e5;
  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: 14px;
}
.searchform-result .searchform-result-list .search-entry .search-excerpt {
  color: #7c7c7c;
  font-size: 85%;
}
.searchform-result .search-view-all {
  padding: 1.4285714285714286em 0;
  text-align: center;
  background-color: #f8f9fb;
  margin: -0.07142857142857142em 0 0;
  border-top: 1px solid #e5e5e5;
}
.searchform-result .search-view-all a {
  font-size: 85%;
  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;
}
@media (max-width: 767px) {
  .header-container {
    border-bottom: 1px solid #e5e5e5;
  }
}
.header-container.header-navbar-fixed {
  padding: 0 0 60px 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 .header-search-overlay-wrap {
  position: relative;
  height: 100%;
}
.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%);
  padding-left: 60px;
}
@media (max-width: 899px) {
  .header-search-overlay .searchform {
    padding-left: 25px;
  }
}
.header-search-overlay .searchform: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;
}
.header-search-overlay .searchform:before {
  font-size: 20px;
  left: 0;
  line-height: 2.77143em;
  position: absolute;
  text-align: right;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 50px;
}
@media (max-width: 899px) {
  .header-search-overlay .searchform:before {
    width: auto;
    font-size: 16px;
  }
}
.header-search-overlay .searchform .searchinput {
  border: medium none;
  font-size: 2.5714285714285716em;
  width: 100%;
  outline: none;
  font-style: italic;
}
.navbar-fixed-top .header-search-overlay .searchform .searchinput {
  font-size: 1.7142857142857142em;
}
.header-type-toggle-offcanvas .header-search-overlay .searchform .searchinput {
  font-size: 1.7142857142857142em;
}
@media (max-width: 899px) {
  .header-search-overlay .searchform .searchinput {
    font-size: 1.2857142857142858em;
  }
}
.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 {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 40px;
  position: absolute;
  right: 40px;
  width: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 18px;
}
@media (max-width: 899px) {
  .header-search-overlay .close {
    right: 0;
    width: 20px;
  }
}
.header-search-overlay .searchform-result {
  background: #d8dde8;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
}
.header-search-overlay .searchform-result .no-result {
  font-size: 1.1em;
}
.header-search-overlay .searchform-result .searchform-result-list .search-entry {
  border-bottom-color: #ffffff;
}
.header-search-overlay .searchform-result .searchform-result-list .search-entry .search-title {
  font-size: 1.1em;
}
@media (min-width: 900px) {
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media (min-width: 900px) {
  .header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
  }
}
@media (min-width: 900px) {
  .header-transparent .header-right > div {
    border: none !important;
  }
  .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-fixed-top {
    background: #f8f9fb;
    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;
  }
}
@media (min-width: 900px) {
  .header-type-classic .header-container.page-heading-default .navbar-container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
}
.heading-container {
  background: transparent;
  overflow: hidden;
  position: relative;
}
.heading-container.heading-border {
  border-bottom: 1px solid #e5e5e5;
}
.heading-container > div {
  /*height: 100%;*/
}
.heading-container.heading-resize {
  width: 100%;
}
.heading-container .heading-standar {
  position: relative;
}
.heading-container .heading-standar .page-breadcrumb {
  float: none;
  padding: 30px 0;
}
.heading-container .heading-standar .page-breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .heading-container .heading-standar .page-breadcrumb {
    display: none;
  }
}
.heading-container .heading-parallax {
  position: relative;
}
.heading-container .heading-background {
  background-color: #f8f9fb;
  -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;
  position: relative;
}
.heading-container .heading-background .heading-wrap {
  position: relative;
  text-align: center;
}
.heading-container .heading-parallax {
  background-image: url('../images/bg_1920x631.jpg');
}
.heading-container .heading-parallax.bg-shop {
  background-image: url('../images/bg_1920x631.jpg');
}
@media (min-width: 480px) {
  .heading-container .heading-background .heading-wrap {
    height: 550px;
    padding-top: 114px;
	display: table;
    width: 100%;
  }
}
.heading-container .heading-background .heading-wrap:after {
  content: "";
  display: inline-block;
  /*height: 100%;*/
  margin-right: -0.3em;
  vertical-align: middle;
  width: 1px;
}
.heading-container .heading-background .page-title {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .heading-button.heading-container .heading-background .page-title {
    margin-top: 100px;
  }
}
.heading-container .heading-background .page-title h1 {
  color: #000000;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 3.2142857142857144em;
  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: #000000;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
@media (max-width: 767px) {
  .heading-container .heading-background .page-title .subtitle {
    font-size: 1em;
    text-align: center;
  }
}
.heading-container .heading-background .page-title .page-breadcrumb {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .heading-container .heading-background .page-title .page-breadcrumb {
    display: none;
  }
}
.heading-container .heading-background .page-title .page-breadcrumb .breadcrumb > li {
  color: #000000;
}
.heading-container .heading-background .page-title .page-breadcrumb .breadcrumb > li + li::before {
  color: #000000;
}
.heading-container .heading-background .page-title .page-breadcrumb a {
  color: #000000;
}
@media (max-width: 900px) {
  .heading-container .heading-background .heading-wrap {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .heading-container .heading-background .page-title {
    display: inline-block;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .heading-container.heading-button .heading-background .heading-wrap {
    text-align: left;
  }
}
.heading-container.heading-button .heading-background .heading-wrap .heading-button-btn {
  margin-top: 30px;
  padding-right: 3rem;
  padding-left: 3rem;
}
/*--------------------------------------------------------------
21.0 - Footer
--------------------------------------------------------------*/
.footer-newsletter {
  text-align: center;
}
.footer-newsletter .footer-newsletter-wrap {
  padding: 60px 0 45px;
  border-bottom: 1px solid #3f3f3f;
}
.footer-newsletter img {
  vertical-align: sub;
}
.footer-newsletter .footer-newsletter-heading {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-right: 90px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .footer-newsletter .footer-newsletter-heading {
    padding: 0 0 30px;
  }
}
.footer-newsletter .mailchimp-form {
  display: inline-block;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer-newsletter .mailchimp-form {
    width: 100%;
  }
}
.footer-newsletter .mailchimp-form .mailchimp-form-content {
  padding: 9px 0;
}
.footer-newsletter .mailchimp-form input {
  color: #fff;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.footer-newsletter .mailchimp-form button {
  color: #fff;
}
.footer-newsletter .mailchimp-form ::-webkit-input-placeholder {
  color: #fff;
}
.footer-newsletter .mailchimp-form :-moz-placeholder {
  color: #fff;
}
.footer-newsletter .mailchimp-form ::-moz-placeholder {
  color: #fff;
}
.footer-newsletter .mailchimp-form :-ms-input-placeholder {
  color: #fff;
}
@media (min-width: 480px) {
  .footer-newsletter .mailchimp-form input {
    width: 80%;
  }
  .footer-newsletter .mailchimp-form button {
    width: 20%;
  }
}
.footer-featured .footer-featured-col {
  padding-top: 45px;
  padding-bottom: 60px;
  border-left: 1px solid #3f3f3f;
}
.footer-featured .footer-featured-col:first-child {
  border: 0;
}
@media (max-width: 991px) {
  .footer-featured .footer-featured-col {
    border: 0;
    padding-bottom: 30px;
  }
}
.footer-featured i {
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 68px;
  float: right;
  color: #fff;
  font-size: 2.5714285714285716em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 15px;
}
.footer-featured h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  line-height: 2;
}
.footer-widget .address li {
  display: inline-block;
  width: 100%;
}
.footer-widget .address h4 {
  font-size: 100%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 5px;
}
.footer-widget .address i {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  font-size: 1.2857142857142858em;
  color: #fff;
  text-align: center;
  line-height: 41px;
  float: left;
  margin-right: 0.7em;
  margin-bottom: 0.7em;
}
.footer-light .footer-widget .address h4 {
  color: #000;
}
.footer-light .footer-widget .address i {
  border-color: #000;
  color: #000;
}
.footer-widget .open-time li {
  display: table;
}
.footer-widget .open-time li span {
  display: table-cell;
}
.footer-widget .open-time li span + span {
  text-align: right;
  width: 1%;
  vertical-align: bottom;
  padding-left: 0.5em;
  white-space: nowrap;
}
.footer-widget .open-time li span:first-child {
  position: relative;
  overflow: hidden;
}
.footer-widget .open-time li span:first-child:after {
  content: "";
  position: absolute;
  bottom: 0.7em;
  margin-left: 0.5em;
  width: 100%;
  border-bottom: 1px dashed #464646;
}
.footer-widget .footer-widget-wrap {
  padding: 60px 0;
  border-top: 1px solid #3f3f3f;
}
@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: #000000;
  margin-top: 0;
  color: #ffffff;
}
.footer-widget .widget-title:after {
  background: #ffffff;
}
.footer-widget li {
  border-bottom: #3f3f3f;
  padding-left: 0;
  padding-bottom: 1em;
  position: relative;
}
.footer-widget li .post-date {
  display: block;
  font-size: 85%;
  color: rgba(0, 0, 0, 0.7);
}
.footer-widget li:last-child {
  border: none;
}
.footer-widget .social-widget-wrap i {
  color: #000000;
}
.footer-widget .social-widget-wrap i:hover {
  color: inherit;
}
.footer-widget .social-widget-wrap i {
  border: none !important;
  margin-right: 30px;
  width: auto;
}
.footer-widget .social-widget-wrap a:hover i {
  color: #de8c36 !important;
}
.footer {
  background: #313131;
  color: #909090;
}
.footer a {
  color: #909090;
}
.footer a:hover {
  color: #ffffff;
}
.footer .footer-info {
  color: #909090;
  padding: 40px 0;
}
.footer .footer-info a {
  color: #909090;
}
.footer .footer-info a:hover {
  color: #ffffff;
}
.footer-copyright {
  background: #000;
  text-transform: uppercase;
  padding: 1em 0;
}
.footer-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 1.5em;
  margin: 0 5px;
}
.footer-social a i:hover {
  background: none !important;
  color: #ffffff !important;
}
/*--------------------------------------------------------------
22.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;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .posts .entry-title {
    font-size: 2em;
  }
}
.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;
}
.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-center .hentry-wrap {
  text-align: center;
}
.posts .posts-wrap.posts-layout-center .entry-format {
  display: none;
}
.posts .posts-wrap.posts-layout-center .entry-meta:before {
  left: 50%;
  margin-left: -11px;
}
@media (min-width: 480px) {
  .posts .posts-wrap.posts-layout-center .entry-featured {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hentry {
  margin-bottom: 60px;
  background: transparent;
}
.entry-header {
  margin-bottom: 15px;
  position: relative;
}
.entry-header .entry-meta {
  margin-top: 8px;
}
.entry-content {
  margin-bottom: 2em;
}
.entry-featured {
  margin-bottom: 30px;
}
.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: #08c;
  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: #08c;
}
.entry-meta {
  padding: 2em 0;
  position: relative;
  font-weight: bold;
}
.entry-meta.icon-meta i {
  margin-right: 5px;
}
.entry-meta.icon-meta > span {
  margin-right: 10px;
}
.entry-content .entry-meta {
  margin-top: 2em;
}
.entry-meta:before {
  content: '';
  width: 23px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-meta span {
  display: block;
  font-style: italic;
  font-size: 14px;
}
.entry-meta time,
.entry-meta a {
  font-weight: normal;
}
.entry-meta a {
  color: #464646;
}
.entry-meta a:hover {
  color: #08c;
}
.readmore-link a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0.5714285714285714rem 1rem;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-color: #2b2b2b;
  color: #2b2b2b;
  padding-right: 5em;
}
.readmore-link a:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #08c;
  z-index: -1;
}
.readmore-link a:hover,
.readmore-link a:focus {
  text-decoration: none;
  border-color: #08c;
  color: #fff;
}
.readmore-link a:hover:after,
.readmore-link a:focus:after {
  left: 0%;
}
.readmore-link a i,
.readmore-link a span {
  z-index: 2;
  position: relative;
}
.readmore-link a:before {
  content: '+';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post-navigation {
  margin-bottom: 60px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.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: 2em;
  }
  .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 {
  display: block;
}
.post-navigation a:hover {
  color: #08c;
}
.author-info {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .author-info {
    padding: 15px 0;
  }
}
.author-info .author-avatar {
  float: left;
  margin-right: 30px;
}
.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: "Karla", Helvetica, Arial, sans-serif;
  font-size: 85%;
}
@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: 2em;
}
.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: 14px;
  height: 2em;
  line-height: 2em;
  width: 2em;
}
.author-info .author-social a:hover {
  background: #08c;
}
.entry-tags {
  color: #7c7c7c;
  margin-top: 15px;
  line-height: 1;
}
.entry-tags > span {
  font-size: 110%;
  color: #464646;
}
.entry-tags a {
  position: relative;
  display: inline-block;
  margin-bottom: 0.35714285714285715em;
  margin-right: 0.7142857142857143em;
  color: #7c7c7c;
  font-style: italic;
}
.entry-tags a:before {
  content: "#";
}
.entry-tags a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .single .hentry {
    margin-left: auto;
    margin-right: auto;
  }
}
.single .entry-title {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .single .entry-title {
    font-size: 2em;
  }
}
.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 {
  font-size: 14px;
}
.single .main-content .share-links .share-icons a:hover {
  background: #464646;
  color: #fff;
}
.single .below-content {
  margin-top: 1em;
}
.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;
  line-height: 2.5em;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 1em;
  background: #f8f9fb;
  color: #464646;
}
@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.2857142857142858em;
  line-height: 0.7;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.related-post .related-post-title h3:after {
  content: '';
  width: 23px;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.related-post .entry-featured {
  margin-bottom: 15px;
}
.related-post .related-post-items {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .related-post .related-post-item {
    margin-bottom: 30px;
  }
}
.related-post .post-title {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 1.0714285714285714em;
  text-transform: uppercase;
  font-weight: 400;
}
.related-post .entry-meta {
  padding: 1.5em 0 1em;
}
.related-post .entry-meta .meta-date {
  display: inline-block;
}
.related-post .readmore-link {
  margin-top: 1.5em;
}
/*
Shortcode Post Grid
*/
.post-grid-wrap {
  overflow-x: hidden;
}
.post-grid-wrap ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.post-grid-wrap ul li .hentry {
  margin: 0;
}
.post-grid-wrap ul li .entry-featured {
  margin: 0;
}
.post-grid-wrap ul li .entry-title {
  text-transform: uppercase;
  font-size: 1.7142857142857142em;
}
.post-grid-wrap ul li .entry-info {
  padding-top: 30px;
  padding-bottom: 30px;
}
.post-grid-wrap ul li .entry-content {
  margin-bottom: 2em;
}
@media (max-width: 1440px) {
  .post-grid-wrap ul li .entry-content {
    font-size: 1em;
  }
}
.post-grid-wrap ul li .read-more {
  border-width: 1px;
}
.post-grid-wrap ul li .read-more i {
  font-style: inherit;
  margin-left: 3em;
}
.post-grid-wrap ul.grid.col-2 li:nth-child(2n+1) {
  clear: both;
}
.post-grid-wrap ul.grid.col-3 li:nth-child(3n+1) {
  clear: both;
}
.post-grid-wrap ul.grid.col-4 li:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 991px) {
  .post-grid-wrap ul.grid li .entry-title {
    font-size: 1.2857142857142858em;
  }
}
.post-grid-wrap ul.list li {
  background: #f8f9fb;
}
.post-grid-wrap ul.list li:nth-child(even) .hentry-wrap > div {
  float: right;
}
.post-grid-wrap ul.list li:nth-child(even) .hentry-wrap .entry-info {
  padding-right: 45px;
  padding-left: 15px;
}
@media (max-width: 1440px) {
  .post-grid-wrap ul.list li:nth-child(even) .hentry-wrap .entry-info {
    padding-right: 30px;
  }
}
.post-grid-wrap ul.list li .hentry-wrap .entry-featured {
  float: left;
  width: 50%;
}
@media (max-width: 991px) {
  .post-grid-wrap ul.list li .hentry-wrap .entry-featured {
    width: 100%;
  }
}
.post-grid-wrap ul.list li .hentry-wrap .entry-info {
  float: left;
  width: 50%;
  padding-left: 45px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .post-grid-wrap ul.list li .hentry-wrap .entry-info {
    max-width: 600px;
  }
}
@media (max-width: 1440px) {
  .post-grid-wrap ul.list li .hentry-wrap .entry-info {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .post-grid-wrap ul.list li .hentry-wrap .entry-info {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .post-grid-wrap ul.list li .hentry-wrap .entry-info .entry-meta span {
    display: inline-block;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-grid-wrap ul.list li .hentry-wrap .entry-info .entry-meta {
    display: none;
  }
}
/*--------------------------------------------------------------
23.0 - Comment form
--------------------------------------------------------------*/
.comments-area {
  margin-top: 30px;
  padding-top: 30px;
}
.comments-area .form-allowed-tags {
  display: none;
}
.comments-area .commentst-title {
  margin-bottom: 1em;
}
.comments-area .commentst-title h3 {
  font-size: 1.2857142857142858em;
  line-height: 0.7;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.comments-area .commentst-title h3:after {
  content: '';
  width: 23px;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.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: 85%;
}
.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 #e5e5e5;
}
@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: #464646;
  font-weight: bold;
  font-family: "Karla", Helvetica, Arial, sans-serif;
}
.comment-author a:hover {
  color: #08c;
}
.ispostauthor {
  background: #8C8C8C;
  color: #fff;
  font-size: 85%;
  padding: 0.14285714285714285em 0.5714285714285714em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-meta {
  position: relative;
  margin: 0 0 0 30px;
  font-size: 85%;
  color: #7c7c7c;
}
.comment-meta .comment-edit-link {
  text-decoration: underline;
}
.comment-pending {
  padding: 0.5714285714285714rem 1rem;
  text-align: center;
  color: #000000;
  background-color: #7c7c7c;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.comment-reply-link {
  color: #08c;
}
.comment-reply-link:hover {
  text-decoration: underline;
}
#respond {
  margin-bottom: 3.5714285714285716em;
}
#respond .required {
  position: relative;
  color: #464646;
}
.comment-reply-title {
  font-size: 1.5em;
}
.comment-reply-title a {
  color: inherit;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  color: #7c7c7c;
}
.comments-area > #respond-wrap .comment-reply-title {
  font-size: 1.2857142857142858em;
  line-height: 0.7;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.comments-area > #respond-wrap .comment-reply-title:after {
  content: '';
  width: 23px;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
}
#commentform {
  margin-bottom: 0;
}
.comment-notes,
.logged-in-as {
  margin-bottom: 1em;
  font-size: 85%;
}
.comment-notes a,
.logged-in-as a {
  font-weight: 700;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.5714285714285714rem;
  font-size: 14px;
  line-height: 2;
  color: #464646;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-email textarea:focus,
.comment-form-url textarea:focus,
.comment-form-comment textarea:focus {
  border-color: #000000;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #000000;
  box-shadow: inset 0 0 0 1px #000000;
}
.comment-form-author input[disabled],
.comment-form-email input[disabled],
.comment-form-url input[disabled],
.comment-form-comment input[disabled],
.comment-form-author textarea[disabled],
.comment-form-email textarea[disabled],
.comment-form-url textarea[disabled],
.comment-form-comment textarea[disabled],
.comment-form-author input[readonly],
.comment-form-email input[readonly],
.comment-form-url input[readonly],
.comment-form-comment input[readonly],
.comment-form-author textarea[readonly],
.comment-form-email textarea[readonly],
.comment-form-url textarea[readonly],
.comment-form-comment textarea[readonly],
fieldset[disabled] .comment-form-author input,
fieldset[disabled] .comment-form-email input,
fieldset[disabled] .comment-form-url input,
fieldset[disabled] .comment-form-comment input,
fieldset[disabled] .comment-form-author textarea,
fieldset[disabled] .comment-form-email textarea,
fieldset[disabled] .comment-form-url textarea,
fieldset[disabled] .comment-form-comment textarea {
  cursor: not-allowed;
  background-color: #7c7c7c;
  opacity: 1;
  filter: alpha(opacity=100);
}
textarea.comment-form-author input,
textarea.comment-form-email input,
textarea.comment-form-url input,
textarea.comment-form-comment input,
textarea.comment-form-author textarea,
textarea.comment-form-email textarea,
textarea.comment-form-url textarea,
textarea.comment-form-comment textarea {
  height: auto;
}
@media (min-width: 1200px) {
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-url input,
  .comment-form-comment input {
    width: 40%;
  }
}
.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: #464646;
}
.comment-form-author :-moz-placeholder,
.comment-form-email :-moz-placeholder,
.comment-form-url :-moz-placeholder,
.comment-form-comment :-moz-placeholder {
  color: #464646;
}
.comment-form-author ::-moz-placeholder,
.comment-form-email ::-moz-placeholder,
.comment-form-url ::-moz-placeholder,
.comment-form-comment ::-moz-placeholder {
  color: #464646;
}
.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: #464646;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-rating,
.comment-form-comment {
  margin: 0 0 30px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
  font-size: 14px;
}
.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: 8px;
}
.comment-form-comment textarea {
  font-size: 14px;
  margin-bottom: 2em;
  height: 14.285714285714286em;
  resize: none;
  width: 100%;
  margin-top: 0em;
}
#review_form .form-submit,
.comment-form .form-submit {
  margin: 0;
}
#review_form .form-submit button[type="submit"],
.comment-form .form-submit button[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.5714285714285714rem 1rem;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  border: 1px solid #2b2b2b;
  text-transform: uppercase;
  color: #2b2b2b;
  position: relative;
  padding-left: 4em;
  padding-right: 4em;
}
#review_form .form-submit button[type="submit"]:after,
.comment-form .form-submit button[type="submit"]:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #08c;
  z-index: -1;
}
#review_form .form-submit button[type="submit"]:hover,
.comment-form .form-submit button[type="submit"]:hover,
#review_form .form-submit button[type="submit"]:focus,
.comment-form .form-submit button[type="submit"]:focus {
  text-decoration: none;
  border-color: #08c;
  color: #fff;
}
#review_form .form-submit button[type="submit"]:hover:after,
.comment-form .form-submit button[type="submit"]:hover:after,
#review_form .form-submit button[type="submit"]:focus:after,
.comment-form .form-submit button[type="submit"]:focus:after {
  left: 0%;
}
#review_form .form-submit button[type="submit"] i,
.comment-form .form-submit button[type="submit"] i,
#review_form .form-submit button[type="submit"] span,
.comment-form .form-submit button[type="submit"] span {
  z-index: 2;
  position: relative;
}
/*--------------------------------------------------------------
24.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%;
}
.main-sidebar > .widget {
  margin-bottom: 40px;
}
.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: 1em;
  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: 85%;
  color: #7c7c7c;
}
.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;
  text-align: right;
}
.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_archive li a,
.main-sidebar .widget_archive li a {
  float: left;
}
.extra-sidebar .widget_categories li,
.main-sidebar .widget_categories li {
  padding-left: 1.5em;
  text-align: right;
}
.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_categories li a,
.main-sidebar .widget_categories li a {
  float: left;
}
.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: 1em;
  line-height: 0.7;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.widgettitle:after,
.widget-title:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.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: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 40px;
  -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.7142857142857143em 0.7142857142857143em 0;
  padding: 1em 1.5em;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  vertical-align: middle;
  font-size: 85% !important;
  border: 1px solid #e5e5e5;
  color: #464646;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  border-color: #000000;
  color: #000000;
}
#wp-calendar {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
  background: #f8f9fb;
  border: 1px solid #e5e5e5;
}
#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td {
  padding: 0.7142857142857143em;
  line-height: 2;
  vertical-align: middle;
  border-top: 1px solid #dedede;
}
#wp-calendar > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #dedede;
}
#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: #f8f9fb;
  padding: 0.5714285714285714em;
  text-transform: uppercase;
}
#wp-calendar > thead th {
  background-color: #e8ebf2;
  border: none !important;
  text-align: center;
  font-family: "Karla", 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 #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#wp-calendar > tbody > tr > td.pad {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wp-calendar > tbody > tr > td.pad:first-child {
  border-left: 0;
}
#wp-calendar > tbody > tr > td.pad:last-child {
  border-right: 0;
}
#wp-calendar > tbody > tr > td > a {
  background: #08c;
  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 10px 0;
  display: inline-block;
}
.social-widget-wrap a i {
  font-size: 16px;
  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: #7c7c7c;
}
.recent-tweets ul li a:hover {
  color: #08c;
}
.recent-tweets .twitter_time {
  margin-top: 8px;
  display: block;
  font-size: 85%;
}
.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;
}
.mailchimp-form-content {
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.mailchimp-form-content input {
  width: 70%;
  display: inline-block;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.mailchimp-form-content input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mailchimp-form-content button {
  width: 30%;
  display: inline-block;
  margin-left: -4px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 1px solid #e5e5e5;
  background: transparent;
  border: 0;
}
.mailchimp-form-content button:after {
  display: none;
}
.mailchimp-form-result {
  font-size: 85%;
  margin-bottom: 5px;
}
.mailchimp-form-result .error {
  color: #fe252c;
}
.mailchimp-form-result .success {
  color: #a0ce4e;
}
.widget_rss cite,
.widget_rss .rss-date {
  font-size: 85%;
  color: #7c7c7c;
  display: block;
}
.widget_rss .rssSummary {
  margin-top: 1em;
  font-size: 85%;
}
.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;
}
/*
widget-post-thumbnail
*/
.widget-post-thumbnail li .posts-thumbnail-image {
  float: left;
  width: 70px;
  margin-right: 1em;
}
.widget-post-thumbnail li .posts-thumbnail-content h4 {
  font-size: 1em;
  line-height: 1.6;
  margin-top: -3px;
  margin-bottom: 0.5em;
}
.widget-post-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta {
  color: #7c7c7c;
}
.widget-post-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta a {
  color: #7c7c7c;
}
.widget-post-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta a:hover {
  color: #08c;
}
/*--------------------------------------------------------------
25.0 - Contact form
--------------------------------------------------------------*/
.wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.5714285714285714rem;
  font-size: 14px;
  line-height: 2;
  color: #464646;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-style: italic;
}
.wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #000000;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #000000;
  box-shadow: inset 0 0 0 1px #000000;
}
.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: #7c7c7c;
  opacity: 1;
  filter: alpha(opacity=100);
}
textarea.wpcf7-form-control:not(.wpcf7-submit) {
  height: auto;
}
.wpcf7-form-control:not(.wpcf7-submit).your-name,
.wpcf7-form-control:not(.wpcf7-submit).your-email {
  width: 60%;
}
textarea.wpcf7-form-control:not(.wpcf7-submit) {
  height: 130px;
}
.wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin-top: 0.35714285714285715em;
  margin-bottom: 1em;
}
.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;
  text-transform: uppercase;
  padding: 0.5714285714285714rem 1rem;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  padding-right: 4rem;
  padding-left: 4rem;
}
.wpcf7-submit:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #08c;
  z-index: -1;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  text-decoration: none;
  border-color: #08c;
  color: #fff;
}
.wpcf7-submit:hover:after,
.wpcf7-submit:focus:after {
  left: 0%;
}
.wpcf7-submit i,
.wpcf7-submit span {
  z-index: 2;
  position: relative;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit.active {
  border-color: #08c;
  color: #fff;
}
.wpcf7-submit:hover:after,
.wpcf7-submit:focus:after,
.wpcf7-submit:active:after,
.wpcf7-submit.active:after {
  left: 0%;
}
.wpcf7-submit:active,
.wpcf7-submit.active {
  background-image: none;
}
.wpcf7-submit:hover,
.wpcf7-submit:hover {
  background: #08c;
}
span.wpcf7-not-valid-tip {
  color: #fe252c;
  font-size: 85%;
  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;
}
/*--------------------------------------------------------------
26.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,
.modal-footer:before,
.modal-footer: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,
.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,
.modal-footer:after,
.searchform-result .searchform-result-list .search-entry:after,
.posts .posts-wrap: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;
}
.no-min-height {
  min-height: 0 !important;
}
.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: 2em;
}
.alignright {
  float: right;
  margin-left: 2em;
}
.aligncenter {
  display: block;
  margin: 2em 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 #f8f9fb;
  border: 1px solid #e5e5e5;
  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: 2em;
  margin-bottom: 2em;
}
[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 3.5em;
  display: inline-block !important;
  position: relative;
}
.masonry-filter .filter-action.filter-action-center > ul li:before {
  content: '';
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  font-weight: bold;
  background: #7e7e7e;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -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;
  color: #7e7e7e;
  font-size: 1.2857142857142858em;
}
.masonry-filter .filter-action.filter-action-center > ul li a.selected,
.masonry-filter .filter-action.filter-action-center > ul li a:hover {
  color: #000;
}
@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;
  color: #7e7e7e;
  font-family: "Karla", Helvetica, Arial, sans-serif;
}
.masonry-filter .filter-action > ul li a.selected {
  color: #000;
}
@media (max-width: 991px) {
  .masonry-filter .filter-action > ul {
    margin-top: 0.8571428571428571rem;
    clear: both;
  }
}
.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;
  background: #3b5998;
  color: #fff;
}
.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;
  background: #00aced;
  color: #fff;
}
.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;
  background: #dd4b39;
  color: #fff;
}
.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 ;
  background: #cb2027;
  color: #fff;
}
.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 ;
  background: #007bb6;
  color: #fff;
}
.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;
  background: #fab135;
  color: #fff;
}
.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;
  background: #517fa4;
  color: #fff;
}
.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;
  background: #4183c4;
  color: #fff;
}
.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;
  background: #1769ff;
  color: #fff;
}
.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 ;
  background: #366fb3;
  color: #fff;
}
.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;
  background: #32506d;
  color: #fff;
}
.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;
  background: #f50;
  color: #fff;
}
.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;
  background: #ea4c89 ;
  color: #fff ;
}
.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;
  }
}
/*--------------------------------------------------------------
27.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;
  }
}
@media (min-width: 768px) {
  .font-sm-50 {
    font-size: 50px !important;
  }
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
  pointer-events: none;
}
.wpb_single_image .figure {
  display: block !important;
}
.box_border {
  padding: 20px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box_border .commerce ul.products li.product .product-container {
  padding: 0;
  border: 0;
}
.box_border:hover {
  border-color: #08c;
  -webkit-box-shadow: inset 0 0 0 1px #08c;
  box-shadow: inset 0 0 0 1px #08c;
}

/*--------------------------------------------------------------
28.0 - Custom style
--------------------------------------------------------------*/

.user-login-facebook {
	margin-bottom:15px;
}

.btn-login-facebook {
	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;
	font-size:14.5px;
	line-height:1.1;
	-webkit-transition:background-color .3s .3s;
	-o-transition:background-color .3s .3s;
	transition:background-color .3s .3s;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	outline:none;
	background:none repeat scroll 0 0 #3b5998;
	color:#fff;
	border-width:0;
	padding:.75172413793103rem .96551724137931rem;
}