/* html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
} */

/* body {
  margin: 0;
} */
/* main,
menu, */
nav {
  display: block;
}

/* a {
    background-color: transparent;
  } */

/* a:active,
  a:hover {
    outline: 0;
  } */

/* b,
  strong {
    font-weight: bold;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  } */

/* 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 40px;
} */

/* hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */

/* body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
} */

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* 
img {
  vertical-align: middle;
}

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

/* hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
} */

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
} */

/* .nav > li {
  position: relative;
  display: block;
} */

/* .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
} */

/* .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
} */

/* .nav > li.disabled > a {
  color: #777;
} */

/* .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
} */

/* .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
} */

/* .nav > li > a > img {
  max-width: none;
} */

/* .nav-tabs {
  border-bottom: 1px solid #ddd;
} */

/* .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
} */

/* .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
} */

/* .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
} */

/* .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
} */

/* .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
} */

/* .nav-tabs.nav-justified > li {
  float: none;
} */

/* .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
} */

/* .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
} */

/* @media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
} */

/* .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
} */

/* .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
} */

/* @media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
} */

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

/* @media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
} */

/* .nav-tabs-justified {
  border-bottom: 0;
} */

/* .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 769px) {
  .navbar {
    border-radius: 4px;
  }
}

/* @media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
} */

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 769px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
} */

/* @media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
} */

/* .navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
} */

/* @media (min-width: 769px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
} */

/* .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
} */

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 769px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: none;
    margin-right: -15px;
    text-align: right;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
} */

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* .navbar-default .navbar-text {
  color: #777;
} */

/* .navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
} */

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* .navbar-default .navbar-link {
  color: #777;
} */

/* .navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
} */

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* .navbar-inverse .navbar-text {
  color: #9d9d9d;
} */

/* .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
} */

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* .navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
} */

/* .navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
} */

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after {
  clear: both;
}

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

/* .pull-right {
  float: right !important;
}

.pull-left {
  float: left !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;
} */

/* .affix {
  position: fixed;
} */

/* @-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;
} */

/* body {
  font-size: 14px;
} */

.navbar a {
  font-size: 12px;
}

ol,
ul {
  box-sizing: border-box;
}

ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}

.navbar,
.navbar a {
  font-size: 12px;
}

/* body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  line-height: 1.618;
} */

ul,
ol,
.blog-post .section-text p,
output {
  line-height: 1.618;
}
.navbar .navbar-brand {
  line-height: 30px;
}

.navbar .navbar-nav > li > a {
  font-weight: 400;
}

.navbar .navbar-nav > li > a i {
  font-size: 20px;
}

.navbar .dropdown-menu li > a {
  font-size: 13px;
}

.navbar .dropdown-menu li > a > i {
  font-size: 20px;
}

.navbar .dropdown-menu li > a i {
  font-size: 20px;
}

.navbar .hestia-mm-heading > span {
  font-size: 14px;
  font-weight: 600;
}

/* .hestia-mm-description {
  font-size: 12px;
  font-weight: 400;
}

.hestia-top-bar {
  line-height: 40px;
}

.hestia-top-bar .widget,
.hestia-top-bar .widget h5,
.hestia-top-bar .widget .textwidget {
  line-height: inherit;
}

.hestia-top-bar .widget.widget_search .label-floating,
.hestia-top-bar .widget.widget_product_search .label-floating {
  font-size: inherit;
}

.hestia-top-bar .widget.widget_search .label-floating.is-empty,
.hestia-top-bar .widget.widget_product_search .label-floating.is-empty {
  font-size: inherit;
  font-weight: 300;
}

.hestia-top-bar .widget.widget_search .label-floating.is-focused .control-label,
.hestia-top-bar
  .widget.widget_product_search
  .label-floating.is-focused
  .control-label {
  font-size: inherit;
  line-height: 20px;
}

.hestia-top-bar .widget.widget_search form.form-group input[type="search"],
.hestia-top-bar
  .widget.widget_product_search
  form.form-group
  input[type="search"] {
  font-size: inherit;
  font-weight: 300;
}

.hestia-top-bar .widget.widget_search form.form-group:before,
.hestia-top-bar .widget.widget_product_search form.form-group:before {
  font-size: 18px;
}

.hestia-top-bar ul {
  line-height: inherit;
}

.hestia-top-bar ul li a {
  font-size: inherit;
  line-height: inherit;
}

.hestia-top-bar ul li a:before {
  font-size: 16px;
}

.pagination a,
.pagination span {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

h5.description {
  line-height: 1.5;
}

.hestia-about {
  font-weight: 300;
}

.hestia-about h1,
.hestia-about h2,
.hestia-about h3,
.hestia-about h4,
.hestia-about h5 {
  font-weight: 700;
}

.widget h5 {
  font-weight: 700;
}

.searchform:after,
.search-form:after,
.woocommerce-product-search:after {
  font-size: 18px;
}

.header-widgets-wrapper .widget,
.header-widgets-wrapper .widget h5,
.header-widgets-wrapper .widget .textwidget {
  line-height: inherit;
}

.header-widgets-wrapper ul {
  line-height: inherit;
}

.header-widgets-wrapper ul li a {
  font-size: inherit;
  line-height: inherit;
}

.header-widgets-wrapper ul li a:before {
  font-size: 16px;
}

aside .widget a {
  font-weight: 500;
}

.star-rating {
  line-height: 1;
  font-size: 12px;
}

.woocommerce-cart .shop_table .actions .coupon .input-text {
  font-size: 14px;
}

.woocommerce-cart table.shop_table th {
  font-size: 13px;
  font-weight: 300;
}

.woocommerce-cart table.shop_table .product-name a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.woocommerce-cart table.shop_table td.actions input[type="submit"],
.woocommerce-cart table.shop_table td.actions button[type="submit"] {
  font-size: 14px;
}

.woocommerce-cart p.units-info {
  line-height: 1.5;
  font-size: 14px;
}

.woocommerce-cart .wc-gzd-additional-wrapper p {
  font-size: 14px;
  font-weight: 700;
}

.woocommerce-checkout .form-row label {
  font-weight: 300;
}

.woocommerce-checkout
  .woocommerce-checkout-payment
  .form-row
  .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-checkout-payment li > label {
  font-weight: 400;
}

.woocommerce-checkout .woocommerce-shipping-fields h3 label {
  line-height: 1;
}

.woocommerce-checkout .woocommerce-shipping-fields h3 label span {
  font-weight: 300;
}

.woocommerce-checkout .col-md-12 #customer_details label {
  font-weight: 500;
}

.woocommerce-checkout .shop_table tr td p.units-info {
  font-size: 12px;
}

.woocommerce-checkout .shop_table .wc-gzd-additional-info {
  font-size: 14px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-account .woocommerce-button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account a.button {
  line-height: 20px !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-weight: 600;
}

.added_to_cart.wc-forward {
  font-weight: 400;
  font-size: 10px;
  line-height: 30px;
}

.variations tr .label {
  font-size: 14px;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  line-height: 20px;
}

.woocommerce-info li,
.woocommerce-error li,
.woocommerce-message li {
  line-height: 1.5;
}

.woocommerce-info > a.button,
.woocommerce-error > a.button,
.woocommerce-message > a.button {
  font-size: 12px;
  font-weight: 700;
}

.woocommerce-info a {
  font-weight: 700;
}

.woocommerce-message a:not(.button) {
  font-weight: 800;
}

@media (max-width: 991px) {
  .woocommerce-account input.woocommerce-Button.button {
    font-size: 11px;
  }

  .woocommerce-breadcrumb {
    line-height: 33px;
  }
} */

