/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.1.0
*/
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background-color: white;
  color: #777777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
/* Header */
#header {
  background: #fff;
  clear: both;
  min-height: 107px;
  background: #fff /*url(../img/background1.jpg) no-repeat bottom center*/;
  transition: all 0.2s;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
#header > .container {
  margin-bottom: 0;
  position: relative;
  display: table;
  max-width: 1170px;
}
#header > .navbar-collapse > .container {
  position: relative;
}
#header .header-top {
  min-height: 50px;
  border-bottom: 2px solid #eaeaea;
  background-color: #f9f9f9;
  padding: 5px 0;
  margin-bottom: auto;
  width: 100%;
}
#header .header-top form {
  margin: 0;
}
#header .header-top p {
  float: left;
  font-size: 13px;
  line-height: 1.5em;
  margin: 9px 0 0;
}
#header .header-top p strong {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 800;
  color: #d50000;
  vertical-align: -10%;
  text-decoration: underline;
}
#header .header-top i {
  margin-right: 6px;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
#header .header-top nav {
  float: right;
  width: auto;
}
#header .header-top ul.nav-top {
  margin: 3px 0 0 -15px;
  min-height: 5px;
}
#header .header-top ul.nav-top li.phone {
  margin-right: 10px;
}
#header .header-top ul.nav-top li a {
  padding-left: 4px;
}
#header .header_bottom {
  display: grid;
  grid-template-columns: auto minmax(800px, 1fr);
  align-items: center;
}
#header .social-icons {
  clear: right;
  float: right;
  margin-top: 3px;
  margin-left: 5px;
  position: relative;
}
#header .search {
  float: right;
  margin: 3px 0 0 15px;
  position: relative;
}
#header .search + .social-icons {
  clear: none;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 2px;
}
#header .search input.search:first-child {
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  border-radius: 8px;
  width: 270px;
  font-size: 0.9em;
  padding: 6px 12px;
  height: 30px;
  margin: 0;
}
#header .search input.search:focus {
  width: 320px;
  border-color: #ccc;
}
#header .search button.btn-default {
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  z-index: 3;
}
#header nav {
  float: right;
}
#header nav ul.nav-main {
}
#header nav ul.nav-main li a {
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 13px;
}
#header nav ul.nav-main li a:hover {
  background-color: #f4f4f4;
}
#header nav ul.nav-main li ul a {
  text-transform: none;
  font-weight: normal;
  font-size: 0.9em;
}
#header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
  border-radius: 5px 5px 0px 0px;
  background-color: #ccc;
}
#header nav ul.nav-main li.dropdown:hover > a {
  padding-bottom: 11px;
  margin-bottom: -1px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
#header nav ul.nav-main li.dropdown:hover > ul {
  display: block;
}
#header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
  border-radius: 5px 5px 0px 0px;
}
#header nav ul.nav-main li.active a {
  background-color: #ececec;
  color: #000;
}
#header nav ul.nav-main ul.dropdown-menu {
  background-color: #ccc;
  border: 0;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  margin: 1px 0 0 0;
  padding: 0;
  top: auto;
}
#header nav ul.nav-main ul.dropdown-menu li:hover > a {
  filter: none;
  background: #999;
}
#header nav ul.nav-main ul.dropdown-menu li:last-child > a {
  border-bottom: 0;
}
#header nav ul.nav-main ul.dropdown-menu > li > a {
  color: #fff;
  font-weight: 400;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: none;
  position: relative;
  padding: 8px 15px;
  font-size: 0.9em;
  border-bottom: 1px solid #fff;
}
#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
  border-radius: 0 6px 6px 6px;
  margin-left: 0;
  margin-top: 0px;
}
#header nav ul.nav-main .dropdown-submenu {
  position: relative;
}
#header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
#header nav ul.nav-main .dropdown-submenu > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  padding-left: 5px;
  line-height: 1.6em;
}
#header nav ul.nav-main ul li.dropdown-submenu.resp-active > a:after {
  content: "\f107";
}
#header nav ul.nav-main .dropdown-submenu.pull-left {
  float: none;
}
#header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
#header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#header nav ul.nav-main .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
#header nav ul.nav-top {
  margin: 10px 0 -10px;
  min-height: 62px;
  float: right;
}
#header nav ul.nav-top li span {
  display: block;
  line-height: 1.5em;
  margin-right: 0;
}
#header nav ul.nav-top li a {
  color: #000;
  line-height: 1.5em;
  padding: 6px 10px;
}
#header nav ul.nav-top li span {
  color: #6f6f6f;
  line-height: 1.5em;
  padding: 6px 10px;
}
#header .nav > li > a:hover,
#header .nav > li > a:focus {
  background-color: #eaeaea;
}
#header nav ul.nav-top li i {
  margin-right: 6px;
  position: relative;
  top: 1px;
}
#header .nav-main-collapse {
  overflow-y: visible;
}
#header .nav-main-collapse.in {
  overflow-y: visible;
}
#header nav ul.nav-main ul.dropdown-menu > li:first-child > a {
  border-radius: 0 6px 0 0;
}
#header nav ul.nav-main ul.dropdown-menu > li:last-child > a {
  border-radius: 0 0 6px 6px;
}

/* Header Abs Menu */
#header.abs-menu {
  position: relative;
  z-index: 1000;
}
#header.abs-menu > .container {
  height: 150px;
}
#header.abs-menu .navbar-collapse {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -20px;
}
#header.abs-menu nav {
  float: none;
  width: 100%;
  margin: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #0088cc;
  background-image: -webkit-linear-gradient(top, #0088cc, #007ab8);
  background-image: -moz-linear-gradient(top, #0088cc, #007ab8);
  background-image: -o-linear-gradient(top, #0088cc, #007ab8);
  background-image: -ms-linear-gradient(top, #0088cc, #007ab8);
  background-image: linear-gradient(top, #0088cc, #007ab8);
}
#header.abs-menu nav ul.nav-main {
  float: none;
  margin: 0;
}
#header.abs-menu nav ul.nav-main > li + li {
  margin-left: 0;
}
#header.abs-menu nav ul.nav-main > li > a {
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 15px;
  color: #ffffff;
  border-radius: 0;
}
#header.abs-menu nav ul.nav-main li.active > a {
  border-radius: 5px;
}
#header.abs-menu nav ul.nav-main > li:hover > a {
  border-radius: 5px;
}
#header.abs-menu nav ul.nav-main > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  background: url(../img/spacer.png) no-repeat 0 0;
  width: 2px;
  height: 100%;
}
#header.abs-menu nav ul.nav-main > li.dropdown {
  position: relative;
}
#header.abs-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
  margin: 0;
}
#header.abs-menu nav ul.nav-main ul.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
}
#header.abs-menu nav ul.nav-main ul.dropdown-menu:after {
  content: "";
  z-index: 100;
  position: absolute;
  top: -6px;
  left: 49%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}
#header.abs-menu nav ul.nav-main ul.dropdown-menu > li {
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
}
#header.abs-menu nav ul.nav-main ul.dropdown-menu > li:last-child {
  border-bottom: none;
}
#header.abs-menu nav ul.nav-main ul.dropdown-menu > li > a {
  margin: 0;
  padding: 10px 15px;
  color: #333;
}
#header.abs-menu .logo-sticky-active {
  display: none;
}

/* Logo */
#header .logo {
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  margin: 0;
  padding: 10px 0;
  display: block;
  color: transparent;
}
#header .logo a {
  position: relative;
  z-index: 1;
}
#header .logo img {
  position: relative;
  color: transparent;
  width: 100%;
  height: auto;
}
/* Header Container */
.header-container {
  min-height: 76px;
  position: relative;
}
/* Responsive Nav Button */
.btn-responsive-nav,
.btn-payment {
  display: none;
}
/* Sticky Menu */
#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
body.sticky-menu-active #header {
  position: fixed;
  top: -57px;
  width: 100%;
  z-index: 1001;
  border-bottom: 2px solid #f7f7f7;
  filter: none;
  min-height: 135px;
}
body.admin-bar.sticky-menu-active #header {
  top: -25px;
}
body.sticky-menu-active #header > .container {
  margin-bottom: 0px;
}
body.sticky-menu-active #header .social-icons {
  margin-top: -1px;
}
body.sticky-menu-active #header nav ul.nav-main {
  margin-top: -1px;
}

