/*=======================THEME BASE STYLES ===============================
==================================================================*/

#side-nav,
body {
  overflow-x: hidden;
}
.counter-wrapper .number-counter,
.nav a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
}
.Lora {
  font-family: Lora, sans-serif !important;
}
.typo-light .a-active:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}
.typo-dark .a-active:hover {
  color: #aeadad;
}
.lead,
body,
p {
  color: #434955;
}
.font-weight-light,
.font-weight-thin,
body,
p {
  font-family: 'Source Sans Pro', sans-serif;
}
body,
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 20px;
}
.row-space .row:last-child,
p:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 48px;
  line-height: 62px;
}
h2 {
  font-size: 40px;
  line-height: 52px;
}
h3 {
  font-size: 32px;
  line-height: 42px;
}
h4 {
  font-size: 24px;
  line-height: 31px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}
.small {
  font-size: 14px;
}
.big {
  font-size: 98px !important;
  line-height: 98px;
}
.medium {
  font-size: 78px !important;
  line-height: 78px !important;
}
.medium1 {
  font-size: 60px !important;
  line-height: 70px !important;
}
.medium2 {
  font-size: 45px !important;
  line-height: 60px !important;
}
.lead {
  font-size: 26px;
  font-weight: 300;
  line-height: 39px;
}
.typo-light,
.typo-light a,
.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p {
  color: #fff;
}
.typo-dark,
.typo-dark a,
.typo-dark h1,
.typo-dark h2,
.typo-dark h3,
.typo-dark h4,
.typo-dark h5,
.typo-dark h6,
.typo-dark p,
a {
  color: #171717;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus {
  outline: 0 !important;
}
.typo-dgrey {
  color: #999;
}
.typo-lgrey {
  color: #a5a4a4;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-bold {
  font-weight: 900;
}
.text-italic {
  font-style: italic;
}
.section,
section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
  background-size: cover;
}
img {
  font-size: inherit;
  display: block;
  max-width: 100% !important;
}
.border-rounded,
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
img.text-center {
  margin: auto;
}
.vertical-middle {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border {
  border: 1px solid;
}
.border-style1 {
  padding: 10px;
  border: 2px solid;
}
.single-screen {
  padding-top: 170px !important;
  padding-bottom: 120px !important;
}
.single-screen.v-image {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
ol,
ul {
  margin: 0 0 2em;
  padding-left: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: inherit;
  padding-left: 20px;
}
.row-space .row {
  margin-bottom: 30px;
}
.bottom-margin {
  margin-bottom: 50px !important;
}
.bottom-margin-vsm {
  margin-bottom: 10px !important;
}
.bottom-margin-sm {
  margin-bottom: 30px !important;
}
.bottom-margin-md {
  margin-bottom: 60px !important;
}
.bottom-margin-lg {
  margin-bottom: 80px !important;
}
.top-margin {
  margin-top: 50px !important;
}
.top-margin-sm {
  margin-top: 30px !important;
}
.top-margin-md {
  margin-top: 60px !important;
}
.top-margin-lg {
  margin-top: 80px !important;
}
.left-margin {
  margin-left: 50px !important;
}
.left-margin-sm {
  margin-left: 30px !important;
}
.left-margin-md {
  margin-left: 60px !important;
}
.left-margin-lg {
  margin-left: 80px !important;
}
.right-margin {
  margin-right: 50px !important;
}
.right-margin-sm {
  margin-right: 30px !important;
}
.right-margin-md {
  margin-right: 60px !important;
}
.right-margin-lg {
  margin-right: 80px !important;
}
.margin {
  margin: 50px !important;
}
.margin-sm {
  margin: 30px !important;
}
.margin-md {
  margin: 60px !important;
}
.margin-lg {
  margin: 80px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.tb-margin-sm {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-20 {
  margin: 20px !important;
}
.tb-padding-vsm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.tb-padding-sm {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.bottom-padding {
  padding-bottom: 50px !important;
}
.bottom-padding-sm {
  padding-bottom: 30px !important;
}
.bottom-padding-md {
  padding-bottom: 60px !important;
}
.bottom-padding-lg {
  padding-bottom: 80px !important;
}
.top-padding {
  padding-top: 50px !important;
}
.top-padding-vsm {
  padding-top: 15px !important;
}
.top-padding-sm {
  padding-top: 30px !important;
}
.top-padding-lg {
  padding-top: 80px !important;
}
.top-padding-xlg {
  padding-top: 240px !important;
}
.left-padding {
  padding-left: 50px !important;
}
.left-padding-sm {
  padding-left: 30px !important;
}
.left-padding-md {
  padding-left: 60px !important;
}
.left-padding-lg {
  padding-left: 80px !important;
}
.right-padding {
  padding-right: 50px !important;
}
.right-padding-sm {
  padding-right: 30px !important;
}
.right-padding-md {
  padding-right: 60px !important;
}
.right-padding-lg {
  padding-right: 80px !important;
}
.padding {
  padding: 50px !important;
}
.padding-sm {
  padding: 30px !important;
}
.padding-md {
  padding: 60px !important;
}
.padding-lg {
  padding: 80px !important;
}
.no-padding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a.small {
  font-size: 11px;
}
.inline {
  display: inline;
}
.gallery-overlay img,
.gallery-overlay img:hover,
.trans,
.trans:hover,
a,
a:hover {
  -webkit-transition: all 350ms ease-in-out 0s !important;
  -moz-transition: all 350ms ease-in-out 0s !important;
  -ms-transition: all 350ms ease-in-out 0s !important;
  -o-transition: all 350ms ease-in-out 0s !important;
  transition: all 350ms ease-in-out 0s !important;
}
.underline {
  text-decoration: underline;
}
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
.wide-layout .container {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
.boxed,
.boxed-layout {
  max-width: 1200px;
  margin: 20px auto;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
#sticker {
  z-index: 1031;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.not-visible-nav {
  top: -75px;
}
#sticker.sticky-navigation.not-visible-nav {
  position: static;
}
#sticker.sticky-navigation.visible-nav {
  position: fixed;
  transition: all 0.5s ease 0s;
}
.navbar-default .navbar-toggle .icon-bar,
.toggle-search {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}
.visible-nav {
  top: 0;
}
.header-contact-details > li {
  display: inline-block;
}
.header-contact-details > li.spacer,
.header-top-section li.spacer {
  width: 10px;
}
.header-contact-details > li.header-email:before,
.header-contact-details > li.header-phone:before {
  font-family: FontAwesome;
  padding-right: 5px;
  content: '\f095';
  color: inherit;
}
.header-contact-details > li.header-email::before {
  content: '\f0e0';
}
.header-contact-details > li.header-email a {
  color: #333;
}
.header-social-icons > li {
  display: inline-block;
  padding: 0 8px;
}
.inline-social-icons > li {
  display: inline-block;
  padding: 8px 15px 0 0;
}
.inline-social-icons > li:last-child {
  padding-right: 0;
}
.pad-sm.inline-social-icons > li,
.side-nav .inline-social-icons > li {
  padding: 8px 5px 0 0;
}
.inline-social-icons.small-icons li .fa {
  font-size: 13px;
}
.header-widgets {
  margin-right: 15px !important;
  padding-top: 12px;
  padding-bottom: 8px;
  justify-content: flex-end;
}
.header-widgets .widget {
  margin-bottom: 0;
}
.widget-icon-box {
  display: flex;
  justify-content: flex-start;
  float: left;
  width: auto;
  padding: 8px 0;
  text-align: left;
  border-bottom: 0 none;
}
.widget-icon-box .icon-box {
  margin-left: 15px;
  padding-right: 15px;
  text-align: left;
  border-right: 1px solid rgba(250, 250, 250, 0.12);
  display: inherit;
  width: auto;
}
.widget-icon-box:last-child .icon-box {
  border-right: 0;
}
.widget-icon-box .icon-box > .fa {
  font-size: 40px;
  float: left;
  margin-right: 10px;
}
.widget-icon-box .icon-box-text {
  margin-left: 0;
}
.widget-icon-box .icon-box .fa,
.widget-icon-box .icon-box .icon-box-subtitle {
  color: #989898;
}
.widget-icon-box .icon-box .icon-box-subtitle {
  font-size: 13px;
}
.widget-icon-box .icon-box:hover .fa,
.widget-icon-box .icon-box:hover .icon-box-subtitle {
  color: #ddd;
}
.icon-box-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  margin: 4px 0 0;
  color: #ddd;
}
.toggle-search {
  position: absolute;
  top: 80%;
  right: 0;
  visibility: hidden;
  width: 300px;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
.toggle-search.show-form {
  z-index: 9;
  top: 100%;
  bottom: auto;
  visibility: visible;
  opacity: 1;
}
.input-group.toggle-search .form-control {
  height: 45px;
}
.search-icon > span {
  min-width: 12px;
}
#menu-toggle > span {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.header-top-section .simple-search-form.extra-menu-item,
.navbar-nav > li .simple-search-form.extra-menu-item {
  line-height: normal !important;
  display: table-cell;
  vertical-align: middle;
}
.navbar-nav > li .simple-search-form.extra-menu-item .navbar-form,
.simple-search-form .navbar-form {
  margin: 0;
  padding: 0;
}
.top-menu {
  padding: 0 10px;
}
.top-menu > li {
  display: inline-block;
  padding: 0 5px;
}
.cart-toggle .cart-count {
  font-size: 10px;
  font-weight: 500 !important;
  line-height: 16px;
  position: relative;
  top: -10px;
  right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-top: 1px;
  padding-left: 2px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.dropdown-cart {
  right: 0 !important;
  left: auto !important;
  min-width: 280px !important;
  padding: 15px !important;
}
.dropdown-cart li .item {
  display: block;
  margin: 3px 0;
  padding: 3px 0 10px;
}
.dropdown-cart li .item:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.dropdown-cart li .item-left {
  float: left;
  width: 75%;
}
.dropdown-cart li .item-left .item-info > span {
  font-size: 14px;
  display: block;
  padding-top: 15px;
}
.dropdown-cart .cart-total .cart-btn > li,
.nav .flag,
.navbar-brand > img {
  display: inline-block;
}
.dropdown-cart li .item-left .item-info h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.dropdown-cart li .item-left img {
  float: left;
  margin-right: 15px;
}
.dropdown-cart li .item-right {
  float: right;
}
.dropdown-cart li .item-right button {
  line-height: normal;
  margin-top: 25px;
  padding: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.dropdown-cart .item-name {
  line-height: 1em;
}
.dropdown-cart .cart-total {
  padding: 0;
}
.dropdown-cart .cart-total .cart-price {
  font-size: 17px;
  padding-top: 25px;
}
.dropdown-cart .cart-total .cart-btn {
  padding: 0 0 5px;
}
.dropdown-cart .cart-btn .btn {
  margin-bottom: 0;
}
.dropdown-cart .btn.btn-xs {
  font-size: 9px;
  width: 20px;
  height: 20px;
  line-height: 10px !important;
}
.flag-dropdown {
  min-width: 85px;
}
.nav .flag {
  width: 18px;
  height: 12px;
  margin-right: 10px;
  background: url(../images/flags.png) no-repeat;
}
.flag.flag-au {
  background-position: -16px 0;
}
.flag.flag-gb {
  background-position: -32px 0;
}
.flag.flag-in {
  background-position: 0 -11px;
}
.flag.flag-us {
  background-position: -16px -11px;
}
.header-top-section.navbar {
  min-height: auto;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header-top-section .navbar-toggle .icon-bar {
  background: #fff;
}
.header-top-section .header-text-block {
  font-size: 14px;
}
.header-top-section li,
.header-top-section li > a {
  font-size: 12px;
}
.header-top-section .navbar-nav > li > a,
.header-top-section .navbar-right > li,
.header-top-section .simple-search-form,
.header-top-section .top-left > li,
.header-top-section p {
  line-height: 35px;
  height: 35px;
}
.header-top-section .top-left {
  margin-left: -15px;
}
.header-top-section .nav .open > a,
.header-top-section .nav .open > a:focus,
.header-top-section .nav .open > a:hover {
  background-color: transparent;
}
.header-top-section .navbar-nav li > a {
  color: #333;
}
.header-top-section .navbar-nav li:focus > a,
.header-top-section .navbar-nav li:hover > a,
.header-top-section .navbar-nav > li > a:focus,
.header-top-section .navbar-nav > li > a:hover {
  color: #fff;
}
.header-top-section .dropdown-menu {
  line-height: normal;
  color: #333;
}
.header-top-section .navbar-nav li:focus > a,
.header-top-section .navbar-nav > li > a:focus,
.header-top-section.header-typo-light,
.header-top-section.header-typo-light .dropdown-menu li > a,
.header-top-section.header-typo-light .navbar-nav li:hover > a,
.header-top-section.header-typo-light .navbar-nav li > a,
.header-top-section.header-typo-light .navbar-nav > li > a:hover {
  color: #fff;
}
.header-top-section.dark-bg.navbar {
  opacity: 0.9;
  background: #171717 !important;
}
.navbar {
  border: 0;
}
.navbar-default {
  min-height: auto;
  margin: 0;
  color: #333;
  border-color: #e1e1e1;
  border-right: none;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header-no-border .navbar-default {
  border: none;
}
.header-border .navbar-default {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
}
.navbar-default .navbar-nav li a .btn {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .nav .open > a,
.navbar-default .nav .open > a:focus,
.navbar-default .nav .open > a:hover,
.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.active > a:focus,
.navbar-default .navbar-nav li.active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav li:hover > a,
header .nav > li > a:focus,
header .nav > li > a:hover {
  background: 0 0;
}
.header-main .navbar-toggle {
  left: 0;
  float: left;
  width: 25px;
  margin: 0 0 0 15px;
  border: none;
}
#side-nav,
.side-nav .navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  transition: 0.2s all ease-in-out;
  background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.navbar-default .navbar-toggle .icon-bar:last-child {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.header-main .navbar-toggle,
.header-toggle-content,
.navbar-brand,
.navbar-nav > li .extra-menu-item,
.navbar-nav > li > a {
  line-height: 80px;
  height: 80px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.s-header .header-toggle-content,
.s-header .navbar-brand,
.s-header .navbar-nav > li .extra-menu-item,
.s-header .navbar-nav > li > a,
.s-header.header-main .navbar-toggle {
  line-height: 60px;
  height: 60px;
}
.navbar-brand,
.navbar-nav > li > .extra-menu-item,
.navbar-nav > li > a {
  padding: 0 15px;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
  min-width: 200px;
}
.dropdown-menu a,
.dropdown-menu > li > a {
  color: inherit;
}
.header-fudark.header-sticky-fulight .dropdown-menu,
.navbar-nav .open .dropdown-menu {
  border: 1px solid;
}
.dropdown .dropdown-menu {
  margin-top: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.dropdown .dropdown-menu.sub-menu {
  top: 0;
  left: 100%;
}
.dropdown .dropdown-menu.sub-menu.left-side {
  right: 100%;
  left: auto;
}
.dropdown-menu .divider {
  background: #e1e1e1;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: 0 0;
}
.mega-menu-wrapper .dropdown-menu,
.mm-menu ul {
  background: 0 0 !important;
}
.navbar-left .dropdown-left .dropdown-menu,
.navbar-right .dropdown-left .dropdown-menu {
  right: 0;
  left: auto;
}
.megamenu-compact.dropdown-right .dropdown-menu.mega-menu-wrapper,
.navbar-left .dropdown-right .dropdown-menu,
.navbar-right .dropdown-right .dropdown-menu {
  right: auto;
  left: 0;
}
.hover-dropdown .dropdown .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.hover-dropdown .dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.mega-menu .menu-icon {
  padding: 0 10px 0 0;
}
.mega-menu-wrapper.container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.menu-title {
  font-size: 14px !important;
  padding-bottom: 15px !important;
  text-transform: uppercase;
}
.nav > li.mega-dropdown.megamenu-compact {
  position: relative;
}
.megamenu-compact .dropdown-menu.mega-menu-wrapper {
  position: absolute;
  right: 0;
  left: auto;
  visibility: visible;
  width: auto;
  white-space: nowrap;
  opacity: 1;
}
.megamenu-compact .mega-menu-wrapper > li {
  display: inline-block !important;
  float: none !important;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
.sticky-navigation {
  line-height: 0;
  z-index: 999;
  width: 100%;
}
.is-sticky .header-main .navbar-toggle,
.is-sticky .header-toggle-content,
.is-sticky .navbar-brand,
.is-sticky .navbar-nav > li .extra-menu-item,
.is-sticky .navbar-nav > li > a {
  line-height: 65px;
  height: 65px;
}
.is-sticky .navbar-default {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.is-sticky .navbar-brand > img.sticky-logo,
.mobile-menu > li {
  display: inline-block;
}
.mobile-menu {
  float: right;
  margin: 0;
  padding: 0 15px 0 0;
}
@media (max-width: 992px) {
  #nav-menu {
    display: none !important;
  }
  .mm-opened .header-main .navbar-toggle,
  .mm-opened .header-toggle-content,
  .mm-opened .navbar-brand,
  .mm-opened .navbar-nav > li .extra-menu-item,
  .mm-opened .navbar-nav > li > a {
    line-height: 40px;
    height: 40px;
  }
}
@media (min-width: 991px) {
  #mm-nav-menu {
    display: none !important;
  }
}
.header-details-toggle .extra-nav > .navbar-nav {
  position: static;
}
.header-details-toggle .header-toggle-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.header-details-toggle .header-toggle-content .form-control {
  background: 0 0 !important;
  font-size: 24px;
  padding: 6px 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.header-details-toggle .header-toggle-content.toggled {
  visibility: visible;
  opacity: 1;
}
.extra-nav .toggle-close {
  position: absolute;
  top: 0;
  right: 15px;
}
.header-details-toggle .extra-nav .header-toggle-content h3 {
  margin: 0;
}
.header-details-toggle .header-toggle-content *,
.header-details-toggle .header-toggle-content .form-control,
.header-details-toggle .header-toggle-content > form {
  line-height: inherit;
  height: inherit;
}
#page-wrapper {
  position: relative;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#side-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  right: auto;
  left: -370px;
  overflow-y: auto;
  width: 370px;
  height: 100%;
  margin-left: 0;
  padding: 50px 30px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid transparent;
}
.side-widgets {
  padding-top: 30px;
}
.side_container_opened {
  overflow: hidden;
}
body.side_container_opened .sliding_close_helper_overlay {
  display: block;
}
.sliding_close_helper_overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  margin-left: -342px;
  cursor: pointer;
  transition: all 0.3s ease-in 0s;
}
#page-wrapper.toggled {
  left: 370px;
}
#page-wrapper.toggled #side-nav {
  right: auto;
  left: 0;
}
#page-wrapper .sticky-navigation {
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn,
.btn *,
.btn.btn-hvfill-bottom:after,
.btn.btn-hvfill-left:after,
.btn.btn-hvfill-right:after,
.btn.btn-hvfill-top:after {
  -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;
}
#page-wrapper.toggled .sticky-navigation {
  right: auto;
  left: 370px;
}
#page-wrapper.right-push.toggled {
  left: -350px;
}
#page-wrapper.right-push.full-width.toggled {
  left: -370px;
}
#page-wrapper.right-push #side-nav {
  right: -370px;
  left: auto;
}
#page-wrapper.right-push.toggled #side-nav {
  right: 0;
  left: auto;
}
#page-wrapper.right-push.toggled .sticky-navigation {
  left: -370px;
}
.rev_slider_wrapper.fullscreen-container {
  left: 0 !important;
}
.extra-toggle #nav-menu,
.extra-toggle .extra-nav #menu-toggle span,
.extra-toggle .extra-nav .dropdown-toggle.cart-toggle,
.extra-toggle .extra-nav .header-toggle-icon,
.extra-toggle .navbar-header,
.extra-toggle .navbar-header .navbar-brand,
.extra-toggle .navbar-header .navbar-toggle {
  display: none !important;
}
.extra-toggle .navbar-header.logo-contact-details,
.extra-toggle .navbar-header.logo-contact-details .navbar-brand {
  display: block !important;
}
.nav-close-wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
}
#page-wrapper.right-push .nav-close-wrapper {
  top: 25px;
  right: auto;
  left: 30px;
}
.side-nav .navbar-default {
  border: none;
}
.side-nav .navbar-brand {
  line-height: normal;
  display: block;
  float: none;
  text-align: center;
}
.side-nav .navbar-collapse {
  height: auto;
  max-height: none;
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  box-shadow: none;
}
.side-nav .navbar-collapse.collapse {
  display: block !important;
  overflow: visible !important;
  width: auto !important;
  padding-bottom: 0;
}
.side-nav .navbar-collapse.in {
  overflow-x: visible;
}
.bg-image.content-in,
.btn,
.client-grid,
.image-wrapper,
.isotope-grid .grid-sizer,
.isotope-grid .item,
.tab-content {
  overflow: hidden;
}
.side-nav .navbar-header,
.side-nav .navbar-left,
.side-nav .navbar-nav,
.side-nav .navbar-nav > li,
.side-nav .navbar-right {
  float: none !important;
}
.side-nav .navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.side-nav .navbar-nav {
  margin: 60px 0 20px !important;
}
.side-nav .navbar-nav > li > a {
  line-height: normal;
  height: auto;
  padding: 10px 15px 10px 0;
}
.side-nav .navbar-nav > li > a > span {
  display: none;
}
.side-nav .navbar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.side-nav .dropdown-menu > .dropdown > a:after,
.side-nav .dropdown-toggle:after {
  font-family: initial;
  font-size: 24px;
  font-weight: initial;
  font-weight: 100;
  position: absolute;
  top: 0;
  top: 50%;
  right: 15px;
  content: '+';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side-nav .dropdown-menu > .dropdown.open > a:after,
.side-nav .open > .dropdown-toggle:after {
  font-family: initial;
  font-size: 24px;
  font-weight: 100;
  content: '-';
}
.side-nav .dropdown .dropdown-menu.sub-menu.left-side {
  right: right;
  left: 0;
}
.side-nav .form-control {
  height: 45px;
}
.side-nav .input-group {
  margin-bottom: 20px;
}
.side-nav li > a {
  color: #333;
}
.side-nav .bottom-wrapper {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}
.side-nav .bottom-wrapper p {
  font-size: 13px;
}
.side-nav.dark-side-nav,
.side-nav.dark-side-nav .bottom-wrapper {
  color: #fff;
  border-color: #333;
  background: #171717;
}
.dark-side-nav.side-nav .navbar-default,
.dark-side-nav.side-nav .navbar-default .dropdown-menu {
  background: #171717;
}
.dark-side-nav.side-nav .dropdown-menu > li > a,
.dark-side-nav.side-nav .dropdown-menu > li > a:focus,
.dark-side-nav.side-nav .dropdown-menu > li > a:hover,
.dark-side-nav.side-nav .navbar-nav > li > a,
.dark-side-nav.side-nav li a {
  color: #fff;
}
.header-dark .navbar-default,
.header-sticky-dark .is-sticky .navbar-default {
  color: #fff;
  background: #000;
}
.header-dark .navbar-default {
  color: #fff;
}
.header-dark #menu-toggle > span,
.header-dark .dropdown-menu,
.header-dark .extra-nav > .navbar-nav:after,
.header-dark .mega-menu-wrapper > li > a.menu-title:after,
.header-dark .navbar-default,
.header-sticky-dark .is-sticky #menu-toggle > span,
.header-sticky-dark .is-sticky .extra-nav > .navbar-nav:after,
.header-sticky-dark .is-sticky .navbar-default,
.header-sticky-dark .is-sticky.dropdown-menu,
.header-sticky-dark .mega-menu-wrapper > li {
  border-color: #777;
}
.header-dark .dropdown-menu,
.header-dark .form-control,
.header-sticky-dark .is-sticky .dropdown-menu,
.header-sticky-dark .is-sticky .form-control {
  color: #fff;
  border-color: #777;
  background: #2e2e2e;
}
.header-dark .dropdown-menu .divider,
.header-dropdown-dark .dropdown-menu .divider,
.header-sticky-dark .is-sticky .dropdown-menu .divider {
  background: #777;
}
.header-dark .navbar-default .navbar-toggle .icon-bar,
.header-sticky-dark .is-sticky .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.header-sticky-light .is-sticky .navbar-default .navbar-toggle .icon-bar {
  background: #000;
}
.header-sticky-light .is-sticky .navbar-default {
  color: #333;
  background: #fff;
}
.header-light .mega-menu-wrapper > li > a.menu-title:after,
.header-sticky-light .is-sticky #menu-toggle > span,
.header-sticky-light .is-sticky .extra-nav > .navbar-nav:after,
.header-sticky-light .is-sticky .navbar-default,
.header-sticky-light .is-sticky.dropdown-menu,
.header-sticky-light .mega-menu-wrapper > li {
  border-color: #e1e1e1;
}
.header-sticky-light .is-sticky .dropdown-menu,
.header-sticky-light .is-sticky .form-control {
  color: #333;
  border-color: #e1e1e1;
  background: #fff;
}
.header-semi-dark,
.header-semi-light,
.header-top-semi-dark,
.header-top-semi-light,
.header-top-transparent,
.header-transparent {
  position: absolute;
  z-index: 9;
  right: 0;
  left: 0;
}
.header-sticky-transparent .is-sticky .navbar-default,
.header-top-transparent .header-top-section.navbar,
.header-transparent .navbar-default {
  background: 0 0;
}
.header-dark.header-transparent .extra-nav > .navbar-nav:after,
.header-dark.header-transparent .mega-menu-wrapper > li,
.header-dark.header-transparent .navbar-default {
  border-color: rgba(0, 0, 0, 0.1);
}
.header-dark.header-transparent #menu-toggle > span {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-dark.header-transparent.header-sticky-light .is-sticky #menu-toggle > span,
.header-dark.header-transparent.header-sticky-light .is-sticky .extra-nav > .navbar-nav:after,
.header-dark.header-transparent.header-sticky-light .is-sticky .navbar-default {
  border-color: #e1e1e1;
}
.header-light.header-transparent #menu-toggle > span,
.header-light.header-transparent .extra-nav > .navbar-nav:after,
.header-light.header-transparent .mega-menu-wrapper > li,
.header-light.header-transparent .navbar-default {
  border-color: rgba(0, 0, 0, 0.1);
}
.header-light.header-transparent.header-sticky-dark .is-sticky #menu-toggle > span,
.header-light.header-transparent.header-sticky-dark .is-sticky .extra-nav > .navbar-nav:after,
.header-light.header-transparent.header-sticky-dark .is-sticky .navbar-default {
  border-color: #777;
}
.header-semi-light .navbar-default,
.header-sticky-semi-light .is-sticky .navbar-default,
.header-top-semi-light .header-top-section.navbar {
  background: rgba(255, 255, 255, 0.4);
}
.header-semi-dark .navbar-default,
.header-sticky-semi-dark .is-sticky .navbar-default,
.header-top-semi-dark .header-top-section.navbar {
  background: rgba(0, 0, 0, 0.4);
}
.header-dropdown-dark .dropdown-menu,
.header-dropdown-dark .is-sticky .dropdown-menu,
.header-dropdown-dark .open .dropdown-menu,
.header-dropdown-dark .open .is-sticky .dropdown-menu {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.7);
  background: #242424;
}
.header-dropdown-dark .mega-menu-wrapper > li {
  border-color: rgba(0, 0, 0, 0.7);
}
.header-dropdown-dark .header-top-light .header-top-section .dropdown-menu,
.header-dropdown-dark .header-top-light .header-top-section .open .dropdown-menu,
.header-dropdown-dark .header-top-light .header-top-section .open .is-sticky .dropdown-menu {
  border-color: #e7e7e7;
  background: #fff !important;
  box-shadow: none;
}
.header-top-light .header-top-section.navbar {
  background: #fff !important;
}
.header-dark .header-boxed,
.header-light .container.header-boxed {
  margin-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  background: #fff;
}
.header-boxed #extra-toggle-search .form-control,
.header-boxed #extra-toggle-search .toggle-close {
  margin-top: 15px;
}
.header-dark .header-boxed {
  background: #171717;
}
.header-dark .is-sticky .header-boxed,
.header-light .is-sticky .container.header-boxed,
.is-sticky .header-boxed #extra-toggle-search .form-control,
.is-sticky .header-boxed #extra-toggle-search .toggle-close {
  margin-top: 0;
}
.header-fulight .dropdown-menu,
.header-fulight .dropdown-menu .divider,
.header-fulight .navbar-default,
.header-sticky-fulight .is-sticky .dropdown-menu,
.header-sticky-fulight .is-sticky .dropdown-menu .divider,
.header-sticky-fulight .is-sticky .navbar-default {
  color: #999;
  background: #fff;
}
.header-fulight .navbar-default,
.header-sticky-fulight .is-sticky .navbar-default {
  color: #999;
}
.header-fulight #menu-toggle > span,
.header-fulight .dropdown-menu,
.header-fulight .extra-nav > .navbar-nav:after,
.header-fulight .form-control,
.header-fulight .navbar-default,
.header-fulight .navbar-nav .open .dropdown-menu,
.header-sticky-fulight .is-sticky #menu-toggle > span,
.header-sticky-fulight .is-sticky .dropdown-menu,
.header-sticky-fulight .is-sticky .extra-nav > .navbar-nav:after,
.header-sticky-fulight .is-sticky .form-control,
.header-sticky-fulight .is-sticky .navbar-default,
.header-sticky-fulight .is-sticky .navbar-nav .open .dropdown-menu {
  border-color: #eee;
}
.dropdown-menu > li > a:hover,
.header-fulight .dropdown-menu a:hover,
.header-fulight .dropdown-menu > li > a:focus,
.header-fulight .dropdown.open > a,
.header-fulight .navbar-default .nav .open > a,
.header-fulight .navbar-default .nav .open > a:focus,
.header-fulight .navbar-default .nav .open > a:hover,
.header-fulight .navbar-default .navbar-nav.nav li:hover > a,
.header-fulight .navbar-default .navbar-nav > li > a:focus,
.header-fulight .navbar-default .navbar-nav > li > a:hover,
.header-sticky-fulight .is-sticky .dropdown-menu a:hover,
.header-sticky-fulight .is-sticky .dropdown-menu > li > a:focus,
.header-sticky-fulight .is-sticky .dropdown.open > a,
.header-sticky-fulight .is-sticky .navbar-default .nav .open > a,
.header-sticky-fulight .is-sticky .navbar-default .nav .open > a:focus,
.header-sticky-fulight .is-sticky .navbar-default .nav .open > a:hover,
.header-sticky-fulight .is-sticky .navbar-default .navbar-nav.nav li:hover > a,
.header-sticky-fulight .is-sticky .navbar-default .navbar-nav > li > a:focus,
.header-sticky-fulight .is-sticky .navbar-default .navbar-nav > li > a:hover {
  color: #000;
}
header.header-dropdown-fulight .dropdown-menu,
header.header-dropdown-fulight .dropdown-menu .divider,
header.header-dropdown-fulight .dropdown-menu a,
header.header-dropdown-fulight .is-sticky .dropdown-menu,
header.header-dropdown-fulight .open .dropdown-menu,
header.header-dropdown-fulight .open .is-sticky .dropdown-menu {
  color: #999;
  border-color: #eee;
  background: #fff;
}
.header-dropdown-fulight .dropdown-menu a:hover,
.header-dropdown-fulight .dropdown-menu li:hover > a,
.header-dropdown-fulight .dropdown-menu > li > a:focus,
.header-dropdown-fulight .dropdown-menu > li > a:hover {
  color: #000 !important;
}
.header-fudark .dropdown-menu,
.header-fudark .dropdown-menu .divider,
.header-fudark .navbar-default,
.header-sticky-fudark .is-sticky .dropdown-menu,
.header-sticky-fudark .is-sticky .dropdown-menu .divider,
.header-sticky-fudark .is-sticky .navbar-default {
  color: #888;
  border: none;
  background: #000;
}
.header-fudark .form-control,
.header-sticky-fudark .is-sticky .form-control {
  background: #000;
}
.header-fudark #menu-toggle > span,
.header-fudark .dropdown-menu,
.header-fudark .extra-nav > .navbar-nav:after,
.header-fudark .form-control,
.header-fudark .navbar-default,
.header-fudark .open .dropdown-menu,
.header-sticky-fudark .is-sticky #menu-toggle > span,
.header-sticky-fudark .is-sticky .dropdown-menu,
.header-sticky-fudark .is-sticky .extra-nav > .navbar-nav:after,
.header-sticky-fudark .is-sticky .form-control,
.header-sticky-fudark .is-sticky .navbar-default,
.header-sticky-fudark .is-sticky .navbar-nav .open .dropdown-menu {
  border-color: #303030;
}
.dropdown-menu > li > a:hover,
.header-fudark .dropdown-menu a:hover,
.header-fudark .dropdown-menu > li > a:focus,
.header-fudark .dropdown.open > a,
.header-fudark .navbar-default .nav .open > a,
.header-fudark .navbar-default .nav .open > a:focus,
.header-fudark .navbar-default .nav .open > a:hover,
.header-fudark .navbar-default .navbar-nav.nav li:hover > a,
.header-fudark .navbar-default .navbar-nav > li > a:focus,
.header-fudark .navbar-default .navbar-nav > li > a:hover,
.header-sticky-fudark .is-sticky .dropdown-menu a:hover,
.header-sticky-fudark .is-sticky .dropdown-menu > li > a:focus,
.header-sticky-fudark .is-sticky .dropdown.open > a,
.header-sticky-fudark .is-sticky .navbar-default .nav .open > a,
.header-sticky-fudark .is-sticky .navbar-default .nav .open > a:focus,
.header-sticky-fudark .is-sticky .navbar-default .nav .open > a:hover,
.header-sticky-fudark .is-sticky .navbar-default .navbar-nav.nav li:hover > a,
.header-sticky-fudark .is-sticky .navbar-default .navbar-nav > li > a:focus,
.header-sticky-fudark .is-sticky .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
header.header-dropdown-fudark .dropdown-menu,
header.header-dropdown-fudark .dropdown-menu .divider,
header.header-dropdown-fudark .dropdown-menu a,
header.header-dropdown-fudark .is-sticky .dropdown-menu,
header.header-dropdown-fudark .open .dropdown-menu,
header.header-dropdown-fudark .open .is-sticky .dropdown-menu {
  color: #888;
  border: none;
  background: #000;
}
.header-dropdown-fudark .dropdown-menu a:hover,
.header-dropdown-fudark .dropdown-menu li:hover > a,
.header-dropdown-fudark .dropdown-menu > li > a:focus,
.header-dropdown-fudark .dropdown-menu > li > a:hover {
  color: #fff !important;
}
.secondary-nav {
  display: none;
  background: #222;
}
.is-sticky .secondary-nav {
  display: block;
}
.secondary-nav .nav-tabs {
  margin-bottom: 0;
}
.secondary-nav .nav-tabs li {
  padding: 20px;
  color: #f7f7f7;
  margin: 0 -5px;
  list-style: none;
}
.section-title,
.section-title.bottom-line {
  margin-bottom: 50px;
}
.title-description {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  color: #777;
}
.title-description1 {
  font-size: 22px;
}
.typo-light .title-description {
  color: #f7f7f7;
}
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.countdown-amount,
.countdown-block h1 {
  letter-spacing: 5px;
}
.cta-icon-title {
  margin-top: 15px;
}
.heading-block.heading-center:after {
  margin: 18px auto 0;
}
.heading-block.heading-center {
  text-align: center;
}
.bottom-line {
  position: relative;
  margin-bottom: 35px;
}
.bottom-line:after {
  display: block;
  width: 40px;
  margin-top: 30px;
  content: '';
  border-top: 2px solid;
}
.text-center .bottom-line:after,
.text-center.bottom-line:after {
  margin: 30px auto 0;
}
.btn.i-left i,
.btn.inline,
.btn.right-pad,
i.right-pad {
  margin-right: 10px;
}
.text-right .bottom-line:after,
.text-right.bottom-line:after {
  position: absolute;
  right: 0;
}
.text-right .bottom-line,
.text-right.bottom-line {
  margin-bottom: 100px;
}
.side-line {
  position: relative;
  margin-bottom: 30px;
}
.side-line h1,
.side-line h2,
.side-line h3,
.side-line h4,
.side-line h5,
.side-line h6,
.side-line1 h1,
.side-line1 h2,
.side-line1 h3,
.side-line1 h4,
.side-line1 h5,
.side-line1 h6 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 15px;
  background-color: #fff;
}
.bottom-line.grey-line:after,
.side-line.grey-line:after {
  border-top: 2px solid #e1e1e1;
}
.bottom-line.dark-line:after,
.side-line.dark-line:before {
  border-top: 2px solid #333;
}
.bottom-line.white-line:after,
.side-line.white-line:before {
  border-top: 2px solid #fff;
}
.side-line:before {
  position: absolute;
  top: 53%;
  right: 0;
  left: auto;
  width: 100%;
  height: 0;
  content: '';
  border-top: 3px solid;
}
.btn,
.btn > span {
  position: relative;
}
.side-line1 {
  height: 50px;
  margin-bottom: 20px;
  border: 0;
  background: url(../images/base/separator/hr-11.png) center center repeat-x;
}
.btn {
  z-index: 1;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 8px 22px;
  border-width: 2px;
}
.btn.no-margin {
  margin-bottom: 0;
}
.btn.btn-deafult {
  border: 2px solid;
}
.btn.btn-xs {
  padding: 1px 14px;
}
.btn.btn-sm {
  padding: 6px 17px 4px;
}
.btn.btn-lg {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 35px;
}
.nav-tabs > li > a,
label {
  font-weight: 500;
}
.btn > span {
  right: 0;
  left: 0;
}
.btn,
.btn * {
  transition: all 0.3s ease 0s;
}
.btn.btn-theme:hover {
  color: #fff;
}
.btn.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn.btn-round {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.btn.btn-circle {
  width: 100px;
  height: 100px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.btn.btn-hv-fadeout:hover {
  color: #333;
  background: 0 0;
}
.btn.i-right i,
.btn.left-pad,
i.left-pad {
  margin-left: 10px;
}
i.bottom-pad {
  margin-bottom: 10px;
}
i.top-pad {
  margin-top: 10px;
}
.btn.btn-bottom-reveal > i,
.btn.btn-left-reveal > i,
.btn.btn-right-reveal > i,
.btn.btn-top-reveal > i {
  line-height: 40px;
  position: absolute;
  top: 0;
  left: -32px;
  display: block;
  width: 32px;
  height: 100%;
  margin: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-left-reveal:hover > i {
  left: 0;
}
.btn.btn-left-reveal:hover > span {
  left: 20px;
}
.btn.btn-right-reveal > i {
  right: -32px;
  left: auto;
}
.btn.btn-right-reveal:hover > i {
  right: 0;
}
.btn.btn-right-reveal:hover > span {
  left: -20px;
}
.btn:after {
  background: #333;
}
.btn.btn-hvfill-bottom:after,
.btn.btn-hvfill-left:after,
.btn.btn-hvfill-right:after,
.btn.btn-hvfill-top:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.3s ease 0s;
}
.btn.btn-hvfill-right:after {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.btn.btn-hvfill-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn.btn-hvfill-top:after {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btn.btn-hvfill-bottom:after {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.btn.btn-hvfill-bottom:hover:after,
.btn.btn-hvfill-left:hover:after,
.btn.btn-hvfill-right:hover:after,
.btn.btn-hvfill-top:hover:after {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.btn.btn-theme.btn-hvfill-bottom:hover,
.btn.btn-theme.btn-hvfill-left:hover,
.btn.btn-theme.btn-hvfill-right:hover,
.btn.btn-theme.btn-hvfill-top:hover {
  border-color: #333;
}
.btn.btn-hvborder-center,
.btn.btn-hvborder-left,
.btn.btn-hvborder-right {
  border: none;
}
.btn.btn-hvborder-center:after,
.btn.btn-hvborder-left:after,
.btn.btn-hvborder-right:after {
  position: absolute;
  z-index: -1;
  right: -100%;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 3px;
  content: '';
  -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;
  transition: all 0.3s ease 0s;
}
.btn.btn-hvborder-right:hover:after {
  right: 0;
}
.btn.btn-hvborder-left:after {
  right: auto;
  left: -100%;
}
.btn.btn-hvborder-left:hover:after {
  left: 0;
}
.btn.btn-hvborder-center:after {
  right: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.btn.btn-hvborder-center:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.btn.btn-hv-dark.btn-outline:after,
.btn.btn-hv-dark:after {
  background: #171717;
}
.btn.btn-hv-light.btn-outline:after,
.btn.btn-hv-light:after {
  background: #fff;
}
.btn.btn-3d {
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-hv-theme:hover,
.btn-theme {
  color: #fff;
}
.btn-light.btn-hv-dark:hover,
.btn.btn-dark,
.btn.btn-hv-dark.btn-outline:focus,
.btn.btn-hv-dark.btn-outline:hover,
.btn.btn-hv-dark:focus,
.btn.btn-hv-dark:hover,
.btn.btn-outline.btn-hv-fadein:hover {
  color: #fff;
  border-color: #171717;
  background: #171717;
}
.btn-hv-light:hover,
.btn.btn-hv-light.btn-outline:focus,
.btn.btn-hv-light.btn-outline:hover,
.btn.btn-hv-light:focus,
.btn.btn-light,
.btn.btn-outline.btn-light.btn-hv-fadein:hover {
  color: #333;
  border-color: #fff;
  background: #fff;
}
.btn.btn-outline {
  border: 2px solid;
  background: 0 0;
}
.btn.btn-light.btn-outline {
  color: #fff;
  border-color: #fff;
}
.btn.btn-light.btn-hvborder-center:hover,
.btn.btn-light.btn-hvborder-left:hover,
.btn.btn-light.btn-hvborder-right:hover,
.btn.btn-light.btn-hvfill-bottom:hover,
.btn.btn-light.btn-hvfill-left:hover,
.btn.btn-light.btn-hvfill-right:hover,
.btn.btn-light.btn-hvfill-top:hover {
  background: #fff;
}
.btn.btn-dark.btn-hvborder-center:hover,
.btn.btn-dark.btn-hvborder-left:hover,
.btn.btn-dark.btn-hvborder-right:hover,
.btn.btn-dark.btn-hvfill-bottom:hover,
.btn.btn-dark.btn-hvfill-left:hover,
.btn.btn-dark.btn-hvfill-right:hover,
.btn.btn-dark.btn-hvfill-top:hover {
  background: #333;
}
.btn.btn-outline.btn-hvborder-center:hover,
.btn.btn-outline.btn-hvborder-left:hover,
.btn.btn-outline.btn-hvborder-right:hover,
.btn.btn-outline.btn-hvfill-bottom:hover,
.btn.btn-outline.btn-hvfill-left:hover,
.btn.btn-outline.btn-hvfill-right:hover,
.btn.btn-outline.btn-hvfill-top:hover {
  background: 0 0 !important;
}
.btn.btn-outline.btn-hvborder-center:hover,
.btn.btn-outline.btn-hvborder-left:hover,
.btn.btn-outline.btn-hvborder-right:hover {
  color: #333 !important;
  border-color: #333 !important;
}
.btn.btn-outline.btn-light.btn-hvborder-center:hover,
.btn.btn-outline.btn-light.btn-hvborder-left:hover,
.btn.btn-outline.btn-light.btn-hvborder-right:hover {
  color: #fff !important;
  border-color: #fff !important;
}
.btn-default.active[disabled],
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default.focus[disabled],
.btn-default[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  color: #ccc;
}
hr.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
hr.hr-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.hr-md {
  margin-top: 50px;
  margin-bottom: 50px;
}
hr.hr-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}
.isotope-filters {
  margin-bottom: 50px;
}
.isotope-filters .nav-tabs,
.nav-tabs {
  border: none;
}
.isotope-filters .nav-tabs > li {
  display: inline-block;
  float: none;
}
.isotope-filters .nav-tabs > li > a {
  padding: 5px 20px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.nav-tabs > li > a {
  font-size: 13px;
  margin-right: 5px;
  padding: 8px 20px 5px;
  border: 1px solid transparent;
  border-radius: 0;
  min-width: 85px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a.active {
  color: #fff;
}
.nav-rounded.nav-tabs > li > a {
  border-radius: 25px !important;
}
.nav-tabs.flat-style > li > a,
.tabs-left .nav-tabs.flat-style > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.nav-tabs.bordered-style > li.active > a,
.nav-tabs.bordered-style > li.active > a:focus,
.nav-tabs.bordered-style > li.active > a:hover,
.nav-tabs.bordered-style > li > a.active,
.nav-tabs.bordered-style > li > a.active:focus,
.nav-tabs.bordered-style > li > a.active:hover {
  color: #333;
  background: 0 0 !important;
}
.nav-tabs.bordered-style > li > a {
  border: 1px solid #e1e1e1;
}
.nav-tabs.dark-style.bordered-style > li > a {
  border-color: #333;
}
.nav-tabs.light-style.bordered-style > li > a {
  border-color: #fff;
}
.nav-tabs.dark-style > li > a.active {
  color: #fff;
}
.nav.light-style > li > a:focus,
.nav.light-style > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.nav-tabs.transparent-style > li > a.active {
  background: 0 0;
}
.nav-tabs.arrow-style > li.active > a:after,
.nav-tabs.arrow-style > li > a.active:after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: inherit;
}
.tabs-left .nav-tabs.arrow-style > li.active > a:after,
.tabs-right .nav-tabs.arrow-style > li.active > a:after {
  top: 50%;
  right: -2px;
  bottom: auto;
  left: auto;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.tabs-right .nav-tabs.arrow-style > li.active > a:after {
  right: auto;
  left: -10px;
}
.nav-tabs.bottom-line-style > li.active > a:after,
.nav-tabs.bottom-line-style > li > a.active:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
}
.nav-tabs.arrow-style-bordered > li.active > a:before,
.nav-tabs.arrow-style-bordered > li > a.active:before {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid;
  border-color: #e1e1e1 transparent transparent;
}
.nav-tabs.arrow-style-bordered > li.active > a:after,
.nav-tabs.arrow-style-bordered > li.active > a:before,
.nav-tabs.arrow-style-bordered > li > a.active:after,
.nav-tabs.arrow-style-bordered > li > a.active:before {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.nav-tabs.arrow-style-bordered > li.active > a:after,
.nav-tabs.arrow-style-bordered > li > a.active:after {
  position: absolute;
  bottom: -18px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid;
  border-color: #fff transparent transparent;
}
.tabs-left .nav-tabs.arrow-style-bordered > li.active > a:before,
.tabs-left .nav-tabs.arrow-style-bordered > li > a.active:before {
  position: absolute;
  top: 50%;
  right: -22px;
  left: auto;
  display: block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid;
  border-color: transparent transparent transparent #e1e1e1;
}
.tabs-left .nav-tabs.arrow-style-bordered > li.active > a:after,
.tabs-left .nav-tabs.arrow-style-bordered > li > a.active:after {
  position: absolute;
  top: 50%;
  right: -20px;
  left: auto;
  display: block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid;
  border-color: transparent transparent transparent #fff;
}
.tabs-right .nav-tabs.arrow-style-bordered > li.active > a:before,
.tabs-right .nav-tabs.arrow-style-bordered > li > a.active:before {
  position: absolute;
  top: 50%;
  right: auto;
  left: -21px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid;
  border-color: transparent #e1e1e1 transparent transparent;
}
.tabs-right .nav-tabs.arrow-style-bordered > li.active > a:after,
.tabs-right .nav-tabs.arrow-style-bordered > li > a.active:after {
  position: absolute;
  top: 50%;
  right: auto;
  left: -19px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
}
.nav-tabs.dark-style > li.active > a,
.nav-tabs.dark-style > li.active > a:focus,
.nav-tabs.dark-style > li.active > a:hover,
.nav-tabs.dark-style > li > a.active {
  border-color: #333;
  background: #333;
}
.nav-tabs.light-style > li.active > a,
.nav-tabs.light-style > li.active > a:focus,
.nav-tabs.light-style > li.active > a:hover,
.nav-tabs.light-style > li > a.active {
  color: #333;
  border-color: #fff;
  background: #fff;
}
.tabs-left .nav-tabs.dark-style,
.tabs-right .nav-tabs.dark-style {
  border-color: #7c7c7c;
}
.isotope-grid .item .image-wrapper {
  margin-bottom: 0;
}
.isotope-grid.grid-three-column .grid-sizer,
.isotope-grid.grid-three-column .item {
  width: 20%;
}
.works-grid {
  position: relative;
  width: 100%;
}
.grid-sizer,
.works-grid .item {
  width: 25%;
}
.works-grid .item.wide,
.works-grid .item.wide-tall {
  width: 50%;
}
.dark-overlay,
.light-overlay,
.pattern-overlay,
.theme-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.light-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.pattern-overlay {
  background: url(../images/pattern.png);
}
.pattern-overlay.dark-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.pattern-overlay.light-overlay {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay-dark,
.overlay-darker,
.overlay-light,
.overlay-theme {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.8);
}
.overlay-dark {
  background: rgba(0, 0, 0, 0.5);
}
.overlay-darker {
  background: rgba(0, 0, 0, 0.8);
}
.white-bg {
  background: #fff;
}
.light-bg,
.separate-bg.s-light:after {
  background: #f7f7f7;
}
.semi-light-bg,
.separate-bg.s-semilight:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.semi-lighter-bg,
.separate-bg.s-semilighter:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.black-bg,
.separate-bg.s-black:after {
  background: #000;
}
.dark-bg {
  background: #171717;
}
.semi-dark-bg,
.separate-bg.s-dark:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.semi-darker-bg,
.separate-bg.s-semidarker:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.transparent-bg {
  background: 0 0;
}
.red-bg {
  background: #eb6561;
}
.bg-cover,
.bg-image.content-in {
  background-size: cover;
}
.bg-image {
  background-position: center top;
}
.background-position-left {
  background-position: left top;
}
.bg-image.content-in {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: unset;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top;
}
.bg-contain,
.bg-cover,
.bg-fixed {
  background-position: center;
}
.bg-contain {
  background-size: auto;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-position-top {
  background-position: center top !important;
}
.bg-position-right {
  background-position: center right !important;
}
.bg-position-left {
  background-position: center left !important;
}
.bg-position-bottom {
  background-position: center bottom !important;
}
.bg-position-center {
  background-position: center center !important;
}
.mbYTP_wrapper {
  z-index: -1 !important;
}
#video-controls.vertical-middle {
  text-align: center;
}
#video-controls {
  z-index: 99;
}
#video-controls.bottom-right {
  position: absolute !important;
  right: 15px;
  bottom: 15px;
  text-align: right;
}
#video-controls .fa {
  font-size: 10px;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.image-wrapper {
  position: relative;
}
.image-wrapper,
.image-wrapper .overlay-dark,
.image-wrapper .overlay-desc,
.image-wrapper .overlay-light,
.image-wrapper img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.image-wrapper .overlay-desc {
  position: absolute;
  top: 50% !important;
  right: 0;
  left: 0;
  padding: 15px;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.image-wrapper .overlay-desc.position-bottom,
.image-wrapper .overlay-desc.position-top {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.image-wrapper .overlay-desc.position-right {
  right: 0;
  left: auto;
  text-align: right;
}
.image-wrapper .overlay-desc.position-left {
  right: auto;
  left: 0;
  text-align: left;
}
.image-wrapper .overlay-desc.position-top {
  top: 0;
  bottom: auto;
}
.carousel-indicators,
.owl-carousel.nav-bottom .owl-controls .owl-nav,
.owl-carousel.nav-bottom-left .owl-controls .owl-nav,
.owl-carousel.nav-bottom-right .owl-controls .owl-nav {
  bottom: 0;
}
.image-wrapper .overlay-desc.position-bottom {
  top: auto;
  bottom: 0;
}
.image-wrapper .overlay-dark,
.image-wrapper .overlay-light,
.image-wrapper .overlay-theme {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.image-wrapper .overlay-desc.display-desc,
.image-wrapper .wrapper-fade-out,
.image-wrapper .wrapper-slidein-bottom .overlay-desc,
.image-wrapper .wrapper-slidein-left .overlay-desc,
.image-wrapper .wrapper-slidein-right .overlay-desc,
.image-wrapper .wrapper-slidein-top .overlay-desc,
.image-wrapper .wrapper-slideout-bottom .overlay-desc,
.image-wrapper .wrapper-slideout-left .overlay-desc,
.image-wrapper .wrapper-slideout-right .overlay-desc,
.image-wrapper .wrapper-slideout-top .overlay-desc,
.image-wrapper:hover .wrapper-fade-in,
.wrapper-fade-out .overlay-desc {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.image-wrapper:hover .wrapper-fade-out {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.image-wrapper:hover .wrapper-scale-in,
.wrapper-scale-out {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.image-wrapper:hover .overlay-dark.wrapper-scale-in,
.image-wrapper:hover .overlay-light.wrapper-scale-in,
.overlay-dark.wrapper-scale-out,
.overlay-light.wrapper-scale-out {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.image-wrapper:hover .wrapper-scale-out,
.wrapper-scale-in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.image-wrapper:hover .overlay-dark.wrapper-scale-out,
.image-wrapper:hover .overlay-light.wrapper-scale-out,
.overlay-dark.wrapper-scale-in,
.overlay-light.wrapper-scale-in {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
.image-wrapper .wrapper-slidein-top,
.image-wrapper:hover .wrapper-slideout-top {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.image-wrapper .wrapper-slidein-right,
.image-wrapper:hover .wrapper-slideout-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.image-wrapper .wrapper-slidein-bottom,
.image-wrapper:hover .wrapper-slideout-bottom {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.image-wrapper .wrapper-slidein-left,
.image-wrapper:hover .wrapper-slideout-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.image-wrapper img.wrapper-slideout-bottom,
.image-wrapper img.wrapper-slideout-left,
.image-wrapper img.wrapper-slideout-right,
.image-wrapper img.wrapper-slideout-top {
  position: relative;
  z-index: 10;
}
.image-wrapper .wrapper-slidein-bottom,
.image-wrapper .wrapper-slidein-left,
.image-wrapper .wrapper-slidein-right,
.image-wrapper .wrapper-slidein-top,
.image-wrapper .wrapper-slideout-bottom,
.image-wrapper .wrapper-slideout-left,
.image-wrapper .wrapper-slideout-right,
.image-wrapper .wrapper-slideout-top {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.image-wrapper .wrapper-slideout-bottom,
.image-wrapper .wrapper-slideout-left,
.image-wrapper .wrapper-slideout-right,
.image-wrapper .wrapper-slideout-top,
.image-wrapper:hover .wrapper-slidein-bottom,
.image-wrapper:hover .wrapper-slidein-left,
.image-wrapper:hover .wrapper-slidein-right,
.image-wrapper:hover .wrapper-slidein-top {
  -webkit-transform: translateY(0) translateX(0);
  -moz-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  -o-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.image-wrapper a.pretty-link {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-wrapper .overlay-buttons {
  position: relative;
  z-index: 9;
  margin: 0 0 15px;
}
.overlay-buttons > li {
  display: inline-block;
  padding: 0;
}
.overlay-buttons > li > a {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}
.image-wrapper:hover .fade-up {
  -webkit-animation: fadeInUp 0.5s linear both;
  -moz-animation: fadeInUp 0.5s linear both;
  -ms-animation: fadeInUp 0.5s linear both;
  -o-animation: fadeInUp 0.5s linear both;
  animation: fadeInUp 0.5s linear both;
}
.image-wrapper:hover .fade-right {
  -webkit-animation: fadeInRight 0.5s linear both;
  -moz-animation: fadeInRight 0.5s linear both;
  -ms-animation: fadeInRight 0.5s linear both;
  -o-animation: fadeInRight 0.5s linear both;
  animation: fadeInRight 0.5s linear both;
}
.image-wrapper:hover .fade-down {
  -webkit-animation: fadeInDown 0.5s linear both;
  -moz-animation: fadeInDown 0.5s linear both;
  -ms-animation: fadeInDown 0.5s linear both;
  -o-animation: fadeInDown 0.5s linear both;
  animation: fadeInDown 0.5s linear both;
}
.image-wrapper:hover .fade-left {
  -webkit-animation: fadeInLeft 0.5s linear both;
  -moz-animation: fadeInLeft 0.5s linear both;
  -ms-animation: fadeInLeft 0.5s linear both;
  -o-animation: fadeInLeft 0.5s linear both;
  animation: fadeInLeft 0.5s linear both;
}
.image-wrapper:hover .zoom-in {
  -webkit-animation: zoomIn 0.5s linear both;
  -moz-animation: zoomIn 0.5s linear both;
  -ms-animation: zoomIn 0.5s linear both;
  -o-animation: zoomIn 0.5s linear both;
  animation: zoomIn 0.5s linear both;
}
.image-wrapper:hover .rotate-in {
  -webkit-animation: rotateIn 0.5s linear both;
  -moz-animation: rotateIn 0.5s linear both;
  -ms-animation: rotateIn 0.5s linear both;
  -o-animation: rotateIn 0.5s linear both;
  animation: rotateIn 0.5s linear both;
}
.image-wrapper:hover .flip-x {
  -webkit-animation: flipInX 0.6s linear 0.3s both;
  -moz-animation: flipInX 0.6s linear 0.3s both;
  -ms-animation: flipInX 0.6s linear 0.3s both;
  -o-animation: flipInX 0.6s linear 0.3s both;
  animation: flipInX 0.6s linear 0.3s both;
}
.image-wrapper:hover .flip-y {
  -webkit-animation: flipInY 0.6s linear 0.3s both;
  -moz-animation: flipInY 0.6s linear 0.3s both;
  -ms-animation: flipInY 0.6s linear 0.3s both;
  -o-animation: flipInY 0.6s linear 0.3s both;
  animation: flipInY 0.6s linear 0.3s both;
}
.i-sm {
  width: 25px;
}
.i-md {
  width: 50px;
}
.i-lg {
  width: 80px;
}
.fa-1x {
  font-size: 24px;
}
.fa-3x {
  line-height: 1em;
}
p.icon-wrapper > i {
  margin: 0 5px 15px 0;
}
i {
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.no-style {
  margin-bottom: 20px;
}
.icon-shape-circle,
.icon-shape-rounded,
.icon-shape-square {
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
}
ul.arrow-list li:before,
ul.check-list li:before {
  top: 5px;
  left: 0;
  display: block;
  font-family: FontAwesome;
}
.icon-shape-circle.fa-2x,
.icon-shape-rounded.fa-2x,
.icon-shape-square.fa-2x {
  line-height: 60px;
  width: 60px;
  height: 60px;
}
.icon-shape-circle.fa-3x,
.icon-shape-rounded.fa-3x,
.icon-shape-square.fa-3x {
  line-height: 90px;
  width: 90px;
  height: 90px;
}
.icon-shape-circle.fa-4x,
.icon-shape-rounded.fa-4x,
.icon-shape-square.fa-4x {
  line-height: 120px;
  width: 120px;
  height: 120px;
}
.icon-shape-circle.fa-5x,
.icon-shape-rounded.fa-5x,
.icon-shape-square.fa-5x {
  line-height: 150px;
  width: 150px;
  height: 150px;
}
.icon-shape-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.icon-shape-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.icon-shape-rounded.fa-2x,
.icon-shape-rounded.fa-3x {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.icon-shape-rounded.fa-4x,
.icon-shape-rounded.fa-5x {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.hv-wrapper:hover .icon-hvlight,
.hv-wrapper:hover a.icon-hvlight,
.icon-hvlight:hover,
.icon-light,
a.icon-hvlight:hover,
a.icon-light {
  color: #fff;
}
.hv-wrapper:hover .icon-hvgrey,
.hv-wrapper:hover a.icon-hvgrey,
.icon-grey,
.icon-hvgrey:hover,
a.icon-grey,
a.icon-hvgrey:hover {
  color: #f2f2f2;
}
.hv-wrapper:hover .icon-hvdark,
.hv-wrapper:hover a.icon-hvdark,
.icon-dark,
.icon-hvdark:hover,
a.icon-dark,
a.icon-hvdark:hover {
  color: #333;
}
.hv-wrapper:hover .icon-hvgrey-bg,
.icon-grey-bg,
.icon-hvgrey-bg:hover {
  background: #f2f2f2;
}
.hv-wrapper:hover .icon-hvlight-bg,
.icon-hvlight-bg:hover,
.icon-light-bg {
  background: #fff;
}
.hv-wrapper:hover .icon-hvdark-bg,
.icon-dark-bg,
.icon-hvdark-bg:hover {
  background-color: #333;
}
.hv-wrapper:hover .icon-hvtransparent-bg,
.icon-hvtransparent-bg:hover,
.icon-transparent-bg {
  background-color: transparent;
}
.icon-bordered-dark,
.icon-bordered-grey,
.icon-bordered-light,
.icon-bordered-theme,
.icon-bordered-transparent {
  border: 1px solid;
}
.hv-wrapper:hover .icon-hvbordered-light,
.icon-bordered-light,
.icon-hvbordered-light:hover {
  border-color: #fff;
}
.hv-wrapper:hover .icon-hvbordered-grey,
.icon-bordered-grey,
.icon-hvbordered-grey:hover {
  border-color: #e1e1e1;
}
.hv-wrapper:hover .icon-hvbordered-dark,
.icon-bordered-dark,
.icon-hvbordered-dark:hover {
  border-color: #777;
}
.hv-wrapper:hover .icon-hvbordered-transparent,
.icon-bordered-transparent,
.icon-hvbordered-transparent:hover {
  border-color: transparent;
}
.social-adn-color,
.social-adn-hvcolor:hover {
  color: #504e54;
}
.social-adn-bg,
.social-adn-hvbg:hover {
  background: #504e54;
}
.social-apple-color,
.social-apple-hvcolor:hover {
  color: #aeb5c5;
}
.social-apple-bg,
.social-apple-hvbg:hover {
  background: #aeb5c5;
}
.social-android-color,
.social-android-hvcolor:hover {
  color: #a5c63b;
}
.social-android-bg,
.social-android-hvbg:hover {
  background: #a5c63b;
}
.social-bitbucket-colort,
.social-bitbucket-hvcolor:hover {
  color: #036;
}
.social-bitbucket-bg,
.social-bitbucket-hvbg:hover {
  background: #036;
}
.social-css3-color,
.social-css3-hvcolor:hover {
  color: #1572b7;
}
.social-css3-bg,
.social-css3-hvbg:hover {
  background: #1572b7;
}
.social-dribbble-color,
.social-dribbble-hvcolor:hover {
  color: #f46899;
}
.social-dribbble-bg,
.social-dribbble-hvbg:hover {
  background: #f46899;
}
.social-dropbox-color,
.social-dropbox-hvcolor:hover {
  color: #018bd3;
}
.social-dropbox-bg,
.social-dropbox-hvbg:hover {
  background: #018bd3;
}
.social-facebook-color,
.social-facebook-hvcolor:hover {
  color: #3c599f;
}
.social-facebook-bg,
.social-facebook-hvbg:hover {
  background: #3c599f;
}
.social-flickr-color,
.social-flickr-hvcolor:hover {
  color: #ff0084;
}
.social-flickr-bg,
.social-flickr-hvbg:hover {
  background: #ff0084;
}
.social-foursquare-color,
.social-foursquare-hvcolor:hover {
  color: #0086be;
}
.social-foursquare-bg,
.social-foursquare-hvbg:hover {
  background: #0086be;
}
.social-github-color,
.social-github-hvcolor:hover {
  color: #070709;
}
.social-github-bg,
.social-github-hvbg:hover {
  background: #070709;
}
.social-google-plus-color,
.social-google-plus-hvcolor:hover {
  color: #cf3d2e;
}
.social-google-plus-bg,
.social-google-plus-hvbg:hover {
  background: #cf3d2e;
}
.social-html5-color,
.social-html5-hvcolor:hover {
  color: #e54d26;
}
.social-html5-bg,
.social-html5-hvbg:hover {
  background: #e54d26;
}
.social-instagram-color,
.social-instagram-hvcolor:hover {
  color: #a1755c;
}
.social-instagram-bg,
.social-instagram-hvbg:hover {
  background: #a1755c;
}
.social-linkedin-color,
.social-linkedin-hvcolor:hover {
  color: #0085ae;
}
.social-linkedin-bg,
.social-linkedin-hvbg:hover {
  background: #0085ae;
}
.social-linux-color,
.social-linux-hvcolor:hover {
  color: #fbc002;
}
.social-linux-bg,
.social-linux-hvbg:hover {
  background: #fbc002;
}
.social-maxcdn-color,
.social-maxcdn-hvcolor:hover {
  color: #f6ae1c;
}
.social-maxcdn-bg,
.social-maxcdn-hvbg:hover {
  background: #f6ae1c;
}
.social-pagelines-color,
.social-pagelines-hvcolor:hover {
  color: #241e20;
}
.social-pagelines-bg,
.social-pagelines-hvbg:hover {
  background: #241e20;
}
.social-pinterest-color,
.social-pinterest-hvcolor:hover {
  color: #cc2127;
}
.social-pinterest-bg,
.social-pinterest-hvbg:hover {
  background: #cc2127;
}
.social-renren-color,
.social-renren-hvcolor:hover {
  color: #025dac;
}
.social-renren-bg,
.social-renren-hvbg:hover {
  background: #025dac;
}
.social-skype-color,
.social-skype-hvcolor:hover {
  color: #01aef2;
}
.social-skype-bg,
.social-skype-hvbg:hover {
  background: #01aef2;
}
.social-stack-exchange-color,
.social-stack-exchange-hvcolor:hover {
  color: #245590;
}
.social-stack-exchange-bg,
.social-stack-exchange-hvbg:hover {
  background: #245590;
}
.social-overflow-color,
.social-overflow-hvcolor:hover {
  color: #ff7300;
}
.social-overflow-bg,
.social-overflow-hvbg:hover {
  background: #ff7300;
}
.social-trello-color,
.social-trello-hvcolor:hover {
  color: #265a7f;
}
.social-trello-bg,
.social-trello-hvbg:hover {
  background: #265a7f;
}
.social-tumblr-color,
.social-tumblr-hvcolor:hover {
  color: #314e6c;
}
.social-tumblr-bg,
.social-tumblr-hvbg:hover {
  background: #314e6c;
}
.social-twitter-color,
.social-twitter-hvcolor:hover {
  color: #32ccfe;
}
.social-twitter-bg,
.social-twitter-hvbg:hover {
  background: #32ccfe;
}
.social-vimeo-color,
.social-vimeo-hvcolor:hover {
  color: #229acc;
}
.social-vimeo-bg,
.social-vimeo-hvbg:hover {
  background: #229acc;
}
.social-vk-color,
.social-vk-hvcolor:hover {
  color: #375474;
}
.social-vk-bg,
.social-vk-hvbg:hover {
  background: #375474;
}
.social-weibo-color,
.social-weibo-hvcolor:hover {
  color: #d72b2b;
}
.social-weibo-bg,
.social-weibo-hvbg:hover {
  background: #d72b2b;
}
.social-windows-color,
.social-windows-hvcolor:hover {
  color: #12b6f3;
}
.social-windows-bg,
.social-windows-hvbg:hover {
  background: #12b6f3;
}
.social-xing-color,
.social-xing-hvcolor:hover {
  color: #00555c;
}
.social-xing-bg,
.social-xing-hvbg:hover {
  background: #00555c;
}
.social-youtube-color,
.social-youtube-hvcolor:hover {
  color: #c52f30;
}
.social-youtube-bg,
.social-youtube-hvbg:hover {
  background: #c52f30;
}
.social-adn-bcolor,
.social-adn-hvbcolor:hover {
  border-color: #504e54;
}
.social-apple-bcolor,
.social-apple-hvbcolor:hover {
  border-color: #aeb5c5;
}
.social-android-bcolor,
.social-android-hvbcolor:hover {
  border-color: #a5c63b;
}
.social-bitbucket-bcolor,
.social-bitbucket-hvbcolor:hover {
  border-color: #036;
}
.social-css3-bcolor,
.social-css3-hvbcolor:hover {
  border-color: #1572b7;
}
.social-dribbble-bcolor,
.social-dribbble-hvbcolor:hover {
  border-color: #f46899;
}
.social-dropbox-bcolor,
.social-dropbox-hvbcolor:hover {
  border-color: #018bd3;
}
.social-facebook-bcolor,
.social-facebook-hvbcolor:hover {
  border-color: #3c599f;
}
.social-flickr-bcolor,
.social-flickr-hvbcolor:hover {
  border-color: #ff0084;
}
.social-foursquare-bcolor,
.social-foursquare-hvbcolor:hover {
  border-color: #0086be;
}
.social-github-bcolor,
.social-github-hvbcolor:hover {
  border-color: #070709;
}
.social-google-plus-bcolor,
.social-google-plus-hvbcolor:hover {
  border-color: #cf3d2e;
}
.social-html5-bcolor,
.social-html5-hvbcolor:hover {
  border-color: #e54d26;
}
.social-instagram-bcolor,
.social-instagram-hvbcolor:hover {
  border-color: #a1755c;
}
.social-linkedin-bcolor,
.social-linkedin-hvbcolor:hover {
  border-color: #0085ae;
}
.social-linux-bcolor,
.social-linux-hvbcolor:hover {
  border-color: #fbc002;
}
.social-maxcdn-bcolor,
.social-maxcdn-hvbcolor:hover {
  border-color: #f6ae1c;
}
.social-pagelines-bcolor,
.social-pagelines-hvbcolor:hover {
  border-color: #241e20;
}
.social-pinterest-bcolor,
.social-pinterest-hvbcolor:hover {
  border-color: #cc2127;
}
.social-renren-bcolor,
.social-renren-hvbcolor:hover {
  border-color: #025dac;
}
.social-skype-bcolor,
.social-skype-hvbcolor:hover {
  border-color: #01aef2;
}
.social-stack-exchange-bcolor,
.social-stack-exchange-hvbcolor:hover {
  border-color: #245590;
}
.social-overflow-bcolor,
.social-overflow-hvbcolor:hover {
  border-color: #ff7300;
}
.social-trello-bcolor,
.social-trello-hvbcolor:hover {
  border-color: #265a7f;
}
.social-tumblr-bcolor,
.social-tumblr-hvbcolor:hover {
  border-color: #314e6c;
}
.social-twitter-bcolor,
.social-twitter-hvbcolor:hover {
  border-color: #32ccfe;
}
.social-vimeo-bcolor,
.social-vimeo-hvbcolor:hover {
  border-color: #229acc;
}
.social-vk-bcolor,
.social-vk-hvbcolor:hover {
  border-color: #375474;
}
.social-weibo-bcolor,
.social-weibo-hvbcolor:hover {
  border-color: #d72b2b;
}
.social-windows-bcolor,
.social-windows-hvbcolor:hover {
  border-color: #12b6f3;
}
.social-xing-bcolor,
.social-xing-hvbcolor:hover {
  border-color: #00555c;
}
.social-youtube-bcolor,
.social-youtube-hvbcolor:hover {
  border-color: #c52f30;
}
.arrow-list li,
.bullet-list li,
.check-list li,
.dashed-list li,
.default-list li,
.square-list li {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  list-style: none;
}
.arrow-list li {
  padding-left: 15px;
}
.check-list li {
  padding-left: 25px;
}
ul.arrow-list li:before {
  font-size: 11px;
  position: absolute;
  content: '\f105';
}
ul.check-list li:before {
  font-size: 14px;
  position: absolute;
  content: '\f058';
}
.list-style-1 .list-group-item:after,
ul.bullet-list li:before,
ul.dashed-list li:before,
ul.square-list li:before {
  content: '';
}
ul.check-list.list-light li:before {
  color: #f7f7f7;
}
ul.check-list.list-dark li:before {
  color: #222;
}
ul.bullet-list li:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 20px;
  background: #ddd;
}
ul.dashed-list li:before {
  float: left;
  width: 15px;
  height: 2px;
  margin: 12px 15px 0 0;
  background: #ddd;
}
ul.square-list li:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  margin-right: 10px;
  background: #ddd;
}
.list-style-1 a,
.list-style-1 a:hover {
  font-size: 15px;
  margin-bottom: 5px;
}
.list-style-1 a {
  background: #f7f7f7 !important;
}
.list-style-1 .list-group-submenu a,
.list-style-1 a:hover {
  background: #ebebeb !important;
}
.list-style-1 .list-group-item:last-child {
  margin-bottom: 5px;
}
.list-style-1 .list-group-submenu a:hover {
  background: #f7f7f7 !important;
}
.list-style-1 .list-group-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.list-style-1 .list-group-item:before {
  top: 11px !important;
  left: 20px !important;
}
.list-style-1 .list-group-item:after {
  position: absolute;
  top: 0;
  left: 35px;
  width: 1px;
  height: 100%;
  background: #ebebeb;
}
.rectangle-list a:before,
.rounded-list a:before {
  font-weight: 700;
  line-height: 2em;
  content: counter(li);
  top: 50%;
  counter-increment: li;
  text-align: center;
}
.list-style-1 .list-group-submenu .list-group-item:after {
  background: #e0dfdf;
}
.list-style-1 .list-group-item,
.list-style-1 .list-group-submenu .list-group-item {
  padding: 10px 15px 10px 50px !important;
}
.ex li,
.ex ol {
  padding: 0;
}
.ex ol {
  margin-bottom: 2em;
  list-style: none;
  counter-reset: li;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ex ol ol {
  margin: 0 0 0 2em;
}
.rounded-list a {
  position: relative;
  display: block;
  margin: 0.5em 0;
  padding: 1em 1em 1em 4em;
  text-decoration: none;
  border-radius: 0.3em;
  background: #f7f7f7;
}
.rounded-list a:hover {
  background: #eee;
}
.rounded-list a:before {
  position: absolute;
  left: 0.7em;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.3em;
  transition: all 0.3s ease-out;
  border: 0.3em solid #fff;
  border-radius: 2em;
  background: #fff;
}
.rectangle-list a {
  position: relative;
  display: block;
  margin: 0.5em 0 0.5em 2.5em;
  padding: 0.4em 0.4em 0.4em 0.8em;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #444;
  background: #ddd;
}
.rectangle-list a:hover {
  background: #eee;
}
.rectangle-list a:before {
  position: absolute;
  left: -2.5em;
  width: 2em;
  height: 2em;
  margin-top: -1em;
}
.rectangle-list a:after {
  position: absolute;
  top: 50%;
  left: -1em;
  margin-top: -0.5em;
  content: '';
  transition: all 0.3s ease-out;
  border: 0.5em solid transparent;
}
.rectangle-list a:hover:after {
  left: -0.5em;
}
.circle-list li {
  padding: 1.5em 1.5em 1.5em 2.5em;
  border-bottom: 1px dashed #ccc;
}
.circle-list li:last-child {
  border-bottom: none;
}
.circle-list span {
  position: relative;
  margin: 0;
}
.circle-list p {
  margin: 0;
}
.circle-list span:before {
  line-height: 1.9em;
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -2.5em;
  width: 1.9em;
  height: 1.9em;
  content: counter(li, decimal);
  counter-increment: li;
  transition: all 0.4s ease-out 0s;
  text-align: center;
  color: #444;
  border: 0.1em solid rgba(0, 0, 0, 0.05);
  border-radius: 1.5em;
  background: #f5f5f5;
}
.circle-list li:hover span:before {
  transform: scale(1.5);
  color: #444;
  border-width: -0.8em;
  border-color: rgba(0, 0, 0, 0.08);
}
.list-group-item i {
  float: right;
  padding-top: 5px;
  padding-left: 10px;
}
.arrow-list .list-group-submenu .list-group-item,
.ex-panel.front-toggle .list-group-item {
  padding-left: 30px;
}
.list-group-item.in:hover,
.list-group-submenu .list-group-item {
  background-color: #f5f5f5;
}
.list-group-item.in,
.list-group-item.in:focus {
  background-color: #fff;
}
.ex-panel .list-group-item.in.collapsed:after,
.ex-panel .list-group-item.in:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 2px;
  content: '';
  background-color: #555;
}
.ex-panel .list-group-item.in.collapsed:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 22px;
  width: 2px;
  height: 13px;
  content: '';
  background-color: #555;
}
.ex-panel .list-group-item.in:before {
  content: none;
}
.ex-panel.front-toggle .list-group-item:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 2px;
  content: '';
  background-color: #555;
}
.ex-panel.front-toggle .list-group-item.in.collapsed:before {
  left: 5px;
  height: 12px;
}
.ex-panel.front-toggle .list-group-item.in.collapsed:after {
  left: 0;
  width: 12px;
}
.border-none.panel {
  box-shadow: none;
}
.border-none .list-group-item,
.no-border {
  border: none !important;
}
.border-none .list-group-item:hover,
.border-none .list-group-submenu .list-group-item {
  background-color: transparent;
}
.ex-panel.border-none.front-toggle .list-group-item {
  margin-bottom: 0;
  border-bottom: 1px solid #f5f5f5;
}
.ex-panel.border-none.front-toggle .list-group-item.in {
  border-bottom: 1px solid #d2d2d2;
}
.ex-panel.border-none.front-toggle .list-group-item.in.collapsed {
  border-bottom: 1px solid #f5f5f5;
}
.arrow-list .list-group-item:before {
  font-family: FontAwesome;
  font-size: 11px;
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  content: '\f105';
}
.arrow-list .list-group-submenu .list-group-item:before {
  left: 15px;
}
.carousel-control.left,
.carousel-control.right {
  background: 0 0;
}
.carousel-control > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.meta-list li:after,
.owl-carousel .owl-controls .owl-nav div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.slider-section {
  padding: 0;
}
.owl-carousel .animated {
  visibility: visible;
}
.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.owl-carousel .item.dark-overlay:after,
.owl-carousel .item.light-overlay:after {
  background: rgba(0, 0, 0, 0.3);
}
.owl-carousel .item.light-overlay:after {
  background: rgba(255, 255, 255, 0.3);
}
.owl-carousel .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 15px;
  margin-right: 7.5px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 15px;
  margin-left: 7.5px;
}
.owl-controls .owl-nav > div {
  line-height: 50px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav > div {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  -khtml-border-radius: 0;
}
.owl-theme .owl-nav > div:hover {
  background: rgba(255, 255, 255, 0.6);
}
.owl-carousel .owl-controls .owl-nav .owl-next:after,
.owl-carousel .owl-controls .owl-nav .owl-prev:after {
  font-family: FontAwesome;
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  right: 0;
  left: 0;
  content: '\f104';
  color: inherit;
}
.owl-carousel .owl-controls .owl-nav .owl-next:after {
  content: '\f105';
}
.owl-carousel.navigation-dark .owl-nav {
  margin-bottom: 0px;
}
.owl-carousel.navigation-dark .owl-nav > div {
  color: #fff;
  background: #333;
}
.owl-carousel.navigation-dark .owl-nav > div:hover {
  background: rgba(0, 0, 0, 0.6);
}
.owl-carousel.navigation-colored .owl-nav .owl-next:hover:after,
.owl-carousel.navigation-colored .owl-nav .owl-prev:hover:after,
.owl-carousel.navigation-colored .owl-nav > div {
  color: #fff;
}
.owl-carousel.navigation-dark.navigation-transparent .owl-nav > div:hover,
.owl-carousel.navigation-transparent .owl-nav > div,
.owl-carousel.navigation-transparent .owl-nav > div:hover .owl-carousel.navigation-dark.navigation-transparent .owl-nav > div {
  background: 0 0;
}
.owl-carousel.navigation-transparent .owl-controls .owl-nav .owl-next:after,
.owl-carousel.navigation-transparent .owl-controls .owl-nav .owl-prev:after {
  font-size: 60px;
  font-weight: 400;
}
.owl-carousel.nav-circle .owl-controls .owl-nav > div:after,
.owl-carousel.nav-mini .owl-controls .owl-nav .owl-next:after,
.owl-carousel.nav-mini .owl-controls .owl-nav .owl-prev:after {
  font-size: 15px;
}
.owl-carousel.nav-bottom .owl-controls .owl-nav,
.owl-carousel.nav-bottom-left .owl-controls .owl-nav,
.owl-carousel.nav-bottom-right .owl-controls .owl-nav,
.owl-carousel.nav-top .owl-controls .owl-nav,
.owl-carousel.nav-top-left .owl-controls .owl-nav,
.owl-carousel.nav-top-right .owl-controls .owl-nav {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 15px;
}
.owl-carousel.nav-bottom .owl-controls .owl-nav div,
.owl-carousel.nav-bottom-left .owl-controls .owl-nav div,
.owl-carousel.nav-bottom-right .owl-controls .owl-nav div,
.owl-carousel.nav-top .owl-controls .owl-nav div,
.owl-carousel.nav-top-left .owl-controls .owl-nav div,
.owl-carousel.nav-top-right .owl-controls .owl-nav div {
  position: relative;
  right: 0;
  left: 0;
  display: inline-block;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.owl-carousel.nav-top .owl-controls .owl-nav,
.owl-carousel.nav-top-left .owl-controls .owl-nav,
.owl-carousel.nav-top-right .owl-controls .owl-nav {
  top: 0;
}
.owl-carousel.nav-bottom-right .owl-controls .owl-nav,
.owl-carousel.nav-bottom-right.nav-outer .owl-controls .owl-nav,
.owl-carousel.nav-top-right .owl-controls .owl-nav,
.owl-carousel.nav-top-right.nav-outer .owl-controls .owl-nav {
  right: 0;
  left: auto;
}
.owl-carousel.nav-bottom-left .owl-controls .owl-nav,
.owl-carousel.nav-top-left .owl-controls .owl-nav {
  right: auto;
  left: 0;
}
.owl-carousel.nav-outer .owl-controls .owl-nav .owl-prev {
  left: -70px;
}
.owl-carousel.nav-outer .owl-controls .owl-nav .owl-next {
  right: -70px;
}
.owl-carousel.nav-bottom-left.nav-outer .owl-controls .owl-nav > div,
.owl-carousel.nav-bottom-right.nav-outer .owl-controls .owl-nav > div,
.owl-carousel.nav-bottom.nav-outer .owl-controls .owl-nav > div,
.owl-carousel.nav-top-left.nav-outer .owl-controls .owl-nav > div,
.owl-carousel.nav-top-right.nav-outer .owl-controls .owl-nav > div,
.owl-carousel.nav-top.nav-outer .owl-controls .owl-nav > div {
  right: 0;
  left: 0;
}
.owl-carousel.nav-bottom-left.nav-outer .owl-controls .owl-nav,
.owl-carousel.nav-bottom-right.nav-outer .owl-controls .owl-nav,
.owl-carousel.nav-bottom.nav-outer .owl-controls .owl-nav {
  bottom: -70px;
  margin: 0;
}
.owl-carousel.nav-top-left.nav-outer .owl-controls .owl-nav,
.owl-carousel.nav-top-right.nav-outer .owl-controls .owl-nav,
.owl-carousel.nav-top.nav-outer .owl-controls .owl-nav {
  top: -70px;
  margin: 0;
}
.owl-carousel.nav-rounded .owl-controls .owl-nav > div {
  border-radius: 5px;
}
.owl-carousel.nav-circle .owl-controls .owl-nav > div {
  border-radius: 50%;
}
.owl-carousel.nav-mini .owl-controls .owl-nav > div {
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.owl-carousel.nav-mini .owl-controls .owl-nav .owl-prev {
  margin-right: 2.5px;
}
.owl-carousel.nav-mini .owl-controls .owl-nav .owl-next {
  margin-left: 2.5px;
}
.owl-carousel.show-nav-hover .owl-controls .owl-nav .owl-prev {
  left: -15px;
  opacity: 0;
}
.owl-carousel.show-nav-hover .owl-controls .owl-nav .owl-next {
  right: -15px;
  opacity: 0;
}
.owl-carousel.show-nav-hover:hover .owl-controls .owl-nav .owl-prev {
  left: 15px;
  opacity: 1;
}
.owl-carousel.show-nav-hover:hover .owl-controls .owl-nav .owl-next {
  right: 15px;
  opacity: 1;
}
.owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 7px;
  background: rgba(255, 255, 255, 0.5);
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.8);
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: 0 0;
}
.owl-theme.dots-mini .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
}
.owl-theme.dot-style1 .owl-dots .owl-dot {
  margin: 4px;
  border: 2px solid transparent;
}
.owl-theme.dot-style1 .owl-dots .owl-dot.active,
.owl-theme.dot-style1 .owl-dots .owl-dot:hover {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-theme.dot-style1 .owl-dots .owl-dot.active span {
  background: rgba(255, 255, 255, 0.8);
}
.owl-theme.dots-square .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.owl-carousel.dots-bottom-right .owl-dots,
.owl-carousel.dots-top-right .owl-dots {
  right: 0;
  left: auto;
}
.owl-carousel.dots-bottom-left .owl-dots,
.owl-carousel.dots-top-left .owl-dots {
  right: auto;
  left: 0;
}
.owl-carousel.dots-top .owl-dots,
.owl-carousel.dots-top-left .owl-dots,
.owl-carousel.dots-top-right .owl-dots {
  top: 0;
}
.owl-carousel.dots-left .owl-dots .owl-dot,
.owl-carousel.dots-right .owl-dots .owl-dot {
  display: block;
}
.owl-carousel.dots-left .owl-dots,
.owl-carousel.dots-right .owl-dots {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.owl-carousel.dots-right .owl-dots {
  right: 0;
  left: auto;
}
.owl-carousel.dots-left .owl-dots {
  right: auto;
  left: 0;
}
.owl-carousel.dots-outer .owl-dots {
  bottom: -60px;
  margin: 0;
}
.owl-carousel.dots-outer {
  margin-bottom: 60px;
}
.owl-carousel.dots-top-left.dots-outer .owl-dots,
.owl-carousel.dots-top-right.dots-outer .owl-dots,
.owl-carousel.dots-top.dots-outer .owl-dots {
  top: -60px;
  margin: 0;
}
.owl-carousel.dots-dark .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.5);
}
.owl-carousel.dots-dark .owl-dots .owl-dot:hover span {
  background: rgba(0, 0, 0, 0.8);
}
.owl-carousel.dots-dark .owl-dots .owl-dot.active span {
  border: 2px solid #000;
  background: 0 0;
}
.vertical-align.slider-content {
  position: absolute;
  z-index: 99;
}
.slider-content h2 {
  font-size: 40px;
  font-weight: 900;
  margin-top: 0;
}
.slider-content p {
  font-size: 18px;
}
.slider-content p.normal {
  font-size: 15px;
}
.slider-content.text-center p {
  margin: 0 auto 30px;
}
.slider-content.text-right p {
  margin: 0 0 30px auto;
}
.slider-content.text-left p {
  margin: 0 auto 20px 0;
}
.slider-content .btn {
  margin-right: 0 15px;
}
.slider-content .btn.no-margin {
  margin: 0;
}
.owl-item .animated {
  visibility: hidden;
}
.owl-item .animated.visible {
  visibility: visible;
}
.pagination > li > a,
.pagination > li > span {
  font-weight: 400;
}
.pagination.style1 > li > a,
.pagination.style1 > li > span {
  border: none;
}
.pagination.style1 > li > a:focus,
.pagination.style1 > li > a:hover,
.pagination.style1 > li > span:focus,
.pagination.style1 > li > span:hover {
  background: 0 0;
}
.pagination.style2 > li > a,
.pagination.style2 > li > span {
  margin: 3px;
  padding: 6px 13px;
  border-radius: 50%;
}
.pagination.style2 > li:first-child > a,
.pagination.style2 > li:first-child > span,
.pagination.style2 > li:last-child > a,
.pagination.style2 > li:last-child > span {
  border: none;
}
.pager.style3 {
  display: inherit;
  margin: 20px 0;
}
.pager.style3 li > a,
.pager.style3 li > span {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  padding: 6px 24px;
  border: 1px solid #ddd;
  border-radius: 25px;
}
.pagination.style3 li.previous > a,
.pagination.style3 li.previous > span {
  float: left;
}
.pagination.style3 li.next > a,
.pagination.style3 li.next > span {
  float: right;
}
.load-more {
  display: none;
}
.load-more.active {
  display: block;
}
.item-box {
  padding: 30px;
}
.item-box1 {
  padding: 40px;
}
.item-box2 {
  padding: 50px;
}
.item-box3 {
  padding: 60px;
}
.feature-box {
  margin-bottom: 30px;
}
.owl-item .feature-box {
  margin-bottom: 0;
}
.feature-box .feature-inner-wrapper,
.feature-box .feature-title,
.feature-box .icon-wrapper i {
  margin: 0 0 15px;
}
.feature-box .feature-category {
  padding: 0 0 15px;
}
.feature-title.bottom-line,
.text-center .feature-title.bottom-line,
.text-right .feature-title.bottom-line {
  margin-bottom: 50px;
}
.feature-title.bottom-line:after,
.text-center .feature-title.bottom-line:after,
.text-right .feature-title.bottom-line:after {
  position: absolute;
  bottom: -20px;
}
.text-center .feature-title.bottom-line:after {
  right: 0;
  left: 0;
}
.feature-box.style-2 .feature-title,
.feature-box.style-2 .icon-wrapper i {
  margin-bottom: 0;
}
.feature-box.style-2 .icon-wrapper,
.feature-box.style-2 .title-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.feature-box.style-2 .icon-wrapper,
.feature-box.style-3 .icon-wrapper {
  padding-right: 25px;
}
.feature-box.style-2.text-right .icon-wrapper,
.feature-box.style-3.text-right .icon-wrapper {
  padding: 0 0 0 15px;
}
.feature-box.style-3 .icon-wrapper,
.feature-box.style-3 .inner-wrapper {
  display: table-cell;
  vertical-align: top;
}
.feature-box.style-3.i-adjust .icon-wrapper {
  padding-top: 15px;
}
.feature-box.style-3.text-center .icon-wrapper,
.feature-box.style-3.text-center .inner-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.feature-box.style-3.text-center .icon-wrapper {
  padding: 0;
}
.feature-box.style-4 {
  margin-top: 30px;
  padding: 15px 15px 30px;
  border: 1px solid #f7f7f7;
}
.style-4-box {
  margin-top: -50px;
}
.feature-box.style-5 .icon-wrapper {
  position: absolute;
}
.feature-box.style-5 .title-wrapper {
  margin-left: 150px;
}
.title-wrapper {
  position: relative;
}
.process-step {
  font-size: 70px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  color: #f7f7f7;
}
.style-box .process-step {
  font-size: 15px;
  line-height: 40px;
  right: auto;
  left: auto;
  width: 40px;
  height: 40px;
  margin-left: -22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
.feature-box.style-6 {
  margin-top: 35px;
  border: 2px solid #f7f7f7;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -khtml-border-radius: 15px;
}
.feature-box.style-6 img {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -khtml-border-radius: 15px 15px 0 0;
}
.feature-box.style-6.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.feature-box.style-6.rounded img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
}
.feature-box.style-6 .feature-image {
  position: relative;
}
.feature-box.style-6 .feature-text {
  padding: 0 25px 25px;
}
.feature-box.style-6 i {
  line-height: 70px;
  position: absolute;
  top: -35px;
  right: auto;
  left: auto;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  border: 7px solid #fff;
}
.feature-box.style-6:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-image,
.post-image {
  margin-bottom: 20px;
}
.text-center img {
  display: inline-block !important;
}
.progress {
  overflow: visible;
}
.progress,
.progress-bar {
  line-height: inherit;
  position: relative;
  float: none;
  color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.progress.lable-on-top .progress-label {
  position: absolute;
  right: -17px;
  bottom: 100%;
  margin-bottom: 15px;
  padding: 5px;
}
.progress.lable-on-top .progress-label.circle {
  font-size: 10px;
  line-height: 30px;
  right: -16px;
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}
.progress.lable-on-top .progress-label:after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: inherit;
}
.progress.lable-on-top .progress-label.circle:after {
  bottom: -3px;
}
.piechart {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.piechart > canvas {
  display: inline-block;
}
.piechart span {
  font-size: 30px;
  font-weight: 900;
}
.piechart span::after {
  content: '%';
  font-size: 20px;
}
.piechart.sm span::after {
  content: '%';
  font-size: 7px;
}
.icon-wrapper.piechart span {
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 11px;
  left: 17px;
}
.map-canvas img {
  max-width: initial !important;
}
.counter-wrapper {
  margin-bottom: 30px;
}
.counter-wrapper i {
  margin-bottom: 15px;
}
.counter-wrapper .bottom-line {
  margin-bottom: 30px;
}
.number-counter {
  line-height: 1;
  font-size: 40px;
  margin: 0 0 15px;
}
.panel-group .panel-title > a {
  display: block;
}
.panel-group .panel-heading {
  position: relative;
  padding: 5px 15px;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.accordion-plus.panel-group .panel-title > a:after {
  font-family: FontAwesome;
  font-size: 14px;
  float: right;
  content: '\f068 ';
}
.accordion-plus.panel-group .panel-title > a.collapsed:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: '\f067 ';
}
.accordion-arrow.panel-group .panel-title > a:after {
  font-family: FontAwesome;
  float: right;
  content: '\f107 ';
}
.accordion-arrow.panel-group .panel-title > a.collapsed:after {
  font-family: FontAwesome;
  content: '\f105 ';
}
.accordion-flat.panel-group .panel,
.accordion-flat.panel-group .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.accordion-bordered .panel-heading:after,
.accordion-bordered-top .panel-heading:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
}
.accordion-bordered-top .panel-heading:after {
  top: -1px;
  bottom: auto;
}
.accordion-bordered .panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-bordered .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-group.no-pad .panel-body,
.panel-group.no-pad .panel-heading {
  padding-right: 0;
  padding-left: 0;
}
.accordion-content-light .panel-body,
.accordion-title-light .panel-default > .panel-heading {
  border-color: #e1e1e1;
  background: #fff;
}
.accordion-content-dark .panel-body,
.accordion-title-dark .panel-default,
.accordion-title-dark .panel-default > .panel-heading {
  color: #fff;
  border-color: #7c7c7c;
  background: #333;
}
.accordion-content-transparent .panel-body,
.accordion-content-transparent .panel-default,
.accordion-title-transparent .panel-default > .panel-heading {
  border-color: rgba(255, 255, 255, 0.2);
  background: 0 0;
}
.accordion-transparent .panel-default {
  border-color: rgba(0, 0, 0, 0.5);
}
.nav-tabs.text-center > li,
.nav-tabs.text-right > li {
  display: inline-block;
  float: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: 0 0;
}
.tab-content {
  padding: 15px;
  border: 1px solid #e1e1e1;
}
.tab-content.no-border {
  padding: 0;
  border: none;
}
.tab-content .tab-pane {
  position: relative;
}
.dark-bg.tab-content {
  border-color: #333;
}
.tabs-left .nav-tabs,
.tabs-right .nav-tabs {
  padding-top: 2px;
  border-bottom: none;
}
.tabs-left .nav-tabs {
  padding: 0;
  border-right: 1px solid #e1e1e1;
}
.tabs-right .nav-tabs {
  padding: 0;
  border-left: 1px solid #e1e1e1;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  float: none;
  margin: 0 0 2px;
}
.tabs-left .nav-tabs,
.tabs-left .tab-content,
.tabs-right .nav-tabs,
.tabs-right .tab-content {
  display: table-cell;
  vertical-align: top;
}
.tabs-right .tab-tabs {
  float: right;
}
.tabs-left .tab-content {
  border-left: none;
}
.tabs-right .tab-content {
  border-right: none;
}
.tabs-left .nav-tabs > li.active > a,
.tabs-left .nav-tabs > li.active > a:focus,
.tabs-left .nav-tabs > li.active > a:hover {
  border-right-color: transparent;
}
.tabs-right .nav-tabs > li.active > a,
.tabs-right .nav-tabs > li.active > a:focus,
.tabs-right .nav-tabs > li.active > a:hover {
  border-left-color: transparent;
}
.tabs-left .nav-tabs > li > a {
  display: block;
  margin-right: 0;
  border-radius: 4px 0 0 4px;
}
.tabs-right .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0 4px 4px 0;
}
.pricing-wrapper {
  position: relative;
  text-align: center;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.pricing-wrapper .pricing-head {
  position: relative;
  z-index: 1;
  padding: 50px 15px 30px;
}
.pricing-head .pricing-title {
  margin-bottom: 0;
}
.price-sub {
  margin-top: 15px;
}
.pricing-details .price,
.pricing-head .price {
  font-size: 70px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.price.bottom-line {
  margin-bottom: 35px;
}
.pricing-details .price > .duration,
.pricing-details .price > .unit,
.pricing-head .price > .duration,
.pricing-head .price > .unit {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
}
.pricing-details .price > .duration,
.pricing-head .price > .duration {
  top: auto;
  right: auto;
  bottom: 0;
  left: 100%;
  min-width: 45px;
}
.pricing-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-details ul > li {
  padding: 10px 0;
}
.pricing-details li.li-border:before {
  position: relative;
  top: -10px;
  display: block;
  height: 1px;
  margin: 0 15px;
  content: '';
  border-top: 1px solid #e1e1e1;
}
.pricing-details li:first-child:before {
  content: none;
}
.pricing-btn-block {
  padding: 25px 15px 15px;
}
.pricing-btn-block.pricing-btn1 {
  padding: 25px 15px 50px;
}
.pricing-btn-block .btn {
  margin: 0;
}
.pricing-wrapper.featured-price {
  margin: -25px -15px 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.pricing-wrapper.featured-price .pricing-head {
  padding: 35px 15px;
}
.pricing-wrapper .pricing-ribbon-wrapper {
  position: absolute;
  top: -3px;
  right: -4px;
  overflow: hidden;
  width: 85px;
  height: 88px;
}
.pricing-wrapper .pricing-ribbon-wrapper .pricing-ribbon {
  font-size: 12px;
  position: relative;
  z-index: 9;
  top: 9px;
  left: -2px;
  width: 120px;
  padding: 5px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.pricing-head.v-shape:after,
.pricing-head.v-shape:before {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 50%;
  height: 101%;
  background: inherit;
  content: '';
}
.pricing-wrapper .pricing-ribbon-wrapper .pricing-ribbon:after,
.pricing-wrapper .pricing-ribbon-wrapper .pricing-ribbon:before {
  position: absolute;
  bottom: -3px;
  content: '';
  border-top: 3px solid #333;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.pricing-wrapper .pricing-ribbon-wrapper .pricing-ribbon:before {
  left: 4px;
}
.pricing-wrapper .pricing-ribbon-wrapper .pricing-ribbon:after {
  right: 3px;
}
.price.bottom-line:after {
  right: 0;
  bottom: -30px;
  left: 0;
  margin: 0 auto;
}
.pricing-head.v-shape {
  margin-bottom: 35px;
  padding-bottom: 10px !important;
}
.pricing-head.v-shape:after {
  right: 0;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
}
.pricing-head.v-shape:before {
  left: 0;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
}
.gallery-overlay:hover:before,
.play-video a:before {
  font-family: FontAwesome;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
}
.pricing-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.client-grid {
  width: 100%;
  list-style: none;
}
.client-grid > li {
  position: relative;
  float: left;
  padding: 20px 0;
}
.client-grid > li > img {
  margin: 0 auto;
}
.client-grid > li:after,
.client-grid > li:before {
  position: absolute;
  content: '';
}
.client-grid > li:before {
  left: -1px;
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.client-grid > li:after {
  bottom: -1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.client-grid.no-border > li:after,
.client-grid.no-border > li:before {
  border: none;
}
.client-grid.client-grid-6 > li {
  width: 16.66%;
}
.client-grid.client-grid-5 > li {
  width: 20%;
}
.client-grid.client-grid-4 > li {
  width: 25%;
}
.client-grid.client-grid-3 > li {
  width: 33.3%;
}
.client-grid.client-grid-2 > li {
  width: 50%;
}
.client-grid.border-none > li:after,
.client-grid.border-none > li:before {
  border: none !important;
}
.gallery-overlay {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  background: #171717;
}
.gallery-overlay.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
.gallery-overlay.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.gallery-overlay:hover img {
  opacity: 0.5;
}
.gallery-overlay:hover:before {
  font-size: 24px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  content: '\f002';
  color: #fff;
}
.gallery-overlay.play-video:hover:before {
  content: none;
}
.play-video {
  position: relative;
}
.play-video a:before {
  font-size: 60px;
  position: absolute;
  z-index: 9;
  left: 0;
  content: '\f01d';
  color: rgba(0, 0, 0, 0.5);
}
.form-control,
.form-control:focus {
  color: #333;
  border-color: #e1e1e1;
}
.form-control.typo-light:focus {
  color: #a5a4a4;
}
input.form-control {
  height: 40px;
}
.contact-form input.form-control,
.form-big input.form-control {
  height: 50px;
}
label.checkbox-label {
  margin-left: 10px;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.input-group-addon,
.input-group-btn .btn.btn-default {
  margin-bottom: 0;
  padding: 8px 14px;
  color: #fff;
}
i.form-control-feedback {
  line-height: 34px;
}
.contact-form .has-feedback label ~ .form-control-feedback {
  top: 39px;
}
.form-flat .form-control,
.form-flat .input-group-addon,
.form-flat .input-group-btn .btn.btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.form-dark .form-control {
  color: #fff;
  border-color: #7c7c7c;
  background: #333;
}
.form-transparent .form-control {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: 0 0;
}
.form-transparent .form-control::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.form-transparent .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.form-dark.form-transparent .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  background: 0 0;
}
.form-dark.form-transparent .form-control::-moz-placeholder {
  opacity: 1;
  color: #333;
}
.form-dark.form-transparent .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}
.form-theme .form-control {
  background: 0 0;
}
.form-theme .form-control:focus {
  border-color: #7c7c7c;
}
.form-box {
  padding: 40px;
  border: 1px solid #f7f7f7;
}
.form-box.style1 {
  padding: 0;
  border: 4px double #f7f7f7;
}
.form-box.style2,
.form-box.style3 {
  border: none;
  background: rgba(0, 0, 0, 0.4);
}
.form-box.style1 .custom-form {
  padding: 40px 80px;
}
.form-box-title {
  font-weight: 800;
  padding: 30px 80px;
}
.form-box.style3 {
  padding: 20px;
}
.form-big .input-group-addon,
.form-big .input-group-btn .btn.btn-default {
  margin-bottom: 0;
  padding: 13px 20px;
  color: #fff;
}
.form-big i.form-control-feedback {
  line-height: 50px;
}
.sitemap li {
  float: left;
  width: 25%;
}
.contact-form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -khtml-border-radius: 0;
}
.inline-form .form-group {
  float: left;
  width: 49.2%;
}
.inline-form .form-group:first-child {
  margin-right: 1.6%;
}
.inline-form-3 .form-group {
  float: left;
  width: 32.3%;
  margin-right: 1%;
}
.inline-form-3 .form-group:last-child {
  margin-right: 0 !important;
}
.inline-form-4 .form-group {
  float: left;
  width: 24%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 1%;
}
.inline-form-4 .form-group:last-child {
  margin-right: 0 !important;
}
section.separator-section {
  z-index: auto;
  overflow: visible;
  padding-bottom: 160px;
}
.curve-separator,
.sep-btriangle,
.sep-btriangle-left,
.sep-btriangle-right,
.slant-left,
.slant-right {
  position: absolute;
  bottom: -1px;
}
.sep-btriangle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sep-btriangle-right,
.slant-right {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.curve-separator {
  z-index: 9;
  top: 100%;
  bottom: auto;
}
.modal {
  background: rgba(0, 0, 0, 0.5);
}
.modal-body {
  padding: 0 40px 40px;
}
.modal-header {
  border: 0;
}
.modal-title {
  display: inline-block;
}
.modal-dialog.sign-up {
  max-width: 400px;
}
.more-link-inverse.text-white:focus,
.more-link-inverse.text-white:hover,
.text-white,
.text-white-hover:hover,
a.text-white {
  color: #fff !important;
}
.more-link-inverse.text-light:focus,
.more-link-inverse.text-light:hover,
.text-light,
a.text-light {
  color: #e7e7e7 !important;
}
.more-link-inverse.text-lighter:focus,
.more-link-inverse.text-lighter:hover,
.text-lighter,
a.text-lighter {
  color: #f5f5f5 !important;
}
.more-link-inverse.text-black:focus,
.more-link-inverse.text-black:hover,
.text-black,
a.text-black {
  color: #000 !important;
}
.more-link-inverse.text-white:focus,
.more-link-inverse.text-white:hover,
.text-dark,
a.text-dark {
  color: #555 !important;
}
.more-link-inverse.text-darker:focus,
.more-link-inverse.text-darker:hover,
.text-darker,
a.text-darker {
  color: #222 !important;
}
.more-link-inverse.text-blue:focus,
.more-link-inverse.text-blue:hover,
.text-blue,
a.text-blue {
  color: #3498db !important;
}
.more-link-inverse.text-yellow:focus,
.more-link-inverse.text-yellow:hover,
.text-yellow,
a.text-yellow {
  color: #ff6b57 !important;
}
.more-link-inverse.text-green:focus,
.more-link-inverse.text-green:hover,
.text-green,
a.text-green {
  color: #32c5d2 !important;
}
.more-link-inverse.text-purple:focus,
.more-link-inverse.text-purple:hover,
.text-purple,
a.text-purple {
  color: #b771b0 !important;
}
.more-link-inverse.text-red:focus,
.more-link-inverse.text-red:hover,
.text-red,
a.text-red {
  color: #eb5d68 !important;
}
.more-link-inverse.text-gray:focus,
.more-link-inverse.text-gray:hover,
.text-gray,
a.text-gray {
  color: #525e64 !important;
}
.quote {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  padding: 10px 0 10px 60px;
}
.quote:after {
  font-family: arial;
  font-size: 85px;
  font-style: normal;
  position: absolute;
  top: 37px;
  left: 0;
  content: '“';
}
.client-bio {
  padding: 20px 0 0;
}
.client-bio h6 {
  margin-bottom: 0;
}
.posi {
  font-size: 15px;
  font-weight: 400;
}
.meta-date,
.occupation {
  font-size: 13px;
}
.team-member-social i {
  margin: 5px;
}
.member-detail {
  padding-top: 30px;
}
.occupation {
  display: block;
}
.client-says img {
  width: 100px !important;
  margin-bottom: 20px;
}
.client-says.text-center img {
  margin: 0 auto 20px;
}
.client-says .client-name {
  font-weight: 600;
  padding-top: 10px;
}
.about-me-image {
  margin-top: -50px;
}
.list-post {
  margin-bottom: 60px;
}
.grid-post .post-item,
.list-post .post-image,
.post-title {
  margin-bottom: 30px;
}
.grid-post .post-image img,
.list-post .post-image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.post-comments {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f7f7f7;
}
.post-comments .comment-meta {
  font-size: 1.2rem;
}
.comment-meta span:first-child {
  margin-left: 0;
}
.comment-meta span {
  margin-right: 1rem;
  margin-left: 1rem;
}
.comment-list ul,
.post-comments .comment-content {
  margin-left: 10rem;
}
.comment-list {
  margin-bottom: 0;
}
.comment-list li {
  margin-bottom: 5rem;
  list-style: none;
}
.comment-list li:last-child {
  margin-bottom: 0;
}
.comment-list ul {
  margin-top: 5rem;
}
.post-comments .comment-meta a {
  font-weight: 400;
}
.post-comments .name {
  font-weight: 400;
  margin-bottom: 1rem;
}
.comment-form textarea {
  min-height: 20rem;
}
.post-comment-respond .comment-form .column {
  float: left;
}
.post-author,
.post-comment-respond,
.post-comments {
  border-color: #eee;
}
.post-comments .user-avatar {
  float: left;
  max-width: 7rem;
}
.post-comments .comment-content,
.post-comments .comment-content p {
  font-size: 14px;
}
.comment-meta,
.meta-list li {
  font-size: 13px;
}
.post-comments .user-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comment-reply-link {
  padding-left: 10px;
}
.author-comments {
  padding: 20px;
  background: #f7f7f7;
}
.z-index0 {
  z-index: 0;
}
.z-index1 {
  z-index: 1;
}
.z-index-1 {
  z-index: -1;
}
.meta-list {
  margin: 0;
  padding: 0;
}
.meta-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
}
.meta-list li:first-child {
  padding-left: 0;
}
.meta-list li:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  content: '';
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #999;
}
.meta-list li:last-child:after {
  content: none;
}
.meta-list li i {
  padding-right: 7px;
}
.video-box {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 22px;
  padding-bottom: 56.25%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.audio-container.embed-container {
  line-height: 0;
}
.audio,
.video-box .fitvids {
  border: none;
}
.right-sidebar .sidebar-content,
.two-sidebar .sidebar-content {
  border-right: 1px solid #f7f7f7;
  padding-right: 30px;
}
.sidebar-left-border,
.sidebar-right-border,
.two-sidebar .sidebar-content {
  border-left: 1px solid #f7f7f7;
}
.sidebar-wrapper {
  padding: 0;
}
.left-sidebar .sidebar-content {
  float: right;
  padding-left: 30px;
  border-left: 1px solid #f7f7f7;
}
.two-sidebar .sidebar-content {
  padding-left: 30px;
}
.left-sidebar .sidebar,
.left-sidebar .sidebar-content,
.right-sidebar .sidebar,
.right-sidebar .sidebar-content,
.two-sidebar .sidebar-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.left-sidebar .sidebar {
  padding-right: 30px;
}
.right-sidebar .sidebar {
  padding-left: 30px;
}
.two-sidebar.right-sidebar .sidebar1 {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
.widget {
  margin-bottom: 40px;
}
.widget-title {
  padding-bottom: 20px;
}
.sidebar .widget-title {
  padding-bottom: 10px;
}
.recent-item {
  margin-bottom: 25px;
}
.recent-block .recent-img {
  float: left;
  width: 70px;
  min-height: 60px;
}
.recent-block .recent-text {
  margin-left: 80px;
}
.recent-title {
  font-size: 14px !important;
  margin-bottom: 5px;
}
.tags-widget {
  display: table;
}
.tags-widget li {
  float: left;
  margin: 0 3px 3px 0;
  list-style: none;
}
.tags-widget li a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  height: 30px;
  padding: 0 8px;
  text-decoration: none;
  background: #f7f7f7;
}
.page-header,
.page-header.default {
  padding: 80px 0;
  border: none;
  margin: 0;
}
.page-header.default {
  border-bottom: 5px solid;
}
.page-header.minimal {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.page-header h2.small,
.page-header.minimal h2 {
  font-size: 21px;
  line-height: 35px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-header.minimal p {
  margin-bottom: 5px;
}
.breadcrumb {
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: 0 0;
}
.breadcrumb > li + li:before {
  content: '- ';
}
.page-header.page-title-left .breadcrumb {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  width: auto;
  margin: -10px 0 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
.product-filter,
.product-meta {
  margin-bottom: 20px;
}
.shop-review-tabs .comments,
.shop-review-tabs .review-rating {
  margin-top: 30px;
}
.typo-light .breadcrumb > .active {
  color: #f7f7f7;
}
.typo-dark .breadcrumb > .active {
  color: #333;
}
.shop-section .product-title {
  padding: 25px 0 0;
}
.product-meta,
.product-meta a,
.product-result-count,
.shop-section .product-price del .amount {
  color: #999;
}
.mid-title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 10px 7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-filter {
  float: right;
}
.product-filter .nav-pills .dropdown {
  min-width: 200px;
  border: 1px solid #ccc;
}
.product-filter .nav-pills .dropdown-menu {
  min-width: 200px;
  margin-left: -1px;
}
.product-filter .nav-pills li a,
.product-meta,
.product-meta a {
  font-size: 14px;
  font-weight: 300;
  padding: 2px 15px;
  color: #999;
}
.product-filter .nav-pills .dropdown-toggle .caret {
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
}
.product-content,
.shop-review-tabs .comment-list li {
  margin-bottom: 30px;
}
.product-meta span {
  font-size: 13px;
  display: block;
}
.product-meta,
.product-meta a {
  padding: 2px 5px;
}
.product-rating {
  font-size: 14px;
  float: right;
}
.shop-review-tabs .tab-content {
  padding: 30px 0;
  border: none;
}
.shop-review-tabs .nav-tabs {
  border-bottom: 4px double #e1e1e1;
}
.shop-review-tabs .nav-tabs li a {
  border-color: transparent !important;
}
.shop-review-tabs .nav-tabs li.active a {
  border-color: #e1e1e1 !important;
}
#pageloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#pageloader .loader-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-47%);
}
#pageloader .loader-inner img {
  margin: 0 auto;
}
.footer {
  font-size: 15px;
}
.footer-top {
  padding-top: 40px;
}
.footer-bottom {
  font-size: 13px;
  padding: 20px 0;
}
address .feature-box {
  margin-bottom: 10px;
}
address .feature-box i {
  margin: 0 !important;
}
address .icon-wrapper i.fa {
  margin-top: 7px !important;
}
.footer-social-icons {
  margin-bottom: 0;
}
.footer-social-icons > li {
  display: inline-block;
  padding: 0 10px;
}
.footer-bottom-links {
  display: inline-block;
  margin-bottom: 0;
}
.footer-bottom-links > li {
  position: relative;
  display: inline-block;
}
.footer-bottom-links > li:last-child {
  border-right: 0;
}
.footer-bottom-links > li:after {
  position: absolute;
  top: 30%;
  right: -2px;
  width: 1px;
  height: 10px;
  content: '';
}
.footer.light-bg .footer-bottom-links > li:after {
  background: #eee;
}
.footer.dark-bg .footer-bottom-links > li:after {
  background: #aeadad;
}
.footer-bottom-links > li:last-child:after {
  content: none;
}
.footer-bottom-links > li a {
  font-size: 12px;
  padding: 0 10px;
}
.footer-bottom-links > li a:hover {
  text-decoration: underline;
}
.footer-widgets .menu li {
  float: left;
  width: 50%;
}
.footer .footer-top-border,
.footer.light-bg .footer-top-border {
  border-top: 1px solid #eee;
}
.footer.dark-bg .footer-top-border {
  border-top: 1px solid #3b3a3a;
}
.footer.light-bg,
.footer.light-bg .footer-bottom-links > li a:hover,
.footer.light-bg .footer-bottom-links > li:after,
.footer.light-bg .footer-bottom-links > li:last-child:after,
.footer.light-bg p {
  color: #666;
}
.footer.dark-bg,
.footer.dark-bg .footer-bottom-links > li a:hover,
.footer.dark-bg .footer-bottom-links > li:after,
.footer.dark-bg .footer-bottom-links > li:last-child:after,
.footer.dark-bg p {
  color: #aeadad;
}
.footer.dark-bg a {
  color: inherit;
}
.footer.dark-bg .a-active:hover {
  color: #aeadad !important;
}
.footer.light-bg .a-active:hover {
  color: #666 !important;
}
.footer.dark-bg .form-control,
.footer.dark-bg .form-control:focus,
.footer.dark-bg h1,
.footer.dark-bg h2,
.footer.dark-bg h3,
.footer.dark-bg h4,
.footer.dark-bg h5,
.footer.dark-bg h6 {
  color: #bbb;
}
.l-child {
  padding-right: 0 !important;
}
.footer .btn,
.form-group .btn,
.input-group .input-group-btn .btn,
.news-letter-form .btn {
  margin-top: 0 !important;
}
.footer.full-image {
  padding-bottom: 260px;
  background-position: bottom;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #444;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: #f7f7f7;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:after {
  content: '\f106';
  font-family: FontAwesome;
  position: relative;
}
#back-to-top:hover {
  background: #000;
}
#back-to-top.show {
  opacity: 1;
}
.column-5 {
  position: relative;
}
.column-5 .c-col-5 {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.separate-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  content: '';
}
.separate-bg.s-style1:after {
  margin-right: -100px;
  transform: skew(-10deg);
}
.s-left {
  padding-right: 80px;
}
.s-right {
  padding-left: 80px;
}
.separate-bg.ss1:after {
  width: 60%;
}
.separate-bg .container {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .column-5 .c-col-5 {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
}
.timeline-v,
.timeline-v li {
  padding: 1em 0;
}
.timeline-v {
  position: relative;
  width: 660px;
  margin: 20px auto 0;
  list-style-type: none;
}
.timeline-v.timeline-blog {
  width: 100%;
}
.timeline-v:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #505050;
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  z-index: 5;
}
.direction-l,
.direction-r {
  width: 300px;
  position: relative;
}
.timeline-v li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.direction-l {
  float: left;
  text-align: right;
}
.direction-r {
  float: right;
}
.timeline-blog .direction-l,
.timeline-blog .direction-r {
  width: 47.3%;
}
.flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}
.flag {
  position: relative;
  display: inline;
  background: #f8f8f8;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}
.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid;
  z-index: 10;
}
.direction-l .flag:after,
.direction-r .flag:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  margin-top: -8px;
  pointer-events: none;
  top: 50%;
}
.direction-r .flag:before {
  left: -40px;
}
.direction-l .flag:after {
  left: 100%;
  border: solid transparent;
  border-left-color: #f8f8f8;
  border-width: 8px;
}
.direction-r .flag:after {
  right: 100%;
  border: solid transparent;
  border-right-color: #f8f8f8;
  border-width: 8px;
}
.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: #fa5050;
  vertical-align: middle;
}
.direction-l .time-wrapper {
  float: left;
}
.direction-r .time-wrapper {
  float: right;
}
.time {
  display: inline-block;
  padding: 4px 6px;
  background: #f8f8f8;
}
.desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}
.direction-r .desc {
  margin: 1em 0 0 0.75em;
}
@media screen and (max-width: 660px) {
  .timeline-v {
    width: 100%;
    padding: 4em 0 1em;
  }
  .timeline-v li {
    padding: 2em 0;
  }
  .direction-l,
  .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }
  .flag-wrapper {
    text-align: center;
  }
  .flag {
    background: #fff;
    z-index: 15;
  }
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid;
    z-index: 10;
  }
  .direction-l .flag:after,
  .direction-r .flag:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    pointer-events: none;
  }
  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0;
    z-index: 14;
  }
  .direction-l .time-wrapper,
  .direction-r .time-wrapper {
    float: none;
  }
  .desc {
    position: relative;
    margin: 1em 0 0;
    padding: 1em;
    background: #f5f5f5;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }
  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0;
    padding: 1em;
    z-index: 15;
  }
}
@media screen and (min-width: 400px ?? max-width:660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0;
  }
}
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
}
.cd-horizontal-timeline li,
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .timeline:before {
  background: 0 0;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    content: 'desktop';
  }
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/base/cd-arrow.svg) no-repeat;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-left,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 100%;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.countdown-block {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countdown-row,
.special-btn {
  position: relative;
}
.countdown-rtl {
  direction: rtl;
}
.daycounter-container {
  margin: 0 aut0;
}
.countdown-holding span {
  color: #888;
}
.countdown-row {
  display: inline-block;
  clear: both;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.countdown-section {
  font-size: 75%;
  line-height: 100px;
  position: relative;
  display: block;
  float: left;
  width: 85px;
  height: 100px;
  margin: 15px;
  padding-left: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
}
.countdown-amount {
  font-family: arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.countdown-period {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.image-wrapper.border {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.special-btn .btn,
.top-social {
  position: absolute;
}
.special-btn .btn:focus,
.special-btn .btn:hover {
  background: #333 !important;
}
.top-social {
  right: 0;
  left: 0;
}
.footer-top-border5 {
  border-top: 5px solid;
}
.special-btn .center-btn {
  display: inline-block;
  padding: 10px 20px;
}
.cta-text {
  font-size: 19px;
  float: left;
  padding: 29px 0 27px;
}
.cta-btn {
  float: right;
  padding: 23px 0 22px;
}
.cta-btn button:last-child {
  margin-left: 7px !important;
}
.footer .btn-hv-dark:hover {
  background: #000;
}
.item-new,
.new-popup {
  background: red;
  color: #fff;
  position: absolute;
}
.bottom-shadow,
.btn.bottom-shadow {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
}
.bottom-shadow1,
.btn.bottom-shadow1 {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) !important;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) !important;
}
.no-overflow,
section.no-overflow {
  overflow: inherit !important;
}
.no-overflow.up-lg {
  padding-bottom: 250px;
}
.no-overflow.up-md {
  padding-bottom: 150px;
}
.top-up-lg {
  margin-top: -250px;
}
.top-up-md {
  margin-top: -160px;
}
.demo-showcase .feature-image {
  padding: 15px;
}
.demo-showcase .feature-image img {
  box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.demo-showcase .feature-box:hover .feature-image img {
  opacity: 1;
}
.item-new {
  top: -15px;
  font-size: 8px;
  padding: 2px 4px 0;
}
.item-new1 {
  background: red;
  color: #fff;
  font-size: 9px;
  line-height: 10px;
  margin-left: 10px;
  padding: 2px 4px 1px;
  position: absolute;
}
.new-popup {
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 auto;
  left: 0;
  top: 0;
}
.blink_me {
  animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -webkit-animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*=======================THEME RESPONSIVE STYLES ===============================
==================================================================*/
@media only screen and (min-width: 992px) {
  .header-top-section > .container,
  .header-top-section > .container-fluid {
    padding: 0;
  }
  .header-contact-details,
  .header-social-icons,
  .header-text-block {
    padding: 0 15px;
  }
  #nav-menu .navbar-right {
    margin: 0;
  }
  .navbar-nav > li > a > .menu-icon {
    font-size: 12px;
    padding: 0 5px;
  }
  .navbar-nav > li > a > .menu-icon.position-center {
    display: block;
    padding: 0;
    text-align: center;
  }
  .dropdown-menu > .dropdown > a:after {
    font-family: FontAwesome;
    font-size: 80%;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 50%;
    right: 15px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: inherit;
  }
  .navbar-nav .mega-menu-wrapper li:hover > a {
    background: 0 0;
  }
  .nav > li.mega-dropdown {
    position: static;
  }
  .dropdown-menu.mega-menu-wrapper {
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
  }
  .dropdown-menu.mega-menu-wrapper .mega-menu-col {
    padding: 20px 10px 15px;
  }
  .dropdown-menu.mega-menu-wrapper .menu-title {
    font-weight: 800;
  }
  .dropdown .dropdown-menu.mega-menu {
    position: relative;
    display: block;
    visibility: visible;
    width: 100%;
    opacity: 1;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }
  .dropdown-menu > li > a {
    padding: 12px 15px;
  }
  .mega-menu-wrapper > li > a {
    position: relative;
    padding: 5px 15px;
  }
  .mega-menu-wrapper > li {
    border-right: 1px solid;
  }
  .mega-menu-wrapper > li:last-child {
    border: none;
  }
  .extra-nav > .navbar-nav {
    position: relative;
  }
  .extra-nav > .navbar-nav:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: -2px;
    width: 1px;
    height: 28px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #e1e1e1;
  }
  .header-logo-right .navbar-header {
    float: right;
  }
  .header-logo-right #nav-menu > .navbar-nav > li:first-child > a {
    padding-left: 0;
  }
  .header-logo-right .navbar-header .navbar-brand {
    margin-right: -15px;
  }
  .header-logo-top-center .navbar-brand,
  .header-logo-top-center .navbar-default,
  .header-logo-top-center .navbar-header {
    width: 100%;
    text-align: center;
  }
  .header-logo-top-center #extra-nav,
  .header-logo-top-center #nav-menu {
    display: inline-block;
  }
  .header-logo-top-center #nav-menu:before {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #e1e1e1;
  }
  .header-logo-center .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .circle-bg {
    width: 500px;
    height: 500px;
    padding: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .circle-bg.text-center {
    margin: 0 auto;
  }
  .header-vertical {
    width: auto;
    margin-left: 280px;
  }
  .header-vertical .side-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 100%;
  }
  .header-vertical .side-nav .navbar {
    padding: 40px;
  }
  .bottom-wrapper .header-social-icons {
    margin: 0 0 1em;
  }
  .f-child,
  .f-child > li:first-child > a {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-semi-dark,
  .header-semi-light,
  .header-top-semi-dark,
  .header-top-semi-light,
  .header-top-transparent,
  .header-transparent {
    position: relative;
  }
  .header-vertical .side-nav .navbar-toggle {
    display: block;
    margin-top: 21px;
    border: none !important;
  }
  .header-vertical .dark-side-nav.side-nav .navbar-toggle .icon-bar {
    background: #fff !important;
  }
  .header-main .navbar-toggle,
  .header-toggle-content,
  .header-vertical .header-main .navbar-toggle,
  .header-vertical .header-toggle-content,
  .header-vertical .navbar-brand,
  .header-vertical .navbar-nav > li > a,
  .header-vertical.navbar-nav > li .extra-menu-item,
  .navbar-brand,
  .navbar-nav > li .extra-menu-item,
  .navbar-nav > li > a {
    line-height: 60px;
    height: 60px;
  }
  .mm-opened .navbar-nav > li,
  .mm-opened .navbar-right {
    float: none !important;
  }
  .header-boxed {
    margin-top: 0 !important;
  }
  .menu-toggle {
    padding: 0 !important;
  }
  .header-main .navbar-toggle,
  .header-top-section .navbar-toggle {
    display: block;
    margin: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .header-main.is-sticky .navbar-toggle {
    line-height: 70px;
    height: 70px;
  }
  .extra-nav .navbar-nav > li > a,
  .navbar-nav > li > .extra-menu-item {
    padding: 0 10px;
  }
  .mm-panel .dropdown-menu a,
  .mm-panel .dropdown-menu > li > a,
  .mm-panel .nav > li > a,
  .mm-panel .sub-menu a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .mm-title {
    text-transform: uppercase;
  }
  .mm-listview .btn {
    margin: 0 !important;
  }
  .header-top-section .navbar-right,
  .header-top-section .top-left {
    text-align: center;
  }
  .header-main .navbar-header,
  .header-top-section .simple-search-form {
    display: inline-block;
  }
  .header-dark.header-transparent,
  .header-dark.header-transparent .dropdown-menu,
  .header-dark.header-transparent .sticky-wrapper {
    position: relative;
    background: #171717;
  }
  .dropdown-menu,
  .extra-nav .nav > li.search-dropdown {
    position: static;
  }
  .dropdown-menu,
  .dropdown-menu > li > a.mm-next:focus,
  .dropdown-menu > li > a.mm-next:hover,
  .nav > li > a.mm-next:focus,
  .nav > li > a.mm-next:hover {
    background: 0 0;
  }
  #nav-menu .navbar-nav > li > a {
    line-height: normal;
    height: auto;
    padding: 10px 10px 10px 20px;
  }
  .navbar-nav > li > a > .menu-icon {
    display: none;
  }
  .dropdown-menu {
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }
  .extra-nav,
  .header-main .simple-search-wrapper {
    float: right;
  }
  #nav-menu .dropdown .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .dropdown-toggle .caret {
    display: none;
  }
  .cart-toggle .cart-count {
    top: -13px;
  }
  .extra-nav > ul.navbar-nav {
    margin: 0;
  }
  .extra-nav .nav > li {
    display: inline-block;
    font-size: 20px;
  }
  .extra-nav .navbar-nav.navbar-right {
    margin-right: 0;
  }
  .dropdown .dropdown-menu.dropdown-cart {
    position: absolute;
    right: 0;
    left: auto;
  }
  .navbar-nav .open .flag-dropdown.dropdown-menu {
    position: absolute;
    right: 0;
    left: 0;
    max-width: 85px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    background: #fff;
  }
  .circle-bg {
    padding: 50px;
  }
  .copyright,
  .footer-social-icons {
    text-align: center !important;
  }
  .cta-btn,
  .cta-text {
    text-align: center;
    float: none;
  }
  .cta-text {
    padding: 30px 0 10px;
  }
  .cta-btn {
    padding: 10px 0 30px;
  }
  .single-screen .top-padding-lg,
  .single-screen .top-padding-xlg {
    padding-top: 20px !important;
  }
  .pad-md {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .page-header.page-title-left .breadcrumb {
    position: relative;
    right: auto;
    margin-top: 5px;
  }
  .sidebar .recent-block .recent-img {
    float: none;
  }
  .sidebar .recent-block .recent-text {
    margin-top: 15px;
    margin-left: 0;
  }
  .two-sidebar .sidebar-content {
    float: none;
    padding: 80px 15px 20px;
    border-left: none;
  }
  .two-sidebar.right-sidebar .sidebar {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .left-sidebar .sidebar-content,
  .right-sidebar .sidebar-content {
    float: none;
    padding: 80px 15px 20px;
    border-right: none;
    border-left: none;
  }
  .left-sidebar .sidebar,
  .right-sidebar .sidebar,
  .two-sidebar.right-sidebar .sidebar1 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sitemap li {
    width: 33.33%;
  }
  .post-image-sm {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header-main .navbar-toggle {
    margin-right: 0 !important;
    margin-left: 15px !important;
  }
  .client-grid > li {
    width: 33.333% !important;
  }
  .separate-bg {
    width: 100%;
    height: 350px;
    margin-bottom: -350px;
  }
  .s-left,
  .s-right {
    height: auto;
    padding-top: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .separate-bg.s-style1:after,
  .separate-bg:after {
    width: auto;
    margin-right: 0;
    transform: skew(0);
  }
  .slider-section.half-screen .owl-carousel .vertical-middle,
  .slider-section.single-screen .full-screen .vertical-middle,
  .slider-section.single-screen .owl-carousel .vertical-middle {
    position: relative;
    top: 0;
    padding: 0 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .single-screen {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .single-screen .top-padding-lg,
  .single-screen .top-padding-xlg {
    padding-top: 20px !important;
  }
  .slider-section.half-screen .owl-carousel .owl-controls .owl-nav div {
    top: 100px !important;
  }
  .half-screen .semi-dark-bg {
    background: rgba(0, 0, 0, 0.9);
  }
  .sitemap li {
    width: 50%;
  }
  p:last-child {
    margin-bottom: 10px;
  }
  .owl-carousel h2.top-padding,
  .owl-carousel h2.top-padding-lg {
    padding-top: 10px !important;
  }
  .owl-carousel h2.medium1 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
}
@media only screen and (min-width: 680px) {
  .nav-tabs.nav-tab-style1 > li > a {
    padding: 20px;
  }
  .nav-tabs.nav-tab-style1 > li.active > a,
  .nav-tabs.nav-tab-style1 > li.active > a:focus,
  .nav-tabs.nav-tab-style1 > li > a {
    margin: -4px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .nav-tabs.nav-tab-style1 > li:first-child > a,
  .nav-tabs.nav-tab-style1 > li:first-child > a:focus {
    padding-left: 50px;
    border-left: 1px solid #999;
    border-radius: 50px 0 0 50px;
  }
  .nav-tabs.nav-tab-style1 > li:last-child > a,
  .nav-tabs.nav-tab-style1 > li:last-child > a:focus {
    padding-right: 50px;
    border-right: 1px solid #999;
    border-radius: 0 50px 50px 0;
  }
}
@media only screen and (max-width: 680px) {
  .big,
  .medium,
  .medium1 {
    font-size: 48px !important;
  }
  #pp_full_res iframe,
  #pp_full_res img,
  .pp_content,
  .pp_fade {
    height: 100% !important;
    width: 100% !important;
  }
  .big {
    line-height: 48px;
  }
  .medium,
  .medium1 {
    line-height: 48px !important;
  }
  .inline-form .form-group {
    float: none;
    width: 100%;
  }
  .inline-form .form-group:first-child {
    margin-right: 0;
  }
  .form-box-title,
  .form-box.style1 .custom-form {
    padding: 20px !important;
  }
  .inline-form-4 .form-group {
    width: 48%;
  }
  .inline-form-4 .form-group,
  .inline-form-4 .form-group:last-child {
    margin-right: 1% !important;
    margin-left: 1% !important;
  }
  .pp_pic_holder.pp_default {
    width: 90% !important;
    left: 5% !important;
    right: 5% !important;
  }
  .pp_details {
    width: 100% !important;
    margin-top: -2px !important;
    padding: 20px 4% 10px 3%;
  }
  a.pp_close {
    right: 10px !important;
    top: 20px !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .toggled #side-nav {
    width: 100%;
  }
  .slider-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .big,
  h2.big {
    font-size: 45px !important;
    line-height: 48px;
  }
  .medium,
  .medium1,
  .medium2,
  h2.medium {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .owl-carousel h2.medium1 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .owl-carousel h2.top-padding,
  .owl-carousel h2.top-padding-lg {
    padding-top: 10px !important;
  }
  .owl-carousel.navigation-transparent .owl-controls .owl-nav .owl-next::after,
  .owl-carousel.navigation-transparent .owl-controls .owl-nav .owl-prev::after {
    font-size: 25px;
  }
  .owl-controls .owl-nav > div {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  .slider-content p {
    font-size: 8px;
  }
  .slider-content .btn,
  .slider-content .btn.btn-lg {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 8px 15px;
  }
  .navbar-nav > li > a.header-toggle-icon {
    font-size: 12px;
    padding: 0 5px;
  }
  .client-grid > li {
    width: 50% !important;
  }
  .countdown-section {
    font-size: 75%;
    line-height: 80px;
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 80px;
    margin: 5px;
    padding-left: 5px;
  }
  .countdown-amount {
    font-family: arial, sans-serif;
    font-size: 20px;
  }
  .sitemap li {
    width: 100%;
  }
  .inline-form-4 .form-group {
    float: none;
    width: 99%;
  }
  .dropdown .dropdown-menu.dropdown-cart {
    margin-right: -50px !important;
  }
  .process-step {
    top: -56px;
  }
  .style-box .process-step {
    top: 0;
  }
  .nav-tabs > li {
    float: left !important;
    width: 50% !important;
  }
  #back-to-top {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 340px) {
  .cta-btn button:last-child {
    display: block;
    margin: 10px auto !important;
  }
  .medium,
  .medium1,
  .medium2,
  h2.medium {
    font-size: 38px !important;
    line-height: 48px !important;
  }
  .btn.right-pad {
    margin-right: 0;
  }
  .btn.left-pad {
    margin-left: 0;
  }
}

.item {
  font-size: 15px;
}

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

@media (max-width: 992px) {
  .navbar-brand img {
    transform: translateX(-50%);
    top: 5px;
    left: 50%;
    position: absolute;
  }
}

.top-padding-lg h2 {
  font-size: 24px;
  font-weight: 400;
}

.carousel-1 {
  margin-bottom: 40px;
}

.social-tag {
  z-index: 10;
  width: 100px;
  position: fixed;
  right: -25px;
  opacity: 0.75;
}

.social-tag.wa {
  top: 113px;
}
