/*!
    Unibody - Smart multi-purpose html5 template
    To use this template you must have a license purchased at Themeforest (themeforest.com)
    Copyright 1995-2017 ForBetterWeb.com
 */
/*------------------------------------------------------------------

Table of contents

* Fonts
* Plugins
* Base structure
  * Preloader
  * Buttons
  * NavBar
  * Backgrounds and font color
  * Intro
    * Intro solid color
    * Video background
  * Forms
    * Subscribe form
  * Countdown
  * News - Blog grid
  * Team
  * Contact
  * Quote
  * Facts
  * Map
  * Carousel
    * Shop thumbnails carousel
  * Animated mouse
  * Text rotator
  * Number scroller
  * Testimonials
  *  Portfolio
  * Pricing
  * Miscellaneous
  * Pager
  * Bars and charts
  * Shop
  * Media Queries
  * Magic background
  * Footer
* Stop animation on mobile devices
* Demo page

-------------------------------------------------------------------*/
/* Fonts */
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,700|Zeyada";
/* Plugins */
@import url(../js/vegas/vegas.min.css);
@import url(ionicons.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
@import url(swipebox.css);
/* Base structure */
html {
  width: 100% !important;
  height: 100% !important; }

body {
  width: 100% !important;
  height: 100% !important;
  font: normal 15px/1.8 "Open Sans", sans-serif;
  letter-spacing: 0.03em;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  margin: 0 0 35px;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 1px; }

/* Preloader */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#status {
  position: absolute;
  left: 47%;
  top: 50%;
  margin: auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
  animation-name: loader;
  -webkit-animation-name: loader;
  -moz-animation-name: loader; }
  #status:before, #status:after {
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out; }
  #status:before, #status:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }

@keyframes loader {
  from {
    transform: scale(0);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0.5; } }
@-ms-keyframes loader {
  from {
    -ms-transform: scale(0);
    opacity: 1; }
  to {
    -ms-transform: scale(1);
    opacity: 0.5; } }
@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5; } }
@-moz-keyframes loader {
  from {
    -moz-transform: scale(0);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0.5; } }
.no-transform {
  text-transform: none; }

p {
  margin: 0 0 35px; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

img {
  -webkit-filter: blur(0);
  filter: blur(0); }

a, img, :focus, input {
  outline: none !important; }

a:hover, a:focus {
  color: #666;
  text-decoration: none; }
a img:hover {
  opacity: .85; }

.no-pad {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important; }

.no-pad-btm {
  padding-bottom: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.overlay {
  background: rgba(7, 9, 21, 0.7); }

.overlay-gray {
  background: rgba(0, 0, 0, 0.7); }

.overlay, .overlay-gray {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.image-overlay {
  padding: 0;
  margin-top: -200px;
  position: relative;
  max-width: 600px; }

@media (max-height: 770px) {
  .image-overlay {
    margin-top: -120px; } }
.breadcrumb {
  background-color: transparent;
  padding: 15px 15px; }

section, .section {
  position: relative;
  z-index: 992;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff; }

.section-small {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom; }

.label, input, .btn, textarea, .dropdown-menu, .panel, .progress, .list-group-item, select {
  border-radius: 0 !important; }

.label {
  padding: 0.2em 0.7em 0.3em 0.7em; }

.nav .label {
  padding: 0.4em 0.7em 0.3em 0.7em; }

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

.badge {
  line-height: inherit;
  border-radius: 2px !important; }

/* Buttons */
.btn {
  font-family: Montserrat, sans-serif;
  font-size: 11px !important;
  letter-spacing: 0.1em;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 20px 6px; }

.btn-lg {
  font-size: 13px !important;
  padding: 10px 35px; }

.btn-sm {
  font-size: 10px !important; }

.btn-xs {
  font-size: 9px !important;
  padding: 4px 10px; }

.btn-border {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent; }

.btn-dark-border {
  border: 1px solid #000;
  color: #000;
  background-color: transparent; }

.btn-white {
  border: 2px solid #fff;
  color: #000 !important;
  background-color: #fff; }

.btn-gray {
  border: 2px solid #ddd;
  background-color: #ddd;
  color: #000 !important; }

.btn-dark {
  border: 2px solid #18191B;
  background-color: #18191B;
  color: #fff !important; }

.btn-unibody {
  border: 2px solid #789;
  background-color: #789;
  color: #fff !important; }

.btn-violet {
  border: 2px solid #ff4081;
  background-color: #ff4081;
  color: #fff !important; }

.btn:hover {
  opacity: 0.65; }

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-unibody:focus, .btn-violet:focus {
  opacity: 1; }

a .fa, a .icon {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px; }

.icon-big {
  font-size: 80px;
  line-height: 120px;
  display: block; }

#time .icon-big {
  color: #ff4081; }

header .icon-big {
  line-height: 0; }

.intro-body .icon-big {
  display: inline-block;
  padding: 20px; }

.classic {
  font-family: 'Zeyada';
  font-weight: normal !important;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  opacity: .9; }

::-moz-selection, ::selection {
  color: #fff;
  background: #000; }

ul, ol {
  margin-bottom: 1.5em; }

a .fa {
  opacity: 0.6 !important; }
  a .fa:hover {
    opacity: .9; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* NavBar */
.navbar-custom {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  border-bottom: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease; }
  .navbar-custom .navbar-brand {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-transform: none;
    padding: 17px 5px 12px 15px; }
  .navbar-custom img {
    display: inline-block; }
  .navbar-custom.top-nav-collapse {
    background-color: #fff;
    border-bottom: 1px solid #eee; }
    .navbar-custom.top-nav-collapse a {
      color: #000; }
    .navbar-custom.top-nav-collapse .navbar-brand {
      font-size: 22px;
      padding-top: 20px; }

.navbar-fixed-top .container {
  width: auto; }

@media (min-width: 1200px) {
  .top-nav-collapse .container {
    width: 1170px !important; } }
.navbar-custom .navbar-brand .logo {
  max-height: 28px;
  display: inline-block; }

.logoborder {
  border: 1px solid #fff;
  padding: 12px 18px;
  max-height: 48px !important;
  margin-top: -10px; }

.logobig {
  font-size: 45px; }

.logobig .classic {
  font-size: 55px; }

.supcircle {
  background-color: #ff4081;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  position: absolute;
  margin: 7px -6px;
  line-height: 16px;
  border-radius: 50% !important; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-height: 24px; }
.navbar-custom .navbar-brand .logodark {
  display: none; }
.navbar-custom.top-nav-collapse .navbar-brand .logodark, .navbar-custom .navbar-brand .logo {
  display: inline-block; }
.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: none; }
.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  max-width: 160px;
  max-height: 20px; }
.navbar-custom .navbar-brand i {
  vertical-align: middle; }
.navbar-custom .navbar-brand:focus {
  outline: 0; }
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff; }
  .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0; }

.nav > li > a {
  padding: 21px 13px 15px; }

.navbar-custom a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px; }
.navbar-custom .nav li a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent; }
.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important; }
  .navbar-custom .nav li.active a {
    color: #789 !important; }
    .navbar-custom .nav li.active a:hover {
      color: #789; }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  color: #fff;
  min-width: 230px !important;
  right: 0;
  left: auto;
  border: 0; }
  .dropdown-menu > li > a {
    font-size: 11px;
    padding: 11px 18px;
    white-space: nowrap; }
  .dropdown-menu > .active > a {
    color: #333 !important;
    background-color: transparent; }
    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
      background-color: transparent; }

.nav .open > a {
  background-color: transparent;
  border-color: transparent; }
  .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent; }

.search-form {
  margin: 5px 10px;
  width: 250px;
  font-size: 14px; }
  .search-form .form-control {
    color: #ccc !important; }

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  background: transparent;
  color: #888;
  border: none;
  outline: none; }

.search-form {
  padding: 10px;
  width: 100%;
  border-bottom: #555;
  margin: 0; }

.nav .badge {
  background-color: #ff4081;
  color: #fff;
  padding: 4px 5px;
  font-size: 11px;
  position: absolute;
  margin: -7px -5px;
  line-height: 1;
  border-radius: 50% !important; }

.lang {
  border: 1px solid #ddd;
  padding: 4px 8px;
  font-size: 12px; }

.navbar-toggle {
  padding: 10px 0; }
  .navbar-toggle .icon-bar {
    width: 30px;
    border-radius: 0;
    background: #fff; }

.top-nav-collapse .icon-bar {
  background: #333; }

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0; }

a.btn-nav .btn {
  margin: 30px 0 109px; }

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: transparent; }

.menu-divider {
  width: 1px;
  border-right: 1px solid #b3b3b3;
  line-height: 18px;
  margin: 23px 15px 0; }

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1px;
  color: #555 !important; }

.nav .active {
  height: auto !important; }

.dropdown-menu {
  padding: 10px 0; }

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }
.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-size: 20px; }
.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }
.navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }
.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

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