/* Header Mega Menu */
@media (min-width: 992px) {
  #header nav.mega-menu .nav,
  #header nav.mega-menu .dropup,
  #header nav.mega-menu .dropdown,
  #header nav.mega-menu .collapse {
    position: static;
  }
  #header nav.mega-menu ul.nav-main .mega-menu-content {
    text-shadow: none;
  }
  #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
    background: #fff !important;
    border-top: 6px solid #ccc;
    color: #777777;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  }
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
    color: #777777;
    text-shadow: none;
    margin: 0 0 0 -8px;
    padding: 3px 8px;
    text-transform: none;
    font-size: 0.9em;
    display: block;
    font-weight: normal;
    border-radius: 4px;
    border: 0;
  }
  #header
    nav.mega-menu
    ul.nav-main
    li.mega-menu-item:hover
    ul.sub-menu
    li:hover
    a:hover {
    background: #f4f4f4 !important;
    text-decoration: none;
  }
  #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
    border-radius: 6px;
  }
  #header nav.mega-menu .navbar-inner,
  #header nav.mega-menu .dropdown.red,
  #header nav.mega-menu .container {
    position: relative;
  }
  #header nav.mega-menu .dropdown-menu {
    left: auto;
  }
  #header nav.mega-menu .dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  #header
    nav.mega-menu
    .dropdown:last-child
    .dropdown-menu
    li:first-child
    > a:hover {
    border-radius: 6px 6px 0 0;
  }
  #header nav.mega-menu .dropdown:last-child .dropdown-submenu > a:after {
    display: none;
  }
  #header nav.mega-menu .dropdown:last-child .dropdown-submenu > a:before {
    content: "\f104";
    font-family: FontAwesome;
    padding-right: 10px;
  }
  #header nav.mega-menu .dropdown:last-child .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }

  #header nav.mega-menu .dropdown-menu > li {
    display: block;
  }
  #header nav.mega-menu .mega-menu-content {
    padding: 20px 30px;
  }
  #header nav.mega-menu .mega-menu-content:before {
    display: table;
    content: "";
    line-height: 0;
  }
  #header nav.mega-menu .mega-menu-content:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  #header nav.mega-menu.navbar .nav > li > .dropdown-menu:after,
  #header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
  }
  #header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  #header nav.mega-menu nav.pull-right .dropdown-menu {
    right: 0;
  }
  #header.flat-menu
    nav.mega-menu
    ul.nav-main
    li.mega-menu-fullwidth
    ul.dropdown-menu {
    border-radius: 0;
  }
}
/* Header Flat Menu */
#header.flat-menu > .container {
  height: 91px;
  margin-bottom: -82px;
}
#header.flat-menu .header-top {
  margin-top: -8px;
}
#header.flat-menu .social-icons {
  margin: 11px 10px 9px 10px;
  margin: 10px 10px 0;
}
#header.flat-menu .search {
  margin-top: 8px;
}
#header.flat-menu .search form {
  margin: 0;
}
#header.flat-menu .search input.search-query {
  padding-bottom: 5px;
  padding-top: 5px;
}
#header.flat-menu nav ul.nav-main {
  float: right;
  margin: -9px 0 -8px;
}
#header.flat-menu nav ul.nav-main > li > a {
  margin-bottom: 0;
  border-top: 5px solid transparent;
}
#header.flat-menu nav ul.nav-main li a {
  border-radius: 0;
  margin-left: 1px;
  margin-right: 3px;
  padding-bottom: 20px;
  padding-top: 46px;
}
#header.flat-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
  border-radius: 0;
}
#header.flat-menu nav ul.nav-main li.dropdown:hover > a {
  padding-bottom: 21px;
}
#header.flat-menu nav ul.nav-main ul.dropdown-menu {
  margin: 0 0 0 1px;
  border-radius: 0;
}
#header.flat-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
  border-radius: 0;
}
/* Header Flat Menu - Sticky Menu / Boxed */
body.sticky-menu-active #header.flat-menu ul.nav-main {
  margin-bottom: -10px;
  margin-top: 34px;
}
body.sticky-menu-active #header.flat-menu ul.nav-main > li > a,
body.sticky-menu-active #header.flat-menu ul.nav-main > li:hover > a {
  border-top-color: transparent;
  padding-bottom: 26px;
  padding-top: 26px;
}
body.sticky-menu-active #header.flat-menu .logo {
  padding-top: 15px;
}
body.sticky-menu-active #header.flat-menu .header-top {
  display: none;
}
body.boxed #header.flat-menu {
  padding: 15px 0 7px;
  border-radius: 5px 5px 0 0;
}
body.boxed #header.flat-menu.clean-top {
  padding-bottom: 8px;
}
body.boxed #header.flat-menu.colored {
  padding: 0 0 7px;
}
/* Header Single Menu */
#header.single-menu {
  min-height: 86px;
}
#header.single-menu > .container {
  height: 91px;
  margin-bottom: -77px;
}
#header.single-menu .social-icons {
  margin-top: 32px;
}
#header.single-menu .search {
  display: none;
}
#header.single-menu .search + nav {
  display: none;
}
#header.single-menu nav ul.nav-main {
  margin: -28px 0 -9px;
  float: right;
}
#header.single-menu nav ul.nav-main li a,
#header.single-menu nav ul.nav-main li.dropdown:hover > a {
  padding-bottom: 20px;
  padding-top: 62px;
}
#header.single-menu nav.mega-menu .mega-menu-signin {
  margin-right: 0;
}
/* Header Single Menu - Sticky Menu / Boxed */
body.sticky-menu-active #header.single-menu .logo {
  padding-top: 14px;
}
body.sticky-menu-active #header.single-menu .social-icons {
  margin-top: 54px;
}
body.sticky-menu-active #header.single-menu nav ul.nav-main {
  margin-top: 20px;
  margin-bottom: -9px;
}
body.sticky-menu-active #header.single-menu nav ul.nav-main > li > a,
body.sticky-menu-active #header.single-menu nav ul.nav-main > li:hover > a {
  border-top-color: transparent;
  padding-bottom: 21px;
  padding-top: 36px;
}
body.boxed #header.single-menu {
  padding: 15px 0 7px;
}
/* Header Clean Top */
/* Header Clean Top - Sticky Menu / Boxed 
body.sticky-menu-active #header.clean-top ul.nav-main > li > a,
body.sticky-menu-active #header.clean-top ul.nav-main > li:hover > a { padding-bottom: 20px; padding-top: 33px; }*/
body.boxed #header.clean-top {
  border-radius: 5px 5px 0 0;
}
/* Header Colored */
#header.colored {
  border-top: 0;
}
#header.colored > .container {
  height: 107px;
  margin-bottom: -92px;
}
#header.colored .header-top p,
#header.colored .header-top a,
#header.colored .header-top span {
  color: #fff;
}
#header.colored .search input.search-query {
  border: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  box-shadow: none;
}
#header.colored nav ul.nav-main {
  margin: -15px 0 -8px;
}
#header.colored nav ul.nav-main li a {
  padding-bottom: 24px;
  padding-top: 50px;
}
#header.colored nav ul.nav-main li.dropdown:hover > a {
  padding-bottom: 24px;
}
/* Header Colored - Sticky Menu / Boxed */
body.sticky-menu-active #header.colored .logo {
  padding-top: 6px;
}
body.sticky-menu-active #header.colored ul.nav-main > li > a,
body.sticky-menu-active #header.colored ul.nav-main > li:hover > a {
  padding-bottom: 24px;
  padding-top: 24px;
}
/* Header Darken Top Border */
#header.darken-top-border > .container {
  height: 103px;
}
#header.darken-top-border ul.nav-main {
  margin: -11px 0 -8px;
}
/* Header Darken Top Border - Sticky Menu / Boxed */
body.sticky-menu-active #header.darken-top-border nav ul.nav-main {
  margin-top: 33px;
}
body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li > a,
body.sticky-menu-active
  #header.darken-top-border
  nav
  ul.nav-main
  > li:hover
  > a {
  padding-bottom: 22px;
  padding-top: 30px;
}
body.boxed #header.darken-top-border {
  border-top: 0;
}
/* Header Center */
#header.center .logo {
  text-align: center;
  position: static;
  margin-top: 5px;
}
#header.center nav {
  float: left;
  text-align: center;
  width: 100%;
}
#header.center nav ul.nav-main {
  margin: 35px 0 10px;
}
#header.center nav ul.nav-main > li {
  display: inline-block;
  float: none;
  text-align: left;
}
/* Header Center - Sticky Menu */
body.sticky-menu-active #header.center > .container {
  margin-top: -60px;
}
body.sticky-menu-active #header.center .logo {
  text-align: left;
}
body.sticky-menu-active #header.center .logo img {
  margin-top: 42px;
}
body.sticky-menu-active #header.center nav {
  float: right;
  margin-top: 18px;
  width: auto;
}
body.sticky-menu-active #header.center nav ul.nav-main > li > a,
body.sticky-menu-active #header.center nav ul.nav-main > li:hover > a {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Header Narrow */
@media (min-width: 992px) {
  #header.narrow {
    height: auto;
    min-height: 85px;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
  #header.narrow > .container {
    margin-bottom: -48px;
    height: 75px;
  }
}
/* Mega Menu (Signin/SignUp) */
#header nav.mega-menu ul.nav-main .mega-menu-signin {
  margin-right: -20px;
  padding-left: 0;
  margin-left: 0;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin a {
  color: #444;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
  width: 40%;
  right: 8px;
  border-radius: 6px 0 6px 6px;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin .icon-user {
  margin-right: 5px;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin .mega-menu-sub-title {
  margin-bottom: 10px;
  display: block;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin .sign-up-info,
#header nav.mega-menu ul.nav-main .mega-menu-signin .log-in-info {
  text-align: center;
  display: block;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.open a.dropdown-toggle {
  margin-bottom: -1px;
  padding-bottom: 11px;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signin-form {
  display: block;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signup-form,
#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .recover-form {
  display: none;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signin-form {
  display: none;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signup-form {
  display: block;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .recover-form {
  display: none;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signin-form,
#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signup-form {
  display: none;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .recover-form {
  display: block;
}
#header
  nav.mega-menu
  ul.nav-main
  .mega-menu-signin.logged
  .user-avatar
  .img-thumbnail {
  float: left;
  margin-right: 15px;
}
#header
  nav.mega-menu
  ul.nav-main
  .mega-menu-signin.logged
  .user-avatar
  .img-thumbnail
  img {
  max-width: 55px;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
  color: #111;
  display: block;
  padding-top: 7px;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
  color: #666;
  display: block;
  font-size: 12px;
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: left;
}
#header
  nav.mega-menu
  ul.nav-main
  .mega-menu-signin.logged
  .list-account-options {
  list-style: square;
  margin-top: 6px;
}
#header
  nav.mega-menu
  ul.nav-main
  .mega-menu-signin.logged
  .list-account-options
  a:hover {
  text-decoration: none;
}
body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu li a,
body
  #header
  nav.mega-menu
  .mega-menu-signin
  ul.dropdown-menu:hover
  li:hover
  li:hover
  a {
  background-color: transparent !important;
  color: #333;
  padding: 0;
  margin: 0;
}
/* Page Top */
.page-top {
  border-bottom: 2px solid #dadada;
  border-top: 2px solid #eaeaea;
  margin-bottom: 35px;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/background1.jpg);
}
.page-top ul.breadcrumb {
  background: none;
  margin: -3px 0 0;
  padding: 0;
}
.page-top ul.breadcrumb > li {
  text-shadow: none;
}
.page-top h1,
.page-top .page-top-title {
  font-size: 2.6em;
  font-weight: 300;
  border-bottom: 2px solid #000;
  display: inline-block;
  font-weight: 200;
  margin: 0 0 -22px;
  letter-spacing: -0.04em;
  min-height: 37px;
  line-height: 46px;
  padding: 0 0 17px;
  position: relative;
}
/* Page Top Custom - Create your Own */
.page-top.custom-product {
  background-image: url(../img/custom-header-bg.jpg);
  background-repeat: repeat;
  background-color: #999;
  border-top: 5px solid #888;
}
.page-top.custom-product .row {
  position: relative;
}
.page-top.custom-product p.lead {
  color: #e8e8e8;
}
.page-top.custom-product img {
  bottom: -20px;
  position: relative;
}
.page-top.custom-product h1 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}
.page-top .breadcrumb > li + li:before {
  margin: 0 3px 0 5px;
}
/* Parallax */
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  margin: 70px 0;
  padding: 50px 0;
}
.parallax.disabled {
  background-size: auto;
}
.parallax blockquote {
  border: 0;
  padding: 0 10%;
}
.parallax blockquote i.icon-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
.parallax blockquote p {
  font-size: 24px;
  line-height: 30px;
}
.parallax blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}
/* Section Featured */
section.featured {
  background: #f6f6f6;
  border-top: 5px solid #ecece8;
  margin: 35px 0;
  padding: 50px 0;
}
section.featured.footer {
  margin: 30px 0 -50px;
}
section.featured.footer h3 {
  margin-bottom: 10px;
}
img.custom-logo {
  max-width: 100%;
  height: auto;
}
section.featured.map {
  background-image: url(../img/map-bottom.png);
  background-position: center 0;
  background-repeat: no-repeat;
  margin-top: 0;
  border-top: 1px solid #e5e5e5;
  color: #7e7e7e;
  padding-bottom: 50px;
}
/* Section Highlight */
section.highlight {
  background: #ccc;
  boder-left: 0;
  boder-right: 0;
  border: 3px solid #ccc;
  margin: 35px 0 45px;
  padding: 40px 0;
  color: #fff;
}
section.highlight > p,
section.highlight > a {
  color: #fff;
}
section.highlight h1,
section.highlight h2,
section.highlight h3,
section.highlight h4,
section.highlight h5 {
  color: #d9534f;
}
section.highlight .img-thumbnail {
  background-color: #fff !important;
  border-color: #fff !important;
}
section.highlight.footer {
  margin: 50px 0 -50px;
}
section.highlight.top {
  margin-top: 0;
}
/* Call To Action */
section.call-to-action {
  position: relative;
  clear: both;
}
section.call-to-action:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  height: 15px;
  width: 15px;
  top: -5px;
  left: 50%;
  margin-left: -7px;
}
section.call-to-action h3 {
  text-transform: none;
  color: #121212;
}
section.call-to-action h3 .btn {
  margin-left: 10px;
}
/* Sidebar */
aside ul.nav-list > li > a {
  color: #666;
  font-size: 0.9em;
}

/* Sequence Slider */

.sequence-theme {
  /* this container is just to ensure the background color stretches all the way across on bigger screens */
  background: #666666;
  margin-bottom: 45px;
}
#sequence {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #d9d9d9;
  font-size: 1.2em;
  margin: 0 auto;
  position: relative;
  height: 350px;
}
#sequence .itemtable {
  height: 350px;
  width: 100%;
}

#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
  list-style: none;
  -webkit-padding-start: 0px;
  padding: 0;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
#sequence > .sequence-canvas > li.animate-in,
#sequence > .sequence-canvas > li.animate-out {
  opacity: 0.8;
}
#sequence > .sequence-canvas li > .container {
  height: 100%;
  position: relative;
}
#sequence > .sequence-canvas li > .container > * {
  position: relative; /* only cause the left and opacity properties to transition */
  -webkit-transition-property: margin, padding, opacity;
  -moz-transition-property: margin, padding, opacity;
  -ms-transition-property: margin, padding, opacity;
  -o-transition-property: margin, padding, opacity;
  transition-property: margin, padding, opacity;
}
.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  height: 56px;
  margin-top: -27.5px;
}
.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-paused {
  opacity: 0.3;
}
.sequence-prev {
  left: 1%;
}
.sequence-next {
  right: 1%;
}
.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto;
}
#sequence-preloader {
  background: #d9d9d9;
}

#sequence .sequence-pagination,
#sequence .controls {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  color: white;
  text-align: center;
  height: 20px;
  width: 100%;
  z-index: 60;
  padding: 0 !important;
}
#sequence .controls {
  bottom: 23px;
  width: auto;
  right: 30px;
}
#sequence .sequence-pagination li,
#sequence .controls li {
  background-image: url("../img/buttons.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  text-indent: -99999px;
  opacity: 0.8;
}
#sequence .sequence-pagination li:hover,
#sequence .controls li:hover {
  opacity: 1;
}
#sequence .sequence-pagination li {
  background-position: 0 -8px;
  padding-right: 4px;
  height: 22px;
  width: 22px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#sequence .sequence-pagination li.current {
  background-image: url("../img/buttons.png");
  background-repeat: no-repeat;
  background-position: -22px -8px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sequence-next,
