/*
 * M-Store | Modern E-Commerce Template
 * Copyright 2016 rokaux
 * Theme Styles
 */

/*
 * Table of Contents
 *
 *  1. Google Font Import
 *  2. Scaffolding + Reset
 *  3. Typography
 *  4. Forms
 *  5. Tables
 *  6. Buttons
 *  7. Preloader
 *  8. Social Buttons
 *  9. Navbar
 * 10. Carousel
 * 11. Shop
 * 12. Components
 * 13. Tooltips
 * 14. Navs (Tabs)
 * 15. Panels
 * 16. Footer
*/

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,500,600);
* {
  -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 * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

body {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #606060;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: auto;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #FF8C39;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #FF8C39;
  text-decoration: none;
}

a:focus {
  color: #FF8C39;
  outline: none;
}

a.link-title {
  color: #606060;
  text-decoration: none;
}

a.link-title:hover {
  color: #999;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

.opacity-75 {
  opacity: .75;
}

.opacity-50 {
  opacity: .5;
}

.opacity-25 {
  opacity: .25;
}

.display-inline {
  display: inline-block !important;
  vertical-align: middle;
}

.display-inline img {
  display: block;
  width: 100%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #ededed;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.inline img {
  display: block;
  width: 100%;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.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;
}

::selection {
  color: #606060;
  background: #ededed;
}

::-moz-selection {
  color: #606060;
  background: #ededed;
}

kbd {
  background-color: #606060;
  border-radius: 0;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.space-top-half {
  margin-top: 12px !important;
}

.space-top {
  margin-top: 24px !important;
}

.space-top-2x {
  margin-top: 48px !important;
}

.space-top-3x {
  margin-top: 72px !important;
}

.space-bottom-half {
  margin-bottom: 12px !important;
}

.space-bottom {
  margin-bottom: 24px !important;
}

.space-bottom-2x {
  margin-bottom: 48px !important;
}

.space-bottom-3x {
  margin-bottom: 72px !important;
}

.padding-top-half {
  padding-top: 12px !important;
}

.padding-top {
  padding-top: 24px !important;
}

.padding-top-2x {
  padding-top: 48px !important;
}

.padding-top-3x {
  padding-top: 72px !important;
}

.padding-bottom-half {
  padding-bottom: 12px !important;
}

.padding-bottom {
  padding-bottom: 24px !important;
}

.padding-bottom-2x {
  padding-bottom: 48px !important;
}

.padding-bottom-3x {
  padding-bottom: 72px !important;
}

@media screen and (max-width: 768px) {
  .space-top {
    margin-top: 16px !important;
  }
  .space-top-2x {
    margin-top: 36px !important;
  }
  .space-top-3x {
    margin-top: 48px !important;
  }
  .space-bottom {
    margin-bottom: 16px !important;
  }
  .space-bottom-2x {
    margin-bottom: 36px !important;
  }
  .space-bottom-3x {
    margin-bottom: 48px !important;
  }
  .padding-top {
    padding-top: 16px !important;
  }
  .padding-top-2x {
    padding-top: 36px !important;
  }
  .padding-top-3x {
    padding-top: 48px !important;
  }
  .padding-bottom {
    padding-bottom: 16px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 36px !important;
  }
  .padding-bottom-3x {
    padding-bottom: 48px !important;
  }
}

.space-top-none {
  margin-top: 0 !important;
}

.space-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.page-edit .edit-link {
  display: inline-block;
  margin-top: 24px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-center {
    text-align: center !important;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
  color: #606060;
  margin-top: 0;
}

h1, .h1 {
  margin-bottom: 28px;
}

h2, .h2 {
  margin-bottom: 24px;
}

h3, .h3 {
  margin-bottom: 20px;
}

h4, .h4 {
  margin-bottom: 17px;
}

h5, h6, .h5, .h6 {
  margin-bottom: 12px;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

h3, .h3 {
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

h4, .h4 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

h5, .h5 {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

h6, .h6 {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}

p {
  margin: 0 0 24px;
}

.lead {
  font-size: 18px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

small,
.small {
  font-size: 90%;
}

.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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-notransform {
  text-transform: none;
}

.text-crossed {
  text-decoration: line-through;
}

.text-bold {
  font-weight: 600;
}

.text-semibold {
  font-weight: 500;
}

.text-normal {
  font-weight: normal;
}

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

.text-gray {
  color: #999 !important;
}

.text-light,
.text-white {
  color: #fff !important;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff !important;
}

.text-default {
  color: #ededed;
}

a.text-default:hover {
  color: #d4d4d4;
}

.text-primary {
  color: #FF8C39;
}

a.text-primary:hover {
  color: #4dbdda;
}

.text-success {
  color: #a7c04d;
}

a.text-success:hover {
  color: #8aa139;
}

.text-info {
  color: #93c4ef;
}

a.text-info:hover {
  color: #67ace8;
}

.text-warning {
  color: #ffce2b;
}

a.text-warning:hover {
  color: #f7be00;
}

.text-danger {
  color: #ef0568;
}

a.text-danger:hover {
  color: #bd0452;
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  color: #fff;
}

.bg-default {
  background-color: #ededed;
}

a.bg-default:hover {
  background-color: #d4d4d4;
}

.bg-primary {
  background-color: #FF8C39;
}

a.bg-primary:hover {
  background-color: #4dbdda;
}

.bg-success {
  background-color: #a7c04d;
}

a.bg-success:hover {
  background-color: #8aa139;
}

.bg-info {
  background-color: #93c4ef;
}

a.bg-info:hover {
  background-color: #67ace8;
}

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

a.bg-warning:hover {
  background-color: #f7be00;
}

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

a.bg-danger:hover {
  background-color: #bd0452;
}

ul, ol {
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.8;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-featured {
  list-style: none;
  padding: 0;
}

.list-featured li {
  position: relative;
  padding-left: 14px;
}

.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 12px;
  background-color: #FF8C39;
}

.list-featured.text-light li {
  color: #fff;
}

.list-featured.text-light li:before {
  background-color: #fff;
}

.text-light .featured-list li {
  color: #fff;
}

.text-light .featured-list li:before {
  background-color: #fff;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-icon {
  list-style: none;
  padding: 0;
}

.list-icon > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 9px;
}

.list-icon > li > i {
  display: block;
  position: absolute;
  font-size: 1.25em;
  top: 4px;
  left: 0;
}

.list-icon > li > i.material-icons.phone {
  top: 6px;
}

.list-icon > li > i.material-icons.email {
  font-size: 1.15em;
  top: 5px;
}

.list-icon > li > i.socicon-skype {
  font-size: 1.05em;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  color: #606060;
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 15px;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  position: relative;
  padding: 12px 0 12px 25px;
  margin: 0;
  margin-bottom: 24px;
  font-size: 18px;
  text-transform: none;
  font-style: normal;
  color: #333;
  font-weight: 300;
  border-left: 5px solid #ededed;
}

blockquote cite {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  font-style: normal;
  margin-top: 9px;
}

blockquote cite:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #999;
  margin-right: 9px;
}

blockquote p {
  margin-bottom: 0;
}

blockquote.light-skin {
  color: #fff;
}

blockquote.light-skin cite {
  color: #fff;
  opacity: .8;
}

blockquote.blockquote-reverse {
  text-align: right;
  padding: 12px 25px 12px 0;
  border-left: none;
  border-right: 5px solid #ededed;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  height: 48px;
  font-size: 14px;
  color: #606060;
  text-transform: none;
  border: 2px solid #ededed;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 16px;
  margin-bottom: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: #FF8C39;
  outline: none;
}

.form-control::-moz-placeholder {
  color: #606060;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #606060;
}

.form-control::-webkit-input-placeholder {
  color: #606060;
}

.form-control.placeholder {
  color: #606060;
}

textarea.form-control {
  height: auto !important;
  padding: 13px 16px !important;
}

.form-group {
  margin-bottom: 24px;
}

.form-element {
  position: relative;
  margin-bottom: 24px;
}

.form-element > i {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 20px;
}

.form-group .form-control,
.form-element .form-control {
  margin-bottom: 0;
}

label {
  display: block;
  color: #606060;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}

select.form-control::-ms-expand {
  display: none;
}

select option {
  color: #606060;
}

.form-control-sm {
  height: 36px;
}

.form-element:before {
  position: absolute;
  display: block;
  font-family: 'Material Icons';
  font-size: 20px;
  top: 50%;
  right: 14px;
  line-height: 1;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.form-element.error .form-control {
  border-color: #ef0568;
  padding-right: 40px;
}

.form-element.error:before {
  content: "\e5c9";
  color: #ef0568;
  opacity: 1;
}

.form-element.error:focus {
  border-color: #ef0568;
}

.form-element.valid .form-control {
  border-color: #a7c04d;
  padding-right: 40px;
}

.form-element.valid:before {
  content: "\e5ca";
  color: #a7c04d;
  opacity: 1;
}

.form-element.valid:focus {
  border-color: #a7c04d;
}

.form-element.form-select:before {
  content: "\e5c5";
  font-size: 22px;
  margin-top: -11px;
  color: #606060;
  opacity: 1;
}

.status-message {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.8;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 25px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.status-message.error {
  color: #ef0568;
  border-color: #ef0568;
}

.status-message.success {
  color: #a7c04d;
  border-color: #a7c04d;
}

.back-btn {
  line-height: 34px !important;
  border: 1px solid #ef0568 !important;
  background-color: transparent !important;
  color: #ef0568 !important;
  margin-top: 20px !important;
}

.back-btn:hover {
  background-color: #ef0568 !important;
  color: #fff !important;
}

.done-btn {
  line-height: 34px !important;
  border: 1px solid #a7c04d !important;
  background-color: transparent !important;
  color: #a7c04d !important;
  margin-top: 20px !important;
}

.done-btn:hover {
  background-color: #a7c04d !important;
  color: #fff !important;
}

.ajax-form {
  position: relative;
}

.ajax-form .contact-form {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.ajax-form.validated .contact-form {
  visibility: hidden;
  opacity: 0;
}

.ajax-form.validated .status-message {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.contact-form.container {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.form-control + .checkbox,
.form-control + .checkbox-inline,
.form-control + .radio,
.form-control + .radio-inline {
  margin-top: 20px;
}

.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  position: relative;
  display: table;
  width: auto;
  font-size: 14px;
  color: #606060;
  text-transform: none;
  font-weight: normal;
  cursor: default;
  padding-left: 25px;
  margin-bottom: 12px;
  margin-left: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.disabled,
.radio.disabled,
.checkbox-inline.disabled,
.radio-inline.disabled {
  color: #cecece;
  cursor: not-allowed;
}

.text-light.checkbox, .text-light.radio, .text-light.checkbox-inline, .text-light.radio-inline,
.text-light .checkbox,
.text-light .radio,
.text-light .checkbox-inline,
.text-light .radio-inline {
  color: #fff;
}

label.hover {
  cursor: pointer;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  margin-right: 18px;
}

.text-right .checkbox-inline,
.text-right .radio-inline {
  margin-left: 15px;
  margin-right: 0;
}

.text-center .checkbox-inline,
.text-center .radio-inline {
  margin-left: 10px;
  margin-right: 10px;
}

.icheckbox,
.iradio {
  position: absolute;
  z-index: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  left: 0;
  top: 3px;
  border: 2px solid #ededed;
  border-radius: 1px;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.icheckbox.disabled,
.iradio.disabled {
  border-color: #ededed;
  cursor: not-allowed;
}

.icheckbox:before {
  position: absolute;
  display: block;
  font-family: 'Material Icons';
  content: "\e5ca";
  color: #fff;
  line-height: 1;
  top: -2px;
  left: -1px;
}

.icheckbox.checked {
  border-color: #FF8C39;
  background-color: #FF8C39;
}

.icheckbox.checked.disabled {
  opacity: .6;
}

.iradio {
  border-radius: 50%;
}

.iradio.checked {
  border-width: 4px;
  border-color: #FF8C39;
}

.iradio.checked.disabled {
  opacity: .6;
}

.count-input {
  position: relative;
  width: 100px;
  margin: 10px 0;
}

.count-input input {
  width: 100%;
  height: 36px;
  border: 2px solid #ededed;
  border-radius: 4px;
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.count-input input:focus {
  outline: none;
}

.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #606060;
  font-weight: 300;
  text-align: center;
  line-height: 33px;
  text-decoration: none;
  top: 0;
  right: 0;
}

.count-input .incr-btn:first-child {
  right: auto;
  left: 0;
}

.login-form .form-footer {
  display: table;
  width: 100%;
}

.login-form .form-footer .rememberme,
.login-form .form-footer .form-submit {
  display: table-cell;
  vertical-align: middle;
}

.login-form .form-footer .rememberme .btn, .login-form .form-footer .rememberme .back-btn, .login-form .form-footer .rememberme .done-btn,
.login-form .form-footer .form-submit .btn,
.login-form .form-footer .form-submit .back-btn,
.login-form .form-footer .form-submit .done-btn {
  margin-top: 0;
}

.login-form .form-footer .rememberme {
  width: 60%;
}

.login-form .form-footer .form-submit {
  width: 40%;
}

.checkout-form.container {
  width: 100% !important;
  padding: 0;
}

.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}

.subscribe-form .form-control {
  margin-bottom: 0;
}

.search-box {
  position: relative;
  width: 100%;
}

.search-box .form-control {
  padding-right: 38px;
  margin-bottom: 0;
}

.search-box button[type=submit] {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 20px;
  line-height: 1;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: -11px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.search-box button[type=submit]:focus {
  outline: none;
}

.search-box button[type=submit]:hover {
  color: #999;
}

.color-select {
  min-width: 100px;
}

caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #999;
  text-align: left;
}

th {
  text-align: left;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #ededed;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px !important;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ededed;
}

table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #ededed;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > table {
    border: 0;
  }
  .table-responsive > table > thead > tr > th:first-child,
  .table-responsive > table > thead > tr > td:first-child,
  .table-responsive > table > tbody > tr > th:first-child,
  .table-responsive > table > tbody > tr > td:first-child,
  .table-responsive > table > tfoot > tr > th:first-child,
  .table-responsive > table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > table > thead > tr > th:last-child,
  .table-responsive > table > thead > tr > td:last-child,
  .table-responsive > table > tbody > tr > th:last-child,
  .table-responsive > table > tbody > tr > td:last-child,
  .table-responsive > table > tfoot > tr > th:last-child,
  .table-responsive > table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > table > tbody > tr:last-child > th,
  .table-responsive > table > tbody > tr:last-child > td,
  .table-responsive > table > tfoot > tr:last-child > th,
  .table-responsive > table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
  border-bottom: 0;
}

.btn, .back-btn, .done-btn {
  display: inline-block;
  height: 48px;
  line-height: 45px;
  font-size: 14px;
  font-weight: normal;
  color: #606060;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 0 22px;
  margin: 10px 0;
  margin-right: 8px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  background-color: #ededed;
}

.btn:hover, .back-btn:hover, .done-btn:hover {
  background-color: #d6d6d6;
}

.btn:hover, .back-btn:hover, .done-btn:hover {
  color: #606060;
  text-decoration: none;
  outline: none;
}

.btn:focus, .back-btn:focus, .done-btn:focus {
  text-decoration: none;
  outline: none;
}

.btn:active, .back-btn:active, .done-btn:active, .btn.active, .active.back-btn, .active.done-btn {
  outline: 0;
  background-image: none;
}

.btn.disabled, .disabled.back-btn, .disabled.done-btn, .btn[disabled], [disabled].back-btn, [disabled].done-btn {
  cursor: not-allowed;
  background-color: #ededed !important;
}

.btn.disabled:hover, .disabled.back-btn:hover, .disabled.done-btn:hover, .btn[disabled]:hover, [disabled].back-btn:hover, [disabled].done-btn:hover {
  background-color: #ededed !important;
}

.btn i, .back-btn i, .done-btn i, .btn i:before, .back-btn i:before, .done-btn i:before {
  display: inline-block;
  line-height: 1.5;
  font-size: 18px;
}

a.btn.disabled, a.disabled.back-btn, a.disabled.done-btn,
fieldset[disabled] a.btn,
fieldset[disabled] a.back-btn,
fieldset[disabled] a.done-btn {
  opacity: .5;
  pointer-events: none;
  pointer: not-allowed;
}

.btn-primary, .btn-primary:hover,
.btn-primary:active, .btn-primary:focus,
.btn-success, .btn-success:hover,
.btn-success:active, .btn-success:focus,
.btn-info, .btn-info:hover,
.btn-info:active, .btn-info:focus,
.btn-warning, .btn-warning:hover,
.btn-warning:active, .btn-warning:focus,
.btn-danger, .btn-danger:hover,
.btn-danger:active, .btn-danger:focus {
  color: #fff;
}

.btn-primary {
  background-color: #FF8C39;
}

.btn-primary:hover {
  background-color: #51bfdb;
}

.btn-success {
  background-color: #a7c04d;
}

.btn-success:hover {
  background-color: #8ea53a;
}

.btn-info {
  background-color: #93c4ef;
}

.btn-info:hover {
  background-color: #6baee9;
}

.btn-warning {
  background-color: #ffce2b;
}

.btn-warning:hover {
  background-color: #fcc200;
}

.btn-danger {
  background-color: #ef0568;
}

.btn-danger:hover {
  background-color: #c20454;
}

.btn-light {
  background-color: #fff;
  color: #333;
}

.btn-light:hover {
  background-color: #e8e8e8;
}

.btn-light:hover {
  color: #333;
}

.btn-default:focus {
  color: #606060;
}

.btn-ghost {
  background-color: transparent;
  color: #ededed;
  border-color: #ededed;
}

.btn-ghost:hover {
  color: #fff;
  background-color: #ededed;
}

.btn-ghost.btn-default {
  background-color: transparent;
  color: #ededed;
  border-color: #ededed;
}

.btn-ghost.btn-default:hover {
  color: #fff;
  background-color: #ededed;
}

.btn-ghost.btn-primary {
  background-color: transparent;
  color: #FF8C39;
  border-color: #FF8C39;
}

.btn-ghost.btn-primary:hover {
  color: #fff;
  background-color: #FF8C39;
}

.btn-ghost.btn-success {
  background-color: transparent;
  color: #a7c04d;
  border-color: #a7c04d;
}

.btn-ghost.btn-success:hover {
  color: #fff;
  background-color: #a7c04d;
}

.btn-ghost.btn-info {
  background-color: transparent;
  color: #93c4ef;
  border-color: #93c4ef;
}

.btn-ghost.btn-info:hover {
  color: #fff;
  background-color: #93c4ef;
}

.btn-ghost.btn-warning {
  background-color: transparent;
  color: #ffce2b;
  border-color: #ffce2b;
}

.btn-ghost.btn-warning:hover {
  color: #fff;
  background-color: #ffce2b;
}

.btn-ghost.btn-danger {
  background-color: transparent;
  color: #ef0568;
  border-color: #ef0568;
}

.btn-ghost.btn-danger:hover {
  color: #fff;
  background-color: #ef0568;
}

.btn-ghost.btn-light {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-ghost.btn-light:hover {
  color: #fff;
  background-color: #fff;
}

.btn-ghost.btn-light:hover {
  color: #333;
}

.btn-ghost,
.btn-ghost.btn-default {
  color: #606060;
}

.btn-ghost:hover,
.btn-ghost.btn-default:hover {
  color: #606060;
}

.btn-sm, .back-btn, .done-btn {
  height: 36px;
  font-size: 12px;
  font-weight: normal;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 4px;
}

.btn-sm.btn-ghost, .btn-ghost.back-btn, .btn-ghost.done-btn {
  font-weight: normal;
}

.btn-link {
  background-color: transparent;
}

.btn-link:hover {
  color: #999;
  background-color: transparent;
}

.btn-square {
  border-radius: 0;
}

.btn-pill {
  border-radius: 24px;
}

.btn-pill.btn-sm, .btn-pill.back-btn, .btn-pill.done-btn {
  border-radius: 18px;
}

.btn-inline {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-icon-left {
  padding-left: 18px;
}

.btn-icon-left i {
  margin-right: 7px;
}

.btn-icon-left.btn-sm, .btn-icon-left.back-btn, .btn-icon-left.done-btn {
  padding-left: 12px;
}

.btn-icon-left.btn-sm i, .btn-icon-left.back-btn i, .btn-icon-left.done-btn i {
  margin-right: 5px;
}

.btn-icon-right {
  padding-right: 18px;
}

.btn-icon-right i {
  margin-left: 7px;
}

.btn-icon-right.btn-sm, .btn-icon-right.back-btn, .btn-icon-right.done-btn {
  padding-right: 12px;
}

.btn-icon-right.btn-sm i, .btn-icon-right.back-btn i, .btn-icon-right.done-btn i {
  margin-left: 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
}

.btn-block + .btn-block {
  margin-top: 20px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.text-center .btn, .text-center .back-btn, .text-center .done-btn {
  margin-left: 5px;
  margin-right: 5px;
}

.text-center .btn.btn-block, .text-center .btn-block.back-btn, .text-center .btn-block.done-btn {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .mobile-center {
    text-align: center !important;
  }
  .mobile-center .btn, .mobile-center .back-btn, .mobile-center .done-btn {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mobile-center .btn.btn-block, .mobile-center .btn-block.back-btn, .mobile-center .btn-block.done-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.text-right .btn, .text-right .back-btn, .text-right .done-btn {
  margin-left: 10px;
  margin-right: 0;
}

.text-right .btn.btn-block, .text-right .btn-block.back-btn, .text-right .btn-block.done-btn {
  margin-left: 0;
}

.scroll-to-top-btn {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #606060;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  right: 20px;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #ededed;
  border-bottom: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.scroll-to-top-btn > i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scroll-to-top-btn:hover {
  color: #999;
}

@media screen and (max-width: 480px) {
  .scroll-to-top-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 38px;
  }
}

.load-more-btn {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  font-weight: normal;
  color: #606060;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.load-more-btn:hover, .load-more-btn:focus {
  color: #999;
  text-decoration: none;
}

.social-signup-btn {
  position: relative;
  display: block;
  width: 240px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding-left: 66px;
  margin-bottom: 12px;
}

.social-signup-btn > i {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.social-signup-btn > i:before {
  line-height: 48px;
}

.social-signup-btn > i.socicon-googleplus {
  font-size: 18px;
}

.social-signup-btn > span {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.social-signup-btn:focus, .social-signup-btn:active {
  color: #fff;
  text-decoration: none;
}

.social-signup-btn:hover {
  color: #fff;
}

.social-signup-btn:hover > i {
  width: 100%;
}

.social-signup-btn:hover > span {
  opacity: 0;
}

.social-signup-btn.ssb-facebook {
  background-color: #3b5998;
}

.social-signup-btn.ssb-google {
  background-color: #dd4b39;
}

.social-signup-btn.ssb-twitter {
  background-color: #55acee;
}

.app-store-btn,
.google-play-btn,
.amazon-btn,
.windows-btn {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin: 10px 14px 10px 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: no-repeat;
  background-size: cover;
}

.app-store-btn {
  background-image: url(../img/market-btns/app-store.png);
}

.google-play-btn {
  background-image: url(../img/market-btns/google-play.png);
}

.amazon-btn {
  background-image: url(../img/market-btns/amazon.png);
}

.windows-btn {
  width: 157px;
  height: 40px;
  background-image: url(../img/market-btns/windows.png);
}

.text-center .app-store-btn,
.text-center .google-play-btn,
.text-center .amazon-btn,
.text-center .windows-btn {
  margin-left: 7px;
  margin-right: 7px;
}

.text-left .app-store-btn,
.text-left .google-play-btn,
.text-left .amazon-btn,
.text-left .windows-btn {
  margin-left: 14px;
  margin-right: 0;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.5);
}

.page-preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-preloading .page-wrapper {
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}

.page-preloading .page-preloader {
  visibility: visible;
  opacity: 1;
}

.page-preloading.loading-done .page-wrapper {
  opacity: 1;
}

.page-preloading.loading-done .page-preloader {
  visibility: hidden;
  opacity: 0;
}

.page-preloading.loading-done.link-clicked .page-wrapper {
  opacity: 0;
}

.preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
}

/* Base class */
.social-bar a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
  margin-right: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.social-bar.text-center a {
  margin-left: 9px;
  margin-right: 9px;
}

.social-bar.text-right a {
  margin-left: 18px;
  margin-right: 0;
}

.text-center .social-bar a {
  margin-left: 9px;
  margin-right: 9px;
}

.text-right .social-bar a {
  margin-left: 18px;
  margin-right: 0;
}

/* Behance */
.sb-behance {
  color: #606060;
  font-size: 1.1em !important;
}

.sb-behance:hover, .sb-behance:focus {
  color: #1769ff !important;
}

/* DeviantArt */
.sb-deviantart {
  color: #606060;
  font-size: 1.2em !important;
}

.sb-deviantart:hover, .sb-deviantart:focus {
  color: #4e6252 !important;
}

/* Digg */
.sb-digg {
  color: #606060;
  font-size: 1.2em !important;
}

.sb-digg:hover, .sb-digg:focus {
  color: #000 !important;
}

/* Dribbble */
.sb-dribbble {
  color: #606060;
}

.sb-dribbble:hover, .sb-dribbble:focus {
  color: #ea4c89 !important;
}

/* Facebook */
.sb-facebook {
  color: #606060;
}

.sb-facebook:hover, .sb-facebook:focus {
  color: #3b5998 !important;
}

/* Flickr */
.sb-flickr {
  color: #606060;
}

.sb-flickr:hover, .sb-flickr:focus {
  color: #0063dc !important;
}

/* Foursquare */
.sb-foursquare {
  color: #606060;
}

.sb-foursquare:hover, .sb-foursquare:focus {
  color: #ef4b78 !important;
}

/* GitHub */
.sb-github {
  color: #606060;
}

.sb-github:hover, .sb-github:focus {
  color: #4183c4 !important;
}

/* Google+ */
.sb-google-plus {
  color: #606060;
  font-size: 1.2em !important;
}

.sb-google-plus:hover, .sb-google-plus:focus {
  color: #dd4b39 !important;
}

/* Instagram */
.sb-instagram {
  color: #606060;
}

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

/* LastFM */
.sb-lastfm {
  color: #606060;
}

.sb-lastfm:hover, .sb-lastfm:focus {
  color: #e31b23 !important;
}

/* LinkedIn */
.sb-linkedin {
  color: #606060;
}

.sb-linkedin:hover, .sb-linkedin:focus {
  color: #0976b4 !important;
}

/* PayPal */
.sb-paypal {
  color: #606060;
  font-size: 0.9em !important;
}

.sb-paypal:hover, .sb-paypal:focus {
  color: #253b80 !important;
}

/* Pinterest */
.sb-pinterest {
  color: #606060;
}

.sb-pinterest:hover, .sb-pinterest:focus {
  color: #cc2127 !important;
}

/* Reddit */
.sb-reddit {
  color: #606060;
  font-size: 1.1em !important;
}

.sb-reddit:hover, .sb-reddit:focus {
  color: #ff4500 !important;
}

/* Skype */
.sb-skype {
  color: #606060;
  font-size: 0.9em !important;
}

.sb-skype:hover, .sb-skype:focus {
  color: #00aff0 !important;
}

/* SoundCloud */
.sb-soundcloud {
  color: #606060;
  font-size: 1.2em !important;
}

.sb-soundcloud:hover, .sb-soundcloud:focus {
  color: #f80 !important;
}

/* Stack Overflow */
.sb-stackoverflow {
  color: #606060;
}

.sb-stackoverflow:hover, .sb-stackoverflow:focus {
  color: #fe7a15 !important;
}

/* Steam */
.sb-steam {
  color: #606060;
}

.sb-steam:hover, .sb-steam:focus {
  color: #7da10e !important;
}

/* StumbleUpon */
.sb-stumbleupon {
  color: #606060;
}

.sb-stumbleupon:hover, .sb-stumbleupon:focus {
  color: #eb4924 !important;
}

/* Trello */
.sb-trello {
  color: #606060;
}

.sb-trello:hover, .sb-trello:focus {
  color: #256a92 !important;
}

/* Tumblr */
.sb-tumblr {
  color: #606060;
}

.sb-tumblr:hover, .sb-tumblr:focus {
  color: #35465c !important;
}

/* Twitch */
.sb-twitch {
  color: #606060;
}

.sb-twitch:hover, .sb-twitch:focus {
  color: #6441a5 !important;
}

/* Twitter */
.sb-twitter {
  color: #606060;
}

.sb-twitter:hover, .sb-twitter:focus {
  color: #55acee !important;
}

/* Vimeo */
.sb-vimeo {
  color: #606060;
}

.sb-vimeo:hover, .sb-vimeo:focus {
  color: #1ab7ea !important;
}

/* Vine */
.sb-vine {
  color: #606060;
}

.sb-vine:hover, .sb-vine:focus {
  color: #00b488 !important;
}

/* VKontakte */
.sb-vk {
  color: #606060;
  font-size: 1.1em !important;
}

.sb-vk:hover, .sb-vk:focus {
  color: #45668e !important;
}

/* WordPress */
.sb-wordpress {
  color: #606060;
}

.sb-wordpress:hover, .sb-wordpress:focus {
  color: #21759b !important;
}

/* XING */
.sb-xing {
  color: #606060;
}

.sb-xing:hover, .sb-xing:focus {
  color: #026466 !important;
}

/* Yahoo! */
.sb-yahoo {
  color: #606060;
  font-size: 1.1em !important;
}

.sb-yahoo:hover, .sb-yahoo:focus {
  color: #400191 !important;
}

/* Yelp */
.sb-yelp {
  color: #606060;
}

.sb-yelp:hover, .sb-yelp:focus {
  color: #af0606 !important;
}

/* YouTube */
.sb-youtube {
  color: #606060;
}

.sb-youtube:hover, .sb-youtube:focus {
  color: #e52d27 !important;
}

.navbar {
  position: fixed;
  z-index: 9900;
  width: 100%;
  min-height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 30px;
  top: 0;
  left: 0;
}

.navbar + * {
  margin-top: 70px;
}

.site-logo {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  color: #606060;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding: 20px 0;
  margin-right: 20px;
}

.site-logo span {
  font-weight: normal;
}

.site-logo:hover, .site-logo:focus, .site-logo:active {
  color: #606060;
  text-decoration: none;
}

.site-logo img {
  width: 100%;
  max-width: 115px;
}

.site-logo.visible-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .site-logo {
    z-index: 20;
    margin-right: 15px;
  }
  .site-logo.visible-desktop {
    display: none;
  }
  .site-logo.visible-mobile {
    display: inline-block;
  }
  .site-logo img {
    max-width: 42px;
  }
}

@media screen and (max-width: 360px) {
  .site-logo {
    margin-right: 8px;
  }
}

.lang-switcher .lang-dropdown, .toolbar .toolbar-toggle > .toolbar-dropdown {
  display: block;
  position: absolute;
  width: 240px;
  list-style: none;
  padding: 20px 25px 25px 25px;
  margin: 0;
  top: 100%;
  right: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-15px) scale(0.95);
  -moz-transform: translateY(-15px) scale(0.95);
  -ms-transform: translateY(-15px) scale(0.95);
  -o-transform: translateY(-15px) scale(0.95);
  transform: translateY(-15px) scale(0.95);
  -webkit-transition: all, 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all, 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all, 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lang-switcher.open .lang-dropdown, .toolbar .toolbar-toggle.active > .toolbar-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.lang-switcher {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
}

.lang-switcher .lang-toggle {
  cursor: pointer;
}

.lang-switcher .lang-toggle > img, .lang-switcher .lang-toggle > i {
  display: inline-block;
  vertical-align: middle;
}

.lang-switcher .lang-toggle > img {
  width: 24px;
}

.lang-switcher .lang-toggle > i {
  color: #606060;
  font-size: 22px;
  line-height: 1;
  margin-left: -2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

@media screen and (max-width: 360px) {
  .lang-switcher .lang-toggle > i {
    display: none;
  }
}

.lang-switcher .lang-dropdown {
  width: 106px;
  right: auto;
  left: -37px;
  margin-top: 10px;
}

.lang-switcher .lang-dropdown > li {
  margin-bottom: 6px;
}

.lang-switcher .lang-dropdown > li:last-child {
  margin-bottom: 0;
}

.lang-switcher .lang-dropdown > li > a {
  font-size: 14px;
  color: #606060;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity, 0.25s;
  -o-transition: opacity, 0.25s;
  transition: opacity, 0.25s;
}

.lang-switcher .lang-dropdown > li > a > img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 7px;
}

.lang-switcher .lang-dropdown > li > a:hover {
  opacity: .6;
}

.lang-switcher.open .lang-toggle > i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .lang-switcher {
    z-index: 20;
  }
}

.toolbar {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.toolbar .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.toolbar .toolbar-toggle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #606060;
  text-align: center;
  line-height: 1;
  padding: 0 30px;
  border-left: 1px solid #f0f0f0;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.toolbar .toolbar-toggle:hover {
  color: #999;
}

.toolbar .toolbar-toggle > i {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: transform 0.3s, opacity 0.15s;
  -o-transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s;
}

.toolbar .toolbar-toggle:after {
  display: block;
  font-family: 'Material Icons';
  font-size: 24px;
  content: '\e5cd';
  margin-top: -24px;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.7);
  -moz-transform: translateY(20px) scale(0.7);
  -ms-transform: translateY(20px) scale(0.7);
  -o-transform: translateY(20px) scale(0.7);
  transform: translateY(20px) scale(0.7);
  -webkit-transition: transform 0.3s, opacity 0.15s;
  -o-transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s;
}

.toolbar .toolbar-toggle > .toolbar-dropdown.qr-code {
  width: 200px;
}

.toolbar .toolbar-toggle.active {
  background-color: #f5f5f5;
}

.toolbar .toolbar-toggle.active:hover {
  color: #606060;
}

.toolbar .toolbar-toggle.active > i {
  opacity: 0;
  -webkit-transform: translateY(-20px) scale(0.7);
  -moz-transform: translateY(-20px) scale(0.7);
  -ms-transform: translateY(-20px) scale(0.7);
  -o-transform: translateY(-20px) scale(0.7);
  transform: translateY(-20px) scale(0.7);
}

.toolbar .toolbar-toggle.active:after {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.toolbar .toolbar-button {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  border-left: 1px solid #f0f0f0;
}

.toolbar .toolbar-button > .btn, .toolbar .toolbar-button > .back-btn, .toolbar .toolbar-button > .done-btn {
  margin: 0;
}

.main-navigation {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-navigation > li {
  display: block;
}

.main-navigation > li > a {
  display: block;
  padding: 6px 0;
  color: #606060;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.main-navigation > li.current-menu-item > a,
.main-navigation > li.current_page_item > a,
.main-navigation > li.current-menu-ancestor > a,
.main-navigation > li.current-menu-parent > a,
.main-navigation > li:hover > a,
.main-navigation > li.current > a {
  color: #ababab;
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 400ms;
  -o-transition: height 400ms;
  transition: height 400ms;
}

/*
 *  Core Owl Carousel Styles
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls {
  text-align: center;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #606060;
  background-color: #f5f5f5;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before, .owl-carousel .owl-controls .owl-nav .owl-next:before {
  font-family: "Material Icons";
  content: "\e8e4";
  line-height: 40px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.owl-carousel .owl-controls .owl-dots {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -35px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #606060;
  opacity: 0.5;
  margin: 0 5px;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.shop-item {
  width: 100%;
  margin-bottom: 36px;
}

.shop-item .shop-thumbnail {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}

.shop-item .shop-thumbnail .item-link {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.shop-item .shop-thumbnail > img {
  display: block;
  width: auto;
  margin: auto;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.shop-item .shop-item-footer {
  display: table;
  width: 100%;
  padding-top: 24px;
}

.shop-item .shop-item-details,
.shop-item .shop-item-order-btn {
  display: table-cell;
  vertical-align: top;
}

.shop-item .shop-item-order-btn {
  text-align: right;
}

.shop-item .shop-item-order-btn > .btn, .shop-item .shop-item-order-btn > .back-btn, .shop-item .shop-item-order-btn > .done-btn {
  margin: 0;
}

.shop-item .shop-item-details .shop-item-title {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 6px;
}

.shop-item .shop-item-details .shop-item-price {
  font-size: 16px;
}

.shop-item .shop-item-details .shop-item-price .old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

@media screen and (max-width: 480px) {
  .shop-item .shop-item-details,
  .shop-item .shop-item-order-btn {
    display: block;
    text-align: center;
  }
  .shop-item .shop-item-order-btn {
    margin-top: 13px;
  }
}

.order-content-open {
  overflow-y: hidden;
}

.order-content-open.hasScrollbar {
  padding-right: 16px;
}

.order-content-open.hasScrollbar .navbar {
  width: calc(100% - 16px);
}

.close-btn {
  display: block;
  position: fixed;
  top: 8px;
  right: 20px;
  color: #606060;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #999;
}

.order-content-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9905;
  cursor: default;
}

.order-content-backdrop.active {
  display: block;
}

.order-content-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  margin: 0;
  z-index: 9910;
  background-color: #fff;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.17);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.order-content-wrap > .inner {
  padding: 70px 40px 50px 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.4s 0.5s;
  -o-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
}

.order-content-wrap > .inner.loaded {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.order-content-wrap .preloader {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.4s 0.25s;
  -o-transition: all 0.4s 0.25s;
  transition: all 0.4s 0.25s;
}

.order-content-wrap .preloader.active {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.order-content-wrap.open {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .order-content-wrap {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .order-content-wrap {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .order-content-wrap {
    width: 80%;
  }
}

@media screen and (max-width: 820px) {
  .order-content-wrap {
    width: 100%;
  }
}

.order-form {
  padding-top: 10px;
}

.order-totals {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}

.order-totals .product-image,
.order-totals .order-totals-detail {
  display: table-cell;
  vertical-align: top;
}

.order-totals .product-image {
  width: 325px;
  padding-right: 25px;
}

.order-totals .product-image > img {
  width: 100%;
}

.order-totals .product-title {
  margin-bottom: 8px;
}

.order-totals .order-quantity {
  margin-bottom: 6px;
}

.order-totals .order-quantity > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.order-totals .order-quantity span {
  font-size: 18px;
}

.order-totals .total-cost i,
.order-totals .price i {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .order-totals .product-image,
  .order-totals .order-totals-detail {
    display: block;
    margin: auto;
    text-align: center;
  }
  .order-totals .product-image {
    width: 300px;
    padding: 0;
  }
  .order-totals .order-totals-detail {
    width: 100%;
    padding-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .order-totals .product-image {
    width: 100%;
  }
}

.fw-section {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fw-section .container,
.fw-section .container-fluid {
  position: relative;
  z-index: 5;
}

.fw-section.no-cover {
  background-size: auto;
}

.fw-section.full-height {
  min-height: 100vh;
}

.fw-section .overlay {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.block-title > small {
  display: block;
  margin-top: 12px;
  color: #999;
  font-size: 16px;
  font-weight: 300;
}

.google-map {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .google-map {
    height: 400px !important;
  }
}

@media screen and (max-width: 480px) {
  .google-map {
    height: 300px !important;
  }
}

.feature {
  display: table;
  width: 100%;
  margin-bottom: 32px;
}

.feature .feature-icon,
.feature .feature-description {
  display: table-cell;
  vertical-align: top;
}

.feature .feature-icon {
  width: 94px;
  font-size: 64px;
  padding-right: 30px;
  line-height: 0;
}

.feature .feature-icon > img {
  width: 100%;
  margin-top: 5px;
}

.feature .feature-title {
  color: #606060;
  font-size: 22px;
  margin-bottom: 16px;
}

.feature .feature-text {
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
}

.feature.light-skin .feature-icon,
.feature.light-skin .feature-title,
.feature.light-skin .feature-text {
  color: #fff;
}

.feature.light-skin .feature-text {
  opacity: .5;
}

@media screen and (max-width: 480px) {
  .feature {
    margin-bottom: 40px;
  }
  .feature .feature-icon,
  .feature .feature-description {
    display: block;
    width: 100%;
    text-align: center;
  }
  .feature .feature-icon {
    width: 64px;
    padding-right: 0;
    margin: 0 auto 20px auto;
  }
  .feature .feature-icon > img {
    margin-top: 0;
  }
}

.testimonial {
  margin-bottom: 48px;
}

.testimonial .testimonial-body {
  position: relative;
  padding: 24px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.testimonial .testimonial-body p {
  margin-bottom: 0;
}

.testimonial .testimonial-body::before, .testimonial .testimonial-body::after {
  display: block;
  position: absolute;
  content: '';
}

.testimonial .testimonial-body::before {
  display: block;
  position: absolute;
  content: '';
  left: 24px;
  bottom: -25px;
  width: 32px;
  height: 25px;
  background-color: #fff;
  border-right: 1px solid #eaeaea;
}

.testimonial .testimonial-body::after {
  width: 1px;
  height: 41px;
  left: 39px;
  bottom: -34px;
  background-color: #eaeaea;
  -webkit-transform: rotate(-51deg);
  -moz-transform: rotate(-51deg);
  -ms-transform: rotate(-51deg);
  -o-transform: rotate(-51deg);
  transform: rotate(-51deg);
}

@media screen and (max-width: 480px) {
  .testimonial .testimonial-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonial .testimonial-author {
  display: table;
  width: 100%;
  padding: 34px 24px 0;
}

.testimonial .testimonial-author .testimonial-author-ava,
.testimonial .testimonial-author .testimonial-author-info {
  display: table-cell;
  vertical-align: middle;
  color: #999;
  font-size: 14px;
}

.testimonial .testimonial-author .testimonial-author-ava {
  width: 73px;
  padding-right: 13px;
}

.testimonial .testimonial-author .testimonial-author-ava > img {
  width: 100%;
  border-radius: 50%;
}

.video-popup-btn {
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 50%;
  color: #606060;
  border: 1px solid #606060;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.video-popup-btn > i {
  font-size: 44px;
  line-height: 108px;
}

.video-popup-btn:focus, .video-popup-btn:active, .video-popup-btn:hover {
  outline: none;
  color: #999;
  border-color: #999;
}

.video-popup-btn.light-skin {
  color: #fff;
  border-color: #fff;
  opacity: 1;
}

.video-popup-btn.light-skin:focus, .video-popup-btn.light-skin:active, .video-popup-btn.light-skin:hover {
  color: #fff;
  border-color: #fff;
  opacity: .5;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9980;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

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

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

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 48px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

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

.mfp-arrow:before {
  font-family: "feather";
  font-size: 34px;
  color: #fff;
  line-height: 110px;
}

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

.mfp-arrow-left:before {
  content: "\e094";
}

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

.mfp-arrow-right:before {
  content: "\e095";
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  font-size: 14px;
  margin-top: -20px;
  padding-bottom: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  opacity: .9;
}

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

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

/* Overlay Transition with Zoom Effect  */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

html[style] .hasScrollbar .navbar .toolbar {
  right: 15px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 0;
}

.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: #333;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}

.nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border: none;
  border-bottom: 2px solid #ededed;
}

.nav-tabs > li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-bottom: -2px;
}

.nav-tabs > li > a {
  position: relative;
  z-index: 0;
  display: block;
  color: #999;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  padding: 18px;
  line-height: 1.5;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  text-decoration: none;
  outline: none;
}

.nav-tabs > li > a:hover {
  color: #606060;
  background: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #606060;
  background: none;
  border: none;
  cursor: default;
  border-bottom: 2px solid #606060;
}

.tab-content {
  padding-top: 36px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.transition.fade {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.transition.fade.in {
  opacity: 1;
}

.transition.scale.fade {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.transition.scaledown.fade {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.transition.scale.fade.in, .transition.scaledown.fade.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.transition.left.fade {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}

.transition.right.fade {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

.transition.left.fade.in, .transition.right.fade.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.transition.top.fade {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.transition.bottom.fade {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

.transition.top.fade.in, .transition.bottom.fade.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.transition.flip.fade {
  -webkit-transform: rotateY(-90deg) scale(1.1);
  -moz-transform: rotateY(-90deg) scale(1.1);
  -ms-transform: rotateY(-90deg) scale(1.1);
  -o-transform: rotateY(-90deg) scale(1.1);
  transform: rotateY(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.transition.flip.fade.in {
  -webkit-transform: rotateY(0deg) scale(1);
  -moz-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  -o-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-color: #ddd;
  border: none;
}

.panel > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #ddd;
}

.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}

.panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-body {
  padding: 0 20px 20px 0;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  border-bottom: none;
  border-radius: 0;
}

.panel-heading .panel-title {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 18px 0;
  margin: 0;
  border-radius: 0;
}

.panel-heading > a {
  position: relative;
  color: #606060;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.panel-heading > a:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 22px;
  content: "\e5c7";
  margin-top: -2px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.panel-heading .panel-title.collapsed {
  color: #999;
}

.panel-heading .panel-title.collapsed:hover {
  color: #606060;
  background-color: transparent;
}

.panel-heading .panel-title.collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-group {
  margin-bottom: 16px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: none;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease, visibility 0.35s ease;
  -o-transition: height 0.35s ease, visibility 0.35s ease;
  transition: height 0.35s ease, visibility 0.35s ease;
}

.footer {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.footer .column {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  background-color: #f5f5f5;
  padding: 45px 25px;
}

.footer .column:nth-of-type(even) {
  background-color: #f0f0f0;
}

@media screen and (max-width: 991px) {
  .footer .column {
    display: block;
    width: 100%;
    padding: 45px 15px;
  }
}

.footer .copyright {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
  margin-top: -5px;
}

.footer .cards {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}

.footer .subscribe-form {
  max-width: 365px;
  margin: 0 auto;
}

.footer .subscribe-form .form-control {
  border-color: #fff;
}

.footer .subscribe-form .form-control:focus {
  border-color: #FF8C39;
}

.footer button[type='submit'] {
  position: absolute;
  display: block;
  font-size: 20px;
  border: none;
  background: none;
  top: 50%;
  margin-top: -19px;
  right: 7px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer button[type='submit']:focus {
  outline: none;
}

.footer button[type='submit']:hover {
  color: #FF8C39;
}

.widget-title {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.widget-title small {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: none;
  margin-top: 20px;
}