.dropdown-menu .fa {
  opacity: 0.5 !important;
  line-height: 13px !important; }

.nav .fa {
  font-size: 16px;
  line-height: 1px; }
.nav .fa-angle-down {
  font-size: 13px; }
.nav .fa, .nav a .fa {
  opacity: 1 !important; }
.nav .fa-plus {
  font-size: 12px; }

@media (min-width: 991px) {
  .search-form input {
    background: transparent;
    border: 0;
    width: 200px; }

  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    background: transparent; }
    .navbar-custom.top-nav-collapse {
      padding: 0 30px;
      background-color: #fff; }
    .navbar-custom .nav .dropdown-menu li a:hover {
      background-color: #eee; }

  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniversal 0.7s;
    animation: fadeInUniversal 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }

  .navbar-left {
    float: right !important; }

  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px; }
  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 860px !important; }
  ul.dropdown-menu.columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important; }

  .columns2 .btn-white, .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block; }

  .navbar-fixed-top .caret, .navbar-fixed-top .open > .dropdown-menu {
    display: none; }

  .angle-right:after {
    float: right;
    font-family: 'fontawesome';
    content: "\f105";
    color: inherit;
    position: absolute;
    right: 20px; } }
@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0; } }
@media (max-width: 990px) {
  p.empty {
    display: none; }

  .search-button {
    margin-top: 0; }

  .nav .badge {
    margin: 2px 4px; }
  .nav a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000 !important; }
    .nav a:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    background-color: #eee !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-collapse.collapse {
      display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7px; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px; }

  .collapse.in {
    display: block !important; }

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

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 10px 15px 10px 25px; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
    .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;
      background-image: none; } }
/* NavBar Center */
.navbar-center .navbar-brand {
  transform: translateX(-50%);
  left: 51%;
  position: absolute;
  padding: 15px 0;
  margin-left: 0; }

.navbar-center .nav > li > a {
  padding: 21px 26px 15px 0 !important; }

@media (min-width: 1170px) {
  .navbar-center .container {
    width: 1170px; } }