@media (min-width: 769px) {
  .navbar.full-screen-menu .navbar-nav > li a {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  /* h4.author {
    font-size: 16px;
  } */
  .navbar .navbar-nav li > a > i,
  .navbar .navbar-nav li > a i {
    font-size: 22px;
  }

  .navbar .navbar-nav li .caret {
    font-size: 20px;
  }

  .navbar .navbar-nav li .dropdown > i,
  .navbar .navbar-nav li .dropdown i {
    font-size: 20px;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu li a {
    line-height: 20px;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu li a .caret {
    line-height: 1;
  }
}

/* @media (max-width: 480px) {
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    font-size: 12px;
  }
} */

/* body {
  direction: ltr;
  color: #3c4858;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
} */

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
} */

a {
  color: #9c27b0;
}

a:hover,
a:focus {
  color: #89229b;
  text-decoration: none;
}

/* blockquote p {
  font-style: italic;
} */

/* h3 {
  margin: 20px 0 10px;
}

h5 {
  margin-bottom: 15px;
}

h6.category {
  text-transform: uppercase;
} */

/* .hestia-title,
.title,
.card-title,
.info-title,
.media .media-heading,
.woocommerce ul.products[class*="columns-"] li.product-category h2 {
  font-family: "Roboto Slab", "Times New Roman", serif;
} */

/* .hestia-title,
.hestia-title a,
.hestia-title a:hover,
.title,
.title a,
.title a:hover,
.card-title,
.card-title a,
.card-title a:hover,
.info-title,
.info-title a,
.info-title a:hover,
.media .media-heading,
.media .media-heading a,
.media .media-heading a:hover,
.woocommerce ul.products[class*="columns-"] li.product-category h2,
.woocommerce ul.products[class*="columns-"] li.product-category h2 a,
.woocommerce ul.products[class*="columns-"] li.product-category h2 a:hover {
  color: #3c4858;
  text-decoration: none;
  word-wrap: break-word;
}

.page-header .hestia-title {
  line-height: 1.4;
}

.title-in-content {
  line-height: 1.3;
}

h1.title,
h1.hestia-title,
.pricing h2.title,
.pricing h2.hestia-title,
.contactus h2.title,
.contactus h2.hestia-title {
  margin-bottom: 30px;
}

h2.title,
h2.hestia-title {
  margin-bottom: 10px;
}

.carousel h1.hestia-title,
.carousel h2.title {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.carousel span.sub-title {
  display: block;
  margin: 10px 0 0;
  font-family: "Roboto Slab", "Times New Roman", serif;
}

.carousel .buttons {
  margin-top: 60px;
}

.description,
.card-description {
  color: #999;
}

.card-description.entry-content {
  color: #3c4858;
}

.subscribe-line-image .subscribe-description {
  color: #efefef;
}

.text-warning {
  color: #ff9800;
}

.text-primary {
  color: #9c27b0;
}

.text-danger {
  color: #f44336;
}

.text-success {
  color: #4caf50;
}

.text-info {
  color: #00bcd4;
}

.text-rose {
  color: #e91e63;
}

.text-gray {
  color: #999;
}

.has-black-color {
  color: #000;
}

.has-white-color {
  color: #fff;
}

.has-background.has-black-background-color {
  background-color: #000;
}

.has-background.has-white-background-color {
  background-color: #fff;
}

.single-post .blog-post .section-text h1,
.single-post .blog-post .section-text h2,
.single-post .blog-post .section-text h3,
.single-post .blog-post .section-text h4,
.single-post .blog-post .section-text h5,
.single-post .blog-post .section-text h6,
.single-post .blog-post .section-text p,
.page:not(.woocommerce-page) .blog-post .section-text h1,
.page:not(.woocommerce-page) .blog-post .section-text h2,
.page:not(.woocommerce-page) .blog-post .section-text h3,
.page:not(.woocommerce-page) .blog-post .section-text h4,
.page:not(.woocommerce-page) .blog-post .section-text h5,
.page:not(.woocommerce-page) .blog-post .section-text h6,
.page:not(.woocommerce-page) .blog-post .section-text p {
  margin: 0 0 15px;
}

.single-post .blog-post .section-text h1.form-submit,
.single-post .blog-post .section-text h2.form-submit,
.single-post .blog-post .section-text h3.form-submit,
.single-post .blog-post .section-text h4.form-submit,
.single-post .blog-post .section-text h5.form-submit,
.single-post .blog-post .section-text h6.form-submit,
.single-post .blog-post .section-text p.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h1.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h2.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h3.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h4.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h5.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h6.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text p.form-submit {
  margin: 0 0 10px;
}

.tooltip {
  opacity: 0;
  -webkit-transition: opacity, -webkit-transform 0.2s ease;
  transition: opacity, -webkit-transform 0.2s ease;
  transition: opacity, transform 0.2s ease;
  transition: opacity, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.tooltip.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}

.tooltip-inner {
  min-width: 130px;
  padding: 10px 15px;
  border: none;
  border-radius: 3px;
  color: #555;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 1.5;
  text-transform: none;
}

.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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.container {
  max-width: 100%;
}

@media (min-width: 749px) {
  .container {
    max-width: 748px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 2000px;
  }
}

body {
  direction: ltr;
  background-color: #e5e5e5;
  overflow-x: hidden;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

embed,
iframe,
img,
object,
video,
button,
input,
select,
textarea,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

ul,
ol {
  margin-bottom: 30px;
}

legend {
  border-bottom: 0;
}

.container {
  max-width: 100%;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.animation-transition-fast,
.navbar,
.panel .panel-heading i,
.section-cards .card {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.thumbnail {
  padding: 0;
  border: 0 none;
  border-radius: 0;
}

.section-image .description .default-link,
.section-image .default-link,
.hestia-title .default-link,
.title .default-link,
.default-link:hover,
.default-link {
  color: #fff;
}

.description .default-link {
  color: #999;
}

body.menu-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .row.hestia-like-table {
    display: table;
    width: calc(100% + 15px);
  }

  .row.hestia-like-table > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

@media (max-width: 991px) {
  .hestia-xs-text-center {
    text-align: center;
  }
} */

.navbar button.navbar-toggle,
.navbar button.navbar-toggle:hover {
  color: #555;
}

.navbar .button:hover {
  box-shadow: none !important;
  color: #e91e63;
}

.navbar .dropdown-menu li.btn:hover > a,
.navbar .dropdown-menu li.btn:focus > a,
.navbar .dropdown-menu li.btn:active > a {
  color: #fff !important;
}

/* .btn.btn-facebook,
.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.navbar .navbar-nav > li > a.btn.btn-facebook,
.navbar .navbar-nav > li > a.btn.btn-facebook:hover,
.navbar .navbar-nav > li > a.btn.btn-facebook:focus,
.navbar .navbar-nav > li > a.btn.btn-facebook:active {
  color: #fff;
  background-color: #3b5998;
}

.btn.btn-facebook,
.navbar .navbar-nav > li > a.btn.btn-facebook {
  -webkit-box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14),
    0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14),
    0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
  box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14),
    0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
}

.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.navbar .navbar-nav > li > a.btn.btn-facebook:hover,
.navbar .navbar-nav > li > a.btn.btn-facebook:focus,
.navbar .navbar-nav > li > a.btn.btn-facebook:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
  box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
}

.btn.btn-facebook.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple {
  color: #3b5998;
  background-color: transparent;
}

.btn.btn-twitter,
.btn.btn-twitter:hover,
.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.navbar .navbar-nav > li > a.btn.btn-twitter,
.navbar .navbar-nav > li > a.btn.btn-twitter:hover,
.navbar .navbar-nav > li > a.btn.btn-twitter:focus,
.navbar .navbar-nav > li > a.btn.btn-twitter:active {
  color: #fff;
  background-color: #55acee;
}

.btn.btn-twitter,
.navbar .navbar-nav > li > a.btn.btn-twitter {
  -webkit-box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14),
    0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14),
    0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14),
    0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}

.btn.btn-twitter:hover,
.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.navbar .navbar-nav > li > a.btn.btn-twitter:hover,
.navbar .navbar-nav > li > a.btn.btn-twitter:focus,
.navbar .navbar-nav > li > a.btn.btn-twitter:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
  box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
}

.btn.btn-twitter.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple {
  color: #55acee;
  background-color: transparent;
}

.btn.btn-pinterest,
.btn.btn-pinterest:hover,
.btn.btn-pinterest:focus,
.btn.btn-pinterest:active,
.navbar .navbar-nav > li > a.btn.btn-pinterest,
.navbar .navbar-nav > li > a.btn.btn-pinterest:hover,
.navbar .navbar-nav > li > a.btn.btn-pinterest:focus,
.navbar .navbar-nav > li > a.btn.btn-pinterest:active {
  color: #fff;
  background-color: #cc2127;
}

.btn.btn-pinterest,
.navbar .navbar-nav > li > a.btn.btn-pinterest {
  -webkit-box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14),
    0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14),
    0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
  box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14),
    0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
}

.btn.btn-pinterest:hover,
.btn.btn-pinterest:focus,
.btn.btn-pinterest:active,
.navbar .navbar-nav > li > a.btn.btn-pinterest:hover,
.navbar .navbar-nav > li > a.btn.btn-pinterest:focus,
.navbar .navbar-nav > li > a.btn.btn-pinterest:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
  box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
}

.btn.btn-pinterest.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple {
  color: #cc2127;
  background-color: transparent;
}

.btn.btn-google,
.btn.btn-google:hover,
.btn.btn-google:focus,
.btn.btn-google:active,
.navbar .navbar-nav > li > a.btn.btn-google,
.navbar .navbar-nav > li > a.btn.btn-google:hover,
.navbar .navbar-nav > li > a.btn.btn-google:focus,
.navbar .navbar-nav > li > a.btn.btn-google:active {
  color: #fff;
  background-color: #dd4b39;
}

.btn.btn-google,
.navbar .navbar-nav > li > a.btn.btn-google {
  -webkit-box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14),
    0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14),
    0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14),
    0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}

.btn.btn-google:hover,
.btn.btn-google:focus,
.btn.btn-google:active,
.navbar .navbar-nav > li > a.btn.btn-google:hover,
.navbar .navbar-nav > li > a.btn.btn-google:focus,
.navbar .navbar-nav > li > a.btn.btn-google:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
  box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}

.btn.btn-google.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-google.btn-simple {
  color: #dd4b39;
  background-color: transparent;
}

.btn.btn-linkedin,
.btn.btn-linkedin:hover,
.btn.btn-linkedin:focus,
.btn.btn-linkedin:active,
.navbar .navbar-nav > li > a.btn.btn-linkedin,
.navbar .navbar-nav > li > a.btn.btn-linkedin:hover,
.navbar .navbar-nav > li > a.btn.btn-linkedin:focus,
.navbar .navbar-nav > li > a.btn.btn-linkedin:active {
  color: #fff;
  background-color: #0976b4;
}

.btn.btn-linkedin,
.navbar .navbar-nav > li > a.btn.btn-linkedin {
  -webkit-box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14),
    0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14),
    0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
  box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14),
    0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
}

.btn.btn-linkedin:hover,
.btn.btn-linkedin:focus,
.btn.btn-linkedin:active,
.navbar .navbar-nav > li > a.btn.btn-linkedin:hover,
.navbar .navbar-nav > li > a.btn.btn-linkedin:focus,
.navbar .navbar-nav > li > a.btn.btn-linkedin:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
  box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
}

.btn.btn-linkedin.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-linkedin.btn-simple {
  color: #0976b4;
  background-color: transparent;
}

.btn.btn-dribbble,
.btn.btn-dribbble:hover,
.btn.btn-dribbble:focus,
.btn.btn-dribbble:active,
.navbar .navbar-nav > li > a.btn.btn-dribbble,
.navbar .navbar-nav > li > a.btn.btn-dribbble:hover,
.navbar .navbar-nav > li > a.btn.btn-dribbble:focus,
.navbar .navbar-nav > li > a.btn.btn-dribbble:active {
  color: #fff;
  background-color: #ea4c89;
}

.btn.btn-dribbble,
.navbar .navbar-nav > li > a.btn.btn-dribbble {
  -webkit-box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14),
    0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14),
    0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
  box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14),
    0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
}

.btn.btn-dribbble:hover,
.btn.btn-dribbble:focus,
.btn.btn-dribbble:active,
.navbar .navbar-nav > li > a.btn.btn-dribbble:hover,
.navbar .navbar-nav > li > a.btn.btn-dribbble:focus,
.navbar .navbar-nav > li > a.btn.btn-dribbble:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
  box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
}

.btn.btn-dribbble.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple {
  color: #ea4c89;
  background-color: transparent;
}

.btn.btn-github,
.btn.btn-github:hover,
.btn.btn-github:focus,
.btn.btn-github:active,
.navbar .navbar-nav > li > a.btn.btn-github,
.navbar .navbar-nav > li > a.btn.btn-github:hover,
.navbar .navbar-nav > li > a.btn.btn-github:focus,
.navbar .navbar-nav > li > a.btn.btn-github:active {
  color: #fff;
  background-color: #000;
}

.btn.btn-github,
.navbar .navbar-nav > li > a.btn.btn-github {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn.btn-github:hover,
.btn.btn-github:focus,
.btn.btn-github:active,
.navbar .navbar-nav > li > a.btn.btn-github:hover,
.navbar .navbar-nav > li > a.btn.btn-github:focus,
.navbar .navbar-nav > li > a.btn.btn-github:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.btn.btn-github.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-github.btn-simple {
  color: #000;
  background-color: transparent;
}

.btn.btn-youtube,
.btn.btn-youtube:hover,
.btn.btn-youtube:focus,
.btn.btn-youtube:active,
.navbar .navbar-nav > li > a.btn.btn-youtube,
.navbar .navbar-nav > li > a.btn.btn-youtube:hover,
.navbar .navbar-nav > li > a.btn.btn-youtube:focus,
.navbar .navbar-nav > li > a.btn.btn-youtube:active {
  color: #fff;
  background-color: #e52d27;
}

.btn.btn-youtube,
.navbar .navbar-nav > li > a.btn.btn-youtube {
  -webkit-box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14),
    0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14),
    0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
  box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14),
    0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
}

.btn.btn-youtube:hover,
.btn.btn-youtube:focus,
.btn.btn-youtube:active,
.navbar .navbar-nav > li > a.btn.btn-youtube:hover,
.navbar .navbar-nav > li > a.btn.btn-youtube:focus,
.navbar .navbar-nav > li > a.btn.btn-youtube:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
  box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
}

.btn.btn-youtube.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-youtube.btn-simple {
  color: #e52d27;
  background-color: transparent;
}

.btn.btn-instagram,
.btn.btn-instagram:hover,
.btn.btn-instagram:focus,
.btn.btn-instagram:active,
.navbar .navbar-nav > li > a.btn.btn-instagram,
.navbar .navbar-nav > li > a.btn.btn-instagram:hover,
.navbar .navbar-nav > li > a.btn.btn-instagram:focus,
.navbar .navbar-nav > li > a.btn.btn-instagram:active {
  color: #fff;
  background-color: #125688;
}

.btn.btn-instagram,
.navbar .navbar-nav > li > a.btn.btn-instagram {
  -webkit-box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14),
    0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14),
    0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
  box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14),
    0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
}

.btn.btn-instagram:hover,
.btn.btn-instagram:focus,
.btn.btn-instagram:active,
.navbar .navbar-nav > li > a.btn.btn-instagram:hover,
.navbar .navbar-nav > li > a.btn.btn-instagram:focus,
.navbar .navbar-nav > li > a.btn.btn-instagram:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
  box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
}

.btn.btn-instagram.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple {
  color: #125688;
  background-color: transparent;
}

.btn.btn-reddit,
.btn.btn-reddit:hover,
.btn.btn-reddit:focus,
.btn.btn-reddit:active,
.navbar .navbar-nav > li > a.btn.btn-reddit,
.navbar .navbar-nav > li > a.btn.btn-reddit:hover,
.navbar .navbar-nav > li > a.btn.btn-reddit:focus,
.navbar .navbar-nav > li > a.btn.btn-reddit:active {
  color: #fff;
  background-color: #ff4500;
}

.btn.btn-reddit,
.navbar .navbar-nav > li > a.btn.btn-reddit {
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14),
    0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14),
    0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14),
    0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
}

.btn.btn-reddit:hover,
.btn.btn-reddit:focus,
.btn.btn-reddit:active,
.navbar .navbar-nav > li > a.btn.btn-reddit:hover,
.navbar .navbar-nav > li > a.btn.btn-reddit:focus,
.navbar .navbar-nav > li > a.btn.btn-reddit:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
  box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
}

.btn.btn-reddit.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-reddit.btn-simple {
  color: #ff4500;
  background-color: transparent;
}

.btn.btn-tumblr,
.btn.btn-tumblr:hover,
.btn.btn-tumblr:focus,
.btn.btn-tumblr:active,
.navbar .navbar-nav > li > a.btn.btn-tumblr,
.navbar .navbar-nav > li > a.btn.btn-tumblr:hover,
.navbar .navbar-nav > li > a.btn.btn-tumblr:focus,
.navbar .navbar-nav > li > a.btn.btn-tumblr:active {
  color: #fff;
  background-color: #35465c;
}

.btn.btn-tumblr,
.navbar .navbar-nav > li > a.btn.btn-tumblr {
  -webkit-box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14),
    0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14),
    0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
  box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14),
    0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
}

.btn.btn-tumblr:hover,
.btn.btn-tumblr:focus,
.btn.btn-tumblr:active,
.navbar .navbar-nav > li > a.btn.btn-tumblr:hover,
.navbar .navbar-nav > li > a.btn.btn-tumblr:focus,
.navbar .navbar-nav > li > a.btn.btn-tumblr:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
  box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
}

.btn.btn-tumblr.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-tumblr.btn-simple {
  color: #35465c;
  background-color: transparent;
}

.btn.btn-behance,
.btn.btn-behance:hover,
.btn.btn-behance:focus,
.btn.btn-behance:active,
.navbar .navbar-nav > li > a.btn.btn-behance,
.navbar .navbar-nav > li > a.btn.btn-behance:hover,
.navbar .navbar-nav > li > a.btn.btn-behance:focus,
.navbar .navbar-nav > li > a.btn.btn-behance:active {
  color: #fff;
  background-color: #1769ff;
}

.btn.btn-behance,
.navbar .navbar-nav > li > a.btn.btn-behance {
  -webkit-box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14),
    0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14),
    0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
  box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14),
    0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
}

.btn.btn-behance:hover,
.btn.btn-behance:focus,
.btn.btn-behance:active,
.navbar .navbar-nav > li > a.btn.btn-behance:hover,
.navbar .navbar-nav > li > a.btn.btn-behance:focus,
.navbar .navbar-nav > li > a.btn.btn-behance:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

.btn.btn-behance.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-behance.btn-simple {
  color: #1769ff;
  background-color: transparent;
}

.btn.btn-snapchat,
.btn.btn-snapchat:hover,
.btn.btn-snapchat:focus,
.btn.btn-snapchat:active,
.navbar .navbar-nav > li > a.btn.btn-snapchat,
.navbar .navbar-nav > li > a.btn.btn-snapchat:hover,
.navbar .navbar-nav > li > a.btn.btn-snapchat:focus,
.navbar .navbar-nav > li > a.btn.btn-snapchat:active {
  color: #fff;
  background-color: #fffc00;
}

.btn.btn-snapchat,
.navbar .navbar-nav > li > a.btn.btn-snapchat {
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14),
    0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14),
    0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14),
    0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
}

.btn.btn-snapchat:hover,
.btn.btn-snapchat:focus,
.btn.btn-snapchat:active,
.navbar .navbar-nav > li > a.btn.btn-snapchat:hover,
.navbar .navbar-nav > li > a.btn.btn-snapchat:focus,
.navbar .navbar-nav > li > a.btn.btn-snapchat:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
  box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
}

.btn.btn-snapchat.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-snapchat.btn-simple {
  color: #fffc00;
  background-color: transparent;
}

.btn.btn-deviantart,
.btn.btn-deviantart:hover,
.btn.btn-deviantart:focus,
.btn.btn-deviantart:active,
.navbar .navbar-nav > li > a.btn.btn-deviantart,
.navbar .navbar-nav > li > a.btn.btn-deviantart:hover,
.navbar .navbar-nav > li > a.btn.btn-deviantart:focus,
.navbar .navbar-nav > li > a.btn.btn-deviantart:active {
  color: #fff;
  background-color: #05cc47;
}

.btn.btn-deviantart,
.navbar .navbar-nav > li > a.btn.btn-deviantart {
  -webkit-box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14),
    0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14),
    0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
  box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14),
    0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
}

.btn.btn-deviantart:hover,
.btn.btn-deviantart:focus,
.btn.btn-deviantart:active,
.navbar .navbar-nav > li > a.btn.btn-deviantart:hover,
.navbar .navbar-nav > li > a.btn.btn-deviantart:focus,
.navbar .navbar-nav > li > a.btn.btn-deviantart:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
  box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
}

.btn.btn-deviantart.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-deviantart.btn-simple {
  color: #05cc47;
  background-color: transparent;
}

.btn.btn-vimeo,
.btn.btn-vimeo:hover,
.btn.btn-vimeo:focus,
.btn.btn-vimeo:active,
.navbar .navbar-nav > li > a.btn.btn-vimeo,
.navbar .navbar-nav > li > a.btn.btn-vimeo:hover,
.navbar .navbar-nav > li > a.btn.btn-vimeo:focus,
.navbar .navbar-nav > li > a.btn.btn-vimeo:active {
  color: #fff;
  background-color: #1ab7ea;
}

.btn.btn-vimeo,
.navbar .navbar-nav > li > a.btn.btn-vimeo {
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14),
    0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14),
    0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
  box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14),
    0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
}

.btn.btn-vimeo:hover,
.btn.btn-vimeo:focus,
.btn.btn-vimeo:active,
.navbar .navbar-nav > li > a.btn.btn-vimeo:hover,
.navbar .navbar-nav > li > a.btn.btn-vimeo:focus,
.navbar .navbar-nav > li > a.btn.btn-vimeo:active {
  -webkit-box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
  box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
}

.btn.btn-vimeo.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-vimeo.btn-simple {
  color: #1ab7ea;
  background-color: transparent;
}

body [class*="fl-builder"] button,
body [class*="fl-builder"] button:hover,
button.customize-partial-edit-shortcut-button,
button.customize-partial-edit-shortcut-button:hover {
  box-shadow: none !important;
}

legend {
  margin-bottom: 20px;
}

output {
  padding-top: 8px;
}

.radio label,
.checkbox label {
  min-height: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.label {
  background-color: #fff;
  border-radius: 2px;
}

.label.label-default {
  background-color: #fff;
}

.label.label-primary {
  background-color: #9c27b0;
}

.label.label-success {
  background-color: #4caf50;
}

.label.label-danger {
  background-color: #f44336;
}

.label.label-rose {
  background-color: #e91e63;
}

.form-control {
  height: 36px;
  padding: 7px 0;
  vertical-align: middle;
}

.form-control-static {
  min-height: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[readonly],
.form-group .form-control[disabled],
fieldset[disabled] .form-group .form-control {
  background-color: transparent;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[disabled],
fieldset[disabled] .form-group .form-control {
  border-bottom: 1px dotted #d2d2d2;
  background-image: none;
}

.form-control {
  margin-bottom: 7px;
}

.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder,
.checkbox label,
.form-group .checkbox label,
.radio label,
.form-group .radio label,
label,
.form-group label {
  color: #aaa;
}

label.control-label {
  margin: 16px 0 0;
  color: #aaa;
}

.help-block {
  margin-top: 0;
}

.form-group {
  padding-bottom: 7px;
  position: relative;
}

.form-group .form-control {
  margin-bottom: 7px;
}

.form-group label.control-label {
  margin: 16px 0 0;
  color: #aaa;
}

.form-group input[type="file"] {
  position: relative;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.form-group textarea {
  resize: none;
}

.form-group textarea ~ .form-control-highlight {
  margin-top: -11px;
}

.form-group .help-block {
  margin-top: 0;
  display: none;
  position: absolute;
}

.form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label {
  position: absolute;
  pointer-events: none;
}

.form-group.label-floating label.control-label {
  will-change: left, top, contents;
}

.form-group.label-placeholder:not(.is-empty) label.control-label {
  display: none;
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: -7px;
  left: 0;
}

.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -28px;
  left: 0;
}

.form-group.is-focused .form-control .material-input:after {
  background-color: #9c27b0;
}

.form-group.is-focused.label-placeholder label,
.form-group.is-focused.label-placeholder label.control-label {
  color: #aaa;
}

.form-group.is-focused select.form-control {
  border-color: #d2d2d2;
}

.form-group.has-warning.is-focused .form-control {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ff9800),
      to(#ff9800)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#ff9800, #ff9800),
    -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#ff9800, #ff9800),
    linear-gradient(#d2d2d2, #d2d2d2);
}

.form-group.has-warning label.control-label {
  color: #ff9800;
}

.form-group.has-error.is-focused .form-control {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f44336),
      to(#f44336)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#f44336, #f44336),
    -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#f44336, #f44336),
    linear-gradient(#d2d2d2, #d2d2d2);
}

.form-group.has-error label.control-label {
  color: #f44336;
}

.form-group.has-success.is-focused .form-control {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#4caf50),
      to(#4caf50)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#4caf50, #4caf50),
    -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#4caf50, #4caf50),
    linear-gradient(#d2d2d2, #d2d2d2);
}

.form-group.has-success label.control-label {
  color: #4caf50;
}

.form-group.has-info.is-focused .form-control {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#00bcd4),
      to(#00bcd4)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#00bcd4, #00bcd4),
    -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#00bcd4, #00bcd4),
    linear-gradient(#d2d2d2, #d2d2d2);
}

.form-group.has-info label.control-label,
.form-group.has-info .help-block {
  color: #00bcd4;
}

select.form-control {
  border: 0;
  border-radius: 0;
}

select.form-control[multiple],
select .form-group.is-focused select.form-control[multiple] {
  height: 85px;
}

.input-group-btn .btn {
  margin: 0 0 7px;
}

.input-group .input-group-btn {
  padding: 0 12px;
}

.input-group .input-group-addon {
  padding: 6px 15px 0;
  border: 0;
  background: 0 0;
}

.form-control-feedback {
  opacity: 0;
}

.has-success .form-control-feedback {
  opacity: 1;
  color: #4caf50;
}

.has-error .form-control-feedback {
  opacity: 1;
  color: #f44336;
}

.searchform label,
.search-form label {
  display: table-cell;
  vertical-align: top;
  padding-right: 25px;
  width: 100%;
}

.searchform:not(.media-toolbar-primary),
.search-form:not(.media-toolbar-primary),
.woocommerce-product-search {
  display: table;
  position: relative;
}

.searchform:not(.media-toolbar-primary) input[type="submit"],
.searchform:not(.media-toolbar-primary) button,
.search-form:not(.media-toolbar-primary) input[type="submit"],
.search-form:not(.media-toolbar-primary) button,
.woocommerce-product-search input[type="submit"],
.woocommerce-product-search button {
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  text-indent: -9999px;
  top: -19px;
  width: 45px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTY2NCIgaGVpZ2h0PSIxNjY0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMTY2NCAxNjY0IiBzdHlsZT0iLW1zLXRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7IC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsiPjxwYXRoIGQ9Ik0xMTUyIDcwNHEwLTE4NS0xMzEuNS0zMTYuNVQ3MDQgMjU2VDM4Ny41IDM4Ny41VDI1NiA3MDR0MTMxLjUgMzE2LjVUNzA0IDExNTJ0MzE2LjUtMTMxLjVUMTE1MiA3MDR6bTUxMiA4MzJxMCA1Mi0zOCA5MHQtOTAgMzhxLTU0IDAtOTAtMzhsLTM0My0zNDJxLTE3OSAxMjQtMzk5IDEyNHEtMTQzIDAtMjczLjUtNTUuNXQtMjI1LTE1MHQtMTUwLTIyNVQwIDcwNHQ1NS41LTI3My41dDE1MC0yMjV0MjI1LTE1MFQ3MDQgMHQyNzMuNSA1NS41dDIyNSAxNTB0MTUwIDIyNVQxNDA4IDcwNHEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6IiBmaWxsPSJ3aGl0ZSIvPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNjY0IiBoZWlnaHQ9IjE2NjQiIGZpbGw9InJnYmEoMCwgMCwgMCwgMCkiIC8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 29px;
}

.searchform:not(.media-toolbar-primary) input[type="search"],
.search-form:not(.media-toolbar-primary) input[type="search"],
.woocommerce-product-search input[type="search"] {
  height: 36px;
}

.blog-sidebar-wrapper .widget:nth-of-type(1).widget_search,
.blog-sidebar-wrapper .widget:nth-of-type(1).widget_product_search {
  padding-top: 11px;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form-cookies-consent label {
  display: inline;
}

body:not(.home) .navbar-default .navbar-nav > .active > a,
body:not(.home) .navbar-default .navbar-nav > .active > a:hover,
body:not(.home) .navbar-default .navbar-nav > .active > a:focus {
  background: 0 0;
}

body.admin-bar .navbar {
  margin-top: 32px;
} */

/* .navbar-color-on-scroll .dashicons {
  transition: initial;
} */

.navbar.navbar-transparent {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar.navbar-transparent > .container {
  padding-top: 25px;
}

.navbar.navbar-transparent .hestia-hide-if-transparent {
  display: none;
}

.navbar.navbar-not-transparent .hestia-transparent-logo {
  display: none;
}

.navbar {
  background-color: #fff;
  color: #555;
  border-radius: 0;
  position: fixed;
  border: none;
  padding: 0;
  transition: none;
  -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-collapse {
  border: none;
}

.navbar .title-logo-wrapper {
  display: flex;
  align-items: center;
}

.navbar > .container {
  display: flex;
  transition: padding 0.1s ease;
  padding: 10px 15px;
  vertical-align: middle;
  align-items: center;
}

.navbar.hestia_left .navbar-collapse {
  margin-left: auto;
}

.navbar.hestia_left > .container {
  flex-direction: row;
}

.navbar.hestia_left .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.navbar.hestia_center > .container {
  flex-direction: column;
}

.navbar.hestia_center .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbar.hestia_right > .container {
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.navbar.hestia_right .navbar-header {
  max-width: 250px;
}

.navbar.hestia_right .navbar-header,
.navbar.hestia_right .header-sidebar-wrapper {
  flex: 1;
}

.navbar.hestia_right .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.navbar .navbar-header .navbar-brand {
  padding: 0 15px;
  position: relative;
  color: inherit;
  height: auto;
}

.navbar .navbar-header .navbar-brand img {
  width: auto;
  max-height: 50px;
}

.navbar .navbar-header .navbar-brand p {
  margin-bottom: 0;
  padding: 10px 0;
}

.navbar-toggle-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.navbar .navbar-toggle {
  float: none;
  border: 0;
  margin-right: 0;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background: 0 0;
}

.navbar .navbar-toggle .icon-bar {
  border: 1px solid;
  transition: 0.3s ease;
  position: relative;
}

.navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}

.navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}

.navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px;
}

.navbar .navbar-toggle[aria-expanded="false"] .icon-bar:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar .navbar-toggle[aria-expanded="false"] .icon-bar:nth-child(2) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar .navbar-toggle[aria-expanded="false"] .icon-bar:nth-child(3) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar .navbar-nav > li {
  margin: 0;
}

.navbar .navbar-nav > li > a {
  text-transform: uppercase;
}

.navbar .navbar-nav > li a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  color: inherit;
}

.navbar .navbar-nav > li a:hover,
.navbar .navbar-nav > li a:focus {
  color: inherit;
  opacity: 1;
}

.navbar .navbar-nav > li a i {
  min-width: 20px;
  text-align: center;
  position: relative;
  top: 2px;
  margin-top: -4px;
  margin-right: 4px;
}

.navbar .navbar-nav > li.btn {
  padding: 0 10px;
}

.navbar .navbar-nav > li.btn > a {
  color: #fff;
}

.navbar .navbar-nav > li.btn li a {
  text-transform: none;
}

.navbar .navbar-nav > li .dropdown-menu {
  margin-top: -5px;
  border: none;
}

.navbar .navbar-nav > li .dropdown-menu > .active > a {
  background-color: transparent;
}

.navbar .navbar-nav > li .dropdown-menu li {
  color: #333;
  position: relative;
}

.navbar .navbar-nav > li .dropdown-menu li.active > a {
  color: #333;
}

.navbar .navbar-nav > li .dropdown-menu li:hover > a {
  color: #e91e63;
}

.navbar .navbar-nav > li .dropdown-menu li:hover > a > i {
  opacity: 0.7;
}

.navbar .navbar-nav > li .dropdown-menu li > a {
  background-color: transparent;
  margin: 0 5px;
  padding: 10px;
  border-radius: 2px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.navbar .navbar-nav > li .dropdown-menu li > a > i {
  position: relative;
  top: 1px;
  margin-right: 12px;
  opacity: 0.5;
  text-align: center;
}

.navbar .navbar-nav > li .dropdown-menu li > a i {
  position: relative;
  top: 1px;
  margin-top: -4px;
  margin-right: 12px;
  vertical-align: middle;
}

.navbar .navbar-nav > li:hover .dropdown-menu {
  margin-top: 0;
  z-index: 10;
}

.navbar .navbar-nav > li:not(.btn) > a:before,
.navbar .navbar-nav > li:not(.btn) .hestia-toggle-search:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  transition: all 0.3s cubic-bezier(0.34, 0.9, 0.7, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.navbar .navbar-nav > li:not(.btn):hover a:before,
.navbar .navbar-nav > li:not(.btn):hover .hestia-toggle-search:before {
  color: inherit;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu.open > .dropdown-menu {
  display: table;
  visibility: visible;
  opacity: 1;
}

.dropdown-submenu:hover > .dropdown-toggle .caret,
.dropdown-submenu.open > .dropdown-toggle .caret {
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu.open .dropdown-menu {
  display: table;
}

.navbar.header-with-topbar {
  position: absolute;
  top: 40px;
}

.navbar.navbar-scroll-point {
  position: fixed;
  top: 0;
}

.navbar.full-screen-menu.navbar-scroll-point .header-sidebar-wrapper {
  display: none;
}

.dropdown-helper-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
}

#main-navigation ul.nav > li {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  visibility: visible;
}

/* .hestia-mm-description {
  display: none;
  opacity: 0.75;
} */

@media (max-width: 768px) {
  /* .hestia-nav-search {
    margin-top: 25px;
  }

  .hestia-nav-search .search-submit {
    display: block;
    pointer-events: all;
  }

  .hestia-nav-search form {
    width: 100%;
    margin-bottom: 0;
  }

  .hestia-nav-search form:after {
    font-size: 16px;
    display: block;
  }

  .hestia-nav-search label {
    padding-right: 25px;
  } */

  .navbar .navbar-nav > li.hestia-search-in-menu a.hestia-toggle-search {
    display: none;
  }
}

/* .hestia-toggle-search svg {
  fill: #555;
  vertical-align: middle;
} */

.navbar.navbar-transparent .hestia-toggle-search svg {
  fill: #fff;
}

.full-screen-menu .hestia-toggle-search {
  display: none;
}

.full-screen-menu .hestia-nav-search {
  margin-top: 25px;
  text-align: left;
}

@media (min-width: 769px) {
  .navbar:not(.full-screen-menu) .hestia-toggle-search {
    display: block;
    width: 55px;
  }

  .navbar:not(.full-screen-menu) .hestia-toggle-search i {
    font-size: 16px;
  }

  .navbar:not(.full-screen-menu) .hestia-search-in-menu {
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
  }

  .navbar:not(.full-screen-menu).nav-searching .hestia-nav-search form {
    max-width: 200px;
    opacity: 1;
    pointer-events: all;
  }

  .navbar:not(.full-screen-menu).nav-searching
    #main-navigation
    ul.nav
    li:not(.hestia-search-in-menu) {
    opacity: 0;
    visibility: hidden;
  }

  .navbar:not(.full-screen-menu) .hestia-nav-search {
    padding: 0 15px;
    text-align: left;
  }

  .navbar:not(.full-screen-menu) .hestia-nav-search .search-submit {
    display: none;
    pointer-events: none;
  }

  .navbar:not(.full-screen-menu) .hestia-nav-search form {
    width: 200px;
    max-width: 0;
    padding: 5px;
    transition: all 0.5s ease;
    position: absolute;
    right: 40px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
  }

  .navbar:not(.full-screen-menu) .hestia-nav-search form:after {
    display: none;
  }

  .navbar:not(.full-screen-menu) .hestia-nav-search label {
    padding: 0;
  }

  .navbar:not(.full-screen-menu).navbar-transparent
    .hestia-nav-search
    form
    .search-field {
    color: #fff;
  }

  .navbar:not(.full-screen-menu).navbar-transparent
    .hestia-nav-search
    form
    .search-field::-webkit-input-placeholder {
    color: #fff;
  }

  .navbar:not(.full-screen-menu).navbar-transparent
    .hestia-nav-search
    form
    .search-field::-moz-placeholder {
    color: #fff;
  }

  .navbar:not(.full-screen-menu).navbar-transparent
    .hestia-nav-search
    form
    .search-field:-ms-input-placeholder {
    color: #fff;
  }

  .navbar:not(.full-screen-menu).navbar-transparent
    .hestia-nav-search
    form
    .search-field:-moz-placeholder {
    color: #fff;
  }

  .navbar:not(.full-screen-menu).navbar-transparent
    .hestia-nav-search
    form
    .control-label {
    color: #fff;
  }
}

.navbar.navbar-default .navbar-nav > .btn.open > a,
.navbar.navbar-default .navbar-nav > .btn.active > a,
.navbar.navbar-default .navbar-nav > .btn > a {
  color: #fff;
  background: 0 0;
}

.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a,
.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:hover,
.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:focus {
  background: 0 0;
}

/* .hestia_right .blog-sidebar-wrapper,
.hestia_right .header-sidebar-wrapper {
  float: none;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
} */

/* .hestia_right .blog-sidebar-wrapper .header-widgets-wrapper,
.hestia_right .header-sidebar-wrapper .header-widgets-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
} */

/* .hestia_right .blog-sidebar-wrapper .header-widgets-wrapper .searchform label,
.hestia_right .blog-sidebar-wrapper .header-widgets-wrapper .search-form label,
.hestia_right .header-sidebar-wrapper .header-widgets-wrapper .searchform label,
.hestia_right
  .header-sidebar-wrapper
  .header-widgets-wrapper
  .search-form
  label {
  width: inherit;
}

.header-widgets-wrapper .widget {
  margin: 0 10px 0 0;
}

.header-widgets-wrapper .widget:last-of-type {
  margin-right: 0;
}

.header-widgets-wrapper .widget,
.header-widgets-wrapper .widget h5,
.header-widgets-wrapper .widget .textwidget {
  display: inline-block;
}

.header-widgets-wrapper .widget h5 {
  margin: 0 5px 0 0;
}

.header-widgets-wrapper .widget .btn {
  padding: 3px 10px;
}

.header-widgets-wrapper .widget .btn a {
  color: #fff;
}

.header-widgets-wrapper .widget.widget_nav_menu h5,
.header-widgets-wrapper .widget.widget_categories h5,
.header-widgets-wrapper .widget.widget_product_categories h5,
.header-widgets-wrapper .widget.widget_search h5,
.header-widgets-wrapper .widget.widget_product_search h5,
.header-widgets-wrapper .widget.widget_meta h5 {
  display: none;
}

.header-widgets-wrapper .widget.widget_nav_menu *[type="submit"],
.header-widgets-wrapper .widget.widget_categories *[type="submit"],
.header-widgets-wrapper .widget.widget_product_categories *[type="submit"],
.header-widgets-wrapper .widget.widget_search *[type="submit"],
.header-widgets-wrapper .widget.widget_product_search *[type="submit"],
.header-widgets-wrapper .widget.widget_meta *[type="submit"] {
  opacity: 0;
  left: -15px;
}

.header-widgets-wrapper .widget .searchform:after,
.header-widgets-wrapper .widget .search-form:after,
.header-widgets-wrapper .widget .woocommerce-product-search:after {
  right: 30px;
}

.header-widgets-wrapper .widget.widget_product_search form,
.header-widgets-wrapper .widget.widget_search form {
  top: 15px;
}

.header-widgets-wrapper .widget.widget_product_search form:after,
.header-widgets-wrapper .widget.widget_search form:after {
  color: #333;
}

.header-widgets-wrapper .widget.widget_product_search form .control-label,
.header-widgets-wrapper .widget.widget_search form .control-label {
  color: #333;
}

.header-widgets-wrapper ul li {
  cursor: auto;
  display: inline-block;
  margin: 0 5px;
}

.header-widgets-wrapper ul li.menu-item {
  padding-top: 0;
}

.header-widgets-wrapper ul li:first-child {
  margin-left: 0;
}

.header-widgets-wrapper ul li:last-child {
  margin-right: 0;
}

.header-widgets-wrapper ul li a {
  padding: 0;
  text-transform: inherit;
}

.header-widgets-wrapper ul li a:hover,
.header-widgets-wrapper ul li a:focus {
  background-color: transparent;
  outline: none;
}

.header-widgets-wrapper ul li a[href*="tel:"]:before,
.header-widgets-wrapper ul li a[href*="mailto:"]:before {
  margin-right: 7px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  content: "";
  background-color: #333;
  vertical-align: text-bottom;
}

.header-widgets-wrapper ul li a[href*="tel:"]:before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
}

.header-widgets-wrapper ul li a[href*="mailto:"]:before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
}

.header-widgets-wrapper ul li.dropdown .caret {
  display: none;
} */

/* .navbar-transparent .widget .btn:hover a {
  color: #fff;
} */

/* .navbar-transparent .widget.widget_search form:after,
.navbar-transparent .widget.widget_search form.form-group:before,
.navbar-transparent .widget.widget_search form .control-label,
.navbar-transparent .widget.widget_product_search form:after,
.navbar-transparent .widget.widget_product_search form.form-group:before,
.navbar-transparent .widget.widget_product_search form .control-label {
  color: #fff;
}

.pagination {
  width: 100%;
  text-align: center;
}

.pagination > li > a {
  border: 0;
}

.pagination a,
.pagination span {
  min-width: 30px;
  height: 30px;
  margin: 0 3px;
  padding: 0 11px;
  border-radius: 30px !important;
  color: #999;
  background: 0 0;
  text-transform: uppercase;
  display: inline-block;
}

.pagination a:hover,
.pagination a:focus {
  color: #999;
  background-color: #eee;
}

.pagination span:not(.dots):hover,
.pagination span:not(.dots):focus {
  color: #999;
  background-color: #eee;
}

.pagination span.current,
.pagination span.current:focus,
.pagination span.current:hover {
  border-color: #9c27b0;
  color: #fff;
  background-color: #9c27b0;
  -webkit-box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14),
    0 1px 10px 0 rgba(156, 39, 176, 0.12),
    0 2px 4px -1px rgba(156, 39, 176, 0.2);
  box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14),
    0 1px 10px 0 rgba(156, 39, 176, 0.12),
    0 2px 4px -1px rgba(156, 39, 176, 0.2);
}

.pagination .next.page-numbers:after {
  content: " \00bb";
}

.pagination .prev.page-numbers:before {
  content: "\00ab ";
}

.label {
  padding: 5px 12px;
  border-radius: 12px;
  text-transform: uppercase;
}

.label.label-default {
  background-color: #999;
} */

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    text-align: center;
  }

  .navbar .navbar-center {
    display: inline-block;
    float: none;
  }

  .navbar .navbar-nav > li {
    margin: 0;
  }

  .navbar .navbar-nav > li.btn {
    margin: 0 10px;
  }

  .navbar .navbar-nav > li.btn:last-child {
    margin-right: 0;
  }
}

/* @media (min-width: 783px) and (min-width: 601px) {
  body.admin-bar .navbar-default:not(.navbar-transparent) {
    margin-top: 32px;
  }
} */

@media (min-width: 769px) {
  /* .form-horizontal .control-label {
    padding-top: 8px;
  }

  .nav-cart.responsive-nav-cart {
    display: none;
  } */

  /* .navbar.hestia_left .title-logo-wrapper {
    min-width: 250px;
  } */

  .navbar.hestia_right.navbar-scroll-point .title-logo-wrapper,
  .navbar.hestia_right.navbar-scroll-point .header-sidebar-wrapper {
    display: none;
  }

  .navbar.hestia_right .title-logo-wrapper {
    min-width: 250px;
  }

  .navbar.hestia_right .navbar-collapse {
    min-width: 100%;
  }

  .navbar.hestia_center .navbar-brand {
    margin: 0 auto;
  }

  .navbar.hestia_center.navbar-scroll-point .title-logo-wrapper {
    display: none;
  }

  .navbar.full-screen-menu .navbar-brand {
    float: none;
    margin: 0;
    padding: 0;
  }

  .navbar.full-screen-menu .navbar-header {
    width: 100%;
    display: flex;
  }

  .navbar.full-screen-menu .navbar-toggle {
    z-index: 999999;
  }

  .navbar.full-screen-menu.navbar-scroll-point .title-logo-wrapper {
    display: block;
  }

  .navbar.full-screen-menu .navbar-toggle,
  .navbar.full-screen-menu .nav-cart:not(.responsive-nav-cart) {
    display: inline-block;
  }

  .navbar.full-screen-menu .nav-cart .nav-cart-icon span {
    top: 10px;
    left: 15px;
  }

  .navbar.full-screen-menu .navbar-nav {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .navbar.full-screen-menu.hestia_center .navbar-header .title-logo-wrapper {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  .navbar.full-screen-menu.hestia_right .navbar-header {
    max-width: 100%;
  }

  .navbar.full-screen-menu .navbar-nav.nav {
    opacity: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: inherit;
    justify-content: flex-start;
    transition: all 0.3s ease;
    visibility: hidden;
    pointer-events: none;
    z-index: 9999;
    overflow-x: scroll;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 100px;
  }

  .navbar.full-screen-menu .navbar-nav.nav > li,
  .navbar.full-screen-menu .navbar-nav.nav > li.btn:last-child {
    display: table;
    margin: 20px auto;
  }

  .navbar.full-screen-menu .in .navbar-nav.nav {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }

  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  .dropdown.open,
  .dropdown:hover {
    z-index: 1;
  }

  .dropdown.open > .dropdown-menu,
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    margin-top: 1px;
    opacity: 1;
    z-index: 100;
  }
}

@media (max-width: 768px) {
  li.nav-cart {
    display: none;
  }

  li.nav-cart.responsive-nav-cart {
    display: block;
    margin-left: 5px;
  }

  .container .navbar-header {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }

  .navbar > .container {
    transition: padding 0.1s ease;
    padding: 10px 15px;
    align-items: center;
    display: block;
  }

  .navbar.navbar-transparent {
    background: #fff;
    color: #555;
  }

  .navbar.navbar-transparent > .container {
    padding-top: 10px;
  }

  .navbar .nav.navbar-nav {
    display: block;
  }

  .hestia-sidebar-header {
    display: none;
  }

  .navbar.hestia_right .navbar-header {
    max-width: inherit;
  }

  .navbar.navbar-default .dropdown.btn a .caret {
    border-color: #fff !important;
    color: #fff !important;
  }

  .navbar.navbar-default li.btn a,
  .navbar.navbar-default li.btn a i,
  .navbar.navbar-default .navbar-nav .menu-item.btn.active a,
  .navbar.navbar-default .navbar-nav .menu-item.btn.active a i {
    color: #fff;
  }

  .navbar.navbar-default li.btn:hover a,
  .navbar.navbar-default li.btn:hover i {
    color: #fff;
  }

  .navbar.navbar-default li.btn:hover ul li i {
    color: #fff;
  }

  .navbar.navbar-default li.btn ul li a,
  .navbar.navbar-default li.btn ul li i {
    opacity: 1;
    color: #fff !important;
  }

  .navbar.navbar-default li.btn ul li:hover a,
  .navbar.navbar-default li.btn ul li i {
    color: #fff !important;
  }

  .navbar.navbar-fixed-top .navbar-collapse {
    max-height: calc(100% - 70px);
    margin-top: 70px;
    overflow-y: auto;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-overflow-scrolling: auto;
  }

  .navbar.navbar-fixed-top.header-with-topbar:not(.navbar-scroll-point)
    .navbar-collapse {
    margin-top: 110px;
  }

  .navbar .navbar-nav {
    margin: 7.5px 0;
  }

  .navbar .navbar-nav li {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .navbar .navbar-nav li.btn {
    margin-top: 10px;
  }

  .navbar .navbar-nav .dropdown a .caret {
    border: 1px solid #555;
    border-radius: 2px;
    box-sizing: content-box;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 30px;
    margin-left: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 100;
  }

  .navbar .navbar-nav .dropdown a .caret svg {
    width: 12.5px;
    margin: 9px;
    transition: all 0.3s ease;
  }

  .navbar .navbar-nav .dropdown a .caret-open .caret svg {
    transform: rotate(-180deg);
  }

  .navbar .navbar-nav .dropdown a > i {
    margin-right: 12px;
  }

  .navbar .navbar-nav .dropdown.open a > .caret:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .navbar .navbar-nav .dropdown.open .dropdown-menu {
    display: block !important;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu {
    background: 0 0;
    box-shadow: none;
    position: static;
    margin-top: 0;
    padding: 0;
    width: 100%;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu.open {
    display: block !important;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu li a {
    margin: 0;
    padding: 15px 0 15px 30px;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu li a:hover,
  .navbar .navbar-nav .dropdown .dropdown-menu li a:focus {
    background-color: transparent;
    color: #e91e63;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu li li a {
    padding: 15px 0 15px 45px;
  }

  .navbar .navbar-header .navbar-brand {
    padding-left: 0;
  }

  .navbar .navbar-brand h1,
  .navbar .navbar-brand p {
    padding: 10px 0;
  }

  .navbar .dropdown-submenu:hover .dropdown-menu {
    display: none !important;
  }

  .navbar .dropdown-submenu.open > a {
    background: 0 0 !important;
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar.navbar-transparent .open .dropdown-menu > li > a:hover,
  .navbar.navbar-transparent .open .dropdown-menu > li > a:focus,
  .navbar.navbar-transparent .open .dropdown-menu > .active > a,
  .navbar.navbar-transparent .open .dropdown-menu > .active > a:hover,
  .navbar.navbar-transparent .open .dropdown-menu > .active > a:focus {
    color: inherit;
    background-color: transparent;
  }

  .navbar.navbar-transparent .navbar-nav > .active > a {
    color: #555;
  }

  .navbar .open .dropdown-menu > li > a:hover,
  .navbar .open .dropdown-menu > li > a:focus,
  .navbar .open .dropdown-menu > .active > a,
  .navbar .open .dropdown-menu > .active > a:hover,
  .navbar .open .dropdown-menu > .active > a:focus {
    color: #e91e63;
    background-color: transparent;
  }

  .navbar .dropdown-menu li > a > i {
    opacity: 1;
  }
  /* 
  .hestia_right .header-sidebar-wrapper {
    display: none;
  } */

  /* body.admin-bar .navbar {
    margin-top: 45px;
  } */

  /* body.admin-bar .navbar.navbar-default .navbar-collapse {
    max-height: calc(100% - 115px);
    margin-top: 115px;
  } */

  /* body.admin-bar .navbar.header-with-topbar {
    margin-top: 0;
    top: 85px;
  } */

  /* body.admin-bar .navbar.header-with-topbar.navbar-fixed-top .navbar-collapse {
    max-height: calc(100% - 155px);
    margin-top: 155px;
  } */

  /* body.admin-bar
    .navbar.header-with-topbar.navbar-fixed-top.navbar-scroll-point
    .navbar-collapse {
    margin-top: 115px;
  } */

  /* body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
    top: 45px;
  } */

  /* body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse {
    max-height: calc(100% - 115px);
  } */

  /* .big-title-sidebar-wrapper {
    width: 100%;
    padding: 0;
  }

  .big-title-sidebar-wrapper .pirate-forms-contact-widget {
    max-width: 370px;
    margin: 0 auto;
  }

  .single .section {
    padding: 30px 0 0;
  }

  .single .section.section-blog-info {
    padding: 15px 0 30px;
  } */

  /* .media .avatar,
    .media-body .avatar,
    .media-area .avatar {
      margin: 0;
      width: 35px;
      height: 35px;
    } */

  /* .subscribe-line .btn {
    margin-top: 15px;
  } */

  ul.children {
    padding-left: 5px;
    border-left: 1px #cfcfcf solid;
  }

  hr {
    margin-top: 0;
  }

  /* .hestia-team .card .content,
  .team .card .content,
  .authors-on-blog .card .content {
    text-align: center;
  } */

  /* .hestia-team .card .content .card-description,
  .team .card .content .card-description,
  .authors-on-blog .card .content .card-description {
    display: none;
  } */

  /* .pricing {
    padding: 60px 0 40px;
  }

  .contactus .card-contact {
    margin-top: 90px;
  }

  .contactus .form_captcha_wrap .pirate-forms-google-recaptcha > div {
    margin: 0 auto;
  }

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

  .hestia-clear-top-padding {
    margin-top: -30px;
  }

  .single.single-post .section-blog-info .entry-social {
    margin: 15px 0 30px;
  }

  .single.single-post .section-blog-info .card-profile {
    margin-top: 20px;
  }

  .page .section.section-text {
    padding: 30px 0;
  }

  .single-post .page-header.header-small,
  .page .page-header.header-small,
  .blog .page-header.header-small,
  .archive .page-header.header-small,
  .category .page-header.header-small {
    min-height: 0;
  }

  .single-post .page-header.header-small .container,
  .page .page-header.header-small .container,
  .blog .page-header.header-small .container,
  .archive .page-header.header-small .container,
  .category .page-header.header-small .container {
    padding: 120px 15px 50px;
  }

  .single-post .page-header.header-small .container .hestia-title,
  .page .page-header.header-small .container .hestia-title,
  .blog .page-header.header-small .container .hestia-title,
  .archive .page-header.header-small .container .hestia-title,
  .category .page-header.header-small .container .hestia-title {
    margin-top: 0;
  }

  .hestia-top-bar {
    overflow: hidden;
  }

  .hestia-top-bar .col-md-6 {
    text-align: center;
    width: 100%;
  }

  .hestia-top-bar .col-md-6.pull-right {
    display: none;
  }

  .hestia-top-bar .col-md-12,
  .hestia-top-bar .col-md-12.pull-right {
    float: none !important;
    text-align: center;
  }

  .hestia-top-bar .widget.widget_shopping_cart {
    display: none;
  }

  .home:not(.blog) .main-raised {
    margin-top: 0;
  }

  .home:not(.blog) .page-header {
    min-height: 0;
  }

  .header .carousel .item .container {
    padding-top: 170px;
    padding-bottom: 100px;
  }

  .header.header-with-topbar .carousel .item .container {
    padding-top: 210px;
  }

  .header .carousel .carousel-control {
    margin-top: 35px;
  }

  .header.header-with-topbar .carousel .carousel-control {
    margin-top: 55px;
  }

  .obfx-sharing-bottom {
    left: 0;
  } */

  .navbar.navbar-transparent .hestia-hide-if-transparent {
    display: block;
  }

  .navbar.navbar-transparent .hestia-transparent-logo {
    display: none;
  }
}

/* @media (max-width: 767px) {
  .carousel .page-header .row {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    text-align: center;
  }

  .carousel .page-header .row .margin-right-auto,
  .carousel .page-header .row .margin-left-auto {
    margin: inherit;
  }

  .carousel .page-header .row .big-title-slider-content {
    text-align: center;
  }

  .carousel .item .container.container-height-auto {
    top: 0;
    transform: none;
  }

  .carousel .carousel-control.left i {
    left: 10px;
  }

  .carousel .carousel-control.right i {
    right: 10px;
  }
} */

/* @media (max-width: 600px) {
  body.admin-bar .navbar {
    margin-top: 0;
  }
} */

@media (max-width: 600px) {
  body.admin-bar .navbar.navbar-scroll-point {
    top: 0;
  }

  body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
    top: 0;
  }

  body.admin-bar .navbar.navbar-scroll-point.navbar-transparent {
    margin-top: 0;
    top: 46px;
  }

  body.admin-bar .navbar.navbar-not-transparent {
    margin-top: 0;
  }

  body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse,
  body.admin-bar
    .navbar.navbar-scroll-point.header-with-topbar.navbar-fixed-top
    .navbar-collapse {
    max-height: calc(100% - 70px);
    margin-top: 70px;
  }

  body.admin-bar
    .navbar.navbar-scroll-point.navbar-fixed-top.navbar-transparent
    .navbar-collapse,
  body.admin-bar
    .navbar.navbar-scroll-point.header-with-topbar.navbar-fixed-top.navbar-transparent
    .navbar-collapse {
    max-height: calc(100% - 70px);
    margin-top: 115px;
  }
}

a,
.navbar .dropdown-menu li:hover > a,
.navbar .dropdown-menu li:focus > a,
.navbar .dropdown-menu li:active > a,
.navbar .navbar-nav > li .dropdown-menu li:hover > a,
body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a,
body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a:hover,
body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a:focus,
a:hover,
a {
  color: #e91e63;
}

.svg-text-color {
  fill: #e91e63;
}
/* 
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar .navbar-nav .dropdown .dropdown-menu li a:hover,
  .navbar .navbar-nav .dropdown .dropdown-menu li a:focus,
  .navbar button.navbar-toggle:hover,
  .navbar .navbar-nav li:hover > a i {
    color: #e91e63;
  }
} */

.navbar-dark:hover {
  background-color: #fff !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

body.admin-bar .navbar {
  margin-top: 0 !important;
}

.auth-bg {
  background-color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #194185 !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #194185;
}

.navbar-nav > li {
  padding-right: 10px;
}

.megamenu {
  background-color: #fff;
}

.megamenu1 {
  background-color: #fff;
}

.navbar .megamenu1 {
  padding: 15px 50px 35px 50px !important;
  border-radius: 0 0 20px 20px;
}

.navbar .megamenu {
  padding: 15px 50px 35px 50px !important;
  border-radius: 0 0 20px 20px;
}

.container {
  max-width: 100%;
  min-width: auto;
}

.container h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #98a2b3;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Inter", Sans-serif;
}

.animated:hover {
  font-weight: 600;
  color: #165dd3;
}

.menu-item p {
  margin-top: 5px;
  color: #667085;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px !important;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.megamenu1 a {
  color: #212529 !important;
  text-decoration: none;
}

.menu-item {
  margin: 2px 0;
  padding: 5px;
  font-size: 14px !important;
  font-weight: 600;
}

.menu-item2 {
  margin: 2px 0;
  padding: 5px;
  font-size: 14px !important;
  font-weight: 600;
}

.menu-item2:hover {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 2px 4px 10px 2px #f2f2f2;
  border-radius: 5px;
}

.menu-item:hover {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 2px 4px 10px 2px #f2f2f2;
  border-radius: 5px;
}

.col-bg1 {
  margin: 3px;
  padding: 4px;
}

.dropdown-menu-end {
  right: auto;
  width: 275px;
  margin-top: 10px !important;
}

.dropdown-menu {
  padding: 5px !important;
}

#main_nav li.nav-item.menu-button {
  background-color: #175cd3 !important;
  border-radius: 5px;
  width: 150px;
  text-align: center;
  padding: 3px;
}

#main_nav li.nav-item.menu-button a {
  color: #fff !important;
}

.navbar .navbar-nav > li .dropdown-menu {
  margin-top: 5px !important;
}

.megamenu1 button.menu-cta {
  background-color: #d1e9ff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #1570ef;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

button.menu-cta {
  background-color: #d1e9ff !important;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #1570ef;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

button.menu-cta:hover {
  background-color: #d1e9ff !important;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #1570ef !important;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

.api .menu-item2 {
  font-size: 13px !important;
}

.blog-title {
  background-color: #99cbfc;
  border-radius: 5px;
  padding: 24px;
}

.blog-title span {
  padding: 2px;
  font-weight: 400;
  margin-bottom: 10px;
}

.navbar.navbar-scroll-point {
  /* position: relative !important; */
  z-index: 999999;
  width:100%;
}
.carousel{
  margin-top: 65px;
  padding: 0;
  margin: 0;
}

.badge {
  background-color: red;
  color: #fff;
  padding: 4px 8px;
  text-align: center;
  border-radius: 10px;
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .new-menu .container {
    max-width: 100% !important;
  }

  .navbar .megamenu {
    left: -250px;
    width: 870px !important;
    margin-top: 0;
    right: 0 !important;
  }

  .navbar .megamenu1 {
    width: 980px;
    left: -190px !important;
    overflow-y: auto;
    max-height: 535px;
    overflow-x: hidden;
  }
}

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto !important;
    max-height: 90vh;
    margin-top: 10px;
  }

  .navbar .megamenu1 {
    padding: 15px 10px 35px 10px !important;
  }

  .container-fluid.navbar-button-mobile {
    display: block !important;
  }

  button.menu-cta:hover {
    background-color: #d1e9ff !important;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #1570ef !important;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
  }

  .navbar .megamenu {
    padding: 15px 10px 35px 10px !important;
    border-radius: 0 0 20px 20px;
  }

  body.admin-bar.navbar.navbar-scroll-point {
    top: 0;
    max-height: 100vh;
    overflow-y: auto !important;
    overflow-x: hidden;
  }
}

.megamenu1 button.menu-cta {
  background-color: #d1e9ff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #1570ef;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    text-align: center;
  }
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