.sequence-prev {
  position: absolute;
  opacity: 0.2;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence:hover .sequence-next,
#sequence:hover .sequence-prev {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#sequence .container {
  left: 0%;
  opacity: 0;
  top: 0%;
}
#sequence .animate-in .container {
  left: 0%;
  top: 0%;
  opacity: 1;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -ms-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
#sequence .animate-out .container {
  left: 0%;
  top: 0%;
  opacity: 0;
  -webkit-transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  -ms-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

.title {
  font-size: 1.8em;
  font-weight: 600;
  color: #000a0f;
  margin: 0 0 0.6em 50%;
  width: 50%;
  opacity: 0;
  z-index: 50;
  line-height: 1.2em;
}
.animate-in .title {
  margin-left: 5%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-out .title {
  margin-left: 50%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.subtitle {
  color: #000;
  font-size: 1em;
  font-weight: 300;
  margin: 0 0 1.6em 50%;
  width: 40%;
  opacity: 0;
}
.subtitle p {
  color: inherit;
}
.animate-in .subtitle {
  margin-left: 5%;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.animate-out .subtitle {
  margin-left: 50%;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#sequence .btn-block {
  margin-left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#sequence .animate-in .btn-block {
  margin-left: 5%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
#sequence .animate-out .btn-block {
  margin-left: 50%;
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.model {
  left: 30%;
  bottom: -48%;
  opacity: 0;
  position: relative;
  height: auto !important;
  max-height: 568px !important;
  width: 30%;
  min-width: 225px; /* prevents the model from shrinking when the browser is resized */
  max-width: 266px;
}
.animate-in .model {
  left: 15%;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.animate-out .model {
  left: 15%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.slider_bgr {
  max-width: 100%;
  max-height: 100%;
  height: inherit !important;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  top: 0;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.animate-in .slider_bgr {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1;
}
.animate-out .slider_bgr {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  #header .logo img {
  }
  #sequence,
  #sequence .itemtable {
    height: 350px;
    font-size: 1em;
  }
  #sequence > .sequence-canvas > li {
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #sequence .btn-block a.btn {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 720px) {
  #sequence > .sequence-canvas > li {
    height: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
  }

  .title {
    margin: 4em 0 0.4em 0;
    width: 100%;
    padding: 0 10%;
  }
  .animate-in .title {
    margin: 0 0 0.4em 0;
  }
  .animate-out .title {
    margin: 4em 0 0.4em 0;
  }

  .subtitle {
    margin: 8em 0 1.2em 0;
    width: 100%;
    padding: 0 15%;
    line-height: 1.4em;
  }
  .animate-in .subtitle {
    margin: 0 0 1.2em 0;
  }
  .animate-out .subtitle {
    margin: 8em 0 1.2em 0;
  }

  #sequence .btn-block {
    margin: 8em 0 1.2em 0;
  }
  #sequence .animate-in .btn-block {
    margin: 0 0 1.2em 0;
  }
  #sequence .animate-out .btn-block {
    margin: 8em 0 1.2em 0;
  }
}

/* Sequence Slider::END */

/* SLIDER */

.slider1 {
  position: relative;
  width: 100%;
  margin-bottom: 40px; /*border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #ccc;*/
}
.slides {
}
.slides li {
  display: block;
  display: none;
  overflow: hidden;
}
.slides li img {
  display: block;
  width: 100%;
}
.flex-direction-nav a {
  display: block;
  position: absolute;
  background: #333;
  width: 60px;
  height: 60px;
  opacity: 1;
  text-indent: 0;
  text-align: center;
  font-size: 32px;
  text-decoration: none;
  font-weight: 400;
  font-family: sans-serif;
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
}
.flex-direction-nav .flex-prev:before {
  position: absolute;
  content: "\2039";
  top: 50%;
  margin-top: -13px;
  left: 50%;
  margin-left: -6px;
}
.flex-direction-nav .flex-next:before {
  position: absolute;
  content: "\203A";
  top: 50%;
  margin-top: -13px;
  right: 50%;
  margin-right: -6px;
}
.caption {
  display: block;
  position: absolute;
  padding: 10px 20px;
  color: #000;
  background: #333; /*text-shadow: 0px 1px 1px rgba(0,0,0,0.8);*/
  left: 100px;
  white-space: nowrap;
  display: none;
}
.caption a {
  color: #fff;
}
h3.caption {
  background: #ededed;
  font-size: 40px;
  color: #2f2e2e;
  font-weight: 400;
  letter-spacing: -2px;
}
a.caption {
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
  line-height: 1.4em;
  color: #fff;
  text-decoration: none;
  background: transparent url(../images/style/li.png) no-repeat left 8px;
}
.flex-control-nav.flex-control-paging li {
  position: relative;
  padding: 6px;
  margin: 0;
  margin-bottom: -10px;
  background-repeat: no-repeat;
}
canvas.slider-timer {
  position: absolute;
  top: 0;
  left: 0;
}
a.button,
a.button1,
input.button,
input.button1 {
  width: auto;
  border: none;
  background-color: #f93152;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  text-decoration: none;
  background-image: none;
  white-space: nowrap;
}
a.button1,
input.button1 {
  padding: 5px 10px;
}
a:hover.button,
a:hover.button1,
input:hover.button,
input:hover.button1 {
  background-color: #333;
}
.buttonblock {
  display: block;
  float: none;
  text-align: center;
}

/* Home Slider - Revolution Slider */
.slider-container {
  background: #171717;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.slider-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider-container .tp-bannershadow {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.slider-container .top-label {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.slider-container .main-label {
  color: #fff;
  font-size: 62px;
  line-height: 62px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.slider-container .bottom-label {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.slider-container .blackboard-text {
  color: #bab9be;
  font-size: 46px;
  line-height: 46px;
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase;
}
.slider-container .tp-caption {
  filter: alpha(opacity=0);
  opacity: 0;
}
.slider-container .tp-caption a {
  color: #fff;
}
.slider-container .tp-caption a:hover {
  color: #fff;
}
.slider-container .tp-caption.fullscreenvideo {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0 !important;
}
.slider-container .tp-caption.fullscreenvideo video {
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
}
.slider-container.light {
  background-color: #eaeaea;
}
.slider-container.light .tp-bannershadow {
  filter: alpha(opacity=5);
  opacity: 0.05;
  top: 0;
  bottom: auto;
  z-index: 1000;
}
.slider-container.light .top-label,
.slider-container.light .main-label,
.slider-container.light .bottom-label {
  color: #333;
}
.slider-container.light .tp-caption a {
  color: #333;
}
.slider-container.light .tp-caption a:hover {
  color: #333;
}
.slider {
  height: 500px;
  max-height: 500px;
  position: relative;
}
.slider.wp-block-gallery {
  height: auto;
  max-height: unset;
}
.slider > ul > li > .center-caption {
  left: 0 !important;
  margin-left: 0 !important;
  text-align: center;
  width: 100%;
}
.slider .tp-bannertimer {
  display: none;
}
.slider .main-button {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.slider-container-fullscreen {
  height: 2000px;
  max-height: none;
}
.slider-container-fullscreen .slider {
  max-height: none;
}
/* Home Slider - Nivo Slider */
.nivo-slider {
  position: relative;
}
.nivo-slider .theme-default .nivoSlider {
  border-radius: 10px 10px 0px 0px;
  box-shadow: none;
  margin-top: 10px;
}
.nivo-slider .theme-default .nivoSlider img {
  border-radius: 10px 10px 0px 0px;
}
.nivo-slider .theme-default .nivo-controlNav {
  margin-top: -72px;
  position: absolute;
  z-index: 100;
  right: 5px;
  bottom: -17px;
}
.nivo-slider .theme-default .nivo-caption {
  padding-left: 20px;
}
/* Map */
.map-section {
  background: transparent url(../img/map-top.png) center bottom no-repeat;
  padding-top: 20px;
  min-height: 241px;
}
/* Home Intro */
.home-intro {
  background-color: #171717;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 20px 0 10px 0;
  position: relative;
  text-align: left;
}
.home-intro p {
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 300;
  max-width: 800px;
  padding-top: 5px;
}
.home-intro p span {
  color: #999;
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}
.home-intro p em {
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.home-intro .get-started {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}
.home-intro .get-started a {
  color: #fff;
}
.home-intro .get-started a:not(.btn) {
  color: #777777;
}
.home-intro .learn-more {
  margin-left: 15px;
}
.home-intro.light {
  background-color: #e2e2e2;
}
.home-intro.light.secundary {
  background-color: #e0e1e4;
}
.home-intro.light p {
  color: #777777;
}
/* Home Intro Compact */
.home-intro-compact {
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
}
.home-intro-compact p {
  padding-left: 20px;
}
.home-intro-compact .get-started {
  padding-right: 20px;
}
/* Home Concept */
.home-concept {
  background: transparent url(../img/home-concept.png) no-repeat center 0;
  width: 100%;
  overflow: hidden;
}
.home-concept strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 2.1em;
  font-weight: normal;
  position: relative;
  margin-top: 30px;
}
.home-concept .row {
  position: relative;
}
.home-concept .process-image {
  background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
  width: 160px;
  height: 175px;
  margin: 135px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-concept .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
}
.home-concept .our-work {
  margin-top: 52px;
  font-size: 2.6em;
}
.home-concept .project-image {
  background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
  width: 350px;
  height: 420px;
  margin: 15px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.home-concept .sun {
  background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10%;
  top: 35px;
}
.home-concept .cloud {
  background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 57%;
  top: 35px;
}
/* Page 404 */
.page-not-found {
  margin: 50px 0;
}
.page-not-found h2 {
  font-size: 140px;
  font-weight: 600;
  letter-spacing: -10px;
  line-height: 140px;
}
.page-not-found h4 {
  color: #777777;
}
.page-not-found p {
  font-size: 1.4em;
  line-height: 36px;
}
/* #Footer */
#footer {
  background: #474747;
  border-top: 4px solid #838383;
  color: #fff;
  font-size: 1em;
  margin-top: 50px;
  padding: 80px 0 0;
  position: relative;
  clear: both;
}
#footer a:link,
#footer a:visited {
  text-decoration: underline;
  color: #fff;
}
#footer a:hover {
  color: #ff5e59;
  text-decoration: none;
}
#footer form {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h4 {
  font-size: 1.8em;
  font-weight: 200;
  text-shadow: 1px 1px 1px #202020;
  color: #fff;
}
#footer h5 {
  color: #ccc !important;
}
#footer ul.list.icons li i {
  color: #949494;
  width: 14px;
  height: 14px;
}
#footer ul.nav-list.primary {
  background-color: #121214;
}
#footer ul.nav-list.primary > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer ul.nav-list.primary > li:last-child a {
  border-bottom: 0;
}
#footer ul.list.icons li {
  margin-bottom: 5px;
}
#footer .container .row > div {
  margin-bottom: 25px;
}
#footer .container input:focus {
  box-shadow: none;
}
#footer .footer-ribbon {
  background: #999;
  position: absolute;
  margin: -100px 0 0 22px;
  padding: 10px 20px 6px 20px;
}
#footer .footer-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
#footer .footer-ribbon span {
  color: #fff;
  font-size: 1.6em;
  font-family: "Shadows Into Light", cursive;
}
#footer .newsletter form {
  width: 100%;
  max-width: 262px;
}
#footer .newsletter form input.form-control {
  height: 34px;
  padding: 6px 12px;
}
#footer .alert a {
  color: #222 !important;
}
#footer .alert a:hover {
  color: #666 !important;
}
#footer .twitter .icon {
  clear: both;
  font-size: 1.5em;
  position: relative;
  top: 3px;
}
#footer .twitter .time {
  color: #999;
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
  margin-bottom: 20px;
}
#footer .twitter .time:last-child {
  margin-bottom: 0;
}
#footer .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .twitter-account {
  color: #fff;
  display: block;
  font-size: 0.9em;
  margin: -15px 0 5px;
  filter: alpha(opacity=55);
  opacity: 0.55;
}
#footer .twitter-account:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#footer .contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .contact i {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 7px 8px 10px 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 16px;
}
#footer .contact i.icon-envelope {
  font-size: 1em;
  top: 0;
}
#footer .contact p {
  margin-bottom: 10px;
}
#footer .logo {
  display: block;
}
#footer .logo.push-bottom {
  margin-bottom: 12px;
}
#footer .footer-copyright {
  background: #0c0c0c;
  border-top: 4px solid #111;
  margin-top: 40px;
  padding: 30px 0 10px;
}
#footer .footer-copyright nav {
  float: right;
}
#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}
#footer .footer-copyright p {
  color: #999999;
  margin: 10px 0 0;
  padding: 0;
}
#footer .phone {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  margin-top: -5px;
}
#footer .recent-work li {
  float: left;
  width: 30%;
  margin: 10px 3% 0 0;
}
#footer .recent-work li .thumb-info {
  float: left;
  display: inline-block;
}
#footer .recent-work li:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#footer .recent-work img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
#footer .view-more-recent-work {
  padding: 12px;
}
#footer.short {
  padding-top: 50px;
}
#footer.short .footer-copyright {
  background: transparent;
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-footer {
  text-align: center;
}