/* Backgrounds and font color */
.bg-white {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.bg-gray {
  background-color: #f7f7f7; }

.bg-gray2 {
  background-color: #E8E8E8; }

.bg-transparent {
  background-color: transparent; }

.bg-dark {
  background-color: #18191B; }

.bg-dark2 {
  background-color: rgba(12, 13, 15, 0.98); }

.small-header {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px; }
  .small-header.bg-dark:before, .small-header.bg-transparent:before, .small-header.bg-img:before, .small-header.bg-img2:before, .small-header.bg-img3:before, .small-header.bg-img4:before, .small-header.bg-img5:before, .small-header.bg-img6:before {
    background: rgba(7, 9, 21, 0.5);
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9; }
  .small-header .bg-white h2, .small-header .bg-white h3 {
    color: #789; }

@media (max-width: 992px) {
  .small-header {
    text-align: center !important; }
    .small-header .text-right {
      text-align: center !important; } }
.bg-dark, .bg-dark2, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6 {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.bg-img {
  background: url(../img/main/20.jpg); }

.bg-img2 {
  background: url(../img/main/14.jpg); }

.bg-img3 {
  background: url(../img/main/13.jpg); }

.bg-img4 {
  background: url(../img/main/10.jpg); }

.bg-img5 {
  background: url(../img/main/19.jpg); }

.bg-img6 {
  background: url(../img/main/40.jpg); }

.bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  /* MAGIC HAPPENS HERE */
  transform: translateZ(0);
  -moz-transform: none !important;
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0); }

.bg-dark a, .bg-dark2 a, .bg-transparent a, .bg-img a, .bg-img2 a, .bg-img3 a, .bg-img4 a, .bg-img5 a, .bg-img6 a, .bg-primary a {
  color: #fff; }

.bg-dark a:hover, .bg-dark2 a:hover, .bg-transparent a:hover, .bg-img a:hover, .bg-img2 a:hover, .bg-img3 a:hover, .bg-img4 a:hover, .bg-img5 a:hover, .bg-img6 a:hover {
  color: rgba(255, 255, 255, 0.8); }

/* Intro */
.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100% !important;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  .intro a {
    color: #fff; }
    .intro a:hover {
      color: #ccc;
      text-decoration: none; }

.introhalf {
  height: auto !important; }

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 70px;
  width: 100%;
  position: relative;
  z-index: 1; }
  .intro .intro-body .badge {
    background-color: rgba(255, 64, 129, 0.75);
    color: #fff;
    font-size: 10px;
    position: absolute;
    margin: -30px -160px;
    line-height: 1;
    text-shadow: none;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    padding: 21px 9px; }

.bottom .intro-body {
  vertical-align: bottom; }

.introhalf .intro-body {
  padding: 180px 0 110px; }

.intro-body:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -9; }

.intro h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0; }
  .intro h1.intro-small {
    font-size: 65px;
    line-height: 65px; }
  .intro h1.classic {
    font-size: 100px;
    line-height: 100px;
    font-weight: normal; }
.intro .lead {
  margin: 40px 0 0; }

.intro-fullscreen {
  opacity: 1 !important; }
  .intro-fullscreen .intro-body {
    padding: 90px 0 20px; }

@media (max-height: 600px) {
  .intro-fullscreen {
    position: inherit; } }
@keyframes kenburns {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@media (min-width: 768px) {
  .intro {
    padding: 0; } }
/* Intro solid color */
.solid-color .intro-body:before {
  background: transparent !important; }

.solid-color.intro {
  text-shadow: none !important; }

.solid-color {
  background: #6393c1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6393c1 0%, #e55bea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6393c1 0%, #e55bea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6393c1 0%, #e55bea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393c1', endColorstr='#e55bea',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/* Video background */
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: .4;
  display: none; }

.video-controls-visible {
  display: inline; }

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px; }
.video-controls a.fa {
  text-decoration: none; }

.mbYTP_wrapper {
  z-index: 0 !important; }

.section-video {
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0 !important;
  opacity: 1 !important; }
  .section-video .mbYTP_wrapper {
    z-index: -1 !important; }
  .section-video:before {
    background: rgba(7, 9, 21, 0.5);
    content: "";
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -9; }

.bg-video-small {
  text-align: left !important;
  opacity: 1 !important;
  top: 0 !important; }

/* Forms */
.small-form {
  margin: 0 auto 40px !important;
  max-width: 480px; }

.help-block li {
  list-style: none;
  color: #990000; }
.help-block ul {
  padding: 0;
  margin: 0; }

.form-control {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .3s,box-shadow ease-in-out .3s; }
  .form-control:focus {
    border-color: #888;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.subscribe-form {
  padding: 0; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0; }

input[type=checkbox], input[type=radio] {
  margin: 7px 0 0; }

.checkbox label, .radio label {
  font-weight: normal; }

.form-signin .form-control {
  position: relative; }
  .form-signin .form-control:focus {
    z-index: 2; }
.form-signin input {
  margin-bottom: -1px; }

.dark-form input, .dark-form textarea {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.45);
  border: 0; }

/* Countdown */
[id*="clock"] {
  padding: 40px 0; }
  [id*="clock"] div {
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px; }
  [id*="clock"] span {
    font-family: "Open Sans", monospace;
    font-weight: 300;
    display: block;
    font-size: 64px;
    padding: 30px 0;
    border-bottom: 1px solid #ccc; }

@media (max-width: 1170px) {
  [id*="clock"] div {
    margin: 0 15px; }
  [id*="clock"] span {
    font-size: 48px;
    padding: 18px 0; } }
@media (max-width: 768px) {
  [id*="clock"] div {
    margin: 0 15px; }
  [id*="clock"] span {
    font-size: 42px;
    padding: 15px 0; } }
@media (max-width: 468px) {
  [id*="clock"] div {
    margin: 0 7px; }
  [id*="clock"] span {
    font-size: 32px;
    padding: 5px 0; } }
/* News - Blog etc grid */
#news div[class*="col-"] {
  margin-bottom: 60px; }
#news h5 {
  padding-top: 10px;
  margin-bottom: 25px; }
#news .meta {
  padding: 5px 13px 5px 27px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bolder;
  margin-top: -75px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
  width: fit-content; }
  #news .meta a {
    color: #fff; }

.grid-pad img {
  margin-bottom: 20px; }
.grid-pad div[class*="col-"] {
  margin-bottom: 40px; }

#news-single .carousel {
  padding-bottom: 20px; }

.row:not(:first-child) {
  padding-top: 40px; }

/* Team */
#team p {
  margin-bottom: 10px; }
#team .list-inline {
  margin: 0; }

/* Contact */
#contact2 a {
  text-decoration: none;
  color: #555; }
#contact2 hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc; }
#contact2 .list-inline {
  padding-top: 10px; }

@media (max-width: 991px) {
  #contact {
    text-align: center; } }
/* Quote */
blockquote {
  padding: 18px;
  margin: 0 0 20px;
  border-left: none; }
  blockquote:before, blockquote:after {
    color: #ccc;
    font-size: 18px;
    font-family: fontawesome; }
  blockquote:before {
    content: "\f10d";
    padding-right: 15px; }
  blockquote:after {
    content: "\f10e";
    padding-left: 10px; }

.quote {
  font-size: 18px; }

/* Facts */
@media (max-width: 768px) {
  .facts .col-sm-3 {
    margin-top: 25px;
    margin-bottom: 25px; } }
.action-box li {
  float: left;
  margin: 20px 0 0 15px; }
.action-box span {
  display: none; }

#tweecool span {
  font-size: 18px; }

/* Map */
#map {
  width: 100%;
  height: 420px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

#mapdark {
  width: 100%;
  height: 420px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border: 0 !important; }

.mapsmall {
  margin-bottom: 30px;
  border: 0 !important; }

/* Carousel */
.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
  .carousel-control:focus, .carousel-control:hover {
    color: #000;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5; }
  .carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none; }

#Carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
  #Carousel-intro .carousel-control:focus, #Carousel-intro .carousel-control:hover {
    color: #fff;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5; }

@media (max-width: 991px) {
  .carousel-big .carousel-control {
    display: none; } }
 
  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity; }
  .carousel-fade .carousel-inner .active {
    opacity: 1; }
    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
      left: 0;
      opacity: 0;
      z-index: 1; }
  .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 9; }

.carousel-item {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.carousel-item-text {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 30px 0 30px 0; }

/* FF BUG FIX */
#Carousel-intro .carousel-inner {
  position: absolute !important; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-indicators {
  bottom: -60px; }

.indicators-inside {
  bottom: 7px; }

#Carousel-intro .carousel-indicators {
  bottom: 30px; }

.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0 5px 0; }
.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0 5px 0;
  background-color: rgba(100, 100, 100, 0.4);
  border: 1px solid #fff; }
.carousel-indicators .active {
  background-color: #999; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  font-family: sans-serif;
  font-size: 50px; }

#carousel-light2, #carousel-light3, #carousel-light6 {
  margin-top: -130px; }

.carousel, .item, .active, .carousel-inner {
  height: 100%; }

