@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,800);

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 13px;
  color: #626262;
  line-height: 23px;
  letter-spacing: 0.02em;
  height: 100%;
}
body.boxed-layout {
  background: #eee;
}
body.boxed-layout .main-container {
  background: #fff;
}
body.boxed-layout,
.boxed-layout .nav-container,
.boxed-layout .main-container,
.boxed-layout nav {
  max-width: 1366px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
ul {
  list-style: none;
}
ul.bullets {
  list-style: inside;
}
.main-container {
  clear: both;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px 0;
  width: 100%;
}
hr.short-thick {
  max-width: 50px;
  border-top: 5px solid #ccc;
  opacity: 1 !important;
}
.image-bg hr {
  border-color: #fff;
  opacity: .6;
}
.image-bg.bg-light hr {
  border-color: #ccc;
  opacity: 1;
}
.bg-dark hr {
  border-color: #555;
}
.inline-block {
  display: inline-block;
}
.list-inline {
  margin-left: 0;
}
.list-inline > li {
  padding: 0 8px;
}
.list-inline > li:last-child {
  padding-right: 0;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.bg-primary .list-inline i {
  color: #5e5e82;
}
.overflow-hidden {
  overflow: hidden;
}
.display-block {
  display: block;
}
.show-grid {
  border: 1px dashed rgba(255, 255, 255, 0);
  padding: 8px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  cursor: default;
}
.show-grid:hover {
  border-color: #222;
}
.right {
  right: 0;
}
.relative {
  position: relative;
  z-index: 2;
}
.clearboth {
  clear: both;
}
.spread-children * {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.spread-children-large * {
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
}
.container {
  position: relative;
}
.vnu {
  display: inline;
}
@media all and (max-width: 1100px) {
  .col-md-push-1 {
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .pull-left-sm {
    float: left !important;
  }
  .overflow-hidden-xs {
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  .spread-children * {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.v-align-children-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 990px) {
  .v-align-children {
    display: block !important;
  }
}
.v-align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
.align-bottom {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.align-top {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}

@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
.bold {
  font-weight: 600 !important;
}
.thin {
  font-weight: 100 !important;
}
@media all and (max-width: 767px) {
  .thin {
    font-weight: 300 !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
select,
textarea {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #292929;
}
h1,
.h1 {
  font-size: 56px;
  line-height: 64px;
}
h1.large {
  font-size: 72px;
  line-height: 80px;
  font-weight: 100;
}
@media all and (max-width: 990px) {
  h1.large {
    font-size: 56px;
    line-height: 64px;
  }
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 32px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  h1,
  h1.large,
  .h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  h6,
  .h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
  }
}
.uppercase {
  font-weight: 400;
  text-transform: uppercase;
}
h1.uppercase {
  letter-spacing: 17px;
  margin-right: -17px;
}
h2.uppercase {
  letter-spacing: 10px;
  margin-right: -10px;
}
h3.uppercase {
  letter-spacing: 6px;
  margin-right: -6px;
}
h4.uppercase {
  letter-spacing: 3px;
  margin-right: -3px;
}
h5.uppercase {
  letter-spacing: 2px;
  margin-right: -2px;
}
h6.uppercase,
.h6-u {
  letter-spacing: 2px;
  font-weight: 700;
}
.bold-h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
p,
span {
  font-weight: 400;
}
p.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.sub {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  p.lead {
    font-size: 13px;
    line-height: 24px;
  }
  p {
    font-size: 12px;
  }
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}
a {
  font-weight: 600;
  color: #333347;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: poitner;
}
.image-bg a,
.bg-primary a {
  color: #6AAE17;
}
.image-bg a:hover,
.bg-primary a:hover {
  color: #fff;
  opacity: .9;
}
.bg-light a {
  color: #333347;
}
.bg-light a:hover {
  color: #333347;
  opacity: 1;
}
a:hover {
  color: #1e1e29;
  text-decoration: none;
}
.label {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #333347;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}
blockquote {
  overflow: hidden;
  font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
  background: #f5f5f5;
  padding: 32px;
  color: #777;
  font-weight: 300;
}
.bg-secondary blockquote {
  background: #fff;
  border-color: #333347;
}
blockquote .author {
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 16px;
}
.number {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.columns-2 {
  column-count: 2;
  -webkit-column-count: 2;
}
@media all and (max-width: 767px) {
  br {
    display: none;
  }
  blockquote {
    font-size: 16px;
    line-height: 32px;
  }
  .columns-2 {
    column-count: 1;
    -webkit-column-count: 1;
  }
}
.text-left {
  text-align: left !important;
}
@media all and (max-width: 767px) {
  .text-left-xs {
    text-align: left !important;
  }
}

.bg-primary {
  background: #333 !important;
}
.bg-secondary {
  background: #f7f7f7;
}
.bg-white {
  background: #fff;
}
.bg-dark {
  background: #292929;
}
.color-body {
  color: #666;
}
.color-primary {
  color: #333347 !important;
}
.color-red {
  color: #e31d3b !important;
}
.color-white {
  color: #fff;
}

section {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.fullscreen {
  height: 100vh;
}
.bg-dark h1,
nav.bg-dark h1,
footer.bg-dark h1,
.bg-primary h1,
.bg-dark h2,
nav.bg-dark h2,
footer.bg-dark h2,
.bg-primary h2,
.bg-dark h3,
nav.bg-dark h3,
footer.bg-dark h3,
.bg-primary h3,
.bg-dark h4,
nav.bg-dark h4,
footer.bg-dark h4,
.bg-primary h4,
.bg-dark h5,
nav.bg-dark h5,
footer.bg-dark h5,
.bg-primary h5,
.bg-dark h6,
nav.bg-dark h6,
footer.bg-dark h6,
.bg-primary h6 {
  color: #ffffff;
}
.bg-dark p,
nav.bg-dark p,
footer.bg-dark p,
.bg-primary p,
.bg-dark span,
nav.bg-dark span,
footer.bg-dark span,
.bg-primary span,
.bg-dark li,
nav.bg-dark li,
footer.bg-dark li,
.bg-primary li {
  color: #fefefe;
}
@media all and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.3;
  z-index: 2;
}
.overlay-heavy:before {
  opacity: .6;
}
.bg-light.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.1;
  z-index: 2;
}
.image-bg h1,
.image-bg h2,
.image-bg h3,
.image-bg h4,
.image-bg h5,
.image-bg h6 {
  color: #ffffff;
}
.image-bg p,
.image-bg span,
.image-bg li {
  color: #ffffff;
}
.image-bg .container,
.image-bg div[class*='col-'] {
  position: relative;
  z-index: 3;
}
.container.image-bg .row {
  position: relative;
  z-index: 3;
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-multiply .background-image-holder {
  background-color: #333347 !important;
  background-blend-mode: multiply;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder,
.parallax:first-child .background-image-holder {
  top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder {
  top: 0;
}
@media all and (max-width: 767px) {
  .parallax > .background-image-holder,
  .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}

.btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #333347;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #333347;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
}
.btn:last-child,
.btn:last-of-type {
  margin-right: 0;
}
.btn:hover {
  background: #333347;
  color: #fff;
}
.btn-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  min-width: 0;
  padding: 0;
  line-height: 38px;
}
.btn-lg {
  height: 50px;
  line-height: 46px;
  min-width: 200px;
}
.btn-icon.btn-lg {
  width: 50px;
  height: 50px;
  line-height: 49px;
  font-size: 24px;
  min-width: 0;
}
.btn-icon.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  min-width: 0;
  padding: 0 0 0 1px!important;
}
.btn-sm {
  height: 30px;
  font-size: 11px;
  line-height: 27px;
  min-width: 0;
}
.btn-filled {
  background: #333347;
  color: #fff;
}
.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
  color: #fff;
  border-color: #fff;
}
.btn-white:hover,
.image-bg .btn:hover,
.image-bg .btn:visited:hover {
  background: #fff;
  color: #222;
}
.image-bg .btn.btn-filled,
.image-bg .btn-filled:visited {
  border-color: #333347;
}
.image-bg .btn-filled:hover {
  border-color: #fff;
}
.btn-rounded {
  border-radius: 25px;
}
body.btn-rounded .btn {
  border-radius: 25px !important;
}
.bg-light .btn {
  border-color: #222;
  color: #222;
}
.bg-light .btn:visited,
.bg-light .btn:visited:hover {
  color: #222;
}
.bg-light .btn-filled,
.bg-light .btn-filled:visited {
  color: #fff;
}
.btn:visited {
  color: #333347;
}
.btn-white:visited,
.btn:visited:hover {
  color: #fff;
}
.btn-white:visited:hover {
  color: #222;
}
.btn-filled:visited {
  color: #fff;
}
.btn.bg-dark {
  color: #fff;
  border-color: #292929;
}
.btn.bg-dark:hover {
  background: #434343;
}
.bg-primary .btn {
  color: #fff;
  border-color: #fff;
}
.bg-primary .btn:hover {
  background: #fff;
  color: #333347;
}

.nav-container {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
nav {
  background: #fff;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
nav ul {
  margin-bottom: 0;
}
.module {
  display: inline-block;
  padding: 0 32px;
}
.module-group {
  display: inline-block;
}
.module.left,
.module-group.left {
  float: left;
}
.module.right,
.module-group.right {
  float: right;
}
nav .btn,
.nav-bar .btn {
  margin: 0;
  height: auto;
}
.nav-utility {
  height: 45px;
  line-height: 43px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.nav-utility i {
  position: relative;
  top: 1px;
}
.nav-bar {
  height: 55px;
  max-height: 55px;
  line-height: 53px;
  border-bottom: 1px solid #ccc;
}
.nav-bar .module,
.nav-bar .module-group {
  height: 55px;
}
.nav-bar a {
  display: inline-block;
  height: 55px;
}
.logo {
  max-height: 60%;
}
.logo-light {
  display: none;
}
.has-offscreen-nav .main-container {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.offscreen-container {
  position: fixed;
  transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  width: 50vw;
  top: 0;
  height: 100%;
  min-height: 100vh;
  z-index: 20;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  overflow: hidden;
}
.offscreen-container.reveal-nav {
  transform: translate3d(50vw, 0, 0);
  -webkit-transform: translate3d(50vw, 0, 0);
  -moz-transform: translate3d(50vw, 0, 0);
}
.main-container.reveal-nav {
  transform: translate3d(-50vw, 0, 0);
  -webkit-transform: translate3d(-50vw, 0, 0);
  -moz-transform: translate3d(-50vw, 0, 0);
}
.offscreen-left .offscreen-container {
  transform: translate3d(-50vw, 0, 0);
  -webkit-transform: translate3d(-50vw, 0, 0);
  -moz-transform: translate3d(-50vw, 0, 0);
}
.offscreen-left .offscreen-container.reveal-nav {
  transform: translate3d(0vw, 0, 0);
  -webkit-transform: translate3d(0vw, 0, 0);
  -moz-transform: translate3d(0vw, 0, 0);
}
.offscreen-left .main-container.reveal-nav,
.offscreen-left nav.reveal-nav {
  transform: translate3d(50vw, 0, 0) !important;
  -webkit-transform: translate3d(50vw, 0, 0) !important;
  -moz-transform: translate3d(50vw, 0, 0) !important;
}
.offscreen-container .close-nav {
  position: absolute;
  right: 24px;
  top: 16px;
  z-index: 24;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.offscreen-container .close-nav:hover {
  opacity: 1;
}
.offscreen-container.bg-dark .close-nav i {
  color: #fff;
}
@media all and (max-width: 990px) {
  .offscreen-container {
    width: 100vw;
  }
  .offscreen-container.reveal-nav {
    transform: translate3d(0vw, 0, 0);
    -webkit-transform: translate3d(0vw, 0, 0);
    -moz-transform: translate3d(0vw, 0, 0);
  }
  .main-container.reveal-nav {
    transform: none !important;
  }
}
@media all and (max-width: 990px) {
  nav.fixed {
    position: absolute !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  nav.outOfSight {
    transform: translate3d(0, 0px, 0) !important;
    -webkit-transform: translate3d(0, 0px, 0) !important;
    -moz-transform: translate3d(0, 0px, 0) !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  .nav-bar,
  .nav-bar .module-group,
  .nav-bar .module {
    height: auto;
    overflow: hidden;
  }
  .nav-bar .module {
    padding: 0 16px;
  }
  .nav-bar .module-group {
    width: 100%;
    padding: 16px 0;
  }
  .nav-bar .module-group .module {
    display: block;
    float: none;
    width: 100%;
  }
  .menu {
    height: auto;
  }
  .menu.inline-block {
    width: 100%;
  }
  .menu a {
    height: auto;
    line-height: 24px;
    padding: 4px 0;
  }
  .menu li {
    line-height: 24px;
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .menu > li ul {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    left: 0;
  }
  .menu > li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
  }
  .menu > li > ul > .has-dropdown:after {
    content: "\e64b";
  }
  .menu > li > ul > li > ul {
    left: 0;
    display: none;
    padding: 0;
  }
  .menu > li > ul li a,
  .mega-menu .title {
    padding: 4px 16px;
  }
  .has-dropdown .has-dropdown li {
    padding-left: 18px;
  }
  .mobile-toggle {
    border-left: 1px solid #ccc !important;
    border-bottom: none !important;
  }
  .mobile-toggle i {
    line-height: 53px !important;
  }
  .mobile-toggle.absolute-xs {
    position: absolute;
    top: 0;
  }
  nav.bg-dark .module.widget-handle {
    border-top: 1px solid #444;
  }
  nav.bg-dark .mobile-toggle {
    border-left: 1px solid #444 !important;
  }
  nav.bg-dark .nav-open .mobile-toggle {
    border-bottom: 1px solid #444;
  }
}
nav.outOfSight {
  transform: translate3d(0, -200px, 0);
  -webkit-transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
nav.scrolled {
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
nav.fixed,
nav.absolute {
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
}
nav.absolute {
  position: absolute;
}
nav.fixed {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}
nav.fixed .nav-utility {
  display: none;
}
nav.fixed.scrolled {
  visibility: visible;
  opacity: 1;
}
nav.transparent {
  background: none;
}
nav.transparent .menu > li > a,
nav.transparent .module.widget-handle i,
nav.transparent .nav-utility {
  color: #fff;
}
nav.transparent .nav-utility,
nav.transparent .nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.transparent .module.widget-handle {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}
nav.transparent .menu > li > a,
nav.transparent .module.widget-handle i {
  opacity: 1;
}
nav.transparent .has-dropdown:after {

  color: #fff;
}
nav.transparent .logo-dark {
  display: none;
}
nav.transparent .logo-light {
  display: inline;
}
@media all and (max-width: 990px) {
  nav.transparent .nav-open {
    background: #fff;
  }
  nav.transparent .nav-open .menu > li > a,
  nav.transparent .nav-open .module.widget-handle i,
  nav.transparent .nav-open .nav-utility {
    color: #292929;
  }
  nav.transparent .nav-open .logo-dark {
    display: inline;
  }
  nav.transparent .nav-open .logo-light {
    display: none;
  }
  nav.transparent .nav-open .has-dropdown:after {
    color: #292929;
  }
  .menu > li:last-child > ul ul {
    right: 0;
  }
}
nav.transparent.fixed {
  background: #fff;
}
nav.transparent.fixed .logo-light {
  display: none;
}
nav.transparent.fixed .logo-dark {
  display: inline;
}
nav.transparent.fixed .menu > li > a,
nav.transparent.fixed .module.widget-handle i {
  color: #292929;
}
nav.transparent.fixed .menu > .has-dropdown:after {
  color: #fff;
  color: #292929;
}
nav.transparent.fixed .module.widget-handle {
  border-left: 1px solid #ccc;
}
nav.transparent.fixed .menu > li > a,
nav.transparent.fixed .module.widget-handle i {
  opacity: .5;
}
nav.bg-dark .menu > li > a,
nav.bg-dark .module.widget-handle i,
nav.bg-dark .nav-utility {
  color: #fff;
  opacity: .7;
}
nav.bg-dark .module.widget-handle {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
nav.bg-dark .nav-utility,
nav.bg-dark .nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.transparent.fixed.bg-dark {
  background: #292929;
}
nav.transparent.fixed.bg-dark .menu > li > a,
nav.transparent.fixed.bg-dark .module.widget-handle i {
  color: #fff;
}
.nav-is-overlay nav {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
}

.tooltip {
  font-weight: 600;
  font-size: 13px;
}
.tooltip-inner {
  border-radius: 0;
  padding: 9px 24px 12px 24px;
}

.alert {
  margin-bottom: 24px;
  background: none;
  border-radius: 0;
  font-weight: 600;
  padding: 12px 16px;
}
.alert .close {
  opacity: 1;
  font-size: 24px;
  top: -2px;
  right: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.alert .close span {
  font-weight: 400;
}
.alert-warning {
  border: 1px solid #d88519;
  color: #d88519;
}
.alert-success {
  border: 1px solid #60b963;
  color: #60b963;
}
.alert-danger {
  border: 1px solid #c64444;
  color: #c64444;
}

.icon {
  font-size: 64px;
  display: inline-block;
  color: #292929;
}
.image-bg.bg-light .icon {
  color: #292929;
}
.image-bg .icon,
.bg-dark .icon {
  color: #fff;
}
.icon-lg {
  font-size: 80px;
}
.icon-sm {
  font-size: 32px;
}
.icon-xs {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .icon {
    font-size: 48px;
  }
  .icon-lg {
    font-size: 64px;
  }
  .icon-sm {
    font-size: 18px;
  }
  .icon-xs {
    font-size: 16px;
  }
}
.embelish-icons {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: scale(10);
  -webkit-transform: scale(10);
  left: 50%;
  opacity: 0.05;
  z-index: -1;
}

input,
select,
textarea {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type=text], textarea, select, input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-secondary input[type=text], .bg-secondary textarea, .bg-secondary select {
  background: #fff;
}
.input-lh {
  line-height: 50px;
}
.field-error {
  outline: 1px red !important;
}
.input-with-label span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  cursor: default;
}
input[type=text], input[type=password] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
.image-bg input[type=text], .image-bg textarea {
  color: #555;
}
.image-bg.bg-light input.transparent {
  border-color: #292929;
}
input.transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important	;
}
input[type=text]:focus, input[type=password]:focus {
  outline: 1px solid #ccc;
}
textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}
textarea:focus {
  outline: 1px solid #ccc;
}
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
:-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
::-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
input.transparent::-webkit-input-placeholder {
  color: #fff;
}
input.transparent::-moz-input-placeholder {
  color: #fff;
}
input.transparent:-moz-input-placeholder {
  color: #fff;
}
input.transparent:-ms-input-placeholder {
  color: #fff;
}
input[type=submit] {
  height: 65px;
  line-height: 48px;
  border: 2px solid #333347;
  background: #333347;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0 !important;
}
.bg-primary input[type=submit] {
  background: #fff;
  color: #333347;
}
input[type=submit]:focus {
  outline: none;
}
input[type=submit].hollow {
  background: none;
  border: 2px solid #333347;
  color: #333347;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
input[type=submit].hollow:hover {
  background: #333347;
  color: #fff;
}
.select-option {
  position: relative;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  margin-bottom: 24px;
}
.select-option i {
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 14px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
.select-option:focus i {
  color: #fff;
}
.select-option select {
  margin-bottom: 0;
}
select {
  height: 50px;
  background: #f5f5f5;
  width: 100%;
  border-radius: 0;
  border: none;
  outline: none;
  padding-left: 20px;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
select:focus {
  background: #eee;
}
select:active,
select:focus,
select:hover {
  outline: none;
  border: none;
}
.checkbox-option,
.radio-option {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #333347;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 24px;
}
.checkbox-option .inner,
.radio-option .inner {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #333347;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.checkbox-option.checked .inner {
  transform: translate3d(25px, 0, 0);
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(25px, 0, 0);
  background: #333347;
}
.checkbox-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.radio-option {
  width: 25px;
  height: 25px;
  text-align: left;
}
.radio-option:nth-of-type(n+2) {
  margin-left: 24px;
}
.radio-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.radio-option .inner {
  border: none;
  width: 19px;
  height: 19px;
  left: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.radio-option + span {
  display: inline-block;
  line-height: 25px;
}
.radio-option.checked .inner {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.radio-option.checked .inner {
  background: #333347;
}
@media all and (min-width: 991px) {
  input.col-md-6 {
    width: 49%;
    float: left;
  }
  input.col-md-6:first-of-type {
    margin-right: 1%;
  }
  input.col-md-6:last-of-type {
    margin-left: 1%;
  }
}
form.thirds input {
  width: 33%;
}
form.halves input {
  width: 49.5%;
}
.form-error,
.form-success {
  background: #58ce38;
  padding: 12px;
  width: 100%;
  color: #fff;
  max-width: 700px;
  position: relative;
  top: 16px;
  margin: 0 auto;
}
.form-error {
  background: #ce3838;
}
.field-error {
  outline: 1px solid #ce3838 !important;
}
form iframe.mail-list-form {
  display: none;
}
.form-loading {
  border: 3px solid #ffffff;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  z-index: 99999;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media all and (max-width: 767px) {
  form.thirds input,
  form.halves input {
    width: 100%;
    margin-bottom: 8px;
  }
}
.accordion .title {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.accordion li.active .content {
  max-height: 400px;
}
.accordion p:last-child {
  margin-bottom: 0;
}
.accordion-1 li {
  margin-bottom: 10px;
}
.accordion-1 li:last-child {
  margin-bottom: 0;
}
.accordion-1 .title {
  background: #f5f5f5;
  padding: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.bg-secondary .accordion-1 .title {
  background: #ebebeb;
}
.bg-secondary .accordion-1 .title:hover {
  background: #e4e4e4;
}
.accordion-1 .title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.accordion-1 .active .title {
  background: #333347;
  color: #fff;
}
.accordion-1 .content {
  border: 1px solid #eee;
  border-top: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.accordion-1 .content p {
  padding: 13px;
}
.accordion-1 .active .content {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.accordion-1 .title:hover {
  background: #eee;
}
.accordion-1 .active .title:hover {
  background: #333347;
}
.accordion-2 .title {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .7;
}
.accordion-2 .title:before {
  content: "\e622";
  font-family: 'font-awesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.accordion-2 .active .title {
  opacity: 1;
}
.accordion-2 .active .title:before {
  content: '\e61a';
}
.accordion-2 .content p {
  padding: 16px 0;
}
.accordion-2 .title:hover {
  opacity: 1;
}
.tabs {
  overflow: hidden;
}
.tabs li {
  display: inline-block;
  cursor: pointer;
}
.tabs.thirds {
  width: 100%;
}
.tabs.thirds li {
  width: 33.3333333%;
}
.tabs.thirds .tab-title {
  width: 100%;
}
.button-tabs .tabs {
  display: inline-block;
  overflow: hidden;
}
.button-tabs .tabs > li {
  margin-bottom: 8px;
  float: left;
}
.button-tabs .tabs > li:last-child {
  margin-right: 0;
}
.button-tabs .tab-title {
  padding: 13px;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  background: #f5f5f5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.bg-secondary .button-tabs .tab-title {
  background: #eee;
}
.button-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.button-tabs .active .tab-title {
  background: #333347;
  color: #fff;
}
.button-tabs .tab-title:hover {
  background: #eee;
}
.button-tabs .active .tab-title:hover {
  background: #333347;
}
.button-tabs.vertical {
  overflow: hidden;
}
.button-tabs.vertical > .tabs {
  max-width: 30%;
  float: left;
}
.button-tabs.vertical > .content {
  padding-left: 3%;
  max-width: 70%;
  float: right;
}
.button-tabs.vertical > .tabs li,
.button-tabs.vertical .tab-title {
  width: 100%;
}
.button-tabs.vertical > .tabs li {
  margin-bottom: 10px;
}
.bg-dark .button-tabs .tab-title span {
  color: #222;
}
@media all and (max-width: 767px) {
  .button-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
  .button-tabs.vertical .tabs,
  .button-tabs.vertical .content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.tabbed-content .content > li {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: none;
}
.tabbed-content .content .active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.text-tabs .tabs {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  overflow: visible;
}
.text-tabs.no-border .tabs {
  border-bottom: none;
}
.text-tabs .tab-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0 24px;
  opacity: 0.5;
  position: relative;
}
.text-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.text-tabs .tab-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333347;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  bottom: -17px;
  left: 0;
}
.text-tabs .active .tab-title {
  opacity: 1;
  color: #333347;
}
.bg-primary .text-tabs .tab-title:after {
  background: #76769d;
}
.text-tabs .active .tab-title:after {
  opacity: 1;
}
.text-tabs .tab-title:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .text-tabs .tabs {
    padding-bottom: 0;
  }
  .text-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
  .text-tabs .tab-title:after {
    display: none;
  }
  .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
    padding-left: 24px;
  }
}
.icon-tabs .tabs li {
  width: 24.5%;
  margin-bottom: 24px;
}
.icon-tabs .tab-title {
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.icon-tabs .tab-title:hover {
  opacity: 1;
}
.icon-tabs .active .tab-title {
  color: #333347;
  opacity: 1;
}
.icon-tabs .active .tab-title i {
  color: #333347;
}
.image-bg .icon-tabs .active .tab-title i {
  color: #fff;
}
.icon-tabs .tab-title i {
  display: block;
  margin-bottom: 16px;
}
.icon-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .icon-tabs .tabs li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 49%;
  }
  .icon-tabs .tab-title i {
    font-size: 32px;
  }
}
.progress-bars {
  margin-bottom: 24px;
}
.progress {
  height: auto;
  box-shadow: none;
}
.progress-bar {
  background: #333347;
  box-shadow: none !important;
}
.bg-primary .progress-bar {
  background: #44445f;
}
.progress-1 {
  height: 32px;
  margin-bottom: 8px;
  border-radius: 0;
  border: none;
}
.progress-1:last-child {
  margin-bottom: 0;
}
.progress-1 .progress-bar {
  text-align: right;
  padding-right: 12px;
  line-height: 32px;
  border-radius: 0;
}
.progress-1 .progress-bar span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
}
.progress-2 {
  height: auto;
  background: none;
  text-align: center;
  margin-bottom: 8px;
}
.progress-2 span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}
.progress-2 .bar-holder {
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #333347;
}
.bg-primary .progress-2 .bar-holder {
  border-color: #4d4d6b;
}
.stat-2 h1 {
  font-size: 80px;
  line-height: 88px;
}
.stat-3 h1 {
  margin-bottom: 8px;
  font-size: 72px;
  line-height: 80px;
}
.stat-3 h6 {
  margin-bottom: 0;
}
.breadcrumb {
  margin-bottom: 24px;
}
.breadcrumb-2 {
  background: none;
  padding: 0;
}
.breadcrumb-2 li a,
.breadcrumb-2 li {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  font-weight: 600;
}
.breadcrumb-2 > li + li:before {
  padding: 0 16px;
  color: #bbb;
}
.image-bg .breadcrumb li a {
  color: #fff;
  opacity: .8;
}
.image-bg .breadcrumb li a:hover {
  opacity: 1;
}
.image-bg .breadcrumb li.active {
  color: #fff;
}
.bg-dark .breadcrumb a {
  color: #fff;
}
@media all and (max-width: 990px) {
  .page-title-4 .breadcrumb,
  .page-title-2 .breadcrumb {
    float: left;
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
  .breadcrumb-2 > li + li:before {
    padding: 0 4px;
  }
  .page-title-4 .breadcrumb,
  .page-title-2 .breadcrumb {
    float: left;
    margin-top: 8	px;
  }
}
.pagination {
  margin: 0;
}
.pagination li {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination li a {
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  padding-top: 6px;
  margin: 0 4px;
  color: #292929;
  font-weight: 400;
}
.pagination li a:hover,
.pagination li.active a,
.pagination li.active:hover a {
  background: #333347;
  color: #fff;
  border-color: #333347;
}
.feature.boxed {
  padding: 32px;
  background: #f8f8f8;
}
.feature.boxed.bg-dark {
  background: #292929;
}
.bg-dark .feature.boxed {
  background: #363636;
}
.bg-secondary .feature.boxed {
  background: #fff;
}
.feature.bordered {
  padding: 32px;
  border: 1px solid #ccc;
}
.feature {
  margin-bottom: 24px;
}
.feature p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .feature.boxed,
  .feature.bordered {
    padding: 24px;
  }
}
@media all and (max-width: 990px) {
  .feature .icon-lg {
    font-size: 40px;
  }
}
.feature-1 i {
  display: inline-block;
  margin-bottom: 16px;
  color: #333347;
}
.feature-2 i {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #333347;
  text-align: center;
  line-height: 80px;
  color: #333347;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.feature-2 i:hover,
.feature-2.filled i {
  background: #333347;
  color: #fff;
}
.feature-3 {
  overflow: hidden;
}
.feature-3 .left,
.feature-3 .right {
  display: inline-block;
  float: left;
}
.feature-3 .left {
  width: 15%;
}
.feature-3 .right {
  width: 85%;
}
.feature-3 i {
  color: #333347;
}
.bg-primary .feature-3 i {
  color: #fff;
}
.feature-4 .left {
  width: 25%;
}
.feature-4 .right {
  width: 75%;
}
.feature-color h1,
.feature-color h2,
.feature-color h3,
.feature-color h4,
.feature-color h5,
.feature-color h6 {
  color: #ffffff;
}
.feature-color p,
.feature-color span,
.feature-color li {
  color: #ffffff;
}
.feature-color i {
  color: #fff;
  opacity: .7;
}
.feature-color:nth-of-type(1) {
  background: #333347;
}
.feature-color:nth-of-type(2) {
  background: #282838;
}
.feature-color:nth-of-type(3) {
  background: #1e1e29;
}
.feature-5 {
  height: 33.333333vw;
  padding: 0 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media all and (max-width: 1280px) {
  .feature-5 {
    height: auto;
    padding: 80px 48px;
  }
  .feature-5 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-width: 767px) {
  .feature-3 .left,
  .feature-4 .left {
    margin-bottom: 8px;
  }
  .feature-3 .left,
  .feature-4 .left,
  .feature-3 .right,
  .feature-4 .right {
    width: 100%;
  }
  .feature-5 {
    padding: 40px 24px;
  }
}
.image-bg .feature i {
  color: #fff;
}
.image-bg .feature h1,
.image-bg .feature h2,
.image-bg .feature h3,
.image-bg .feature h4,
.image-bg .feature h5,
.image-bg .feature h6 {
  color: #ffffff;
}
.image-bg .feature p,
.image-bg .feature span,
.image-bg .feature li {
  color: #ffffff;
}
.image-bg .feature.bordered {
  border-color: rgba(255, 255, 255, 0.4);
}
.image-bg .feature.boxed {
  background: rgba(34, 34, 34, 0.4);
}
.bg-light .feature.bordered {
  border-color: rgba(34, 34, 34, 0.2);
}
.pricing-table {
  padding: 48px 32px;
}
.pricing-table .price {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  color: #292929;
  display: inline-block;
  margin-bottom: 16px;
}
.bg-dark .pricing-table .price {
  color: #fff;
}
.pricing-table p:last-child {
  margin-bottom: 0;
}
.pricing-table.boxed,
.pricing-table.emphasis {
  background: #f8f8f8;
}
.pricing-table.emphasis {
  background: #333347;
  color: #fff;
}
.pricing-table.emphasis a:not(.btn) {
  color: #fff;
}
.pricing-table.emphasis .price,
.pricing-table.emphasis h5 {
  color: #fff;
}
.pt-2 ul {
  line-height: 36px;
}
.page-title {
  padding: 0;
}
.page-title .container {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
.page-title i {
  position: relative;
  top: 1px;
}
@media all and (max-width: 767px) {
  .page-title i {
    display: none;
  }
}
.page-title-1,
.page-title-2 {
  height: 400px;
}
.page-title-1 .breadcrumb,
.page-title-3 .breadcrumb {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.page-title-2 .breadcrumb {
  position: relative;
  margin-bottom: 0;
}
.nav-is-overlay .page-title-1.image-bg:first-child,
.nav-is-overlay.page-title-1.bg-dark:first-child,
.nav-is-overlay .page-title-2.image-bg:first-child,
.nav-is-overlay.page-title-2.bg-dark:first-child {
  height: 455px;
  padding-top: 55px;
}
@media all and (max-width: 767px) {
  .page-title-1,
  .page-title-2 {
    height: 320px;
  }
}
.page-title-3,
.page-title-4 {
  height: 240px;
}
.page-title-4 .breadcrumb {
  position: relative;
  top: 8px;
  margin-bottom: 0;
}
.nav-is-overlay .page-title-3.image-bg:first-child,
.nav-is-overlay.page-title-3.bg-dark:first-child,
.nav-is-overlay .page-title-4.image-bg:first-child,
.nav-is-overlay.page-title-4.bg-dark:first-child {
  height: 295px;
  padding-top: 55px;
}
@media all and (max-width: 767px) {
  .page-title .text-right {
    text-align: left !important;
  }
}
.page-title.fullscreen {
  height: 100vh !important;
  padding-top: 0;
}
.widget {
  margin-bottom: 48px;
}
.link-list {
  line-height: 32px;
}
.widget ul:last-child,
.widget p:last-child {
  margin-bottom: 0;
}
.widget .title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 12px;
}
.widget hr {
  margin-bottom: 12px;
}
.recent-posts {
  line-height: 24px;
}
.recent-posts li {
  margin-bottom: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.recent-posts .date {
  display: block;
  letter-spacing: 0;
  opacity: .8;
}
.recent-posts li:hover .date {
  opacity: 1;
}
.tags {
  overflow: hidden;
}
.tags li {
  float: left;
  margin: 0 4px 4px 0;
}
.tags .btn-sm {
  padding: 0 8px;
  margin: 0;
}
.widget .gallery {
  overflow: hidden;
}
.widget .gallery li {
  width: 33.33333%;
  float: left;
  padding: 0 4px 4px 0;
}
.twitter-feed .user,
.twitter-feed .interact {
  display: none;
}
.widget .twitter-feed .timePosted {
  display: none;
}
.widget .tweet {
  margin-bottom: 0;
}
.widget .twitter-feed .slides li {
  margin-bottom: 24px;
}
.widget .twitter-feed .slides li:last-child {
  margin-bottom: 0;
}
.widget .twitter-feed .slides li:nth-of-type(n+3) {
  display: none;
}
.widget .twitter-feed .slides li:before {
  position: relative;
  top: 6px;
  float: left;
  display: inline-block;
  margin-right: 8px;
  color: #292929;
  content: "\e74b";
  font-family: 'font-awesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}
.widget .twitter-feed p {
  padding-left: 22px;
  position: relative;
}
.bg-dark .widget .twitter-feed .slides li:before {
  color: #fff;
}
.widget .instafeed li {
  width: 33.3333%;
  display: inline-block;
  padding: 0 4px 4px 0;
}
.widget .instafeed li:nth-of-type(n+7) {
  display: none;
}
.widget .cart-overview img {
  width: 25%;
  padding-right: 2%;
}
.widget .cart-overview .description {
  display: inline-block;
  width: auto;
  line-height: 24px;
}
.widget .cart-overview span {
  display: block;
}
.widget .cart-overview li {
  margin-bottom: 24px;
  overflow: hidden;
}
.widget .cart-overview li:last-child {
  margin-bottom: 0;
}
.widget .cart-controls {
  max-height: 30px;
  line-height: 30px;
}
.cart-overview a {
  color: #292929;
}
.cart-overview a:hover {
  color: #333347;
}
.widget .flex-direction-nav li a {
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
}
.widget .flex-direction-nav li a:before {
  font-size: 16px;
}
.widget .flex-direction-nav li a.flex-next {
  right: 8px;
}
.widget .flex-direction-nav li a.flex-prev {
  left: 8px;
}
.widget .flex-control-nav {
  display: none;
}
.widget .image-slider {
  margin: 0;
}
img {
  max-width: 100%;
}
.image-tile {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.image-tile img {
  width: 100%;
  display: inline-block;
}
.image-tile .label {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
}
.inner-title:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292929', GradientType=0);
  pointer-events: none;
}
.inner-title:hover:before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.inner-title .title {
  position: absolute;
  width: 100%;
  bottom: 24px;
  z-index: 5;
}
.inner-title .title h1,
.inner-title .title h2,
.inner-title .title h3,
.inner-title .title h4,
.inner-title .title h5,
.inner-title .title h6 {
  color: #ffffff;
}
.inner-title .title p,
.inner-title .title span,
.inner-title .title li {
  color: #ffffff;
}
.inner-title .title h5 {
  font-weight: 600;
}
.inner-title {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.inner-title:hover {
  opacity: .95;
}
.inner-title.hover-reveal:before {
  opacity: 0;
}
.inner-title.hover-reveal .title {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.inner-title.hover-reveal:hover .title {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.inner-title.hover-reveal:hover:before {
  opacity: 1;
}
.outer-title img {
  display: inline-block;
  margin-bottom: 12px;
}
.hover-tile {
  position: relative;
  overflow: hidden;
  background: #292929;
}
.hover-tile img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.hover-tile:hover img {
  opacity: .5;
}
.hover-tile .hover-state {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
}
.hover-state {
  z-index: 99;
  padding: 0 40px;
  cursor: default;
}
.hover-state h1,
.hover-state h2,
.hover-state h3,
.hover-state h4,
.hover-state h5,
.hover-state h6 {
  color: #ffffff;
}
.hover-state p,
.hover-state span,
.hover-state li {
  color: #ffffff;
}
.hover-state * {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 30px, 0) scale(1.05);
  -webkit-transform: translate3d(0, 30px, 0) scale(1.05);
}
.hover-tile:hover .hover-state {
  opacity: 1;
}
.hover-tile:hover .hover-state * {
  transform: translate3d(0, 0px, 0) scale(1);
  -webkit-transform: translate3d(0, 0px, 0) scale(1);
}
.hover-state *:last-child {
  margin-bottom: 0;
}
.border-thick {
  border: 16px solid #fff;
  border-top: none;
}
.border-thick.col-sm-6:first-child {
  border-right: 8px solid #fff;
}
.border-thick.col-sm-6:last-child {
  border-left: 8px solid #fff;
}
.image-slider {
  position: relative;
}
.image-slider .slides {
  position: relative;
  overflow: hidden;
}
.image-slider .slides li {
  position: relative;
}
.image-slider .slides li > img {
  width: 100%;
}
.row .image-slider {
  margin-bottom: 24px;
}
.image-slider.height-70 .slides li {
  height: 70vh;
  min-height: 600px;
}
@media all and (max-width: 767px) {
  .image-slider.height-70 .slides li {
    height: auto;
    min-height: none;
    padding: 80px 0;
  }
  .image-slider.height-70 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
.flex-direction-nav a.flex-next {
  right: 16px;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  content: "&#xf054;";
  font-family: 'font-awesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
.flex-direction-nav a.flex-prev {
  left: 16px;
}
.flex-direction-nav a.flex-prev:before {
  content: "&#xf054;";
}
.flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  color: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
}
.flex-control-nav li a {
  background: none;
  border: 2px solid #292929;
  width: 10px;
  height: 10px;
}
@media all and (max-width: 768px) {
  .flex-direction-nav {
    display: none;
  }
}
.controls-inside .flex-control-nav {
  bottom: 24px;
  z-index: 10;
}
.controls-inside .flex-control-nav li a {
  border-color: #fff;
}
.controls-inside .flex-control-nav li a.flex-active {
  background: #fff;
}
.image-bg .flex-control-nav li a {
  border-color: #fff;
}
.image-bg .flex-control-nav li a.flex-active {
  background: #fff;
}
.slider-thumb-controls .flex-control-thumbs {
  margin: 0;
}
.slider-thumb-controls .flex-direction-nav {
  display: none;
}
@media all and (max-width: 767px) {
  .slider-thumb-controls .flex-control-thumbs {
    display: none;
  }
  .slider-thumb-controls .flex-direction-nav {
    display: block;
  }
}
.logo-carousel li {
  text-align: center;
}
.logo-carousel li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.logo-carousel li:hover {
  opacity: 1;
}
.logo-carousel img {
  max-height: 60px;
}
@media all and (max-width: 767px) {
  .logo-carousel .slides li {
    width: 100%;
  }
}
.text-slider .flex-direction-nav li a:before {
  color: #222;
}
.image-bg .text-slider .flex-direction-nav li a:before {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.image-bg .text-slider .flex-direction-nav li a:hover:before {
  opacity: 1;
}
.text-slider .flex-direction-nav a.flex-prev {
  left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
  right: -60px;
}
.kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}
.kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 767px) {
  .kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }
}
.square-thumbs li {
  height: 285px;
}
.third-thumbs li {
  width: 33.33333vw;
  height: 33vw;
  border: none;
}
@media all and (max-width: 1190px) {
  .square-thumbs li {
    height: 235px;
  }
}
@media all and (max-width: 990px) {
  .lightbox-grid li {
    width: 33.33333%;
  }
  .square-thumbs li {
    height: 240px;
  }
}
@media all and (max-width: 767px) {
  .lightbox-grid li {
    width: 50%;
  }
  .third-thumbs li {
    height: 50vw;
  }
  .square-thumbs li {
    height: 185px;
  }
}
.lb-outerContainer {
  background: none;
  border-radius: 0;
}
.lightbox .lb-image {
  border-radius: 0;
}
.lb-data .lb-close,
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  background: none;
}
.lb-data .lb-close:before,
.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before {
  content: "\e646";
  font-family: 'font-awesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before {
  position: absolute;
  top: 50%;
  font-size: 32px;
  margin-top: -16px;
}
.lb-nav a.lb-next:before {
  content: "\e649";
  right: 16px;
}
.lb-nav a.lb-prev:before {
  content: "\e64a";
  left: 16px;
}
.cover {
  margin: 0;
  padding: 0;
}
.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
  color: #ffffff;
}
.cover p,
.cover span,
.cover li {
  color: #ffffff;
}
.image-bg.bg-light h1,
.image-bg.bg-light h2,
.image-bg.bg-light h3,
.image-bg.bg-light h4,
.image-bg.bg-light h5,
.image-bg.bg-light h6 {
  color: #222222;
}
.image-bg.bg-light p,
.image-bg.bg-light span,
.image-bg.bg-light li {
  color: #777777;
}
.cover:first-child .fullscreen {
  max-height: 100%;
}
.cover.fullscreen .slides > li {
  height: 100vh;
}
.cover .slides li .container {
  z-index: 4;
  position: relative;
}
.cover .flex-control-nav {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .9;
}
.cover .flex-control-nav:hover {
  opacity: 1;
}
.cover .align-bottom {
  padding: 0 32px;
  bottom: 16px;
}
.cover .align-top {
  padding: 0 32px;
}
@media all and (max-width: 767px) {
  .cover .align-bottom {
    padding: 0 15px;
  }
  .cover .align-bottom.relative-xs {
    position: relative;
    bottom: 0;
  }
  .cover.fullscreen {
    height: auto;
    padding: 80px 0;
  }
  .cover.fullscreen.image-slider {
    padding: 0;
  }
  .cover.fullscreen .container {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .cover.fullscreen .slides li {
    height: auto;
    padding: 80px 0;
  }
}
.product-single .image-slider .label {
  font-size: 12px;
  text-transform: uppercase ;
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
}
.product-single .price {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
  margin-right: 32px;
}
.product-single .old-price {
  text-decoration: line-through;
  opacity: .7;
}
.product-single .price:not(.old-price) {
  color: #333347;
}
.add-to-cart input[type=text] {
  width: 100px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.add-to-cart input[type=submit] {
  width: 160px;
  margin: 0;
}
th,
td {
  line-height: 24px !important;
}
.ratings {
  margin-bottom: 24px;
}
.ratings li {
  display: inline-block;
  background: #f8f8f8;
  padding: 24px;
  margin-bottom: 16px;
}
.star-rating li {
  padding: 0;
  color: #000;
}
.star-rating {
  margin: 0 ;
  display: inline-block;
  margin-right: 24px;
}
.ratings .user span {
  display: inline-block;
  margin-right: 8px;
}
.ratings .user .date {
  opacity: .7;
}
.ratings .user {
  margin-bottom: 8px;
}
.ratings-form input[type=text] {
  width: 50%;
  float: left;
}
.ratings-form input[type=text]:first-child {
  width: 48%;
  margin-right: 2%;
}
.ratings-form input[type=submit] {
  width: 200px;
}
.product-thumb {
  max-width: 180px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.col-sm-6 .product-thumb {
  max-width: 320px;
}
.product-thumb:hover {
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
}
.cart .product-thumb {
  max-width: 10000px;
  max-height: 100px;
}
.cart .product-thumb:hover {
  transform: none;
}
.cart td,
.cart span,
.cart th {
  vertical-align: middle !important;
}
.cart span {
  display: inline-block;
}
.cart .remove-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #c64444;
  color: #c64444;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.cart .remove-item:hover {
  color: #fff;
  background: #c64444;
}
video:-webkit-full-screen,
audio:-webkit-full-screen {
  -webkit-transform: translateY(0%);
}
iframe {
  border: none;
}
.player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .player {
    display: none;
  }
}
.vid-bg .background-image-holder {
  z-index: 0;
}
video {
  max-width: 100%;
}
.local-video-container {
  position: relative;
  margin-bottom: 24px;
}
.local-video-container video {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.local-video-container .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  top: 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
}
.background-image-holder.fadeout {
  opacity: 0 !important;
  z-index: 0;
}
@media all and (max-width: 767px) {
  video {
    max-width: 100% !important;
  }
}
.play-button {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 4;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
.play-button:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #ffffff;
}
.play-button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.play-button.dark {
  border-color: #292929;
}
.play-button.dark:before {
  border-color: transparent transparent transparent #292929;
}
@media all and (max-width: 767px) {
  .play-button {
    width: 65px;
    height: 65px;
    margin-top: -32px;
  }
  .play-button:before {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20.0px;
    border-color: transparent transparent transparent #fff;
  }
}
.play-button.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}
.play-button.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #ffffff;
}
.play-button.large.dark:before {
  border-color: transparent transparent transparent #292929;
}
.play-button.inline {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .play-button.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  .play-button.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #fff;
  }
}
.modal-video {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.modal-video video {
  margin: 0 auto;
  width: 675px;
  display: block;
  top: 50%;
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.modal-video.reveal-modal {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}
.modal-video iframe {
  position: absolute;
  width: 768px;
  height: 432px;
  left: 50%;
  margin-left: -384px;
  margin-top: -216px;
  top: 50%;
  border: none;
}
.modal-video .ti-close {
  font-size: 24px;
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 990px) {
  .modal-video iframe {
    width: 640px;
    height: 360px;
    margin-left: -320px;
    margin-top: -160px;
  }
}
@media all and (max-width: 767px) {
  .modal-video video {
    width: 100%;
    padding: 0 15px;
  }
  .modal-video iframe {
    width: 100%;
    margin-left: -50%;
  }
}
.fs-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.fs-video-wrapper video {
  position: absolute;
  width: 100%;
  left: 0;
}
.embed-video-container {
  width: 100%;
  position: relative;
  display: inline-block;
}
.embed-video-container iframe {
  border: none;
  width: 100%;
  height: 312px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.modal-video .embed-video-container {
  width: 80%;
  max-height: 800px;
}
@media all and (max-width: 767px) {
  .embed-video-container iframe {
    height: 200px;
  }
}
.fs-vid-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.fs-vid-background video {
  max-width: 900000px;
}
.overlay .fs-vid-background:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222222;
  opacity: 0.5;
  z-index: 2;
}
@media all and (max-width: 990px) {
  .fs-vid-background {
    display: none;
  }
}
.post-title .label {
  margin-right: 16px;
}
.post-title h4 {
  position: relative;
  top: 2px;
  margin-bottom: 16px;
}
.post-meta,
.post-meta .tags {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 12px;
}
.post-meta > li {
  float: left;
  margin-right: 24px;
}
.post-meta i {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.post-snippet iframe {
  width: 100%;
  margin-bottom: 12px;
}
.post-snippet .embed-video-container {
  margin-bottom: 24px;
}
.post-snippet .embed-video-container iframe {
  margin: 0;
}
.post-snippet .inner {
  background: #fff;
  padding: 24px;
}
.comments-list,
.comments-list ul {
  width: 100%;
  overflow: hidden;
}
.comments-list li {
  overflow: hidden;
  margin-bottom: 40px;
}
.comments-list p:last-of-type {
  margin: 0;
}
.comments-list .avatar,
.comments-list .comment {
  display: inline-block;
  float: left;
}
.comments-list .avatar {
  width: 10%;
}
.comments-list .avatar img {
  width: 75px;
}
.comments-list .comment {
  width: 90%;
  padding-left: 5%;
}
.comments-list .author {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
.comments-list .comment .btn {
  position: relative;
  margin: 0;
}
.comments-list ul {
  padding-left: 10%;
  padding-top: 40px;
}
.comments-list ul li:last-of-type {
  margin-bottom: 0;
}
.comments input[type=submit] {
  max-width: 25%;
  float: right;
}
.masonry {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}
.masonry.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.masonry-item {
  max-width: 100%;
}
.container .masonry-item {
  margin-bottom: 30px;
}
.masonry-item blockquote:hover {
  background: #333347;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
}
.masonryFlyIn .masonry-item {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
}
.masonryFlyIn .masonry-item.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.masonry-loader {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 80px;
}
.masonry-loader.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  margin-top: -25px;
}
.masonry-loader.fadeOut {
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #333347;
  -moz-animation: spin 0.7s linear infinite;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media all and (max-width: 767px) {
  .post-title .label {
    margin-bottom: 8px;
    display: inline-block;
  }
  .post-title h4 {
    top: 0;
    display: block;
  }
  .comments input[type=submit] {
    max-width: 100%;
    float: none;
  }
}
.image-md {
  max-height: 120px;
}
.image-small {
  max-height: 80px;
}
.image-xs {
  max-height: 50px;
}
.image-xxs {
  max-height: 30px;
}
.fade-half {
  opacity: 0.5;
}
.fade-1-4 {
  opacity: 0.75;
}
.fade-3-4 {
  opacity: 0.25;
}
.fade-on-hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.fade-on-hover:hover {
  opacity: 1;
}
.cast-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.cast-shadow-light {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.image-block,
.image-block .image-bg {
  padding: 0;
  height: 50vw;
  max-height: 700px;
}
.image-block .container {
  height: 100%;
}
.image-block-right .image-bg {
  position: absolute;
  top: 0;
}
@media all and (max-width: 768px) {
  .image-block {
    height: auto;
    max-height: 1000000px;
  }
  .image-block .image-bg {
    height: 350px;
  }
  .image-block .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .image-block-right .image-bg {
    position: relative;
  }
}
.image-edge .container {
  position: relative;
}
.image-edge .container div[class*='col-'] {
  position: absolute;
}
@media all and (max-width: 990px) {
  .image-edge .container div[class*='col-'] {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
.image-square {
  height: 50vw;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
}
.image-square .image,
.image-square > .content {
  position: absolute;
}
.image-square .image {
  height: 100%;
}
.image-square > .content {
  padding: 0 10%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}
.image-square.left .image {
  left: 0;
}
.image-square.left > .content {
  right: 0;
}
.image-square.right .image {
  right: 0;
}
.image-square.right > .content {
  left: 0;
}
@media all and (max-width: 990px) {
  .image-square {
    height: auto;
    max-height: 100000px;
    padding-bottom: 48px;
  }
  .image-square .image,
  .image-square > .content {
    position: relative;
  }
  .image-square .image {
    height: 100vw;
    margin-bottom: 48px;
    max-height: 500px;
  }
  .image-square > .content {
    top: 0;
    transform: none;
    -webkit-transform: none;
    padding: 0 20%;
  }
}
@media all and (max-width: 767px) {
  .image-square > .content {
    padding: 0 15px;
  }
}
.image-zoom img {
  transition: all 9s ease;
  -webkit-transition: all 9s ease;
  -moz-transition: all 9s ease;
}
.image-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.testimonials h4 {
  line-height: 40px;
}
.testimonials .quote-author {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  width: 250px;
  margin-top: 24px;
}
.testimonials .quote-author img {
  max-height: 60px;
  float: left;
  display: inline-block;
  margin-right: 16px;
}
.testimonials .quote-author h6 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
  padding-top: 14px;
}
.testimonials .quote-author span {
  display: block;
  line-height: 18px;
}
@media all and (max-width: 767px) {
  .testimonials h4 {
    line-height: 26px;
  }
}
.countdown {
  font-size: 80px;
  line-height: 88px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 100;
  text-transform: uppercase;
}
.image-bg .countdown {
  color: #fff;
}
@media all and (max-width: 990px) {
  .countdown {
    font-size: 64px;
    line-height: 72px;
  }
}
@media all and (max-width: 767px) {
  .countdown {
    font-size: 48px;
    line-height: 56px;
  }
}
.map-holder {
  overflow: hidden;
  position: relative;
}
.map-holder iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 180%;
  top: -40%;
  left: 0;
  z-index: 1;
}
.map-holder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.map-holder.interact:before {
  width: 0;
}
.map-holder.inline {
  height: 400px;
  overflow: hidden;
}
.map-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
footer.bg-dark a {
  color: #fff;
}
.footer-1 .logo {
  max-height: 30px;
}
.footer-1 .sub {
  opacity: .5;
}
.social-list {
  margin: 0;
}
.image-bg .social-list a {
  color: #fff;
}
.bg-dark .social-list a,
.image-bg .social-list a {
  color: #fff;
  opacity: .5;
}
.bg-dark .social-list a:hover {
  opacity: 1;
}
.image-bg .social-list a {
  opacity: 1;
}
.bg-light .social-list a {
  color: #222;
}
.back-to-top {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.back-to-top:hover {
  opacity: 1;
}
.bg-dark .back-to-top {
  border-color: #fff;
}
.bg-dark .back-to-top:active,
.bg-dark .back-to-top:focus {
  color: #fff;
}
.bg-dark .back-to-top:hover {
  background: none;
}
a {
  color: #000;
}

a:hover {
  color: #575757;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  max-width: 100%;
  resize: none;
}

input[type=submit] {
  width: auto;
}

input[type=button], input[type=text], input[type=email], input[type=search], input[type=password], textarea, input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus, textarea:focus {
  border: 1px solid #989898;
}

input[type=submit]:focus {
  border: none !important;
}

select::-ms-expand {
  display: none;
}

iframe {
  border: 0;
}

.sound iframe {
  width: 100%;
}

ul {
  list-style: none outside none;
}

ul, ol, dl {
  list-style-position: outside;
}

* {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background-color: rgb(245, 245, 245,0);
}

::-webkit-scrollbar-thumb {
  background: rgb(190, 190, 190);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,.0);
}

::selection {
  background: #f8cd0a;
}

::-moz-selection {
  background: #f8cd0a;
}

.animated {
  -moz-transition-duration: 0s !important;
}

/* only ie7, ie9, ie10, ie11 */
@media screen\0 {
  input {
 /* ie7, ie9, ie10, ie11+ only */
    padding-bottom: 19px;
  }
}
/* Remove inner shadow from inputs on mobile iOS */


/* general settings */
.center-col {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.separator-line {
  height: 2px;
  margin: 0 auto;
  width: 30px;
  margin: 7% auto;
}

.separator-line-thick {
  height: 4px;
  margin: 0 auto;
  width: 30px;
  margin: 7% auto;
}

.separator-line-vertical {
  width: 7px;
  height: 80px;
  background-color: #fff;
  float: left;
  margin-right: 90px;
}

.slider-text .separator-line {
  margin: 14% auto;
  height: 2px;
}

.thin-separator-line {
  height: 1px;
  width: 30px;
  margin: 7% auto;
}

.vertical-separator {
  height: 25px;
  width: 25px;
  border-left: 1px solid #000;
}

.wide-separator-line {
  height: 1px;
  background-color: #e5e5e5;
  margin: 5% 15px;
}

.indicators-black .active {
  background-color: #000;
  border: 2px solid rgba(0, 0, 0, 1);
}

.indicators-black li {
  border: 2px solid rgba(0, 0, 0, 1);
}

.margin-one {
  margin-top: 1% !important;
  margin-bottom: 1% !important;
}

.margin-two {
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

.margin-three {
  margin-top: 3% !important;
  margin-bottom: 3% !important;
}

.margin-four {
  margin-top: 4% !important;
  margin-bottom: 4% !important;
}

.margin-five {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}

.margin-six {
  margin-top: 5% !important;
  margin-bottom: 0 !important;
}

.margin-seven {
  margin-top: 7.8% !important;
  margin-bottom: 5% !important;
}

.margin-eight {
  margin-top: 8% !important;
  margin-bottom: 8% !important;
}

.margin-nine {
  margin-top: 9% !important;
  margin-bottom: 9% !important;
}

.margin-ten {
  margin-top: 10% !important;
  margin-bottom: 10% !important;
}

.margin-eleven {
  margin-top: 22% !important;
  margin-bottom: 22% !important;
}

.margin-right-four {
  margin-right: 4% !important;
}

.margin-right-five {
  margin-right: 5% !important;
}

.margin-right-six {
  margin-right: 6% !important;
}

.margin-right-seven {
  margin-right: 7% !important;
}

.margin-right-eight {
  margin-right: 8% !important;
}

.margin-right-nine {
  margin-right: 9% !important;
}

.margin-right-ten {
  margin-right: 10% !important;
}

.margin-top-section {
  margin-top: 96px;
}

.margin-left-right-one {
  margin-right: 6% !important;
  margin-left: 6% !important;
}

.margin-two-bottom {
  margin-bottom: 2% !important;
}

.margin-four-bottom {
  margin-bottom: 4% !important;
}

.margin-five-bottom {
  margin-bottom: 5% !important;
}

.margin-ten-bottom {
  margin-bottom: 10% !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.margin-bottom {
  margin-bottom: 60px;
}

.padding-one {
  padding-top: 1% !important;
  padding-bottom: 1% !important;
}

.padding-two {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}

.padding-three {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}

.padding-four {
  padding-top: 4% !important;
  padding-bottom: 4% !important;
}

.padding-five {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

.padding-six {
  padding-top: 3% !important;
  padding-left: 3% !important;
  padding-right: 3% !important;
}

.padding-seven {
  padding: 6%;
}

.padding-eight {
  padding-top: 20%;
  padding-bottom: 20%;
}

.padding-nine {
  padding: 6% 0;
}

.padding-left-right {
  padding-right: 6% !important;
  padding-left: 6% !important;
}

.padding-two-bottom {
  padding-bottom: 2% !important;
}

.padding-left-right-px {
  padding: 0 15px;
}

.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-section {
  padding: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.section-padding-inner {
  padding: 140px 0;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.no-float {
  float: none !important;
}

.col-large {
  width: 90%;
}

.col-medium {
  width: 85%;
}

.col-small {
  width: 75%;
}

.col-extra-small {
  width: 70%;
}

.display-block {
  display: block !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-hidden-mobile {
  position: fixed !important;
  overflow: hidden !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
  z-index: 5;
}

.position-absolute {
  position: absolute !important;
}

.position-right {
  right: 0 !important;
}

.position-left {
  left: 0 !important;
}

.position-top {
  top: 0 !important;
}

.width {
  display: inline-block;
  position: relative;
  width: 90%;
}

.width-20 {
  width: 20% !important;
}

.width-30 {
  width: 30% !important;
}

.width-40 {
  width: 40% !important;
}

.width-50 {
  width: 50% !important;
}

.width-60 {
  width: 60% !important;
}

.width-70 {
  width: 70% !important;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90% !important;
}

.width-100 {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.height-100 {
  height: 100% !important;
}

.height-auto {
  height: auto !important;
}

.clear-both {
  clear: both;
}

.roundedimage {
  border-radius: 100%;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.no-box-shadow {
  box-shadow: none !important;
}

p.uppercase {
  text-transform: uppercase !important;
}

p.uppercase a {
  text-decoration: underline !important;
}

p.uppercase a:hover {
  text-decoration: none;
}

.line-break {
  display: block !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.no-transition * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.white-round-border {
  border-radius: 50%;
  border: 1px solid #fff;
}

.border-black {
  border: 1px solid #000;
}

.border-thick {
  border-width: 2px !important;
}

.border-white {
  border: 1px solid #FFF;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border {
  border: 1px solid #e5e5e5;
}

.border-right {
  border-right: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-left {
  border-left: 4px solid #fff;
}

.border-color-black {
  border-color: #000 !important;
}

.border-color-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #d7d7d7 !important;
}

.border-color-orange {
  border-color: #ff513b !important;
}

.no-border {
  border: none !important;
}

.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-transperent-light {
  border-color: rgba(255,255,255,.25) !important;
}

.no-border-round {
  border-radius: 0 !important;
}

.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
  top: 0;
  left: 0;
}

.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
  top: 0;
  left: 0;
}

.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 1;
  top: 0;
  left: 0;
}
/* owl */
.owl-carousel {
  overflow: hidden;
}

.owl-buttons {
  position: static;
}

.owl-prev, .owl-next {
  color: #111;
  display: block;
  font-size: 16px;
  height: 105px;
  line-height: 105px;
  margin-top: -35px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 105px;
  z-index: 6;
}

.owl-prev {
  left: -70px;
}

.owl-next {
  right: -70px;
}

.owl-prev:before, .owl-next:before {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 66%;
  left: 0;
  position: absolute;
  width: 66%;
}

.owl-next:before {
  left: auto;
  right: 0;
}

.owl-prev .fa, .owl-next .fa {
  color: #000;
  font-size: 24px;
  position: relative;
  top: -15%;
}

.owl-prev .fa {
  right: 4%;
}

.owl-next .fa {
  left: 4%;
}

.owl-carousel:hover .owl-prev {
  left: -35px;
  opacity: 1;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px;
}

.owl-pagination {
  bottom: 30px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100 !important;
}

.owl-page {
  display: inline-block;
  padding: 6px 5px;
}

.owl-page span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 7px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  width: 7px;
}

.owl-page:hover span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
}

.owl-page.active span {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(1.33333);
}

.owl-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-subtitle {
  font-size: 14px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 80px;
  display: block;
}

.owl-title {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  letter-spacing: 7px;
}

.owl-title-big {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 40px;
  padding: 35px 50px;
  text-transform: uppercase;
  width: 60%;
}

.dark-pagination .owl-page span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
  box-shadow: none;
}

.dark-pagination .owl-page.active span {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
}

.dark-pagination .owl-prev, .owl-next {
  opacity: 1;
}

.dark-pagination .owl-next:before {
  left: auto;
  right: 0;
}

.dark-pagination .owl-prev {
  left: -35px;
  opacity: 1;
}

.dark-pagination .owl-next {
  opacity: 1;
  right: -35px;
}

.light-pagination .owl-page.active span {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
}

.square-pagination .owl-page span {
  width: 30px;
  border-radius: inherit;
  height: 3px;
  background: rgba(255,255,255,.5);
}

.square-pagination .owl-page.active span {
  border: none !important;
  transform: none!important;
  background: #fff !important;
}

.dark-pagination-without-next-prev-arrow .owl-prev, .dark-pagination-without-next-prev-arrow .owl-next {
  display: none;
}

.owl-no-pagination .owl-pagination {
  display: none;
}

.owl-prev-next-simple .owl-prev::before, .owl-next::before {
  box-shadow: none;
}

.owl-half-slider .owl-title {
  width: 50%;
  line-height: 40px;
  font-size: 25px;
}

.owl-half-slider .item {
  min-height: 750px;
}

.owl-half-slider .container {
  min-height: 750px;
}

.owl-small-slider .item {
  min-height: 430px;
}

.owl-small-slider .container {
  min-height: 400px;
}

.bottom-pagination .owl-pagination {
  position: inherit !important;
}

#owl-demo-background .owl-item {
  cursor: default !important;
}
/* common */
.alt-font {
  font-family: "Oswald",sans-serif !important;
}

.main-font {
  font-family: 'Open Sans', sans-serif !important;
}


.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 0 100px 0;
}

.tab-content .section-title {
  border: medium none;
  font-size: 40px;
  font-weight: 100;
  text-transform: none;
  margin: 2% 0 0;
  padding: 0;
}

.title-gray {
  border: 1px solid #b5b5b5;
  color: #b5b5b5;
}

.title-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

h1.big {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  line-height: 76px;
  margin-bottom: 0px;
}

h1.big span {
  font-weight: 300;
}

.banner-content {
  font-size: 18px;
  line-height: 28px;
}

h1.page-title {
  margin: 95px auto 0;
  width: 100%;
}

.highlight-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: #000;
  font-size: 65px;
  letter-spacing: 0;
}

.highlight-title span {
  font-weight: 600;
}

.work-process-title {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.text-small {
  font-size: 11px !important;
  line-height: 15px !important;
}

.text-med {
  font-size: 14px !important;
  line-height: 26px !important;
}

.text-large {
  font-size: 15px !important;
  text-transform: uppercase;
  line-height: 24px !important;
  letter-spacing: 2px !important;
}

.text-extra-large {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 100;
}

.text-extra-large strong {
  letter-spacing: 3px;
}

.text-extra-large-normal {
  font-weight: normal !important;
}

.title-small {
  font-size: 20px !important;
  line-height: 30px !important;
}

.title-med {
  font-size: 24px !important;
  line-height: 34px !important;
}

.title-large {
  font-size: 28px !important;
  line-height: 41px !important;
}

.title-extra-large {
  font-size: 35px !important;
  line-height: 43px !important;
}

.white-text {
  color: #FFF !important;
}

.magenta-text {
  color: #d94378 !important;
}

.orange-text {
  color: #ff513b !important;
}

.deep-red-text {
  color: #F1166B  !important;
}

.black-text {
  color: #000 !important;
}

.yellow-text {
  color: #e6af2a !important;
}

.pink-text {
  color: #d9378e !important;
}

.light-gray-text {
  color: #ababab;
}

.deep-gray-text {
  color: #464646 !important;
}

.deep-light-gray-text {
  color: #878787 !important;
}

.gray-text {
  color: #7f7f7f !important;
}

.dark-gray-text {
  color: #373737 !important;
}

.no-letter-spacing {
  letter-spacing: 0px !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}

.letter-spacing-3 {
  letter-spacing: 3px !important;
}

.letter-spacing-4 {
  letter-spacing: 4px !important;
}

.letter-spacing-5 {
  letter-spacing: 5px !important;
}

.letter-spacing-6 {
  letter-spacing: 6px !important;
}

.letter-spacing-7 {
  letter-spacing: 7px !important;
}

.letter-spacing-8 {
  letter-spacing: 8px !important;
}

.letter-spacing-9 {
  letter-spacing: 9px !important;
}

.letter-spacing-10 {
  letter-spacing: 10px !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.text-transform-unset {
  text-transform: unset !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.word-wrap {
  word-wrap: break-word;
}

.text-transform-none {
  text-transform: none !important;
}

i {
  color: #9a9a9a;
  margin: 0 3px;
}

.extra-large-icon {
  font-size: 60px !important;
}

.large-icon {
  font-size: 50px !important;
}

.medium-icon {
  font-size: 40px !important;
  margin-bottom: 15px !important;
}

.small-icon {
  font-size: 25px !important;
}

.extra-small-icon {
  font-size: 18px !important;
}

.slider-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: 1;
  top: 0;
  left: 0;
}

.video-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  background: rgba(67,67,67,0.5);
}

.slider-overlay-half {
  position: absolute;
  height: 60%;
  width: 100%;
  opacity: 0.9;
  z-index: 1;
  bottom: 0;
}

.slider-text {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.slider-text h1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 3px;
  font-family: 'Oswald', sans-serif;
  line-height: 38px;
}

.slider-text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.gradient-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 1;
  top: 0px;
  background: rgba(167,73,28,0.9);
  background: -moz-linear-gradient(left, rgba(167,73,28,0.9) 0%, rgba(48,41,39,0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(167,73,28,0.9)), color-stop(100%, rgba(48,41,39,0.9)));
  background: -webkit-linear-gradient(left, rgba(167,73,28,0.9) 0%, rgba(48,41,39,0.9) 100%);
  background: -o-linear-gradient(left, rgba(167,73,28,0.9) 0%, rgba(48,41,39,0.9) 100%);
  background: -ms-linear-gradient(left, rgba(167,73,28,0.9) 0%, rgba(48,41,39,0.9) 100%);
  background: linear-gradient(to right, rgba(167,73,28,0.9) 0%, rgba(48,41,39,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9a562', endColorstr='#608aab', GradientType=1 );
}

.gradient-overlay-light {
  background: rgba(176,0,92,1);
  background: -moz-linear-gradient(left, rgba(176,0,92,1) 0%, rgba(83,11,49,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(176,0,92,1)), color-stop(100%, rgba(83,11,49,1)));
  background: -webkit-linear-gradient(left, rgba(176,0,92,0.7) 0%, rgba(83,11,49,1) 100%);
  background: -o-linear-gradient(left, rgba(176,0,92,0.7) 0%, rgba(83,11,49,1) 100%);
  background: -ms-linear-gradient(left, rgba(176,0,92,0.7) 0%, rgba(83,11,49,1) 100%);
  background: linear-gradient(to right, rgba(176,0,92,1) 0%, rgba(83,11,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#530b31', endColorstr='#b0005c', GradientType=1 );
}

.overlay-yellow {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  top: 0px;
  background-color: #ffca18;
}

.overlay-blue {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  top: 0px;
  background-color: #8ac4fe;
}

.overlay-gray {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0px;
  background-color: #f4f5f6;
}

.overlay-green {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  top: 0px;
  background-color: #71f1b9;
}

.slider-half {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  color: #FFF;
}

.slider-half h1 {
  font-size: 80px;
  line-height: 85px;
  font-weight: 300;
  letter-spacing: -2px;
  text-transform: none;
}

.slider-half h1 span {
  font-weight: 700;
}

.carousel, .item, .active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-small {
  height: 70%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: absolute;
}

.top-cart {
  float: right;
  position: relative;
  padding-bottom: 17px;
}

.top-cart a.shopping-cart {
  color: #373737;
  display: initial;
  padding-bottom: 30px;
}

.top-cart a.shopping-cart:hover {
  color: #373737;
}

.top-cart .fa-shopping-cart {
  margin: 5px 4px 0 0;
  color: #373737;
}

.top-cart a:hover .fa-shopping-cart {
  color: #373737;
}

.search-cart-header .subtitle {
  color: #373737;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-top: 1px;
  text-transform: uppercase;
}

.cart-content {
  top: 52px;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 200ms ease 0s;
  visibility: hidden;
  z-index: 9;
  background-clip: padding-box;
  background-color: rgba(27, 22, 28, 0.95);
  padding: 25px;
  width: 250px;
}

.cart-content ul.cart-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  color: #c8c8c8;
}

.cart-content ul.cart-list li {
  min-height: 85px;
  text-align: left;
}

.cart-content ul.cart-list a.remove {
  position: absolute;
  right: 15px;
  text-align: right;
}

.cart-content ul.cart-list a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
  padding: 0 0 0 70px;
  position: relative;
  width: auto;
  color: #c8c8c8 !important;
}

.cart-content ul.cart-list a img {
  height: 60px;
  left: 0;
  float: left;
  width: 60px;
  position: absolute;
}

.cart-content ul.cart-list .quantity {
  font-size: 12px;
  margin-left: 70px;
}

.cart-content .total {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #c8c8c8;
  display: block;
  font-size: 11px;
  margin-bottom: 0;
  padding: 7px 0;
  float: left;
  width: 100%;
  text-transform: uppercase;
}

.cart-content p.total strong {
  float: left;
}

.cart-content .total .amount {
  float: right;
}

.cart-content .buttons {
  float: left;
  width: 100%;
  margin: 0px;
  text-align: center;
}

.content-top-margin {
  margin-top: 76px;
}

.page-title {
  padding: 80px 0;
}

.page-title h1 {
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.page-title span {
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 11px;
}

.breadcrumb ul li {
  display: inline-block;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 400;
  color: #575757;
}

.breadcrumb ul li a {
  color: #575757;
}

.breadcrumb ul > li+li:before {
  content: "/";
  padding: 0 10px;
}

.page-title-large {
  min-height: 450px;
  padding: 240px 0 0;
}

.page-title-large h1 {
  font-size: 25px !important;
}

.page-title-shop h1 {
  font-size: 35px !important;
}

.page-title-small {
  padding: 40px 0;
}

.page-title-small h1 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: 1;
  top: 0px;
}

.parallax-fix {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  background-attachment: fixed !important;
}

.parallax-fix .row {
  position: relative;
  z-index: 2;
}

.parallax-section-main {
 /* min-height: 700px; */;
}

.parallax-title {
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 7px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.parallax-sub-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 30px;
  text-transform: uppercase;
}

.parallax-number {
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 150px 0 60px 0;
  padding: 9px 0;
  width: 47px;
  text-align: center;
  letter-spacing: -2px;
}

.fix-background {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.cover-background {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
}

.background-size-inherit {
  background-size: inherit inherit !important;
}

.blog-blockquote {
  padding: 100px;
}

.background-attachment-inherit {
  background-attachment: inherit !important;
}

.slider-text-middle-main {
  display: table;
  height: 100%;
  width: 100%;
}

.slider-text-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.slider-text-top {
  display: table-cell;
  vertical-align: top;
}

.slider-text-middle {
  display: table-cell;
  vertical-align: middle;
}

.slider-text-middle1 {
  padding: 0 15px;
}

.slider-typography {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
}

.slider-subtitle1 {
  background-color: #000;
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 48px;
  font-weight: 100;
  letter-spacing: 4px;
  line-height: 68px;
  margin-bottom: 45px;
  padding: 30px 35px;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
}

.slider-title-big1 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slider-text-middle1 .separator-line {
  margin: 3% 0 0 0;
}

.slider-text-middle2 {
  padding: 0 15px;
}

.slider-subtitle2 {
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 17px;
  font-weight: 50;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
}

.slider-subtitle3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 8px;
  line-height: 80px;
  text-transform: uppercase;
}

.slider-text-middle3 {
  padding: 0 15px;
}

.slider-title-big3 {
  background: #000;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 43px;
  padding: 35px 50px;
  text-transform: uppercase;
}

.slider-text-middle4 {
  padding: 0 15px;
}

.slider-subtitle4 {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.slider-title-big4 {
  font-family: "Oswald",sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 7px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.slider-text-middle5 {
  padding: 0 15px;
}

.slider-subtitle5 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: block;
  line-height: 30px;
}

.slider-title-big5 {
  font-family: "Oswald",sans-serif;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 7px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}

.slider-number {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 60px;
  padding: 9px 0;
  width: 46px;
  text-align: center;
}

.slider-title-big6 {
  font-size: 110px;
}

.scroll-down {
  bottom: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.scroll-down a i {
  background: #fff;
  border-radius: 2px;
  font-size: 17px;
  padding: 2px 6px;
  color: #000;
}

.scroll-down a i:hover {
  background: #000;
  color: #fff;
}

.scroll-to-down {
  cursor: url("../images/arrow-down.png"), pointer;
}

.scroll-to-down-white {
  cursor: url("../images/arrow-down-white.png"), pointer;
}

.background-slider-text {
  position: absolute;
  width: 100%;
}

.features-section {
  margin-bottom: 80px;
  float: left;
}

.features-section .col-xs-3 {
  width: 20%;
}

.features-section .col-xs-9 {
  width: 75%;
}

.features-section p {
  margin: 0 0 15px;
}

.features-section .separator-line {
  margin-left: 0;
  margin-right: 0;
}

.services-main {
  padding: 7%;
  background-color: rgba(255,255,255,0.7);
}

.services-sub {
  padding: 100px 0 0 0;
  float: left;
}

.services-main i {
  margin-bottom: 10%;
}

.services-sub-section {
  padding-right: 45px;
}

.testimonial p {
  font-size: 14px;
  margin: 50px 0 40px;
  line-height: 24px;
}

.testimonial .name {
  font-size: 11px;
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #737373;
}

.testimonial-style2 p {
  font-size: 13px;
  margin: 30px 0 20px;
  line-height: 22px;
  color: #828282;
}

.testimonial-style2 .name {
  font-size: 11px;
  display: block;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #828282;
}

.testimonial-style2 img {
  border-radius: 50%;
  max-width: 120px;
}

.tab-content > .tab-pane .top-icon {
  display: block;
}

.tab-content > .tab-pane .top-icon i {
  color: #5bcf21;
  font-size: 70px;
}

.counter-section i {
  display: block;
  margin: 0 0 10px;
}

.counter-section span.counter-number {
  font-size: 40px;
  color: #000;
  line-height: 60px;
  display: block;
  font-family: "Oswald",sans-serif;
  letter-spacing: 2px;
}

.counter-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.counter-icon {
  top: 25px;
  position: relative;
}

.key-person {
  overflow: hidden;
  max-height: 695px;
}

.key-person .key-person-img img {
  opacity: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.key-person:hover .key-person-img img {
  opacity: 0.5;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.key-person:hover .key-person-details {
  bottom: 110px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  border-top: 1px solid #e5e5e5;
}

.key-person-details {
  position: relative;
  background-color: #fff;
  padding: 32px 25px 120px;
  bottom: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  border-top: 1px solid #e5e5e5;
}

.key-person i {
  font-size: 20px;
  margin: 15px 15px 25px;
}

.key-person a i {
  color: #000;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.key-person a:hover i {
  color: #858585;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.key-person .person-name {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}

.key-person .person-post {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.case-study-slider {
  padding: 130px 0;
}

.case-study-title {
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.case-study-work {
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 5px 0 25px;
}

.case-study-detials {
  display: block;
  margin-bottom: 25px;
}

.case-study-img {
  min-height: 500px;
}

.case-study-details {
  min-height: 500px;
  padding: 6.3% 6%;
}

#new-project h5 {
  font-size: 14px;
  font-weight: 400;
}

.approach-details {
  text-transform: uppercase;
  color: #737373;
  margin-top: 15px;
  display: block;
  line-height: 20px;
}
/* blog */
.below-header {
  margin-top: 87px;
}

.blog-slider .owl-carousel {
  overflow: visible;
}

.blog-slider .owl-pagination {
  bottom: -70px;
}

.blog-slider .owl-item {
  padding: 0 5px;
}

.blog-slider-con {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.blog-slider-con figcaption {
  background-color: rgba(46, 46, 46, 0.9);
  position: absolute;
  z-index: 2;
  padding: 35px 15px;
  text-align: center;
  width: 100%;
  bottom: -74px;
  display: block;
}

.blog-slider-con:hover figcaption {
  bottom: 0;
  background-color: rgba(255, 255, 255, 1);
}

.blog-slider-con:hover figcaption h3 {
  color: #000;
}

.blog-slider-con:hover .btn-small-white:hover {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
}

.blog-slider-con:hover .btn-small-white {
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
}

.blog-slider-con figcaption h3 {
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #fff;
}

.blog-slider-con figcaption h3 a {
  color: #fff;
  display: block;
}

.blog-slider-con:hover figcaption h3 a {
  color: #000;
}

.blog-slider-con figcaption span {
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 11px;
  text-transform: uppercase;
  color: #aeaeae;
  display: block;
}

.blog-slider-con figcaption span a {
  display: inline-block;
  color: #aeaeae;
}

.blog-listing {
  overflow: hidden;
  margin-bottom: 5%;
}

.blog-image {
  overflow: hidden;
  background: #a1a1a1;
}

.blog-listing:hover img {
  -ms-transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 0.5;
}

.blog-date {
  color: #898989;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 30px;
}

.blog-date a {
  color: #898989;
}

.blog-date a:hover {
  color: #000;
}

.blog-title a {
  color: #000;
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 5px 0 20px;
  text-transform: uppercase;
}

.blog-title a:hover {
  color: #575757;
}

.blog-short-description {
  width: 80%;
}

.blog-like i, .blog-share i, .comment i {
  margin-right: 6px;
  font-size: 11px;
}

.blog-like, .blog-share, .comment {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 25px;
}

.blog-slider-grid {
  position: relative;
  overflow: hidden;
  background-color: #a1a1a1;
}

.blog-slider-grid figcaption {
  position: absolute;
  z-index: 2;
  padding: 35px;
  text-align: center;
  width: 100%;
  bottom: 0;
  display: block;
  background: rgba(0,0,0,1);
}

.blog-slider-grid:hover figcaption {
  background: rgba(255,255,255,1);
}

.blog-slider-grid:hover figcaption h3 {
  color: #000;
}

.blog-slider-grid:hover .btn-small-white:hover {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
}

.blog-slider-grid:hover .btn-small-white {
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
}

.blog-slider-grid figcaption h3 {
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #fff;
}

.blog-slider-grid figcaption h3 a {
  color: #fff;
  display: block;
}

.blog-slider-grid:hover figcaption h3 a {
  color: #000;
}

.blog-slider-grid figcaption span {
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 11px;
  text-transform: uppercase;
  color: #aeaeae;
  display: block;
}

.blog-slider-grid figcaption span a {
  display: inline-block;
  color: #aeaeae;
}

.blog-slider-grid figure:hover img {
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 0.8;
}

.blog-slider-right {
  margin-bottom: 28px;
}

.blog-grid-listing {
  padding-top: 0;
}

.blog-grid-listing .blog-details {
  padding: 0 30px 30px;
  background-color: #fff;
}

.blog-grid-listing .blog-date {
  letter-spacing: 1px;
}

.blog-grid-listing .blog-like, .blog-grid-listing .blog-share, .blog-grid-listing .comment {
  letter-spacing: 1px;
}

.blog-grid-listing .blog-short-description {
  width: 95%;
}

.blog-grid-listing .blog-listing {
  margin-bottom: 30px;
}

.blog-4col .blog-title {
  min-height: 60px;
}

.blog-4col .blog-title a {
  margin-bottom: 0;
}

.blog-4col .blog-short-description {
  width: 100%;
}

.blog-masonry-4col .blog-short-description {
  width: 100%;
}

.blog-full-width-section {
  padding-top: 35px;
}

.blog-full-width {
  padding: 0 15px;
}

.pagination {
  text-align: center;
  width: 100%;
  margin: 40px 0 0 0;
}

.pagination a {
  margin: 0 25px;
  font-size: 14px;
  margin-right: 10px;
  color: #7a7a7a;
}

.pagination a.active {
  border-bottom: 1px solid #000;
  font-weight: 600;
  color: #000;
}

.pagination a:hover {
  color: #000;
}

.pagination i {
  color: #000;
  font-size: 17px;
}

.blog-post p {
  padding: 22px 0 0 0;
  margin: 0;
}

.blog-post img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 1;
}

.blog-post:hover img {
  -ms-transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 0.5;
}

.blog-post-images {
  width: auto;
  overflow: hidden;
  background-color: #4d4d4d;
}

.blog-post-images img {
  max-width: 101%;
}

.post-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  color: #000;
  margin: 40px 0 0 0;
  font-weight: 600;
}

.post-author {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #797979;
}

.post-author a {
  color: #898989;
}

.blog-2col .col-md-6:nth-child(2n + 3) {
  clear: left;
}

.blog-3col .col-md-4:nth-child(3n + 4) {
  clear: left;
}

.blog-4col .col-md-3:nth-child(4n + 5) {
  clear: left;
}

.blog-full-width-section .col-md-3:nth-child(4n + 5) {
  clear: left;
}

.blog-grid-listing > .col-md-4:nth-child(3n + 4) {
  clear: left;
}

.widget {
  margin-bottom: 65px;
}

.widget input {
  border-radius: 4px;
  width: 85%;
  border-width: 2px;
  margin-bottom: 0;
  padding: 10px 35px 10px 15px;
}

.widget .close-search {
  right: 70px;
  top: 16px;
}

.widget-title {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.category-list li {
  padding: 5px 0;
}

.category-list li:first-child {
  padding: 0 0 5px 0;
}

.category-list li a {
  color: #626262;
}

.category-list li a:hover {
  color: #000;
}

.category-list li a span {
  color: #a8a8a8;
}

.category-list li a span:before {
  content: "/";
  margin-right: 4px;
  padding-left: 10px;
}

.widget-posts li {
  padding: 10px 0;
}

.widget-posts li a {
  display: block;
  line-height: 20px;
}

.widget-posts li img {
  width: 75px;
  margin-right: 20px;
  float: left;
}

.widget-posts-details {
  position: relative;
  overflow: hidden;
  top: -4px;
  font-size: 11px;
  line-height: 14px;
}

.widget-posts-details a {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 16px !important;
}

.tags a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  margin: 0 5px 9px 0;
  text-transform: uppercase;
  font-size: 10px;
  color: #626262;
  display: inline-block;
  line-height: 26px;
}

.tags a:hover {
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: #000;
  color: #fff;
}

.quick-contact input {
  width: 100%;
  border-width: 1px;
  margin: 0 0 20px;
  border-radius: 0;
}

.quick-contact input[type=button] {
  border: 2px solid #000;
  width: auto;
  border-radius: 0;
}

.flickr-photostream img {
  width: 45%;
  margin: 0 5% 5% 0;
  padding: 0;
}

.blog-listing-classic:hover img {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 1;
}

.blog-image blockquote {
  border-left: 0px;
  padding: 50px;
  margin-bottom: 0;
}

.blog-image blockquote p {
  font-size: 20px;
  line-height: 33px;
}

.blog-image blockquote p:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 50px;
  margin-right: 10px;
  color: #000;
}

.blog-listing-classic .blog-image {
  margin-bottom: 25px;
  background-color: transparent;
}

.blog-listing-full {
  margin-bottom: 150px;
}

.blog-listing-full .blog-number {
  font-family: oswald;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  text-transform: uppercase;
  line-height: 100px;
  width: 100px;
}

.blog-listing-full .blog-date-right {
  color: #898989;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 25px 0;
  line-height: 20px;
}

.blog-listing-full .blog-date-right a {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.blog-listing-full .blog-title a {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 100;
  letter-spacing: 1px;
}

.blog-listing-full .blog-date {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 100;
  margin: 50px 0 20px;
  letter-spacing: 1px;
}

.blog-details-headline {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 5px;
}

.blog-details-text p {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 28px;
}

.blog-details-text blockquote {
  margin: 15px 0 50px 0;
}

.blog-comment {
  margin: 30px 0;
  font-size: 14px;
  line-height: 28px;
}

.blog-comment .comment-avtar {
  float: left;
  max-width: 100px;
  margin-right: 35px;
  margin-top: 10px;
}

.blog-comment .comment-reply {
  font-weight: 600;
  color: #fff !important;
  margin-left: 15px;
  background-color: #000;
  padding: 3px 8px;
  letter-spacing: 1px;
}

.blog-comment > .blog-comment {
  margin-left: 40px;
}

.blog-comment-form-main {
  padding-top: 6%;
}

.about-author {
  display: inline-block;
  padding: 35px;
  width: 100%;
}

.about-author-text {
  font-size: 13px;
  line-height: 25px;
}

.full-width-headline h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 55px;
  margin-top: 300px;
}

.full-width-headline h2 span {
  display: block;
  font-weight: 400;
}

.full-width-headline .posted-by {
  font-size: 13px;
  font-weight: 400;
  margin: 30px 0 0;
  color: #bdbdbd;
}

.full-width-headline .blog-date {
  padding-top: 3px;
  color: #bdbdbd;
  font-size: 13px;
}

.full-width-headline .blog-date a {
  color: #bdbdbd;
}

.text-large-full-width {
  font-size: 22px !important;
  font-weight: 100;
  line-height: 35px !important;
}

.text-med-full-width {
  font-size: 16px !important;
  line-height: 30px !important;
}

.blog-single-full-width-h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
}

.blog-single-full-width-form input[type=text], .blog-single-full-width-form textarea {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}

.blog-single-full-width-form input[type=text]:focus, .blog-single-full-width-form textarea:focus {
  border-color: #000;
}

.blog-single-full-width-with-image-slider-header {
  min-height: 650px;
}

.blog-headline {
  padding: 14% 100px 100px;
}

.blog-single-full-width-with-image-slider-headline {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 64px;
  width: 70%;
}

.blog-headline .posted-by {
  color: #fff;
  display: block;
  font-family: oswald;
  font-size: 25px;
  font-weight: 400;
  margin: 65px 0 10px;
}

.blog-headline .posted-by a {
  color: #fff;
  font-weight: 100;
}

.blog-headline .blog-date {
  display: inline-block;
  font-family: "Oswald",sans-serif;
  font-size: 15px;
  font-weight: 100;
  padding: 40px;
  position: absolute;
  top: 0;
}

.blog-headline .blog-date span {
  display: block;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 5px;
}

.blog-headline .blog-cat a:after {
  content: "/";
  padding: 0 15px;
}

.blog-headline .blog-cat a:last-child:after {
  content: "";
}

.blog-blockquote blockquote {
  width: 90%;
}

.blog-blockquote blockquote p:before, .blog-blockquote blockquote footer {
  color: #fff;
}

.blog-text {
  padding: 100px;
}

.blog-text p {
  width: 90%;
}

.blog-comment-area {
  padding: 100px;
}
/* buttons */
.btn {
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 2px;
  border: 1px solid transparent;
}

.btn-round {
  border-radius: 4px !important;
}

.btn i {
  margin-right: 5px;
}

.btn.btn-large i {
  font-size: 24px;
}

.button {
  margin-top: 0;
  margin-bottom: 0;
}

.btn.btn-large {
  font-size: 18px;
  padding: 18px 35px;
}

.btn.btn-medium {
  font-size: 14px;
  padding-bottom:45px;
		}

.btn.btn-small {
  font-size: 11px;
  padding: 2px 14px;
  letter-spacing: 1px;
}

.btn.btn-very-small {
  font-size: 9px;
  padding: 1px 12px;
  letter-spacing: 1px;
}

.highlight-button {
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
}

.highlight-button:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.highlight-button i {
  color: #000;
}

.highlight-button:hover i {
  color: #fff;
}

.highlight-button-dark {
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
}

.highlight-button-dark:hover {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.highlight-button-dark i {
  color: #fff;
}

.highlight-button-dark:hover i {
  color: #000;
}

.btn-small-white-background {
  font-size: 11px;
  letter-spacing: 2px;
  padding: 6px 23px;
  color: #000;
  margin-right: 25px;
  background: #fff;
  border: 2px solid #fff;
}

.btn-small-white-background:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-small-white-background i {
  color: #000;
}

.btn-small-white-background:hover i {
  color: #fff;
}

.btn-small-white {
  font-size: 11px;
  letter-spacing: 3px;
  padding: 6px 25px;
  border: 2px solid #fff;
  color: #fff;
}

.btn-small-white:hover {
  background-color: #FFF;
  color: #000;
}

.btn-small-white-dark {
  font-size: 11px;
  letter-spacing: 3px;
  padding: 6px 25px;
  border: 2px solid #fff;
  color: #000;
  background: #fff;
}

.btn-small-white-dark:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-very-small-white {
  font-size: 9px;
  letter-spacing: 2px;
  padding: 2px 15px;
  border: 1px solid #fff;
  color: #fff;
}

.btn-very-small-white:hover {
  background-color: #FFF;
  color: #000;
}

.btn-black {
  border: 2px solid #000;
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 7px 20px 8px;
  width: auto;
}

.btn-black:hover {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}

.highlight-button-black-border {
  border: 4px solid #000;
  background-color: transparent;
  font-size: 12px;
  padding: 0px 30px;
  color: #000;
  font-weight: 700;
}

.highlight-button-black-border:hover {
  border: 4px solid #000;
  background-color: #000;
  color: #fff;
}

.highlight-button-white-border {
  border: 4px solid #fff;
  background-color: transparent;
  font-size: 22px;
  padding: 20px 30px;
  color: #fff;
  font-weight: 700;
}

.highlight-button-white-border:hover {
  border: 4px solid #fff;
  background-color: #fff;
  color: #000;
}

.highlight-button-black-background {
  border: 4px solid #000;
  background-color: #000;
  font-size: 20px;
  padding: 20px 30px;
  color: #fff;
  font-weight: 700;
}

.highlight-button-black-background:hover {
  border: 4px solid #000;
  background-color: #fff;
  color: #000;
}

.btn-small-black-background {
  font-size: 11px;
  letter-spacing: 3px;
  padding: 6px 25px;
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
}

.btn-small-black-background:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}

.btn-small-black-border-light {
  font-size: 10px;
  letter-spacing: 3px;
  padding: 6px 25px;
  border: 1px solid #000;
  color: #000;
}

.btn-small-black-border-light:hover {
  background-color: #000;
  color: #fff;
}

.btn-light-black {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}

.btn-light-black:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}

.button-desc {
  font-size: 30px !important;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.button-desc span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.button-3d {
  border-bottom: 2px solid rgba(0,0,0,0.2) !important;
}

.button-reveal {
  overflow: hidden;
  position: relative;
  transition: all 200ms linear 0s;
  border: 2px solid #000;
  font-size: 16px;
}

.button-reveal i {
  position: absolute;
  left: -25px;
  top: 30%;
  color: #000;
  font-size: 20px;
}

.button-reveal span {
  padding: 0 45px;
  display: block;
  line-height: 54px;
}

.button-reveal:hover span {
  padding: 0 30px 0 60px;
  transition: all 200ms linear 0s;
  color: #000;
}

.button-reveal:hover i {
  left: 25px;
}

.btn.btn-large.button-reveal {
  padding: 0;
}

.button-reveal-black {
  background-color: #000;
  color: #fff;
}

.button-reveal-black span {
  color: #fff;
}

.button-reveal-black i {
  color: #fff;
}

.button-reveal-black:hover span {
  color: #fff;
}
/* socials */
.social-icon .fa {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px !important;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background: none;
}

.social-icon:hover .fa {
  opacity: .8;
}

.social-icon .fa-pinterest {
  background-color: #cb2027;
}

.social-icon .fa-rss {
  background-color: #f26522;
}

.social-icon .fa-facebook {
  background-color: #3b5998;
}

.social-icon .fa-twitter {
  background-color: #00aced;
}

.social-icon .fa-flickr {
  background-color: #ff0084;
}

.social-icon .fa-dribbble {
  background-color: #ea4c89;
}

.social-icon .fa-behance {
  background-color: #42a9fb;
}

.social-icon .fa-linkedin {
  background-color: #007bb6;
}

.social-icon .fa-vimeo-square {
  background-color: #aad450;
}

.social-icon .fa-youtube {
  background-color: #bb0000;
}

.social-icon .fa-tumblr {
  background-color: #32506d;
}

.social-icon .fa-github-alt {
  background-color: #333333;
}

.social-icon .fa-google-plus {
  background-color: #dd4b39;
}

.social-icon .fa-instagram {
  background-color: #517fa4;
}

.social-icon .fa-soundcloud {
  background-color: #f80;
}

.social-icon-large {
  margin-right: 20px;
}

.social-icon-large .fa {
  font-size: 25px;
  background: transparent;
  color: #000;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px !important;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-icon-large:hover .fa {
  color: #fff;
}

.social-icon-large:hover .fa-pinterest {
  background-color: #cb2027;
}

.social-icon-large:hover .fa-rss {
  background-color: #f26522;
}

.social-icon-large:hover .fa-facebook {
  background-color: #3b5998;
}

.social-icon-large:hover .fa-twitter {
  background-color: #00aced;
}

.social-icon-large:hover .fa-flickr {
  background-color: #ff0084;
}

.social-icon-large:hover .fa-dribbble {
  background-color: #ea4c89;
}

.social-icon-large:hover .fa-behance {
  background-color: #42a9fb;
}

.social-icon-large:hover .fa-linkedin {
  background-color: #007bb6;
}

.social-icon-large:hover .fa-vimeo-square {
  background-color: #aad450;
}

.social-icon-large:hover .fa-youtube {
  background-color: #bb0000;
}

.social-icon-large:hover .fa-tumblr {
  background-color: #32506d;
}

.social-icon-large:hover .fa-github-alt {
  background-color: #333333;
}

.social-icon-large:hover .fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-large:hover .fa-instagram {
  background-color: #517fa4;
}

.social-icon-large:hover .fa-soundcloud {
  background-color: #f80;
}

.pricing [class^="col-"] {
  margin-top: 20px;
  padding: 0;
}

.pricing-title {
  background-color: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
}

.pricing-title {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}

.pricing-title h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.pricing-price::after {
  border-top: 2px solid rgba(0, 0, 0, 1);
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: auto;
  width: 80px;
}

.pricing-features ul {
  list-style: outside none none;
  margin: 0;
  padding: 35px 0;
}

.pricing-features li {
  padding: 3px 0;
}

.pricing-action {
  padding: 0 30px 35px;
}

.pricing-box.best-price {
  background-color: #000;
  margin: -20px -1px 0;
  z-index: 10;
  border: 1px solid #000;
  color: #999;
}

.pricing-box.best-price .pricing-price::after {
  border-top: 2px solid rgba(255,255,255,.3);
}

.pricing-box.best-price .pricing-price {
  color: #999;
}

.pricing-box {
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.075);
  position: relative;
  text-align: center;
}

.pricing-box.last {
  border: none;
}

.pricing-price {
  color: #333;
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  padding: 35px 0;
  position: relative;
  letter-spacing: -3px;
}

.pricing-price span {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  margin: 7px 3px 0 0;
  vertical-align: top;
}

.pricing-price span.price-tenure {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 8px;
  vertical-align: baseline;
  letter-spacing: 0;
}

.pricing-price::after {
  border-top: 2px solid rgba(0, 0, 0, 1);
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: auto;
  width: 80px;
}

.pricing-box.best-price .pricing-title {
  background-color: #000;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.pricing-title span {
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
  text-transform: uppercase;
}

.pricing-box.best-price .pricing-title h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}

.pricing-features li i {
  color: #ffc600;
  font-size: 14px;
}

.input-round {
  border-radius: 4px !important;
}

.big-input, .big-textarea, .big-select {
  padding: 12px 25px 11px;
  border: 1px solid rgba(0,0,0,.2);
}

.big-label {
  font-size: 14px;
  letter-spacing: 2px;
}

#animated-tab .nav-tabs {
  border: 0px;
  text-align: center;
  display: inline-block;
  margin: 0 0 130px;
}

#animated-tab .nav-tabs > li {
  margin: 0px;
  border-right: 1px solid #d7d7d7;
  float: left;
}

#animated-tab .nav-tabs > li:last-child {
  border: none;
}

#animated-tab .nav-tabs > li > a {
  text-align: center;
  vertical-align: middle;
  display: table;
  padding: 0px;
  margin: 0px;
  font-size: 42px;
  margin: 0;
  outline: none;
  padding: 0 50px;
  border: none;
}

#animated-tab .nav-tabs > li > a:hover .white-text {
  color: #5bcf21;
}

#animated-tab .nav-tabs > li.active a i {
  color: #000;
}

#animated-tab .nav-tabs > li > a > span {
  vertical-align: middle;
  display: table-cell;
}

#animated-tab .nav-tabs > li:last-child > a {
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.nav-tabs > li > a {
  margin-top: 0;
}

.tab-style2 .nav-tabs {
  height: auto;
}

.tab-style2 .nav-tabs li {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-bottom: none;
}

.tab-style2 .nav-tabs li:hover {
  border-color: transparent;
}

.tab-style2 .nav-tabs li.active {
  border: 1px solid #e5e5e5;
  background-color: #fdfdfd;
  border-bottom: none;
}

.tab-style2 .nav-tabs li a {
  margin-right: 0;
  margin-left: 0;
  padding: 15px 20px;
  border-bottom: none;
  color: #000;
  letter-spacing: 1px;
}

.tab-style2 .tab-content {
  padding: 25px;
  border: 1px solid #e5e5e5;
  background-color: #fdfdfd;
}

.tab-style3 .nav-tabs {
  height: auto;
  margin-bottom: 25px;
}

.tab-style3 .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.tab-style3 .nav-tabs li:first-child {
  border-left: 1px solid #e5e5e5;
  margin-left: 15px;
}

.tab-style3 .nav-tabs li.active a {
  background-color: #fff;
  position: relative;
  top: 1px;
}

.tab-style3 .nav-tabs li {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.tab-style3 .nav-tabs li a {
  background-color: #f7f7f7;
  border: none;
  color: #575757;
  line-height: 44px;
  margin: 0 !important;
  padding: 0 20px;
}

.tab-style3 .nav-tabs li i {
  font-size: 17px;
  position: relative;
  top: 3px;
}

.tab-style3 .nav-tabs li.active a {
  border-bottom: none;
}

.tab-style4 .tabs-left .nav-tabs {
  border-right: 1px solid #e5e5e5;
  float: left;
  width: 150px;
  height: auto;
  padding: 20px 0 40px;
}

.tab-style4 .tabs-left .nav-tabs li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.tab-style4 .nav-tabs li:first-child {
  border-top: 1px solid #e5e5e5;
}

.tab-style4 .tabs-left .nav-tabs li a {
  background-color: #f7f7f7;
  border-bottom: 0 none;
  display: block;
  line-height: 40px;
  margin: 0 !important;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}

.tab-style4 .tabs-left .nav-tabs li.active a {
  background-color: #fff;
  position: relative;
  left: 1px;
}

.tab-style5 .tabs-left .nav-tabs {
  border-right: none;
  float: left;
  width: 150px;
  margin: 0;
}

.tab-style5 .tabs-left .nav-tabs li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.tab-style5 .nav-tabs li:first-child {
  border-top: 1px solid #e5e5e5;
}

.tab-style5 .tabs-left .nav-tabs li a {
  margin: 0;
  text-align: left;
  border-bottom: 0;
  line-height: 40px;
  padding: 0 20px;
  width: 100%;
  display: block;
  background-color: #fff;
}

.tab-style5 .tabs-left .nav-tabs li.active {
  background-color: #f7f7f7;
}

.tab-style5 .tabs-left .nav-tabs li.active a {
  background-color: #f7f7f7;
  position: relative;
  left: 1px;
  z-index: 9;
}

.tab-style5 .tab-content {
  background-color: #f7f7f7;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.progress-name {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 5px 0 15px;
}

.progress-name strong {
  color: #000;
  font-weight: 400;
}

.progress-bar-sub {
  margin-right: 20px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart-percent {
  margin: 0 0 30px 0;
}

.percent {
  display: inline-block;
  line-height: 125px;
  z-index: 2;
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}

.percent:after {
  content: '%';
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}

.chart-text {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 40px;
  color: #767676;
}

.chart-style2 .chart2 {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
}

.chart-style2 .chart2 canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart-style2 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.chart-style2 p {
  font-size: 11px;
  letter-spacing: 2px;
}

ul.flat-list {
  list-style: inside disc;
  margin: 0 0 0 25px;
}

.flat-list li {
  padding: 5px 0;
}

.flat-list li.active {
  font-weight: 600;
  color: #000;
}

.flat-list li.active ul {
  font-weight: normal;
  color: #575757;
}

.flat-list li ul {
  padding: 5px 0 0 15px;
}

.flat-list li i {
  margin: 0 10px 0 0;
}

ul.flat-list-icon {
  list-style: none;
}

.list-inline li {
  display: inline-block;
  padding: 0 18px;
}

ul.list-line li {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 7px 0;
}

ul.list-line li:last-child {
  border-bottom: none;
}

ul.list-line li span {
  min-width: 130px;
  display: inline-block;
}

.subheader {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.dividers-header:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.double-line:before {
  border-top: 4px double rgba(0,0,0,.15);
  position: absolute;
  z-index: 2;
}

.dividers-header i {
  margin-bottom: 10px;
}

.subheader h6 {
  margin: 7px 0 0 0;
}

.subheader-double-line {
  border: 3px double #e5e5e5;
  padding: 15px 30px;
}

.subheader-double-line h6 {
  margin: 3px 0 0;
}

.modal-popup-main {
  padding: 35px;
}

.blockqoute-dark {
  padding: 35px;
  border: none;
}

.blockqoute-dark p {
  font-size: 16px;
  line-height: 25px;
  width: 95%;
}

.blockqoute-dark footer {
  font-weight: 600;
  font-size: 14px;
}

.first-letter {
  color: #000;
  float: left;
  font-size: 50px;
  left: 0;
  line-height: 1;
  margin: 0 20px 10px 0;
  position: relative;
  top: 4px;
}

.first-letter-block {
  background-color: #000;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}

.first-letter-block-round {
  border-radius: 5px;
  border: 3px solid #000;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 35px;
}

.first-letter-light {
  border-radius: 5px;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  background: #888888;
}

.first-letter-highlight {
  color: #e6af2a;
  font-size: 45px;
  line-height: 60px;
  margin: 0 20px;
  border-bottom: 2px solid #c7c7c7;
}

.first-letter-round {
  background-color: #e6af2a;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  padding: 15px;
}

.med-input, .med-textarea, .med-select {
  padding: 10px 15px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 4px;
}

.med-input.select-style select {
  padding: 14px 15px;
}

.med-input.select-style {
  margin: 0 0 20px;
}

.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 40px;
  background: #fff url("../images/select-arrow.png") no-repeat 97% 50%;
}

.select-style select {
  padding: 16px 15px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #999999;
}

.select-style select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.login-box {
  padding: 35px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 2px #888888;
}

.show-grid [class^="col-"] {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
}

.icon-box i {
  margin: 25px;
}

.i-large-box {
  width: 100px;
  height: 100px;
  line-height: 98px;
  text-align: center;
  font-size: 40px;
}

.i-medium-box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
}

.i-small-box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
}

.i-extra-small-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}

.i-plain {
  color: #737373;
  background-color: transparent !important;
}

.i-plain:hover {
  color: #fff;
  background-color: #737373!important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.i-rounded {
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  border: 1px solid rgba(0,0,0,0.15);
}

.i-rounded:hover {
  background-color: #fff;
  color: #9a9a9a;
  border: 1px solid rgba(0,0,0,0.15);
}

.i-bordered {
  border: 1px solid rgba(0,0,0,0.15);
  background-color: transparent !important;
  color: #9a9a9a;
}

.i-bordered:hover {
  background-color: #000 !important;
  color: #fff;
}

.i-circled {
  border-radius: 50%;
}

.i-light {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08) inset;
  color: #9a9a9a;
  text-shadow: 1px 1px 1px #fff;
}

.i-light:hover {
  background-color: #fff !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15) inset !important;
  color: #444;
  text-shadow: none;
}

.i-3d {
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  color: #9a9a9a !important;
  background-color: #fff;
  color: #000;
}

.i-3d:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.i-3d-border {
  border-bottom: 3px solid rgba(0,0,0,0.15) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.i-3d-border:hover {
  border-bottom: 3px solid rgba(0,0,0,0.30) !important;
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.glyphs .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  float: left;
  font-size: 13px;
  margin: -1px 0 0 -1px;
  padding: 0;
  width: 33%;
  padding: 20px;
  text-align: left;
}

.glyphs .box1 span {
  font-size: 30px;
  vertical-align: middle;
  width: 50px;
}

.fa-examples div {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  margin: -1px 0 0 -1px;
  padding: 15px 0 15px 15px;
  color: #868686;
}

.fa-examples div:hover {
  background-color: #fafafa;
}

.fa-examples i {
  color: #555555;
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 5px;
}

.fa-examples span {
  margin-left: 6px;
  display: none;
}
/* ele;ents */
.panel > div {
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: initial;
  -o-transition-duration: .2s;
}

.panel-heading {
  padding-bottom: 15px;
}

.panel-title {
  background-color: #fff;
  color: #767676;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 10px 18px;
  border: 1px solid rgba(0,0,0,.1);
  text-transform: uppercase;
}

.panel-body {
  padding: 10px 18px 25px 18px;
  font-size: 13px;
  line-height: 23px;
}

.panel-heading i {
  font-size: 10px;
  margin: 0;
}

.active-accordion .panel-title {
  color: #000;
}

.accordion-style2 .panel-title {
  background-color: #000;
  color: #fff;
}

.accordion-style2 .panel-heading i {
  font-size: 18px;
  margin: 0;
  color: #fff;
  padding-top: 5px;
}

.accordion-style3 .panel-title {
  background-color: #ededed;
  color: #000;
  position: relative;
  border: none;
  padding: 0 25px;
  font-size: 14px;
  line-height: 70px;
}

.accordion-style3 .panel-heading {
  padding-bottom: 30px;
}

.accordion-style3 .panel-heading i {
  font-size: 20px;
  margin: 0;
  color: #000;
  position: relative;
  top: 3px;
}

.accordion-style3 .panel-body {
  padding: 0 60px 35px 25px;
}

.accordion-style3 .number {
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.toggles-style2 .panel-title {
  background-color: #000;
  color: #fff;
}

.toggles-style2 .panel-heading i {
  font-size: 18px;
  margin: 0;
  color: #fff;
  padding-top: 5px;
}

.toggles-style3 {
  border: 1px solid rgba(0,0,0,.15);
  border-top: none;
}

.toggles-style3 .panel {
  border: none;
  border-top: 1px solid rgba(0,0,0,.15);
}

.toggles-style3 .panel-title {
  border: none;
  padding: 20px 25px;
  font-size: 14px;
  position: relative;
}

.toggles-style3 .panel-title span {
  position: absolute;
  right: 25px;
  top: 20px;
}

.toggles-style3 .panel:first-child {
  border-bottom: none;
}

.toggles-style3 .panel-heading {
  padding: 0;
}

.toggles-style3 .panel-body {
  padding: 0 60px 25px 25px;
  background-color: #fff;
}

.toggles-style3 .active-accordion h4 {
  font-weight: 600;
}

.progress-bar-style2 .progress {
  overflow: visible;
}

.progress-bar-style2 .progress-bar span {
  color: #000;
  position: absolute;
  right: 0;
  text-align: right;
  top: 21px;
  font-size: 11px;
}

.progress-bar-style2 .progress-bar {
  position: relative;
  overflow: visible;
}

.progress-bar-style2 .progress {
  height: 15px;
}

.progress-bar-style2 .progress-name {
  font-size: 10px;
  margin: 5px 0 20px;
}

.progress-bar-style3 .progress-bar-sub {
  margin-bottom: 40px;
}

.progress-bar-style3 .progress {
  height: 26px;
}

.progress-bar-style3 .progress-bar {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 25px;
  text-align: left;
  padding: 0 10px;
}
/* about */
.about-year {
  border: 2px solid #6d6d6d;
  display: inline-block;
  font-size: 17px;
  height: 120px;
  margin-bottom: 40px;
  padding: 25px;
  width: 120px;
}

.about-year span {
  font-size: 50px;
  font-weight: 600;
  left: -4px;
  letter-spacing: -5px;
  position: relative;
  top: 13px;
}

.timeline-number {
  font-family: "Oswald",sans-serif;
  font-size: 25px;
  padding: 15px;
  line-height: 25px;
}

.timeline-year {
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
}

.team-size-main {
  margin-left: 7%;
}

.team-size span {
  font-family: "Oswald",sans-serif;
  font-size: 50px;
  position: relative;
  top: 20px;
}

.team-plus {
  font-size: 50px;
  position: relative;
  top: 30px;
  color: #717171;
}

.team-member figure {
  padding: 35px 0;
}

.team-member .person-social i {
  margin: 0 20px;
  font-size: 20px;
  color: #fff;
}

.team-member .team-details {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,.85);
  padding-top: 23%;
  padding-left: 15px;
  padding-right: 15px;
  left: 15px;
  right: 15px;
}

.team-member:hover .team-details {
  opacity: 1;
}
/* folios */
.standard-slider {
  height: 60% !important;
}

.standard-with-slider {
  height: 73% !important;
}

.standard-with-slider .carousel-control.right, 
.standard-with-slider .carousel-control.left {
  top: 42%;
}

.list-icon i {
  margin-right: 3%;
}

.project-highlight {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-highlight span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
}

.great-result {
  position: relative;
  z-index: 3;
}

.great-result .owl-pagination {
  bottom: 50px;
}

.highlight-project-center-block {
  position: relative;
}

.masonry-portfolio-header {
  min-height: 600px;
}

.masonry-portfolio-header-title {
  color: #000;
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  margin: 130px auto 0;
  text-align: center;
  text-transform: uppercase;
}

.video-wrapper {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.html-video {
  background-color: #000;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: -3;
}

.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: -5px !important;
  width: 100%;
}

.video-half-screen {
  min-height: 650px;
}

.video-half-screen .html-video {
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.tp-banner-container-black {
  background: #000000;
}

.intro-icon-text {
  font-size: 16px;
  letter-spacing: 4px;
  color: #fff;
  line-height: 20px;
}

.intro-icon i {
  font-size: 40px;
  color: #ffffff;
}

.work-img {
  background: #000000;
}

.work-img:hover a {
  opacity: 0.5;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.grid-wrap .tab-content {
  margin-top: 25px;
}

.nav-tabs-light li a {
  margin: 0 32px;
}

.nav-tabs-light li:first-child a {
  margin: 0 32px 0 0;
}

.nav-tabs-light li:last-child a {
  margin: 0 0 0 32px;
}

.nav-tabs-light {
  height: 70px;
}

.nav-tabs-light a {
  color: #888888;
  font-family: "Open Sans",sans-serif !important;
  font-size: 12px;
}

.grid li {
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.grid img {
  width: 100%;
}

.grid-gallery {
  clear: both;
  float: left;
  width: 100%;
}

.gallery-img a {
  position: relative;
  z-index: 2;
  display: block;
}

.grid-gallery ul {
  list-style: none;
  padding: 0;
}

.grid-gallery figure {
  margin: 0;
  position: relative;
}

.grid-gallery figure img {
  display: block;
  width: 100%;
  opacity: 1;
  cursor: pointer;
}

.grid-gallery figcaption h3 {
  margin: 0 0 8px;
  padding: 0;
  text-transform: uppercase;
}

.grid-gallery figcaption i {
  font-size: 32px;
  color: #aeaeae;
  margin-bottom: 20px;
}

.grid-gallery figcaption h3 a, .grid-gallery figcaption h3 {
  letter-spacing: 4px;
  font-weight: 400;
  color: #e3e3e3;
}

.grid-gallery figcaption p {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #aeaeae;
  margin-bottom: 0;
}

.grid {
  margin: 0 auto;
}

.grid li {
  box-sizing: border-box;
  float: left;
  margin: 0;
  width: 25%;
  display: inline-table;
}

.grid figure {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.grid figcaption {
  bottom: 70px;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.gallery-img {
  opacity: 1;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.grid figure:hover .gallery-img {
  background-color: #000;
}

.no-hover figure:hover .gallery-img {
  background-color: transparent !important;
}

.no-hover figure:hover img {
  opacity: 1 !important;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

figure:hover img {
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 0.15;
  cursor: url("../images/icon-zoom-white.png"), pointer;
}

.mfp-figure figure:hover img {
  cursor: pointer;
}

.grid figure:hover figcaption {
  opacity: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.work-2col .grid li {
  float: left;
  width: 50%;
}

.work-3col .grid figcaption {
  bottom: 35px;
}

.work-3col .grid li {
  float: left;
  width: 33.33%;
}

.work-4col .grid li {
  float: left;
  width: 25%;
}

.work-4col .grid figcaption {
  bottom: 40px;
}

#portfolio.work-4col .grid figcaption {
  bottom: 60px;
}

.work-4col .grid-gallery figcaption h3 {
  font-size: 13px;
  margin: 0 0 3px;
}

.work-4col .grid-gallery figcaption p {
  font-size: 11px;
}

.work-5col .grid li {
  float: left;
  width: 20%;
}

.work-5col .grid figcaption {
  bottom: 15px;
}

.work-5col .grid-gallery figcaption h3 {
  font-size: 11px;
  margin: 0 0 3px;
  letter-spacing: 2px;
}

.work-5col .grid-gallery figcaption p {
  font-size: 10px;
  letter-spacing: 1px;
}

.work-5col .grid-gallery figcaption i {
  font-size: 28px;
  margin-bottom: 15px;
}

.work-5col figure:hover img {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  opacity: .15;
}

.gutter .grid-gallery ul {
  margin-left: -11px;
}

.gutter .grid li {
  padding: 0 0 11px 11px;
}

.work-with-title .grid figcaption {
  opacity: 1;
  position: relative;
  bottom: 0;
  padding: 40px 0 30px 0;
  background: rgba(255,255,255,1);
  z-index: 2;
}

.work-with-title .grid li figcaption h3, .work-with-title .grid figcaption h3 a, .work-with-title .grid li figcaption p {
  color: #888888;
}

.work-with-title .grid figcaption h3 a {
  display: block;
}

.work-with-title .grid li:hover figcaption h3, .work-with-title .grid li:hover figcaption h3 a {
  color: #000;
}

.work-with-title .grid li:hover figcaption {
  bottom: 50px;
}

.work-with-title figure:hover img {
  opacity: 1;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  opacity: .5;
  cursor: url("../images/icon-zoom-white.png"), pointer;
}

.work-with-title .gallery-img {
}

.work-2col.wide .grid figcaption {
  bottom: 100px;
}

.work-3col.wide .grid figcaption {
  bottom: 80px;
}

.work-4col.wide .grid figcaption {
  bottom: 60px;
}

.work-5col.wide .grid figcaption {
  bottom: 40px;
}

.work-2col.wide-title .grid figcaption {
  bottom: 0;
}

.work-3col.wide-title .grid figcaption {
  bottom: 0;
}

.work-4col.wide-title .grid figcaption {
  bottom: 0;
}

.work-5col.wide-title .grid figcaption {
  bottom: 0;
}

.grid-gallery ul {
  margin-left: 1px;
}

.work-5col.masonry .grid-gallery ul {
  margin-left: -1px;
}

.parallax-portfolio {
  min-height: 600px;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.look-project {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  width: 100%;
  z-index: 3;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.look-project a {
  display: block;
  padding: 25px;
  font-size: 13px;
  letter-spacing: 3px;
  color: #fff;
}

.parallax-portfolio figcaption {
  background: rgba(0,0,0,1);
  padding: 45px;
  width: 100%;
  display: inline-block;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: -10px;
  text-align: center;
  opacity: 0;
}

.parallax-portfolio figcaption h3 {
  font-weight: 400;
  letter-spacing: 6px;
  font-size: 16px;
  margin-bottom: 13px;
  color: #fff;
}

.parallax-portfolio figcaption p {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  color: #888888;
  margin: 0;
}

.parallax-portfolio:hover figcaption {
  opacity: 1;
  transition: all .3s ease;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  bottom: 73px;
}

.parallax-portfolio:hover .opacity-full {
  opacity: .5;
  background: #000;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.parallax-portfolio:hover .look-project {
  background-color: rgba(255,255,255,1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.parallax-portfolio:hover .look-project a {
  color: #000;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.portfolio-short-description-bg {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  background-size: 100%;
  overflow: hidden;
}

.portfolio-short-description figure {
  background: rgba(27, 22, 28, 0.9);
  padding: 100px;
  display: inline-block;
  width: 50%;
  position: relative;
}

.portfolio-short-description figure h3 {
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 400;
}

.portfolio-short-description figure p {
  letter-spacing: 1px;
  line-height: 23px;
}

.portfolio-short-description-bg:hover {
  background-size: 106%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.portfolio-short-description-bg:hover figure {
  background: rgba(0,0,0,1);
}
/* contact */
.contact-map iframe {
  width: 100%;
  height: 420px;
}

.view-map {
  position: absolute;
  bottom: 0;
  right: 0;
}

.scrolloff {
  pointer-events: none;
}

.services-box {
  padding: 50px;
}

.services-box:hover figure {
  opacity: 1;
}

.services-box figure {
  font-size: 12px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 80px 50px 0;
  background: #000;
  text-align: center;
  letter-spacing: 1px;
}

.services-box figure span {
  display: block;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
}

.faq-search input {
  border: none;
  font-size: 15px;
  width: 90%;
  padding: 20px 25px;
}

.faq-search-button {
  color: #000;
  cursor: pointer;
  font-size: 21px;
  position: absolute;
  right: 60px;
  top: 21px;
}

.slider-typography-shop .owl-subtitle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 80px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.slider-typography-shop .owl-title {
  font-size: 63px;
  font-weight: 700;
  line-height: 65px;
  width: 50%;
}

.product-name a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
}

.price {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.price del {
  color: #898989;
  margin-right: 10px;
  font-weight: 100;
}

.home-product:hover .quick-buy {
  opacity: 1;
  bottom: 44px;
}

.quick-buy {
  background-color: rgba(255,255,255,1);
  bottom: 44px;
  left: 0;
  opacity: 0;
  padding: 25px 0;
  position: absolute;
  width: 100%;
}

.home-product:hover img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  cursor: url("../images/icon-zoom-white.png"), pointer;
}

.product-name {
  position: relative;
  z-index: 1;
}

.quick-buy .quick-buy-btn i {
  margin: 0;
  font-size: 14px;
}

.quick-buy .btn {
  padding: 5px 13px;
  margin: 0;
}

.exclusive-style {
  border: 1px solid #e5e5e5;
}

.exclusive-style .owl-half-slider .item {
  min-height: 0;
}

.exclusive-style .owl-pagination {
  bottom: 15px;
}

.exclusive-style .owl-wrapper-outer {
  background: #fbfbfb;
}

.exclusive-style-text {
  padding: 60px 45px;
}

.shop-newsletter-main {
  padding: 2% 35px 0;
}

.shop-newsletter {
  padding: 8% 45px 0;
}

.shop-newsletter input {
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  width: 75%;
  margin-top: 25px;
  text-align: center;
}

.text-block {
  height: 296px;
  display: table;
  padding: 15px;
}

.text-block-inner {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
}

.text-block:hover {
  background: #000;
}

.text-block:hover .text-block-inner {
  border: 2px solid rgba(255,255,255,1);
  background: #fff;
}

.text-block .btn {
  font-family: 'Open Sans', sans-serif;
}

.onsale {
  background: #cb0606;
  bottom: 16%;
  color: #fff;
  font-size: 10px;
  left: 50%;
  margin-left: -21px;
  line-height: 20px;
  padding: 0 9px;
  position: absolute;
  text-transform: uppercase;
}

.new {
  background: #f1a004;
  bottom: 16%;
  color: #fff;
  font-size: 10px;
  left: 50%;
  margin-left: -21px;
  line-height: 20px;
  padding: 0 9px;
  position: absolute;
  text-transform: uppercase;
}

.colors li {
  position: relative;
  float: left;
}

.colors li a {
  width: 33px;
  text-indent: -9999px;
  margin: 0 10px 10px 0;
  height: 25px;
  float: left;
  border: 0;
}

.colors li.active:before {
  content: "\f00c";
  left: 11px;
  position: absolute;
  font-family: 'FontAwesome';
  line-height: 25px;
  color: #fff;
  font-size: 10px;
}

.colors {
  margin-top: 25px;
}

.size {
  margin-top: 25px;
}

.size li {
  width: 20%;
  margin: 0 10px 10px 0;
  float: left;
  text-align: center;
  border: 1px solid rgba(0,0,0,.2);
  font-size: 10px;
}

.size li.active {
  background: #000;
  border: 1px solid rgba(0,0,0,1);
}

.size li.active a {
  color: #fff;
  display: block;
}

.size li:hover {
  background: #000;
  border: 1px solid rgba(0,0,0,1);
}

.size li:hover a {
  color: #fff;
  display: block;
}

.size li a {
  display: block;
  border: 0;
}

.shop-price li {
  padding: 2px;
}

.shop-price li.active a, .category-list li.active a {
  color: #000;
  padding-left: 10px;
  border: 0;
}

.shop-price li.active:before, .category-list li.active:before {
  content: "\f00c";
  left: 10px;
  position: absolute;
  font-family: 'FontAwesome';
  line-height: 25px;
  color: #000;
  font-size: 10px;
}

.shop-shorting {
  width: 90%;
}

.shop-shorting-full {
  width: 70%;
}

.shop-shorting-full select {
  width: 100%;
}

.shop-shorting select {
  padding: 6px 11px!important;
  font-size: 11px;
}

.grid-nav i {
  font-size: 14px;
  float: left;
  margin-right: 10px;
}

.grid-nav {
  margin-top: 9px;
  line-height: 14px;
}

.grid-nav p {
  font-size: 11px;
  margin-left: 15px;
  display: inline-block;
}

.product-list .onsale {
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
}

.product-list .product-name a {
  font-size: 16px;
  margin-bottom: 10px;
}

.header-nav a {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 25px;
  color: #575757;
}

.header-nav a:last-child {
  padding-right: 0;
}

.header-nav .border-right {
  border-color: #c6c6c6;
}

.header-nav i {
  color: #575757;
  font-size: 14px;
  margin: 0 8px;
}

.products-thumb img {
  width: 25%;
  margin-right: 20px;
}

.product-name-details {
  font-size: 20px;
}

.rating i {
  font-size: 13px;
  margin-right: 5px;
}

.rating-text {
  margin-left: 10px;
  font-size: 10px;
  letter-spacing: 3px;
  position: relative;
  top: -2px;
}

.size-details {
  margin-top: 10px;
}

.size-details li {
  width: 33px;
}

.size-chart {
  border: medium none !important;
  text-decoration: underline;
  text-transform: uppercase;
  width: 90px !important;
}

.shop-shorting-details {
  background: #fff url("../images/select-arrow.png") no-repeat 81% 50%;
  margin: 0 !important;
  width: 100% !important;
}

.product-share-deails i {
  margin: 7px 0 0 10px;
  font-size: 14px;
  vertical-align: middle;
}

.shop-shorting-details select {
  line-height: 15px;
  padding: 13px 15px 14px !important;
}

.product-details-social i {
  font-size: 14px;
  margin-right: 20px;
  color: #000;
  vertical-align: middle;
}

.product-details-highlight-text {
  padding: 35px;
}

.instructions li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.review-name {
  margin-bottom: 5px;
}

.review-main i {
  margin-right: 10px;
  font-size: 13px;
}

.review {
  margin-bottom: 30px;
}

.rating {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999999;
}

.add-rating i {
  color: #b8b8b8;
  cursor: pointer;
  font-size: 15px;
}

.add-rating i:hover {
  color: #000;
}

.shop-cart .shop-shorting {
  width: 63px !important;
}

thead th.first {
  padding-left: 0 !important;
}

.product-thumbnail {
  padding-left: 0 !important;
}

.cupon {
  display: inline-block;
  width: 100%;
}

.cupon .form-inline .btn {
  margin-left: 10px !important;
  padding-top: 9px;
}

.continue-shopping {
  margin-left: 15px !important;
}

.shop-shorting-cart {
  background: #fff url("../images/select-arrow.png") no-repeat 81% 50%;
  margin: 0 !important;
  width: 100% !important;
}

.shop-cart .shop-shorting {
  width: 63px !important;
}

thead th.first {
  padding-left: 0 !important;
}

.product-thumbnail {
  padding-left: 0 !important;
}

.cupon {
  display: inline-block;
  width: 100%;
}

.cupon .form-inline .btn {
  margin-left: 10px !important;
  padding-top: 9px;
}

.cart-total .total th {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.cart-total .total td {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 600;
}

.cart-total tr th {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.cart-total tr td {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
}

.continue-shopping {
  margin-left: 15px !important;
}

footer {
  clear: both;
  background: #FFF;
}

footer .bg-mid-gray {
  background: #d5d5d5;
}

footer .footer-top {
  border-top: 1px solid #e5e5e5;
}

footer h5 {
  margin-bottom: 20px;
}

footer .footer-middle {
  padding-top: 80px;
  padding-bottom: 45px;
}

footer .onepage-footer-middle {
  padding-top: 55px;
  padding-bottom: 45px;
}

footer ul li {
  padding: 1px 0;
}

footer ul li a {
  color: #626262;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer ul li a:hover {
  color: #000;
}

footer ul.list-inline li a {
  color: #000;
  font-weight: 600;
}

footer ul.list-inline li:first-child {
  padding-left: 6px;
}

.footer-social i {
  font-size: 22px;
}

.footer-social a {
  margin: 0 25px;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a i {
  color: #000;
}

.footer-social a:hover i {
  color: #868686;
}

.copyright {
  font-size: 11px;
  text-transform: uppercase;
  color: #888888;
}

.footer-logo img {
  max-width: 100px;
}

.footer-bottom {
  position: relative;
  top: 1px;
}

#scroll_to_top {
  cursor: pointer;
}

#scroll_to_top:hover {
  opacity: 0.75;
}

.scrollToTop {
  display: none;
  font-weight: bold;
  height: auto;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  top: 81%;
  width: auto;
  background-color: #000;
  z-index: 555;
  border-radius: 2px;
}

.scrollToTop i {
  font-size: 18px;
  margin: 0 6px;
  color: #fff;
}

.scrollToTop:hover {
  opacity: 0.5;
}

.scrollToTop:hover i {
  position: relative;
}

.features-box-style1 i {
  min-height: 65px;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.full-width-image {
  min-height: 600px;
}

.landing-subscribe-button {
  padding-bottom: 9px !important;
} }




/* ============================================================================================================ */
/* ============================================================================================================ */
/* ============================================================================================================ */
/* ============================================================================================================ */
/* ============================================================================================================ */
/* ============================================================================================================ */
/* ============================================================================================================ */



/* ===================================
    Background color
====================================== */

.bg-white{ background: #fff !important;}
.bg-yellow{ background: #e6af2a !important; }
.bg-dark-gray{ background: #252525 !important; }
.bg-mid-gray{ background: #d4d4d4 !important; }
.bg-black{ background: #000000 !important; }
.bg-highlight{ background: #345b8f !important; text-align:center}
.bg-gray { background-color: #f6f6f6 !important;}
.bg-transparent { background:transparent !important}
.bg-pink { background:#c2345f !important}
.bg-deep-red { background:#F1166B  !important}
.bg-deep-pink { background:#e53878 !important}
.bg-light-pink { background:#dc378e !important}
.bg-fast-pink { background:#ff1a56 !important}
.bg-magenta { background:#74BB9B  !important }
.bg-light-yellow {background:#f8f7f5 !important}
.bg-dark-green{ background:#60a532 !important;}
.bg-dark-blue { background:#3273a5 !important;}
.bg-violet { background:#6c407e !important}

.dark-section {
  color: #939393 !important;
}

.bg-light-gray {
  background-color: #f8f7f7 !important;
}

.bg-slider {
  background: rgba(27, 22, 28, 0.9);
}

.parallax-gray-bg {
  background: rgba(246,246,246,1);
}

.slider-typography-shop .owl-subtitle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 80px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.slider-typography-shop .owl-title {
  font-size: 63px;
  font-weight: 700;
  line-height: 65px;
  width: 50%;
}

.product-name a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
}

.price {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.price del {
  color: #898989;
  margin-right: 10px;
  font-weight: 100;
}

.home-product:hover .quick-buy {
  opacity: 1;
  bottom: 44px;
}

.quick-buy {
  background-color: rgba(255,255,255,1);
  bottom: 44px;
  left: 0;
  opacity: 0;
  padding: 25px 0;
  position: absolute;
  width: 100%;
}

.home-product:hover img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  cursor: url("../images/icon-zoom-white.png"), pointer;
}

.product-name {
  position: relative;
  z-index: 1;
}

.quick-buy .quick-buy-btn i {
  margin: 0;
  font-size: 14px;
}

.quick-buy .btn {
  padding: 5px 13px;
  margin: 0;
}

.exclusive-style {
  border: 1px solid #e5e5e5;
}

.exclusive-style .owl-half-slider .item {
  min-height: 0;
}

.exclusive-style .owl-pagination {
  bottom: 15px;
}

.exclusive-style .owl-wrapper-outer {
  background: #fbfbfb;
}

.exclusive-style-text {
  padding: 60px 45px;
}

.shop-newsletter-main {
  padding: 2% 35px 0;
}

.shop-newsletter {
  padding: 8% 45px 0;
}

.shop-newsletter input {
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  width: 75%;
  margin-top: 25px;
  text-align: center;
}

.text-block {
  height: 296px;
  display: table;
  padding: 15px;
}

.text-block-inner {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
}

.text-block:hover {
  background: #000;
}

.text-block:hover .text-block-inner {
  border: 2px solid rgba(255,255,255,1);
  background: #fff;
}

.text-block .btn {
  font-family: 'Open Sans', sans-serif;
}

.onsale {
  background: #cb0606;
  bottom: 16%;
  color: #fff;
  font-size: 10px;
  left: 50%;
  margin-left: -21px;
  line-height: 20px;
  padding: 0 9px;
  position: absolute;
  text-transform: uppercase;
}

.new {
  background: #f1a004;
  bottom: 16%;
  color: #fff;
  font-size: 10px;
  left: 50%;
  margin-left: -21px;
  line-height: 20px;
  padding: 0 9px;
  position: absolute;
  text-transform: uppercase;
}

.colors li {
  position: relative;
  float: left;
}

.colors li a {
  width: 33px;
  text-indent: -9999px;
  margin: 0 10px 10px 0;
  height: 25px;
  float: left;
  border: 0;
}

.colors li.active:before {
  content: "\f00c";
  left: 11px;
  position: absolute;
  font-family: 'FontAwesome';
  line-height: 25px;
  color: #fff;
  font-size: 10px;
}

.colors {
  margin-top: 25px;
}

.size {
  margin-top: 25px;
}

.size li {
  width: 20%;
  margin: 0 10px 10px 0;
  float: left;
  text-align: center;
  border: 1px solid rgba(0,0,0,.2);
  font-size: 10px;
}

.size li.active {
  background: #000;
  border: 1px solid rgba(0,0,0,1);
}

.size li.active a {
  color: #fff;
  display: block;
}

.size li:hover {
  background: #000;
  border: 1px solid rgba(0,0,0,1);
}

.size li:hover a {
  color: #fff;
  display: block;
}

.size li a {
  display: block;
  border: 0;
}

.shop-price li {
  padding: 2px;
}

.shop-price li.active a, .category-list li.active a {
  color: #000;
  padding-left: 10px;
  border: 0;
}

.shop-price li.active:before, .category-list li.active:before {
  content: "\f00c";
  left: 10px;
  position: absolute;
  font-family: 'FontAwesome';
  line-height: 25px;
  color: #000;
  font-size: 10px;
}

.shop-shorting {
  width: 90%;
}

.shop-shorting-full {
  width: 70%;
}

.shop-shorting-full select {
  width: 100%;
}

.shop-shorting select {
  padding: 6px 11px!important;
  font-size: 11px;
}

.grid-nav i {
  font-size: 14px;
  float: left;
  margin-right: 10px;
}

.grid-nav {
  margin-top: 9px;
  line-height: 14px;
}

.grid-nav p {
  font-size: 11px;
  margin-left: 15px;
  display: inline-block;
}

.product-list .onsale {
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
}

.product-list .product-name a {
  font-size: 16px;
  margin-bottom: 10px;
}

.header-nav a {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 25px;
  color: #575757;
}

.header-nav a:last-child {
  padding-right: 0;
}

.header-nav .border-right {
  border-color: #c6c6c6;
}

.header-nav i {
  color: #575757;
  font-size: 14px;
  margin: 0 8px;
}

.products-thumb img {
  width: 25%;
  margin-right: 20px;
}

.product-name-details {
  font-size: 20px;
}

.rating i {
  font-size: 13px;
  margin-right: 5px;
}

.rating-text {
  margin-left: 10px;
  font-size: 10px;
  letter-spacing: 3px;
  position: relative;
  top: -2px;
}

.size-details {
  margin-top: 10px;
}

.size-details li {
  width: 33px;
}

.size-chart {
  border: medium none !important;
  text-decoration: underline;
  text-transform: uppercase;
  width: 90px !important;
}

.shop-shorting-details {
  background: #fff url("../images/select-arrow.png") no-repeat 81% 50%;
  margin: 0 !important;
  width: 100% !important;
}

.product-share-deails i {
  margin: 7px 0 0 10px;
  font-size: 14px;
  vertical-align: middle;
}

.shop-shorting-details select {
  line-height: 15px;
  padding: 13px 15px 14px !important;
}

.product-details-social i {
  font-size: 14px;
  margin-right: 20px;
  color: #000;
  vertical-align: middle;
}

.product-details-highlight-text {
  padding: 35px;
}

.instructions li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.review-name {
  margin-bottom: 5px;
}

.review-main i {
  margin-right: 10px;
  font-size: 13px;
}

.review {
  margin-bottom: 30px;
}

.rating {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999999;
}

.add-rating i {
  color: #b8b8b8;
  cursor: pointer;
  font-size: 15px;
}

.add-rating i:hover {
  color: #000;
}

.shop-cart .shop-shorting {
  width: 63px !important;
}

thead th.first {
  padding-left: 0 !important;
}

.product-thumbnail {
  padding-left: 0 !important;
}

.cupon {
  display: inline-block;
  width: 100%;
}

.cupon .form-inline .btn {
  margin-left: 10px !important;
  padding-top: 9px;
}

.continue-shopping {
  margin-left: 15px !important;
}

.shop-shorting-cart {
  background: #fff url("../images/select-arrow.png") no-repeat 81% 50%;
  margin: 0 !important;
  width: 100% !important;
}

.shop-cart .shop-shorting {
  width: 63px !important;
}

thead th.first {
  padding-left: 0 !important;
}

.product-thumbnail {
  padding-left: 0 !important;
}

.cupon {
  display: inline-block;
  width: 100%;
}

.cupon .form-inline .btn {
  margin-left: 10px !important;
  padding-top: 9px;
}

.cart-total .total th {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.cart-total .total td {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 600;
}

.cart-total tr th {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.cart-total tr td {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
}

.continue-shopping {
  margin-left: 15px !important;
}

#model.work-4col .grid figcaption {
  bottom: 60px;
}

.fashion-team .key-person:hover .key-person-details {
  border: 0;
}

.fashion-team .key-person-details {
  border-top: 0;
}

.fashion-person .fashion-right {
  padding: 0;
  position: relative;
}

.fashion-person .fashion-right img {
  z-index: -1;
}

.fashion-right .right-content {
  padding: 12%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(195, 52, 96, 0.8);
  width: 100%;
}

.fashion-person .separator-line {
  height: 2px;
  margin: 4.6% 0 8%;
  width: 40px;
}

.fashion-slider .slider-text-middle-main {
  display: table;
  height: 100%;
  width: 40%;
  background-color: rgba(195,52,96,0.8);
}

.fashion-slider .slider-typography {
  bottom: 0;
  height: 60.4%;
}

.fashion-text {
  color: #c2345f;
}

.fashion-right .right-content .owl-subtitle {
  padding: 28px 0 29px;
  line-height: 24px;
}

.bg-fashion {
  background-color: #c2345f;
}

.key-person-fashion .key-person:hover .key-person-img img {
  opacity: 1;
}

.architecture-company .nav-tabs li.active span {
  color: #000;
}

.architecture-slider .slider-typography {
  height: 36%;
  background-color: #fcfcfc;
  bottom: 0;
}

.architecture-full-top .slider-typography {
  top: 0;
}

.slider-headline {
  position: absolute;
  top: 0;
  height: 64%;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.slider-headline h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 12px;
}

.slider-headline h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-top: 10px;
  font-family: "Oswald",sans-serif;
}

.architecture-slider .owl-page.active span {
  background-color: #000;
  transform: none;
}

.architecture-slider .owl-page span {
  border: 2px solid #000;
  transform: none;
  background-color: inherit;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.architecture-slider .margin-three {
  margin-top: 0 !important;
}

.architecture-slider .owl-buttons {
  display: none;
}

.architecture-person {
  position: relative;
}

.architecture-person .right-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4% 4%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.architecture-person .owl-title {
  line-height: 40px;
}

.architecture-person .separator-line {
  margin: 7% 0;
}

.architecture-person img {
  width: 100%;
}

#animated-tab .nav-tabs {
  display: inline-block;
  height: 100%;
}

.architecture-company .separator-line {
  height: 2px;
  margin: 5% auto 2%;
  width: 40px;
}

#animated-tab.architecture-company .nav-tabs > li > a {
  padding: 0 70px;
}

.case-study-number {
  border-right: 2px solid rgba(255,255,255,.3);
  float: right;
  font-family: "Oswald",sans-serif;
  font-size: 50px;
  line-height: 112px;
  padding: 0 60px;
}

.case-study-text {
  margin-left: 40px;
  top: -7px;
}

.section-title-services {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px;
}

.spa-sider .slider-content {
  height: 100%;
  position: absolute;
  right: 0;
}

.spa-sider .slider-content .spa-slider-bg {
  position: absolute;
}

.spa-sider .slider-content .get-bg {
  margin: 10% 0 15%;
}

.spa-about-us .icon-bg {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  margin: 0 auto;
}

.spa-treatments .right-content {
  padding: 60px;
}

.spa-treatments .right-content ul li {
  border-top: 1px solid rgba(0,0,0,.15);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 8px 0;
  text-transform: uppercase;
}

.spa-treatments .right-content ul li:last-child {
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.spa-treatments .right-content ul li span {
  width: 55px;
  display: inline-block;
}

.spa-treatments .nav-tabs li a {
  margin: 15px 30px;
}

.spa-our-packages .content-box {
  background-color: #fff;
  text-align: left;
  padding: 30px;
}

.spa-our-packages .content-box h3 {
  padding: 18px 20px 15px;
  letter-spacing: 0;
  text-align: left;
  font-size: 22px;
}

.spa-our-packages .content-box a {
  margin: 20px 20px;
}

.spa-case-study .case-study-title {
  font-size: 34px;
  line-height: 34px;
}

.spa-case-study .case-study-work {
  font-size: 20px;
  font-weight: 300;
  padding: 5% 0px 0;
  font-family: "Oswald",sans-serif;
}

.spa-case-study .case-study-slider {
  padding: 80px 0;
}

.spa-case-study .btn-small-white-background {
  background-color: #b6b150;
  border: 2px solid #b6b150;
  color: #fff;
}

.spa-case-study .btn-small-white-background:hover {
  background-color: inherit;
}

.spa-case-study .case-study-slider img {
  left: 50%;
  margin: -113px 0 0 -113px;
  position: absolute;
  top: 50%;
}

.spa-story {
  top: -10px;
}

.padding-ten {
  padding: 10.2%;
}

.margin-bottom-seven {
  margin-bottom: 7% !important;
}

.margin-bottom-eleven {
  margin-bottom: 11%;
}

.slider-subtitle6 {
  font-family: "Oswald",sans-serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 27px;
  text-transform: uppercase;
  width: 75%;
}

.slider-title-big2 {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 8px;
  margin-bottom: 17px;
}

.slider-title-big2 span {
  display: table;
  font-weight: 600;
  line-height: 61px;
  text-transform: uppercase;
}

.text-big {
  font-family: oswald;
  font-size: 233px;
  font-weight: 500;
  left: -20px;
  opacity: 0.1;
  text-transform: unset;
  top: -117px;
}

.text-big-title {
  font-family: oswald;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 92px;
}

.contant-box {
  bottom: 0;
}

.about-us-slider {
  padding: 90px;
}

.about-us-detials {
  margin-bottom: 90px;
}

.reasons {
  padding: 8.6% 25.6% 25.6%;
}

.reasons p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.post-date {
  color: #878787;
  font-family: "Oswald",sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  margin-right: 6%;
  text-transform: uppercase;
}

.about-number {
  border-right: 1px solid rgba(0,0,0,.2);
  float: right;
  font-family: "Oswald",sans-serif;
  font-size: 80px;
  line-height: 112px;
  padding: 0 60px;
}

.about-text {
  margin-left: 40px;
  top: -7px;
}

.team-agency .owl-item {
  padding: 0 10px;
}

.team-agency .team-member .team-details {
  left: 0;
  right: 0;
}

.features-section p .left {
  display: table;
}

.features-section p .right {
  float: right;
}

.person-grid .grid figcaption {
  opacity: 1 !important;
}

.person-grid .grid .gallery-img img {
  opacity: 0.15;
}

.restaurant-our-service .key-person {
  max-height: 470px;
}

.dateline-search {
  position: relative;
}

.reservation-name:before {
  position: absolute;
  right: 32px;
  top: 16px;
  font-family: FontAwesome;
  content: "\f007";
  font-size: 16px;
  color: #575757;
}

.reservation-date:before {
  position: absolute;
  right: 32px;
  top: 16px;
  font-family: FontAwesome;
  content: "\f073";
  font-size: 16px;
  color: #575757;
}

.special-dishes-price {
  bottom: -2px;
  color: #d50f0f;
  font-family: "Oswald",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 22px;
  position: absolute;
  right: 0;
}

.restaurant-services {
  background: rgba(0,0,0,.8);
}

.travel-agency-slider .slider-text-middle-main {
  height: 100%;
}

.travel-agency-slider h1 {
  font-size: 50px;
  line-height: 60px;
}

.starting-from {
  letter-spacing: 4px !important;
  font-size: 12px !important;
}

.starting-from span {
  background: #ffc601;
  padding: 3px 12px;
  letter-spacing: 2px !important;
}

.dateline-search::before {
  color: #848484;
  content: "s";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 32px;
  top: 48px;
}

.about-tab-right {
  background-color: rgba(0,0,0,0.8);
  padding: 70px;
}

.about-tab-right .panel-title {
  background-color: inherit;
  border: 0 none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 4px;
  padding: 18px;
}

.about-tab-right .panel-body {
  background-color: inherit;
}

.agency-enjoy-right {
  right: 0;
  background-color: #953712;
  top: 0;
  height: 100%;
  padding: 100px;
}

.agency-enjoy-right .title-top {
  font-size: 100px;
  font-weight: 400;
  font-family: "Oswald",sans-serif;
  color: #DE914F;
  margin: 5% 0 3% 4%;
  display: inline-block;
  line-height: 50px;
  text-transform: uppercase;
}

.agency-enjoy-right .title-top span {
  color: #fff;
  display: inline-block;
  font-size: 38px;
  font-weight: 300;
  line-height: 54px;
  margin-left: 20px;
}

.white-box {
  background-color: #fff;
  padding: 30px 10px;
}

.white-box h5 {
  font-size: 12px;
}

.agency-enjoy-right .row img {
  width: 100%;
}

.agency-enjoy-right .center-img {
  left: 0;
  margin: 0 0 0 -110px;
  position: absolute;
}

.about-tab-right .panel-default {
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.about-tab-right .panel-default .row {
  padding: 20px;
}

.about-tab-right .panel-heading {
  padding-bottom: 0;
}

.about-tab-right .panel-default:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popular-destinations-text {
  padding: 25px;
}

.popular-destinations-highlight {
  background: #fff;
  border: 2px solid #000;
  height: 100%;
  opacity: 0;
  padding: 45px 35px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(0.9,0.9);
  -webkit-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);
}

.popular-destinations:hover .popular-destinations-highlight {
  opacity: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.0,1.0);
  -webkit-transform: scale(1.0,1.0);
  transform: scale(1.0,1.0);
}

.popular-destinations-highlight-sub {
  margin-bottom: 45px;
}

.travel-about-img img {
  max-width: 80%;
}

.onepage-corporate-slider h1 {
  font-size: 85px;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: lowercase;
}

.services-number {
  font-size: 45px;
}

.grid-border .grid-border-box {
  padding: 70px 0 !important;
}

.grid-border .grid-border-box:hover {
  background: #000 !important;
}

.grid-border .grid-border-box:hover i, .grid-border .grid-border-box:hover .black-text, .grid-border-box:hover h1 {
  color: #fff !important;
}

.grid-border .grid-border-box:hover i {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(0.8,0.8);
  -webkit-transform: scale(0.8,0.8);
  transform: scale(0.8,0.8);
}

.grid-border [class^=col-]:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid rgba(0,0,0,0.1);
}

.grid-border [class^=col-]:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.grid-border [class^=col-]:before, .grid-border [class^=col-]:after {
  content: '';
  position: absolute;
}

.client-logo-inner {
  display: table-cell;
  height: 170px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.client-logo-inner img {
  max-width: 240px;
  opacity: .6;
}

.client-logo-inner:hover img {
  opacity: 1;
}

.client-logo-outer {
  display: table;
  width: 100%;
}

.personal-name h1 {
  font-size: 45px;
  letter-spacing: 3px;
  line-height: 50px;
}

.education-box-main {
  border: 1px solid #000;
  padding: 35px;
}

.title-number {
  color: #cfcfcf;
  display: block;
  font-size: 55px;
  font-weight: 100;
  margin-bottom: 25px;
  left: -1px;
  letter-spacing: -2px;
  position: relative;
}

.education-box i {
  display: block;
  font-size: 35px;
}

.award-box {
  border: 1px solid #000;
  padding: 25px;
  background-color: #fff;
}

.award-box i {
  font-size: 36px;
  position: relative;
  top: 6px;
}

.award-box:hover {
  background: #fff;
}

.result {
  background: #000;
  padding: 6px 15px;
}

.wedding-header {
  border: 8px solid rgba(230,175,42,.4);
  padding: 15px;
}

.wedding-header-sub {
  padding: 45px;
}

.wedding-header-sub i {
  margin: 0 5px;
  font-size: 15px;
}

.wedding-heart {
  top: 18px;
}

#counter-wedding .counter-box {
  display: block;
  width: 130px;
  text-align: center;
  display: inline-block;
}

#counter-wedding .number {
  font-size: 45px;
  text-align: center;
  font-weight: 100;
  line-height: 50px;
  color: #000;
}

#counter-wedding span {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-couple {
  border: 8px solid rgba(230,175,42,.4);
  padding: 15px;
}

.about-couple-sub {
  padding: 10% 7%;
}

.about-couple-sub img {
  max-width: 38%;
}

.about-couple-sub i {
  margin: 20px 20px 0 20px;
  color: #000;
  font-size: 18px !important;
}

.event-box {
  padding: 38px;
  border: 3px solid #e6af2a;
}

.play-icon {
  border: 3px solid #fff;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  line-height: 88px;
  width: 80px;
}

.play-icon i {
  font-size: 30px;
  color: #000;
  margin: 0 29px;
}

.play-icon:hover {
  background: none;
  border: 3px solid #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.play-icon:hover i {
  color: #fff;
}

.landing-title {
  font-size: 50px;
}

.landing-subscribe {
  padding: 25px;
  background: rgba(0,0,0,.5);
}

.landing-subscribe-input {
  border: none;
}

.landing-subscribe-input:focus {
  border: none;
}

.landing-subscribe-button {
  background: #ff7529;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding-left: 22px;
  padding-right: 22px;
}

.landing-subscribe-button:hover {
  background: #db5309;
}

.services-number-landing {
  background: #f7f7f7;
  border-radius: 50%;
  display: inline-block;
  font-size: 35px;
  line-height: 90px;
  width: 90px;
}

.fashion-subtitle {
  border: 8px solid #000;
  padding: 55px;
  font-size: 45px;
  width: 350px;
  display: inline-block;
  line-height: 55px;
  margin: 25px 0;
  letter-spacing: 3px;
}

.model-details {
  margin-bottom: 40px;
}

.model-details-text {
  padding: 25px 45px;
}

.architecture-team {
  padding: 30px 45px;
  margin-bottom: 45px;
}

.spa-slider h1 {
  border: 4px solid #fff;
  display: inline-block;
  font-size: 45px;
  font-weight: 600;
  line-height: 85px;
  padding: 0 45px;
}

.slider-strip {
  height: 15px;
}

.special-gifts-box {
  border: 1px dashed rgba(0,0,0,.25);
  padding: 25px 15px;
}

.gifts-off {
  padding: 0 15px;
  line-height: 27px;
  margin: 10px 0 0 0;
  display: inline-block;
}

.spa-packages-img {
  max-width: 110%;
}

.agency-header h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 70px;
  text-transform: unset;
}

.agency-header span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 19% 0 12%;
}

.agency-header img {
  margin-bottom: 2%;
  width: 22%;
}

.agency-title {
  border-left: 4px solid #fac32f;
  padding-left: 25px;
}

.agency-team .team-details {
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}

.agency-team figure {
  bottom: 0;
  width: 100%;
}

.agency-team .team-details {
  padding-top: 20%;
}

.restaurant-header h1 span {
  font-size: 40px;
}

.restaurant-header h1 {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 5px;
}

.restaurant-features-main {
  border: 5px solid #cec687;
  padding: 7px;
}

.restaurant-features {
  border: 1px dashed rgba(0,0,0,.3);
  padding: 40px 10px;
}

.about-restaurant-text {
  min-height: 753px;
  padding: 7% 11%;
}

.about-restaurant-img {
  min-height: 753px;
}

.img-border {
  border: 10px solid rgba(255, 255, 255, 0.5);
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  left: 40px;
  top: 40px;
  position: absolute;
}

.img-border-small {
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: calc(100% - 0px);
  width: calc(100% - 30px);
  left: 15px;
  top: 0;
  position: absolute;
}

.img-border-full {
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: calc(100% - 0px);
  width: calc(100% - 30px);
  left: 15px;
  top: 0;
  position: absolute;
}

.img-border-small-gray {
  border: 5px solid rgba(0, 0, 0, 0.2);
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  left: 40px;
  top: 40px;
  position: absolute;
}

.img-border-small-fix {
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 90%;
  left: 5%;
  top: 0;
  position: absolute;
}

.img-bg-color {
  background: rgba(0,0,0,.5);
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  left: 40px;
  top: 40px;
  position: absolute;
}

.img-bg-color-gray {
  background: rgba(0,0,0,.03);
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  left: 40px;
  top: 40px;
  position: absolute;
}

.popular-dishes {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.popular-dishes-border {
  border: 4px solid #cec687;
  height: calc(100% - 59px);
  width: calc(100% - 59px);
  left: 35px;
  top: 25px;
  position: absolute;
}

.popular-dishes img {
  width: auto;
  margin-bottom: 18px;
}

.starting {
  padding: 6px 24px;
}

.food-services-inner {
  padding: 25px;
  background: rgba(0,0,0,.7);
}

.food-services-border {
  border: 5px solid rgba(255, 255, 255, 0.3);
  padding: 50px;
}

.food-services-inner:hover {
  background: rgba(178,156,78,.95);
}

.food-time {
  padding: 3px 25px;
}

.restaurant-menu-img {
  min-height: 669px;
}

.restaurant-menu-text {
  padding: 6%;
}

.restaurant-menu-text-main {
  padding: 4%;
}

.menu-item {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.menu-item:first-child {
  border: none;
  padding-top: 0;
}

.menu-item:last-child {
  padding-bootom: 0;
}

.menu-item p {
  margin: 0;
}

.menu-item span:after {
  content: "..........";
  margin: 0 15px;
}

.menu-item span:nth-child(2):after {
  content: "";
  margin: 0;
}

.chef-img {
  min-height: 625px;
}

.chef-text {
  min-height: 625px;
  padding: 10%;
}

.travel-slider {
  min-height: 750px;
  position: relative;
  z-index: 1;
}

.travel-slider .item {
  min-height: 750px;
}

.travel-booking {
  position: relative;
  padding-bottom: 60px;
}

.travel-booking .tab-style3 .nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

.travel-booking .tab-style3 .nav-tabs li {
  border: none;
}

.travel-booking .tab-style3 .nav-tabs li.active a {
  top: 0;
  background: #d94378;
  color: #fff;
}

.travel-booking .tab-style3 .nav-tabs li.active i {
  color: #fff;
}

.travel-booking .tab-style3 .nav-tabs li i {
  top: 0;
  margin-right: 12px;
}

.travel-booking .tab-style3 .nav-tabs li a {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0 40px;
  background: #fff;
}

.travel-booking input, .travel-booking input:focus {
  border: none;
  padding: 7px 15px;
  height: 37px;
}

.travel-booking .select-style select {
  padding: 6px 15px 9px 15px;
  border: none;
  height: 37px;
}

.travel-booking  .select-style {
  background: #fff url("../images/select-arrow.png") no-repeat right 10px top 50%;
}

.travel-adventure img {
  opacity: .7;
}

.travel-adventure:hover img {
  opacity: .5;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  cursor: url("../images/icon-zoom-white.png"), pointer;
}

.travel-adventure figure {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 3;
  width: 100%;
  top: 50%;
}

.travel-adventure a {
  display: block;
  position: relative;
  z-index: 2;
}

.special-offers {
  min-height: 378px;
}

.special-offers-sub {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 11%;
}

.best-hotels-img {
  padding: 30px;
}

.best-hotels-text {
  padding: 35px 25px;
}

.best-hotels-text .small-icon {
  font-size: 17px !important;
  margin: 0 3px;
}

.hotels-price {
  top: 0;
  padding: 25px;
  position: absolute;
  right: 0;
}

.hotels-price span {
  display: block;
  font-size: 20px;
}

.destinations-offer {
  position: absolute;
  padding: 12px 15px;
  right: 0;
}

.corporate-slider h1 {
  font-size: 50px;
  text-transform: inherit;
  line-height: 55px;
}

.highlight-link-text {
  padding: 0 25px;
  display: inline-block;
  line-height: 30px !important;
}

.highlight-link {
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #F1166B ;
}

.highlight-link:hover {
  background: #000;
}

.highlight-link i {
  position: relative;
  top: 2px;
  margin: 0 0 0 5px;
}

.corporate-about-img {
  min-height: 600px;
}

.corporate-about-text {
  min-height: 300px;
  padding: 70px 30px;
}

.corporate-standards .nav-tabs li a {
  padding: 0 70px !important;
  display: inline-block !important;
  min-height: 65px;
}

.corporate-standards-img {
  min-height: 600px;
}

.corporate-standards-text {
  min-height: 600px;
  padding: 5% 11%;
}

.corporate-standards-title {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 68%;
  z-index: 5;
}

.corporate-standards-img i {
  color: #fe6e39 !important;
}

.corporate-standards-text .img-border-small-fix {
  z-index: -1;
}

.sub-title {
  border-bottom: 1px solid #F1166B ;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}

.photography-slider h1 {
  font-size: 90px;
  letter-spacing: 50px;
  font-weight: 700;
}

.photography-grid figcaption {
  opacity: 1;
  bottom: 0 !important;
  height: 100%;
  padding: 12%;
  z-index: 2;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.photography-grid figure {
  position: static;
  text-align: center;
}

.photography-grid figure img {
  display: inline;
  cursor: pointer;
}

.photography-grid figcaption p {
  text-transform: none;
}

.photography-grid-details {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.photography-title {
  font-size: 20px;
  letter-spacing: 15px;
}

.photography-services li .btn-small {
  opacity: 0;
  position: relative;
  bottom: -160px;
}

.photography-services li:hover .btn-small {
  opacity: 1;
  bottom: -280px;
}

.photography-services li:hover .img-border-small-gray {
  background: rgba(0,0,0,.6);
}

.photography-services li:hover img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.photography-section-title {
  top: -3px;
  margin: 0 40px;
  letter-spacing: 15px;
}
/* CSS style for RL description window and html content */
div, p{
	font-family:Arial;
}

.white{
	color:#FFFFFF;
}
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb104 {
  margin-bottom: 104px;
}
.mb112 {
  margin-bottom: 112px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px;
}
.mt16 {
  margin-top: 16px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt48 {
  margin-top: 48px;
}
.mt56 {
  margin-top: 56px;
}
.mt64 {
  margin-top: 64px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt88 {
  margin-top: 88px;
}
.mt96 {
  margin-top: 96px;
}
.mt104 {
  margin-top: 104px;
}
.mt112 {
  margin-top: 112px;
}
.mt120 {
  margin-top: 120px;
}
.mt160 {
  margin-top: 160px;
}
.p32 {
  padding: 0 32px;
}
.p24 {
  padding: 24px;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pt8 {
  padding-top: 8px;
}
.pt16 {
  padding-top: 16px;
}
.pt24 {
  padding-top: 24px;
}
.pt32 {
  padding-top: 32px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt64 {
  padding-top: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt80 {
  padding-top: 80px;
}
.pt88 {
  padding-top: 88px;
}
.pt96 {
  padding-top: 96px;
}
.pt104 {
  padding-top: 104px;
}
.pt112 {
  padding-top: 112px;
}
.pt120 {
  padding-top: 120px;
}
.pt160 {
  padding-top: 160px;
}
.pt180 {
  padding-top: 180px;
}
.pt240 {
  padding-top: 240px;
}
.pt340 {
  padding-top: 340px;
}
.pb0 {
  padding-bottom: 0;
}
.pb8 {
  padding-bottom: 8px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb56 {
  padding-bottom: 56px;
}
.pb64 {
  padding-bottom: 64px;
}
.pb72 {
  padding-bottom: 72px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb88 {
  padding-bottom: 88px;
}
.pb96 {
  padding-bottom: 96px;
}
.pb104 {
  padding-bottom: 104px;
}
.pb112 {
  padding-bottom: 112px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb240 {
  padding-bottom: 240px;
}
.pb340 {
  padding-bottom: 340px;
}
@media all and (max-width: 990px) {
  .mb-s-0 {
    margin-bottom: 0;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mb-s-88 {
    margin-bottom: 88px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
  .mb-s-104 {
    margin-bottom: 104px;
  }
  .mb-s-112 {
    margin-bottom: 112px;
  }
  .mb-s-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 990px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-88 {
    margin-bottom: 88px;
  }
  .mb-sm-96 {
    margin-bottom: 96px;
  }
  .mb-sm-104 {
    margin-bottom: 104px;
  }
  .mb-sm-112 {
    margin-bottom: 112px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-88 {
    margin-top: 88px;
  }
  .mt-sm-96 {
    margin-top: 96px;
  }
  .mt-sm-104 {
    margin-top: 104px;
  }
  .mt-sm-112 {
    margin-top: 112px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .p0-sm {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pt-sm-104 {
    padding-top: 104px;
  }
  .pt-sm-112 {
    padding-top: 112px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
  .pb-sm-104 {
    padding-bottom: 104px;
  }
  .pb-sm-112 {
    padding-bottom: 112px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-88 {
    margin-bottom: 88px;
  }
  .mb-xs-96 {
    margin-bottom: 96px;
  }
  .mb-xs-104 {
    margin-bottom: 104px;
  }
  .mb-xs-112 {
    margin-bottom: 112px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-88 {
    margin-top: 88px;
  }
  .mt-xs-96 {
    margin-top: 96px;
  }
  .mt-xs-104 {
    margin-top: 104px;
  }
  .mt-xs-112 {
    margin-top: 112px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .p0-xs {
    padding: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-88 {
    padding-top: 88px;
  }
  .pt-xs-96 {
    padding-top: 96px;
  }
  .pt-xs-104 {
    padding-top: 104px;
  }
  .pt-xs-112 {
    padding-top: 112px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-160 {
    padding-top: 160px;
  }
  .pt-xs-180 {
    padding-top: 180px;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  .pb-xs-96 {
    padding-bottom: 96px;
  }
  .pb-xs-104 {
    padding-bottom: 104px;
  }
  .pb-xs-112 {
    padding-bottom: 112px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}