/* Dark Version */
body.dark {
  background-color: #222224;
}
body.dark.boxed .body {
  background-color: #222224;
}
body.dark #header {
  background: #222224;
  border-top-color: #1d1d1f;
}
body.dark #header nav ul.nav-top li a:hover {
  background-color: #2e2e31;
}
body.dark
  #header
  nav.mega-menu
  ul.nav-main
  li.mega-menu-item
  .mega-menu-sub-title {
  color: #fff;
}
body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
  background-color: #2e2e31 !important;
}
body.dark
  #header
  nav.mega-menu
  ul.nav-main
  li.mega-menu-item:hover
  ul.sub-menu
  li:hover
  a:hover {
  background-color: #0e0e0f !important;
}
body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .form-control {
  background-color: #363639 !important;
  border-color: #363639 !important;
  color: #fff !important;
}
body.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a,
body.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a:hover,
body.dark
  #header
  nav.mega-menu
  ul.nav-main
  .mega-menu-signin.logged
  .user-avatar
  strong {
  color: #fff;
}
body.dark #header .search input.search:focus {
  border-color: #2e2e31;
}
body.dark #header.clean-top .header-top {
  background: #272729;
  border-bottom-color: #2e2e31;
}
body.dark #header.narrow {
  border-bottom-color: #272729;
}
body.dark #header nav.mega-menu .mega-menu-shop .actions-continue {
  border-top-color: #272729;
}
body.dark
  #header
  nav.mega-menu
  .mega-menu-shop
  .dropdown-menu
  li
  table
  tr
  td
  a {
  color: #fff;
}
body.dark #header nav.mega-menu .mega-menu-shop a {
  color: #fff;
}
body.dark.sticky-menu-active #header {
  border-bottom-color: #2e2e31;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
  color: #fff;
}
body.dark .modal-header h1,
body.dark .modal-header h2,
body.dark .modal-header h3,
body.dark .modal-header h4,
body.dark .modal-header h5,
body.dark .modal-header h6 {
  color: #777777;
}
body.dark blockquote {
  border-color: #2e2e31;
}
body.dark section.featured {
  background-color: #1d1d1f;
  border-top-color: #363639;
}
body.dark section.featured.map {
  background-image: url(../img/map-bottom-dark.png);
}
body.dark section.call-to-action:before {
  border-top-color: #363639;
}
body.dark section.timeline:after {
  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%, #1e5799),
    color-stop(100%, #7db9e8)
  );
  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, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%,
    rgba(80, 80, 80, 0) 100%;
}
body.dark section.timeline .timeline-date {
  background-color: #2e2e31;
  border-color: #2e2e31;
  text-shadow: none;
}
body.dark section.timeline .timeline-title {
  background: #2e2e31;
}
body.dark section.timeline .timeline-box {
  border-color: #2e2e31;
  background: #2e2e31;
}
body.dark section.timeline .timeline-box.left:before {
  box-shadow: 0 0 0 3px #2e2e31, 0 0 0 6px #2e2e31;
}
body.dark section.timeline .timeline-box.left:after {
  background: #2e2e31;
  border-right-color: #2e2e31;
  border-top-color: #2e2e31;
}
body.dark section.timeline .timeline-box.right:before {
  box-shadow: 0 0 0 3px #2e2e31, 0 0 0 6px #2e2e31;
}
body.dark section.timeline .timeline-box.right:after {
  background: #2e2e31;
  border-left-color: #2e2e31;
  border-bottom-color: #2e2e31;
}
body.dark .form-control {
  background-color: #2e2e31;
  border-color: #2e2e31;
}
body.dark .btn-default {
  background-color: #2e2e31;
  border-color: #2e2e31;
  color: #fff;
}
body.dark .btn.disabled,
body.dark .btn[disabled] {
  border-color: #2e2e31 !important;
}
body.dark .pagination > li > a,
body.dark .pagination > li > span {
  background-color: #2e2e31;
  border-color: #29292c;
}
body.dark .theme-default .nivoSlider {
  background-color: #222224;
}
body.dark .map-section {
  background-image: url(../img/map-top-dark.png);
}
body.dark .home-concept {
  background-image: url(../img/home-concept-dark.png);
}
body.dark .home-concept .process-image {
  background-image: url(../img/home-concept-item-dark.png);
}
body.dark .home-concept .project-image {
  background-image: url(../img/home-concept-item-dark.png);
}
body.dark .home-concept .sun {
  background-image: url(../img/home-concept-icons-dark.png);
}
body.dark .home-concept .cloud {
  background-image: url(../img/home-concept-icons-dark.png);
}
body.dark .page-top {
  border-bottom-color: #1d1d1f;
}
body.dark .panel-group .panel {
  background-color: #2e2e31;
}
body.dark .panel-group .panel-default {
  border-color: #2e2e31;
}
body.dark .panel-group .panel-heading {
  background-color: #363639;
}
body.dark .panel-group .form-control {
  background-color: #272729;
  border-color: #272729;
}
body.dark .toggle > label {
  background-color: #363639;
}
body.dark .featured-box {
  background: #363639;
  border-left-color: #363639;
  border-right-color: #363639;
  border-bottom-color: #363639;
}
body.dark .featured-box.secundary h4 {
  color: #fff;
}
body.dark .feature-box.secundary h4 {
  color: #fff;
}
body.dark .progress {
  background: #363639;
}
body.dark .arrow {
  background-image: url(../img/arrows-dark.png);
}
body.dark .thumbnail,
body.dark .img-thumbnail {
  background-color: #2e2e31;
  border-color: #2e2e31;
}
body.dark .thumb-info-social-icons {
  border-top-color: #404043;
}
body.dark ul.nav-list.primary > li a {
  border-bottom-color: #2e2e31;
}
body.dark ul.nav-list.primary > li a:hover {
  background-color: #2e2e31;
}
body.dark .tabs .nav-tabs li a,
body.dark .tabs .nav-tabs li a:hover {
  border-top-color: #2e2e31;
  border-left-color: #2e2e31;
  border-right-color: #2e2e31;
  background: #2e2e31;
}
body.dark .tabs .nav-tabs.nav-justify li a,
body.dark .tabs .nav-tabs.nav-justify li a:hover {
  border-bottom-color: #2e2e31;
}
body.dark .tabs.tabs-left .nav-tabs > li a,
body.dark .tabs.tabs-right .nav-tabs > li a {
  background: #2e2e31;
  border-left-color: #2e2e31;
  border-right-color: #2e2e31;
}
body.dark .tabs .nav-tabs {
  border-color: #2e2e31;
}
body.dark .tabs .nav-tabs li.active a,
body.dark .tabs .nav-tabs li.active a:hover,
body.dark .tabs .nav-tabs li.active a:focus {
  background: #363639;
  border-left-color: #363639;
  border-right-color: #363639;
}
body.dark .tabs .nav-tabs.nav-justify li.active a {
  border-bottom-color: #363639;
}
body.dark .tabs.tabs-vertical {
  border-top-color: #363639;
}
body.dark .tabs.tabs-bottom .nav-tabs li a,
body.dark .tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #2e2e31;
}
body.dark .tabs .tab-content {
  background: #363639;
  border-color: #363639;
}
body.dark .testimonial-author strong {
  color: #fff;
}
body.dark .page-header {
  border-bottom-color: #2e2e31;
}
body.dark .table > thead > tr > th,
body.dark .table > tbody > tr > th,
body.dark .table > tfoot > tr > th,
body.dark .table > thead > tr > td,
body.dark .table > tbody > tr > td,
body.dark .table > tfoot > tr > td,
body.dark .table-bordered {
  border-color: #2e2e31;
}
body.dark .table-striped > tbody > tr:nth-child(2n + 1) > td,
body.dark .table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #363639;
}
body.dark pre {
  background-color: #2e2e31;
  border-color: #2e2e31;
  color: #777777;
}
body.dark .show-grid [class*="col-md-"] .show-grid-block {
  background-color: #2e2e31;
  border-color: #2e2e31;
}
body.dark hr {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}
body.dark hr.light {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
}
body.dark ul.history li .thumb {
  background-image: url(../img/history-thumb-dark.png);
}
body.dark .blog-posts article {
  border-color: #2e2e31;
}
body.dark section.featured .recent-posts .date .day,
body.dark article.post .post-date .day {
  background-color: #2e2e31;
}
body.dark article .post-video,
body.dark article .post-video iframe,
body.dark article .post-audio,
body.dark article .post-audio iframe {
  background-color: #2e2e31;
  border-color: #2e2e31;
}
body.dark ul.simple-post-list li {
  border-bottom-color: #272729;
}
body.dark .post-block {
  border-top-color: #1d1d1f;
}
body.dark ul.comments .comment-block {
  background-color: #2e2e31;
}
body.dark ul.comments .comment-arrow {
  border-right-color: #2e2e31;
}
body.dark .pricing-table li {
  border-top-color: #272729;
}
body.dark .pricing-table h3 {
  background-color: #272729;
  text-shadow: none;
}
body.dark .pricing-table h3 span {
  background: #2e2e31;
  border-color: #29292c;
  box-shadow: 0 5px 20px #29292c inset, 0 3px 0 #2e2e31 inset;
  color: #777777;
}
body.dark .pricing-table .most-popular {
  border-color: #2e2e31;
}
body.dark .pricing-table .most-popular h3 {
  background-color: #2e2e31;
  color: #fff;
  text-shadow: none;
}
body.dark .pricing-table .plan-ribbon {
  background-color: #2e2e31;
}
body.dark .pricing-table .plan {
  background: #2e2e31;
  border: 1px solid #2e2e31;
  color: #777777;
  text-shadow: none;
}
body.dark .product-thumb-info {
  background-color: #2e2e31;
  border-color: transparent;
}
body.dark .shop .quantity .qty {
  background-color: #2e2e31;
  border-color: transparent;
}
body.dark .shop .quantity .minus,
body.dark .shop .quantity .plus {
  background-color: #272729;
  border-color: transparent;
}
body.dark .shop table.cart td,
body.dark .shop .cart-totals th,
body.dark .shop .cart-totals td {
  border-color: #2e2e31;
}
body.dark #footer .footer-ribbon {
  margin-top: -96px;
}
body.dark #footer .newsletter form .btn-default {
  background-color: #272729;
  border-color: #272729;
  color: #777777;
}
/* Boxed Layout */
body.boxed {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat;
}
body.boxed .body {
  background-color: #fff;
  border-bottom: 5px solid #121214;
  border-radius: 5px;
  border-top: 5px solid #ccc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
  max-width: 1200px;
  height: auto;
}
body.boxed #header {
  padding: 15px 0;
}

.dataTables_filter .input-group {
  display: block;
}
.datatables-header {
  display: block;
  padding: 20px 0;
  clear: both;
}
#datatable-default_filter {
  display: block;
}

/* Elements */
/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.1.0
*/
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121214;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin: 0;
}
h1,
h2 {
  font-size: 2.6em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}
h3 {
  color: #6c6c6c;
  font-size: 1.8em;
  line-height: 24px;
  margin-bottom: 20px;
}
h3.panel-title i {
  color: #ccc;
  float: right;
  padding: 5px 0 0 5px;
}
.item-title {
  color: #ccc;
  font-size: 2em;
  line-height: 28px;
  margin: 10px 0;
  letter-spacing: -1px;
  font-weight: 300;
}
h4 {
  color: #999;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}
h5 {
  color: #ccc;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}
h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}
h1.big {
  font-size: 4.2em;
  line-height: 54px;
}
h1.short {
  margin-bottom: 15px;
}
h2.short {
  margin-bottom: 15px;
}
h3.short,
h4.short,
h5.short,
h6.short {
  margin-bottom: 9px;
}
h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
  margin-bottom: 0;
}
h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
  margin-bottom: 44px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}
h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 44px;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
  color: #121214;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