.fill {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.carousel-control .icon-next:before {
  font-family: "ionicons";
  content: "\f3d3"; }
.carousel-control .icon-prev:before {
  font-family: "ionicons";
  content: "\f3d2"; }

#carousel-news img {
  width: 100%; }

/* Shop thumbnails carousel */
#carousel-example-generic {
  margin: 20px auto;
  width: 400px; }

#carousel-shop .carousel-indicators {
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
  position: static; }
  #carousel-shop .carousel-indicators img {
    max-width: 104px; }
  #carousel-shop .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto; }
    #carousel-shop .carousel-indicators li img {
      display: block;
      opacity: 0.3;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #carousel-shop .carousel-indicators li.active img {
      opacity: 1; }
    #carousel-shop .carousel-indicators li:hover img {
      opacity: 0.75; }
#carousel-shop .carousel-outer {
  position: relative;
  padding-bottom: 40px; }

#carousel-dark {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }

.nav-pills.nav > li > a {
  padding: 0; }
  .nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
    background-color: transparent; }

/* Animated mouse */
.mouse {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-bottom: -30px; }
  .mouse .icon {
    font-size: 40px; }
  .mouse span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-animation: scroll 3s linear infinite;
    -moz-animation: scroll 3s linear infinite;
    animation: scroll 3s linear infinite; }

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@media (max-height: 690px) {
  .scroll-btn {
    display: none; } }
/* Text rotator */
.rotating {
  display: inline-block; }

/* Number scroller */
.numscroller {
  font-family: "Open Sans", monospace;
  font-weight: 300;
  font-size: 50px;
  line-height: 90px;
  letter-spacing: 10px; }

.btn .numscroller {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
  padding-left: 7px;
  margin-left: 8px;
  border-left: 1px solid #fff; }

/* Testimonials */
#testimonials img {
  border-radius: 50%;
  max-width: 80%; }
#testimonials .carousel-inner img {
  width: 160px;
  height: 160px;
  border-radius: 50%; }
#testimonials .carousel-caption {
  position: static;
  text-shadow: none;
  color: #444; }
#testimonials.bg-dark .carousel-caption {
  color: #fff; }

/*  Portfolio  */
.portfolio-sorting {
  text-transform: uppercase;
  margin-bottom: 48px; }
  .portfolio-sorting li a {
    color: #888;
    text-decoration: none;
    margin: 10px;
    letter-spacing: 2px;
    font-weight: 600; }
  .portfolio-sorting a:hover, .portfolio-sorting a.active {
    color: #555; }

.portfolio-item {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  transition: all .9s ease; }

.portfolio-items {
  margin-bottom: 0; }

.portfolio-item a {
  display: inline-block;
  color: #fff !important; }
  .portfolio-item a:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible; }
.portfolio-item img {
  max-width: none;
  position: relative;
  left: 0;
  width: 100%; }
.portfolio-item:hover img {
  transform: scale(1.2, 1.2) translate(15px, 15px);
  -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
  -webkit-transform: scale(1.2, 1.2) translate(15px, 15px); }

.portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .portfolio-overlay .caption {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 0 30px;
    text-align: left;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0; }

.portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 10%;
  opacity: 1; }
.portfolio-item a h5 {
  margin-bottom: 0;
  color: #fff; }

.portfolio-wide .portfolio-item {
  margin-bottom: 20px; }

#portfolio .no-pad {
  padding: 2px !important; }

/* Pricing */
.panel {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }

.pricing .number {
  font-size: 60px; }
.pricing .panel-heading {
  border: 0;
  background-color: #eee; }
  .pricing .panel-heading h4 {
    margin-bottom: 0; }

.panel-default {
  border-color: transparent; }

.pricing sup, .pricing sub {
  font-weight: 600;
  color: #999; }
.pricing sup {
  font-size: 16px;
  top: -33px; }
.pricing sub {
  font-size: 10px;
  top: 0; }

.bg-dark .panel, .bg-dark .panel-body, .bg-dark .list-group-item {
  background-color: rgba(0, 0, 0, 0.1); }
.bg-dark .pricing .panel-heading {
  border: 0;
  background-color: #000;
  color: #ccc; }

section.bg-dark .fa, section.bg-dark2 .fa {
  color: #ccc; }

.bg-dark .list-group-item, .bg-dark2 .list-group-item {
  border: 1px solid #222; }

.pricing .panel-heading {
  border: 0; }
.pricing .btn {
  display: block; }
.pricing .list-group-item, .pricing .panel-heading {
  padding: 17px 10px; }

/* Miscellaneous */
.nav-tabs {
  margin-bottom: 30px; }

.box-shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }

/* Pager */
.pager li > a, .pager li > span {
  padding: 30px 0;
  border: 0; }
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.pagination > li > a, .pagination > li > span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff; }
.pagination > .active > a {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #333;
    border-color: #333; }
.pagination > .active > span {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #333;
    border-color: #333; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 50% !important; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50% !important; }

/* Bars and charts */
#animate img {
  padding-bottom: 180px; }

.progress-default {
  font-size: 12px; }
  .progress-default .progress {
    background-color: #ddd; }
  .progress-default .progress-bar {
    background-color: #777; }

.progress-bar {
  text-align: left;
  text-indent: 20px; }

.progress-thin .progress {
  margin-top: 10px;
  height: 3px;
  margin-bottom: 5px; }

.bg-dark .progress-default .progress {
  background-color: #888; }
.bg-dark .progress-default .progress-bar {
  background-color: #555; }
.bg-dark .progress-thin .progress-bar {
  color: #ccc; }

.circle {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  text-align: center;
  width: 100px;
  padding-top: 38px; }
  .circle span {
    letter-spacing: -1px; }
  .circle canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 6px; }
  .circle span:after {
    content: '%';
    margin-left: 0.1em; }

.agenda {
  padding-top: 45px; }

.progress-bar {
  -webkit-transition: width 2.50s ease !important;
  -moz-transition: width 2.50s ease !important;
  transition: width 2.50s ease !important; }

/* Shop */
.shop-nav {
  width: 250px;
  overflow: hidden;
  padding: 10px 18px 0;
  display: block; }

.shop-item {
  position: relative; }
  .shop-item img {
    border: 1px solid #eee; }

nav .shop-cart {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden; }

li .shop-cart {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  li .shop-cart a:hover {
    background-color: transparent !important; }

.shop-cart img {
  width: 70px;
  padding-right: 10px;
  float: left; }

.shop-nav {
  color: #333; }
  .shop-nav a {
    color: #333; }
  .shop-nav .btn-dark-border {
    margin-bottom: 8px; }
  .shop-nav .fa {
    margin: 0 0 15px 5px; }

.add-cart {
  position: absolute;
  bottom: 8px;
  left: 20px;
  z-index: 1;
  font-weight: 700; }
  .add-cart:before {
    font-family: 'fontawesome';
    content: "\f290";
    padding-right: 10px;
    font-size: 20px;
    opacity: 0.5; }

.badge.price {
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 90px;
  text-align: center;
  z-index: 1;
  background-color: #333; }
  .badge.price.sale {
    top: 40px;
    background-color: #789;
    color: #fff;
    text-transform: uppercase; }
  .badge.price.trend {
    top: 40px;
    background-color: #c00;
    color: #fff;
    text-transform: uppercase; }
  .badge.price.new {
    top: 40px;
    background-color: #ff4081;
    color: #fff;
    text-transform: uppercase; }

.sorting {
  border: 0;
  margin: -9px 0px;
  background: transparent; }
  .sorting > option {
    font-size: 14px; }

.table.shop-cart {
  margin-bottom: 60px; }
  .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart h3, .table.shop-cart h4, .table.shop-cart h5 {
    padding: 0;
    margin: 0; }

@media (max-width: 768px) {
  .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 5px; }
  .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 5px; }
  .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 5px; } }
/* Media Queries */
@media (max-width: 768px) {
  body {
    letter-spacing: 0; }

  .h4, h4 {
    font-size: 16px; }

  .h2, h2 {
    font-size: 24px; }

  .h3, h3 {
    font-size: 20px; }

  .intro h1 {
    font-size: 48px !important;
    line-height: 48px !important; }
    .intro h1.classic {
      font-size: 60px;
      line-height: 60px;
      margin: 50px 0 50px; }

  section, .section {
    padding-top: 80px;
    padding-bottom: 80px; }

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px; }

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0; }

  .shop-item img {
    width: 100%; } }
@media (max-width: 991px) {
  .action .btn {
    float: none;
    margin-top: 30px;
    text-align: center; }

  .action, #subscribe {
    text-align: center; }
    .action .text-right, #subscribe .text-right {
      text-align: center; }
    .action .subscribe-form, #subscribe .subscribe-form {
      padding: 0; }

  .footer .text-right {
    text-align: left; }
  .footer .footer-menu {
    padding-bottom: 20px; }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important; }

  .search-button {
    margin-top: 5px; }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important; }

  .nav li a {
    -webkit-transition: all .0s ease-in-out !important;
    -moz-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important; } }
@media (max-width: 1199px) {
  #about, #about2, #about-slider, #action-slider, #action-slider2, #action-slider3 {
    text-align: center; }

  #carousel-light2, #carousel-light3, #carousel-light4, #carousel-dark, #carousel-transparent {
    margin: 45px 0; } }
@media (max-width: 480px) {
  .intro h1 {
    font-size: 30px !important;
    line-height: 40px !important; } }
/* Magic background */
.magic, .magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0; }

