/* Generated by less 2.5.1 */
.container,
.container-fluid {
  position: relative;
  padding: 0;
  margin: 0;
}
.container > div,
.container-fluid > div,
.container > section,
.container-fluid > section,
.container > article,
.container-fluid > article,
.container > header,
.container-fluid > header {
  padding: 0;
  margin: 0;
}
.container > div > div,
.container-fluid > div > div,
.container > section > div,
.container-fluid > section > div,
.container > article > div,
.container-fluid > article > div,
.container > header > div,
.container-fluid > header > div,
.container > div > section,
.container-fluid > div > section,
.container > section > section,
.container-fluid > section > section,
.container > article > section,
.container-fluid > article > section,
.container > header > section,
.container-fluid > header > section,
.container > div > article,
.container-fluid > div > article,
.container > section > article,
.container-fluid > section > article,
.container > article > article,
.container-fluid > article > article,
.container > header > article,
.container-fluid > header > article,
.container > div > header,
.container-fluid > div > header,
.container > section > header,
.container-fluid > section > header,
.container > article > header,
.container-fluid > article > header,
.container > header > header,
.container-fluid > header > header {
  padding: 0;
}
/*
* BASE FONTS
**/
/*
* BASE COLORS
**/
/*
* Gred layers
**/
body {
  background-color: #fafafa;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 100px;
  color: #101010;
}
mark {
  padding: .1em .3em;
  background-color: rgba(102, 102, 102, 0.3);
}
hr {
  border-color: #cbcbcb;
}
.text-white {
  color: #ffffff !important;
}
.text-dim {
  color: #666666 !important;
}
.page-wrapper {
  font-size: .012em;
  width: 100%;
  min-height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Raleway";
  font-weight: 900;
}
h1 {
  font-size: 5.3em;
}
h2 {
  font-size: 4.5em;
}
h3 {
  font-size: 3.7em;
}
h4 {
  font-size: 2.9em;
}
h5 {
  font-size: 2.1em;
}
h6 {
  font-size: 1.2em;
}
ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
p {
  font-family: "Open Sans";
  font-size: 1em;
  line-height: 1.4;
}
pre .close,
code .close {
  float: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #000080;
  opacity: 1;
  cursor: default;
}
pre .close:hover,
code .close:hover {
  opacity: 1;
  cursor: default;
}
.img-scale-1 img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-scale-1:hover img {
  transform: scale(1.1);
}
.text-size-6 {
  padding-top: 0.6em;
  padding-bottom: 0.8em;
}
.text-size-5 {
  padding-top: 0.35em;
  padding-bottom: 0.6em;
}
.text-size-4 {
  padding-top: 0.35em;
  padding-bottom: 0.6em;
}
.text-size-3 {
  padding-top: 0.3em;
  padding-bottom: 0.6em;
}
.text-size-2 {
  padding-top: 0.26em;
  padding-bottom: 0.6em;
}
.text-size-1 {
  padding-top: 0.1em;
  padding-bottom: 0.6em;
}
.text-font-1 {
  font-family: "Open Sans";
  font-weight: 400;
}
.text-font-1 small {
  font-weight: 300;
}
.text-font-1 b {
  font-weight: 700;
}
.text-font-2 {
  font-family: "Oswald";
  font-weight: 400;
}
.text-font-2 b {
  font-weight: 700;
}
.text-font-3 {
  font-family: "Raleway";
  font-weight: 300;
}
.text-font-3 b {
  font-weight: 900;
}
.navbar {
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3000;
}
.navbar > div {
  padding: 0;
}
.navbar.navbar-default {
  top: 0;
  left: 0;
  width: 100%;
}
.navbar.navbar-default .navbar-header {
  position: relative;
  padding: 0;
}
.navbar.navbar-default .navbar-header .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.navbar.navbar-default .navbar-header .navbar-brand img {
  width: 100%;
}
.navbar.navbar-default .navbar-header .navbar-brand span {
  display: none;
}
.navbar.navbar-default .navbar-header .navbar-toggle {
  border: 0 none;
  font-size: 3em;
  padding: 0;
  margin: 0;
  border-radius: 0;
  margin-top: 1.8em;
  margin-right: 1.4em;
}
.navbar.navbar-default .navbar-header .navbar-toggle:hover,
.navbar.navbar-default .navbar-header .navbar-toggle:focus {
  background: none;
}
.navbar.navbar-default .navbar-header .navbar-toggle span {
  font-family: "Oswald";
  color: #333333;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8;
  float: left;
  text-transform: uppercase;
  padding-right: 1em;
}
.navbar.navbar-default .navbar-header .navbar-toggle .tx-menu {
  display: block;
}
.navbar.navbar-default .navbar-header .navbar-toggle .tx-close {
  display: none;
}
.navbar.navbar-default .navbar-header .navbar-toggle .bar {
  display: block;
  height: .2em;
  width: 2em;
  transition: 0.3s;
  position: relative;
  top: .8em;
}
.navbar.navbar-default .navbar-header .navbar-toggle .bar::before,
.navbar.navbar-default .navbar-header .navbar-toggle .bar::after {
  display: inline-block;
  height: .2em;
  width: 2em;
  transition: 0.3s;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: .2em center;
  transform-origin: .2em center;
  width: 100%;
}
.navbar.navbar-default .navbar-header .navbar-toggle .bar::before {
  top: .42em;
}
.navbar.navbar-default .navbar-header .navbar-toggle .bar::after {
  top: -0.4em;
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-collapse {
    position: fixed;
  }
  .navbar.navbar-default .navbar-collapse .navbar-header {
    z-index: 2;
  }
  .navbar.navbar-default .navbar-collapse.in .navbar-nav li {
    margin-top: 0;
    opacity: 1;
  }
}
.navbar.navbar-default .navbar-nav {
  float: left;
  z-index: 1;
}
.navbar.navbar-default .navbar-nav .sn-right {
  display: none;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav {
    margin-left: 3em;
    position: relative;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    padding-top: 10em;
    padding-bottom: 15em;
    width: 100%;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .navbar.navbar-default .navbar-nav {
    padding-top: 20em;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav.top {
    top: -200vh;
  }
}
.navbar.navbar-default .navbar-nav li {
  padding: 0;
  font-family: "Oswald";
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li {
    margin-left: 1.2em;
    margin-right: 1.2em;
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav li {
    font-size: 3em;
    display: block;
    line-height: 4em;
    text-align: center;
    overflow: hidden;
    margin-top: -6em;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .navbar.navbar-default .navbar-nav li {
    font-size: 4em;
  }
}
.navbar.navbar-default .navbar-nav li.search {
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li.search .sub-nav {
    min-width: 20em;
    right: 0;
    left: auto;
  }
}
.navbar.navbar-default .navbar-nav li.search .sub-nav .search-form {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li.search .sub-nav .search-form {
    margin-top: -4em;
  }
}
.navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .form-group {
  float: left;
  margin: 0;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .form-group {
    width: 15em;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .form-group {
    display: block;
    width: auto;
    margin-left: 3em;
    margin-right: 3em;
  }
}
.navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .form-group .form-control {
  border-radius: 0;
  background: none;
  border: 0 none;
  font-family: "Raleway";
  font-weight: 300;
  font-size: 1.2em;
  line-height: 2em;
  height: auto;
  box-shadow: none;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .form-group .form-control {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .form-group .form-control {
    text-align: center;
    border-bottom: .2em solid;
  }
}
.navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .submit {
  border-radius: 0;
  background: none;
  border: 0 none;
  font-family: "Raleway";
  font-weight: 900;
  font-size: 1.2em;
  line-height: 2.4em;
  height: auto;
  padding: 0;
  margin: auto;
}
.navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .submit:hover,
.navbar.navbar-default .navbar-nav li.search .sub-nav .search-form .submit:focus {
  color: #101010 !important;
}
.navbar.navbar-default .navbar-nav li.search:hover {
  overflow: inherit;
}
.navbar.navbar-default .navbar-nav li.search:hover .search-form {
  margin-top: 0;
  opacity: 1;
}
.navbar.navbar-default .navbar-nav li a {
  padding: 0;
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar.navbar-default .navbar-nav li a .sn-close {
  display: none;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li a {
    line-height: 1;
    padding-top: 3.5em;
    padding-bottom: 3.3em;
    border-bottom: .3em solid;
    border-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav li a {
    display: block;
    line-height: 4em;
  }
  .navbar.navbar-default .navbar-nav li a span {
    position: relative;
  }
}
.navbar.navbar-default .navbar-nav li.active a {
  border-color: inherit;
  background: none;
  color: #333333;
}
.navbar.navbar-default .navbar-nav li.active a:hover,
.navbar.navbar-default .navbar-nav li.active a:focus {
  background: none;
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav li.drop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .navbar.navbar-default .navbar-nav li.drop > a {
    position: fixed;
    top: -2.2em;
    display: block;
    width: 100%;
    background-color: rgba(102, 102, 102, 0.8);
    color: transparent;
    font-size: 1.6em;
    padding-bottom: .4em;
    z-index: 3;
  }
  .navbar.navbar-default .navbar-nav li.drop > a:hover,
  .navbar.navbar-default .navbar-nav li.drop > a:focus {
    color: transparent !important;
  }
  .navbar.navbar-default .navbar-nav li.drop > a .sn-open {
    display: none;
  }
  .navbar.navbar-default .navbar-nav li.drop > a .sn-close {
    position: relative;
    display: block;
    color: #ffffff !important;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .navbar.navbar-default .navbar-nav li.drop > a {
    top: -1em;
    padding-bottom: .6em;
  }
}
.navbar.navbar-default .navbar-nav li .sub-nav {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li .sub-nav {
    background-color: #ffffff;
    position: absolute;
    min-width: 9em;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
  }
  .navbar.navbar-default .navbar-nav li .sub-nav .sn-open {
    display: none;
  }
  .navbar.navbar-default .navbar-nav li .sub-nav .sn-right {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav li .sub-nav {
    position: fixed;
    z-index: -999;
    left: 0;
    margin-top: 100vh;
    width: 100%;
    visibility: hidden;
  }
  .navbar.navbar-default .navbar-nav li .sub-nav .sn-right {
    display: none;
  }
}
.navbar.navbar-default .navbar-nav li .sub-nav li {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.navbar.navbar-default .navbar-nav li .sub-nav li a {
  border-color: rgba(255, 255, 255, 0) !important;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li .sub-nav li {
    font-size: .8em;
    font-weight: 300;
    margin: 0;
    margin-top: -2em;
    line-height: 1.6em;
    font-family: "Open Sans";
    text-align: center;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav li .sub-nav li {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li .sub-nav li a {
    display: block;
    padding: 0;
    line-height: 1.6em;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav li .sub-nav.open {
    position: absolute;
    margin-top: 5em;
    display: block;
    visibility: visible;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .navbar.navbar-default .navbar-nav li .sub-nav.open {
    margin-top: 8em;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li .sub-nav li .sub-nav {
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(50%, -50%);
    min-width: 12em;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  }
  .navbar.navbar-default .navbar-nav li .sub-nav li .sub-nav li {
    margin-top: -2em;
    opacity: 0;
    font-size: 1em;
  }
  .navbar.navbar-default .navbar-nav li:hover .sub-nav {
    padding-top: 1em;
    padding-bottom: 1em;
    z-index: 2;
  }
  .navbar.navbar-default .navbar-nav li:hover .sub-nav li {
    opacity: 1;
    margin-top: 0;
  }
  .navbar.navbar-default .navbar-nav li:hover .sub-nav li .sub-nav {
    z-index: -999;
  }
  .navbar.navbar-default .navbar-nav li:hover .sub-nav li:hover > .sub-nav {
    padding-top: 1em;
    padding-bottom: 1em;
    z-index: 2;
    transform: translate(0, -50%);
  }
  .navbar.navbar-default .navbar-nav li:hover .sub-nav li:hover > .sub-nav > li {
    margin-top: 0;
    opacity: 1;
  }
  .navbar.navbar-default .navbar-nav li:hover .sub-nav li:hover > .sub-nav .sub-nav {
    z-index: 3;
  }
}
.navbar.navbar-default .user-panel {
  float: left;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .navbar.navbar-default .user-panel {
    position: absolute;
    top: .4em;
    right: 0;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .user-panel {
    display: block;
    width: 100%;
    top: 2em;
  }
}
.navbar.navbar-default .user-panel ul li {
  padding: 0;
  margin: 0;
  font-family: "Raleway";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar.navbar-default .user-panel ul li {
    float: left;
    font-size: .8em;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .user-panel ul li {
    font-size: 1em;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .navbar.navbar-default .user-panel ul li {
    font-size: 1.2em;
  }
}
.navbar.navbar-default .user-panel ul li a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .navbar.navbar-default .user-panel ul li a {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .user-panel ul li a {
    color: #101010;
  }
}
.navbar.navbar-default .user-panel ul li i {
  font-size: .8em;
}
.navbar.navbar-default .user-panel ul li:hover a,
.navbar.navbar-default .user-panel ul li:focus a {
  background: none;
}
@media (min-width: 768px) {
  .navbar.navbar-default .user-panel ul li:hover a,
  .navbar.navbar-default .user-panel ul li:focus a {
    background: rgba(16, 16, 16, 0.2);
  }
  .navbar.navbar-default .user-panel ul li:nth-child(3n+1) a {
    background: rgba(16, 16, 16, 0.3);
    padding: .4em 1em;
  }
  .navbar.navbar-default .user-panel ul li:nth-child(3n+1) a:hover a,
  .navbar.navbar-default .user-panel ul li:nth-child(3n+1) a:focus a {
    background: rgba(16, 16, 16, 0.2);
  }
  .navbar.navbar-default .user-panel ul li:nth-child(3n+2) a {
    background: rgba(16, 16, 16, 0.5);
    padding: .4em 1em;
  }
  .navbar.navbar-default .user-panel ul li:nth-child(3n+2) a:hover a,
  .navbar.navbar-default .user-panel ul li:nth-child(3n+2) a:focus a {
    background: rgba(16, 16, 16, 0.2);
  }
  .navbar.navbar-default .user-panel ul li:nth-child(3n+3) a {
    background: rgba(16, 16, 16, 0.4);
    padding: .4em 1em;
  }
  .navbar.navbar-default .user-panel ul li:nth-child(3n+3) a:hover a,
  .navbar.navbar-default .user-panel ul li:nth-child(3n+3) a:focus a {
    background: rgba(16, 16, 16, 0.2);
  }
}
.slideshow.full {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -10.5em;
}
.slideshow.full .carousel {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
}
.slideshow.full .carousel > .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.slideshow.full .carousel > .carousel-inner .header-counter {
  top: 28.94em;
  left: 8.24em;
  z-index: 1030;
}
.slideshow.full .carousel > .carousel-inner .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}
.slideshow.full .carousel > .carousel-inner .item.active {
  z-index: 10;
}
.slideshow.full .carousel > .carousel-inner .item.active .carousel-caption {
  z-index: 11;
}
.slideshow.full .carousel > .carousel-inner .item .background {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.slideshow.full .carousel > .carousel-inner .item .background {
  opacity: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
}
.slideshow.full .carousel > .carousel-inner .item .bg-layer {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.slideshow.full .carousel > .carousel-inner .item .bg-layer {
  opacity: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #101010;
  text-shadow: none;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  width: 85%;
  top: 10.5em;
  left: 5em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .frame {
  display: block;
  position: relative;
  border-top: 2em solid;
  border-left: 2em solid;
  border-right: 2em solid;
  margin: 6em 13em 0;
  padding: 3em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .frame::after,
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .frame::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43%;
  height: 0;
  border-bottom: 2em solid;
  border-color: inherit;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .frame::before {
  left: auto;
  right: 0;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .frame .arrow {
  display: block;
  position: absolute;
  left: 42.4%;
  bottom: -2.4em;
  width: 6em;
  height: 6em;
  border-bottom: 2em solid;
  border-right: 2em solid;
  border-color: inherit;
  transform: rotate(45deg);
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .frame .header {
  position: relative;
  z-index: 2;
  font-family: "Raleway";
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  left: auto;
  top: auto;
  font-size: 8em;
  margin-bottom: .2em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .frame .header.float {
  margin-left: -13em;
  margin-right: -13em;
  text-align: center;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .frame p {
  font-family: "Raleway";
  font-size: 1.6em;
  text-align: center;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .shape-header {
  display: block;
  position: absolute;
  background-color: rgba(16, 16, 16, 0.2);
  margin-left: 5.5em;
  width: 24.2em;
  height: 20.4em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .header-decor-wrap {
  position: absolute;
  top: 1em;
  left: 7em;
  height: 18em;
  width: 19em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .header-decor-wrap .img-1,
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .header-decor-wrap .img-2 {
  position: relative;
  float: left;
  height: 100%;
  z-index: 1;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .header-decor-wrap .img-2 {
  z-index: 3;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .header {
  position: relative;
  z-index: 2;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 0.939;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 5.1em;
  top: 1.7em;
  left: 1.5em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .caption {
  position: relative;
  top: 15.61em;
  left: 5.5em;
  width: 37.4em;
  height: 15em;
  padding-top: 2.4em;
  padding-right: 4em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .caption::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24.2em;
  height: 100%;
  width: 13.4em;
  background-color: rgba(250, 250, 250, 0.2);
  z-index: 1;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .caption p {
  font-family: "Open Sans";
  position: relative;
  z-index: 2;
  color: #101010;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .026em;
  font-size: 1.2em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .caption p b {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 1.2em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info {
  position: relative;
  top: 15.6em;
  margin-left: 1.85em;
  height: 6.8em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .read-more {
  display: block;
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  padding-top: 1.2em;
  padding-left: 1.6em;
  letter-spacing: .12em;
  height: 4.2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6em;
  float: left;
  position: relative;
  width: 17.2em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .read-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 4.2em;
  width: 4.2em;
  background-color: #cbcbcb;
  z-index: 1;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .read-more i {
  display: block;
  position: absolute;
  right: 1.64em;
  top: 1.74em;
  line-height: 1;
  z-index: 2;
  color: #ffffff;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .read-more:hover,
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .read-more:focus {
  text-decoration: none;
  color: #101010;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .read-more:hover i,
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .read-more:focus i {
  color: #ffffff;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li {
  position: relative;
  float: left;
  color: #ffffff;
  line-height: 2;
  text-align: center;
  opacity: .6;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li a {
  display: block;
  height: 4.2em;
  width: 4.2em;
  padding-top: 1.2em;
  color: #ffffff;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li:nth-child(3n+2) {
  opacity: .8;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li:nth-child(3n+3) {
  opacity: .4;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li:hover,
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li:focus {
  opacity: 1;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li.header {
  display: block;
  background-color: rgba(102, 102, 102, 0.8);
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 300;
  padding: 0;
  padding-left: 0.2em;
  padding-right: 1.5em;
  opacity: 1;
  text-transform: none;
  position: absolute;
  left: 21.36em;
  top: -2em;
  font-size: 1.3em;
  line-height: 2em;
}
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li.header:hover,
.slideshow.full .carousel > .carousel-inner .item .carousel-caption .wrap .info .share li.header:focus {
  opacity: 1;
  box-shadow: none;
  z-index: 2;
}
.slideshow.full .carousel > .carousel-inner .item .live-anim {
  opacity: 0;
}
.slideshow.full .carousel .carousel-indicators {
  position: absolute;
  right: 5%;
  left: auto;
  width: 1.8em;
  font-size: 1em;
  bottom: 50%;
  transform: translate(0, 50%);
}
.slideshow.full .carousel .carousel-indicators li {
  width: 1.2em;
  height: 1.2em;
  margin: 0;
  position: relative;
  background: none;
  border: .7em solid;
  border-radius: 50%;
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}
.slideshow.full .carousel .carousel-indicators li:hover,
.slideshow.full .carousel .carousel-indicators li.active {
  width: 1.8em;
  height: 1.8em;
  margin-top: .28em !important;
  margin-bottom: .28em !important;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none;
  z-index: 1;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list .slick-track,
.slick-slider .slick-list .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-list .slick-track::before,
.slick-slider .slick-list .slick-track::after {
  display: table;
  content: "";
}
.slick-slider .slick-list .slick-track::after {
  clear: both;
}
.slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  z-index: 2;
}
.slick-slider [dir='rtl'] .slick-slide {
  float: right;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  line-height: 10em;
  position: absolute;
  font-size: 1em;
  z-index: 3;
  top: 50%;
  display: block;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  opacity: 0;
  background: transparent;
  overflow: hidden;
  border: none;
  outline: none;
  transform: translate(0, -50%);
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-family: 'Linearicons';
  font-size: 1em;
  position: absolute;
  line-height: 2.5em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .6;
  color: #ffffff;
}
.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  opacity: 1;
}
.slick-slider .slick-prev {
  left: 1.4em;
}
.slick-slider .slick-prev::before {
  content: "";
}
.slick-slider .slick-next {
  right: 1.4em;
}
.slick-slider .slick-next::before {
  content: "";
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.header-counter {
  position: relative;
  display: block;
  width: 4.2em;
  height: 4.2em;
  background-image: url(../img/cross/image-1.png);
  background-size: cover;
}
@media (max-width: 540px) {
  .header-counter {
    background-image: url(../img/cross/image-2.png);
  }
}
.header-counter .number {
  display: block;
  position: relative;
  left: -1.05em;
  bottom: .6em;
  font-family: "Raleway";
  color: #cbcbcb;
  font-size: 3.6em;
  font-weight: 900;
  line-height: 0.5;
  font-style: normal;
  transform: rotate(-90deg);
}
@media (max-width: 540px) {
  .header-counter .number {
    transform: rotate(0);
    color: #ffffff;
  }
}
.header-counter.white {
  background-image: url(../img/cross/image-2.png);
}
.header-counter.white::before {
  background-color: #ffffff;
}
.header-counter.white::after {
  background-color: #ffffff;
}
.header-counter.white .number {
  color: #ffffff;
}
.counter {
  left: 5.8em;
  top: 6em;
  z-index: 3;
}
.page-header {
  margin: 0;
  padding: 0;
  border: 0 none;
  position: inherit;
}
.page-header.suffix {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.page-header::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 58.3333%;
  height: 41.3em;
  z-index: 1;
}
.page-header::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  left: 33.3333%;
  width: 33.3333%;
  height: 14.5em;
  z-index: 2;
}
.page-header .row {
  position: relative;
}
.page-header .row::before {
  content: "";
  background-color: rgba(16, 16, 16, 0.05);
  position: absolute;
  top: 0;
  left: 50%;
  width: 33.3333%;
  height: 27.5em;
  z-index: 1;
}
.page-header .caption p {
  z-index: 5;
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
.page-header header {
  position: relative;
  z-index: 4;
}
.page-header header .header {
  font-family: "Raleway";
  font-size: 5em;
  font-weight: 300;
  line-height: 1.8;
  text-transform: uppercase;
  color: #ffffff;
}
.page-header.item {
  padding-bottom: 4.4em;
}
.page-header.item header {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.2;
}
.page-header.item .caption {
  position: relative !important;
  height: auto !important;
  margin-left: 8.3333%;
  top: 0 !important;
}
.page-header.item .caption p {
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
  transform: rotate(0deg) !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.6;
  padding-top: 1em;
  color: #101010;
}
.page-header.item .caption p a {
  color: #101010;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-header.item .caption p a:hover,
.page-header.item .caption p a:focus {
  color: #666666;
}
.page-header.item .info {
  position: relative;
  z-index: 4;
}
.page-header.item .info > .info {
  margin: 0;
  width: 100%;
  display: block;
}
.page-header.item .info > .info li {
  font-family: Oswald;
  color: #101010;
  font-weight: 400;
  line-height: 2.4;
  float: left;
  margin-right: 2em;
}
.page-header.item .info > .info li a {
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn {
  border: none;
  border-radius: 0;
  font-family: "Oswald";
  font-weight: 600;
  line-height: 1.502;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: .1em;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.8em;
  }
}
@media (max-width: 540px) {
  .btn {
    font-size: 3em;
  }
}
.btn,
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  background: none;
  color: #101010;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #666666;
}
.btn.btn-default {
  position: relative;
  padding: 0;
  padding-left: 3.6em;
  margin-top: 1em;
  margin-bottom: 1.2em;
  border-color: #333333;
}
.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  box-shadow: none;
  background: none;
  border-color: #666666;
}
.btn.btn-default i {
  display: block;
  position: absolute;
  left: 0;
  top: -0.72em;
  margin-right: 1em;
  float: left;
  border: .46em solid;
  border-color: inherit;
  padding-top: .62em;
  padding-left: .1em;
  height: 3em;
  width: 3em;
  text-align: center;
  border-radius: 50%;
}
.btn.white {
  color: #ffffff;
}
.btn.white:hover,
.btn.white:focus,
.btn.white:active {
  color: #666666;
}
.btn.btn-lg {
  font-size: 1.2em;
  padding-left: 6em;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 2.4em;
}
.btn.btn-lg i {
  top: -1.45em;
  border: .42em solid;
  border-color: inherit;
  height: 4.4em;
  width: 4.4em;
  padding-top: 1.3em;
  padding-left: .2em;
}
@media (min-width: 768px) {
  .btn.btn-sm {
    font-size: .8em;
  }
  .btn.btn-sm i {
    border: .3em solid;
    border-color: inherit;
    padding-left: 0;
    height: 2.7em;
    width: 2.7em;
  }
}
@media (max-width: 540px) {
  .btn.btn-sm {
    font-size: 2em;
  }
}
.social {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 540px) {
  .social {
    width: 100%;
  }
}
.social li {
  display: block;
  float: left;
  font-size: 1.2em;
  line-height: 1.502;
  margin-right: .5em;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 541px) {
  .social li {
    background: #cbcbcb;
  }
}
@media (max-width: 767px) {
  .social li {
    font-size: 1.8em;
  }
}
@media (max-width: 540px) {
  .social li {
    width: 16.6666%;
    height: 4.6em;
    font-size: 2.8em;
    border-radius: 0;
    margin-right: 0;
    position: relative;
    color: #ffffff;
    line-height: 2;
    text-align: center;
    opacity: .6;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .social li:nth-child(3n+2) {
    opacity: .8;
  }
  .social li:nth-child(3n+3) {
    opacity: .4;
  }
  .social li:hover,
  .social li:focus {
    opacity: 1;
    box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.75);
    z-index: 2;
  }
}
.social li a {
  display: block;
  padding-top: .5em;
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 540px) {
  .social li a {
    width: 100%;
    height: 4.6em;
    line-height: 3.6em;
    color: #101010 !important;
  }
}
.social li a:hover,
.social li a:focus {
  color: #ffffff;
}
.social li:hover,
.social li:focus {
  box-shadow: 0px 0px 12px 0px rgba(16, 16, 16, 0.4);
}
.social li:hover a,
.social li:focus a {
  color: #101010;
}
.social li:hover a:hover,
.social li:focus a:hover,
.social li:hover a:focus,
.social li:focus a:focus {
  color: #ffffff;
}
.social li:nth-last-child(1) {
  margin-right: 0;
}
.social li.header {
  position: absolute;
  left: 0;
  top: -2.4em;
  font-family: "Oswald";
  color: #666666;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.502;
  letter-spacing: .05em;
  background: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .social li.header {
    font-size: 1.4em;
  }
}
@media (max-width: 540px) {
  .social li.header {
    width: 16.6666%;
    height: 4.6em;
    position: relative;
    top: auto;
    left: auto;
    color: transparent;
    opacity: 1;
    font-size: 2.8em;
    line-height: 4.4em;
    overflow: hidden;
    background: #101010;
  }
  .social li.header i {
    display: block;
    color: #ffffff;
    line-height: 4.4em;
  }
}
.social li.header:hover,
.social li.header:focus {
  box-shadow: none;
}
@media (max-width: 540px) {
  .social.white li a {
    color: #101010 !important;
  }
}
.social.white li a:hover,
.social.white li a:focus {
  color: #101010 !important;
}
@media (max-width: 540px) {
  .social.white li a:hover,
  .social.white li a:focus {
    color: #666666 !important;
  }
}
@media (min-width: 541px) {
  .social.white li {
    background-color: #ffffff;
  }
}
.social.white li.header {
  background: none;
}
.list-1 {
  display: block;
}
.list-1 li {
  display: block;
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 1.4em;
}
@media (min-width: 768px) {
  .list-1 li {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .list-1 li {
    font-size: 2.6em;
  }
}
.list-1 li i {
  font-size: 1.4em;
  margin-right: .6em;
}
.list-2 {
  display: block;
  counter-reset: li;
  padding: 0;
  list-style: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
.list-2 li {
  position: relative;
  background: transparent;
  margin-bottom: 2em;
  padding-left: 3em;
}
@media (min-width: 768px) {
  .list-2 li {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .list-2 li {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .list-2 li {
    font-size: 3em;
  }
}
.list-2 li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  width: 2.4em;
  line-height: 2.4em;
  top: -0.2em;
  left: 0;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 300;
  border-radius: 50%;
  font-size: .8em;
  text-align: center;
}
.list-3 {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}
.list-3 li {
  margin-bottom: 2em;
  position: relative;
  padding-left: 2em;
}
@media (min-width: 768px) {
  .list-3 li {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .list-3 li {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .list-3 li {
    font-size: 3em;
  }
}
.list-3 li i {
  display: block;
  position: absolute;
  width: .3em;
  height: .3em;
  background-color: #cbcbcb;
  top: .6em;
  left: .3em;
}
.list-3 li i::before,
.list-3 li i::after {
  content: "";
  position: absolute;
  width: .3em;
  height: .3em;
  top: -0.3em;
  left: -0.3em;
}
.list-3 li i::after {
  top: .3em;
  left: -0.3em;
}
.list-3 li:nth-child(even) i {
  top: .3em;
  left: 0em;
}
.list-3 li:nth-child(even) i::before {
  top: .3em;
  left: .3em;
}
.list-3 li:nth-child(even) i::after {
  top: .6em;
  left: 0em;
  background-color: #cbcbcb;
}
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.mejs-container:focus {
  outline: none;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain ;
  background-position: 50% 50% ;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none ;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../img/player/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(../img/player/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../img/player/loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../img/player/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../img/player/controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(../img/player/controls.png);
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../img/player/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(../img/player/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../img/player/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../img/player/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/player/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/player/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(../img/player/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(../img/player/jumpforward.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(../img/player/skipback.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Skip Back */
.mejs-overlay-button {
  font-size: 1.2em;
  border: .42em solid;
  border-color: inherit;
  height: 4.4em;
  width: 4.4em;
  padding-top: 1.1em;
  padding-left: .2em;
  border-radius: 50%;
  background: none;
  margin: 0;
  top: auto;
  transform: translate(-50%, 50%);
  bottom: 50%;
}
.mejs-overlay-button::before {
  content: "\f04b";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mejs-overlay-button::after {
  content: "Play";
  font-family: "Oswald";
  padding-left: 5em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.no-svg .mejs-overlay-button {
  background: none;
}
.mejs-container > div,
.mejs-container > div:hover,
.mejs-container > div:focus,
.mejs-container > div:activ {
  outline: none;
}
.mejs-container:hover .mejs-controls {
  visibility: visible;
}
.mejs-container .mejs-controls {
  background: rgba(16, 16, 16, 0.6);
  height: 6em;
  visibility: hidden;
}
.mejs-container .mejs-controls div.mejs-time-rail {
  padding: 0;
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
  background-color: #101010;
  height: 1em;
  border-radius: 0;
  margin: 0;
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-buffering {
  height: 1em;
  border-radius: 0;
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  background: rgba(204, 204, 204, 0.2);
  width: 0;
  height: 1em;
  border-radius: 0;
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
  width: 0;
  height: 1em;
  border-radius: 0;
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-handle {
  display: block;
  margin: 0;
  width: 1.2em;
  height: 1.2em;
  top: -0.1em;
  border: 0;
  background: #ccc;
  border-radius: 50%;
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-float {
  display: none;
}
.mejs-container .mejs-controls .mejs-button button {
  background: none;
}
.mejs-container .mejs-controls .mejs-playpause-button {
  top: 2em;
  left: 2em;
  width: 2em;
  height: 2em;
  background: none;
  font-size: 1em;
}
.mejs-container .mejs-controls .mejs-playpause-button button {
  position: relative;
  display: block;
  width: 2em;
  height: 2em;
  font-size: 1em;
}
.mejs-container .mejs-controls .mejs-playpause-button button::before {
  font-family: 'FontAwesome';
  line-height: 1.9;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mejs-container .mejs-controls .mejs-playpause-button.mejs-play button::before {
  content: "\f04b";
}
.mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button::before {
  content: "\f04c";
}
.mejs-container .mejs-controls .mejs-fullscreen-button {
  top: 2em;
  right: 2em;
  width: 2em;
  height: 2em;
  background: none;
  font-size: 1em;
}
.mejs-container .mejs-controls .mejs-fullscreen-button button {
  position: relative;
  display: block;
  width: 2em;
  height: 2em;
  font-size: 1em;
}
.mejs-container .mejs-controls .mejs-fullscreen-button button::before {
  content: "\f0b2";
  font-family: 'FontAwesome';
  line-height: 1.9;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mejs-container .mejs-controls .mejs-volume-button {
  top: 2em;
  right: 6em;
  width: 2em;
  height: 2em;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: none;
  border: none;
  width: 2em;
  height: 6em;
  top: -4.2em;
  left: 1.2em;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-total {
  background: #ffffff;
  left: 0;
  width: .2em;
  height: 6em;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-current {
  left: 0;
  width: .2em;
  background: #ffffff;
  height: 6em;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-handle {
  left: -0.6em;
}
.mejs-container .mejs-controls .mejs-mute {
  width: 2em;
  height: 2em;
  background: none;
  font-size: 1em;
}
.mejs-container .mejs-controls .mejs-mute button {
  position: relative;
  display: block;
  width: 2em;
  height: 2em;
  font-size: 1em;
}
.mejs-container .mejs-controls .mejs-mute button::before {
  content: "\f028";
  font-family: 'FontAwesome';
  line-height: 1.9;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mejs-container .mejs-controls .mejs-unmute {
  width: 2em;
  height: 2em;
  background: none;
  font-size: 1em;
}
.mejs-container .mejs-controls .mejs-unmute button {
  position: relative;
  display: block;
  width: 2em;
  height: 2em;
  font-size: 1em;
}
.mejs-container .mejs-controls .mejs-unmute button::before {
  content: "\f026";
  font-family: 'FontAwesome';
  line-height: 1.9;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mejs-container .mejs-controls .mejs-time {
  display: none;
}
.mejs-container .mejs-button,
.mejs-container .mejs-time {
  position: absolute;
  background-color: #ddd;
}
.mejs-ted .mejs-controls .mejs-ted .mejs-controls .mejs-currenttime-container {
  position: absolute;
  top: 32px;
  right: 100px;
  border: solid 1px #999;
  background: #fff;
  padding-top: 2px;
  border-radius: 3px;
  color: #333;
}
.mejs-ted .mejs-controls .mejs-duration-container {
  position: absolute;
  top: 32px;
  right: 65px;
  border: solid 1px #999;
  background: #fff;
  padding-top: 2px;
  border-radius: 3px;
  color: #333;
}
.mejs-ted .mejs-controls .mejs-time button {
  color: #333;
}
.mejs-ted .mejs-controls .mejs-captions-button {
  display: none;
}
.block-header-1 .counter,
.block-header-2 .counter {
  display: block;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 90px;
  left: 60px;
}
.block-header-1 .counter::after,
.block-header-2 .counter::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 53px;
  height: 3px;
  background-color: #666666;
}
.block-header-1 .counter::before,
.block-header-2 .counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 3px;
  height: 53px;
  background-color: #666666;
}
.block-header-1 .counter .number,
.block-header-2 .counter .number {
  position: absolute;
  left: -40px;
  top: -30px;
  display: block;
  font-family: "Raleway";
  color: #cbcbcb;
  font-size: 3.986em;
  font-weight: 800;
  line-height: 0.376;
  transform: rotate(-90deg);
  font-style: normal;
}
.block-header-2 {
  padding: 0;
}
.block-header-2 .wrap {
  padding-top: 30px;
  position: relative;
}
.block-header-2 .wrap .counter {
  top: auto;
  bottom: -20px;
}
.block-header-2 .wrap .header {
  display: block;
  margin: 0;
  margin-right: 30px;
  font-family: "Oswald";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-align: right;
}
.block-header-2 .wrap .header .first {
  display: block;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}
.block-header-2 .caption {
  margin-bottom: 100%;
}
.block-header-2 .caption p {
  display: block;
  width: 150%;
  transform: rotate(-90deg);
  position: relative;
  right: 75px;
  top: 200px;
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 1.161em;
  font-weight: 400;
  line-height: 1.292;
}
.progress {
  font-size: 1.2em;
  margin: 0;
}
.progress.skill {
  overflow: inherit;
  height: auto;
  background: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1.2em solid;
  border-bottom-color: #101010;
  z-index: 1;
}
.progress.skill label {
  display: block;
  font-size: 1.167em;
  font-weight: 700;
  line-height: 1.286;
  text-transform: uppercase;
}
.progress.skill .progressbar-back-text {
  float: right;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.286;
}
.progress.skill .progress-bar {
  font-size: 1em;
  height: 1.2em;
  bottom: 0;
  overflow: hidden;
  line-height: 6em;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
}
.nav-tabs {
  border: 0;
}
.nav-tabs li {
  margin: 0;
  font-family: "Oswald";
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #666666;
  border-bottom: .2em solid;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 2em;
}
@media (max-width: 540px) {
  .nav-tabs li {
    font-size: 2em;
  }
}
.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li a:hover,
.nav-tabs li.active a:hover,
.nav-tabs li a:focus,
.nav-tabs li.active a:focus,
.nav-tabs li a:active,
.nav-tabs li.active a:active {
  color: #101010;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: none;
}
.nav-tabs li:nth-child(1) {
  margin-left: 0;
}
.nav-tabs li a {
  display: block;
  height: 2.4em;
  font-size: 1.4em;
}
.nav-tabs li.header {
  padding-top: .43em;
}
.nav-tabs li.active {
  border-bottom: .2em solid;
  border-color: #24b7b7;
}
.gmap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40em;
  z-index: 3;
}
.parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -999;
  background: fixed;
  background-size: cover;
  background-position: 0 500px;
}
.modal {
  z-index: 3000;
}
.modal .modal-dialog .modal-content {
  border: 0 auto;
  border-radius: 0;
  background: none;
  background-color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-header {
  min-height: 3em;
  padding: 1.2em;
  border: 0 none;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  font-family: "Raleway";
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-size: 3em;
  opacity: 1;
}
.modal.user .modal-dialog .modal-content {
  border: 0 auto;
  border-radius: 0 0 .3em .3em;
  background: none;
  background-color: #ffffff;
}
.modal.user .modal-dialog .modal-content .modal-header {
  min-height: 3em;
  padding: 1.2em;
  border: 0 none;
}
.modal.user .modal-dialog .modal-content .modal-header h4 {
  font-family: "Raleway";
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1em;
}
.modal.user .modal-dialog .modal-content .modal-header .close {
  font-size: 3em;
  opacity: 1;
}
.modal.user .modal-dialog .modal-content .modal-body .form ul {
  width: 100%;
}
.modal.user .modal-dialog .modal-content .modal-body .form ul .btn {
  margin-left: 5.6em;
  margin-top: 2em;
}
.modal.user .modal-dialog .modal-content .modal-body .form .field {
  border: 0 none;
  background: none;
  width: 100%;
  font-family: "Raleway";
  line-height: 2.4em;
  outline: none;
  text-align: center;
}
.modal.user .modal-dialog .modal-content .modal-body .form .field::-webkit-input-placeholder {
  color: #101010;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.modal.user .modal-dialog .modal-content .modal-body .form .field::-moz-placeholder {
  color: #101010;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.modal.user .modal-dialog .modal-content .modal-body .form .field:-moz-placeholder {
  color: #101010;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.modal.user .modal-dialog .modal-content .modal-body .form .field:-ms-input-placeholder {
  color: #101010;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.modal.user .modal-dialog .modal-content .modal-body .add-info {
  position: absolute;
  display: inline-block;
  bottom: 2em;
  right: 1.6em;
}
.modal.user .modal-dialog .modal-content .modal-body .add-info li {
  float: left;
  font-family: "Open Sans";
  font-weight: 400;
  color: #101010;
  text-transform: uppercase;
  margin-left: .4em;
}
.modal.user .modal-dialog .modal-content .modal-body .add-info li a {
  color: #101010;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal.user .modal-dialog .modal-content .modal-body .add-info li a:hover,
.modal.user .modal-dialog .modal-content .modal-body .add-info li a:focus {
  color: #666666;
}
#cropContainerModal {
  width: 100%;
  height: 200px;
  position: relative;
  border: 1px solid #ccc;
}
.croppedImg {
  position: absolute;
}
#croppic {
  width: 400px;
  /* MANDATORY */
  height: 208px;
  /* MANDATORY */
  position: relative;
  /* MANDATORY */
  margin: 50px 70px 20px;
  border: 3px  solid #FFF;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-radius: 2px;
  background-image: url(../img/placeholder.png);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
}
/* DO NOT CHANGE FROM HERE ( unless u know what u are doing) */
.cropImgWrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
.cropImgWrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.cropImgUpload {
  z-index: 2;
  position: absolute;
  height: 28px;
  display: block;
  top: -30px;
  right: -2px;
  font-family: sans-serif;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #FFF;
}
.cropControls {
  z-index: 2;
  position: absolute;
  height: 30px;
  display: block;
  /* top: -31px; */
  top: -1px;
  right: -1px;
  font-family: sans-serif;
  background-color: rgba(0, 0, 0, 0.35);
}
.cropControls i {
  display: block;
  float: left;
  margin: 0;
  cursor: pointer;
  background-image: url('../img/cropperIcons.png');
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
}
.cropControls i:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.cropControls i.cropControlZoomMuchIn {
  background-position: 0px 0px;
}
.cropControls i.cropControlZoomIn {
  background-position: -30px 0px;
}
.cropControls i.cropControlZoomOut {
  background-position: -60px 0px;
}
.cropControls i.cropControlZoomMuchOut {
  background-position: -90px 0px;
}
.cropControls i.cropControlRotateLeft {
  background-position: -210px 0px;
}
.cropControls i.cropControlRotateRight {
  background-position: -240px 0px;
}
.cropControls i.cropControlCrop {
  background-position: -120px 0px;
}
.cropControls i.cropControlUpload {
  background-position: -150px 0px;
}
.cropControls i.cropControlReset {
  background-position: -180px 0px;
}
.cropControls i.cropControlRemoveCroppedImage {
  background-position: -180px 0px;
}
.cropControls i:last-child {
  margin-right: none;
}
#croppicModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
#croppicModal img {
  position: absolute !important;
}
/*
*		PRELOADER 
*		With courtesy of : http://cssload.net/
*/
.bubblingG {
  text-align: center;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px auto auto -40px;
  z-index: 2;
}
.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #FFF;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 1s infinite alternate;
}
#bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
#bubblingG_2 {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#bubblingG_3 {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -moz-transform: translateY(-21px);
  }
}
@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -webkit-transform: translateY(-21px);
  }
}
@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -ms-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -ms-transform: translateY(-21px);
  }
}
@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -o-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -o-transform: translateY(-21px);
  }
}
@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    transform: translateY(-21px);
  }
}
.block-intro {
  z-index: 2;
  position: relative;
}
.block-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 28em;
  background-color: #ffffff;
  z-index: 1;
}
.block-intro.light::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.block-intro.no-mg .image {
  margin-top: 0;
}
.block-intro .row {
  position: relative;
}
.block-intro .image {
  position: relative;
  z-index: 1;
  margin-top: -6.8em;
}
.block-intro .image img {
  width: 100%;
}
.block-intro .caption {
  z-index: 2;
  padding-top: 2.8em;
  padding-left: 10.26em;
  padding-right: 2em;
}
.block-intro .caption .header-counter {
  position: absolute;
  top: 6em;
  left: 4.6em;
}
.block-intro .caption .header {
  font-family: "Oswald";
  color: #101010;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .06em;
  margin-bottom: 2em;
}
.block-intro .caption p {
  font-size: 1.1em;
  line-height: 1.5;
  font-family: "Raleway";
  font-weight: 300;
}
.block-intro .lower-image {
  z-index: 2;
  position: relative;
}
.block-intro .lower-image img {
  width: 100%;
}
.block-intro .lower-image p {
  display: block;
  position: absolute;
  height: 9em;
  width: 9em;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .01em;
  transform: rotate(-90deg);
  text-align: right;
}
.block-intro .lower-image .btn {
  position: absolute;
  right: 3em;
  top: 10em;
}
.block-intro .lower-share {
  padding-top: 3em;
}
.block-news-show-1 {
  position: relative;
}
.block-news-show-1 .list-wrap div,
.block-news-show-1 .list-wrap article {
  padding: 0;
}
.block-news-show-1 > .wrap {
  float: left;
  width: 100%;
}
.block-news-show-1 > .wrap .block-header {
  position: absolute;
  top: 0;
  z-index: 4;
}
.block-news-show-1 > .wrap .block-header > :nth-child(1) {
  position: relative;
}
.block-news-show-1 > .wrap .block-header > :nth-child(1) .header-counter {
  position: absolute;
  left: 4em;
  bottom: -1.96em;
}
.block-news-show-1 > .wrap .block-header > :nth-child(1) .header {
  font-family: "Oswald";
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.block-news-show-1 > .wrap .block-header > :nth-child(1) .header .first {
  display: block;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 0.667;
}
.block-news-show-1 > .wrap .block-header .caption {
  overflow: hidden;
  position: relative;
  height: 27.4em;
}
.block-news-show-1 > .wrap .block-header .caption p {
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
  transform: rotate(-90deg);
  width: 20em;
  height: 20em;
  position: relative;
  left: 5em;
  top: 2.8em;
}
.block-news-show-1 > .wrap .item {
  z-index: 3;
  position: relative;
}
.block-news-show-1 > .wrap .item .image,
.block-news-show-1 > .wrap .item .caption {
  width: 50%;
  float: left;
  z-index: 1;
}
.block-news-show-1 > .wrap .item .caption {
  position: absolute;
  left: 50%;
  height: 100%;
  background-color: rgba(203, 203, 203, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-news-show-1 > .wrap .item .caption > .header {
  font-family: "Oswald";
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-news-show-1 > .wrap .item .caption p {
  color: #ffffff;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .06em;
  text-align: right;
  position: absolute;
  left: 3em;
  top: 5em;
  width: 12em;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-news-show-1 > .wrap .item .caption .btn {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-news-show-1 > .wrap .item .share {
  position: absolute;
  bottom: -0.4em;
  right: 8.4em;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-news-show-1 > .wrap .item .share li {
  float: left;
  position: relative;
  font-family: "Oswald";
  color: #101010;
  font-size: .8em;
  font-weight: 700;
  line-height: 2.437;
  height: 3em;
  width: 3em;
  text-align: center;
  margin-right: -3em;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-news-show-1 > .wrap .item .share li a {
  display: block;
  padding-top: .2em;
  height: 3em;
  width: 3em;
  color: #ffffff;
}
.block-news-show-1 > .wrap .item .share li.header {
  float: right;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .2em;
  cursor: pointer;
  margin-right: 0;
  z-index: 2;
  opacity: 1;
}
.block-news-show-1 > .wrap .item .share:hover li {
  margin: 0;
  opacity: .6;
}
.block-news-show-1 > .wrap .item .share:hover li:nth-child(3n+2) {
  opacity: .8;
}
.block-news-show-1 > .wrap .item .share:hover li:nth-child(3n+3) {
  opacity: .4;
}
.block-news-show-1 > .wrap .item .share:hover li:hover,
.block-news-show-1 > .wrap .item .share:hover li:focus {
  opacity: 1;
  box-shadow: 0px 0px 12px 0px rgba(16, 16, 16, 0.75);
  z-index: 2;
}
.block-news-show-1 > .wrap .item .share:hover li.header {
  box-shadow: 0px 0px 12px 0px rgba(16, 16, 16, 0.75);
  background-color: #cbcbcb;
}
.block-news-show-1 > .wrap .item .info {
  position: absolute;
  z-index: 2;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-news-show-1 > .wrap .item .info li {
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.block-news-show-1 > .wrap .item .info li.date {
  font-weight: 300;
}
.block-news-show-1 > .wrap .item .info li a {
  display: block;
  padding-left: 1.4em;
  padding-right: 1.4em;
  padding-top: 0.14em;
  padding-bottom: 0.14em;
  color: #ffffff;
}
.block-news-show-1 > .wrap .item .info li a:hover,
.block-news-show-1 > .wrap .item .info li a:focus {
  color: #666666;
}
.block-news-show-1 > .wrap .item .image img {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-news-show-1 > .wrap .item:hover {
  z-index: 5;
  box-shadow: 0px 0px 12px 0px rgba(16, 16, 16, 0.75);
}
.block-news-show-1 > .wrap .item:hover .caption p {
  opacity: 1;
}
.block-news-show-1 > .wrap .item:hover .caption .btn {
  bottom: 2em;
  opacity: 1;
}
.block-news-show-1 > .wrap .item:hover .info {
  opacity: 1;
}
.block-news-show-1 > .wrap .item:hover .share {
  opacity: 1;
}
.block-news-show-1 > .wrap .item:hover .image img {
  opacity: 1;
}
.block-news-show-1 > .wrap .lower {
  float: left;
  position: relative;
  width: 100%;
  height: 13.9em;
  padding-left: 0;
  padding-right: 0;
}
.block-news-show-1 > .wrap .lower::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16.6667%;
  height: 100%;
  background-color: #fafafa;
}
.block-news-show-1 > .wrap .lower .wrap {
  position: relative;
  margin-left: 66.6667%;
  width: 33.3333%;
  height: 13.9em;
}
.block-news-show-1 > .wrap .lower .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fafafa;
}
.block-news-show-1 > .wrap .lower .wrap a {
  display: block;
  width: 50%;
  height: 50%;
  padding-top: 2.2em;
  padding-left: 1.1em;
  font-family: "Oswald";
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.502;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.block-news-show-1 > .wrap .lower .wrap a i {
  display: block;
  position: relative;
  top: .26em;
  margin-right: .5em;
  float: left;
}
.block-news-show-1 > .wrap .lower .wrap a:hover,
.block-news-show-1 > .wrap .lower .wrap a:focus {
  color: #666666;
  text-decoration: none;
}
.block-news-show-1 > .wrap .carousel {
  left: 16.6667%;
  bottom: 0;
  height: 27.64em;
  width: 50%;
  overflow: hidden;
}
.block-news-show-1 > .wrap .carousel .slick-slide {
  position: relative;
}
.block-news-show-1 > .wrap .carousel .slick-slide img {
  width: 100%;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption > .header {
  font-family: "Oswald";
  color: #101010;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption p {
  display: block;
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .022em;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption .info {
  position: absolute;
  bottom: 1.6em;
  left: 7.5em;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption .info li {
  display: block;
  float: left;
  font-family: "Oswald";
  color: #ffffff;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.137;
  margin-left: .8em;
  letter-spacing: .06em;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption .info li a {
  color: #ffffff;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption .info li.date {
  font-weight: 300;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption .btn {
  position: absolute;
  bottom: 1em;
  right: 3em;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption .btn i {
  color: #ffffff !important;
}
.block-news-show-1 > .wrap .carousel .slick-slide .caption .btn:hover,
.block-news-show-1 > .wrap .carousel .slick-slide .caption .btn:focus {
  color: #101010 !important;
}
.block-news-show-2 {
  position: relative;
}
.block-news-show-2 .block-header {
  position: relative;
  top: 0;
  z-index: 2;
}
.block-news-show-2 .block-header > :nth-child(1) {
  position: relative;
}
.block-news-show-2 .block-header > :nth-child(1) .header-counter {
  position: absolute;
  left: 4em;
  bottom: -1.96em;
}
.block-news-show-2 .block-header > :nth-child(1) .header {
  display: block;
  position: absolute;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: 900;
  line-height: 1.8;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.block-news-show-2 .block-header > :nth-child(1) .header .first {
  color: #ffffff;
  line-height: 0.667;
}
.block-news-show-2 .block-header .caption p {
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
.block-news-show-2 .list {
  margin: 0;
  position: relative;
  margin-top: 3em;
}
.block-news-show-2 .list .item {
  padding: 0;
  position: relative;
}
@media (min-width: 541px) {
  .block-news-show-2 .list .item {
    padding-top: 15em;
  }
  .block-news-show-2 .list .item:nth-child(1) {
    margin-top: -10em;
    z-index: 5;
  }
  .block-news-show-2 .list .item:nth-child(2) {
    margin-top: 0;
    z-index: 4;
  }
  .block-news-show-2 .list .item:nth-child(3) {
    margin-top: -15em;
    z-index: 3;
  }
  .block-news-show-2 .list .item:nth-child(4) {
    margin-top: -10em;
    z-index: 2;
  }
  .block-news-show-2 .list .item:nth-child(5) {
    margin-top: -25.8em;
    z-index: 1;
  }
  .block-news-show-2 .list .item .image img {
    width: 100%;
    opacity: .6;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .block-news-show-2 .list .item:nth-child(1) {
    margin-top: 5.8em;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .block-news-show-2 .list .item:nth-child(2) {
    margin-top: -10em;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .block-news-show-2 .list .item:nth-child(3) {
    margin-top: -3em;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .block-news-show-2 .list .item:nth-child(4) {
    margin-top: -25.8em;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .block-news-show-2 .list .item:nth-child(5) {
    margin-top: -10em;
  }
}
.block-news-show-2 .list .item .caption {
  width: 100%;
  height: 100%;
}
@media (min-width: 541px) {
  .block-news-show-2 .list .item .caption {
    position: absolute;
    top: 15em;
    left: 0;
  }
}
.block-news-show-2 .list .item .caption .progress {
  width: 100%;
}
.block-news-show-2 .list .item .caption .progress.skill {
  overflow: inherit;
  background: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1em solid;
  border-bottom-color: rgba(255, 255, 255, 0);
  z-index: 1;
  margin-top: 1em;
  width: 100%;
}
.block-news-show-2 .list .item .caption .progress.skill label {
  display: block;
  color: #666666;
  font-size: 4.2em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-left: .3em;
}
.block-news-show-2 .list .item .caption .progress.skill .progressbar-back-text {
  font-family: "Oswald";
  float: left;
  color: #ffffff;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .06em;
  opacity: .6;
  position: absolute;
  top: .8em;
  left: 1.2em;
}
.block-news-show-2 .list .item .caption .progress.skill .progress-bar {
  font-size: 1.2em;
  height: 1em;
  margin: 0;
  padding: 0;
  bottom: 0;
  overflow: hidden;
  line-height: 6em;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  top: -0.8em;
  z-index: 2;
  opacity: .6;
}
.block-news-show-2 .list .item .caption p {
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
  margin-top: .6em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.block-news-show-3 .block-header {
  position: relative;
  padding-left: 15.6em;
  padding-right: 5em;
  padding-top: 3em;
  padding-bottom: 6.8em;
}
@media (min-width: 541px) {
  .block-news-show-3 .block-header {
    background-color: #ffffff;
  }
  .block-news-show-3 .block-header:hover,
  .block-news-show-3 .block-header:focus {
    background-color: #ffffff;
  }
}
.block-news-show-3 .block-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fafafa;
}
.block-news-show-3 .block-header .header-counter {
  position: absolute;
  z-index: 2;
}
.block-news-show-3 .block-header .header {
  position: relative;
  font-family: "Raleway";
  color: #333333;
  font-size: 3.4em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 2;
}
.block-news-show-3 .block-header .minimize-button {
  z-index: 3;
}
.block-news-show-3 .block-header p {
  position: relative;
  font-family: "Open Sans";
  color: #666666;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 2em;
  padding-left: .6em;
  z-index: 2;
}
.block-news-show-3 .carousel {
  position: relative;
  z-index: 3;
}
.block-news-show-3 .item {
  float: left;
  opacity: 1;
  width: 33.3333%;
}
.block-news-show-3 .item .image {
  width: 100%;
}
.block-news-show-3 .item .image img {
  width: 100%;
}
.block-news-show-3 .item .caption {
  padding-top: 3em;
}
.block-news-show-3 .item .caption .header {
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
}
.block-news-show-3 .item .caption p {
  padding-top: 2em;
  font-family: "Open Sans";
  color: #333333;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
}
.block-news-show-3 .item .caption .info {
  display: block;
  width: 100%;
  height: 4.4em;
}
.block-news-show-3 .item .caption .info li {
  display: block;
  float: left;
  padding-left: 1em;
  font-family: "Oswald";
  font-weight: 300;
}
.block-news-show-3 .item .caption .info li::before {
  content: "/";
  font-size: 1.2em;
  font-weight: 300;
  padding-right: .8em;
}
.block-news-show-3 .item .caption .info li:nth-child(1) {
  padding-left: 0;
}
.block-news-show-3 .item .caption .info li:nth-child(1)::before {
  display: none;
}
.block-news-show-3 .item .caption .info li a {
  display: inline-block;
  height: 4.4em;
  line-height: 4em;
  color: #666666;
}
.block-news-show-3 .item .caption .info li a img {
  height: 100%;
  float: left;
  margin-right: 1em;
}
.block-news-show-3 .item .caption .info li a:hover {
  color: #101010;
}
.block-news-show-3 .item .caption .share {
  position: relative;
}
.block-news-show-3 .item .caption .share li {
  float: left;
  position: relative;
  font-family: "Oswald";
  color: #101010;
  font-weight: 700;
  line-height: 2.437;
  height: 3em;
  width: 3em;
  text-align: center;
  z-index: 1;
  opacity: .6;
}
.block-news-show-3 .item .caption .share li:nth-child(3n+2) {
  opacity: .4;
}
.block-news-show-3 .item .caption .share li:nth-child(3n+3) {
  opacity: .9;
}
.block-news-show-3 .item .caption .share li a {
  display: block;
  padding-top: .2em;
  height: 3em;
  width: 3em;
  color: #ffffff;
}
.block-news-show-3 .item .caption .share li:hover,
.block-news-show-3 .item .caption .share li:focus {
  opacity: 1;
  box-shadow: 0px 0px 12px 0px rgba(16, 16, 16, 0.75);
  z-index: 2;
}
.block-news-show-3 .item .caption .share li.header {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .2em;
  margin-right: 0;
  z-index: 2;
  background: #333333;
  opacity: 1;
  color: #ffffff;
  font-weight: 400;
}
.block-news-show-3 .item .caption .share li.header:hover,
.block-news-show-3 .item .caption .share li.header:focus {
  box-shadow: none;
}
.block-news-show-3 .read-more {
  z-index: 4;
}
.block-news-show-3 .read-more a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Oswald";
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}
.block-news-show-3 .read-more a:hover {
  color: #101010;
}
.intro-video {
  position: relative;
}
@media (min-width: 541px) {
  .intro-video .block-header {
    background: #ffffff;
  }
  .intro-video .block-header:hover,
  .intro-video .block-header:focus {
    background: #ffffff;
  }
}
.intro-video .block-header .header-counter {
  position: absolute;
  left: 4em;
  top: 7em;
  z-index: 2;
}
.intro-video .block-header .header {
  font-family: "Raleway";
  color: #cbcbcb;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;
  z-index: 1;
}
@media (min-width: 541px) {
  .intro-video .block-header .header .first {
    color: #cbcbcb !important;
  }
}
.intro-video .block-header .minimize-button {
  z-index: 2;
}
.intro-video .video-container {
  z-index: 4;
  overflow: hidden;
  background: #101010;
}
.intro-video .caption-wrap {
  position: relative;
  z-index: 4;
}
.intro-video .caption p {
  padding-top: 1em;
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  padding-right: 3em;
}
@media (max-width: 991px) {
  .intro-video .caption p {
    font-size: 1.4em;
  }
}
.intro-video .caption .info {
  padding-top: .6em;
}
.intro-video .caption .info li {
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  float: left;
  margin-left: 1.8em;
  font-size: 1.2em;
}
.intro-video .caption .info li:nth-child(1) {
  margin-left: 0;
}
.intro-video .caption .info li a {
  color: #ffffff;
}
.intro-video .read-more {
  height: 10.4em;
  background: rgba(16, 16, 16, 0.6);
}
@media (max-width: 991px) {
  .intro-video .read-more {
    height: 12em;
  }
}
.intro-video .read-more a {
  margin-top: 3.6em;
}
@media (max-width: 991px) {
  .intro-video .read-more a {
    margin-top: 4.2em;
  }
}
@media (max-width: 991px) and (max-width: 540px) {
  .intro-video .read-more a {
    margin-top: 0;
    color: #101010;
  }
}
.intro-video .share {
  height: 10.4em;
  position: relative;
}
@media (max-width: 991px) {
  .intro-video .share {
    height: 12em;
  }
}
.intro-video .share ul {
  margin-top: 3.8em;
  margin-left: 1.6em;
}
@media (max-width: 991px) {
  .intro-video .share ul {
    margin-top: 4.4em;
  }
}
@media (min-width: 541px) {
  .intro-video .share ul li a:hover {
    color: #101010 !important;
  }
}
.intro-video .share ul .header {
  display: none;
}
.our-team .block-header .header-counter {
  position: absolute;
  left: 5em;
  top: 8em;
  z-index: 3;
}
.our-team .block-header .header {
  font-family: "Raleway";
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-team .block-header .minimize-button {
  z-index: 3;
}
.our-team .carousel .team-carousel-info .item {
  cursor: e-resize;
}
.our-team .carousel .team-carousel-info .item .image {
  background: #cbcbcb;
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
.our-team .carousel .team-carousel-info .item .image img {
  width: 100%;
}
.our-team .carousel .team-carousel-info .item .caption {
  width: 50%;
  float: left;
  padding-right: 10%;
  padding-top: 3em;
  position: relative;
  z-index: 2;
}
.our-team .carousel .team-carousel-info .item .caption .head-wrap .header {
  font-family: "Raleway";
  color: #666666;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-team .carousel .team-carousel-info .item .caption .head-wrap .post {
  display: block;
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .06em;
}
.our-team .carousel .team-carousel-info .item .caption .share {
  position: relative;
  margin-top: 1.6em;
}
.our-team .carousel .team-carousel-info .item .caption .share li {
  float: left;
  position: relative;
  font-family: "Oswald";
  color: #101010;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2.437;
  height: 3em;
  width: 3em;
  text-align: center;
  z-index: 1;
  opacity: .6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-team .carousel .team-carousel-info .item .caption .share li:nth-child(3n+2) {
  opacity: .4;
}
.our-team .carousel .team-carousel-info .item .caption .share li:nth-child(3n+3) {
  opacity: .9;
}
.our-team .carousel .team-carousel-info .item .caption .share li a {
  display: block;
  padding-top: .2em;
  height: 3em;
  width: 3em;
  color: #ffffff;
}
.our-team .carousel .team-carousel-info .item .caption .share li:hover,
.our-team .carousel .team-carousel-info .item .caption .share li:focus {
  opacity: 1;
  box-shadow: 0px 0px 12px 0px rgba(16, 16, 16, 0.75);
  z-index: 2;
}
.our-team .carousel .team-carousel-info .item .caption .share li.header {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .2em;
  margin-right: 0;
  z-index: 2;
  background: #333333;
  opacity: 1;
  color: #ffffff;
  font-weight: 400;
}
.our-team .carousel .team-carousel-info .item .caption .share li.header:hover,
.our-team .carousel .team-carousel-info .item .caption .share li.header:focus {
  box-shadow: none;
}
.our-team .carousel .team-carousel-info .item .caption p {
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 300;
}
.our-team .carousel .team-carousel-info .item .caption .btn {
  margin-top: 2em;
  margin-left: 1.4em;
}
.our-team .carousel-list {
  margin-top: -3em;
  position: relative;
  z-index: 6;
}
.our-team .carousel-list .item {
  position: relative;
  margin-top: 3em;
  padding-bottom: 3em;
  cursor: pointer;
}
.our-team .carousel-list .item img {
  width: 100%;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-team .carousel-list .item span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-team .carousel-list .item.slick-active span {
  opacity: 1;
}
.our-team .carousel-list .item.slick-center {
  z-index: 7;
  padding-bottom: 0;
}
.our-team .carousel-list .item.slick-center img {
  width: 120%;
  margin-left: -10%;
  margin-top: -10%;
  box-shadow: 0px 0px 24px 0px rgba(16, 16, 16, 0.9);
}
.our-team .carousel-list .item.slick-center span {
  opacity: 1;
  color: #ffffff !important;
  text-shadow: 0px 0px 12px #101010;
}
.our-price .nav-tabs {
  padding-top: 5em;
  padding-left: 3.2em;
  z-index: 6;
  position: relative;
}
.our-price .block-header {
  position: relative;
  padding-left: 10.8em;
  padding-right: 5em;
  padding-top: 4.8em;
  padding-bottom: 3em;
}
.our-price .block-header .header-counter {
  position: absolute;
  top: 7.6em;
  left: 7em;
}
.our-price .block-header .header {
  font-family: "Raleway";
  color: #333333;
  font-size: 3.4em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.our-price .block-header p {
  font-family: "Open Sans";
  color: #666666;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 2em;
  padding-left: .6em;
}
.our-price .item {
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.our-price .item .image img {
  width: 100%;
}
.our-price .item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 4.6em;
  z-index: 1;
}
.our-price .item .caption .header {
  display: block;
  position: absolute;
  left: 1em;
  top: 2em;
  width: 12em;
  height: 12em;
  transform: rotate(-90deg);
  z-index: 1;
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-price .item .caption .dept {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.our-price .item .caption .dept i {
  font-family: "Oswald";
  color: #ffffff;
  font-size: .6em;
  font-weight: 300;
  font-style: normal;
}
.our-price .item .caption .option-list {
  position: relative;
  z-index: 2;
  margin-top: 2.6em;
}
.our-price .item .caption .option-list li {
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-price .item .read-more {
  position: relative;
  background-color: #333333;
  padding-top: 1.2em;
  padding-left: 1.2em;
  z-index: 4;
}
.our-price .item:nth-child(odd) .read-more a i {
  border-color: #666666;
}
.our-history .block-header {
  padding-top: 7.6em;
  padding-left: 8em;
  position: relative;
  z-index: 21;
  cursor: e-resize;
}
.our-history .block-header .figure-1,
.our-history .block-header .figure-5 {
  display: block;
  position: absolute;
  right: -1.5em;
  width: 2em;
  height: 0;
  border-bottom: .4em solid;
  border-color: inherit;
}
.our-history .block-header .figure-3 {
  display: block;
  position: absolute;
  right: 2.12em;
  top: 10.5em;
  width: 0;
  border-left: .4em solid;
  border-color: inherit;
}
.our-history .block-header .figure-5 {
  right: 4.14em;
}
.our-history .block-header .figure-2,
.our-history .block-header .figure-4 {
  display: block;
  position: absolute;
  right: .5em;
  width: 2em;
  height: 2em;
  overflow: hidden;
}
.our-history .block-header .figure-2::before,
.our-history .block-header .figure-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: .4em solid;
  border-color: inherit;
  width: 4em;
  height: 4em;
  border-radius: 50%;
}
.our-history .block-header .figure-4 {
  right: 2.14em;
}
.our-history .block-header .figure-4::before {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.our-history .block-header .header-counter {
  position: absolute;
  top: 5em;
  left: 4em;
}
.our-history .block-header > .header {
  font-family: "Raleway";
  color: #666666;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.our-history .block-header > .header .first {
  display: block;
  color: #666666 !important;
  text-transform: none;
}
.our-history .block-header p {
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.4;
  margin-top: 2em;
  margin-right: 3em;
}
.our-history .col {
  position: relative;
  cursor: e-resize;
  padding-top: 0;
}
.our-history .col:nth-child(1) {
  z-index: 20;
}
.our-history .col:nth-child(2) {
  z-index: 19;
}
.our-history .col:nth-child(3) {
  z-index: 18;
}
.our-history .col:nth-child(4) {
  z-index: 17;
}
.our-history .col:nth-child(5) {
  z-index: 16;
}
.our-history .col:nth-child(6) {
  z-index: 15;
}
.our-history .col:nth-child(7) {
  z-index: 14;
}
.our-history .col:nth-child(8) {
  z-index: 13;
}
.our-history .col:nth-child(9) {
  z-index: 12;
}
.our-history .col:nth-child(10) {
  z-index: 11;
}
.our-history .col:nth-child(11) {
  z-index: 10;
}
.our-history .col:nth-child(12) {
  z-index: 9;
}
.our-history .col:nth-child(13) {
  z-index: 8;
}
.our-history .col:nth-child(14) {
  z-index: 7;
}
.our-history .col:nth-child(15) {
  z-index: 6;
}
.our-history .col:nth-child(16) {
  z-index: 5;
}
.our-history .col:nth-child(17) {
  z-index: 4;
}
.our-history .col:nth-child(18) {
  z-index: 3;
}
.our-history .col:nth-child(19) {
  z-index: 2;
}
.our-history .col:nth-child(20) {
  z-index: 1;
}
.our-history .col::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: .4em dotted;
  border-color: inherit;
}
.our-history .col .year {
  width: 10.415em;
  height: 10.415em;
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 2;
  font-family: "Oswald";
  color: #666666;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  transform: rotate(-90deg);
  text-transform: uppercase;
}
.our-history .col .year::before {
  content: "";
  position: absolute;
  top: 0em;
  left: 3.6em;
  width: 1.2em;
  height: 1.2em;
  border: .4em solid;
  border-color: inherit;
  border-radius: 50%;
  z-index: 1;
  background: #fafafa;
}
.our-history .col:nth-child(even) {
  background-color: rgba(250, 250, 250, 0.2);
}
.our-history .col:nth-child(even) .year::before {
  background: #ffffff;
}
.our-history .col .item {
  position: relative;
  z-index: 3;
  float: left;
}
.our-history .col .item .image img {
  width: 100%;
}
.our-history .col .item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-history .col .item .caption .date {
  display: inline-block;
  border-left: .3em solid;
  border-color: inherit;
  line-height: .6;
  text-transform: uppercase;
  padding-left: .4em;
  margin-top: 1em;
}
.our-history .col .item .caption .date:nth-child(2) {
  display: block;
  position: absolute;
  top: .3em;
  left: 4em;
  width: 9.6em;
  height: 0;
  border-bottom: 1px dashed;
  border-color: #ffffff;
}
.our-history .col .item .caption .date:nth-child(2)::before,
.our-history .col .item .caption .date:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 50%;
  left: -1px;
  top: -5px;
}
.our-history .col .item .caption .date:nth-child(2)::after {
  left: auto;
  right: -1px;
}
.our-history .col .item .caption .date:nth-child(3) {
  float: right;
  padding-left: auto;
  padding-right: .4em;
  border-left: none;
  border-right: .3em solid;
  border-color: inherit;
}
.our-history .col .item .caption .header {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 1.6em;
  position: relative;
  z-index: 2;
}
.our-history .col .item .caption .header.bottom {
  margin-top: 3em;
}
.our-history .col .item .caption .icon,
.our-history .col .item .caption .fa {
  display: block;
  font-size: 5em;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: .3em;
  opacity: .6;
}
.our-history .col .item .caption p {
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.our-history .col .item .caption:hover {
  z-index: 4;
  box-shadow: 0px 0px 24px 0px rgba(16, 16, 16, 0.9);
}
.our-history .col .item .btn {
  position: absolute;
  bottom: 45%;
  left: 53%;
  transform: translate(-50%, 0);
  display: none;
  z-index: 11;
}
.our-history .col .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.8);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-history .col .item.bg-tm .caption .date {
  border-color: #ffffff;
}
.our-history .col .item.bg-tm .caption .header {
  color: #101010;
}
.our-history .col .item:hover .btn,
.our-history .col .item:focus .btn {
  display: block;
}
.our-history .col .item:hover::after,
.our-history .col .item:focus::after {
  opacity: 1;
}
.our-clients .wrap .header-block {
  padding-top: 2.4em;
  padding-bottom: 1em;
  padding-left: 6.6em;
  padding-right: 1em;
  z-index: 2;
}
.our-clients .wrap .header-block .header-counter {
  position: absolute;
}
.our-clients .wrap .header-block .header {
  font-family: "Oswald";
  color: #ffffff;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-left: 1.4em;
}
.our-clients .wrap .header-block .header .first {
  display: block;
  font-size: 1.6em;
  color: #333333;
}
.our-clients .wrap .header-block p {
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin-top: 2em;
}
.our-clients .wrap .list-wrap .row {
  margin: 0;
}
.our-clients .wrap .list-wrap .item {
  padding: 0;
}
.our-clients .wrap .list-wrap .item img {
  width: 100%;
  opacity: .8;
}
.our-clients .wrap .carousel {
  z-index: 1;
  background-color: #fafafa;
}
.our-clients .wrap .carousel .item {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 6em;
  cursor: e-resize;
}
.our-clients .wrap .carousel .item::before {
  position: absolute;
  top: 2em;
  left: .4em;
  content: "";
  font-family: FontAwesome;
  font-size: 3.4em;
  color: #cbcbcb;
  z-index: 1;
}
.our-clients .wrap .carousel .item::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fafafa;
  top: 0;
  right: 0;
  z-index: 1;
}
.our-clients .wrap .carousel .item > .header {
  position: relative;
  z-index: 2;
  font-family: "Raleway";
  color: #101010;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4;
}
.our-clients .wrap .carousel .item p {
  position: relative;
  z-index: 2;
  font-family: "Open Sans";
  color: #101010;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 2em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.our-clients .wrap .carousel .item .social {
  z-index: 2;
}
.our-clients .wrap .carousel .item .image {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 33.4%;
}
.our-clients .wrap .carousel .item .image img {
  width: 100%;
}
.our-clients .wrap .carousel .item .info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 11em;
  width: 18em;
}
.our-clients .wrap .carousel .item .info .header {
  font-family: "Oswald";
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.our-clients .wrap .carousel .item .info p {
  font-family: "Oswald";
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
  margin-left: 2em;
}
.our-clients .wrap .carousel .item .info p label {
  display: block;
  color: #666666;
  font-weight: 300;
}
.our-clients .wrap .carousel .slick-prev,
.our-clients .wrap .carousel .slick-next {
  opacity: 1;
  width: 3.6em;
  height: 3.6em;
  left: auto;
  right: 0;
  transform: translate(0, 0);
}
.our-clients .wrap .carousel .slick-prev::before,
.our-clients .wrap .carousel .slick-next::before {
  font-family: 'Linearicons';
  font-size: 1em;
  position: absolute;
  line-height: 3.6em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  color: #ffffff;
}
.our-clients .wrap .carousel .slick-prev:hover::before,
.our-clients .wrap .carousel .slick-next:hover::before {
  opacity: .8;
}
.our-clients .wrap .carousel .slick-prev {
  right: 3.6em;
}
.subscribe-now .header {
  font-family: "Raleway";
  color: #fafafa;
  font-size: 5.4em;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  padding-top: .26em;
  text-align: center;
}
.subscribe-now .subscr-form {
  border: 1.6em solid;
  height: 10em;
  position: relative;
  z-index: 1;
  color: #333333;
}
.subscribe-now .subscr-form .form-group {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.subscribe-now .subscr-form .form-group.your-name {
  display: block;
}
.subscribe-now .subscr-form .form-group.your-email {
  display: none;
}
.subscribe-now .subscr-form.next .form-group.your-name {
  display: none;
}
.subscribe-now .subscr-form.next .form-group.your-email {
  display: block;
}
.subscribe-now .subscr-form .form-control {
  position: absolute;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: none;
  padding-right: 4em;
  font-family: "Oswald";
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  box-shadow: none;
}
.subscribe-now .subscr-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.subscribe-now .subscr-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.subscribe-now .subscr-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.subscribe-now .subscr-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.subscribe-now .subscr-form .form-control:focus {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.subscribe-now .subscr-form button {
  font-family: "Oswald";
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  position: absolute;
  background-color: #666666;
  border: none;
  text-align: center;
  top: .6em;
  right: .6em;
  height: 2.2em;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.our-contacts .block-header {
  position: relative;
  z-index: 2;
}
.our-contacts .block-header > :nth-child(1) {
  position: relative;
}
.our-contacts .block-header > :nth-child(1) .header-counter {
  position: absolute;
  left: 4em;
  bottom: -1.96em;
}
.our-contacts .block-header > :nth-child(1) .header {
  font-family: "Oswald";
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-contacts .block-header > :nth-child(1) .header .first {
  display: block;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 0.667;
}
.our-contacts .block-header .caption p {
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
.our-contacts .tab-nav {
  position: relative;
  z-index: 2;
  background-color: #fafafa;
}
.our-contacts .tab-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.our-contacts .tab-content .location .address {
  float: left;
}
.our-contacts .tab-content .location .address .header {
  font-family: "Oswald";
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: .6em;
  margin-bottom: 1em;
}
.our-contacts .tab-content .location .address ul {
  margin-bottom: 1em;
}
.our-contacts .tab-content .location .address ul li {
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 1.8;
}
.our-contacts .tab-content .location .address ul li address {
  margin: 0;
  padding: 0;
}
.our-contacts .tab-content .location .address ul li a {
  color: #ffffff;
  text-decoration: underline;
}
.our-contacts .tab-content .location .address ul li a:hover {
  text-decoration: none;
}
.our-contacts .tab-content .location .map {
  position: relative;
  float: left;
  z-index: 1;
}
.our-contacts .tab-content .location .map::before {
  content: "Loading...";
  position: absolute;
  transform: translate(-50%, 50%);
  font-family: "Raleway";
  color: #ffffff;
  font-size: 5em;
  font-weight: 900;
  line-height: 1.2;
  bottom: 50%;
  left: 50%;
}
.our-contacts .tab-content .contact-form .form-group {
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1px;
}
.our-contacts .tab-content .contact-form .form-group label,
.our-contacts .tab-content .contact-form .form-group .help-block {
  float: left;
  font-size: 1em;
  margin: 0;
  margin-bottom: -1.2em;
  font-family: "Oswald";
  color: #fafafa;
  font-weight: 300;
  line-height: 1.2;
  height: 1.2em;
}
.our-contacts .tab-content .contact-form .form-group .help-block {
  color: #f00;
  float: right;
  padding-right: 1.2em;
}
.our-contacts .tab-content .contact-form .form-group.captcha label,
.our-contacts .tab-content .contact-form .form-group.captcha .help-block {
  margin-bottom: 0;
}
.our-contacts .tab-content .contact-form .form-group.captcha label {
  padding-left: 0;
}
.our-contacts .tab-content .contact-form .form-group .form-control {
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
  padding-right: 1.2em;
  border-radius: 0;
  font-family: "Oswald";
  font-weight: 300;
  line-height: 1.4;
  border: none;
  background-color: rgba(250, 250, 250, 0.4) !important;
}
.our-contacts .tab-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-contacts .tab-content .contact-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-contacts .tab-content .contact-form .form-group .form-control:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-contacts .tab-content .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.our-contacts .tab-content .contact-form .form-group .form-control:hover,
.our-contacts .tab-content .contact-form .form-group .form-control:focus {
  box-shadow: none;
}
.our-contacts .tab-content .contact-form .form-group textarea {
  padding-top: 1.2em !important;
}
.our-contacts .tab-content .contact-form .form-group:focus {
  background-color: rgba(250, 250, 250, 0.6) !important;
  box-shadow: inset 0px 0px 12px 0px #000000;
}
.our-contacts .tab-content .contact-form .form-group select,
.our-contacts .tab-content .contact-form .form-group input {
  height: 3.6em;
}
.our-contacts .tab-content .contact-form .form-group select {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.our-contacts .tab-content .contact-form .form-group input {
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.6s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #333333 4px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #333333 4px);
  background-position: -101em 0;
  background-size: 100em 100%;
  background-repeat: no-repeat;
}
.our-contacts .tab-content .contact-form .form-group input:focus,
.our-contacts .tab-content .contact-form .form-group input:valid {
  box-shadow: none;
  outline: none;
  background-color: rgba(250, 250, 250, 0.6);
  background-position: 0 0;
}
.our-contacts .tab-content .contact-form .form-group .read-more-btn {
  border: 0 none;
  border-radius: 0;
  outline: none;
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 700;
  line-height: 4em;
  height: 4em;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-contacts .tab-content .contact-form .form-group .read-more-btn:hover {
  color: #101010;
}
.footer {
  float: left;
  width: 100%;
}
.footer .brand .caption .navbar-brand {
  padding: 0;
  display: block;
  height: auto;
  float: left;
  margin-right: 2.4em;
  position: relative;
  z-index: 2;
}
.footer .brand .caption .navbar-brand img {
  width: 100%;
}
.footer .brand .caption .navbar-brand span {
  display: none;
}
.footer .brand .caption .header {
  font-family: "Raleway";
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-top: 1.2em;
  position: relative;
  z-index: 2;
}
.footer .brand .caption p {
  position: relative;
  z-index: 2;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  padding-top: 1.2em;
  padding-right: 2.4em;
}
.footer .brand .share li {
  float: left;
  width: 16.6666%;
  font-weight: 400;
  line-height: 5em;
  text-align: center;
}
.footer .brand .share li a {
  display: block;
  line-height: 5em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .footer-nav {
  position: relative;
  padding-bottom: 8em;
  margin-top: 6.6em;
  background: #fafafa;
}
.footer .footer-nav ul li {
  float: left;
  font-family: "Oswald";
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 1.6em;
}
.footer .footer-nav ul li.active a {
  border-color: inherit;
}
.footer .footer-nav ul li a {
  display: block;
  line-height: 3em;
  border-bottom: .2em solid;
  border-color: rgba(255, 255, 255, 0);
  color: #666666;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .footer-nav span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  font-family: "Open Sans";
  color: #666666;
  font-weight: 300;
  line-height: 1.4;
  padding-left: 2.8em;
  padding-right: 2.8em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.footer .footer-nav span a {
  color: #666666;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 541px) {
  .space-footer {
    width: 100%;
    height: 6.6em;
  }
}
@media (min-width: 541px) {
  .space-1 {
    width: 100%;
    height: 10em;
  }
}
@media (min-width: 541px) {
  .space-2 {
    width: 100%;
    height: 13.7em;
  }
}
@media (min-width: 541px) {
  .space-3 {
    width: 100%;
    height: 17.4em;
  }
}
.about-block .head {
  position: relative;
}
.about-block .head::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.about-block .head .header {
  position: relative;
  z-index: 2;
  font-family: "Raleway";
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  padding: 1.4em 2em 0em 2em;
}
.about-block .caption {
  position: relative;
}
.about-block .caption::after,
.about-block .caption::before {
  content: "";
  position: absolute;
}
.about-block .caption::before {
  top: 8em;
  right: 0;
  background-color: rgba(16, 16, 16, 0.2);
}
.about-block .caption::after {
  top: 15em;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.about-block .caption p {
  position: relative;
  z-index: 2;
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 300;
  padding-bottom: .6em;
}
.about-block .caption p.big {
  font-family: "Raleway";
  font-size: 4em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.about-block .caption p.big .first {
  color: #ffffff !important;
}
.about-block .caption mark {
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
}
.about-block .caption .social {
  margin-top: 3em;
  z-index: 2;
  position: relative;
}
.about-block .brand-wrap {
  background-color: rgba(16, 16, 16, 0.3);
}
.about-block .brand-wrap .brand {
  display: block;
  float: left;
}
.about-block .brand-wrap .brand img {
  width: 100%;
}
.about-block .brand-wrap .header {
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
  color: #fafafa;
  padding-top: 1.44em;
  padding-left: 1em;
  float: left;
}
.about-block .list-offer {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 4;
}
.about-block .list-offer .header {
  font-family: "Raleway";
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 1.4em;
  margin-left: -1em;
}
.about-block .list-offer .btn {
  margin-top: 2em;
}
.blog-list-1 {
  position: relative;
}
.blog-list-1 .list-wrap div,
.blog-list-1 .list-wrap article {
  padding: 0;
}
.blog-list-1 > .wrap {
  float: left;
  width: 100%;
}
.blog-list-1 > .wrap .item {
  z-index: 3;
  position: relative;
}
.blog-list-1 > .wrap .item .image,
.blog-list-1 > .wrap .item .caption {
  width: 50%;
  float: left;
  z-index: 1;
}
.blog-list-1 > .wrap .item .caption {
  position: absolute;
  left: 50%;
  height: 100%;
  background-color: rgba(143, 143, 143, 0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 > .wrap .item .caption > .header {
  font-family: "Oswald";
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 > .wrap .item .caption p {
  color: #ffffff;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .06em;
  text-align: right;
  position: absolute;
  left: 3em;
  top: 5em;
  width: 12em;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 > .wrap .item .caption .btn {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 > .wrap .item .share {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 > .wrap .item .share li {
  float: left;
  position: relative;
  font-family: "Oswald";
  color: #171717;
  font-size: .8em;
  font-weight: 700;
  line-height: 2.437;
  height: 3em;
  width: 3em;
  text-align: center;
  margin-right: -3em;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 > .wrap .item .share li a {
  display: block;
  padding-top: .2em;
  height: 3em;
  width: 3em;
  color: #ffffff;
}
.blog-list-1 > .wrap .item .share li.header {
  float: right;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .2em;
  cursor: pointer;
  margin-right: 0;
  z-index: 2;
  opacity: 1;
}
.blog-list-1 > .wrap .item .share:hover li {
  margin: 0;
  opacity: .6;
}
.blog-list-1 > .wrap .item .share:hover li:nth-child(3n+2) {
  opacity: .8;
}
.blog-list-1 > .wrap .item .share:hover li:nth-child(3n+3) {
  opacity: .4;
}
.blog-list-1 > .wrap .item .share:hover li:hover,
.blog-list-1 > .wrap .item .share:hover li:focus {
  opacity: 1;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.blog-list-1 > .wrap .item .share:hover li.header {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  background-color: #999999;
}
.blog-list-1 > .wrap .item .info {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 > .wrap .item .info li {
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.blog-list-1 > .wrap .item .info li.date {
  font-weight: 300;
}
.blog-list-1 > .wrap .item .info li a {
  display: block;
  padding-left: 1.4em;
  padding-right: 1.4em;
  padding-top: 0.14em;
  padding-bottom: 0.14em;
  color: #ffffff;
}
.blog-list-1 > .wrap .item .info li a:hover,
.blog-list-1 > .wrap .item .info li a:focus {
  color: #ccc;
}
.blog-list-1 > .wrap .item .image img {
  width: 100%;
  opacity: .3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 > .wrap .item:hover {
  z-index: 5;
  box-shadow: 0px 0px 12px 0px rgba(16, 16, 16, 0.75);
}
.blog-list-1 > .wrap .item:hover .caption p {
  opacity: 1;
}
.blog-list-1 > .wrap .item:hover .caption .btn {
  bottom: 2em;
  opacity: 1;
}
.blog-list-1 > .wrap .item:hover .info {
  opacity: 1;
}
.blog-list-1 > .wrap .item:hover .share {
  opacity: 1;
}
.blog-list-1 > .wrap .item:hover .image img {
  opacity: 1;
}
.blog-list-1 .lower .pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  position: relative;
  z-index: 4;
  float: left;
}
.blog-list-1 .lower .pagination li {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 2em;
  display: block;
  float: left;
  width: 2.6em;
  line-height: 2.6em;
  text-align: center
        opacity: .6;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.blog-list-1 .lower .pagination li:nth-child(1) {
  background: rgba(255, 255, 255, 0.1);
  color: #101010;
}
.blog-list-1 .lower .pagination li:nth-child(1) a {
  border-radius: 0;
  color: #999;
}
.blog-list-1 .lower .pagination li:nth-child(3n+2) {
  opacity: .8;
}
.blog-list-1 .lower .pagination li:nth-child(3n+3) {
  opacity: .4;
}
.blog-list-1 .lower .pagination li:last-child a {
  border-radius: 0;
}
.blog-list-1 .lower .pagination li a {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  width: 2.6em;
  line-height: 2.6em;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list-1 .lower .pagination li a:hover,
.blog-list-1 .lower .pagination li a:focus {
  color: #666666;
}
.blog-list-1 .lower .pagination li.active {
  font-weight: 700;
}
.blog-list-1 .lower .pagination li.active a:hover,
.blog-list-1 .lower .pagination li.active a:focus {
  color: #ffffff;
}
.item-caption-1 {
  padding-bottom: 12em;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 4;
  color: #ffffff;
}
.item-caption-1 a h1,
.item-caption-1 a h2,
.item-caption-1 a h3,
.item-caption-1 a h4,
.item-caption-1 a h5,
.item-caption-1 a h6,
.item-caption-1 a mark,
.item-caption-1 a .header {
  text-decoration: none;
}
.item-caption-1 h1,
.item-caption-1 h2,
.item-caption-1 h3,
.item-caption-1 h4,
.item-caption-1 h5,
.item-caption-1 h6 {
  padding-top: 0.2em;
  padding-bottom: 0.8em;
}
.item-caption-1 h1 {
  padding-top: 0.6em;
  padding-bottom: 0.8em;
}
@media (min-width: 768px) {
  .item-caption-1 h1 {
    font-size: 5.3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 h1 {
    font-size: 5.9em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 h1 {
    font-size: 6.1em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 h1 {
    font-size: 7.2em;
  }
}
.item-caption-1 h2 {
  padding-top: 0.35em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 h2 {
    font-size: 5.1em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 h2 {
    font-size: 5.3em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 h2 {
    font-size: 6.4em;
  }
}
.item-caption-1 h3 {
  padding-top: 0.35em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 h3 {
    font-size: 3.7em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 h3 {
    font-size: 4.3em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 h3 {
    font-size: 4.5em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 h3 {
    font-size: 5.6em;
  }
}
.item-caption-1 h4 {
  padding-top: 0.3em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 h4 {
    font-size: 2.9em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 h4 {
    font-size: 3.3em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 h4 {
    font-size: 3.7em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 h4 {
    font-size: 4.8em;
  }
}
.item-caption-1 h5 {
  padding-top: 0.26em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 h5 {
    font-size: 2.1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 h5 {
    font-size: 2.7em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 h5 {
    font-size: 2.8em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 h5 {
    font-size: 4em;
  }
}
.item-caption-1 h6 {
  padding-top: 0.1em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 h6 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 h6 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 h6 {
    font-size: 2em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 h6 {
    font-size: 3.2em;
  }
}
.item-caption-1 label {
  font-weight: inherit;
  padding: 0;
}
@media (min-width: 768px) {
  .item-caption-1 label {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 label {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 label {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 label {
    font-size: 3em;
  }
}
.item-caption-1 mark {
  padding: .1em .3em;
}
.item-caption-1 p {
  padding-top: 0.1em;
  padding-bottom: 1em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .item-caption-1 p {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 p {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 p {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 p {
    font-size: 3em;
  }
}
.item-caption-1 a {
  font-weight: bold;
  text-decoration: underline;
  color: #101010;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.item-caption-1 a:hover,
.item-caption-1 a:focus {
  color: #666666;
}
.item-caption-1 .social {
  margin-top: 3em;
}
.item-caption-1 .text-size-6 {
  padding-top: 0.6em;
  padding-bottom: 0.8em;
}
@media (min-width: 768px) {
  .item-caption-1 .text-size-6 {
    font-size: 5.3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 .text-size-6 {
    font-size: 5.9em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 .text-size-6 {
    font-size: 6.1em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 .text-size-6 {
    font-size: 7.2em;
  }
}
.item-caption-1 .text-size-5 {
  padding-top: 0.35em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 .text-size-5 {
    font-size: 4.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 .text-size-5 {
    font-size: 5.1em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 .text-size-5 {
    font-size: 5.3em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 .text-size-5 {
    font-size: 6.4em;
  }
}
.item-caption-1 .text-size-4 {
  padding-top: 0.35em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 .text-size-4 {
    font-size: 3.7em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 .text-size-4 {
    font-size: 4.3em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 .text-size-4 {
    font-size: 4.5em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 .text-size-4 {
    font-size: 5.6em;
  }
}
.item-caption-1 .text-size-3 {
  padding-top: 0.3em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 .text-size-3 {
    font-size: 2.9em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 .text-size-3 {
    font-size: 3.3em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 .text-size-3 {
    font-size: 3.7em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 .text-size-3 {
    font-size: 4.8em;
  }
}
.item-caption-1 .text-size-2 {
  padding-top: 0.26em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 .text-size-2 {
    font-size: 2.1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 .text-size-2 {
    font-size: 2.7em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 .text-size-2 {
    font-size: 2.8em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 .text-size-2 {
    font-size: 4em;
  }
}
.item-caption-1 .text-size-1 {
  padding-top: 0.1em;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .item-caption-1 .text-size-1 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-caption-1 .text-size-1 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .item-caption-1 .text-size-1 {
    font-size: 2em;
  }
}
@media (max-width: 767px) and (max-width: 540px) {
  .item-caption-1 .text-size-1 {
    font-size: 3.2em;
  }
}
.item-caption-1 .text-font-1 {
  font-family: "Open Sans";
  font-weight: 400;
}
.item-caption-1 .text-font-1 small {
  font-weight: 300;
}
.item-caption-1 .text-font-1 b {
  font-weight: 700;
}
.item-caption-1 .text-font-2 {
  font-family: "Oswald";
  font-weight: 400;
}
.item-caption-1 .text-font-2 b {
  font-weight: 700;
}
.item-caption-1 .text-font-3 {
  font-family: "Raleway";
  font-weight: 300;
}
.item-caption-1 .text-font-3 b {
  font-weight: 900;
}
.item-caption-1 .body .wrap {
  padding-top: 4em;
}
.item-caption-1 .body .wrap.top,
.item-caption-1 .body .wrap.bottom {
  padding-top: 0;
}
.item-caption-1 .wrap {
  width: 100%;
  padding: 0 8.3333% 4em;
  overflow: hidden;
}
.item-caption-1 .wrap > div,
.item-caption-1 .wrap > article,
.item-caption-1 .wrap > section,
.item-caption-1 .wrap > p,
.item-caption-1 .wrap > span,
.item-caption-1 .wrap > img,
.item-caption-1 .wrap > h1,
.item-caption-1 .wrap > h2,
.item-caption-1 .wrap > h3,
.item-caption-1 .wrap > h4,
.item-caption-1 .wrap > h5,
.item-caption-1 .wrap > h6 {
  position: relative;
  z-index: 2;
}
.item-caption-1 .wrap > ul {
  position: relative;
  z-index: 2;
}
.item-caption-1 .wrap img {
  width: 100%;
}
.item-caption-1 .slider .item img {
  width: 100%;
}
.item-caption-1 .slider.item-carousel {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
  margin-bottom: 1em;
}
.item-caption-1 .slider.item-carousel-list .item {
  cursor: pointer;
}
.item-caption-1 .bg {
  background-color: #fafafa;
  color: #101010;
}
.item-caption-1 .bg > div,
.item-caption-1 .bg > article,
.item-caption-1 .bg > section,
.item-caption-1 .bg > p,
.item-caption-1 .bg > span,
.item-caption-1 .bg > img,
.item-caption-1 .bg > h1,
.item-caption-1 .bg > h2,
.item-caption-1 .bg > h3,
.item-caption-1 .bg > h4,
.item-caption-1 .bg > h5,
.item-caption-1 .bg > h6 {
  position: relative;
  z-index: 2;
}
.item-caption-1 .bg > ul {
  position: relative;
  z-index: 2;
}
.item-caption-1 .bg.light {
  background-color: rgba(255, 255, 255, 0.4);
}
.item-caption-1 .bg.light.top::after,
.item-caption-1 .bg.light.bottom::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.item-caption-1 .bg.light.top::before,
.item-caption-1 .bg.light.bottom::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.item-caption-1 .bg.top,
.item-caption-1 .bg.bottom {
  position: relative;
  background: none;
}
.item-caption-1 .bg.top::after,
.item-caption-1 .bg.bottom::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fafafa;
  z-index: 1;
  margin-bottom: 4em;
}
.item-caption-1 .bg.top::before,
.item-caption-1 .bg.bottom::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2em;
  background-color: #fafafa;
  z-index: 1;
}
.item-caption-1 .bg.top::after {
  top: -2em;
}
.item-caption-1 .bg.top::before {
  display: none;
}
.item-caption-1 .bg.bottom::after {
  bottom: -2em;
}
.item-caption-1 .bg.bottom::before {
  bottom: 0;
}
.item-caption-1 .header-block {
  position: relative;
}
.item-caption-1 .header-block::before,
.item-caption-1 .header-block::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.item-caption-1 .header-block::before {
  background-color: rgba(255, 255, 255, 0.1);
  width: 60%;
  height: 40em;
  top: 0;
  left: 0;
}
.item-caption-1 .header-block::after {
  background-color: rgba(16, 16, 16, 0.1);
  width: 30%;
  height: 35em;
  top: 10em;
  left: 55%;
}
.item-caption-1 .header-block .wrap {
  padding-top: 11em;
}
.item-caption-1 .header-block .wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  width: 37%;
  height: 13em;
  top: 5em;
  left: 30%;
}
.item-caption-1 .header-block .wrap > div,
.item-caption-1 .header-block .wrap > article,
.item-caption-1 .header-block .wrap > section,
.item-caption-1 .header-block .wrap > p,
.item-caption-1 .header-block .wrap > span,
.item-caption-1 .header-block .wrap > img,
.item-caption-1 .header-block .wrap > h1,
.item-caption-1 .header-block .wrap > h2,
.item-caption-1 .header-block .wrap > h3,
.item-caption-1 .header-block .wrap > h4,
.item-caption-1 .header-block .wrap > h5,
.item-caption-1 .header-block .wrap > h6 {
  position: relative;
  z-index: 2;
}
.item-caption-1 .header-block .wrap ul,
.item-caption-1 .header-block .wrap .list-1,
.item-caption-1 .header-block .wrap .list-2,
.item-caption-1 .header-block .wrap .list-3,
.item-caption-1 .header-block .wrap .list-4 {
  position: relative;
  z-index: 2;
}
.user-info-1 {
  width: 100%;
  float: left;
}
.user-info-1 .image {
  position: relative;
}
.user-info-1 .image .img {
  position: relative;
  z-index: 3;
}
.user-info-1 .image .img img {
  width: 100%;
}
.user-info-1 .image .img span {
  display: block;
  position: absolute;
  bottom: 1.5em;
  width: 60%;
  left: 20%;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.user-info-1 .image .img .fa {
  display: block;
  position: absolute;
  font-size: 12em;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.user-info-1 .image .img #user-set-image {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: .3em solid;
}
.user-info-1 .image .img #user-set-image img {
  width: 100%;
}
.user-info-1 .image .carousel {
  position: relative;
  z-index: 2;
}
.user-info-1 .image .carousel::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5em;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.user-info-1 .image .carousel .header {
  z-index: 2;
  position: relative;
  font-family: "Oswald";
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-left: 1.4em;
  padding-top: 3em;
  padding-bottom: 1em;
}
.user-info-1 .image .carousel .slider .item img {
  width: 100%;
}
.user-info-1 .image .rate {
  position: relative;
  z-index: 2;
}
.user-info-1 .image .rate ul {
  margin-left: 16.6666%;
}
.user-info-1 .image .rate ul li {
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  font-size: 1.6em;
  line-height: 3em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  font-family: "Raleway";
  font-weight: 300;
  color: #ffffff;
}
.user-info-1 .image .rate ul li a:hover {
  color: #101010 !important;
}
.user-info-1 .image .rate ul li.header {
  padding-left: 0em;
  padding-right: 1em;
  background-color: transparent;
}
.user-info-1 .image .user-info-panel {
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 4em;
  padding-top: 3em;
  padding-bottom: 3em;
}
.user-info-1 .image .user-info-panel .header {
  margin-right: 1em;
  margin-left: 1em;
}
.user-info-1 .image .user-info-panel .list-badges {
  margin-right: 2em;
  margin-left: 2em;
}
.user-info-1 .caption {
  position: relative;
}
.user-info-1 .caption .user-info-panel {
  padding-left: 2em;
  margin-top: 2em;
}
.user-info-1 .caption p {
  position: relative;
  z-index: 2;
}
.user-info-1 .caption .post {
  font-family: Oswald;
  color: #101010;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: .8em;
  margin-left: 1.4em;
}
.user-info-1 .caption .status {
  font-family: "Raleway";
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 2.4em;
  margin-left: 1.6em;
}
.user-info-1 .caption .status span {
  font-family: "Oswald";
  color: #333333;
  font-size: .8em;
  font-weight: 400;
}
.user-info-1 .caption .btn {
  margin-top: 4em;
  margin-bottom: 3em;
}
.user-info-1 .caption form {
  position: relative;
  z-index: 4;
}
.user-info-1 .caption input {
  background: none;
  border: 0 none;
  outline: none;
}
.user-info-1 .caption input:hover,
.user-info-1 .caption input:focus {
  outline: none;
}
.user-info-1 .caption input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.user-info-1 .caption input::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.user-info-1 .caption input:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.user-info-1 .caption input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.user-info-1 .caption .login-field {
  margin-bottom: 2em;
  margin-left: 2em;
}
.user-info-1 .caption .login-field label {
  display: inline-block;
  font-family: "Oswald";
  color: #101010;
  font-weight: 700;
  line-height: 1.2;
}
.user-info-1 .caption .login-field input {
  font-family: "Raleway";
  color: #cbcbcb;
  font-weight: 800;
  padding-left: .3em;
}
.user-info-1 .caption .login-field input::-webkit-input-placeholder {
  padding-top: .7em;
  font-size: .6em;
}
.user-info-1 .caption .login-field input::-moz-placeholder {
  padding-top: 1em;
  font-size: .6em;
}
.user-info-1 .caption .login-field input:-moz-placeholder {
  padding-top: 1em;
  font-size: .6em;
}
.user-info-1 .caption .login-field input:-ms-input-placeholder {
  padding-top: 1em;
  font-size: .6em;
}
.user-info-1 .caption .login-field p {
  position: relative;
  top: .1em;
  display: inline-block;
  font-family: "Raleway";
  color: #cbcbcb;
  font-weight: 800;
  line-height: 1.2;
  padding-left: .3em;
}
.user-info-1 .caption .login-field .edit {
  position: relative;
  top: -0.6em;
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  padding-left: .9em;
  cursor: pointer;
}
.user-info-1 .caption .g-address {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 2em;
  padding-bottom: 3em;
  margin-bottom: .3em;
  padding-right: 16.6666%;
  padding-left: 2em;
}
.user-info-1 .caption .g-address .location-field {
  background-color: rgba(16, 16, 16, 0.3);
  padding: 1em 1.4em;
}
.user-info-1 .caption .g-address .location-field label {
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  float: left;
}
.user-info-1 .caption .g-address .location-field input {
  display: block;
  color: #ffffff;
  font-weight: 400;
}
.user-info-1 .caption .g-address .location-field input::-webkit-input-placeholder {
  color: #cbcbcb;
}
.user-info-1 .caption .g-address .location-field input::-moz-placeholder {
  color: #cbcbcb;
}
.user-info-1 .caption .g-address .location-field input:-moz-placeholder {
  color: #cbcbcb;
}
.user-info-1 .caption .g-address .location-field input:-ms-input-placeholder {
  color: #cbcbcb;
}
.user-info-1 .caption .g-address .dl-horizontal {
  padding-top: 2em;
  display: block;
  width: 100%;
}
.user-info-1 .caption .g-address .dl-horizontal dt {
  padding-top: .18em;
}
.user-info-1 .caption .g-address .dl-horizontal input {
  font-size: 1.2em;
  width: 100%;
  color: #ffffff;
  font-family: "Oswald";
  font-weight: 400;
}
.user-info-1 .caption .g-address .dl-horizontal input::-webkit-input-placeholder {
  font-family: "Raleway";
  color: #101010;
}
.user-info-1 .caption .g-address .dl-horizontal input::-moz-placeholder {
  font-family: "Raleway";
  color: #101010;
}
.user-info-1 .caption .g-address .dl-horizontal input:-moz-placeholder {
  font-family: "Raleway";
  color: #101010;
}
.user-info-1 .caption .g-address .dl-horizontal input:-ms-input-placeholder {
  font-family: "Raleway";
  color: #101010;
}
.user-info-1 .caption .g-address .dl-horizontal dt,
.user-info-1 .caption .g-address .dl-horizontal dd {
  margin-bottom: .6em;
}
.user-info-1 .caption .field-info-1 {
  background-color: rgba(16, 16, 16, 0.5);
  width: 100%;
  margin-bottom: .3em;
  float: left;
  position: relative;
}
.user-info-1 .caption .field-info-1 label {
  font-family: "Oswald";
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  float: left;
}
.user-info-1 .caption .field-info-1 input {
  line-height: 1;
  color: #ffffff;
}
.user-info-1 .caption .field-info-1 input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: .8em;
  text-transform: none;
  padding-top: .2em;
}
.user-info-1 .caption .field-info-1 input::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: .8em;
  text-transform: none;
  padding-top: .2em;
}
.user-info-1 .caption .field-info-1 input:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: .8em;
  text-transform: none;
  padding-top: .2em;
}
.user-info-1 .caption .field-info-1 input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: .8em;
  text-transform: none;
  padding-top: .2em;
}
.user-info-1 .caption .field-info-1 .error {
  display: block;
  position: absolute;
  font-size: 1em;
  top: .2em;
  left: 1em;
  color: #ff0000;
  font-family: "Open Sans";
  font-weight: 400;
}
.user-info-1 .caption .field-info-1 a {
  display: block;
  position: absolute;
  text-transform: uppercase;
  font-family: "Open Sans";
  color: #ffffff;
}
.user-info-1 .caption .field-info-1 .edit {
  float: left;
  padding-top: .3em;
}
.user-info-1 .caption .field-info-2 {
  background-color: rgba(16, 16, 16, 0.5);
  width: 100%;
  margin-bottom: .3em;
  position: relative;
  float: left;
  z-index: 4;
}
.user-info-1 .caption .field-info-2 .label {
  padding: 0;
  font-family: "Oswald";
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  float: left;
}
.user-info-1 .caption .field-info-2 .label .badge {
  position: relative;
  top: -0.15em;
  font-family: "Open Sans";
  font-size: .8em;
  font-weight: 300;
  margin: 0;
  padding: .3em;
  margin-left: .5em;
  background-color: #101010;
  border-radius: .3em;
}
.user-info-1 .caption .field-info-2 .panel {
  background: none;
  border: 0 none;
  padding: 0;
  display: block;
  text-align: right;
  margin: 0;
}
.user-info-1 .caption .field-info-2 .panel a {
  text-transform: uppercase;
  font-family: "Open Sans";
  color: #ffffff;
  margin-left: 1em;
}
.user-info-1 .caption .field-item-info {
  width: 100%;
  margin-bottom: .3em;
  float: left;
  position: relative;
  z-index: 4;
}
.user-info-1 .caption .field-item-info .box {
  width: 12em;
  height: 12em;
  background-color: rgba(16, 16, 16, 0.2);
  float: left;
  margin-right: .3em;
}
.user-info-1 .caption .field-item-info .box:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}
.user-info-1 .caption .field-item-info .box .header {
  display: block;
  font-family: "Oswald";
  font-size: 1.2em;
  color: #101010;
  text-transform: uppercase;
  padding-top: 1.2em;
  padding-left: 1.6em;
  font-weight: 300;
}
.user-info-1 .caption .field-item-info .box .view {
  padding-top: .6em;
  display: block;
  text-align: center;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: 300;
  font-size: 2em;
}
.user-info-1 .caption .social-links {
  padding: 2em 2em 3em 2em;
  margin-bottom: .3em;
  background-color: rgba(255, 255, 255, 0.1);
}
.user-info-1 .caption .social-links .header {
  display: inline-block;
  font-family: "Oswald";
  color: #101010;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.6em;
}
.user-info-1 .caption .social-links ul {
  width: 90%;
}
.user-info-1 .caption .social-links ul li {
  width: 100%;
  padding-left: 4em;
  position: relative;
}
.user-info-1 .caption .social-links ul li i {
  display: block;
  position: absolute;
  left: .1em;
  top: 0;
  color: #ffffff;
}
.user-info-1 .caption .social-links ul input {
  width: 100%;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: 400;
}
.user-info-1 .caption .social-links ul input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: .8em;
  text-transform: none;
}
.user-info-1 .caption .social-links ul input::-moz-placeholder {
  color: #ffffff;
  font-size: .8em;
  text-transform: none;
}
.user-info-1 .caption .social-links ul input:-moz-placeholder {
  color: #ffffff;
  font-size: .8em;
  text-transform: none;
}
.user-info-1 .caption .social-links ul input:-ms-input-placeholder {
  color: #ffffff;
  font-size: .8em;
  text-transform: none;
}
.user-info-1 .caption .submit-btn {
  padding: 1em 2em;
}
.user-info-1 .caption .submit-btn .btn {
  margin-top: 1em;
  margin-bottom: 1em;
}
.user-skill {
  padding-top: 3em;
  padding-bottom: 4em;
  float: left;
  width: 100%;
  position: relative;
  z-index: 4;
}
.user-skill .header {
  font-family: "Raleway";
  font-weight: 300;
  color: #fafafa;
  padding-bottom: 1em;
}
.user-skill .item {
  position: relative;
  height: 240px;
  margin-bottom: 50px;
}
.user-skill .item .caption {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 220px;
  height: 220px;
}
.user-skill .item .caption p {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 1.4em;
  font-family: "Raleway";
  font-weight: 300;
  bottom: -50px;
}
.user-skill .item .caption i {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 6em;
  text-align: center;
  opacity: .8;
}
.user-skill .item .caption .percent {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Raleway";
  color: #cbcbcb;
  font-weight: 900;
  line-height: 1;
}
.user-skill .item .caption .percent::after {
  content: "%";
}
.user-bottom-info-1 {
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 12em;
  margin-bottom: -6.8em;
}
.user-bottom-info-1 .row > div {
  position: relative;
  z-index: 4;
}
.user-bottom-info-1::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.user-bottom-info-1 .left,
.user-bottom-info-1 .right {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: rgba(255, 255, 255, 0.1);
}
.user-bottom-info-1 .left {
  padding-left: 8.3333%;
  padding-right: 2em;
}
.user-bottom-info-1 .right {
  padding-right: 8.3333%;
  padding-left: 2em;
}
.user-bottom-info-1 .bottom {
  padding-top: 2em;
}
.user-info-panel {
  position: relative;
  width: 100%;
  float: left;
  z-index: 4;
}
.user-info-panel .header {
  font-family: "Oswald";
  color: #101010;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.4em;
}
.user-info-panel .dl-horizontal dt {
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 700;
  line-height: 2;
}
.user-info-panel .dl-horizontal dd {
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 400;
  line-height: 2;
}
.user-info-panel .dl-horizontal dd a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.user-info-panel .dl-horizontal dd a:hover,
.user-info-panel .dl-horizontal dd a:focus {
  color: #cbcbcb;
}
.user-info-panel .list-badges i {
  font-size: 3em;
  margin-right: .6em;
  margin-bottom: .6em;
}
.user-about {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 4em;
  padding-bottom: 4em;
}
.user-about::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -16.6666%;
  width: 16.6666%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.2);
}
.user-about::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.2);
}
.user-about p {
  color: #ffffff;
  margin-left: 1.8em;
  margin-right: 16.6666%;
  line-height: 1.8;
  position: relative;
  z-index: 3;
}
.user-about p label {
  font-family: "Oswald";
  text-transform: uppercase;
  display: block;
  padding-bottom: 1.6em;
}
.user-about .share {
  display: block;
  width: 100%;
  float: left;
  margin-top: 4em;
  position: relative;
  z-index: 3;
}
.user-about .share li {
  float: left;
  width: 16.6666%;
  position: relative;
  font-size: 1.4em;
}
.user-about .share li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.user-about .share li:nth-child(3n+1)::after {
  opacity: .9;
}
.user-about .share li:nth-child(3n+2)::after {
  opacity: .7;
}
.user-about .share li:nth-child(3n+3)::after {
  opacity: .8;
}
.user-about .share li a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 4.8em;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.user-about .share li a:hover,
.user-about .share li a:focus {
  color: #666666;
}
.user-about textarea {
  background: none;
  border: 0 none;
  width: 100%;
  outline: none;
}
.parallax-wrapper {
  position: relative;
  width: 100%;
}
label {
  margin: 0;
}
.minimize .minimize-button {
  display: none;
}
@media (max-width: 540px) {
  .minimize .minimize-button {
    display: block;
  }
}
@font-face {
  font-family: 'Linearicons';
  src: url('../fonts/Linearicons-Free.eot?w118d');
  src: url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'), url('../fonts/Linearicons-Free.woff?w118d') format('woff'), url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'), url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'fontello';
        src: url('../font/fontello.svg?21397816#fontello') format('svg');
    }
}
*/
[class^="icon-"] {
  display: inline-block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-crown:before {
  content: '\e800';
}
/* '' */
.icon-ie:before {
  content: '\e801';
}
/* '' */
.icon-opera:before {
  content: '\e802';
}
/* '' */
.icon-chrome:before {
  content: '\e803';
}
/* '' */
.icon-firefox:before {
  content: '\e804';
}
/* '' */
.icon-spin5:before {
  content: '\e805';
}
/* '' */
.icon-spin4:before {
  content: '\e806';
}
/* '' */
.icon-spin3:before {
  content: '\e807';
}
/* '' */
.icon-spin6:before {
  content: '\e808';
}
/* '' */
.icon-spin2:before {
  content: '\e809';
}
/* '' */
.icon-spin1:before {
  content: '\e80a';
}
/* '' */
.icon-emo-happy:before {
  content: '\e80b';
}
/* '' */
.icon-emo-wink:before {
  content: '\e80c';
}
/* '' */
.icon-emo-wink2:before {
  content: '\e80d';
}
/* '' */
.icon-emo-unhappy:before {
  content: '\e80e';
}
/* '' */
.icon-emo-sleep:before {
  content: '\e80f';
}
/* '' */
.icon-emo-thumbsup:before {
  content: '\e810';
}
/* '' */
.icon-emo-devil:before {
  content: '\e811';
}
/* '' */
.icon-emo-surprised:before {
  content: '\e812';
}
/* '' */
.icon-emo-tongue:before {
  content: '\e813';
}
/* '' */
.icon-emo-coffee:before {
  content: '\e814';
}
/* '' */
.icon-emo-sunglasses:before {
  content: '\e815';
}
/* '' */
.icon-emo-displeased:before {
  content: '\e816';
}
/* '' */
.icon-emo-beer:before {
  content: '\e817';
}
/* '' */
.icon-emo-grin:before {
  content: '\e818';
}
/* '' */
.icon-emo-angry:before {
  content: '\e819';
}
/* '' */
.icon-emo-saint:before {
  content: '\e81a';
}
/* '' */
.icon-emo-cry:before {
  content: '\e81b';
}
/* '' */
.icon-emo-shoot:before {
  content: '\e81c';
}
/* '' */
.icon-emo-squint:before {
  content: '\e81d';
}
/* '' */
.icon-emo-laugh:before {
  content: '\e81e';
}
/* '' */
.icon-marquee:before {
  content: '\e81f';
}
/* '' */
.icon-crown-plus:before {
  content: '\e820';
}
/* '' */
.icon-crown-minus:before {
  content: '\e821';
}
/* '' */
.icon-glass:before {
  content: '\e822';
}
/* '' */
.icon-music:before {
  content: '\e823';
}
/* '' */
.icon-search:before {
  content: '\e824';
}
/* '' */
.icon-mail:before {
  content: '\e825';
}
/* '' */
.icon-mail-alt:before {
  content: '\e826';
}
/* '' */
.icon-mail-squared:before {
  content: '\e827';
}
/* '' */
.icon-heart:before {
  content: '\e828';
}
/* '' */
.icon-heart-empty:before {
  content: '\e829';
}
/* '' */
.icon-star:before {
  content: '\e82a';
}
/* '' */
.icon-star-empty:before {
  content: '\e82b';
}
/* '' */
.icon-star-half:before {
  content: '\e82c';
}
/* '' */
.icon-star-half-alt:before {
  content: '\e82d';
}
/* '' */
.icon-user:before {
  content: '\e82e';
}
/* '' */
.icon-users:before {
  content: '\e82f';
}
/* '' */
.icon-male:before {
  content: '\e830';
}
/* '' */
.icon-female:before {
  content: '\e831';
}
/* '' */
.icon-child:before {
  content: '\e832';
}
/* '' */
.icon-video:before {
  content: '\e833';
}
/* '' */
.icon-videocam:before {
  content: '\e834';
}
/* '' */
.icon-picture:before {
  content: '\e835';
}
/* '' */
.icon-camera:before {
  content: '\e836';
}
/* '' */
.icon-camera-alt:before {
  content: '\e837';
}
/* '' */
.icon-th-large:before {
  content: '\e838';
}
/* '' */
.icon-th:before {
  content: '\e839';
}
/* '' */
.icon-th-list:before {
  content: '\e83a';
}
/* '' */
.icon-ok:before {
  content: '\e83b';
}
/* '' */
.icon-ok-circled:before {
  content: '\e83c';
}
/* '' */
.icon-ok-circled2:before {
  content: '\e83d';
}
/* '' */
.icon-ok-squared:before {
  content: '\e83e';
}
/* '' */
.icon-cancel:before {
  content: '\e83f';
}
/* '' */
.icon-cancel-circled:before {
  content: '\e840';
}
/* '' */
.icon-cancel-circled2:before {
  content: '\e841';
}
/* '' */
.icon-plus:before {
  content: '\e842';
}
/* '' */
.icon-plus-circled:before {
  content: '\e843';
}
/* '' */
.icon-plus-squared:before {
  content: '\e844';
}
/* '' */
.icon-plus-squared-alt:before {
  content: '\e845';
}
/* '' */
.icon-minus:before {
  content: '\e846';
}
/* '' */
.icon-minus-circled:before {
  content: '\e847';
}
/* '' */
.icon-minus-squared:before {
  content: '\e848';
}
/* '' */
.icon-minus-squared-alt:before {
  content: '\e849';
}
/* '' */
.icon-help:before {
  content: '\e84a';
}
/* '' */
.icon-help-circled:before {
  content: '\e84b';
}
/* '' */
.icon-info-circled:before {
  content: '\e84c';
}
/* '' */
.icon-info:before {
  content: '\e84d';
}
/* '' */
.icon-home:before {
  content: '\e84e';
}
/* '' */
.icon-link:before {
  content: '\e84f';
}
/* '' */
.icon-unlink:before {
  content: '\e850';
}
/* '' */
.icon-link-ext:before {
  content: '\e851';
}
/* '' */
.icon-link-ext-alt:before {
  content: '\e852';
}
/* '' */
.icon-attach:before {
  content: '\e853';
}
/* '' */
.icon-lock:before {
  content: '\e854';
}
/* '' */
.icon-lock-open:before {
  content: '\e855';
}
/* '' */
.icon-lock-open-alt:before {
  content: '\e856';
}
/* '' */
.icon-pin:before {
  content: '\e857';
}
/* '' */
.icon-eye:before {
  content: '\e858';
}
/* '' */
.icon-eye-off:before {
  content: '\e859';
}
/* '' */
.icon-tag:before {
  content: '\e85a';
}
/* '' */
.icon-tags:before {
  content: '\e85b';
}
/* '' */
.icon-bookmark:before {
  content: '\e85c';
}
/* '' */
.icon-bookmark-empty:before {
  content: '\e85d';
}
/* '' */
.icon-flag:before {
  content: '\e85e';
}
/* '' */
.icon-flag-empty:before {
  content: '\e85f';
}
/* '' */
.icon-flag-checkered:before {
  content: '\e860';
}
/* '' */
.icon-thumbs-up:before {
  content: '\e861';
}
/* '' */
.icon-thumbs-down:before {
  content: '\e862';
}
/* '' */
.icon-thumbs-up-alt:before {
  content: '\e863';
}
/* '' */
.icon-thumbs-down-alt:before {
  content: '\e864';
}
/* '' */
.icon-download:before {
  content: '\e865';
}
/* '' */
.icon-upload:before {
  content: '\e866';
}
/* '' */
.icon-download-cloud:before {
  content: '\e867';
}
/* '' */
.icon-upload-cloud:before {
  content: '\e868';
}
/* '' */
.icon-reply:before {
  content: '\e869';
}
/* '' */
.icon-reply-all:before {
  content: '\e86a';
}
/* '' */
.icon-forward:before {
  content: '\e86b';
}
/* '' */
.icon-quote-left:before {
  content: '\e86c';
}
/* '' */
.icon-quote-right:before {
  content: '\e86d';
}
/* '' */
.icon-code:before {
  content: '\e86e';
}
/* '' */
.icon-export:before {
  content: '\e86f';
}
/* '' */
.icon-export-alt:before {
  content: '\e870';
}
/* '' */
.icon-share:before {
  content: '\e871';
}
/* '' */
.icon-share-squared:before {
  content: '\e872';
}
/* '' */
.icon-pencil:before {
  content: '\e873';
}
/* '' */
.icon-pencil-squared:before {
  content: '\e874';
}
/* '' */
.icon-edit:before {
  content: '\e875';
}
/* '' */
.icon-print:before {
  content: '\e876';
}
/* '' */
.icon-retweet:before {
  content: '\e877';
}
/* '' */
.icon-keyboard:before {
  content: '\e878';
}
/* '' */
.icon-gamepad:before {
  content: '\e879';
}
/* '' */
.icon-comment:before {
  content: '\e87a';
}
/* '' */
.icon-chat:before {
  content: '\e87b';
}
/* '' */
.icon-comment-empty:before {
  content: '\e87c';
}
/* '' */
.icon-chat-empty:before {
  content: '\e87d';
}
/* '' */
.icon-bell:before {
  content: '\e87e';
}
/* '' */
.icon-bell-alt:before {
  content: '\e87f';
}
/* '' */
.icon-bell-off:before {
  content: '\e880';
}
/* '' */
.icon-bell-off-empty:before {
  content: '\e881';
}
/* '' */
.icon-attention-alt:before {
  content: '\e882';
}
/* '' */
.icon-attention:before {
  content: '\e883';
}
/* '' */
.icon-attention-circled:before {
  content: '\e884';
}
/* '' */
.icon-location:before {
  content: '\e885';
}
/* '' */
.icon-direction:before {
  content: '\e886';
}
/* '' */
.icon-compass:before {
  content: '\e887';
}
/* '' */
.icon-trash:before {
  content: '\e888';
}
/* '' */
.icon-trash-empty:before {
  content: '\e889';
}
/* '' */
.icon-doc:before {
  content: '\e88a';
}
/* '' */
.icon-docs:before {
  content: '\e88b';
}
/* '' */
.icon-doc-text:before {
  content: '\e88c';
}
/* '' */
.icon-doc-inv:before {
  content: '\e88d';
}
/* '' */
.icon-doc-text-inv:before {
  content: '\e88e';
}
/* '' */
.icon-file-pdf:before {
  content: '\e88f';
}
/* '' */
.icon-file-word:before {
  content: '\e890';
}
/* '' */
.icon-file-excel:before {
  content: '\e891';
}
/* '' */
.icon-file-powerpoint:before {
  content: '\e892';
}
/* '' */
.icon-file-image:before {
  content: '\e893';
}
/* '' */
.icon-file-archive:before {
  content: '\e894';
}
/* '' */
.icon-file-audio:before {
  content: '\e895';
}
/* '' */
.icon-file-video:before {
  content: '\e896';
}
/* '' */
.icon-file-code:before {
  content: '\e897';
}
/* '' */
.icon-folder:before {
  content: '\e898';
}
/* '' */
.icon-folder-open:before {
  content: '\e899';
}
/* '' */
.icon-folder-empty:before {
  content: '\e89a';
}
/* '' */
.icon-folder-open-empty:before {
  content: '\e89b';
}
/* '' */
.icon-box:before {
  content: '\e89c';
}
/* '' */
.icon-rss:before {
  content: '\e89d';
}
/* '' */
.icon-rss-squared:before {
  content: '\e89e';
}
/* '' */
.icon-phone:before {
  content: '\e89f';
}
/* '' */
.icon-phone-squared:before {
  content: '\e8a0';
}
/* '' */
.icon-fax:before {
  content: '\e8a1';
}
/* '' */
.icon-menu:before {
  content: '\e8a2';
}
/* '' */
.icon-cog:before {
  content: '\e8a3';
}
/* '' */
.icon-cog-alt:before {
  content: '\e8a4';
}
/* '' */
.icon-wrench:before {
  content: '\e8a5';
}
/* '' */
.icon-sliders:before {
  content: '\e8a6';
}
/* '' */
.icon-basket:before {
  content: '\e8a7';
}
/* '' */
.icon-calendar:before {
  content: '\e8a8';
}
/* '' */
.icon-calendar-empty:before {
  content: '\e8a9';
}
/* '' */
.icon-login:before {
  content: '\e8aa';
}
/* '' */
.icon-logout:before {
  content: '\e8ab';
}
/* '' */
.icon-mic:before {
  content: '\e8ac';
}
/* '' */
.icon-mute:before {
  content: '\e8ad';
}
/* '' */
.icon-volume-off:before {
  content: '\e8ae';
}
/* '' */
.icon-volume-down:before {
  content: '\e8af';
}
/* '' */
.icon-volume-up:before {
  content: '\e8b0';
}
/* '' */
.icon-headphones:before {
  content: '\e8b1';
}
/* '' */
.icon-clock:before {
  content: '\e8b2';
}
/* '' */
.icon-lightbulb:before {
  content: '\e8b3';
}
/* '' */
.icon-block:before {
  content: '\e8b4';
}
/* '' */
.icon-resize-full:before {
  content: '\e8b5';
}
/* '' */
.icon-resize-full-alt:before {
  content: '\e8b6';
}
/* '' */
.icon-resize-small:before {
  content: '\e8b7';
}
/* '' */
.icon-resize-vertical:before {
  content: '\e8b8';
}
/* '' */
.icon-resize-horizontal:before {
  content: '\e8b9';
}
/* '' */
.icon-move:before {
  content: '\e8ba';
}
/* '' */
.icon-zoom-in:before {
  content: '\e8bb';
}
/* '' */
.icon-zoom-out:before {
  content: '\e8bc';
}
/* '' */
.icon-down-circled2:before {
  content: '\e8bd';
}
/* '' */
.icon-up-circled2:before {
  content: '\e8be';
}
/* '' */
.icon-left-circled2:before {
  content: '\e8bf';
}
/* '' */
.icon-right-circled2:before {
  content: '\e8c0';
}
/* '' */
.icon-down-dir:before {
  content: '\e8c1';
}
/* '' */
.icon-up-dir:before {
  content: '\e8c2';
}
/* '' */
.icon-left-dir:before {
  content: '\e8c3';
}
/* '' */
.icon-right-dir:before {
  content: '\e8c4';
}
/* '' */
.icon-down-open:before {
  content: '\e8c5';
}
/* '' */
.icon-left-open:before {
  content: '\e8c6';
}
/* '' */
.icon-right-open:before {
  content: '\e8c7';
}
/* '' */
.icon-up-open:before {
  content: '\e8c8';
}
/* '' */
.icon-angle-left:before {
  content: '\e8c9';
}
/* '' */
.icon-angle-right:before {
  content: '\e8ca';
}
/* '' */
.icon-angle-up:before {
  content: '\e8cb';
}
/* '' */
.icon-angle-down:before {
  content: '\e8cc';
}
/* '' */
.icon-angle-circled-left:before {
  content: '\e8cd';
}
/* '' */
.icon-angle-circled-right:before {
  content: '\e8ce';
}
/* '' */
.icon-angle-circled-up:before {
  content: '\e8cf';
}
/* '' */
.icon-angle-circled-down:before {
  content: '\e8d0';
}
/* '' */
.icon-angle-double-left:before {
  content: '\e8d1';
}
/* '' */
.icon-angle-double-right:before {
  content: '\e8d2';
}
/* '' */
.icon-angle-double-up:before {
  content: '\e8d3';
}
/* '' */
.icon-angle-double-down:before {
  content: '\e8d4';
}
/* '' */
.icon-down:before {
  content: '\e8d5';
}
/* '' */
.icon-left:before {
  content: '\e8d6';
}
/* '' */
.icon-right:before {
  content: '\e8d7';
}
/* '' */
.icon-up:before {
  content: '\e8d8';
}
/* '' */
.icon-down-big:before {
  content: '\e8d9';
}
/* '' */
.icon-left-big:before {
  content: '\e8da';
}
/* '' */
.icon-right-big:before {
  content: '\e8db';
}
/* '' */
.icon-up-big:before {
  content: '\e8dc';
}
/* '' */
.icon-right-hand:before {
  content: '\e8dd';
}
/* '' */
.icon-left-hand:before {
  content: '\e8de';
}
/* '' */
.icon-up-hand:before {
  content: '\e8df';
}
/* '' */
.icon-down-hand:before {
  content: '\e8e0';
}
/* '' */
.icon-left-circled:before {
  content: '\e8e1';
}
/* '' */
.icon-right-circled:before {
  content: '\e8e2';
}
/* '' */
.icon-up-circled:before {
  content: '\e8e3';
}
/* '' */
.icon-down-circled:before {
  content: '\e8e4';
}
/* '' */
.icon-cw:before {
  content: '\e8e5';
}
/* '' */
.icon-ccw:before {
  content: '\e8e6';
}
/* '' */
.icon-arrows-cw:before {
  content: '\e8e7';
}
/* '' */
.icon-level-up:before {
  content: '\e8e8';
}
/* '' */
.icon-level-down:before {
  content: '\e8e9';
}
/* '' */
.icon-shuffle:before {
  content: '\e8ea';
}
/* '' */
.icon-exchange:before {
  content: '\e8eb';
}
/* '' */
.icon-history:before {
  content: '\e8ec';
}
/* '' */
.icon-expand:before {
  content: '\e8ed';
}
/* '' */
.icon-collapse:before {
  content: '\e8ee';
}
/* '' */
.icon-expand-right:before {
  content: '\e8ef';
}
/* '' */
.icon-collapse-left:before {
  content: '\e8f0';
}
/* '' */
.icon-play:before {
  content: '\e8f1';
}
/* '' */
.icon-play-circled:before {
  content: '\e8f2';
}
/* '' */
.icon-play-circled2:before {
  content: '\e8f3';
}
/* '' */
.icon-stop:before {
  content: '\e8f4';
}
/* '' */
.icon-pause:before {
  content: '\e8f5';
}
/* '' */
.icon-to-end:before {
  content: '\e8f6';
}
/* '' */
.icon-to-end-alt:before {
  content: '\e8f7';
}
/* '' */
.icon-to-start:before {
  content: '\e8f8';
}
/* '' */
.icon-to-start-alt:before {
  content: '\e8f9';
}
/* '' */
.icon-fast-fw:before {
  content: '\e8fa';
}
/* '' */
.icon-fast-bw:before {
  content: '\e8fb';
}
/* '' */
.icon-eject:before {
  content: '\e8fc';
}
/* '' */
.icon-target:before {
  content: '\e8fd';
}
/* '' */
.icon-signal:before {
  content: '\e8fe';
}
/* '' */
.icon-wifi:before {
  content: '\e8ff';
}
/* '' */
.icon-award:before {
  content: '\e900';
}
/* '' */
.icon-desktop:before {
  content: '\e901';
}
/* '' */
.icon-laptop:before {
  content: '\e902';
}
/* '' */
.icon-tablet:before {
  content: '\e903';
}
/* '' */
.icon-mobile:before {
  content: '\e904';
}
/* '' */
.icon-inbox:before {
  content: '\e905';
}
/* '' */
.icon-globe:before {
  content: '\e906';
}
/* '' */
.icon-sun:before {
  content: '\e907';
}
/* '' */
.icon-cloud:before {
  content: '\e908';
}
/* '' */
.icon-flash:before {
  content: '\e909';
}
/* '' */
.icon-moon:before {
  content: '\e90a';
}
/* '' */
.icon-umbrella:before {
  content: '\e90b';
}
/* '' */
.icon-flight:before {
  content: '\e90c';
}
/* '' */
.icon-fighter-jet:before {
  content: '\e90d';
}
/* '' */
.icon-paper-plane:before {
  content: '\e90e';
}
/* '' */
.icon-paper-plane-empty:before {
  content: '\e90f';
}
/* '' */
.icon-space-shuttle:before {
  content: '\e910';
}
/* '' */
.icon-leaf:before {
  content: '\e911';
}
/* '' */
.icon-font:before {
  content: '\e912';
}
/* '' */
.icon-bold:before {
  content: '\e913';
}
/* '' */
.icon-italic:before {
  content: '\e914';
}
/* '' */
.icon-header:before {
  content: '\e915';
}
/* '' */
.icon-paragraph:before {
  content: '\e916';
}
/* '' */
.icon-text-height:before {
  content: '\e917';
}
/* '' */
.icon-text-width:before {
  content: '\e918';
}
/* '' */
.icon-align-left:before {
  content: '\e919';
}
/* '' */
.icon-align-center:before {
  content: '\e91a';
}
/* '' */
.icon-align-right:before {
  content: '\e91b';
}
/* '' */
.icon-align-justify:before {
  content: '\e91c';
}
/* '' */
.icon-list:before {
  content: '\e91d';
}
/* '' */
.icon-indent-left:before {
  content: '\e91e';
}
/* '' */
.icon-indent-right:before {
  content: '\e91f';
}
/* '' */
.icon-list-bullet:before {
  content: '\e920';
}
/* '' */
.icon-list-numbered:before {
  content: '\e921';
}
/* '' */
.icon-strike:before {
  content: '\e922';
}
/* '' */
.icon-underline:before {
  content: '\e923';
}
/* '' */
.icon-superscript:before {
  content: '\e924';
}
/* '' */
.icon-subscript:before {
  content: '\e925';
}
/* '' */
.icon-table:before {
  content: '\e926';
}
/* '' */
.icon-columns:before {
  content: '\e927';
}
/* '' */
.icon-crop:before {
  content: '\e928';
}
/* '' */
.icon-scissors:before {
  content: '\e929';
}
/* '' */
.icon-paste:before {
  content: '\e92a';
}
/* '' */
.icon-briefcase:before {
  content: '\e92b';
}
/* '' */
.icon-suitcase:before {
  content: '\e92c';
}
/* '' */
.icon-ellipsis:before {
  content: '\e92d';
}
/* '' */
.icon-ellipsis-vert:before {
  content: '\e92e';
}
/* '' */
.icon-off:before {
  content: '\e92f';
}
/* '' */
.icon-road:before {
  content: '\e930';
}
/* '' */
.icon-list-alt:before {
  content: '\e931';
}
/* '' */
.icon-qrcode:before {
  content: '\e932';
}
/* '' */
.icon-barcode:before {
  content: '\e933';
}
/* '' */
.icon-book:before {
  content: '\e934';
}
/* '' */
.icon-ajust:before {
  content: '\e935';
}
/* '' */
.icon-tint:before {
  content: '\e936';
}
/* '' */
.icon-toggle-off:before {
  content: '\e937';
}
/* '' */
.icon-toggle-on:before {
  content: '\e938';
}
/* '' */
.icon-check:before {
  content: '\e939';
}
/* '' */
.icon-check-empty:before {
  content: '\e93a';
}
/* '' */
.icon-circle:before {
  content: '\e93b';
}
/* '' */
.icon-circle-empty:before {
  content: '\e93c';
}
/* '' */
.icon-circle-thin:before {
  content: '\e93d';
}
/* '' */
.icon-circle-notch:before {
  content: '\e93e';
}
/* '' */
.icon-dot-circled:before {
  content: '\e93f';
}
/* '' */
.icon-asterisk:before {
  content: '\e940';
}
/* '' */
.icon-gift:before {
  content: '\e941';
}
/* '' */
.icon-fire:before {
  content: '\e942';
}
/* '' */
.icon-magnet:before {
  content: '\e943';
}
/* '' */
.icon-chart-bar:before {
  content: '\e944';
}
/* '' */
.icon-chart-area:before {
  content: '\e945';
}
/* '' */
.icon-chart-pie:before {
  content: '\e946';
}
/* '' */
.icon-chart-line:before {
  content: '\e947';
}
/* '' */
.icon-ticket:before {
  content: '\e948';
}
/* '' */
.icon-credit-card:before {
  content: '\e949';
}
/* '' */
.icon-floppy:before {
  content: '\e94a';
}
/* '' */
.icon-megaphone:before {
  content: '\e94b';
}
/* '' */
.icon-hdd:before {
  content: '\e94c';
}
/* '' */
.icon-key:before {
  content: '\e94d';
}
/* '' */
.icon-fork:before {
  content: '\e94e';
}
/* '' */
.icon-rocket:before {
  content: '\e94f';
}
/* '' */
.icon-bug:before {
  content: '\e950';
}
/* '' */
.icon-certificate:before {
  content: '\e951';
}
/* '' */
.icon-tasks:before {
  content: '\e952';
}
/* '' */
.icon-filter:before {
  content: '\e953';
}
/* '' */
.icon-beaker:before {
  content: '\e954';
}
/* '' */
.icon-magic:before {
  content: '\e955';
}
/* '' */
.icon-cab:before {
  content: '\e956';
}
/* '' */
.icon-taxi:before {
  content: '\e957';
}
/* '' */
.icon-truck:before {
  content: '\e958';
}
/* '' */
.icon-bus:before {
  content: '\e959';
}
/* '' */
.icon-bicycle:before {
  content: '\e95a';
}
/* '' */
.icon-money:before {
  content: '\e95b';
}
/* '' */
.icon-euro:before {
  content: '\e95c';
}
/* '' */
.icon-pound:before {
  content: '\e95d';
}
/* '' */
.icon-dollar:before {
  content: '\e95e';
}
/* '' */
.icon-rupee:before {
  content: '\e95f';
}
/* '' */
.icon-yen:before {
  content: '\e960';
}
/* '' */
.icon-rouble:before {
  content: '\e961';
}
/* '' */
.icon-shekel:before {
  content: '\e962';
}
/* '' */
.icon-try:before {
  content: '\e963';
}
/* '' */
.icon-won:before {
  content: '\e964';
}
/* '' */
.icon-bitcoin:before {
  content: '\e965';
}
/* '' */
.icon-sort:before {
  content: '\e966';
}
/* '' */
.icon-sort-down:before {
  content: '\e967';
}
/* '' */
.icon-sort-up:before {
  content: '\e968';
}
/* '' */
.icon-sort-alt-up:before {
  content: '\e969';
}
/* '' */
.icon-sort-alt-down:before {
  content: '\e96a';
}
/* '' */
.icon-sort-name-up:before {
  content: '\e96b';
}
/* '' */
.icon-sort-name-down:before {
  content: '\e96c';
}
/* '' */
.icon-sort-number-up:before {
  content: '\e96d';
}
/* '' */
.icon-sort-number-down:before {
  content: '\e96e';
}
/* '' */
.icon-hammer:before {
  content: '\e96f';
}
/* '' */
.icon-gauge:before {
  content: '\e970';
}
/* '' */
.icon-sitemap:before {
  content: '\e971';
}
/* '' */
.icon-spinner:before {
  content: '\e972';
}
/* '' */
.icon-coffee:before {
  content: '\e973';
}
/* '' */
.icon-food:before {
  content: '\e974';
}
/* '' */
.icon-beer:before {
  content: '\e975';
}
/* '' */
.icon-user-md:before {
  content: '\e976';
}
/* '' */
.icon-stethoscope:before {
  content: '\e977';
}
/* '' */
.icon-ambulance:before {
  content: '\e978';
}
/* '' */
.icon-medkit:before {
  content: '\e979';
}
/* '' */
.icon-h-sigh:before {
  content: '\e97a';
}
/* '' */
.icon-hospital:before {
  content: '\e97b';
}
/* '' */
.icon-building:before {
  content: '\e97c';
}
/* '' */
.icon-building-filled:before {
  content: '\e97d';
}
/* '' */
.icon-bank:before {
  content: '\e97e';
}
/* '' */
.icon-smile:before {
  content: '\e97f';
}
/* '' */
.icon-frown:before {
  content: '\e980';
}
/* '' */
.icon-meh:before {
  content: '\e981';
}
/* '' */
.icon-anchor:before {
  content: '\e982';
}
/* '' */
.icon-terminal:before {
  content: '\e983';
}
/* '' */
.icon-eraser:before {
  content: '\e984';
}
/* '' */
.icon-puzzle:before {
  content: '\e985';
}
/* '' */
.icon-shield:before {
  content: '\e986';
}
/* '' */
.icon-extinguisher:before {
  content: '\e987';
}
/* '' */
.icon-bullseye:before {
  content: '\e988';
}
/* '' */
.icon-wheelchair:before {
  content: '\e989';
}
/* '' */
.icon-language:before {
  content: '\e98a';
}
/* '' */
.icon-graduation-cap:before {
  content: '\e98b';
}
/* '' */
.icon-paw:before {
  content: '\e98c';
}
/* '' */
.icon-spoon:before {
  content: '\e98d';
}
/* '' */
.icon-cube:before {
  content: '\e98e';
}
/* '' */
.icon-cubes:before {
  content: '\e98f';
}
/* '' */
.icon-recycle:before {
  content: '\e990';
}
/* '' */
.icon-tree:before {
  content: '\e991';
}
/* '' */
.icon-database:before {
  content: '\e992';
}
/* '' */
.icon-lifebuoy:before {
  content: '\e993';
}
/* '' */
.icon-rebel:before {
  content: '\e994';
}
/* '' */
.icon-empire:before {
  content: '\e995';
}
/* '' */
.icon-bomb:before {
  content: '\e996';
}
/* '' */
.icon-soccer-ball:before {
  content: '\e997';
}
/* '' */
.icon-tty:before {
  content: '\e998';
}
/* '' */
.icon-binoculars:before {
  content: '\e999';
}
/* '' */
.icon-plug:before {
  content: '\e99a';
}
/* '' */
.icon-newspaper:before {
  content: '\e99b';
}
/* '' */
.icon-calc:before {
  content: '\e99c';
}
/* '' */
.icon-copyright:before {
  content: '\e99d';
}
/* '' */
.icon-at:before {
  content: '\e99e';
}
/* '' */
.icon-eyedropper:before {
  content: '\e99f';
}
/* '' */
.icon-brush:before {
  content: '\e9a0';
}
/* '' */
.icon-birthday:before {
  content: '\e9a1';
}
/* '' */
.icon-cc-visa:before {
  content: '\e9a2';
}
/* '' */
.icon-cc-mastercard:before {
  content: '\e9a3';
}
/* '' */
.icon-cc-discover:before {
  content: '\e9a4';
}
/* '' */
.icon-cc-amex:before {
  content: '\e9a5';
}
/* '' */
.icon-cc-paypal:before {
  content: '\e9a6';
}
/* '' */
.icon-cc-stripe:before {
  content: '\e9a7';
}
/* '' */
.icon-adn:before {
  content: '\e9a8';
}
/* '' */
.icon-android:before {
  content: '\e9a9';
}
/* '' */
.icon-angellist:before {
  content: '\e9aa';
}
/* '' */
.icon-apple:before {
  content: '\e9ab';
}
/* '' */
.icon-behance:before {
  content: '\e9ac';
}
/* '' */
.icon-behance-squared:before {
  content: '\e9ad';
}
/* '' */
.icon-bitbucket:before {
  content: '\e9ae';
}
/* '' */
.icon-bitbucket-squared:before {
  content: '\e9af';
}
/* '' */
.icon-cc:before {
  content: '\e9b0';
}
/* '' */
.icon-codeopen:before {
  content: '\e9b1';
}
/* '' */
.icon-css3:before {
  content: '\e9b2';
}
/* '' */
.icon-delicious:before {
  content: '\e9b3';
}
/* '' */
.icon-deviantart:before {
  content: '\e9b4';
}
/* '' */
.icon-digg:before {
  content: '\e9b5';
}
/* '' */
.icon-dribbble:before {
  content: '\e9b6';
}
/* '' */
.icon-dropbox:before {
  content: '\e9b7';
}
/* '' */
.icon-drupal:before {
  content: '\e9b8';
}
/* '' */
.icon-facebook:before {
  content: '\e9b9';
}
/* '' */
.icon-facebook-squared:before {
  content: '\e9ba';
}
/* '' */
.icon-flickr:before {
  content: '\e9bb';
}
/* '' */
.icon-foursquare:before {
  content: '\e9bc';
}
/* '' */
.icon-git-squared:before {
  content: '\e9bd';
}
/* '' */
.icon-git:before {
  content: '\e9be';
}
/* '' */
.icon-github:before {
  content: '\e9bf';
}
/* '' */
.icon-github-squared:before {
  content: '\e9c0';
}
/* '' */
.icon-github-circled:before {
  content: '\e9c1';
}
/* '' */
.icon-gittip:before {
  content: '\e9c2';
}
/* '' */
.icon-google:before {
  content: '\e9c3';
}
/* '' */
.icon-gplus:before {
  content: '\e9c4';
}
/* '' */
.icon-gplus-squared:before {
  content: '\e9c5';
}
/* '' */
.icon-gwallet:before {
  content: '\e9c6';
}
/* '' */
.icon-hacker-news:before {
  content: '\e9c7';
}
/* '' */
.icon-html5:before {
  content: '\e9c8';
}
/* '' */
.icon-instagramm:before {
  content: '\e9c9';
}
/* '' */
.icon-ioxhost:before {
  content: '\e9ca';
}
/* '' */
.icon-joomla:before {
  content: '\e9cb';
}
/* '' */
.icon-jsfiddle:before {
  content: '\e9cc';
}
/* '' */
.icon-lastfm:before {
  content: '\e9cd';
}
/* '' */
.icon-lastfm-squared:before {
  content: '\e9ce';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\e9cf';
}
/* '' */
.icon-linux:before {
  content: '\e9d0';
}
/* '' */
.icon-linkedin:before {
  content: '\e9d1';
}
/* '' */
.icon-maxcdn:before {
  content: '\e9d2';
}
/* '' */
.icon-meanpath:before {
  content: '\e9d3';
}
/* '' */
.icon-openid:before {
  content: '\e9d4';
}
/* '' */
.icon-pagelines:before {
  content: '\e9d5';
}
/* '' */
.icon-paypal:before {
  content: '\e9d6';
}
/* '' */
.icon-pied-piper-squared:before {
  content: '\e9d7';
}
/* '' */
.icon-pied-piper-alt:before {
  content: '\e9d8';
}
/* '' */
.icon-pinterest-circled:before {
  content: '\e9d9';
}
/* '' */
.icon-pinterest-squared:before {
  content: '\e9da';
}
/* '' */
.icon-qq:before {
  content: '\e9db';
}
/* '' */
.icon-reddit:before {
  content: '\e9dc';
}
/* '' */
.icon-reddit-squared:before {
  content: '\e9dd';
}
/* '' */
.icon-renren:before {
  content: '\e9de';
}
/* '' */
.icon-skype:before {
  content: '\e9df';
}
/* '' */
.icon-slack:before {
  content: '\e9e0';
}
/* '' */
.icon-slideshare:before {
  content: '\e9e1';
}
/* '' */
.icon-soundcloud:before {
  content: '\e9e2';
}
/* '' */
.icon-spotify:before {
  content: '\e9e3';
}
/* '' */
.icon-stackexchange:before {
  content: '\e9e4';
}
/* '' */
.icon-stackoverflow:before {
  content: '\e9e5';
}
/* '' */
.icon-steam:before {
  content: '\e9e6';
}
/* '' */
.icon-steam-squared:before {
  content: '\e9e7';
}
/* '' */
.icon-stumbleupon:before {
  content: '\e9e8';
}
/* '' */
.icon-stumbleupon-circled:before {
  content: '\e9e9';
}
/* '' */
.icon-tencent-weibo:before {
  content: '\e9ea';
}
/* '' */
.icon-trello:before {
  content: '\e9eb';
}
/* '' */
.icon-tumblr:before {
  content: '\e9ec';
}
/* '' */
.icon-tumblr-squared:before {
  content: '\e9ed';
}
/* '' */
.icon-twitch:before {
  content: '\e9ee';
}
/* '' */
.icon-twitter-squared:before {
  content: '\e9ef';
}
/* '' */
.icon-twitter:before {
  content: '\e9f0';
}
/* '' */
.icon-vimeo-squared:before {
  content: '\e9f1';
}
/* '' */
.icon-vine:before {
  content: '\e9f2';
}
/* '' */
.icon-vkontakte:before {
  content: '\e9f3';
}
/* '' */
.icon-wechat:before {
  content: '\e9f4';
}
/* '' */
.icon-weibo:before {
  content: '\e9f5';
}
/* '' */
.icon-windows:before {
  content: '\e9f6';
}
/* '' */
.icon-wordpress:before {
  content: '\e9f7';
}
/* '' */
.icon-xing:before {
  content: '\e9f8';
}
/* '' */
.icon-xing-squared:before {
  content: '\e9f9';
}
/* '' */
.icon-yelp:before {
  content: '\e9fa';
}
/* '' */
.icon-youtube:before {
  content: '\e9fb';
}
/* '' */
.icon-yahoo:before {
  content: '\e9fc';
}
/* '' */
.icon-youtube-squared:before {
  content: '\e9fd';
}
/* '' */
.icon-youtube-play:before {
  content: '\e9fe';
}
/* '' */
.icon-blank:before {
  content: '\e9ff';
}
/* '' */
.icon-lemon:before {
  content: '\ea00';
}
/* '' */
.icon-note:before {
  content: '\ea01';
}
/* '' */
.icon-note-beamed:before {
  content: '\ea02';
}
/* '' */
.icon-music-1:before {
  content: '\ea03';
}
/* '' */
.icon-search-1:before {
  content: '\ea04';
}
/* '' */
.icon-flashlight:before {
  content: '\ea05';
}
/* '' */
.icon-mail-1:before {
  content: '\ea06';
}
/* '' */
.icon-heart-1:before {
  content: '\ea07';
}
/* '' */
.icon-heart-empty-1:before {
  content: '\ea08';
}
/* '' */
.icon-star-1:before {
  content: '\ea09';
}
/* '' */
.icon-star-empty-1:before {
  content: '\ea0a';
}
/* '' */
.icon-user-1:before {
  content: '\ea0b';
}
/* '' */
.icon-users-1:before {
  content: '\ea0c';
}
/* '' */
.icon-user-add:before {
  content: '\ea0d';
}
/* '' */
.icon-video-1:before {
  content: '\ea0e';
}
/* '' */
.icon-picture-1:before {
  content: '\ea0f';
}
/* '' */
.icon-camera-1:before {
  content: '\ea10';
}
/* '' */
.icon-layout:before {
  content: '\ea11';
}
/* '' */
.icon-menu-1:before {
  content: '\ea12';
}
/* '' */
.icon-check-1:before {
  content: '\ea13';
}
/* '' */
.icon-cancel-1:before {
  content: '\ea14';
}
/* '' */
.icon-cancel-circled-1:before {
  content: '\ea15';
}
/* '' */
.icon-cancel-squared:before {
  content: '\ea16';
}
/* '' */
.icon-plus-1:before {
  content: '\ea17';
}
/* '' */
.icon-plus-circled-1:before {
  content: '\ea18';
}
/* '' */
.icon-plus-squared-1:before {
  content: '\ea19';
}
/* '' */
.icon-minus-1:before {
  content: '\ea1a';
}
/* '' */
.icon-minus-circled-1:before {
  content: '\ea1b';
}
/* '' */
.icon-minus-squared-1:before {
  content: '\ea1c';
}
/* '' */
.icon-help-1:before {
  content: '\ea1d';
}
/* '' */
.icon-help-circled-1:before {
  content: '\ea1e';
}
/* '' */
.icon-info-1:before {
  content: '\ea1f';
}
/* '' */
.icon-info-circled-1:before {
  content: '\ea20';
}
/* '' */
.icon-back:before {
  content: '\ea21';
}
/* '' */
.icon-home-1:before {
  content: '\ea22';
}
/* '' */
.icon-link-1:before {
  content: '\ea23';
}
/* '' */
.icon-attach-1:before {
  content: '\ea24';
}
/* '' */
.icon-lock-1:before {
  content: '\ea25';
}
/* '' */
.icon-lock-open-1:before {
  content: '\ea26';
}
/* '' */
.icon-eye-1:before {
  content: '\ea27';
}
/* '' */
.icon-tag-1:before {
  content: '\ea28';
}
/* '' */
.icon-bookmark-1:before {
  content: '\ea29';
}
/* '' */
.icon-bookmarks:before {
  content: '\ea2a';
}
/* '' */
.icon-flag-1:before {
  content: '\ea2b';
}
/* '' */
.icon-thumbs-up-1:before {
  content: '\ea2c';
}
/* '' */
.icon-thumbs-down-1:before {
  content: '\ea2d';
}
/* '' */
.icon-download-1:before {
  content: '\ea2e';
}
/* '' */
.icon-upload-1:before {
  content: '\ea2f';
}
/* '' */
.icon-upload-cloud-1:before {
  content: '\ea30';
}
/* '' */
.icon-reply-1:before {
  content: '\ea31';
}
/* '' */
.icon-reply-all-1:before {
  content: '\ea32';
}
/* '' */
.icon-forward-1:before {
  content: '\ea33';
}
/* '' */
.icon-quote:before {
  content: '\ea34';
}
/* '' */
.icon-code-1:before {
  content: '\ea35';
}
/* '' */
.icon-export-1:before {
  content: '\ea36';
}
/* '' */
.icon-pencil-1:before {
  content: '\ea37';
}
/* '' */
.icon-feather:before {
  content: '\ea38';
}
/* '' */
.icon-print-1:before {
  content: '\ea39';
}
/* '' */
.icon-retweet-1:before {
  content: '\ea3a';
}
/* '' */
.icon-keyboard-1:before {
  content: '\ea3b';
}
/* '' */
.icon-comment-1:before {
  content: '\ea3c';
}
/* '' */
.icon-chat-1:before {
  content: '\ea3d';
}
/* '' */
.icon-bell-1:before {
  content: '\ea3e';
}
/* '' */
.icon-attention-1:before {
  content: '\ea3f';
}
/* '' */
.icon-alert:before {
  content: '\ea40';
}
/* '' */
.icon-vcard:before {
  content: '\ea41';
}
/* '' */
.icon-address:before {
  content: '\ea42';
}
/* '' */
.icon-location-1:before {
  content: '\ea43';
}
/* '' */
.icon-map:before {
  content: '\ea44';
}
/* '' */
.icon-direction-1:before {
  content: '\ea45';
}
/* '' */
.icon-compass-1:before {
  content: '\ea46';
}
/* '' */
.icon-cup:before {
  content: '\ea47';
}
/* '' */
.icon-trash-1:before {
  content: '\ea48';
}
/* '' */
.icon-doc-1:before {
  content: '\ea49';
}
/* '' */
.icon-docs-1:before {
  content: '\ea4a';
}
/* '' */
.icon-doc-landscape:before {
  content: '\ea4b';
}
/* '' */
.icon-doc-text-1:before {
  content: '\ea4c';
}
/* '' */
.icon-doc-text-inv-1:before {
  content: '\ea4d';
}
/* '' */
.icon-newspaper-1:before {
  content: '\ea4e';
}
/* '' */
.icon-book-open:before {
  content: '\ea4f';
}
/* '' */
.icon-book-1:before {
  content: '\ea50';
}
/* '' */
.icon-folder-1:before {
  content: '\ea51';
}
/* '' */
.icon-archive:before {
  content: '\ea52';
}
/* '' */
.icon-box-1:before {
  content: '\ea53';
}
/* '' */
.icon-rss-1:before {
  content: '\ea54';
}
/* '' */
.icon-phone-1:before {
  content: '\ea55';
}
/* '' */
.icon-cog-1:before {
  content: '\ea56';
}
/* '' */
.icon-tools:before {
  content: '\ea57';
}
/* '' */
.icon-share-1:before {
  content: '\ea58';
}
/* '' */
.icon-shareable:before {
  content: '\ea59';
}
/* '' */
.icon-basket-1:before {
  content: '\ea5a';
}
/* '' */
.icon-bag:before {
  content: '\ea5b';
}
/* '' */
.icon-calendar-1:before {
  content: '\ea5c';
}
/* '' */
.icon-login-1:before {
  content: '\ea5d';
}
/* '' */
.icon-logout-1:before {
  content: '\ea5e';
}
/* '' */
.icon-mic-1:before {
  content: '\ea5f';
}
/* '' */
.icon-mute-1:before {
  content: '\ea60';
}
/* '' */
.icon-sound:before {
  content: '\ea61';
}
/* '' */
.icon-volume:before {
  content: '\ea62';
}
/* '' */
.icon-clock-1:before {
  content: '\ea63';
}
/* '' */
.icon-hourglass:before {
  content: '\ea64';
}
/* '' */
.icon-lamp:before {
  content: '\ea65';
}
/* '' */
.icon-light-down:before {
  content: '\ea66';
}
/* '' */
.icon-light-up:before {
  content: '\ea67';
}
/* '' */
.icon-adjust:before {
  content: '\ea68';
}
/* '' */
.icon-block-1:before {
  content: '\ea69';
}
/* '' */
.icon-resize-full-1:before {
  content: '\ea6a';
}
/* '' */
.icon-resize-small-1:before {
  content: '\ea6b';
}
/* '' */
.icon-popup:before {
  content: '\ea6c';
}
/* '' */
.icon-publish:before {
  content: '\ea6d';
}
/* '' */
.icon-window:before {
  content: '\ea6e';
}
/* '' */
.icon-arrow-combo:before {
  content: '\ea6f';
}
/* '' */
.icon-down-circled-1:before {
  content: '\ea70';
}
/* '' */
.icon-left-circled-1:before {
  content: '\ea71';
}
/* '' */
.icon-right-circled-1:before {
  content: '\ea72';
}
/* '' */
.icon-up-circled-1:before {
  content: '\ea73';
}
/* '' */
.icon-down-open-1:before {
  content: '\ea74';
}
/* '' */
.icon-left-open-1:before {
  content: '\ea75';
}
/* '' */
.icon-right-open-1:before {
  content: '\ea76';
}
/* '' */
.icon-up-open-1:before {
  content: '\ea77';
}
/* '' */
.icon-down-open-mini:before {
  content: '\ea78';
}
/* '' */
.icon-left-open-mini:before {
  content: '\ea79';
}
/* '' */
.icon-right-open-mini:before {
  content: '\ea7a';
}
/* '' */
.icon-up-open-mini:before {
  content: '\ea7b';
}
/* '' */
.icon-down-open-big:before {
  content: '\ea7c';
}
/* '' */
.icon-left-open-big:before {
  content: '\ea7d';
}
/* '' */
.icon-right-open-big:before {
  content: '\ea7e';
}
/* '' */
.icon-up-open-big:before {
  content: '\ea7f';
}
/* '' */
.icon-down-1:before {
  content: '\ea80';
}
/* '' */
.icon-left-1:before {
  content: '\ea81';
}
/* '' */
.icon-right-1:before {
  content: '\ea82';
}
/* '' */
.icon-up-1:before {
  content: '\ea83';
}
/* '' */
.icon-down-dir-1:before {
  content: '\ea84';
}
/* '' */
.icon-left-dir-1:before {
  content: '\ea85';
}
/* '' */
.icon-right-dir-1:before {
  content: '\ea86';
}
/* '' */
.icon-up-dir-1:before {
  content: '\ea87';
}
/* '' */
.icon-down-bold:before {
  content: '\ea88';
}
/* '' */
.icon-left-bold:before {
  content: '\ea89';
}
/* '' */
.icon-right-bold:before {
  content: '\ea8a';
}
/* '' */
.icon-up-bold:before {
  content: '\ea8b';
}
/* '' */
.icon-down-thin:before {
  content: '\ea8c';
}
/* '' */
.icon-left-thin:before {
  content: '\ea8d';
}
/* '' */
.icon-right-thin:before {
  content: '\ea8e';
}
/* '' */
.icon-up-thin:before {
  content: '\ea8f';
}
/* '' */
.icon-ccw-1:before {
  content: '\ea90';
}
/* '' */
.icon-cw-1:before {
  content: '\ea91';
}
/* '' */
.icon-arrows-ccw:before {
  content: '\ea92';
}
/* '' */
.icon-level-down-1:before {
  content: '\ea93';
}
/* '' */
.icon-level-up-1:before {
  content: '\ea94';
}
/* '' */
.icon-shuffle-1:before {
  content: '\ea95';
}
/* '' */
.icon-loop:before {
  content: '\ea96';
}
/* '' */
.icon-switch:before {
  content: '\ea97';
}
/* '' */
.icon-play-1:before {
  content: '\ea98';
}
/* '' */
.icon-stop-1:before {
  content: '\ea99';
}
/* '' */
.icon-pause-1:before {
  content: '\ea9a';
}
/* '' */
.icon-record:before {
  content: '\ea9b';
}
/* '' */
.icon-to-end-1:before {
  content: '\ea9c';
}
/* '' */
.icon-to-start-1:before {
  content: '\ea9d';
}
/* '' */
.icon-fast-forward:before {
  content: '\ea9e';
}
/* '' */
.icon-fast-backward:before {
  content: '\ea9f';
}
/* '' */
.icon-progress-0:before {
  content: '\eaa0';
}
/* '' */
.icon-progress-1:before {
  content: '\eaa1';
}
/* '' */
.icon-progress-2:before {
  content: '\eaa2';
}
/* '' */
.icon-progress-3:before {
  content: '\eaa3';
}
/* '' */
.icon-target-1:before {
  content: '\eaa4';
}
/* '' */
.icon-palette:before {
  content: '\eaa5';
}
/* '' */
.icon-list-1:before {
  content: '\eaa6';
}
/* '' */
.icon-list-add:before {
  content: '\eaa7';
}
/* '' */
.icon-signal-1:before {
  content: '\eaa8';
}
/* '' */
.icon-trophy:before {
  content: '\eaa9';
}
/* '' */
.icon-battery:before {
  content: '\eaaa';
}
/* '' */
.icon-back-in-time:before {
  content: '\eaab';
}
/* '' */
.icon-monitor:before {
  content: '\eaac';
}
/* '' */
.icon-mobile-1:before {
  content: '\eaad';
}
/* '' */
.icon-network:before {
  content: '\eaae';
}
/* '' */
.icon-cd:before {
  content: '\eaaf';
}
/* '' */
.icon-inbox-1:before {
  content: '\eab0';
}
/* '' */
.icon-install:before {
  content: '\eab1';
}
/* '' */
.icon-globe-1:before {
  content: '\eab2';
}
/* '' */
.icon-cloud-1:before {
  content: '\eab3';
}
/* '' */
.icon-cloud-thunder:before {
  content: '\eab4';
}
/* '' */
.icon-flash-1:before {
  content: '\eab5';
}
/* '' */
.icon-moon-1:before {
  content: '\eab6';
}
/* '' */
.icon-flight-1:before {
  content: '\eab7';
}
/* '' */
.icon-paper-plane-1:before {
  content: '\eab8';
}
/* '' */
.icon-leaf-1:before {
  content: '\eab9';
}
/* '' */
.icon-lifebuoy-1:before {
  content: '\eaba';
}
/* '' */
.icon-mouse:before {
  content: '\eabb';
}
/* '' */
.icon-briefcase-1:before {
  content: '\eabc';
}
/* '' */
.icon-suitcase-1:before {
  content: '\eabd';
}
/* '' */
.icon-dot:before {
  content: '\eabe';
}
/* '' */
.icon-dot-2:before {
  content: '\eabf';
}
/* '' */
.icon-dot-3:before {
  content: '\eac0';
}
/* '' */
.icon-brush-1:before {
  content: '\eac1';
}
/* '' */
.icon-magnet-1:before {
  content: '\eac2';
}
/* '' */
.icon-infinity:before {
  content: '\eac3';
}
/* '' */
.icon-erase:before {
  content: '\eac4';
}
/* '' */
.icon-chart-pie-1:before {
  content: '\eac5';
}
/* '' */
.icon-chart-line-1:before {
  content: '\eac6';
}
/* '' */
.icon-chart-bar-1:before {
  content: '\eac7';
}
/* '' */
.icon-chart-area-1:before {
  content: '\eac8';
}
/* '' */
.icon-tape:before {
  content: '\eac9';
}
/* '' */
.icon-graduation-cap-1:before {
  content: '\eaca';
}
/* '' */
.icon-language-1:before {
  content: '\eacb';
}
/* '' */
.icon-ticket-1:before {
  content: '\eacc';
}
/* '' */
.icon-water:before {
  content: '\eacd';
}
/* '' */
.icon-droplet:before {
  content: '\eace';
}
/* '' */
.icon-air:before {
  content: '\eacf';
}
/* '' */
.icon-credit-card-1:before {
  content: '\ead0';
}
/* '' */
.icon-floppy-1:before {
  content: '\ead1';
}
/* '' */
.icon-clipboard:before {
  content: '\ead2';
}
/* '' */
.icon-megaphone-1:before {
  content: '\ead3';
}
/* '' */
.icon-database-1:before {
  content: '\ead4';
}
/* '' */
.icon-drive:before {
  content: '\ead5';
}
/* '' */
.icon-bucket:before {
  content: '\ead6';
}
/* '' */
.icon-thermometer:before {
  content: '\ead7';
}
/* '' */
.icon-key-1:before {
  content: '\ead8';
}
/* '' */
.icon-flow-cascade:before {
  content: '\ead9';
}
/* '' */
.icon-flow-branch:before {
  content: '\eada';
}
/* '' */
.icon-flow-tree:before {
  content: '\eadb';
}
/* '' */
.icon-flow-line:before {
  content: '\eadc';
}
/* '' */
.icon-flow-parallel:before {
  content: '\eadd';
}
/* '' */
.icon-rocket-1:before {
  content: '\eade';
}
/* '' */
.icon-gauge-1:before {
  content: '\eadf';
}
/* '' */
.icon-traffic-cone:before {
  content: '\eae0';
}
/* '' */
.icon-cc-1:before {
  content: '\eae1';
}
/* '' */
.icon-cc-by:before {
  content: '\eae2';
}
/* '' */
.icon-cc-nc:before {
  content: '\eae3';
}
/* '' */
.icon-cc-nc-eu:before {
  content: '\eae4';
}
/* '' */
.icon-cc-nc-jp:before {
  content: '\eae5';
}
/* '' */
.icon-cc-sa:before {
  content: '\eae6';
}
/* '' */
.icon-cc-nd:before {
  content: '\eae7';
}
/* '' */
.icon-cc-pd:before {
  content: '\eae8';
}
/* '' */
.icon-cc-zero:before {
  content: '\eae9';
}
/* '' */
.icon-cc-share:before {
  content: '\eaea';
}
/* '' */
.icon-cc-remix:before {
  content: '\eaeb';
}
/* '' */
.icon-github-1:before {
  content: '\eaec';
}
/* '' */
.icon-github-circled-1:before {
  content: '\eaed';
}
/* '' */
.icon-flickr-1:before {
  content: '\eaee';
}
/* '' */
.icon-flickr-circled:before {
  content: '\eaef';
}
/* '' */
.icon-vimeo:before {
  content: '\eaf0';
}
/* '' */
.icon-vimeo-circled:before {
  content: '\eaf1';
}
/* '' */
.icon-twitter-1:before {
  content: '\eaf2';
}
/* '' */
.icon-twitter-circled:before {
  content: '\eaf3';
}
/* '' */
.icon-facebook-1:before {
  content: '\eaf4';
}
/* '' */
.icon-facebook-circled:before {
  content: '\eaf5';
}
/* '' */
.icon-facebook-squared-1:before {
  content: '\eaf6';
}
/* '' */
.icon-gplus-1:before {
  content: '\eaf7';
}
/* '' */
.icon-gplus-circled:before {
  content: '\eaf8';
}
/* '' */
.icon-pinterest:before {
  content: '\eaf9';
}
/* '' */
.icon-pinterest-circled-1:before {
  content: '\eafa';
}
/* '' */
.icon-tumblr-1:before {
  content: '\eafb';
}
/* '' */
.icon-tumblr-circled:before {
  content: '\eafc';
}
/* '' */
.icon-linkedin-1:before {
  content: '\eafd';
}
/* '' */
.icon-linkedin-circled:before {
  content: '\eafe';
}
/* '' */
.icon-dribbble-1:before {
  content: '\eaff';
}
/* '' */
.icon-dribbble-circled:before {
  content: '\eb00';
}
/* '' */
.icon-stumbleupon-1:before {
  content: '\eb01';
}
/* '' */
.icon-stumbleupon-circled-1:before {
  content: '\eb02';
}
/* '' */
.icon-lastfm-1:before {
  content: '\eb03';
}
/* '' */
.icon-lastfm-circled:before {
  content: '\eb04';
}
/* '' */
.icon-rdio:before {
  content: '\eb05';
}
/* '' */
.icon-rdio-circled:before {
  content: '\eb06';
}
/* '' */
.icon-spotify-1:before {
  content: '\eb07';
}
/* '' */
.icon-spotify-circled:before {
  content: '\eb08';
}
/* '' */
.icon-qq-1:before {
  content: '\eb09';
}
/* '' */
.icon-instagram:before {
  content: '\eb0a';
}
/* '' */
.icon-dropbox-1:before {
  content: '\eb0b';
}
/* '' */
.icon-evernote:before {
  content: '\eb0c';
}
/* '' */
.icon-flattr:before {
  content: '\eb0d';
}
/* '' */
.icon-skype-1:before {
  content: '\eb0e';
}
/* '' */
.icon-skype-circled:before {
  content: '\eb0f';
}
/* '' */
.icon-renren-1:before {
  content: '\eb10';
}
/* '' */
.icon-sina-weibo:before {
  content: '\eb11';
}
/* '' */
.icon-paypal-1:before {
  content: '\eb12';
}
/* '' */
.icon-picasa:before {
  content: '\eb13';
}
/* '' */
.icon-soundcloud-1:before {
  content: '\eb14';
}
/* '' */
.icon-mixi:before {
  content: '\eb15';
}
/* '' */
.icon-behance-1:before {
  content: '\eb16';
}
/* '' */
.icon-google-circles:before {
  content: '\eb17';
}
/* '' */
.icon-vkontakte-1:before {
  content: '\eb18';
}
/* '' */
.icon-smashing:before {
  content: '\eb19';
}
/* '' */
.icon-sweden:before {
  content: '\eb1a';
}
/* '' */
.icon-db-shape:before {
  content: '\eb1b';
}
/* '' */
.icon-logo-db:before {
  content: '\eb1c';
}
/* '' */
.icon-music-outline:before {
  content: '\eb1d';
}
/* '' */
.icon-music-2:before {
  content: '\eb1e';
}
/* '' */
.icon-search-outline:before {
  content: '\eb1f';
}
/* '' */
.icon-search-2:before {
  content: '\eb20';
}
/* '' */
.icon-mail-2:before {
  content: '\eb21';
}
/* '' */
.icon-heart-2:before {
  content: '\eb22';
}
/* '' */
.icon-heart-filled:before {
  content: '\eb23';
}
/* '' */
.icon-star-2:before {
  content: '\eb24';
}
/* '' */
.icon-star-filled:before {
  content: '\eb25';
}
/* '' */
.icon-user-outline:before {
  content: '\eb26';
}
/* '' */
.icon-user-2:before {
  content: '\eb27';
}
/* '' */
.icon-users-outline:before {
  content: '\eb28';
}
/* '' */
.icon-users-2:before {
  content: '\eb29';
}
/* '' */
.icon-user-add-outline:before {
  content: '\eb2a';
}
/* '' */
.icon-user-add-1:before {
  content: '\eb2b';
}
/* '' */
.icon-user-delete-outline:before {
  content: '\eb2c';
}
/* '' */
.icon-user-delete:before {
  content: '\eb2d';
}
/* '' */
.icon-video-2:before {
  content: '\eb2e';
}
/* '' */
.icon-videocam-outline:before {
  content: '\eb2f';
}
/* '' */
.icon-videocam-1:before {
  content: '\eb30';
}
/* '' */
.icon-picture-outline:before {
  content: '\eb31';
}
/* '' */
.icon-picture-2:before {
  content: '\eb32';
}
/* '' */
.icon-camera-outline:before {
  content: '\eb33';
}
/* '' */
.icon-camera-2:before {
  content: '\eb34';
}
/* '' */
.icon-th-outline:before {
  content: '\eb35';
}
/* '' */
.icon-th-1:before {
  content: '\eb36';
}
/* '' */
.icon-th-large-outline:before {
  content: '\eb37';
}
/* '' */
.icon-th-large-1:before {
  content: '\eb38';
}
/* '' */
.icon-th-list-outline:before {
  content: '\eb39';
}
/* '' */
.icon-th-list-1:before {
  content: '\eb3a';
}
/* '' */
.icon-ok-outline:before {
  content: '\eb3b';
}
/* '' */
.icon-ok-1:before {
  content: '\eb3c';
}
/* '' */
.icon-cancel-outline:before {
  content: '\eb3d';
}
/* '' */
.icon-cancel-2:before {
  content: '\eb3e';
}
/* '' */
.icon-cancel-alt:before {
  content: '\eb3f';
}
/* '' */
.icon-cancel-alt-filled:before {
  content: '\eb40';
}
/* '' */
.icon-cancel-circled-outline:before {
  content: '\eb41';
}
/* '' */
.icon-cancel-circled-2:before {
  content: '\eb42';
}
/* '' */
.icon-plus-outline:before {
  content: '\eb43';
}
/* '' */
.icon-plus-2:before {
  content: '\eb44';
}
/* '' */
.icon-minus-outline:before {
  content: '\eb45';
}
/* '' */
.icon-minus-2:before {
  content: '\eb46';
}
/* '' */
.icon-divide-outline:before {
  content: '\eb47';
}
/* '' */
.icon-divide:before {
  content: '\eb48';
}
/* '' */
.icon-eq-outline:before {
  content: '\eb49';
}
/* '' */
.icon-eq:before {
  content: '\eb4a';
}
/* '' */
.icon-info-outline:before {
  content: '\eb4b';
}
/* '' */
.icon-info-2:before {
  content: '\eb4c';
}
/* '' */
.icon-home-outline:before {
  content: '\eb4d';
}
/* '' */
.icon-home-2:before {
  content: '\eb4e';
}
/* '' */
.icon-link-outline:before {
  content: '\eb4f';
}
/* '' */
.icon-link-2:before {
  content: '\eb50';
}
/* '' */
.icon-attach-outline:before {
  content: '\eb51';
}
/* '' */
.icon-attach-2:before {
  content: '\eb52';
}
/* '' */
.icon-lock-2:before {
  content: '\eb53';
}
/* '' */
.icon-lock-filled:before {
  content: '\eb54';
}
/* '' */
.icon-lock-open-2:before {
  content: '\eb55';
}
/* '' */
.icon-lock-open-filled:before {
  content: '\eb56';
}
/* '' */
.icon-pin-outline:before {
  content: '\eb57';
}
/* '' */
.icon-pin-1:before {
  content: '\eb58';
}
/* '' */
.icon-eye-outline:before {
  content: '\eb59';
}
/* '' */
.icon-eye-2:before {
  content: '\eb5a';
}
/* '' */
.icon-tag-2:before {
  content: '\eb5b';
}
/* '' */
.icon-tags-1:before {
  content: '\eb5c';
}
/* '' */
.icon-bookmark-2:before {
  content: '\eb5d';
}
/* '' */
.icon-flag-2:before {
  content: '\eb5e';
}
/* '' */
.icon-flag-filled:before {
  content: '\eb5f';
}
/* '' */
.icon-thumbs-up-2:before {
  content: '\eb60';
}
/* '' */
.icon-thumbs-down-2:before {
  content: '\eb61';
}
/* '' */
.icon-download-outline:before {
  content: '\eb62';
}
/* '' */
.icon-download-2:before {
  content: '\eb63';
}
/* '' */
.icon-upload-outline:before {
  content: '\eb64';
}
/* '' */
.icon-upload-2:before {
  content: '\eb65';
}
/* '' */
.icon-upload-cloud-outline:before {
  content: '\eb66';
}
/* '' */
.icon-upload-cloud-2:before {
  content: '\eb67';
}
/* '' */
.icon-reply-outline:before {
  content: '\eb68';
}
/* '' */
.icon-reply-2:before {
  content: '\eb69';
}
/* '' */
.icon-forward-outline:before {
  content: '\eb6a';
}
/* '' */
.icon-forward-2:before {
  content: '\eb6b';
}
/* '' */
.icon-code-outline:before {
  content: '\eb6c';
}
/* '' */
.icon-code-2:before {
  content: '\eb6d';
}
/* '' */
.icon-export-outline:before {
  content: '\eb6e';
}
/* '' */
.icon-export-2:before {
  content: '\eb6f';
}
/* '' */
.icon-pencil-2:before {
  content: '\eb70';
}
/* '' */
.icon-pen:before {
  content: '\eb71';
}
/* '' */
.icon-feather-1:before {
  content: '\eb72';
}
/* '' */
.icon-edit-1:before {
  content: '\eb73';
}
/* '' */
.icon-print-2:before {
  content: '\eb74';
}
/* '' */
.icon-comment-2:before {
  content: '\eb75';
}
/* '' */
.icon-chat-2:before {
  content: '\eb76';
}
/* '' */
.icon-chat-alt:before {
  content: '\eb77';
}
/* '' */
.icon-bell-2:before {
  content: '\eb78';
}
/* '' */
.icon-attention-2:before {
  content: '\eb79';
}
/* '' */
.icon-attention-filled:before {
  content: '\eb7a';
}
/* '' */
.icon-warning-empty:before {
  content: '\eb7b';
}
/* '' */
.icon-warning:before {
  content: '\eb7c';
}
/* '' */
.icon-contacts:before {
  content: '\eb7d';
}
/* '' */
.icon-vcard-1:before {
  content: '\eb7e';
}
/* '' */
.icon-address-1:before {
  content: '\eb7f';
}
/* '' */
.icon-location-outline:before {
  content: '\eb80';
}
/* '' */
.icon-location-2:before {
  content: '\eb81';
}
/* '' */
.icon-map-1:before {
  content: '\eb82';
}
/* '' */
.icon-direction-outline:before {
  content: '\eb83';
}
/* '' */
.icon-direction-2:before {
  content: '\eb84';
}
/* '' */
.icon-compass-2:before {
  content: '\eb85';
}
/* '' */
.icon-trash-2:before {
  content: '\eb86';
}
/* '' */
.icon-doc-2:before {
  content: '\eb87';
}
/* '' */
.icon-doc-text-2:before {
  content: '\eb88';
}
/* '' */
.icon-doc-add:before {
  content: '\eb89';
}
/* '' */
.icon-doc-remove:before {
  content: '\eb8a';
}
/* '' */
.icon-news:before {
  content: '\eb8b';
}
/* '' */
.icon-folder-2:before {
  content: '\eb8c';
}
/* '' */
.icon-folder-add:before {
  content: '\eb8d';
}
/* '' */
.icon-folder-delete:before {
  content: '\eb8e';
}
/* '' */
.icon-archive-1:before {
  content: '\eb8f';
}
/* '' */
.icon-box-2:before {
  content: '\eb90';
}
/* '' */
.icon-rss-outline:before {
  content: '\eb91';
}
/* '' */
.icon-rss-2:before {
  content: '\eb92';
}
/* '' */
.icon-phone-outline:before {
  content: '\eb93';
}
/* '' */
.icon-phone-2:before {
  content: '\eb94';
}
/* '' */
.icon-menu-outline:before {
  content: '\eb95';
}
/* '' */
.icon-menu-2:before {
  content: '\eb96';
}
/* '' */
.icon-cog-outline:before {
  content: '\eb97';
}
/* '' */
.icon-cog-2:before {
  content: '\eb98';
}
/* '' */
.icon-wrench-outline:before {
  content: '\eb99';
}
/* '' */
.icon-wrench-1:before {
  content: '\eb9a';
}
/* '' */
.icon-basket-2:before {
  content: '\eb9b';
}
/* '' */
.icon-calendar-outlilne:before {
  content: '\eb9c';
}
/* '' */
.icon-calendar-2:before {
  content: '\eb9d';
}
/* '' */
.icon-mic-outline:before {
  content: '\eb9e';
}
/* '' */
.icon-mic-2:before {
  content: '\eb9f';
}
/* '' */
.icon-volume-off-1:before {
  content: '\eba0';
}
/* '' */
.icon-volume-low:before {
  content: '\eba1';
}
/* '' */
.icon-volume-middle:before {
  content: '\eba2';
}
/* '' */
.icon-volume-high:before {
  content: '\eba3';
}
/* '' */
.icon-headphones-1:before {
  content: '\eba4';
}
/* '' */
.icon-clock-2:before {
  content: '\eba5';
}
/* '' */
.icon-wristwatch:before {
  content: '\eba6';
}
/* '' */
.icon-stopwatch:before {
  content: '\eba7';
}
/* '' */
.icon-lightbulb-1:before {
  content: '\eba8';
}
/* '' */
.icon-block-outline:before {
  content: '\eba9';
}
/* '' */
.icon-block-2:before {
  content: '\ebaa';
}
/* '' */
.icon-resize-full-outline:before {
  content: '\ebab';
}
/* '' */
.icon-resize-full-2:before {
  content: '\ebac';
}
/* '' */
.icon-resize-normal-outline:before {
  content: '\ebad';
}
/* '' */
.icon-resize-normal:before {
  content: '\ebae';
}
/* '' */
.icon-move-outline:before {
  content: '\ebaf';
}
/* '' */
.icon-move-1:before {
  content: '\ebb0';
}
/* '' */
.icon-popup-1:before {
  content: '\ebb1';
}
/* '' */
.icon-zoom-in-outline:before {
  content: '\ebb2';
}
/* '' */
.icon-zoom-in-1:before {
  content: '\ebb3';
}
/* '' */
.icon-zoom-out-outline:before {
  content: '\ebb4';
}
/* '' */
.icon-zoom-out-1:before {
  content: '\ebb5';
}
/* '' */
.icon-popup-2:before {
  content: '\ebb6';
}
/* '' */
.icon-left-open-outline:before {
  content: '\ebb7';
}
/* '' */
.icon-left-open-2:before {
  content: '\ebb8';
}
/* '' */
.icon-right-open-outline:before {
  content: '\ebb9';
}
/* '' */
.icon-right-open-2:before {
  content: '\ebba';
}
/* '' */
.icon-down-2:before {
  content: '\ebbb';
}
/* '' */
.icon-left-2:before {
  content: '\ebbc';
}
/* '' */
.icon-right-2:before {
  content: '\ebbd';
}
/* '' */
.icon-up-2:before {
  content: '\ebbe';
}
/* '' */
.icon-down-outline:before {
  content: '\ebbf';
}
/* '' */
.icon-left-outline:before {
  content: '\ebc0';
}
/* '' */
.icon-right-outline:before {
  content: '\ebc1';
}
/* '' */
.icon-up-outline:before {
  content: '\ebc2';
}
/* '' */
.icon-down-small:before {
  content: '\ebc3';
}
/* '' */
.icon-left-small:before {
  content: '\ebc4';
}
/* '' */
.icon-right-small:before {
  content: '\ebc5';
}
/* '' */
.icon-up-small:before {
  content: '\ebc6';
}
/* '' */
.icon-cw-outline:before {
  content: '\ebc7';
}
/* '' */
.icon-cw-2:before {
  content: '\ebc8';
}
/* '' */
.icon-arrows-cw-outline:before {
  content: '\ebc9';
}
/* '' */
.icon-arrows-cw-1:before {
  content: '\ebca';
}
/* '' */
.icon-loop-outline:before {
  content: '\ebcb';
}
/* '' */
.icon-loop-1:before {
  content: '\ebcc';
}
/* '' */
.icon-loop-alt-outline:before {
  content: '\ebcd';
}
/* '' */
.icon-loop-alt:before {
  content: '\ebce';
}
/* '' */
.icon-shuffle-2:before {
  content: '\ebcf';
}
/* '' */
.icon-play-outline:before {
  content: '\ebd0';
}
/* '' */
.icon-play-2:before {
  content: '\ebd1';
}
/* '' */
.icon-stop-outline:before {
  content: '\ebd2';
}
/* '' */
.icon-stop-2:before {
  content: '\ebd3';
}
/* '' */
.icon-pause-outline:before {
  content: '\ebd4';
}
/* '' */
.icon-pause-2:before {
  content: '\ebd5';
}
/* '' */
.icon-fast-fw-outline:before {
  content: '\ebd6';
}
/* '' */
.icon-fast-fw-1:before {
  content: '\ebd7';
}
/* '' */
.icon-rewind-outline:before {
  content: '\ebd8';
}
/* '' */
.icon-rewind:before {
  content: '\ebd9';
}
/* '' */
.icon-record-outline:before {
  content: '\ebda';
}
/* '' */
.icon-record-1:before {
  content: '\ebdb';
}
/* '' */
.icon-eject-outline:before {
  content: '\ebdc';
}
/* '' */
.icon-eject-1:before {
  content: '\ebdd';
}
/* '' */
.icon-eject-alt-outline:before {
  content: '\ebde';
}
/* '' */
.icon-eject-alt:before {
  content: '\ebdf';
}
/* '' */
.icon-bat1:before {
  content: '\ebe0';
}
/* '' */
.icon-bat2:before {
  content: '\ebe1';
}
/* '' */
.icon-bat3:before {
  content: '\ebe2';
}
/* '' */
.icon-bat4:before {
  content: '\ebe3';
}
/* '' */
.icon-bat-charge:before {
  content: '\ebe4';
}
/* '' */
.icon-plug-1:before {
  content: '\ebe5';
}
/* '' */
.icon-target-outline:before {
  content: '\ebe6';
}
/* '' */
.icon-target-2:before {
  content: '\ebe7';
}
/* '' */
.icon-wifi-outline:before {
  content: '\ebe8';
}
/* '' */
.icon-wifi-1:before {
  content: '\ebe9';
}
/* '' */
.icon-desktop-1:before {
  content: '\ebea';
}
/* '' */
.icon-laptop-1:before {
  content: '\ebeb';
}
/* '' */
.icon-tablet-1:before {
  content: '\ebec';
}
/* '' */
.icon-mobile-2:before {
  content: '\ebed';
}
/* '' */
.icon-contrast:before {
  content: '\ebee';
}
/* '' */
.icon-globe-outline:before {
  content: '\ebef';
}
/* '' */
.icon-globe-2:before {
  content: '\ebf0';
}
/* '' */
.icon-globe-alt-outline:before {
  content: '\ebf1';
}
/* '' */
.icon-globe-alt:before {
  content: '\ebf2';
}
/* '' */
.icon-sun-1:before {
  content: '\ebf3';
}
/* '' */
.icon-sun-filled:before {
  content: '\ebf4';
}
/* '' */
.icon-cloud-2:before {
  content: '\ebf5';
}
/* '' */
.icon-flash-outline:before {
  content: '\ebf6';
}
/* '' */
.icon-flash-2:before {
  content: '\ebf7';
}
/* '' */
.icon-moon-2:before {
  content: '\ebf8';
}
/* '' */
.icon-waves-outline:before {
  content: '\ebf9';
}
/* '' */
.icon-waves:before {
  content: '\ebfa';
}
/* '' */
.icon-rain:before {
  content: '\ebfb';
}
/* '' */
.icon-cloud-sun:before {
  content: '\ebfc';
}
/* '' */
.icon-drizzle:before {
  content: '\ebfd';
}
/* '' */
.icon-snow:before {
  content: '\ebfe';
}
/* '' */
.icon-cloud-flash:before {
  content: '\ebff';
}
/* '' */
.icon-cloud-wind:before {
  content: '\ec00';
}
/* '' */
.icon-wind:before {
  content: '\ec01';
}
/* '' */
.icon-plane-outline:before {
  content: '\ec02';
}
/* '' */
.icon-plane:before {
  content: '\ec03';
}
/* '' */
.icon-leaf-2:before {
  content: '\ec04';
}
/* '' */
.icon-lifebuoy-2:before {
  content: '\ec05';
}
/* '' */
.icon-briefcase-2:before {
  content: '\ec06';
}
/* '' */
.icon-brush-2:before {
  content: '\ec07';
}
/* '' */
.icon-pipette:before {
  content: '\ec08';
}
/* '' */
.icon-power-outline:before {
  content: '\ec09';
}
/* '' */
.icon-power:before {
  content: '\ec0a';
}
/* '' */
.icon-check-outline:before {
  content: '\ec0b';
}
/* '' */
.icon-check-2:before {
  content: '\ec0c';
}
/* '' */
.icon-gift-1:before {
  content: '\ec0d';
}
/* '' */
.icon-temperatire:before {
  content: '\ec0e';
}
/* '' */
.icon-chart-outline:before {
  content: '\ec0f';
}
/* '' */
.icon-chart:before {
  content: '\ec10';
}
/* '' */
.icon-chart-alt-outline:before {
  content: '\ec11';
}
/* '' */
.icon-chart-alt:before {
  content: '\ec12';
}
/* '' */
.icon-chart-bar-outline:before {
  content: '\ec13';
}
/* '' */
.icon-chart-bar-2:before {
  content: '\ec14';
}
/* '' */
.icon-chart-pie-outline:before {
  content: '\ec15';
}
/* '' */
.icon-chart-pie-2:before {
  content: '\ec16';
}
/* '' */
.icon-ticket-2:before {
  content: '\ec17';
}
/* '' */
.icon-credit-card-2:before {
  content: '\ec18';
}
/* '' */
.icon-clipboard-1:before {
  content: '\ec19';
}
/* '' */
.icon-database-2:before {
  content: '\ec1a';
}
/* '' */
.icon-key-outline:before {
  content: '\ec1b';
}
/* '' */
.icon-key-2:before {
  content: '\ec1c';
}
/* '' */
.icon-flow-split:before {
  content: '\ec1d';
}
/* '' */
.icon-flow-merge:before {
  content: '\ec1e';
}
/* '' */
.icon-flow-parallel-1:before {
  content: '\ec1f';
}
/* '' */
.icon-flow-cross:before {
  content: '\ec20';
}
/* '' */
.icon-certificate-outline:before {
  content: '\ec21';
}
/* '' */
.icon-certificate-1:before {
  content: '\ec22';
}
/* '' */
.icon-scissors-outline:before {
  content: '\ec23';
}
/* '' */
.icon-scissors-1:before {
  content: '\ec24';
}
/* '' */
.icon-flask:before {
  content: '\ec25';
}
/* '' */
.icon-wine:before {
  content: '\ec26';
}
/* '' */
.icon-coffee-1:before {
  content: '\ec27';
}
/* '' */
.icon-beer-1:before {
  content: '\ec28';
}
/* '' */
.icon-anchor-outline:before {
  content: '\ec29';
}
/* '' */
.icon-anchor-1:before {
  content: '\ec2a';
}
/* '' */
.icon-puzzle-outline:before {
  content: '\ec2b';
}
/* '' */
.icon-puzzle-1:before {
  content: '\ec2c';
}
/* '' */
.icon-tree-1:before {
  content: '\ec2d';
}
/* '' */
.icon-calculator:before {
  content: '\ec2e';
}
/* '' */
.icon-infinity-outline:before {
  content: '\ec2f';
}
/* '' */
.icon-infinity-1:before {
  content: '\ec30';
}
/* '' */
.icon-pi-outline:before {
  content: '\ec31';
}
/* '' */
.icon-pi:before {
  content: '\ec32';
}
/* '' */
.icon-at-1:before {
  content: '\ec33';
}
/* '' */
.icon-at-circled:before {
  content: '\ec34';
}
/* '' */
.icon-looped-square-outline:before {
  content: '\ec35';
}
/* '' */
.icon-looped-square-interest:before {
  content: '\ec36';
}
/* '' */
.icon-sort-alphabet-outline:before {
  content: '\ec37';
}
/* '' */
.icon-sort-alphabet:before {
  content: '\ec38';
}
/* '' */
.icon-sort-numeric-outline:before {
  content: '\ec39';
}
/* '' */
.icon-sort-numeric:before {
  content: '\ec3a';
}
/* '' */
.icon-dribbble-circled-1:before {
  content: '\ec3b';
}
/* '' */
.icon-dribbble-2:before {
  content: '\ec3c';
}
/* '' */
.icon-facebook-circled-1:before {
  content: '\ec3d';
}
/* '' */
.icon-facebook-2:before {
  content: '\ec3e';
}
/* '' */
.icon-flickr-circled-1:before {
  content: '\ec3f';
}
/* '' */
.icon-flickr-2:before {
  content: '\ec40';
}
/* '' */
.icon-github-circled-2:before {
  content: '\ec41';
}
/* '' */
.icon-github-2:before {
  content: '\ec42';
}
/* '' */
.icon-lastfm-circled-1:before {
  content: '\ec43';
}
/* '' */
.icon-lastfm-2:before {
  content: '\ec44';
}
/* '' */
.icon-linkedin-circled-1:before {
  content: '\ec45';
}
/* '' */
.icon-linkedin-2:before {
  content: '\ec46';
}
/* '' */
.icon-pinterest-circled-2:before {
  content: '\ec47';
}
/* '' */
.icon-pinterest-1:before {
  content: '\ec48';
}
/* '' */
.icon-skype-outline:before {
  content: '\ec49';
}
/* '' */
.icon-skype-2:before {
  content: '\ec4a';
}
/* '' */
.icon-tumbler-circled:before {
  content: '\ec4b';
}
/* '' */
.icon-tumbler:before {
  content: '\ec4c';
}
/* '' */
.icon-twitter-circled-1:before {
  content: '\ec4d';
}
/* '' */
.icon-twitter-2:before {
  content: '\ec4e';
}
/* '' */
.icon-vimeo-circled-1:before {
  content: '\ec4f';
}
/* '' */
.icon-vimeo-1:before {
  content: '\ec50';
}
/* '' */
.icon-search-3:before {
  content: '\ec51';
}
/* '' */
.icon-mail-3:before {
  content: '\ec52';
}
/* '' */
.icon-heart-3:before {
  content: '\ec53';
}
/* '' */
.icon-heart-empty-2:before {
  content: '\ec54';
}
/* '' */
.icon-star-3:before {
  content: '\ec55';
}
/* '' */
.icon-user-3:before {
  content: '\ec56';
}
/* '' */
.icon-video-3:before {
  content: '\ec57';
}
/* '' */
.icon-picture-3:before {
  content: '\ec58';
}
/* '' */
.icon-camera-3:before {
  content: '\ec59';
}
/* '' */
.icon-ok-2:before {
  content: '\ec5a';
}
/* '' */
.icon-ok-circle:before {
  content: '\ec5b';
}
/* '' */
.icon-cancel-3:before {
  content: '\ec5c';
}
/* '' */
.icon-cancel-circle:before {
  content: '\ec5d';
}
/* '' */
.icon-plus-3:before {
  content: '\ec5e';
}
/* '' */
.icon-plus-circle:before {
  content: '\ec5f';
}
/* '' */
.icon-minus-3:before {
  content: '\ec60';
}
/* '' */
.icon-minus-circle:before {
  content: '\ec61';
}
/* '' */
.icon-help-2:before {
  content: '\ec62';
}
/* '' */
.icon-info-3:before {
  content: '\ec63';
}
/* '' */
.icon-home-3:before {
  content: '\ec64';
}
/* '' */
.icon-link-3:before {
  content: '\ec65';
}
/* '' */
.icon-attach-3:before {
  content: '\ec66';
}
/* '' */
.icon-lock-3:before {
  content: '\ec67';
}
/* '' */
.icon-lock-empty:before {
  content: '\ec68';
}
/* '' */
.icon-lock-open-3:before {
  content: '\ec69';
}
/* '' */
.icon-lock-open-empty:before {
  content: '\ec6a';
}
/* '' */
.icon-pin-2:before {
  content: '\ec6b';
}
/* '' */
.icon-eye-3:before {
  content: '\ec6c';
}
/* '' */
.icon-tag-3:before {
  content: '\ec6d';
}
/* '' */
.icon-tag-empty:before {
  content: '\ec6e';
}
/* '' */
.icon-download-3:before {
  content: '\ec6f';
}
/* '' */
.icon-upload-3:before {
  content: '\ec70';
}
/* '' */
.icon-download-cloud-1:before {
  content: '\ec71';
}
/* '' */
.icon-upload-cloud-3:before {
  content: '\ec72';
}
/* '' */
.icon-quote-left-1:before {
  content: '\ec73';
}
/* '' */
.icon-quote-right-1:before {
  content: '\ec74';
}
/* '' */
.icon-quote-left-alt:before {
  content: '\ec75';
}
/* '' */
.icon-quote-right-alt:before {
  content: '\ec76';
}
/* '' */
.icon-pencil-3:before {
  content: '\ec77';
}
/* '' */
.icon-pencil-neg:before {
  content: '\ec78';
}
/* '' */
.icon-pencil-alt:before {
  content: '\ec79';
}
/* '' */
.icon-undo:before {
  content: '\ec7a';
}
/* '' */
.icon-comment-3:before {
  content: '\ec7b';
}
/* '' */
.icon-comment-inv:before {
  content: '\ec7c';
}
/* '' */
.icon-comment-alt:before {
  content: '\ec7d';
}
/* '' */
.icon-comment-inv-alt:before {
  content: '\ec7e';
}
/* '' */
.icon-comment-alt2:before {
  content: '\ec7f';
}
/* '' */
.icon-comment-inv-alt2:before {
  content: '\ec80';
}
/* '' */
.icon-chat-3:before {
  content: '\ec81';
}
/* '' */
.icon-chat-inv:before {
  content: '\ec82';
}
/* '' */
.icon-location-3:before {
  content: '\ec83';
}
/* '' */
.icon-location-inv:before {
  content: '\ec84';
}
/* '' */
.icon-location-alt:before {
  content: '\ec85';
}
/* '' */
.icon-compass-3:before {
  content: '\ec86';
}
/* '' */
.icon-trash-3:before {
  content: '\ec87';
}
/* '' */
.icon-trash-empty-1:before {
  content: '\ec88';
}
/* '' */
.icon-doc-3:before {
  content: '\ec89';
}
/* '' */
.icon-doc-inv-1:before {
  content: '\ec8a';
}
/* '' */
.icon-doc-alt:before {
  content: '\ec8b';
}
/* '' */
.icon-doc-inv-alt:before {
  content: '\ec8c';
}
/* '' */
.icon-article:before {
  content: '\ec8d';
}
/* '' */
.icon-article-alt:before {
  content: '\ec8e';
}
/* '' */
.icon-book-open-1:before {
  content: '\ec8f';
}
/* '' */
.icon-folder-3:before {
  content: '\ec90';
}
/* '' */
.icon-folder-empty-1:before {
  content: '\ec91';
}
/* '' */
.icon-box-3:before {
  content: '\ec92';
}
/* '' */
.icon-rss-3:before {
  content: '\ec93';
}
/* '' */
.icon-rss-alt:before {
  content: '\ec94';
}
/* '' */
.icon-cog-3:before {
  content: '\ec95';
}
/* '' */
.icon-wrench-2:before {
  content: '\ec96';
}
/* '' */
.icon-share-2:before {
  content: '\ec97';
}
/* '' */
.icon-calendar-3:before {
  content: '\ec98';
}
/* '' */
.icon-calendar-inv:before {
  content: '\ec99';
}
/* '' */
.icon-calendar-alt:before {
  content: '\ec9a';
}
/* '' */
.icon-mic-3:before {
  content: '\ec9b';
}
/* '' */
.icon-volume-off-2:before {
  content: '\ec9c';
}
/* '' */
.icon-volume-up-1:before {
  content: '\ec9d';
}
/* '' */
.icon-headphones-2:before {
  content: '\ec9e';
}
/* '' */
.icon-clock-3:before {
  content: '\ec9f';
}
/* '' */
.icon-lamp-1:before {
  content: '\eca0';
}
/* '' */
.icon-block-3:before {
  content: '\eca1';
}
/* '' */
.icon-resize-full-3:before {
  content: '\eca2';
}
/* '' */
.icon-resize-full-alt-1:before {
  content: '\eca3';
}
/* '' */
.icon-resize-small-2:before {
  content: '\eca4';
}
/* '' */
.icon-resize-small-alt:before {
  content: '\eca5';
}
/* '' */
.icon-resize-vertical-1:before {
  content: '\eca6';
}
/* '' */
.icon-resize-horizontal-1:before {
  content: '\eca7';
}
/* '' */
.icon-move-2:before {
  content: '\eca8';
}
/* '' */
.icon-popup-3:before {
  content: '\eca9';
}
/* '' */
.icon-down-3:before {
  content: '\ecaa';
}
/* '' */
.icon-left-3:before {
  content: '\ecab';
}
/* '' */
.icon-right-3:before {
  content: '\ecac';
}
/* '' */
.icon-up-3:before {
  content: '\ecad';
}
/* '' */
.icon-down-circle:before {
  content: '\ecae';
}
/* '' */
.icon-left-circle:before {
  content: '\ecaf';
}
/* '' */
.icon-right-circle:before {
  content: '\ecb0';
}
/* '' */
.icon-up-circle:before {
  content: '\ecb1';
}
/* '' */
.icon-cw-3:before {
  content: '\ecb2';
}
/* '' */
.icon-loop-2:before {
  content: '\ecb3';
}
/* '' */
.icon-loop-alt-1:before {
  content: '\ecb4';
}
/* '' */
.icon-exchange-1:before {
  content: '\ecb5';
}
/* '' */
.icon-split:before {
  content: '\ecb6';
}
/* '' */
.icon-arrow-curved:before {
  content: '\ecb7';
}
/* '' */
.icon-play-3:before {
  content: '\ecb8';
}
/* '' */
.icon-play-circle2:before {
  content: '\ecb9';
}
/* '' */
.icon-stop-3:before {
  content: '\ecba';
}
/* '' */
.icon-pause-3:before {
  content: '\ecbb';
}
/* '' */
.icon-to-start-2:before {
  content: '\ecbc';
}
/* '' */
.icon-to-end-2:before {
  content: '\ecbd';
}
/* '' */
.icon-eject-2:before {
  content: '\ecbe';
}
/* '' */
.icon-target-3:before {
  content: '\ecbf';
}
/* '' */
.icon-signal-2:before {
  content: '\ecc0';
}
/* '' */
.icon-award-1:before {
  content: '\ecc1';
}
/* '' */
.icon-award-empty:before {
  content: '\ecc2';
}
/* '' */
.icon-list-2:before {
  content: '\ecc3';
}
/* '' */
.icon-list-nested:before {
  content: '\ecc4';
}
/* '' */
.icon-bat-empty:before {
  content: '\ecc5';
}
/* '' */
.icon-bat-half:before {
  content: '\ecc6';
}
/* '' */
.icon-bat-full:before {
  content: '\ecc7';
}
/* '' */
.icon-bat-charge-1:before {
  content: '\ecc8';
}
/* '' */
.icon-mobile-3:before {
  content: '\ecc9';
}
/* '' */
.icon-cd-1:before {
  content: '\ecca';
}
/* '' */
.icon-equalizer:before {
  content: '\eccb';
}
/* '' */
.icon-cursor:before {
  content: '\eccc';
}
/* '' */
.icon-aperture:before {
  content: '\eccd';
}
/* '' */
.icon-aperture-alt:before {
  content: '\ecce';
}
/* '' */
.icon-steering-wheel:before {
  content: '\eccf';
}
/* '' */
.icon-book-2:before {
  content: '\ecd0';
}
/* '' */
.icon-book-alt:before {
  content: '\ecd1';
}
/* '' */
.icon-brush-3:before {
  content: '\ecd2';
}
/* '' */
.icon-brush-alt:before {
  content: '\ecd3';
}
/* '' */
.icon-eyedropper-1:before {
  content: '\ecd4';
}
/* '' */
.icon-layers:before {
  content: '\ecd5';
}
/* '' */
.icon-layers-alt:before {
  content: '\ecd6';
}
/* '' */
.icon-sun-2:before {
  content: '\ecd7';
}
/* '' */
.icon-sun-inv:before {
  content: '\ecd8';
}
/* '' */
.icon-cloud-3:before {
  content: '\ecd9';
}
/* '' */
.icon-rain-1:before {
  content: '\ecda';
}
/* '' */
.icon-flash-3:before {
  content: '\ecdb';
}
/* '' */
.icon-moon-3:before {
  content: '\ecdc';
}
/* '' */
.icon-moon-inv:before {
  content: '\ecdd';
}
/* '' */
.icon-umbrella-1:before {
  content: '\ecde';
}
/* '' */
.icon-chart-bar-3:before {
  content: '\ecdf';
}
/* '' */
.icon-chart-pie-3:before {
  content: '\ece0';
}
/* '' */
.icon-chart-pie-alt:before {
  content: '\ece1';
}
/* '' */
.icon-key-3:before {
  content: '\ece2';
}
/* '' */
.icon-key-inv:before {
  content: '\ece3';
}
/* '' */
.icon-hash:before {
  content: '\ece4';
}
/* '' */
.icon-at-2:before {
  content: '\ece5';
}
/* '' */
.icon-pilcrow:before {
  content: '\ece6';
}
/* '' */
.icon-dial:before {
  content: '\ece7';
}
/* '' */
.icon-search-4:before {
  content: '\ece8';
}
/* '' */
.icon-mail-4:before {
  content: '\ece9';
}
/* '' */
.icon-heart-4:before {
  content: '\ecea';
}
/* '' */
.icon-star-4:before {
  content: '\eceb';
}
/* '' */
.icon-user-4:before {
  content: '\ecec';
}
/* '' */
.icon-user-woman:before {
  content: '\eced';
}
/* '' */
.icon-user-pair:before {
  content: '\ecee';
}
/* '' */
.icon-video-alt:before {
  content: '\ecef';
}
/* '' */
.icon-videocam-2:before {
  content: '\ecf0';
}
/* '' */
.icon-videocam-alt:before {
  content: '\ecf1';
}
/* '' */
.icon-camera-4:before {
  content: '\ecf2';
}
/* '' */
.icon-th-2:before {
  content: '\ecf3';
}
/* '' */
.icon-th-list-2:before {
  content: '\ecf4';
}
/* '' */
.icon-ok-3:before {
  content: '\ecf5';
}
/* '' */
.icon-cancel-4:before {
  content: '\ecf6';
}
/* '' */
.icon-cancel-circle-1:before {
  content: '\ecf7';
}
/* '' */
.icon-plus-4:before {
  content: '\ecf8';
}
/* '' */
.icon-home-4:before {
  content: '\ecf9';
}
/* '' */
.icon-lock-4:before {
  content: '\ecfa';
}
/* '' */
.icon-lock-open-4:before {
  content: '\ecfb';
}
/* '' */
.icon-eye-4:before {
  content: '\ecfc';
}
/* '' */
.icon-tag-4:before {
  content: '\ecfd';
}
/* '' */
.icon-thumbs-up-3:before {
  content: '\ecfe';
}
/* '' */
.icon-thumbs-down-3:before {
  content: '\ecff';
}
/* '' */
.icon-download-4:before {
  content: '\ed00';
}
/* '' */
.icon-export-3:before {
  content: '\ed01';
}
/* '' */
.icon-pencil-4:before {
  content: '\ed02';
}
/* '' */
.icon-pencil-alt-1:before {
  content: '\ed03';
}
/* '' */
.icon-edit-2:before {
  content: '\ed04';
}
/* '' */
.icon-chat-4:before {
  content: '\ed05';
}
/* '' */
.icon-print-3:before {
  content: '\ed06';
}
/* '' */
.icon-bell-3:before {
  content: '\ed07';
}
/* '' */
.icon-attention-3:before {
  content: '\ed08';
}
/* '' */
.icon-info-4:before {
  content: '\ed09';
}
/* '' */
.icon-question:before {
  content: '\ed0a';
}
/* '' */
.icon-location-4:before {
  content: '\ed0b';
}
/* '' */
.icon-trash-4:before {
  content: '\ed0c';
}
/* '' */
.icon-doc-4:before {
  content: '\ed0d';
}
/* '' */
.icon-article-1:before {
  content: '\ed0e';
}
/* '' */
.icon-article-alt-1:before {
  content: '\ed0f';
}
/* '' */
.icon-rss-4:before {
  content: '\ed10';
}
/* '' */
.icon-wrench-3:before {
  content: '\ed11';
}
/* '' */
.icon-basket-3:before {
  content: '\ed12';
}
/* '' */
.icon-basket-alt:before {
  content: '\ed13';
}
/* '' */
.icon-calendar-4:before {
  content: '\ed14';
}
/* '' */
.icon-calendar-alt-1:before {
  content: '\ed15';
}
/* '' */
.icon-volume-off-3:before {
  content: '\ed16';
}
/* '' */
.icon-volume-down-1:before {
  content: '\ed17';
}
/* '' */
.icon-volume-up-2:before {
  content: '\ed18';
}
/* '' */
.icon-bullhorn:before {
  content: '\ed19';
}
/* '' */
.icon-clock-4:before {
  content: '\ed1a';
}
/* '' */
.icon-clock-alt:before {
  content: '\ed1b';
}
/* '' */
.icon-stop-4:before {
  content: '\ed1c';
}
/* '' */
.icon-resize-full-4:before {
  content: '\ed1d';
}
/* '' */
.icon-resize-small-3:before {
  content: '\ed1e';
}
/* '' */
.icon-zoom-in-2:before {
  content: '\ed1f';
}
/* '' */
.icon-zoom-out-2:before {
  content: '\ed20';
}
/* '' */
.icon-popup-4:before {
  content: '\ed21';
}
/* '' */
.icon-down-dir-2:before {
  content: '\ed22';
}
/* '' */
.icon-left-dir-2:before {
  content: '\ed23';
}
/* '' */
.icon-right-dir-2:before {
  content: '\ed24';
}
/* '' */
.icon-up-dir-2:before {
  content: '\ed25';
}
/* '' */
.icon-down-4:before {
  content: '\ed26';
}
/* '' */
.icon-up-4:before {
  content: '\ed27';
}
/* '' */
.icon-cw-4:before {
  content: '\ed28';
}
/* '' */
.icon-signal-3:before {
  content: '\ed29';
}
/* '' */
.icon-award-2:before {
  content: '\ed2a';
}
/* '' */
.icon-mobile-4:before {
  content: '\ed2b';
}
/* '' */
.icon-mobile-alt:before {
  content: '\ed2c';
}
/* '' */
.icon-tablet-2:before {
  content: '\ed2d';
}
/* '' */
.icon-ipod:before {
  content: '\ed2e';
}
/* '' */
.icon-cd-2:before {
  content: '\ed2f';
}
/* '' */
.icon-grid:before {
  content: '\ed30';
}
/* '' */
.icon-book-3:before {
  content: '\ed31';
}
/* '' */
.icon-easel:before {
  content: '\ed32';
}
/* '' */
.icon-globe-3:before {
  content: '\ed33';
}
/* '' */
.icon-chart-1:before {
  content: '\ed34';
}
/* '' */
.icon-chart-bar-4:before {
  content: '\ed35';
}
/* '' */
.icon-chart-pie-4:before {
  content: '\ed36';
}
/* '' */
.icon-dollar-1:before {
  content: '\ed37';
}
/* '' */
.icon-at-3:before {
  content: '\ed38';
}
/* '' */
.icon-colon:before {
  content: '\ed39';
}
/* '' */
.icon-semicolon:before {
  content: '\ed3a';
}
/* '' */
.icon-squares:before {
  content: '\ed3b';
}
/* '' */
.icon-money-1:before {
  content: '\ed3c';
}
/* '' */
.icon-facebook-3:before {
  content: '\ed3d';
}
/* '' */
.icon-facebook-rect:before {
  content: '\ed3e';
}
/* '' */
.icon-twitter-3:before {
  content: '\ed3f';
}
/* '' */
.icon-twitter-bird:before {
  content: '\ed40';
}
/* '' */
.icon-twitter-rect:before {
  content: '\ed41';
}
/* '' */
.icon-youtube-1:before {
  content: '\ed42';
}
/* '' */
.icon-windy-rain-inv:before {
  content: '\ed43';
}
/* '' */
.icon-snow-inv:before {
  content: '\ed44';
}
/* '' */
.icon-snow-heavy-inv:before {
  content: '\ed45';
}
/* '' */
.icon-hail-inv:before {
  content: '\ed46';
}
/* '' */
.icon-clouds-inv:before {
  content: '\ed47';
}
/* '' */
.icon-clouds-flash-inv:before {
  content: '\ed48';
}
/* '' */
.icon-temperature:before {
  content: '\ed49';
}
/* '' */
.icon-compass-4:before {
  content: '\ed4a';
}
/* '' */
.icon-na:before {
  content: '\ed4b';
}
/* '' */
.icon-celcius:before {
  content: '\ed4c';
}
/* '' */
.icon-fahrenheit:before {
  content: '\ed4d';
}
/* '' */
.icon-clouds-flash-alt:before {
  content: '\ed4e';
}
/* '' */
.icon-sun-inv-1:before {
  content: '\ed4f';
}
/* '' */
.icon-moon-inv-1:before {
  content: '\ed50';
}
/* '' */
.icon-cloud-sun-inv:before {
  content: '\ed51';
}
/* '' */
.icon-cloud-moon-inv:before {
  content: '\ed52';
}
/* '' */
.icon-cloud-inv:before {
  content: '\ed53';
}
/* '' */
.icon-cloud-flash-inv:before {
  content: '\ed54';
}
/* '' */
.icon-drizzle-inv:before {
  content: '\ed55';
}
/* '' */
.icon-rain-inv:before {
  content: '\ed56';
}
/* '' */
.icon-windy-inv:before {
  content: '\ed57';
}
/* '' */
.icon-sunrise:before {
  content: '\ed58';
}
/* '' */
.icon-sun-3:before {
  content: '\ed59';
}
/* '' */
.icon-moon-4:before {
  content: '\ed5a';
}
/* '' */
.icon-eclipse:before {
  content: '\ed5b';
}
/* '' */
.icon-mist:before {
  content: '\ed5c';
}
/* '' */
.icon-wind-1:before {
  content: '\ed5d';
}
/* '' */
.icon-snowflake:before {
  content: '\ed5e';
}
/* '' */
.icon-cloud-sun-1:before {
  content: '\ed5f';
}
/* '' */
.icon-cloud-moon:before {
  content: '\ed60';
}
/* '' */
.icon-fog-sun:before {
  content: '\ed61';
}
/* '' */
.icon-fog-moon:before {
  content: '\ed62';
}
/* '' */
.icon-fog-cloud:before {
  content: '\ed63';
}
/* '' */
.icon-fog:before {
  content: '\ed64';
}
/* '' */
.icon-cloud-4:before {
  content: '\ed65';
}
/* '' */
.icon-cloud-flash-1:before {
  content: '\ed66';
}
/* '' */
.icon-cloud-flash-alt:before {
  content: '\ed67';
}
/* '' */
.icon-drizzle-1:before {
  content: '\ed68';
}
/* '' */
.icon-rain-2:before {
  content: '\ed69';
}
/* '' */
.icon-windy:before {
  content: '\ed6a';
}
/* '' */
.icon-windy-rain:before {
  content: '\ed6b';
}
/* '' */
.icon-snow-1:before {
  content: '\ed6c';
}
/* '' */
.icon-snow-alt:before {
  content: '\ed6d';
}
/* '' */
.icon-snow-heavy:before {
  content: '\ed6e';
}
/* '' */
.icon-hail:before {
  content: '\ed6f';
}
/* '' */
.icon-clouds:before {
  content: '\ed70';
}
/* '' */
.icon-clouds-flash:before {
  content: '\ed71';
}
/* '' */
.icon-search-5:before {
  content: '\ed72';
}
/* '' */
.icon-mail-5:before {
  content: '\ed73';
}
/* '' */
.icon-heart-5:before {
  content: '\ed74';
}
/* '' */
.icon-heart-broken:before {
  content: '\ed75';
}
/* '' */
.icon-star-5:before {
  content: '\ed76';
}
/* '' */
.icon-star-empty-2:before {
  content: '\ed77';
}
/* '' */
.icon-star-half-1:before {
  content: '\ed78';
}
/* '' */
.icon-star-half_empty:before {
  content: '\ed79';
}
/* '' */
.icon-user-5:before {
  content: '\ed7a';
}
/* '' */
.icon-user-male:before {
  content: '\ed7b';
}
/* '' */
.icon-user-female:before {
  content: '\ed7c';
}
/* '' */
.icon-users-3:before {
  content: '\ed7d';
}
/* '' */
.icon-movie:before {
  content: '\ed7e';
}
/* '' */
.icon-videocam-3:before {
  content: '\ed7f';
}
/* '' */
.icon-isight:before {
  content: '\ed80';
}
/* '' */
.icon-camera-5:before {
  content: '\ed81';
}
/* '' */
.icon-menu-3:before {
  content: '\ed82';
}
/* '' */
.icon-th-thumb:before {
  content: '\ed83';
}
/* '' */
.icon-th-thumb-empty:before {
  content: '\ed84';
}
/* '' */
.icon-th-list-3:before {
  content: '\ed85';
}
/* '' */
.icon-ok-4:before {
  content: '\ed86';
}
/* '' */
.icon-ok-circled-1:before {
  content: '\ed87';
}
/* '' */
.icon-cancel-5:before {
  content: '\ed88';
}
/* '' */
.icon-cancel-circled-3:before {
  content: '\ed89';
}
/* '' */
.icon-plus-5:before {
  content: '\ed8a';
}
/* '' */
.icon-help-circled-2:before {
  content: '\ed8b';
}
/* '' */
.icon-help-circled-alt:before {
  content: '\ed8c';
}
/* '' */
.icon-info-circled-2:before {
  content: '\ed8d';
}
/* '' */
.icon-info-circled-alt:before {
  content: '\ed8e';
}
/* '' */
.icon-home-5:before {
  content: '\ed8f';
}
/* '' */
.icon-link-4:before {
  content: '\ed90';
}
/* '' */
.icon-attach-4:before {
  content: '\ed91';
}
/* '' */
.icon-lock-5:before {
  content: '\ed92';
}
/* '' */
.icon-lock-alt:before {
  content: '\ed93';
}
/* '' */
.icon-lock-open-5:before {
  content: '\ed94';
}
/* '' */
.icon-lock-open-alt-1:before {
  content: '\ed95';
}
/* '' */
.icon-eye-5:before {
  content: '\ed96';
}
/* '' */
.icon-download-5:before {
  content: '\ed97';
}
/* '' */
.icon-upload-4:before {
  content: '\ed98';
}
/* '' */
.icon-download-cloud-2:before {
  content: '\ed99';
}
/* '' */
.icon-upload-cloud-4:before {
  content: '\ed9a';
}
/* '' */
.icon-reply-3:before {
  content: '\ed9b';
}
/* '' */
.icon-pencil-5:before {
  content: '\ed9c';
}
/* '' */
.icon-export-4:before {
  content: '\ed9d';
}
/* '' */
.icon-print-4:before {
  content: '\ed9e';
}
/* '' */
.icon-retweet-2:before {
  content: '\ed9f';
}
/* '' */
.icon-comment-4:before {
  content: '\eda0';
}
/* '' */
.icon-chat-5:before {
  content: '\eda1';
}
/* '' */
.icon-bell-4:before {
  content: '\eda2';
}
/* '' */
.icon-attention-4:before {
  content: '\eda3';
}
/* '' */
.icon-attention-alt-1:before {
  content: '\eda4';
}
/* '' */
.icon-location-5:before {
  content: '\eda5';
}
/* '' */
.icon-trash-5:before {
  content: '\eda6';
}
/* '' */
.icon-doc-5:before {
  content: '\eda7';
}
/* '' */
.icon-newspaper-2:before {
  content: '\eda8';
}
/* '' */
.icon-folder-4:before {
  content: '\eda9';
}
/* '' */
.icon-folder-open-1:before {
  content: '\edaa';
}
/* '' */
.icon-folder-empty-2:before {
  content: '\edab';
}
/* '' */
.icon-folder-open-empty-1:before {
  content: '\edac';
}
/* '' */
.icon-cog-4:before {
  content: '\edad';
}
/* '' */
.icon-calendar-5:before {
  content: '\edae';
}
/* '' */
.icon-login-2:before {
  content: '\edaf';
}
/* '' */
.icon-logout-2:before {
  content: '\edb0';
}
/* '' */
.icon-mic-4:before {
  content: '\edb1';
}
/* '' */
.icon-mic-off:before {
  content: '\edb2';
}
/* '' */
.icon-clock-5:before {
  content: '\edb3';
}
/* '' */
.icon-stopwatch-1:before {
  content: '\edb4';
}
/* '' */
.icon-hourglass-1:before {
  content: '\edb5';
}
/* '' */
.icon-zoom-in-3:before {
  content: '\edb6';
}
/* '' */
.icon-zoom-out-3:before {
  content: '\edb7';
}
/* '' */
.icon-down-open-2:before {
  content: '\edb8';
}
/* '' */
.icon-left-open-3:before {
  content: '\edb9';
}
/* '' */
.icon-right-open-3:before {
  content: '\edba';
}
/* '' */
.icon-up-open-2:before {
  content: '\edbb';
}
/* '' */
.icon-down-5:before {
  content: '\edbc';
}
/* '' */
.icon-left-4:before {
  content: '\edbd';
}
/* '' */
.icon-right-4:before {
  content: '\edbe';
}
/* '' */
.icon-up-5:before {
  content: '\edbf';
}
/* '' */
.icon-down-bold-1:before {
  content: '\edc0';
}
/* '' */
.icon-left-bold-1:before {
  content: '\edc1';
}
/* '' */
.icon-right-bold-1:before {
  content: '\edc2';
}
/* '' */
.icon-up-bold-1:before {
  content: '\edc3';
}
/* '' */
.icon-down-fat:before {
  content: '\edc4';
}
/* '' */
.icon-left-fat:before {
  content: '\edc5';
}
/* '' */
.icon-right-fat:before {
  content: '\edc6';
}
/* '' */
.icon-up-fat:before {
  content: '\edc7';
}
/* '' */
.icon-ccw-2:before {
  content: '\edc8';
}
/* '' */
.icon-shuffle-3:before {
  content: '\edc9';
}
/* '' */
.icon-play-4:before {
  content: '\edca';
}
/* '' */
.icon-pause-4:before {
  content: '\edcb';
}
/* '' */
.icon-stop-5:before {
  content: '\edcc';
}
/* '' */
.icon-to-end-3:before {
  content: '\edcd';
}
/* '' */
.icon-to-start-3:before {
  content: '\edce';
}
/* '' */
.icon-fast-forward-1:before {
  content: '\edcf';
}
/* '' */
.icon-fast-backward-1:before {
  content: '\edd0';
}
/* '' */
.icon-trophy-1:before {
  content: '\edd1';
}
/* '' */
.icon-monitor-1:before {
  content: '\edd2';
}
/* '' */
.icon-tablet-3:before {
  content: '\edd3';
}
/* '' */
.icon-mobile-5:before {
  content: '\edd4';
}
/* '' */
.icon-data-science:before {
  content: '\edd5';
}
/* '' */
.icon-data-science-inv:before {
  content: '\edd6';
}
/* '' */
.icon-inbox-2:before {
  content: '\edd7';
}
/* '' */
.icon-globe-4:before {
  content: '\edd8';
}
/* '' */
.icon-globe-inv:before {
  content: '\edd9';
}
/* '' */
.icon-flash-4:before {
  content: '\edda';
}
/* '' */
.icon-cloud-5:before {
  content: '\eddb';
}
/* '' */
.icon-coverflow:before {
  content: '\eddc';
}
/* '' */
.icon-coverflow-empty:before {
  content: '\eddd';
}
/* '' */
.icon-math:before {
  content: '\edde';
}
/* '' */
.icon-math-circled:before {
  content: '\eddf';
}
/* '' */
.icon-math-circled-empty:before {
  content: '\ede0';
}
/* '' */
.icon-paper-plane-2:before {
  content: '\ede1';
}
/* '' */
.icon-paper-plane-alt:before {
  content: '\ede2';
}
/* '' */
.icon-paper-plane-alt2:before {
  content: '\ede3';
}
/* '' */
.icon-fontsize:before {
  content: '\ede4';
}
/* '' */
.icon-color-adjust:before {
  content: '\ede5';
}
/* '' */
.icon-fire-1:before {
  content: '\ede6';
}
/* '' */
.icon-chart-bar-5:before {
  content: '\ede7';
}
/* '' */
.icon-hdd-1:before {
  content: '\ede8';
}
/* '' */
.icon-connected-object:before {
  content: '\ede9';
}
/* '' */
.icon-ruler:before {
  content: '\edea';
}
/* '' */
.icon-vector:before {
  content: '\edeb';
}
/* '' */
.icon-vector-pencil:before {
  content: '\edec';
}
/* '' */
.icon-at-4:before {
  content: '\eded';
}
/* '' */
.icon-hash-1:before {
  content: '\edee';
}
/* '' */
.icon-female-1:before {
  content: '\edef';
}
/* '' */
.icon-male-1:before {
  content: '\edf0';
}
/* '' */
.icon-spread:before {
  content: '\edf1';
}
/* '' */
.icon-king:before {
  content: '\edf2';
}
/* '' */
.icon-anchor-2:before {
  content: '\edf3';
}
/* '' */
.icon-joystick:before {
  content: '\edf4';
}
/* '' */
.icon-spinner1:before {
  content: '\edf5';
}
/* '' */
.icon-spinner2:before {
  content: '\edf6';
}
/* '' */
.icon-github-3:before {
  content: '\edf7';
}
/* '' */
.icon-github-circled-3:before {
  content: '\edf8';
}
/* '' */
.icon-github-circled-alt:before {
  content: '\edf9';
}
/* '' */
.icon-github-circled-alt2:before {
  content: '\edfa';
}
/* '' */
.icon-twitter-4:before {
  content: '\edfb';
}
/* '' */
.icon-twitter-circled-2:before {
  content: '\edfc';
}
/* '' */
.icon-facebook-4:before {
  content: '\edfd';
}
/* '' */
.icon-facebook-circled-2:before {
  content: '\edfe';
}
/* '' */
.icon-gplus-2:before {
  content: '\edff';
}
/* '' */
.icon-gplus-circled-1:before {
  content: '\ee00';
}
/* '' */
.icon-linkedin-3:before {
  content: '\ee01';
}
/* '' */
.icon-linkedin-circled-2:before {
  content: '\ee02';
}
/* '' */
.icon-dribbble-3:before {
  content: '\ee03';
}
/* '' */
.icon-dribbble-circled-2:before {
  content: '\ee04';
}
/* '' */
.icon-instagram-1:before {
  content: '\ee05';
}
/* '' */
.icon-instagram-circled:before {
  content: '\ee06';
}
/* '' */
.icon-soundcloud-2:before {
  content: '\ee07';
}
/* '' */
.icon-soundcloud-circled:before {
  content: '\ee08';
}
/* '' */
.icon-mfg-logo:before {
  content: '\ee09';
}
/* '' */
.icon-mfg-logo-circled:before {
  content: '\ee0a';
}
/* '' */
.icon-aboveground-rail:before {
  content: '\ee0b';
}
/* '' */
.icon-airfield:before {
  content: '\ee0c';
}
/* '' */
.icon-airport:before {
  content: '\ee0d';
}
/* '' */
.icon-art-gallery:before {
  content: '\ee0e';
}
/* '' */
.icon-bar:before {
  content: '\ee0f';
}
/* '' */
.icon-baseball:before {
  content: '\ee10';
}
/* '' */
.icon-basketball:before {
  content: '\ee11';
}
/* '' */
.icon-beer-2:before {
  content: '\ee12';
}
/* '' */
.icon-belowground-rail:before {
  content: '\ee13';
}
/* '' */
.icon-bicycle-1:before {
  content: '\ee14';
}
/* '' */
.icon-bus-1:before {
  content: '\ee15';
}
/* '' */
.icon-cafe:before {
  content: '\ee16';
}
/* '' */
.icon-campsite:before {
  content: '\ee17';
}
/* '' */
.icon-cemetery:before {
  content: '\ee18';
}
/* '' */
.icon-cinema:before {
  content: '\ee19';
}
/* '' */
.icon-college:before {
  content: '\ee1a';
}
/* '' */
.icon-commerical-building:before {
  content: '\ee1b';
}
/* '' */
.icon-credit-card-3:before {
  content: '\ee1c';
}
/* '' */
.icon-cricket:before {
  content: '\ee1d';
}
/* '' */
.icon-embassy:before {
  content: '\ee1e';
}
/* '' */
.icon-fast-food:before {
  content: '\ee1f';
}
/* '' */
.icon-ferry:before {
  content: '\ee20';
}
/* '' */
.icon-fire-station:before {
  content: '\ee21';
}
/* '' */
.icon-football:before {
  content: '\ee22';
}
/* '' */
.icon-fuel:before {
  content: '\ee23';
}
/* '' */
.icon-garden:before {
  content: '\ee24';
}
/* '' */
.icon-giraffe:before {
  content: '\ee25';
}
/* '' */
.icon-golf:before {
  content: '\ee26';
}
/* '' */
.icon-grocery-store:before {
  content: '\ee27';
}
/* '' */
.icon-harbor:before {
  content: '\ee28';
}
/* '' */
.icon-heliport:before {
  content: '\ee29';
}
/* '' */
.icon-hospital-1:before {
  content: '\ee2a';
}
/* '' */
.icon-industrial-building:before {
  content: '\ee2b';
}
/* '' */
.icon-library:before {
  content: '\ee2c';
}
/* '' */
.icon-lodging:before {
  content: '\ee2d';
}
/* '' */
.icon-london-underground:before {
  content: '\ee2e';
}
/* '' */
.icon-minefield:before {
  content: '\ee2f';
}
/* '' */
.icon-monument:before {
  content: '\ee30';
}
/* '' */
.icon-museum:before {
  content: '\ee31';
}
/* '' */
.icon-pharmacy:before {
  content: '\ee32';
}
/* '' */
.icon-pitch:before {
  content: '\ee33';
}
/* '' */
.icon-police:before {
  content: '\ee34';
}
/* '' */
.icon-post:before {
  content: '\ee35';
}
/* '' */
.icon-prison:before {
  content: '\ee36';
}
/* '' */
.icon-rail:before {
  content: '\ee37';
}
/* '' */
.icon-religious-christian:before {
  content: '\ee38';
}
/* '' */
.icon-religious-islam:before {
  content: '\ee39';
}
/* '' */
.icon-religious-jewish:before {
  content: '\ee3a';
}
/* '' */
.icon-restaurant:before {
  content: '\ee3b';
}
/* '' */
.icon-roadblock:before {
  content: '\ee3c';
}
/* '' */
.icon-school:before {
  content: '\ee3d';
}
/* '' */
.icon-shop:before {
  content: '\ee3e';
}
/* '' */
.icon-skiing:before {
  content: '\ee3f';
}
/* '' */
.icon-soccer:before {
  content: '\ee40';
}
/* '' */
.icon-swimming:before {
  content: '\ee41';
}
/* '' */
.icon-tennis:before {
  content: '\ee42';
}
/* '' */
.icon-theatre:before {
  content: '\ee43';
}
/* '' */
.icon-toilet:before {
  content: '\ee44';
}
/* '' */
.icon-town-hall:before {
  content: '\ee45';
}
/* '' */
.icon-trash-6:before {
  content: '\ee46';
}
/* '' */
.icon-tree-2:before {
  content: '\ee47';
}
/* '' */
.icon-tree-3:before {
  content: '\ee48';
}
/* '' */
.icon-warehouse:before {
  content: '\ee49';
}
/* '' */
.icon-duckduckgo:before {
  content: '\ee4a';
}
/* '' */
.icon-aim:before {
  content: '\ee4b';
}
/* '' */
.icon-delicious-1:before {
  content: '\ee4c';
}
/* '' */
.icon-paypal-2:before {
  content: '\ee4d';
}
/* '' */
.icon-flattr-1:before {
  content: '\ee4e';
}
/* '' */
.icon-android-1:before {
  content: '\ee4f';
}
/* '' */
.icon-eventful:before {
  content: '\ee50';
}
/* '' */
.icon-smashmag:before {
  content: '\ee51';
}
/* '' */
.icon-gplus-3:before {
  content: '\ee52';
}
/* '' */
.icon-wikipedia:before {
  content: '\ee53';
}
/* '' */
.icon-lanyrd:before {
  content: '\ee54';
}
/* '' */
.icon-calendar-6:before {
  content: '\ee55';
}
/* '' */
.icon-stumbleupon-2:before {
  content: '\ee56';
}
/* '' */
.icon-fivehundredpx:before {
  content: '\ee57';
}
/* '' */
.icon-pinterest-2:before {
  content: '\ee58';
}
/* '' */
.icon-bitcoin-1:before {
  content: '\ee59';
}
/* '' */
.icon-w3c:before {
  content: '\ee5a';
}
/* '' */
.icon-foursquare-1:before {
  content: '\ee5b';
}
/* '' */
.icon-html5-1:before {
  content: '\ee5c';
}
/* '' */
.icon-ie-1:before {
  content: '\ee5d';
}
/* '' */
.icon-call:before {
  content: '\ee5e';
}
/* '' */
.icon-grooveshark:before {
  content: '\ee5f';
}
/* '' */
.icon-ninetyninedesigns:before {
  content: '\ee60';
}
/* '' */
.icon-forrst:before {
  content: '\ee61';
}
/* '' */
.icon-digg-1:before {
  content: '\ee62';
}
/* '' */
.icon-spotify-2:before {
  content: '\ee63';
}
/* '' */
.icon-reddit-1:before {
  content: '\ee64';
}
/* '' */
.icon-guest:before {
  content: '\ee65';
}
/* '' */
.icon-gowalla:before {
  content: '\ee66';
}
/* '' */
.icon-appstore:before {
  content: '\ee67';
}
/* '' */
.icon-blogger:before {
  content: '\ee68';
}
/* '' */
.icon-cc-2:before {
  content: '\ee69';
}
/* '' */
.icon-dribbble-4:before {
  content: '\ee6a';
}
/* '' */
.icon-evernote-1:before {
  content: '\ee6b';
}
/* '' */
.icon-flickr-3:before {
  content: '\ee6c';
}
/* '' */
.icon-google-1:before {
  content: '\ee6d';
}
/* '' */
.icon-viadeo:before {
  content: '\ee6e';
}
/* '' */
.icon-instapaper:before {
  content: '\ee6f';
}
/* '' */
.icon-weibo-1:before {
  content: '\ee70';
}
/* '' */
.icon-klout:before {
  content: '\ee71';
}
/* '' */
.icon-linkedin-4:before {
  content: '\ee72';
}
/* '' */
.icon-meetup:before {
  content: '\ee73';
}
/* '' */
.icon-vk:before {
  content: '\ee74';
}
/* '' */
.icon-plancast:before {
  content: '\ee75';
}
/* '' */
.icon-disqus:before {
  content: '\ee76';
}
/* '' */
.icon-rss-5:before {
  content: '\ee77';
}
/* '' */
.icon-skype-3:before {
  content: '\ee78';
}
/* '' */
.icon-twitter-5:before {
  content: '\ee79';
}
/* '' */
.icon-youtube-2:before {
  content: '\ee7a';
}
/* '' */
.icon-vimeo-2:before {
  content: '\ee7b';
}
/* '' */
.icon-windows-1:before {
  content: '\ee7c';
}
/* '' */
.icon-xing-1:before {
  content: '\ee7d';
}
/* '' */
.icon-yahoo-1:before {
  content: '\ee7e';
}
/* '' */
.icon-chrome-1:before {
  content: '\ee7f';
}
/* '' */
.icon-email:before {
  content: '\ee80';
}
/* '' */
.icon-macstore:before {
  content: '\ee81';
}
/* '' */
.icon-myspace:before {
  content: '\ee82';
}
/* '' */
.icon-podcast:before {
  content: '\ee83';
}
/* '' */
.icon-amazon:before {
  content: '\ee84';
}
/* '' */
.icon-steam-1:before {
  content: '\ee85';
}
/* '' */
.icon-cloudapp:before {
  content: '\ee86';
}
/* '' */
.icon-dropbox-2:before {
  content: '\ee87';
}
/* '' */
.icon-ebay:before {
  content: '\ee88';
}
/* '' */
.icon-facebook-5:before {
  content: '\ee89';
}
/* '' */
.icon-github-4:before {
  content: '\ee8a';
}
/* '' */
.icon-github-circled-4:before {
  content: '\ee8b';
}
/* '' */
.icon-googleplay:before {
  content: '\ee8c';
}
/* '' */
.icon-itunes:before {
  content: '\ee8d';
}
/* '' */
.icon-plurk:before {
  content: '\ee8e';
}
/* '' */
.icon-songkick:before {
  content: '\ee8f';
}
/* '' */
.icon-lastfm-3:before {
  content: '\ee90';
}
/* '' */
.icon-gmail:before {
  content: '\ee91';
}
/* '' */
.icon-pinboard:before {
  content: '\ee92';
}
/* '' */
.icon-openid-1:before {
  content: '\ee93';
}
/* '' */
.icon-quora:before {
  content: '\ee94';
}
/* '' */
.icon-soundcloud-3:before {
  content: '\ee95';
}
/* '' */
.icon-tumblr-2:before {
  content: '\ee96';
}
/* '' */
.icon-eventasaurus:before {
  content: '\ee97';
}
/* '' */
.icon-wordpress-1:before {
  content: '\ee98';
}
/* '' */
.icon-yelp-1:before {
  content: '\ee99';
}
/* '' */
.icon-intensedebate:before {
  content: '\ee9a';
}
/* '' */
.icon-eventbrite:before {
  content: '\ee9b';
}
/* '' */
.icon-scribd:before {
  content: '\ee9c';
}
/* '' */
.icon-posterous:before {
  content: '\ee9d';
}
/* '' */
.icon-stripe:before {
  content: '\ee9e';
}
/* '' */
.icon-opentable:before {
  content: '\ee9f';
}
/* '' */
.icon-cart:before {
  content: '\eea0';
}
/* '' */
.icon-print-5:before {
  content: '\eea1';
}
/* '' */
.icon-angellist-1:before {
  content: '\eea2';
}
/* '' */
.icon-instagram-2:before {
  content: '\eea3';
}
/* '' */
.icon-dwolla:before {
  content: '\eea4';
}
/* '' */
.icon-appnet:before {
  content: '\eea5';
}
/* '' */
.icon-statusnet:before {
  content: '\eea6';
}
/* '' */
.icon-acrobat:before {
  content: '\eea7';
}
/* '' */
.icon-drupal-1:before {
  content: '\eea8';
}
/* '' */
.icon-buffer:before {
  content: '\eea9';
}
/* '' */
.icon-pocket:before {
  content: '\eeaa';
}
/* '' */
.icon-bitbucket-1:before {
  content: '\eeab';
}
/* '' */
.icon-lego:before {
  content: '\eeac';
}
/* '' */
.icon-login-3:before {
  content: '\eead';
}
/* '' */
.icon-stackoverflow-1:before {
  content: '\eeae';
}
/* '' */
.icon-hackernews:before {
  content: '\eeaf';
}
/* '' */
.icon-lkdto:before {
  content: '\eeb0';
}
/* '' */
.icon-facebook-6:before {
  content: '\eeb1';
}
/* '' */
.icon-facebook-rect-1:before {
  content: '\eeb2';
}
/* '' */
.icon-twitter-6:before {
  content: '\eeb3';
}
/* '' */
.icon-twitter-bird-1:before {
  content: '\eeb4';
}
/* '' */
.icon-vimeo-3:before {
  content: '\eeb5';
}
/* '' */
.icon-vimeo-rect:before {
  content: '\eeb6';
}
/* '' */
.icon-tumblr-3:before {
  content: '\eeb7';
}
/* '' */
.icon-tumblr-rect:before {
  content: '\eeb8';
}
/* '' */
.icon-googleplus-rect:before {
  content: '\eeb9';
}
/* '' */
.icon-github-text:before {
  content: '\eeba';
}
/* '' */
.icon-github-5:before {
  content: '\eebb';
}
/* '' */
.icon-skype-4:before {
  content: '\eebc';
}
/* '' */
.icon-icq:before {
  content: '\eebd';
}
/* '' */
.icon-yandex:before {
  content: '\eebe';
}
/* '' */
.icon-yandex-rect:before {
  content: '\eebf';
}
/* '' */
.icon-vkontakte-rect:before {
  content: '\eec0';
}
/* '' */
.icon-odnoklassniki:before {
  content: '\eec1';
}
/* '' */
.icon-odnoklassniki-rect:before {
  content: '\eec2';
}
/* '' */
.icon-friendfeed:before {
  content: '\eec3';
}
/* '' */
.icon-friendfeed-rect:before {
  content: '\eec4';
}
/* '' */
.icon-blogger-1:before {
  content: '\eec5';
}
/* '' */
.icon-blogger-rect:before {
  content: '\eec6';
}
/* '' */
.icon-deviantart-1:before {
  content: '\eec7';
}
/* '' */
.icon-jabber:before {
  content: '\eec8';
}
/* '' */
.icon-lastfm-4:before {
  content: '\eec9';
}
/* '' */
.icon-lastfm-rect:before {
  content: '\eeca';
}
/* '' */
.icon-linkedin-5:before {
  content: '\eecb';
}
/* '' */
.icon-linkedin-rect:before {
  content: '\eecc';
}
/* '' */
.icon-picasa-1:before {
  content: '\eecd';
}
/* '' */
.icon-wordpress-2:before {
  content: '\eece';
}
/* '' */
.icon-instagram-3:before {
  content: '\eecf';
}
/* '' */
.icon-instagram-filled:before {
  content: '\eed0';
}
/* '' */
.icon-diigo:before {
  content: '\eed1';
}
/* '' */
.icon-box-4:before {
  content: '\eed2';
}
/* '' */
.icon-box-rect:before {
  content: '\eed3';
}
/* '' */
.icon-tudou:before {
  content: '\eed4';
}
/* '' */
.icon-youku:before {
  content: '\eed5';
}
/* '' */
.icon-win8:before {
  content: '\eed6';
}
/* '' */
.icon-amex:before {
  content: '\eed7';
}
/* '' */
.icon-discover:before {
  content: '\eed8';
}
/* '' */
.icon-visa:before {
  content: '\eed9';
}
/* '' */
.icon-mastercard:before {
  content: '\eeda';
}
/* '' */
.icon-houzz:before {
  content: '\eedb';
}
/* '' */
.icon-bandcamp:before {
  content: '\eedc';
}
/* '' */
.icon-codepen:before {
  content: '\eedd';
}
/* '' */
.icon-glass-1:before {
  content: '\eede';
}
/* '' */
.icon-music-3:before {
  content: '\eedf';
}
/* '' */
.icon-search-6:before {
  content: '\eee0';
}
/* '' */
.icon-search-circled:before {
  content: '\eee1';
}
/* '' */
.icon-mail-6:before {
  content: '\eee2';
}
/* '' */
.icon-mail-circled:before {
  content: '\eee3';
}
/* '' */
.icon-heart-6:before {
  content: '\eee4';
}
/* '' */
.icon-heart-circled:before {
  content: '\eee5';
}
/* '' */
.icon-heart-empty-3:before {
  content: '\eee6';
}
/* '' */
.icon-star-6:before {
  content: '\eee7';
}
/* '' */
.icon-star-circled:before {
  content: '\eee8';
}
/* '' */
.icon-star-empty-3:before {
  content: '\eee9';
}
/* '' */
.icon-user-6:before {
  content: '\eeea';
}
/* '' */
.icon-group:before {
  content: '\eeeb';
}
/* '' */
.icon-group-circled:before {
  content: '\eeec';
}
/* '' */
.icon-torso:before {
  content: '\eeed';
}
/* '' */
.icon-video-4:before {
  content: '\eeee';
}
/* '' */
.icon-video-circled:before {
  content: '\eeef';
}
/* '' */
.icon-video-alt-1:before {
  content: '\eef0';
}
/* '' */
.icon-videocam-4:before {
  content: '\eef1';
}
/* '' */
.icon-video-chat:before {
  content: '\eef2';
}
/* '' */
.icon-picture-4:before {
  content: '\eef3';
}
/* '' */
.icon-camera-6:before {
  content: '\eef4';
}
/* '' */
.icon-photo:before {
  content: '\eef5';
}
/* '' */
.icon-photo-circled:before {
  content: '\eef6';
}
/* '' */
.icon-th-large-2:before {
  content: '\eef7';
}
/* '' */
.icon-th-3:before {
  content: '\eef8';
}
/* '' */
.icon-th-list-4:before {
  content: '\eef9';
}
/* '' */
.icon-view-mode:before {
  content: '\eefa';
}
/* '' */
.icon-ok-5:before {
  content: '\eefb';
}
/* '' */
.icon-ok-circled-2:before {
  content: '\eefc';
}
/* '' */
.icon-ok-circled2-1:before {
  content: '\eefd';
}
/* '' */
.icon-cancel-6:before {
  content: '\eefe';
}
/* '' */
.icon-cancel-circled-4:before {
  content: '\eeff';
}
/* '' */
.icon-cancel-circled2-1:before {
  content: '\ef00';
}
/* '' */
.icon-plus-6:before {
  content: '\ef01';
}
/* '' */
.icon-plus-circled-2:before {
  content: '\ef02';
}
/* '' */
.icon-minus-4:before {
  content: '\ef03';
}
/* '' */
.icon-minus-circled-2:before {
  content: '\ef04';
}
/* '' */
.icon-help-3:before {
  content: '\ef05';
}
/* '' */
.icon-help-circled-3:before {
  content: '\ef06';
}
/* '' */
.icon-info-circled-3:before {
  content: '\ef07';
}
/* '' */
.icon-home-6:before {
  content: '\ef08';
}
/* '' */
.icon-home-circled:before {
  content: '\ef09';
}
/* '' */
.icon-website:before {
  content: '\ef0a';
}
/* '' */
.icon-website-circled:before {
  content: '\ef0b';
}
/* '' */
.icon-attach-5:before {
  content: '\ef0c';
}
/* '' */
.icon-attach-circled:before {
  content: '\ef0d';
}
/* '' */
.icon-lock-6:before {
  content: '\ef0e';
}
/* '' */
.icon-lock-circled:before {
  content: '\ef0f';
}
/* '' */
.icon-lock-open-6:before {
  content: '\ef10';
}
/* '' */
.icon-lock-open-alt-2:before {
  content: '\ef11';
}
/* '' */
.icon-eye-6:before {
  content: '\ef12';
}
/* '' */
.icon-eye-off-1:before {
  content: '\ef13';
}
/* '' */
.icon-tag-5:before {
  content: '\ef14';
}
/* '' */
.icon-tags-2:before {
  content: '\ef15';
}
/* '' */
.icon-bookmark-3:before {
  content: '\ef16';
}
/* '' */
.icon-bookmark-empty-1:before {
  content: '\ef17';
}
/* '' */
.icon-flag-3:before {
  content: '\ef18';
}
/* '' */
.icon-flag-circled:before {
  content: '\ef19';
}
/* '' */
.icon-thumbs-up-4:before {
  content: '\ef1a';
}
/* '' */
.icon-thumbs-down-4:before {
  content: '\ef1b';
}
/* '' */
.icon-download-6:before {
  content: '\ef1c';
}
/* '' */
.icon-download-alt:before {
  content: '\ef1d';
}
/* '' */
.icon-upload-5:before {
  content: '\ef1e';
}
/* '' */
.icon-share-3:before {
  content: '\ef1f';
}
/* '' */
.icon-quote-1:before {
  content: '\ef20';
}
/* '' */
.icon-quote-circled:before {
  content: '\ef21';
}
/* '' */
.icon-export-5:before {
  content: '\ef22';
}
/* '' */
.icon-pencil-6:before {
  content: '\ef23';
}
/* '' */
.icon-pencil-circled:before {
  content: '\ef24';
}
/* '' */
.icon-edit-3:before {
  content: '\ef25';
}
/* '' */
.icon-edit-circled:before {
  content: '\ef26';
}
/* '' */
.icon-edit-alt:before {
  content: '\ef27';
}
/* '' */
.icon-print-6:before {
  content: '\ef28';
}
/* '' */
.icon-retweet-3:before {
  content: '\ef29';
}
/* '' */
.icon-comment-5:before {
  content: '\ef2a';
}
/* '' */
.icon-comment-alt-1:before {
  content: '\ef2b';
}
/* '' */
.icon-bell-5:before {
  content: '\ef2c';
}
/* '' */
.icon-warning-1:before {
  content: '\ef2d';
}
/* '' */
.icon-exclamation:before {
  content: '\ef2e';
}
/* '' */
.icon-error:before {
  content: '\ef2f';
}
/* '' */
.icon-error-alt:before {
  content: '\ef30';
}
/* '' */
.icon-location-6:before {
  content: '\ef31';
}
/* '' */
.icon-location-circled:before {
  content: '\ef32';
}
/* '' */
.icon-compass-5:before {
  content: '\ef33';
}
/* '' */
.icon-compass-circled:before {
  content: '\ef34';
}
/* '' */
.icon-trash-7:before {
  content: '\ef35';
}
/* '' */
.icon-trash-circled:before {
  content: '\ef36';
}
/* '' */
.icon-doc-6:before {
  content: '\ef37';
}
/* '' */
.icon-doc-circled:before {
  content: '\ef38';
}
/* '' */
.icon-doc-new:before {
  content: '\ef39';
}
/* '' */
.icon-doc-new-circled:before {
  content: '\ef3a';
}
/* '' */
.icon-folder-5:before {
  content: '\ef3b';
}
/* '' */
.icon-folder-circled:before {
  content: '\ef3c';
}
/* '' */
.icon-folder-close:before {
  content: '\ef3d';
}
/* '' */
.icon-folder-open-2:before {
  content: '\ef3e';
}
/* '' */
.icon-rss-6:before {
  content: '\ef3f';
}
/* '' */
.icon-phone-3:before {
  content: '\ef40';
}
/* '' */
.icon-phone-circled:before {
  content: '\ef41';
}
/* '' */
.icon-cog-5:before {
  content: '\ef42';
}
/* '' */
.icon-cog-circled:before {
  content: '\ef43';
}
/* '' */
.icon-cogs:before {
  content: '\ef44';
}
/* '' */
.icon-wrench-4:before {
  content: '\ef45';
}
/* '' */
.icon-wrench-circled:before {
  content: '\ef46';
}
/* '' */
.icon-basket-4:before {
  content: '\ef47';
}
/* '' */
.icon-basket-circled:before {
  content: '\ef48';
}
/* '' */
.icon-calendar-7:before {
  content: '\ef49';
}
/* '' */
.icon-calendar-circled:before {
  content: '\ef4a';
}
/* '' */
.icon-mic-5:before {
  content: '\ef4b';
}
/* '' */
.icon-mic-circled:before {
  content: '\ef4c';
}
/* '' */
.icon-volume-off-4:before {
  content: '\ef4d';
}
/* '' */
.icon-volume-down-2:before {
  content: '\ef4e';
}
/* '' */
.icon-volume-1:before {
  content: '\ef4f';
}
/* '' */
.icon-volume-up-3:before {
  content: '\ef50';
}
/* '' */
.icon-headphones-3:before {
  content: '\ef51';
}
/* '' */
.icon-clock-6:before {
  content: '\ef52';
}
/* '' */
.icon-clock-circled:before {
  content: '\ef53';
}
/* '' */
.icon-lightbulb-2:before {
  content: '\ef54';
}
/* '' */
.icon-lightbulb-alt:before {
  content: '\ef55';
}
/* '' */
.icon-block-4:before {
  content: '\ef56';
}
/* '' */
.icon-resize-full-5:before {
  content: '\ef57';
}
/* '' */
.icon-resize-full-alt-2:before {
  content: '\ef58';
}
/* '' */
.icon-resize-small-4:before {
  content: '\ef59';
}
/* '' */
.icon-resize-vertical-2:before {
  content: '\ef5a';
}
/* '' */
.icon-resize-horizontal-2:before {
  content: '\ef5b';
}
/* '' */
.icon-move-3:before {
  content: '\ef5c';
}
/* '' */
.icon-zoom-in-4:before {
  content: '\ef5d';
}
/* '' */
.icon-zoom-out-4:before {
  content: '\ef5e';
}
/* '' */
.icon-down-open-3:before {
  content: '\ef5f';
}
/* '' */
.icon-left-open-4:before {
  content: '\ef60';
}
/* '' */
.icon-right-open-4:before {
  content: '\ef61';
}
/* '' */
.icon-up-open-3:before {
  content: '\ef62';
}
/* '' */
.icon-down-6:before {
  content: '\ef63';
}
/* '' */
.icon-left-5:before {
  content: '\ef64';
}
/* '' */
.icon-right-5:before {
  content: '\ef65';
}
/* '' */
.icon-up-6:before {
  content: '\ef66';
}
/* '' */
.icon-down-circled-2:before {
  content: '\ef67';
}
/* '' */
.icon-left-circled-2:before {
  content: '\ef68';
}
/* '' */
.icon-right-circled-2:before {
  content: '\ef69';
}
/* '' */
.icon-up-circled-2:before {
  content: '\ef6a';
}
/* '' */
.icon-down-hand-1:before {
  content: '\ef6b';
}
/* '' */
.icon-left-hand-1:before {
  content: '\ef6c';
}
/* '' */
.icon-right-hand-1:before {
  content: '\ef6d';
}
/* '' */
.icon-up-hand-1:before {
  content: '\ef6e';
}
/* '' */
.icon-cw-5:before {
  content: '\ef6f';
}
/* '' */
.icon-cw-circled:before {
  content: '\ef70';
}
/* '' */
.icon-arrows-cw-2:before {
  content: '\ef71';
}
/* '' */
.icon-shuffle-4:before {
  content: '\ef72';
}
/* '' */
.icon-play-5:before {
  content: '\ef73';
}
/* '' */
.icon-play-circled-1:before {
  content: '\ef74';
}
/* '' */
.icon-play-circled2-1:before {
  content: '\ef75';
}
/* '' */
.icon-stop-6:before {
  content: '\ef76';
}
/* '' */
.icon-stop-circled:before {
  content: '\ef77';
}
/* '' */
.icon-pause-5:before {
  content: '\ef78';
}
/* '' */
.icon-pause-circled:before {
  content: '\ef79';
}
/* '' */
.icon-record-2:before {
  content: '\ef7a';
}
/* '' */
.icon-eject-3:before {
  content: '\ef7b';
}
/* '' */
.icon-backward:before {
  content: '\ef7c';
}
/* '' */
.icon-backward-circled:before {
  content: '\ef7d';
}
/* '' */
.icon-fast-backward-2:before {
  content: '\ef7e';
}
/* '' */
.icon-fast-forward-2:before {
  content: '\ef7f';
}
/* '' */
.icon-forward-3:before {
  content: '\ef80';
}
/* '' */
.icon-forward-circled:before {
  content: '\ef81';
}
/* '' */
.icon-step-backward:before {
  content: '\ef82';
}
/* '' */
.icon-step-forward:before {
  content: '\ef83';
}
/* '' */
.icon-target-4:before {
  content: '\ef84';
}
/* '' */
.icon-signal-4:before {
  content: '\ef85';
}
/* '' */
.icon-desktop-2:before {
  content: '\ef86';
}
/* '' */
.icon-desktop-circled:before {
  content: '\ef87';
}
/* '' */
.icon-laptop-2:before {
  content: '\ef88';
}
/* '' */
.icon-laptop-circled:before {
  content: '\ef89';
}
/* '' */
.icon-network-1:before {
  content: '\ef8a';
}
/* '' */
.icon-inbox-3:before {
  content: '\ef8b';
}
/* '' */
.icon-inbox-circled:before {
  content: '\ef8c';
}
/* '' */
.icon-inbox-alt:before {
  content: '\ef8d';
}
/* '' */
.icon-globe-5:before {
  content: '\ef8e';
}
/* '' */
.icon-globe-alt-1:before {
  content: '\ef8f';
}
/* '' */
.icon-cloud-6:before {
  content: '\ef90';
}
/* '' */
.icon-cloud-circled:before {
  content: '\ef91';
}
/* '' */
.icon-flight-2:before {
  content: '\ef92';
}
/* '' */
.icon-leaf-3:before {
  content: '\ef93';
}
/* '' */
.icon-font-1:before {
  content: '\ef94';
}
/* '' */
.icon-fontsize-1:before {
  content: '\ef95';
}
/* '' */
.icon-bold-1:before {
  content: '\ef96';
}
/* '' */
.icon-italic-1:before {
  content: '\ef97';
}
/* '' */
.icon-text-height-1:before {
  content: '\ef98';
}
/* '' */
.icon-text-width-1:before {
  content: '\ef99';
}
/* '' */
.icon-align-left-1:before {
  content: '\ef9a';
}
/* '' */
.icon-align-center-1:before {
  content: '\ef9b';
}
/* '' */
.icon-align-right-1:before {
  content: '\ef9c';
}
/* '' */
.icon-align-justify-1:before {
  content: '\ef9d';
}
/* '' */
.icon-list-3:before {
  content: '\ef9e';
}
/* '' */
.icon-indent-left-1:before {
  content: '\ef9f';
}
/* '' */
.icon-indent-right-1:before {
  content: '\efa0';
}
/* '' */
.icon-briefcase-3:before {
  content: '\efa1';
}
/* '' */
.icon-off-1:before {
  content: '\efa2';
}
/* '' */
.icon-road-1:before {
  content: '\efa3';
}
/* '' */
.icon-qrcode-1:before {
  content: '\efa4';
}
/* '' */
.icon-barcode-1:before {
  content: '\efa5';
}
/* '' */
.icon-braille:before {
  content: '\efa6';
}
/* '' */
.icon-book-4:before {
  content: '\efa7';
}
/* '' */
.icon-adjust-1:before {
  content: '\efa8';
}
/* '' */
.icon-tint-1:before {
  content: '\efa9';
}
/* '' */
.icon-check-3:before {
  content: '\efaa';
}
/* '' */
.icon-check-empty-1:before {
  content: '\efab';
}
/* '' */
.icon-asterisk-1:before {
  content: '\efac';
}
/* '' */
.icon-gift-2:before {
  content: '\efad';
}
/* '' */
.icon-fire-2:before {
  content: '\efae';
}
/* '' */
.icon-magnet-2:before {
  content: '\efaf';
}
/* '' */
.icon-chart-2:before {
  content: '\efb0';
}
/* '' */
.icon-chart-circled:before {
  content: '\efb1';
}
/* '' */
.icon-credit-card-4:before {
  content: '\efb2';
}
/* '' */
.icon-megaphone-2:before {
  content: '\efb3';
}
/* '' */
.icon-clipboard-2:before {
  content: '\efb4';
}
/* '' */
.icon-hdd-2:before {
  content: '\efb5';
}
/* '' */
.icon-key-4:before {
  content: '\efb6';
}
/* '' */
.icon-certificate-2:before {
  content: '\efb7';
}
/* '' */
.icon-tasks-1:before {
  content: '\efb8';
}
/* '' */
.icon-filter-1:before {
  content: '\efb9';
}
/* '' */
.icon-gauge-2:before {
  content: '\efba';
}
/* '' */
.icon-smiley:before {
  content: '\efbb';
}
/* '' */
.icon-smiley-circled:before {
  content: '\efbc';
}
/* '' */
.icon-address-book:before {
  content: '\efbd';
}
/* '' */
.icon-address-book-alt:before {
  content: '\efbe';
}
/* '' */
.icon-asl:before {
  content: '\efbf';
}
/* '' */
.icon-glasses:before {
  content: '\efc0';
}
/* '' */
.icon-hearing-impaired:before {
  content: '\efc1';
}
/* '' */
.icon-iphone-home:before {
  content: '\efc2';
}
/* '' */
.icon-person:before {
  content: '\efc3';
}
/* '' */
.icon-adult:before {
  content: '\efc4';
}
/* '' */
.icon-child-1:before {
  content: '\efc5';
}
/* '' */
.icon-blind:before {
  content: '\efc6';
}
/* '' */
.icon-guidedog:before {
  content: '\efc7';
}
/* '' */
.icon-accessibility:before {
  content: '\efc8';
}
/* '' */
.icon-universal-access:before {
  content: '\efc9';
}
/* '' */
.icon-male-2:before {
  content: '\efca';
}
/* '' */
.icon-female-2:before {
  content: '\efcb';
}
/* '' */
.icon-behance-2:before {
  content: '\efcc';
}
/* '' */
.icon-blogger-2:before {
  content: '\efcd';
}
/* '' */
.icon-cc-3:before {
  content: '\efce';
}
/* '' */
.icon-css:before {
  content: '\efcf';
}
/* '' */
.icon-delicious-2:before {
  content: '\efd0';
}
/* '' */
.icon-deviantart-2:before {
  content: '\efd1';
}
/* '' */
.icon-digg-2:before {
  content: '\efd2';
}
/* '' */
.icon-dribbble-5:before {
  content: '\efd3';
}
/* '' */
.icon-facebook-7:before {
  content: '\efd4';
}
/* '' */
.icon-flickr-4:before {
  content: '\efd5';
}
/* '' */
.icon-foursquare-2:before {
  content: '\efd6';
}
/* '' */
.icon-friendfeed-1:before {
  content: '\efd7';
}
/* '' */
.icon-friendfeed-rect-1:before {
  content: '\efd8';
}
/* '' */
.icon-github-6:before {
  content: '\efd9';
}
/* '' */
.icon-github-text-1:before {
  content: '\efda';
}
/* '' */
.icon-googleplus:before {
  content: '\efdb';
}
/* '' */
.icon-instagram-4:before {
  content: '\efdc';
}
/* '' */
.icon-linkedin-6:before {
  content: '\efdd';
}
/* '' */
.icon-path:before {
  content: '\efde';
}
/* '' */
.icon-picasa-2:before {
  content: '\efdf';
}
/* '' */
.icon-pinterest-3:before {
  content: '\efe0';
}
/* '' */
.icon-reddit-2:before {
  content: '\efe1';
}
/* '' */
.icon-skype-5:before {
  content: '\efe2';
}
/* '' */
.icon-slideshare-1:before {
  content: '\efe3';
}
/* '' */
.icon-stackoverflow-2:before {
  content: '\efe4';
}
/* '' */
.icon-stumbleupon-3:before {
  content: '\efe5';
}
/* '' */
.icon-twitter-7:before {
  content: '\efe6';
}
/* '' */
.icon-tumblr-4:before {
  content: '\efe7';
}
/* '' */
.icon-vimeo-4:before {
  content: '\efe8';
}
/* '' */
.icon-vkontakte-2:before {
  content: '\efe9';
}
/* '' */
.icon-w3c-1:before {
  content: '\efea';
}
/* '' */
.icon-wordpress-3:before {
  content: '\efeb';
}
/* '' */
.icon-youtube-3:before {
  content: '\efec';
}
/* '' */
.icon-music-4:before {
  content: '\efed';
}
/* '' */
.icon-search-7:before {
  content: '\efee';
}
/* '' */
.icon-mail-7:before {
  content: '\efef';
}
/* '' */
.icon-heart-7:before {
  content: '\eff0';
}
/* '' */
.icon-star-7:before {
  content: '\eff1';
}
/* '' */
.icon-user-7:before {
  content: '\eff2';
}
/* '' */
.icon-videocam-5:before {
  content: '\eff3';
}
/* '' */
.icon-camera-7:before {
  content: '\eff4';
}
/* '' */
.icon-photo-1:before {
  content: '\eff5';
}
/* '' */
.icon-attach-6:before {
  content: '\eff6';
}
/* '' */
.icon-lock-7:before {
  content: '\eff7';
}
/* '' */
.icon-eye-7:before {
  content: '\eff8';
}
/* '' */
.icon-tag-6:before {
  content: '\eff9';
}
/* '' */
.icon-thumbs-up-5:before {
  content: '\effa';
}
/* '' */
.icon-pencil-7:before {
  content: '\effb';
}
/* '' */
.icon-comment-6:before {
  content: '\effc';
}
/* '' */
.icon-location-7:before {
  content: '\effd';
}
/* '' */
.icon-cup-1:before {
  content: '\effe';
}
/* '' */
.icon-trash-8:before {
  content: '\efff';
}
/* '' */
.icon-doc-7:before {
  content: '\f000';
}
/* '' */
.icon-note-1:before {
  content: '\f001';
}
/* '' */
.icon-cog-6:before {
  content: '\f002';
}
/* '' */
.icon-params:before {
  content: '\f003';
}
/* '' */
.icon-calendar-8:before {
  content: '\f004';
}
/* '' */
.icon-sound-1:before {
  content: '\f005';
}
/* '' */
.icon-clock-7:before {
  content: '\f006';
}
/* '' */
.icon-lightbulb-3:before {
  content: '\f007';
}
/* '' */
.icon-tv:before {
  content: '\f008';
}
/* '' */
.icon-desktop-3:before {
  content: '\f009';
}
/* '' */
.icon-mobile-6:before {
  content: '\f00a';
}
/* '' */
.icon-cd-3:before {
  content: '\f00b';
}
/* '' */
.icon-inbox-4:before {
  content: '\f00c';
}
/* '' */
.icon-globe-6:before {
  content: '\f00d';
}
/* '' */
.icon-cloud-7:before {
  content: '\f00e';
}
/* '' */
.icon-paper-plane-3:before {
  content: '\f00f';
}
/* '' */
.icon-fire-3:before {
  content: '\f010';
}
/* '' */
.icon-graduation-cap-2:before {
  content: '\f011';
}
/* '' */
.icon-megaphone-3:before {
  content: '\f012';
}
/* '' */
.icon-database-3:before {
  content: '\f013';
}
/* '' */
.icon-key-5:before {
  content: '\f014';
}
/* '' */
.icon-beaker-1:before {
  content: '\f015';
}
/* '' */
.icon-truck-1:before {
  content: '\f016';
}
/* '' */
.icon-money-2:before {
  content: '\f017';
}
/* '' */
.icon-food-1:before {
  content: '\f018';
}
/* '' */
.icon-shop-1:before {
  content: '\f019';
}
/* '' */
.icon-diamond:before {
  content: '\f01a';
}
/* '' */
.icon-t-shirt:before {
  content: '\f01b';
}
/* '' */
.icon-wallet:before {
  content: '\f01c';
}
/* '' */
.icon-search-8:before {
  content: '\f01d';
}
/* '' */
.icon-mail-8:before {
  content: '\f01e';
}
/* '' */
.icon-heart-8:before {
  content: '\f01f';
}
/* '' */
.icon-heart-empty-4:before {
  content: '\f020';
}
/* '' */
.icon-star-8:before {
  content: '\f021';
}
/* '' */
.icon-user-8:before {
  content: '\f022';
}
/* '' */
.icon-video-5:before {
  content: '\f023';
}
/* '' */
.icon-picture-5:before {
  content: '\f024';
}
/* '' */
.icon-th-large-3:before {
  content: '\f025';
}
/* '' */
.icon-th-4:before {
  content: '\f026';
}
/* '' */
.icon-th-list-5:before {
  content: '\f027';
}
/* '' */
.icon-ok-6:before {
  content: '\f028';
}
/* '' */
.icon-ok-circle-1:before {
  content: '\f029';
}
/* '' */
.icon-cancel-7:before {
  content: '\f02a';
}
/* '' */
.icon-cancel-circle-2:before {
  content: '\f02b';
}
/* '' */
.icon-plus-circle-1:before {
  content: '\f02c';
}
/* '' */
.icon-minus-circle-1:before {
  content: '\f02d';
}
/* '' */
.icon-link-5:before {
  content: '\f02e';
}
/* '' */
.icon-attach-7:before {
  content: '\f02f';
}
/* '' */
.icon-lock-8:before {
  content: '\f030';
}
/* '' */
.icon-lock-open-7:before {
  content: '\f031';
}
/* '' */
.icon-tag-7:before {
  content: '\f032';
}
/* '' */
.icon-reply-4:before {
  content: '\f033';
}
/* '' */
.icon-reply-all-2:before {
  content: '\f034';
}
/* '' */
.icon-forward-4:before {
  content: '\f035';
}
/* '' */
.icon-code-3:before {
  content: '\f036';
}
/* '' */
.icon-retweet-4:before {
  content: '\f037';
}
/* '' */
.icon-comment-7:before {
  content: '\f038';
}
/* '' */
.icon-comment-alt-2:before {
  content: '\f039';
}
/* '' */
.icon-chat-6:before {
  content: '\f03a';
}
/* '' */
.icon-attention-5:before {
  content: '\f03b';
}
/* '' */
.icon-location-8:before {
  content: '\f03c';
}
/* '' */
.icon-doc-8:before {
  content: '\f03d';
}
/* '' */
.icon-docs-landscape:before {
  content: '\f03e';
}
/* '' */
.icon-folder-6:before {
  content: '\f03f';
}
/* '' */
.icon-archive-2:before {
  content: '\f040';
}
/* '' */
.icon-rss-7:before {
  content: '\f041';
}
/* '' */
.icon-rss-alt-1:before {
  content: '\f042';
}
/* '' */
.icon-cog-7:before {
  content: '\f043';
}
/* '' */
.icon-logout-3:before {
  content: '\f044';
}
/* '' */
.icon-clock-8:before {
  content: '\f045';
}
/* '' */
.icon-block-5:before {
  content: '\f046';
}
/* '' */
.icon-resize-full-6:before {
  content: '\f047';
}
/* '' */
.icon-resize-full-circle:before {
  content: '\f048';
}
/* '' */
.icon-popup-5:before {
  content: '\f049';
}
/* '' */
.icon-left-open-5:before {
  content: '\f04a';
}
/* '' */
.icon-right-open-5:before {
  content: '\f04b';
}
/* '' */
.icon-down-circle-1:before {
  content: '\f04c';
}
/* '' */
.icon-left-circle-1:before {
  content: '\f04d';
}
/* '' */
.icon-right-circle-1:before {
  content: '\f04e';
}
/* '' */
.icon-up-circle-1:before {
  content: '\f04f';
}
/* '' */
.icon-down-dir-3:before {
  content: '\f050';
}
/* '' */
.icon-right-dir-3:before {
  content: '\f051';
}
/* '' */
.icon-down-micro:before {
  content: '\f052';
}
/* '' */
.icon-up-micro:before {
  content: '\f053';
}
/* '' */
.icon-cw-circle:before {
  content: '\f054';
}
/* '' */
.icon-arrows-cw-3:before {
  content: '\f055';
}
/* '' */
.icon-updown-circle:before {
  content: '\f056';
}
/* '' */
.icon-target-5:before {
  content: '\f057';
}
/* '' */
.icon-signal-5:before {
  content: '\f058';
}
/* '' */
.icon-progress-4:before {
  content: '\f059';
}
/* '' */
.icon-progress-5:before {
  content: '\f05a';
}
/* '' */
.icon-progress-6:before {
  content: '\f05b';
}
/* '' */
.icon-progress-7:before {
  content: '\f05c';
}
/* '' */
.icon-progress-8:before {
  content: '\f05d';
}
/* '' */
.icon-progress-9:before {
  content: '\f05e';
}
/* '' */
.icon-progress-10:before {
  content: '\f05f';
}
/* '' */
.icon-progress-11:before {
  content: '\f060';
}
/* '' */
.icon-font-2:before {
  content: '\f061';
}
/* '' */
.icon-list-4:before {
  content: '\f062';
}
/* '' */
.icon-list-numbered-1:before {
  content: '\f063';
}
/* '' */
.icon-indent-left-2:before {
  content: '\f064';
}
/* '' */
.icon-indent-right-2:before {
  content: '\f065';
}
/* '' */
.icon-cloud-8:before {
  content: '\f066';
}
/* '' */
.icon-terminal-1:before {
  content: '\f067';
}
/* '' */
.icon-facebook-rect-2:before {
  content: '\f068';
}
/* '' */
.icon-twitter-bird-2:before {
  content: '\f069';
}
/* '' */
.icon-vimeo-rect-1:before {
  content: '\f06a';
}
/* '' */
.icon-tumblr-rect-1:before {
  content: '\f06b';
}
/* '' */
.icon-googleplus-rect-1:before {
  content: '\f06c';
}
/* '' */
.icon-linkedin-rect-1:before {
  content: '\f06d';
}
/* '' */
.icon-skype-6:before {
  content: '\f06e';
}
/* '' */
.icon-vkontakte-rect-1:before {
  content: '\f06f';
}
/* '' */
.icon-youtube-4:before {
  content: '\f070';
}
/* '' */
.icon-odnoklassniki-rect-1:before {
  content: '\f071';
}
/* '' */