h4.lined {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #b7b7b7;
  word-break: break-word;
}
h4.lined:before,
h4.lined:after {
  border-top: 1px solid #eaeaea;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
h4.lined:before {
  right: 1.5%;
}
h4.lined:after {
  left: 1.5%;
}

h2 .inverted,
h1 .inverted {
  min-height: 60px;
}
.titleHeader {
  background: url(../img/titleheader.gif) repeat-x left center;
  margin: 20px 0;
  text-align: center;
}
.titleHeader h3 {
  display: inline-block;
  margin: 0;
  padding: 4px 20px;
  background-color: #fff;
  font-weight: 300;
}
.titleHeader h1,
.titleHeader h2 {
  display: inline-block;
  margin: 0;
  padding: 15px 10px;
  background-color: #fff;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
}
.titleHeader .pull-right {
  padding-left: 20px;
  background-color: #fff;
}
.titleHeader .pull-left {
  padding-right: 20px;
  background-color: #fff;
}
.titleHeaderR {
  background: url(../img/titleheader.gif) repeat-x left center;
  margin: 0;
  text-align: left;
  margin: 20px 0;
  display: block;
  clear: both;
}
.titleHeaderR h3,
.titleHeaderR h1 {
  display: inline-block;
  margin: 0;
  padding: 0px 10px 0px 0px;
  background-color: #fff;
  font-weight: 300;
}
.titleHeaderR .pull-right {
  padding-left: 10px;
  background-color: #fff;
}
/* Modal Titles */
.modal-header h3 {
  color: #333;
  text-transform: none;
}
.yashare-auto-init {
  display: block;
  text-align: center;
  padding: 20px 0;
}
#iconlist small {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.4em;
}
/* Blockquote */
blockquote {
  font-size: 1em;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

.owl-center .owl-item {
  text-align: center;
}
.thumbnailwrap {
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
}
/* Paragraphs */
p {
  color: #4a4a4a;
  line-height: 1.5em;
  margin: 0 0 20px;
}
p.lead {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 300;
}
p.short,
.item-text p,
p.featured {
  margin-bottom: 10px;
}
ul.tall,
.item-text ul,
p.tall {
  margin-bottom: 20px;
}
.item-text img {
  margin: 0 5px 7px 0;
}

p.taller {
  margin-bottom: 40px;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}

.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}

/* Labels */
.label-dark,
.label-dark:hover {
  background: #111;
  text-decoration: none;
  font-weight: normal;
}
.lead-price {
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.4;
}
.foundation {
  margin-bottom: 3px;
  line-height: 1.4;
}
.foundation strong {
  font-size: 1.6em;
  display: inline;
}
.summary .dl-horizontal dt {
  width: 100px;
}
.summary .dl-horizontal dd {
  margin-left: 120px;
}
.foundators li {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
.foundators li:last-child {
  border-bottom: none;
}
.foundators li .badge {
  font-size: 1.2em;
  float: left;
  margin-right: 8px;
  padding: 5px 8px;
  font-weight: 300;
  background-color: #d9534f;
}
.foundators li small {
  display: block;
  overflow: hidden;
  font-size: 11px;
  line-height: 14px;
}
.foundators li .foundation {
  display: block;
  overflow: hidden;
}
td.summ strong {
  color: #d9534f;
  font-size: 1.2em;
  line-height: 1em;
  white-space: nowrap;
}
td.table_date {
  font-size: 0.9em;
  white-space: nowrap;
}
.table-otchet > tbody > tr > td {
  text-overflow: hidden;
}
.datelist {
  display: block;
  float: left;
  margin: 5px 30px 20px 0;
  text-align: center;
}
.datelist .post-date {
  background: #f4f4f4;
  border-radius: 2px 2px 0 0;
  color: #d9534f;
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  white-space: -0.05em;
  padding: 8px;
  margin: 0;
}
.datelist .post-month {
  display: block;
  background: #d9534f;
  border-radius: 0 0 2px 2px;
  color: #fff;
  font-size: 10px;
  padding: 0 5px 2px;
  margin: 0;
}
.datelistwrap {
  display: block;
  overflow: hidden;
}

/*============== .hProductNews ============*/
.hNewsItems {
  list-style: none;
  *zoom: 1;
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
  display: block;
}
.hNewsItems li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  float: inherit;
  vertical-align: top;
  border: none;
  border-bottom: solid 1px #e3e3e3;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.hNewsItems li:last-child {
  border: none;
}
.hNewsItems li div {
  white-space: normal;
}
.hNewsItems li .datelist {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
}
.hNewsItems li p {
  overflow: hidden;
  margin: 0;
  padding-left: 70px;
  line-height: 1.5em;
}
#mainTextBlock .hNewsItems li p a,
.hNewsItems .hNewstitle {
  font-size: 16px;
  font-weight: 600;
}
.hNewsItems li p span {
  display: block;
}
/*============== .div vertical center ============*/
.itemtable {
  display: table;
}
.itemcell {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}
.itemwrap {
}
/* Drop Caps */
p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}
p.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: #fff;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}
/* Alternative Font Style */
.alternative-font {
  color: #ccc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
/* Navs */
aside.sidebar {
  margin-top: -9px;
}

ul.nav-list.primary {
  background-color: #f5f5f5;
}
ul.nav-list.primary > li {
  display: none;
}
ul.nav-list.primary > li.active {
  display: block;
}
ul.nav-list.primary > li.active > a {
}
ul.nav-list.primary ul.dropdown-menu {
  position: relative;
  display: block;
  margin: 0;
  border: none;
  padding: 0;
  border-radius: 0px;
  float: none;
  box-shadow: none;
  z-index: inherit;
  background-color: #f5f5f5;
}
ul.nav-list.primary > li.active > a:link,
ul.nav-list.primary > li.active > a:visited,
ul.nav-list.primary ul.dropdown-menu > li > a:link,
ul.nav-list.primary ul.dropdown-menu > li > a:visited {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 25px;
  display: block;
  position: relative;
  padding: 7px 0 8px 30px;
  border-bottom: 1px solid #fff;
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  white-space: break-spaces;
}
ul.nav-list.primary > li.active > a:after,
ul.nav-list.primary ul.dropdown-menu > li > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 8px;
}
ul.nav-list.primary > li > a i {
  display: none;
}
ul.nav-list.primary ul.dropdown-menu > li.dropdown-submenu.active > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  left: 13px;
  top: 8px;
}
ul.nav-list.primary > li.active.in > a:after,
ul.nav-list.primary ul.dropdown-menu > li.active li.active > a:after,
ul.nav-list.primary ul.dropdown-menu > li.dropdown-submenu.active.in > a:after,
ul.nav-list.primary ul.dropdown-menu > li.active > a:after {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  left: 13px;
  top: 8px;
}

ul.nav-list.primary ul.dropdown-menu ul > li {
  margin: 0;
  padding: 0;
}
ul.nav-list.primary ul.dropdown-menu ul > li a:link,
ul.nav-list.primary ul.dropdown-menu ul > li a:visited {
  border-bottom: 1px solid #fff;
  padding: 8px 0px 8px 45px;
  font-size: 1em;
  line-height: 1.3em;
}
ul.nav-list.primary ul.dropdown-menu > li.active li.active > a:after,
ul.nav-list.primary ul.dropdown-menu ul > li a:after {
  font-size: 0.8em;
  left: 28px;
  top: 8px;
}