/* Footer */
.footer {
  color: #666;
  font-size: 13px;
  line-height: 23px; }
  .footer .footer-menu a {
    line-height: 23px; }
  .footer .counter {
    line-height: 44px; }
  .footer h4, .footer h5, .footer h6 {
    opacity: 0.7;
    letter-spacing: 0; }
  .footer a {
    text-decoration: none;
    opacity: 1; }
    .footer a:hover {
      text-decoration: none; }

.footer-small {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999; }

@media (max-width: 991px) {
  .footer {
    text-align: center; }
    .footer .text-right {
      text-align: center !important; } }
/* Stop animation on mobile devices */
@media (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }
/* Demo page */
.demo-header .badge {
  margin: -36px -224px !important; }

.intro.demo-header h1 {
  font-size: 120px; }
.intro.demo-header h2 {
  font-size: 26px;
  letter-spacing: 0px; }
.intro.demo-header .btn-lg {
  font-size: 17px !important;
  margin: 10px 0 20px; }

@media (max-width: 768px) {
  .intro.demo-header h1 {
    font-size: 50px; } }
.demo .container-fluid {
  padding-right: 40px;
  padding-left: 40px; }
.demo img {
  margin: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -moz-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15); }
.demo a img:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  -moz-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  transform: translate(0px, -5px);
  opacity: 1; }
.demo h6 {
  font-weight: 500 !important; }
.demo .badge.new {
  background-color: #4CAF50;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 26px;
  right: 20px;
  margin: -24px -14px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 15px;
  z-index: 1;
  font-weight: bold; }

.showcase {
  overflow: hidden; }
  .showcase img {
    max-height: 600px; }
  .showcase .col-lg-6 {
    padding: 80px; }

.offcet {
  margin-top: -75px; }

.v-center > [class*="col"] {
  display: inline-block;
  float: none;
  vertical-align: middle; }

/*# sourceMappingURL=main.css.map */


/* Services Section*/

.services-steps {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services-steps:after {
  content: "";
  position: absolute;
  top: 3.25rem;
  left: 5rem;
  right: 5rem;
  height: 1px;
  background-color: #dee2e6;
  z-index: 1;
}
.service-step-item.active .service-step-title {
  color:#212529 !important;
}
.service-step-item, .yoga-pose-item {
  text-align: center;
  z-index: 2;
}
.cursor-pointer {
  cursor: pointer;
}
.service-step-icon-container{
  display: inline-block;
  background-color: #f3f5f8;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
padding-right: 1.5rem;
}

.yoga-pose-icon-container{
  display: inline-block;
  background-color: #f3f5f8;
  padding-bottom: 1.5rem;
}
.service-step-item.active .service-step-icon {
  
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}
.service-step-item .service-step-icon img, .yoga-pose-item .yoga-pose-icon img{
width: 3rem;
}

.service-step-item.active .service-step-icon img.disabled {
display: block !important;

}
.service-step-item.active .service-step-icon img.enabled {
display: none !important;
}

.service-step-item .service-step-icon img.enabled {
display: block !important;
opacity: .4;
}
.service-step-item .service-step-icon, .yoga-pose-item .yoga-pose-icon {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1rem;
  line-height: .7;
  background-color: #f3f5f8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
  
}
.service-step-item .service-step-icon {
  cursor: pointer;   
}
.service-step-icon-inner, .yoga-pose-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card[data-toggle="tab"]:not([aria-selected="true"]) {
  background-color: transparent;
  border-color: transparent;
}
.card[data-toggle="tab"] {
  cursor: pointer;
  transition: background-color .35s ease, border-color .35s ease;
  background-color: #f8f9fa;
}

/* End services Section*/


/* Pricing Section*/

.table-price-border {
  box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
  border-radius: 10%;
  padding: 30px 60px;
  position: relative;
  z-index: 2;
}
.table-price:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
  border-radius: 10%;
  z-index: 0;
  left: 2px;
}
.table-price {
  position: relative;
  display: inline-block;
  border-radius: 10%;
  padding: 0.625rem;
  background-color: #f3f5f8;
}

/* End pricing Section*/


/*testimonial */
.testimonial-image {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  margin-top: -60px;
  background-color: #f3f5f8;
  width: 115px;
  height: 115px;
}
.testimonial-image img {
  width: 85px;
  height: 85px;
  display: inline-block;
  border-radius: 50%;
}
.testimonial-image-border {
  box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  z-index: 2;
}
.testimonial-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
  border-radius: 50%;
  z-index: 0;
  left: 2px;
}
.testimonial-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 92%;
  height: 40%;
  background-color: #f3f5f8;
  z-index: 1;
  right: 6px;
}
/* testimonial */
.shadow{
  box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
}
.shadow-inner{
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}

.radius-3{
  border-radius: 3rem;
}
.radius-2{
  border-radius: 2rem;
}

/* 

Foxeyoga - Premium Yoga and Wellness Html Template
Copyright 2019  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Hero
4.About
5.Services
6.Benefits
7.Yoga positions
8.Trainer
9.Schedule
10.Pricing
11.Gallery
12.News
13.Contact
14.Miscellaneous
15.Mediaqueries


/*Preloader*/

.loader {
  background: #f3f5f8;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.loader-inner {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.bounce {
width: 2.5rem;
height: 2.5rem;
position: relative;
margin: 6.25rem auto;
}

.bounce-one, .bounce-two {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #5bbbb8;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;

-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}