.sidebarh4 {
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  display: block;
  position: relative;
  padding: 6px 0 10px 15px;
  border-bottom: 1px solid #f4f4f4;
}
.sidebarh4:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 8px;
}
.sidebarh4.active:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 8px;
}
/* Buttons */
.btn-primary[disabled] {
  border-color: #ccc !important;
  background-image: none;
}
.btn-icon i {
  margin-right: 10px;
}
.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}
/* Forms */
form label {
  font-weight: normal;
}
textarea {
  resize: vertical;
}
select {
  border: 1px solid #e5e7e9;
  border-radius: 6px;
  outline: none;
}
.label {
  font-weight: normal;
}
.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #ccc;
}
/* Forms Validations */
label.valid {
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  color: #c10000;
  font-size: 0.9em;
  margin-top: -5px;
  padding: 0;
}
.help-block {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8em;
}
.help-block .list-unstyled {
  margin-top: 5px;
  margin-bottom: 0;
}
/* Captcha */
.captcha {
  clear: both;
  overflow: hidden;
  background: #f2f2f2;
  text-align: center;
  margin-bottom: 20px;
  max-width: 160px;
}
.captcha input {
  border: 0;
}
.captcha-image {
  float: left;
  position: relative;
  top: -25px;
  left: -13px;
}
/* Icons */
.featured-icon {
  background: #ccc;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px;
}
.featured-icon i {
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
}
/* Icons List */
ul.icons {
  list-style: none;
}
ul.icons [class^="icon-"] {
  margin-right: 5px;
}
/* Thumbnails */
.img-thumbnail {
  position: relative;
}
.img-thumbnail img {
  max-width: 100%;
}
.img-thumbnail.articlethumb {
  margin-top: 4px;
}
.img-thumbnail .zoom {
  background: #ccc;
  border-radius: 100%;
  bottom: 8px;
  color: #fff;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 30px;
}
.img-thumbnail .zoom i {
  font-size: 14px;
  left: -1px;
  position: relative;
  top: -3px;
}
/* Thumbnail Gallery */
ul.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
ul.thumbnail-gallery li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0;
}
/* List */
ul.list li {
  margin-bottom: 13px;
}
ul.list.icons li i {
  color: #ccc;
  margin-right: 5px;
}
ul.list.pull-left li {
  text-align: left;
}
/* Sitemap */
ul.sitemap > li > a {
  font-weight: bold;
}
ul.sitemap.list li {
  margin: 0 0 3px 0;
}
ul.sitemap.list ul {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* Accordion */
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
}
.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:focus {
  text-decoration: none;
}
.panel-group .panel-heading a [class^="icon-"] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.panel-group.secundary .panel-heading a {
  color: #fff;
}
.tabs {
  border-radius: 4px;
  margin-bottom: 35px;
}
.nav-tabs {
  margin: 0;
  font-size: 0;
  border-bottom-color: #eee;
}
.nav-tabs li {
  display: inline-block;
  float: none;
}
.nav-tabs li:last-child a {
  margin-right: 0;
}
.nav-tabs li a {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}
.nav-tabs li a,
.nav-tabs li a:hover {
  background: #f4f4f4;
  border-bottom: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #eee;
  color: #ccc;
}
.nav-tabs li a:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #ccc;
  box-shadow: none;
}
.nav-tabs li a:active,
.nav-tabs li a:focus {
  border-bottom: 0;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background: #fff;
  border-left-color: #eee;
  border-right-color: #eee;
  border-top: 3px solid #ccc;
  color: #ccc;
}
.tab-content {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px;
}
/* Right Aligned */
.nav-tabs.nav-right {
  text-align: right;
}
/* Justified */
.nav-tabs.nav-justify {
  display: table;
  table-layout: fixed;
  margin-bottom: -1px;
  width: 100%;
}
.nav-tabs.nav-justify li {
  display: table-cell;
  margin-bottom: 0;
  width: 100%;
}
.nav-tabs.nav-justify li:first-child a,
.nav-tabs.nav-justify li:first-child a:hover {
  border-radius: 5px 0 0 0;
  border-left: 1px solid #eee;
}
.nav-tabs.nav-justify li:last-child a,
.nav-tabs.nav-justify li:last-child a:hover {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #eee;
}
.nav-tabs.nav-justify li a {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  margin-right: 0;
}
.nav-tabs.nav-justify li a:hover,
.nav-tabs.nav-justify li a:focus {
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
}
.nav-tabs.nav-justify li.active a {
  border-bottom: 1px solid #fff;
}
.nav-tabs.nav-justify li.active a:hover {
  border-bottom: 1px solid #fff;
}
/* Bottom Tabs */
.tabs.tabs-bottom .tab-content {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}
.tabs.tabs-bottom .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #eee;
}
.tabs.tabs-bottom .nav-tabs li {
  margin-bottom: 0;
  margin-top: -1px;
}
.tabs.tabs-bottom .nav-tabs li:last-child a {
  margin-right: 0;
}
.tabs.tabs-bottom .nav-tabs li a {
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  margin-right: 1px;
}
.tabs.tabs-bottom .nav-tabs li a,
.tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom: 3px solid #eee;
  border-top: 1px solid #eee;
}
.tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom: 3px solid #ccc;
  border-top: 1px solid #eee;
}
.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom: 3px solid #ccc;
  border-top-color: transparent;
}
/* Bottom Tabs with Justified Nav */
.tabs.tabs-bottom .nav-tabs.nav-justify {
  border-top: none;
}
.tabs.tabs-bottom .nav-tabs.nav-justify li a {
  margin-right: 0;
}
.tabs.tabs-bottom .nav-tabs.nav-justify li:first-child a {
  border-radius: 0 0 0 5px;
}
.tabs.tabs-bottom .nav-tabs.nav-justify li:last-child a {
  margin-right: 0;
  border-radius: 0 0 5px 0;
}
/* Vertical */
.tabs-vertical {
  display: table;
  width: 100%;
  border-top: 1px solid #eee;
}
.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}
.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
}
.tabs-vertical .nav-tabs > li {
  display: block;
}
.tabs-vertical .nav-tabs > li a {
  border-radius: 0;
  display: block;
  padding-top: 10px;
}
.tabs-vertical .nav-tabs > li a,
.tabs-vertical .nav-tabs > li a:hover,
.tabs-vertical .nav-tabs > li a:focus {
  border-bottom: none;
  border-top: none;
}
.tabs-vertical .nav-tabs > li.active a,
.tabs-vertical .nav-tabs > li.active a:hover,
.tabs-vertical .nav-tabs > li.active:focus {
  border-top: none;
}
/* Vertical - Left Side */
.tabs-left .tab-content {
  border-radius: 0 5px 5px 5px;
  border-left: none;
}
.tabs-left .nav-tabs > li {
  margin-right: -1px;
}
.tabs-left .nav-tabs > li:first-child a {
  border-radius: 5px 0 0 0;
}
.tabs-left .nav-tabs > li:last-child a {
  border-radius: 0 0 0 5px;
}
.tabs-left .nav-tabs > li a {
  border-right: 1px solid #eee;
  border-left: 3px solid #eee;
  margin-right: 1px;
  margin-left: -3px;
}
.tabs-left .nav-tabs > li a:hover {
  border-left-color: #ccc;
}
.tabs-left .nav-tabs > li.active a,
.tabs-left .nav-tabs > li.active a:hover,
.tabs-left .nav-tabs > li.active a:focus {
  border-left: 3px solid #ccc;
  border-right-color: #fff;
}
/* Vertical - Right Side */
.tabs-right .tab-content {
  border-radius: 5px 0 5px 5px;
  border-right: none;
}
.tabs-right .nav-tabs > li {
  margin-left: -1px;
}
.tabs-right .nav-tabs > li:first-child a {
  border-radius: 0 5px 0 0;
}
.tabs-right .nav-tabs > li:last-child a {
  border-radius: 0 0 5px 0;
}
.tabs-right .nav-tabs > li a {
  border-right: 3px solid #eee;
  border-left: 1px solid #eee;
  margin-right: 1px;
  margin-left: 1px;
}
.tabs-right .nav-tabs > li a:hover {
  border-right-color: #ccc;
}
.tabs-right .nav-tabs > li.active a,
.tabs-right .nav-tabs > li.active a:hover,
.tabs-right .nav-tabs > li.active a:focus {
  border-right: 3px solid #ccc;
  border-left: 1px solid #fff;
}
/* Toggles */
.toggle {
  margin: 10px 0 0;
  position: relative;
  clear: both;
}
.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.toggle > label {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #f4f4f4;
  border-left: 3px solid #ccc;
  border-radius: 8px;
  color: #ccc;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.toggle > label:-moz-selection {
  background: none;
}
.toggle > label i.icon-minus {
  display: none;
}
.toggle > label i.icon-plus {
  display: inline;
}
.toggle > label:selection {
  background: none;
}
.toggle > label:before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: "";
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}
.toggle > label:hover {
  background: #f5f5f5;
}
.toggle > label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.toggle > .toggle-content {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
.toggle.active i.icon-minus {
  display: inline;
}
.toggle.active i.icon-plus {
  display: none;
}
.toggle.active > label {
  background: #f4f4f4;
  border-color: #ccc;
}
.toggle.active > label:before {
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-top: -3px;
  right: 10px;
}
.toggle.active > p {
  white-space: normal;
}
.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}
/* Owl Carousel */
.owl-carousel {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.owl-carousel .owl-wrapper-outer {
  border-radius: 4px;
}
.owl-carousel .thumbnail {
  max-width: 99%;
}
.owl-carousel .img-responsive {
  display: inline-block;
}
.owl-carousel-spaced {
  margin-left: -5px;
}
.owl-carousel-spaced .owl-item > div {
  margin: 5px;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  z-index: 300;
  margin-bottom: -10px;
}
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 4px;
  border-bottom: 2px solid transparent;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 1px 9px;
  margin: 2px;
}
/* Owl Carousel - Highlight */
.highlight .owl-theme .owl-controls .owl-page span {
  background-color: #fff;
}
/* well */
.well {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Video */
section.video {
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center 0;
  width: 100%;
  margin: 70px 0;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
section.video > video {
  display: none;
}
section.video blockquote {
  border: 0;
  padding: 0 10%;
}
section.video blockquote i.icon-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
section.video blockquote p {
  font-size: 24px;
  line-height: 30px;
}
section.video blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}
section.video .container {
  position: relative;
  z-index: 3;
}
section.video .video-overlay {
  background: transparent url(../img/video-overlay.png) repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.video .mejs-container {
  position: absolute;
  top: -50%;
  z-index: 1;
}
section.video .mejs-container .mejs-controls,
section.video .mejs-container .mejs-layers {
  display: none !important;
}
section.video.valign-video .mejs-container {
  top: -50%;
}
/* Video Container */
.video-container {
  padding-top: 25px;
  padding-bottom: 50.5%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 0;
}
.video-container.vimeo {
  padding-top: 0;
  padding-bottom: 56.4%;
}
.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Popup */
.popup-inline-content {
  background: none repeat scroll 0 0 #fff;
  margin: 40px auto;
  max-width: 1170px;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  display: none;
}
/* Magnific Popup */
.mfp-wrap .popup-inline-content {
  display: block;
}
/* Miscellaneous */
body a {
  outline: none !important;
}
.table td.desc,
.table th.desc {
  padding-left: 20px;
}
.table-otchet {
  font-size: 0.9em;
}
table.table-cat tr td {
  vertical-align: middle;
  font-size: 1.1em;
}
.center {
  text-align: center;
}
.push-top {
  margin-top: 35px;
}
.push-bottom {
  margin-bottom: 35px;
}
.bold {
  font-weight: bold;
}
.inverted {
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
/* Clearfix */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* Divider Line */
hr {
  background: url(../img/titleheader.gif) repeat-x left center;
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}
hr.short {
  margin: 11px 0 11px 0;
}
hr.tall {
  margin: 44px 0 44px 0;
}
hr.taller {
  margin: 66px 0 66px 0;
}
hr.light {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}
/* Read More */
.read-more,
.learn-more {
  display: inline-block;
  white-space: nowrap;
}
/* Offset Anchor */
.offset-anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -100px;
}
/* Show Grid */
.show-grid [class*="col-md-"] .show-grid-block {
  background-color: #eee;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
}
/* Font Awesome */
.fontawesome-icon-list [class*="col-md-"] {
  margin-bottom: 9px;
}
.fontawesome-icon-list i {
  font-size: 1.3em;
  margin-right: 5px;
  display: inline-block;
  width: 30px;
  text-align: center;
  position: relative;
  top: 2px;
}
/* Sort Source Wrapper */
.sort-source-wrapper {
  padding: 8px 0;
  position: relative;
}
.sort-source-wrapper .nav {
  margin: -100px 0 5px;
}
.sort-source-wrapper .nav > li > a {
  color: #fff;
  background: transparent;
}
.sort-source-wrapper .nav > li > a:hover,
.sort-source-wrapper .nav > li > a:focus {
  background: transparent;
}
.sort-source-wrapper .nav > li.active > a {
  background: transparent;
}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  background: transparent;
}
/* Sort Source */
.sort-source {
  clear: both;
}
/* Sort Destination */
.sort-destination.full-width {
  margin: 0 0 -81px;
  position: relative;
  top: -51px;
}
.sort-destination.full-width .isotope-item {
  width: 20%;
  float: left;
}
.sort-destination.full-width .isotope-item .img-thumbnail {
  border: 0;
  padding: 0;
  margin: 0;
}
.sort-destination.full-width .isotope-item .img-thumbnail,
.sort-destination.full-width .isotope-item a,
.sort-destination.full-width .isotope-item .thumb-info img {
  border-radius: 0;
  float: left;
}
/* Pricing Tables */
.pricing-table {
  margin: 25px 0 0 -15px;
  padding-left: 0;
  text-align: center;
}
.pricing-table ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.pricing-table li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.pricing-table h3 {
  background-color: #eee;
  border-radius: 2px 2px 0 0;
  font-size: 20px;
  font-weight: normal;
  margin: -20px -20px 50px -20px;
  padding: 20px;
}
.pricing-table h3 span {
  background: #fff;
  border: 5px solid #fff;
  border-radius: 100px;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  color: #777777;
  display: block;
  font: bold 25px / 100px Georgia, Serif;
  height: 100px;
  margin: 20px auto -65px;
  width: 100px;
}
.pricing-table .most-popular {
  border: 3px solid #ccc;
  box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1),
    -11px 0 10px -10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  top: -10px;
  z-index: 2;
}
.pricing-table .most-popular h3 {
  background-color: #666;
  color: #fff;
  padding-top: 30px;
  text-shadow: 0 1px #555;
}
.pricing-table .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 85px;
}
.pricing-table .plan-ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
  background-color: #bfdc7a;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  top: 15px;
  width: 120px;
}
.pricing-table .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}
.pricing-table .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}
.pricing-table .plan {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  margin-bottom: 35px;
  margin-right: -31px;
  padding: 20px;
  position: relative;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.pricing-table .btn {
  margin-top: 5px;
}
/* Pricing Tables Boxed */
body.boxed .pricing-table {
  margin-left: -31px;
}
body.boxed .pricing-table .plan,
body.boxed .pricing-table h3 {
  border-radius: 0;
}
/* Featured Box */
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll
    0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0
    0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-radius: 8px;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  text-transform: uppercase;
}
.featured-box ul {
  text-align: left;
  -webkit-padding-start: 20px;
  padding-left: 20px;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 3px solid #33b8ff;
  border-top-width: 4px;
  padding: 20px 20px 10px 20px;
}
.featured-box .learn-more {
  display: block;
  margin-top: 10px;
}
/* Featured Boxes */
.featured-boxes .featured-box {
  margin-bottom: 30px;
  margin-top: 15px;
}
.featured-boxes .featured-box.info-content {
  text-align: left;
}
/* Primary */
.featured-box-primary i.icon-featured {
  background-color: #e36159;
}
.featured-box-primary h4 {
  color: #e36159;
}
.featured-box-primary .box-content {
  border-top-color: #e36159;
}
/* Secundary */
.featured-box-secundary i.icon-featured {
  background-color: #ccc;
}
.featured-box-secundary h4 {
  color: #ccc;
}
.featured-box-secundary .box-content {
  border-top-color: #ccc;
}
/* Tertiary */
.featured-box-tertiary i.icon-featured {
  background-color: #2baab1;
}
.featured-box-tertiary h4 {
  color: #2baab1;
}
.featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}
/* Quartenary */
.featured-box-quartenary i.icon-featured {
  background-color: #734ba9;
}
.featured-box-quartenary h4 {
  color: #734ba9;
}
.featured-box-quartenary .box-content {
  border-top-color: #734ba9;
}
/* Featured Boxes - Login */
.featured-boxes.login {
  margin-top: -30px;
}
.featured-boxes.login .featured-box {
  text-align: left;
}
.featured-boxes.cart .featured-box {
  text-align: left;
}
.featured-boxes .featured-box-cart {
  margin-top: 0;
}
/* Feature Box */
.feature-box {
  clear: both;
}
.feature-box .feature-box-icon {
  background: #ccc;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  float: left;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 45px;
}
.feature-box .feature-box-info {
  padding-left: 60px;
}
.feature-box .feature-box-info h4 {
  padding-top: 10px;
}
/* Secundary */
.feature-box.secundary h4 {
  color: #121214;
}
.feature-box.secundary .feature-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
}
.feature-box.secundary .feature-box-icon i.icon {
  font-size: 28px;
}
.feature-box.secundary .feature-box-info {
  padding-left: 60px;
}
/* Icon Featured */
.icon-featured {
  border-radius: 100%;
  color: #fff;
  font-size: 40px;
  line-height: 110px;
  margin: 25px 0;
  padding: 25px;
  display: inline-block;
  padding: 0;
  width: 110px;
  height: 110px;
}
/* Thumb Info */
.thumb-info {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
}
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}
.thumb-info:hover .thumb-info-action {
  filter: alpha(opacity=100);
  opacity: 1;
}
.thumb-info:hover .thumb-info-title {
  background: #000;
}
.thumb-info .thumb-info-action-icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ccc;
  border-radius: 0 0 0 25px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
}
.thumb-info .thumb-info-action-icon i {
  font-size: 24px;
  left: 3px;
  position: relative;
  top: -4px;
}
.thumb-info .thumb-info-action {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(36, 27, 28, 0.9);
  bottom: 0;
  color: #fff;
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
}
.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(36, 27, 28, 0.9);
  bottom: 10%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 1;
}
.thumb-info .thumb-info-type {
  background-color: #ccc;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
}
.thumb-info img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* Thumb Info Caption  */
.thumb-info-caption, .help-info-caption {
  display: block;
  padding: 10px 15px 15px;
  overflow: hidden;
}