.bounce-two {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
0%, 100% { 
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
} 50% { 
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}

/*End preloader*/

/*Site wrapper*/

.wrapper {
 position: relative;
}
/*End site wrapper*/

/* Hero Section*/

.header {
 position: relative;
}
.bg-image {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 object-fit: cover;
 position: absolute;
}
.hero-responsive {
 padding-top: 10rem;
 padding-bottom: 10rem;
}
.navbar-expand-lg .navbar-logo  {
 width:4rem;
}
.header-navbar {
 padding:0; 
}
.header-navbar .navbar-brand{
 padding-top: .5rem;
 padding-bottom: .5rem;
}
.navbar-expand-lg .navbar-nav .nav-link{
 color: #717171;
 position: relative;
 font-weight: 600;
 display: block;
 text-transform: uppercase;
 font-size: 11.5px;
 letter-spacing: 0.055rem;
}
.shape-centered-nvh {
 position: absolute;
 top: 40px;
 left: -70px;
 z-index: -1;
}

/* End hero Section*/

/* Services Section*/

.services-steps {
 position: relative;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
.services-steps:after {
 content: "";
 position: absolute;
 top: 3.25rem;
 left: 5rem;
 right: 5rem;
 height: 1px;
 background-color: #dee2e6;
 z-index: 1;
}
.service-step-item.active .service-step-title {
 color:#212529 !important;
}
.service-step-item, .yoga-pose-item {
 text-align: center;
 z-index: 2;
}
.cursor-pointer {
 cursor: pointer;
}
.service-step-icon-container{
 display: inline-block;
 background-color: #f3f5f8;
 padding-bottom: 1.5rem;
 padding-left: 1.5rem;
padding-right: 1.5rem;
}

.yoga-pose-icon-container{
 display: inline-block;
 background-color: #f3f5f8;
 padding-bottom: 1.5rem;
}
.service-step-item.active .service-step-icon {
 
 box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}
.service-step-item .service-step-icon img, .yoga-pose-item .yoga-pose-icon img{
width: 3rem;
}

.service-step-item.active .service-step-icon img.disabled {
display: block !important;

}
.service-step-item.active .service-step-icon img.enabled {
display: none !important;
}

.service-step-item .service-step-icon img.enabled {
display: block !important;
opacity: .4;
}
.service-step-item .service-step-icon, .yoga-pose-item .yoga-pose-icon {
 position: relative;
 width: 7rem;
 height: 7rem;
 border-radius: 50%;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: -1rem;
 line-height: .7;
 background-color: #f3f5f8;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
 
}
.service-step-item .service-step-icon {
 cursor: pointer;   
}
.service-step-icon-inner, .yoga-pose-icon-inner {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.card[data-toggle="tab"]:not([aria-selected="true"]) {
 background-color: transparent;
 border-color: transparent;
}
.card[data-toggle="tab"] {
 cursor: pointer;
 transition: background-color .35s ease, border-color .35s ease;
 background-color: #f8f9fa;
}

/* End services Section*/

/* Benefits Section*/

.shape-centered-ncr {
position: absolute;
top: 70px;
right: -12px;
}
.min-height-70{
min-height:70px;
}

/* End benefits Section*/

/* Pricing Section*/

.table-price-border {
 box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
 border-radius: 10%;
 padding: 30px 60px;
 position: relative;
 z-index: 2;
}
.table-price:after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
 border-radius: 10%;
 z-index: 0;
 left: 2px;
}
.table-price {
 position: relative;
 display: inline-block;
 border-radius: 10%;
 padding: 0.625rem;
 background-color: #f3f5f8;
}

/* End pricing Section*/


/* Gallery Section*/

.gall {
 height: 15.625rem;
}
.gall-bg-img {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: top center;
}
.gall-1{background-image: url(../assets/img/11.jpg);}
.gall-2{background-image: url(../assets/img/14.jpg);}
.gall-3{background-image: url(../assets/img/13.jpg);}
.gall-4{background-image: url(../assets/img/12.jpg);}
.gall-5{background-image: url(../assets/img/15.jpg);}
.gall-6{background-image: url(../assets/img/16.jpg);}

/* End gallery Section*/

/* News Section*/

.post-img{
padding:10px;
}
.post-img:after {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 bottom: 0;
 box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
 border-radius: 10%;
 z-index: 0;
 width: 100%;
 height: 100%;
 transform: translate(-50%, -50%);
}
.post-img-border {
 box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
 border-radius: 10%;
 padding: 4px;
 position: relative;
 z-index: 2;
}
.post-img-border img{
border-radius: 10%;
}
.badge .badge-icon {
 height: 8px;
 margin-right: 2px;
}

/* End news Section*/

/* Contact Section*/

.contact-icon {
line-height: 1.6;
text-align: center;
font-size: 1rem;
width: 4rem;
height: 4rem;
font-size: 1.75rem;
}
ul.instafeed-list  {
 margin:0 -4px;
 margin-top: -5px;
}
ul.instafeed-list li {
display: inline-block;
padding: 5px;
}
ul.instafeed-list li a{
display: block;
position: relative;
overflow: hidden;
}
.instafeed-list{
position: relative;
}
ul.instafeed-list li{
width: 214px;
position: relative;
}
ul.instafeed-list li:nth-child(10){
display: none;
}
ul.instafeed-list li:nth-child(6) a{
cursor: default;
}
ul.instafeed-list li:nth-child(6) a.hover-effect:before{
content: none;
}
ul.instafeed-list li:nth-child(6) a:after {
 content: "Follow on Instagram";
 background-color: #5bbbb8;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 3;
 width: 100%;
 height: 100%;  
 color: #ffffff;
 text-align: center;
 font-family: 'PT Serif', serif;
 line-height: 14;
}
ul.instafeed-list li:nth-child(6) a:before {
 content: "\f16d" !important;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 5;
 width: 100%;
 height: 100%;
 color: #ffffff;
 text-align: center;
 font-family: "Font Awesome 5 Brands";
 line-height: 11;
 background-color: transparent !important;
}

/* End contact Section*/

/*Miscellaneous*/

::-moz-selection {
 background: #5bbbb8;
 color: #ffffff;
}
.bg-primary::selection {
 color: #5bbbb8;
 background-color: #ffffff;
}
.gradient-overlay:before {
 background-color: rgba(52,58,64,.6);
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: 1;
 width: 100%;
 height: 100%;
 content: "";
}
a,::before
{
 transition: all 0.3s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -ms-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
}
.avatar-xs {
 width: 2rem;
 height: 2rem;
}
.max-width-1{
width: 1.9rem;
}
.max-width-4{
width: 4rem;
}
.max-width-2{
width: 2.7rem;
}
.max-width-3{
width: 3rem;
}
.max-width-9{
width: 9rem;
}
.max-width-10{
width: 10rem;
}
.font-secondary{
font-family: 'PT Serif', serif;
}
.font-base{
font-family: 'Open sans','Verdana','Helvetica', sans-serif;
}
.font-size-11 {
 font-size: .71875rem;
}
.font-size-12 {
 font-size: .75rem;
}
.font-size-13 {
 font-size:.8125rem;
}
.font-size-14 {
 font-size: .875rem;
}
.font-size-15 {
 font-size: .9375rem;
}
.font-size-17 {
 font-size: 17px;
}
.font-weight-200 {
 font-weight: 200;
}
.font-weight-300 {
 font-weight: 300;
}
.font-weight-400 {
 font-weight: 400;
}
.font-weight-600 {
 font-weight: 600;
}
.font-weight-700 {
 font-weight: 700;
}
.flex-fill {
 flex: 1 1 auto !important;
}
.btn-wide {
 min-width: 10rem;
}
.btn-wide-sm {
 min-width: 5.5rem;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
 color: #212529;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
 color: #df6e6e;
}
.z-index-2{
z-index: 2;
}
.z-index-3{
z-index: 3;
}
.scroll-to-top:not(.active) {
 opacity: 0;
 transform: translate3d(0, 20px, 0);
 -webkit-transform: translate3d(0, 20px, 0);
 -moz-transform: translate3d(0, 20px, 0);
 pointer-events: none;
}
.scroll-to-top.active:hover {
transform: translate3d(0, -5px, 0);
-webkit-transform: translate3d(0, -5px, 0);
-moz-transform: translate3d(0, -5px, 0);
background-color: #ff7d7f;
border-color: #ff7d7f;
color: #ffffff;

}
.scroll-to-top {
position: fixed;
width: 2.8rem;
height: 2.8rem;
background-color: #5bbbb8;
border-color: #5bbbb8;
text-align: center;
right: 2.875rem;
bottom: 3.6875rem;
padding-top: .8rem;
z-index: 100;
color: #ffffff;
font-size: 0.75rem;
border-radius: 3rem;
}
.bg-icon-primary {
 background: rgba(226, 93, 93,0.05) !important;
}
.bg-icon-white {
 background: rgba(255, 255, 255, 0.1) !important;
}
.bg-primary-svg {
fill: #e25d5d;
}
.bg-secondary-svg {
fill: #fff9f5;
}
.bg-white-svg{
fill: #ffffff;
}
.form-group label.custom-control-label {
 color: #7c7e7f;
}
.opacity-8{
opacity: 0.8;
}
.hover-arrow:hover span {
 transform: translate3d(5px, 0, 0);
}
.hover-arrow span {
 display: inline-block;
 margin-left: .375rem;
 transition: transform 0.2s ease;
 font-size: 11px;
}
.upper-letter-space{
letter-spacing: 0.055rem;
}
.font-secondary{
font-family: 'Playfair Display', serif;
}
.card.bg-primary{
border-color: #e25d5d;
}
.o-hidden{
overflow: hidden;
}
.form-group label {
 font-size: 0.9375rem;
 font-weight: 500;
 color: #222222;
}
svg {
 vertical-align: middle;
}
.badge-overlap{
position: relative;
top: -16px;
}
section,
.section {
 position: relative;
 width: 100%;
 z-index: 4;
 overflow: hidden;
}
.spacer-xl-top {
 padding-top: 2rem;
}
.spacer-xlg {
 padding-top: 12rem;
 padding-bottom: 12rem;
}
div[class*="col-"].spacer-one-bottom-lg, .spacer-one-bottom-lg{
 padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-top-lg, .spacer-one-top-lg{
 padding-top: 6rem;
}
div[class*="col-"].spacer-double-lg, .spacer-double-lg {
 padding-top: 6rem;
 padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-bottom-md, .spacer-one-bottom-md{
 padding-bottom: 5rem;
}
div[class*="col-"].spacer-one-top-md, .spacer-one-top-md{
 padding-top: 5rem;
}
div[class*="col-"].spacer-double-md, .spacer-double-md {
 padding-top: 5rem;
 padding-bottom:5rem;
}
div[class*="col-"].spacer-one-bottom-sm, .spacer-one-bottom-sm{
 padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-top-sm, .spacer-one-top-sm{
 padding-top: 4rem;
}
div[class*="col-"].spacer-double-sm, .spacer-double-sm {
 padding-top: 4rem;
 padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-bottom-xs, .spacer-one-bottom-xs{
 padding-bottom: 3rem;
}
div[class*="col-"].spacer-one-top-xs, .spacer-one-top-xs{
 padding-top: 3rem;
}
div[class*="col-"].spacer-double-xs, .spacer-double-xs {
 padding-top: 3rem;
 padding-bottom: 3rem;
}
div[class*="col-"].spacer-one-bottom-xxs, .spacer-one-bottom-xxs{
 padding-bottom: 1.5rem;
}
div[class*="col-"].spacer-one-top-xxs, .spacer-one-top-xxs{
 padding-top: 1.5rem;
}
div[class*="col-"].spacer-double-xxs, .spacer-double-xxs {
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
}
.opacity-3{
opacity: .3;
}
.shadow{
box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
}
.shadow-inner{
box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}
.radius-3{
border-radius: 3rem;
}
.radius-2{
border-radius: 2rem;
}
.mr-n{
margin-left: 0rem;
}
.gap {
 margin-right: -4px;
 margin-left: -4px;
}
.gap > .col, .gap > [class*="col-"] {
 padding-right: 4px;
 padding-left: 4px;
}
.btn-social {
 font-size: 0.8175rem;
 width: 2.5rem;
 height: 2.5rem;
 position: relative;
 padding:0;
}
.btn.btn-social-light {
 color: #77838f;
 box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
}
.btn.btn-social-light:hover{
color: #5bbbb8;
}
.btn.btn-social-dark{
 color: rgba(255,255,255,.6);
 box-shadow: 3px 3px 3px #2d3236, -3px -3px 3px #3b4147;
}
.btn.btn-social-dark:hover{
color:rgba(255,255,255,1);
}
.btn-icon-inner {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.shrink{
margin-left: .375rem;
margin-right: .375rem;
}
.testimonial-image {
 position: relative;
 display: inline-block;
 border-radius: 50%;
 padding: 10px;
 margin-top: -60px;
 background-color: #f3f5f8;
 width: 115px;
 height: 115px;
}
.testimonial-image img {
 width: 85px;
 height: 85px;
 display: inline-block;
 border-radius: 50%;
}
.testimonial-image-border {
 box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
 border-radius: 50%;
 padding: 5px;
 position: relative;
 z-index: 2;
}
.testimonial-image:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
 border-radius: 50%;
 z-index: 0;
 left: 2px;
}
.testimonial-image:before {
 content: "";
 position: absolute;
 top: 0;
 left: 2px;
 width: 92%;
 height: 40%;
 background-color: #f3f5f8;
 z-index: 1;
 right: 6px;
}
.play-icon::before {
 display: inline-block;
 width: 100%;
 height: 100%;
 content: "";
 background-color: transparent;
 border-radius: 50%;
 border:2px solid #ffffff;
}
.play-icon:hover:before{
background-color: rgba(255,255,255,.1);
}
.play-icon {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 text-align: center;
 width: 5rem;
 height: 5rem;
}
.play-icon-inner {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 1rem;
 line-height: 0;
 fill:none;
 stroke:#ffffff;
 stroke-width:20;
 stroke-miterlimit:10;
}
.vw-50 {
 width: 50vw !important;
}
svg:not(:root) {
 overflow: hidden;
}
.resize-n{
resize: none;
}
.hover-effect-container {
 position: absolute;
 top: -20px;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 transition: 0.4s;
}
.hover-effect {
 position: relative;
 display: block;
 overflow: hidden;
}
.hover-effect-icon {
 display: inline-block;
 text-align: center;
 color: #fff;
 font-size: 0.75rem;   
}
.hover-effect:hover .hover-effect-container {
 top: 50%;
}
.hover-effect:before{
 position: absolute;
 top: 0;
 left: 0;
 content: "";
 width: 100%;
 height:100%;
 background-color: rgba(52,58,64,0)
}
.hover-effect:hover:before{
background-color: rgba(52,58,64,.3)
}
.curved-decoration {
 position: relative;
 z-index: 2;
 width: 100%;
 transform: scale(1.1);
}
.decoration-top {
 transform:rotateX(180deg) ;
 position: relative;
}
.decoration-bottom {
 position: relative;
transform: scale(1.1);
}
.flip-xy {
 transform:rotate(180deg) scale(1.1);
/*     top: -1px; */
}
.top-n1{
top:-1px;
}
.bottom-n1{
bottom:-1px;
}
.img-mobile {
 width: 100vw;
 height: auto;
 margin-left: calc(50% - 50vw);
}
.header .logo-light {
 display: none;
}

/*End Miscellaneous*/

/*Mediaqueries*/

.btn-navbar-toggler{
 margin-top: 1.375rem;
 margin-bottom: 1.375rem;
 margin-top: 1rem;
 margin-bottom: 1rem;
 padding: 10px 13px;
 color: #333342;
 font-size: 1rem;

}
@media (max-width: 991px) {
 .top-1{
 top:1px;
}
}
@media (min-width: 992px) {
.display-4 {
 font-size: 3.5rem;
}
table {
 display: table;
}
.hero {
 padding-bottom: 27rem;
 padding-top: 25rem;
}
.curved-decoration {
 position: absolute;
 z-index: 2;
 width: 100%;
 transform: scale(1);
}
.decoration-top {
 transform:rotateX(180deg) ;
 position: absolute;
}
.decoration-bottom {
 position: absolute;
 transform: scale(1);
}
.flip-xy {
 transform:rotate(180deg) 
}
.spacer-xl-top {
 padding-top: 9rem;
}
/*
.mr-n{
margin-left: -1.875rem;
}
*/
/*
.min-vh-70 {
 min-height: 70vh;
 padding:0;
}
*/
ul.instafeed-list li {
 width: 50%;
}
.header {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 width: 100%;
 z-index: 1040;
 background-color: transparent;
}
.header .logo-light {
 display: block;
}

.header .navbar-expand-lg .navbar-nav .nav-link{
color: #ffffff;
}
.header.switched-header {
 background-color: #ffffff;
 -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
 left: 0;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 999;
}
.header .logo-dark {
 display: none
}
.header.switched-header .logo-dark{
 display: block;
}
.header.switched-header .logo-light {
 display: none;
}

.header.switched-header .navbar-expand-lg .navbar-nav .nav-link{
color: #7c7e7f;
}
.navbar-expand-lg {
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
.navbar-expand-lg .header-navbar-nav {
 -ms-flex-align: center;
     align-items: center;
 padding-top: 0;
 padding-bottom: 0;
 margin-left: 0;
}
.navbar-expand-lg .header-navbar-nav .nav-link {
 padding-top: 1.375rem;
 padding-bottom: 1.375rem;
 padding-right: 0.75rem;
 padding-left:0.75rem;
} 
}
@media (max-width: 767.98px) {

}
@media(min-width:768px){
}
@media (max-width: 575px) {
.display-2{font-size: 4.5rem;}
.display-3{
 font-size: 3.5rem;
}
.display-4{
 font-size: 2.5rem;
}
h1, .h1{
 font-size: 2rem;
}
h2, .h2{
 font-size: 1.875rem
}
h5, .h5 {
 font-size: 1.15rem;
}
table {
 overflow-x: auto;
 display: block;
}
ul.instafeed-list li {
 width: 50%;
}
}
@media (min-width: 1200px) {
}
/*End mediaqueries*/