.help-info-caption li {
	margin-left: 0 !important;
}
.thumb-info-caption p {
  margin: 0;
  line-height: 1.4em;
}
.thumb-info-caption li {
  white-space: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.thumb-info-caption .progress-label {
  display: block;
  text-align: center;
  margin: 5px 0 10px;
  line-height: 1.2em;
}
.thumb-info-caption .progress-label strong {
  white-space: nowrap;
  font-size: 1.3em;
}
.thumb-info-caption .alert {
  text-align: center;
  padding: 5px;
  margin-bottom: 7px;
}
.thumb-info-caption .thumb-info-title, .help-info-caption .thumb-info-title {
  font-size: 1.4em;
  white-space: nowrap;
}

.help-info-caption li:first-of-type {
    margin-bottom: 8px;
}
/* Thumb Info Button */
.thumb-info-buton {
  border-top: 1px dotted #ddd;
  margin: 0;
  padding: 15px 0;
  display: block;
}
/* Thumb Info Social Icons */
.thumb-info-social-icons {
  border-top: 1px dotted #ddd;
  margin: 0;
  padding: 15px 0;
  display: block;
}
.thumb-info-social-icons a {
  background: #ccc;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.thumb-info-social-icons a:hover {
  text-decoration: none;
}
.thumb-info-social-icons a span {
  display: none;
}
.thumb-info-social-icons a i {
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
}
/* Thumb Info Secundary */
.thumb-info.secundary .thumb-info-title {
  background: transparent;
  bottom: auto;
  left: 0;
  right: 0;
  top: 35%;
  text-align: center;
  opacity: 0;
}
.thumb-info.secundary .thumb-info-type {
  float: none;
}
.thumb-info.secundary:hover .thumb-info-title {
  top: 42%;
  opacity: 1;
}
/* Timeline */
section.timeline {
  width: 75%;
  margin: 50px 13% 0;
  position: relative;
  float: left;
  padding-bottom: 120px;
}
section.timeline:after {
  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%, #1e5799),
    color-stop(100%, #7db9e8)
  );
  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, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%,
    rgba(80, 80, 80, 0) 100%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: -60px;
  width: 3px;
  z-index: 0;
  filter: alpha(opacity=35);
  opacity: 0.35;
}
section.timeline .timeline-date {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  display: block;
  clear: both;
  width: 200px;
  height: 45px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  margin: 0 auto 10px;
  text-shadow: 0 1px 1px #fff;
  border-radius: 4px;
  background: #fff;
  z-index: 1;
}
section.timeline .timeline-date h3 {
  display: block;
  text-align: center;
  color: #757575;
  font-size: 0.9em;
  line-height: 32px;
}
section.timeline .timeline-title {
  background: #f4f4f4;
  padding: 12px;
}
section.timeline .timeline-title h4 {
  padding: 0;
  margin: 0;
  color: #171717;
  font-size: 1.4em;
}
section.timeline .timeline-title a {
  color: #171717;
}
section.timeline .timeline-title .timeline-title-tags {
  color: #b1b1b1;
  font-size: 0.9em;
}
section.timeline .timeline-title .timeline-title-tags a {
  color: #b1b1b1;
  font-size: 0.9em;
}
section.timeline .timeline-box {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 20px 10px 10px 10px;
  padding: 10px;
  position: relative;
  width: 45.7%;
  float: left;
  z-index: 1;
  margin-bottom: 30px;
  background: #fff;
}
section.timeline .timeline-box.left {
  clear: both;
}
section.timeline .timeline-box.left:before {
  background: none repeat scroll 0 0 #e5e5e5;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
  content: "";
  display: block;
  height: 7px;
  margin-right: -5px;
  position: absolute;
  right: -6.8%;
  top: 22px;
  width: 8px;
}
section.timeline .timeline-box.left:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: -8px;
  top: 20px;
  width: 14px;
  z-index: 0;
}
section.timeline .timeline-box.right {
  clear: right;
  float: right;
  right: -1px;
  margin-top: 40px;
}
section.timeline .timeline-box.right:before {
  background: none repeat scroll 0 0 #e5e5e5;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
  content: "";
  display: block;
  height: 7px;
  margin-left: -5px;
  position: absolute;
  left: -7.2%;
  top: 32px;
  width: 8px;
}
section.timeline .timeline-box.right:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  left: -8px;
  top: 30px;
  width: 14px;
  z-index: 0;
}
section.timeline .timeline-box .img-thumbnail {
  border-radius: 0;
  padding: 0;
  border: 0;
}
section.timeline .timeline-box .img-thumbnail img {
  border-radius: 0;
  padding: 0;
  border: 0;
}
section.timeline .timeline-box .thumb-info {
  float: left;
  margin-bottom: -5px;
}
section.timeline .timeline-box .owl-carousel {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
/* Testimonials */
blockquote.testimonial {
  background: #f5f5f5;
  color: #000;
  border-radius: 10px;
  border: 0;
  margin: 0;
  font-weight: 300;
  padding: 20px 40px 20px 50px;
  position: relative;
}
blockquote.testimonial:before {
  left: 10px;
  top: 0;
  color: #ddd;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
blockquote.testimonial p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.3;
}
/* Testimonials Arrow */
.testimonial-arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ccc;
  height: 0;
  margin: 0 0 0 25px;
  width: 0;
}
/* Testimonials Author */
.testimonial-author {
  margin: 8px 0 0 8px;
}
.testimonial-author .img-thumbnail {
  float: left;
  margin-right: 10px;
}
.testimonial-author .img-thumbnail img {
  max-width: 60px;
}
.testimonial-author strong {
  color: #111;
  display: block;
  padding-top: 7px;
}
.testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}
.testimonial-author p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: left;
}
/* Social Icons */
ul.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
ul.social-icons li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/social-sprites.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 0 100px;
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 27%;
  overflow: visible;
}
ul.social-icons li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
}
ul.social-icons li a:hover {
  text-decoration: none;
}
ul.social-icons li a i[class^="icon-"] {
  color: #444;
  font-style: 16px;
  position: relative;
  top: 3px;
}
ul.social-icons li a:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3),
    inset 0 0 10px rgba(0, 0, 0, 0.3);
}
ul.social-icons li[class] a {
  text-indent: -9999px;
}
ul.social-icons li:active,
ul.social-icons li a:active {
  border-radius: 100%;
}
ul.social-icons li.digg {
  background-position: 0 0;
}
ul.social-icons li.digg:hover {
  background-position: 0 -30px;
}
ul.social-icons li.dribbble {
  background-position: 0 -60px;
}
ul.social-icons li.dribbble:hover {
  background-position: 0 -90px;
}
ul.social-icons li.facebook {
  background-position: 0 -120px;
}
ul.social-icons li.facebook:hover {
  background-position: 0 -150px;
}
ul.social-icons li.flickr {
  background-position: 0 -180px;
}
ul.social-icons li.flickr:hover {
  background-position: 0 -210px;
}
ul.social-icons li.forrst {
  background-position: 0 -240px;
}
ul.social-icons li.forrst:hover {
  background-position: 0 -270px;
}
ul.social-icons li.googleplus {
  background-position: 0 -300px;
}
ul.social-icons li.googleplus:hover {
  background-position: 0 -330px;
}
ul.social-icons li.html5 {
  background-position: 0 -360px;
}
ul.social-icons li.html5:hover {
  background-position: 0 -390px;
}
ul.social-icons li.icloud {
  background-position: 0 -420px;
}
ul.social-icons li.icloud:hover {
  background-position: 0 -450px;
}
ul.social-icons li.lastfm {
  background-position: 0 -480px;
}
ul.social-icons li.lastfm:hover {
  background-position: 0 -510px;
}
ul.social-icons li.linkedin {
  background-position: 0 -540px;
}
ul.social-icons li.linkedin:hover {
  background-position: 0 -570px;
}
ul.social-icons li.myspace {
  background-position: 0 -600px;
}
ul.social-icons li.myspace:hover {
  background-position: 0 -630px;
}
ul.social-icons li.paypal {
  background-position: 0 -660px;
}
ul.social-icons li.paypal:hover {
  background-position: 0 -690px;
}
ul.social-icons li.picasa {
  background-position: 0 -720px;
}
ul.social-icons li.picasa:hover {
  background-position: 0 -750px;
}
ul.social-icons li.pinterest {
  background-position: 0 -780px;
}
ul.social-icons li.pinterest:hover {
  background-position: 0 -810px;
}
ul.social-icons li.reddit {
  background-position: 0 -840px;
}
ul.social-icons li.reddit:hover {
  background-position: 0 -870px;
}
ul.social-icons li.rss {
  background-position: 0 -900px;
}
ul.social-icons li.rss:hover {
  background-position: 0 -930px;
}
ul.social-icons li.skype {
  background-position: 0 -960px;
}
ul.social-icons li.skype:hover {
  background-position: 0 -990px;
}
ul.social-icons li.stumbleupon {
  background-position: 0 -1020px;
}
ul.social-icons li.stumbleupon:hover {
  background-position: 0 -1050px;
}
ul.social-icons li.tumblr {
  background-position: 0 -1080px;
}
ul.social-icons li.tumblr:hover {
  background-position: 0 -1110px;
}
ul.social-icons li.twitter {
  background-position: 0 -1140px;
}
ul.social-icons li.twitter:hover {
  background-position: 0 -1170px;
}
ul.social-icons li.vimeo {
  background-position: 0 -1200px;
}
ul.social-icons li.vimeo:hover {
  background-position: 0 -1230px;
}
ul.social-icons li.wordpress {
  background-position: 0 -1260px;
}
ul.social-icons li.wordpress:hover {
  background-position: 0 -1290px;
}
ul.social-icons li.yahoo {
  background-position: 0 -1320px;
}
ul.social-icons li.yahoo:hover {
  background-position: 0 -1350px;
}
ul.social-icons li.youtube {
  background-position: 0 -1380px;
}
ul.social-icons li.youtube:hover {
  background-position: 0 -1410px;
}
ul.social-icons li.github {
  background-position: 0 -1440px;
}
ul.social-icons li.github:hover {
  background-position: 0 -1470px;
}
ul.social-icons li.behance {
  background-position: 0 -1500px;
}
ul.social-icons li.behance:hover {
  background-position: 0 -1530px;
}
ul.social-icons li.yelp {
  background-position: 0 -1560px;
}
ul.social-icons li.yelp:hover {
  background-position: 0 -1590px;
}
ul.social-icons li.mail {
  background-position: 0 -1620px;
}
ul.social-icons li.mail:hover {
  background-position: 0 -1650px;
}
ul.social-icons li.instagram {
  background-position: 0 -1680px;
}
ul.social-icons li.instagram:hover {
  background-position: 0 -1710px;
}
ul.social-icons li.foursquare {
  background-position: 0 -1740px;
}
ul.social-icons li.foursquare:hover {
  background-position: 0 -1770px;
}
ul.social-icons li.zerply {
  background-position: 0 -1800px;
}
ul.social-icons li.zerply:hover {
  background-position: 0 -1830px;
}
ul.social-icons li.vk {
  background-position: 0 -1860px;
}
ul.social-icons li.vk:hover {
  background-position: 0 -1890px;
}
/* Arrows */
.arrow {
  background: transparent url(../img/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}
.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}
.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}
.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}
.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}
.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}
.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}
.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}
.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}
/* Circular Bars */
.circular-bar {
  margin-bottom: 25px;
  min-height: 210px;
}
.circular-bar .knob {
  visibility: hidden;
}
.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
}
.circular-bar-content {
  margin-bottom: 70px;
  margin-top: -125px;
  text-align: center;
}
/* Progress */
.progress {
  border-radius: 25px;
  height: 20px;
  background: #e6f0f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  overflow: visible;
  margin-bottom: 5px;
}
.progress-bar {
  box-shadow: none;
  position: relative;
  border-radius: 25px;
}
.progress-bar-tooltip-left,
.progress-bar-tooltip-right {
  position: absolute;
  padding: 0px;
  color: #fff;
  line-height: 15px;
  font-size: 11px;
  display: block;
  position: absolute;
  top: 2px;
  right: 9px;
  border-radius: 3px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.progress-bar-tooltip-right {
  top: 2px;
  right: -27px;
  color: #0088cc;
}
/* Counters */
.counters strong {
  display: block;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
}
.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}
/* Word Rotate */
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0px;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
/* Word Rotate - Titles */
h1 .word-rotate,
h2 .word-rotate {
  margin-bottom: -14px;
}
h2.word-rotator-title,
h1.word-rotator-title {
  line-height: 54px;
}
/* Scroll to Top */
.scroll-to-top {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #939393;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #fff;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 13px 0 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  width: 49px;
  z-index: 1040;
}
.scroll-to-top:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.scroll-to-top.visible {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
/* Portfolio */
.portfolio-title {
  margin-bottom: -10px;
}
.portfolio-title a {
  display: inline-block;
}
.portfolio-title .icon {
  font-size: 2.5em;
}
.portfolio-title .portfolio-nav,
.portfolio-title .portfolio-nav-all {
  margin-top: 11px;
}
.portfolio-title .portfolio-nav {
  text-align: right;
}
.portfolio-title .portfolio-nav a {
  width: 40%;
}
.portfolio-title .portfolio-nav-all .icon {
  font-size: 2.7em;
}
.portfolio-title .icon-angle-right {
  text-align: right;
}
.portfolio-title .portfolio-nav-prev {
  text-align: left;
}
/* Portfolio Info */
.portfolio-info {
  margin: 2px 0 10px;
  float: right;
}
.portfolio-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-info ul li {
  display: inline-block;
  border-right: 1px solid #e6e6e6;
  color: #b1b1b1;
  padding-right: 8px;
  margin-right: 8px;
  font-size: 0.9em;
}
.portfolio-info ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.portfolio-info ul li a {
  text-decoration: none;
  color: #b1b1b1;
}
.portfolio-info ul li a:hover .icon-heart {
  color: #e53f51;
}
.portfolio-info ul li .icon {
  margin-right: 4px;
}
/* Portfolio List */
ul.portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.portfolio-list .portfolio-item {
  margin-bottom: 35px;
}
/* Portfolio Details */
ul.portfolio-details {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 5px;
  font-size: 0.9em;
}
ul.portfolio-details li {
  padding: 0;
  margin: 0 0 20px;
}
ul.portfolio-details p {
  padding: 0;
  margin: 0;
}
ul.portfolio-details blockquote {
  padding: 0 0 0 10px;
  margin: 15px 0 0;
  color: #999;
}
ul.portfolio-details ul.list-skills li {
  margin-right: 10px;
  margin-bottom: 5px;
}

/* Category */
ul.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.category-list .category-item {
  margin-bottom: 35px;
}
ul.category-list .category-item h4 {
  margin: 10px 0;
}
ul.category-list .category-item ul {
  padding: 0 0 0 20px;
}
ul.category-list .thumb-info img {
  max-width: 100%;
  height: auto;
}

.friends .thumbnail {
  height: 180px;
}

.friends .thumbnail a {
  display: block;
    height: 100%;
}

.friends .thumbnail img {
  height: 100%;
  object-fit: contain;
}

/* Article List */
.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-list .article-item {
  margin: 0 10px 10px 10px;
}
.article-item .datelist {
  margin-right: 15px;
  margin-bottom: 0;
}
.article-item .thumbnail {
  margin-bottom: 10px;
}
.article-item .article-title {
  font-size: 1.3em;
  padding: 5px 0;
}
.article-item p {
  line-height: 1.5em;
  margin-bottom: 0;
}

/* Team List */
.team-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-list .team-item {
  margin-bottom: 10px;
}
.team-list div.team-item {
  margin-right: 10px;
  margin-left: 10px;
}
.team-list {
  margin-right: -20px;
  margin-bottom: 20px;
}
.team-list .team-item .thumb-info-social-icons,
.team-list .team-item .thumb-info-buton {
  margin: 0 10px;
}
/* History */
ul.history {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
ul.history li {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
ul.history li h4 {
  margin: 0 0 -27px 0;
  padding: 0;
}
ul.history li p {
  margin-left: 53px;
}
ul.history li .thumb {
  background: transparent url(../img/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
ul.history li .thumb img {
  border-radius: 150px;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
ul.history li .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 50px;
  min-height: 115px;
}
ul.history li .featured-box .box-content {
  border-top-color: #ccc;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-item,
embed,
object,
video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Search Results */
.search-results {
  min-height: 300px;
}
/* Maps */
.google-map {
  background: #e5e3df;
  height: 400px;
  margin: -35px 0 30px 0;
  width: 100%;
}
.google-map img {
  max-width: 9999px;
}
/* Maps - Parallax */
.parallax + .google-map {
  margin-top: -70px;
}
table.responsive {
  border-collapse: collapse;
}

/* side widjet */
.OBC-side-widjet {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  position: fixed;
  left: -10px;
  top: 20%;
  z-index: 100;
  width: 25px;
  height: 100px;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.OBC-side-widjet:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 100px;
  z-index: 2;
  background: #4489ff;
  border-radius: 0 0 10px 0;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.OBC-side-widjet:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 25px;
  z-index: 1;
  background: #357eff;
  border-radius: 0 0 10px 0;
}
.OBC-side-widjet img {
  width: 100%;
  position: relative;
  z-index: 5;
}

/* footer widjet */
.OBC-footer-widjet {
  color: #ffffff !important;
  font-size: 13px !important;
  width: 146px !important;
  height: 28px !important;
  padding: 0 5px !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center !important;
  background: #357eff !important;
  border-radius: 2px !important;
  border: none !important;
}
.OBC-footer-widjet:hover {
}
.OBC-footer-widjet:after {
  content: none !important;
}
.OBC-footer-widjet:before {
  content: none !important;
}
.OBC-footer-widjet img {
  height: 22px !important;
  margin-right: 5px !important;
}

.form-control-feedback {
  line-height: 34px !important;
}

/* blog */
.blog-posts article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.blog-posts .pagination {
  margin: -10px 0 20px;
}
/* Post */
article.post h2 a {
  text-decoration: none;
}
article.post .post-meta {
  font-size: 0.9em;
  margin-bottom: 7px;
}
article.post .post-meta > span {
  display: inline-block;
  padding-right: 8px;
}
article.post .post-meta i {
  margin-right: 3px;
}
article.post .post-date {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
  text-align: center;
}
article.post .post-date .month {
  background: #ccc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 0 10px 2px;
}
article.post .post-date .day {
  background: #f4f4f4;
  border-radius: 2px 2px 0 0;
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px;
}
article.post .post-image .owl-carousel {
  width: 100.1%;
}
article .post-video {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 61%;
}
article .post-video iframe {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
article .post-audio {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 25%;
}
article .post-audio iframe {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
article.post-medium .post-image .owl-carousel {
  width: 100.2%;
}
article.post-large {
  margin-left: 60px;
}
article.post-large h2 {
  margin-bottom: 5px;
}
article.post-large .post-image,
article.post-large .post-date {
  margin-left: -60px;
}
article.post-large .post-image {
  margin-bottom: 15px;
}
article.post-large .post-image.single {
  margin-bottom: 30px;
}
article.post-large .post-video {
  margin-left: -60px;
}
article.post-large .post-audio {
  margin-left: -60px;
}
/* Single Post */
.single-post article {
  border-bottom: 0;
  margin-bottom: 0;
}
article.blog-single-post .post-meta {
  margin-bottom: 20px;
}
/* Post Block */
.post-block {
  border-top: 1px solid #ddd;
  margin: 15px 0 0 0;
  padding: 20px 0 15px 0;
}
.post-block h3 {
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 0 20px;
  text-transform: none;
}
.post-block h3 i {
  margin-right: 7px;
}
/* Post Author */
.post-author {
  margin: 15px 0 0 0;
}
.post-author img {
  max-height: 80px;
  max-width: 80px;
}
.post-author p {
  font-size: 0.9em;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.post-author p .name {
  font-size: 1.1em;
}
.post-author .img-thumbnail {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
/* Post Share */
.post-share {
  margin: 55px 0 0 0;
  padding-bottom: 0;
}
/* Post Comments */
.post-comments {
  margin-top: 45px;
}
ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.comments li {
  clear: both;
  padding: 10px 0 0 115px;
}
ul.comments li img.avatar {
  height: 80px;
  width: 80px;
}
ul.comments li ul.reply {
  margin: 0;
}
ul.comments li a {
  text-decoration: none;
}
ul.comments li .img-thumbnail {
  margin-left: -115px;
  position: absolute;
}
ul.comments li .comment {
  margin-bottom: 10px;
}
ul.comments .comment-arrow {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f4f4f4;
  border-top: 15px solid transparent;
  height: 0;
  left: -15px;
  position: absolute;
  top: 28px;
  width: 0;
}
ul.comments .comment-block {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 20px 20px 30px;
  position: relative;
}
ul.comments .comment-block p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
ul.comments .comment-block .comment-by {
  display: block;
  font-size: 1em;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}
ul.comments .comment-block .date {
  color: #999;
  font-size: 0.9em;
}
/* Leave a Comment */
.post-leave-comment {
  margin-top: 25px;
  padding-top: 45px;
}
.post-leave-comment h3 {
  margin: 0 0 40px;
}
/* Recent Posts */
.recent-posts h4 {
  margin-bottom: 7px;
}
.recent-posts article.recent-post h4 {
  margin: 0 0 3px 0;
}
.recent-posts article.recent-post h4 a {
  display: block;
}
.recent-posts .date {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  text-align: center;
}
.recent-posts .date .month {
  background: #ccc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 0 10px 2px;
}
.recent-posts .date .day {
  background: #f7f7f7;
  color: #ccc;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 8px;
}
section.featured .recent-posts .date .day {
  background: #fff;
}
/* Simple Post List */
ul.simple-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.simple-post-list li {
  zoom: 1;
  border-bottom: 1px dotted #e2e2e2;
  padding: 10px 0;
}
ul.simple-post-list li:before,
ul.simple-post-list li:after {
  content: " ";
  display: table;
}
ul.simple-post-list li:after {
  clear: both;
}
ul.simple-post-list li:last-child {
  border-bottom: 0;
}
ul.simple-post-list .post-image {
  float: left;
  margin-right: 12px;
}
ul.simple-post-list .post-info {
  display: block;
  overflow: hidden;
  line-height: 1.2em;
}
ul.simple-post-list .post-info a {
  display: block;
  margin-bottom: 3px;
}
ul.simple-post-list .label {
  display: block;
  font-size: 0.8em;
  padding: 0.3em;
}
ul.simple-post-list .progress-label strong {
  font-size: 1.1em;
  color: #000;
}
ul.simple-post-list .post-meta {
  color: #888;
  font-size: 0.8em;
  line-height: 1.4em;
}
.progress.miniprogress {
  border-radius: 5px;
  height: 5px;
  background: #f4f4f4;
  box-shadow: none;
  overflow: visible;
  margin: 3px 0;
}
.support-btn a {
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a;
  max-height: 40px;
}

.fw-400 {
  font-weight: 400;
}

.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
  margin-bottom: 24px;
  overflow-x: unset !important;
}
.wp-block-table td,
.wp-block-table th {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  word-break: break-all;
}
.wp-block-table th {
  text-align: center;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-md-block {
  display: block;
}
.d-md-none {
  display: none;
}

.toggle > label + p:empty {
  display: none;
}

.blocks-gallery-item figure img,
.owl-item figure img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 550px;
  margin: auto;
}

.owl-item li {
  margin-left: 10px;
}

.leyka-js .leyka-pf__final-screen {
  z-index: 10;
}

.leyka-final-subscribe-form {
  display: none !important;
}

.team-list .owl-buttons {
  display: none;
}