/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. HTML Elements / body, p, h1 - h6, input, textarea, a, ...
2. Font Styles / .thin-font-weight, .medium-font-weight, ...
3. Navigation / #top-nav, .page-border, .ext-nav, .ext-nav-toggle, .responsive-nav, .sidebar
4. Gallery / .gallery, .gallery-grd, .gallery-overlay
5. Overlays / .page-overlay, .overlay-window
6. Sliders / .swiper-container, .swiper-wrapper, .swiper-slide...
7. Counters / .counter, .count
8. CSS Animations / .scroll-in-animation, .scroll-animation
9. Dot Scroll / #dot-scroll
10. Fluid Blocks / .fluid, .fluid-width, .fluid-height
11. Google Map / .map-open, .map-canvas, .map-view
12. Animated Text / .show-list, .textillate
13. Text Backgrounds / .text-bg-element
14. Text Overlay / .text-fullscreen
15. Text Masks / .text-mask-svg
16. Icons / .icon-set, .circle, .circle-flat
17. Skill Bars / .skillbars
18. Video Backgrounds / .youtube-bg, .vimeo-bg, .video-bg
19. Our Process / .process
20. Box Blocks / .box
21. Hover Effect / .hover-effect
22. Decorations / .button, .line, .half-height, .full-height, .uppercase, .border, ...
23. Layout / .view, .bg, .fg
24. Blog / .blog-page-wrapper, .post-title, .post-meta, .post-body, ...
25. Help Pages / .theme-help, .help-example-result, ...
26. Demo Site / .theme-select
27. Hardware Optimizations / .force3d
28. Letter Spacing
29. Skroll Bars / .skroll-bar
30. Loading / .gate, .loader
31. Home Variants / .home-a-title, .home-a-uptitle,  .home-a-details, ...
32. Customize Panel / #customize-panel
33. Colors
34. LayersWP changes / .container, .header-page-title-container, .nav-tabs
35. WordPress Elements / .widget, .search-form, ...
36. Appearances (alternative decorations) / .site-decoration-a, .site-decoration-b
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[MAIN STYLES]

Page header:			h1
Section headers:		h2, h3, h4, h5, h6
Vector icons:			i
Titles:					.title
Link like button:		a.button
Underlines:				.underline, .underline-dashed, .underline-dotted, .underline-text, .underline-highlight, .underline-link, .underline-heading, .marked
Lines:					.top-line, .bottom-line
Uppercase:				.uppercase
Disable Uppercase:		.non-uppercase
------------------------------------------------------------------*/
/*==================================================================
1. HTML Elements / body, p, h1 - h6, input, textarea, a, ...
==================================================================*/
body,
html {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1.6923076923;
}
html {
  text-rendering: auto;
  overflow-y: scroll;
  font-size: 8.6666666667px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body {
  font-size: 13px;
}
button {
  margin: 2px;
}
a {
  -webkit-transition: color .3s, background-color .3s;
  -moz-transition: color .3s, background-color .3s;
  -ms-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}
.android-browser-4_3minus a {
  transition: none;
  -webkit-transition: none;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
iframe {
  border: none;
}
strong {
  font-weight: 600;
}
b {
  font-weight: 700;
}
a.button,
input.button,
.btn,
input[type=submit],
.form-submit input[type=submit] {
  font-weight: 400;
}
input,
textarea {
  width: 100%;
  padding: 10px;
  font-weight: 700;
  border: 1px solid;
}
textarea {
  overflow: auto;
}
input.button,
input[type=submit],
.form-submit input[type=submit] {
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.android-browser-4_3minus input.button,
.android-browser-4_3minus input[type=submit],
.android-browser-4_3minus .form-submit input[type=submit] {
  transition: none;
  -webkit-transition: none;
}
input,
textarea {
  outline: 1px solid;
  -webkit-transition: outline-color .2s;
  -moz-transition: outline-color .2s;
  -ms-transition: outline-color .2s;
  -o-transition: outline-color .2s;
  transition: outline-color .2s;
}
.android-browser-4_3minus input,
.android-browser-4_3minus textarea {
  transition: none;
  -webkit-transition: none;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.article-page h1 {
  margin-top: 10px;
  font-size: 40px;
}
h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 11px;
}
h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 11px;
}
h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 11px;
}
h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 11px;
}
h6 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 11px;
}
p,
dl:not([class]),
ul:not([class]),
ol:not([class]),
pre:not([class]),
ul.simple,
ul.no-mark {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1.2px;
  margin: 0 0 11px 0;
}
pre {
  padding: 20px;
  white-space: normal;
}
code {
  font-weight: 700;
  background-color: transparent;
  color: inherit;
}
ins {
  font-weight: 700;
  background-color: transparent;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  top: .5ex;
}
sup {
  bottom: 1ex;
}
blockquote {
  border-left: 4px solid;
  padding-left: 0.7778em;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
table {
  border: 1px solid;
}
table tbody,
table tfoot,
table thead,
table tr,
table th,
table td {
  border: 0;
  color: inherit;
}
table th,
table td {
  border: 1px solid;
}
table th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
table td {
  border-width: 0 1px 1px 0;
}
table th,
table td {
  padding: 0.4em;
}
dl dt {
  font-weight: 700;
}
ol:not([class]) {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 25px;
}
ol:not([class]) > li:not([class]) {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: decimal;
}
/*==================================================================
2. Font Styles / .thin-font-weight, .medium-font-weight, ...
==================================================================*/
.thin-font-weight {
  font-weight: 100 !important;
}
.extra-light-font-weight {
  font-weight: 200 !important;
}
.light-font-weight {
  font-weight: 300 !important;
}
.normal-font-weight {
  font-weight: 400 !important;
}
.medium-font-weight {
  font-weight: 500 !important;
}
.semi-bold-font-weight {
  font-weight: 600 !important;
}
.bold-font-weight {
  font-weight: 700 !important;
}
.extra-bold-font-weight {
  font-weight: 800 !important;
}
.ultra-font-weight {
  font-weight: 900 !important;
}
.small-font {
  font-size: 11px;
}
.counter .count {
  font-family: 'Helvetica', Arial, Sans-serif;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
/*==================================================================
3. Navigation / #top-nav, .page-border, .ext-nav, .ext-nav-toggle, .responsive-nav, .sidebar
==================================================================*/
#top-nav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  min-height: 0px;
  margin: 0;
  border: none;
  font-weight: 800;
}
#top-nav a,
#top-nav a span {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.android-browser-4_3minus #top-nav a,
.android-browser-4_3minus #top-nav a span {
  transition: none;
  -webkit-transition: none;
}
#top-nav .full .logo {
  padding-left: 15px;
  padding-right: 15px;
}
#top-nav nav,
#top-nav h3 {
  line-height: inherit;
}
#top-nav .top-nav-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
#top-nav .top-nav-inner.layout-boxed {
  padding-left: 15px;
  padding-right: 15px;
}
#top-nav .dropdown-menu > li > a {
  font-weight: 800;
}
#top-nav li {
  text-transform: uppercase;
}
#top-nav li {
  font-size: 12px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1279px) {
  #top-nav li {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  #top-nav li {
    font-size: 9px;
  }
}
@media (max-width: 1279px) {
  #top-nav li {
    margin-left: 11px;
  }
}
@media (max-width: 1023px) {
  #top-nav li {
    margin-left: 7px;
  }
}
@media (max-width: 1279px) {
  #top-nav li {
    margin-right: 11px;
  }
}
@media (max-width: 1023px) {
  #top-nav li {
    margin-right: 7px;
  }
}
#top-nav .navbar-brand {
  font-weight: 800;
  height: auto;
  font-size: 20px;
}
@media (max-width: 1279px) {
  #top-nav .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  #top-nav .navbar-brand {
    font-size: 16px;
  }
}
.dom-ready #top-nav {
  -webkit-transition: line-height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -moz-transition: line-height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -ms-transition: line-height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -o-transition: line-height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  transition: line-height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
}
.android-browser-4_3minus .dom-ready #top-nav {
  transition: none;
  -webkit-transition: none;
}
#top-nav .logo .custom-logo-link {
  line-height: 1px;
}
.state1 #top-nav {
  line-height: 68px;
}
.state1 #top-nav .sub-menu li {
  line-height: 20px;
}
.state2 #top-nav {
  line-height: 28px;
}
.state2 #top-nav .sub-menu li {
  line-height: 20px;
}
#top-nav .ext-nav-toggle,
#top-nav .responsive-nav {
  margin-left: 15px;
  margin-right: 15px;
}
.dom-ready #top-nav .ext-nav-toggle,
.dom-ready #top-nav .responsive-nav {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.android-browser-4_3minus .dom-ready #top-nav .ext-nav-toggle,
.android-browser-4_3minus .dom-ready #top-nav .responsive-nav {
  transition: none;
  -webkit-transition: none;
}
.state1 #top-nav .ext-nav-toggle,
.state1 #top-nav .responsive-nav {
  height: 68px;
}
.state2 #top-nav .ext-nav-toggle,
.state2 #top-nav .responsive-nav {
  height: 28px;
}
#top-nav .logo {
  font-size: 0px;
}
#top-nav .logo h3.sitename {
  font-weight: 800;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .9px;
  font-size: 20px;
}
@media (max-width: 1279px) {
  #top-nav .logo h3.sitename {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  #top-nav .logo h3.sitename {
    font-size: 15px;
  }
}
#top-nav .site-logo-link img {
  max-height: 28px;
}
#top-nav.top-nav-logo-left .logo {
  float: left;
}
#top-nav.top-nav-logo-left .nav {
  float: right;
}
#top-nav.top-nav-logo-left .menu-toggle {
  float: right;
}
#top-nav.top-nav-logo-right .logo {
  float: right;
}
#top-nav.top-nav-logo-right .nav {
  float: left;
}
@media (max-width: 767px) {
  #top-nav.top-nav-logo-right .nav {
    float: right;
  }
}
#top-nav.top-nav-logo-right .menu-toggle {
  float: right;
}
.nav li {
  margin-right: 15px;
  margin-left: 15px;
}
.page-border {
  z-index: 1030;
  position: fixed;
}
.page-border.left {
  left: 0;
  top: 48px;
  bottom: 25px;
  width: 25px;
  -webkit-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
  -moz-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
  -ms-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
  -o-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
  transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
}
.state1 .page-border.left {
  top: 88px;
}
.android-browser-4_3minus .page-border.left {
  transition: none;
  -webkit-transition: none;
}
.page-border.left * {
  background-color: transparent !important;
}
.page-border.left ul {
  position: fixed;
  width: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-left: 0;
  list-style: none;
  -webkit-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -moz-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -ms-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -o-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
}
.android-browser-4_3minus .page-border.left ul {
  transition: none;
  -webkit-transition: none;
}
.page-border.left ul > li {
  text-align: center;
  padding: 3px 0;
}
.page-border.right {
  right: 0;
  top: 48px;
  bottom: 25px;
  width: 25px;
  -webkit-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
  -moz-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
  -ms-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
  -o-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
  transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s, height 0.5s;
}
.state1 .page-border.right {
  top: 88px;
}
.android-browser-4_3minus .page-border.right {
  transition: none;
  -webkit-transition: none;
}
.page-border.bottom {
  bottom: 0;
  right: 0;
  left: 0;
  height: 25px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 2px;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -moz-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -ms-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -o-transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  transition: top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
}
.android-browser-4_3minus .page-border.bottom {
  transition: none;
  -webkit-transition: none;
}
.page-border.bottom a {
  line-height: 15px;
  text-decoration: none;
}
.page-border.bottom .to-top {
  display: inline;
}
.page-border.bottom .scroll-down {
  display: none;
}
.on-top .page-border.bottom .to-top {
  display: none;
}
.on-top .page-border.bottom .scroll-down {
  display: inline;
}
.page-border.top {
  display: none;
  -webkit-transition: height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -moz-transition: height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -ms-transition: height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -o-transition: height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  transition: height 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
}
.android-browser-4_3minus .page-border.top {
  transition: none;
  -webkit-transition: none;
}
.page-border.border-pad {
  height: 100px;
  top: auto !important;
  bottom: 15px;
}
.state1 .page-border.border-pad {
  bottom: 15px;
}
.wrapper-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 48px;
}
#footer {
  padding: 0 25px 25px 25px;
}
.ie10 #footer {
  padding: 0 25px 24px 25px;
}
#footer .footer-menu {
  padding-bottom: 11px;
}
#footer .footer-menu nav ul {
  float: left;
}
#footer .footer-menu nav ul > li {
  float: left;
  margin: 0 10px;
}
#footer .footer-menu nav ul > li a {
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1100px) {
  .created-using-layers {
    bottom: 40px;
    right: 40px;
  }
}
.admin-bar #top-nav,
.admin-bar .page-border.left,
.admin-bar .page-border.right {
  top: 32px;
}
@media (max-width: 767px) {
  .wrapper-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #footer {
    padding: 0;
  }
  .page-border.left,
  .page-border.right,
  .page-border.bottom {
    display: none;
  }
  #top-nav {
    margin: 0;
  }
}
.ext-nav {
  position: fixed;
  z-index: 1030;
  bottom: 0px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  top: 48px;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  .ext-nav > .full-height > .row > a.span-1,
  .ext-nav > .full-height > .row > a.span-2,
  .ext-nav > .full-height > .row > a.span-3,
  .ext-nav > .full-height > .row > a.span-4 {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .ext-nav > .full-height > .row > a.span-1,
  .ext-nav > .full-height > .row > a.span-2,
  .ext-nav > .full-height > .row > a.span-3,
  .ext-nav > .full-height > .row > a.span-4 {
    width: 100%;
    max-width: 100%;
  }
}
.ext-nav.show {
  opacity: 1;
  visibility: visible;
}
.ext-nav a div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: none;
  line-height: 30px;
}
.ext-nav a div span {
  display: block;
}
.ext-nav a div .side-title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 800;
  position: relative;
}
.ext-nav a div .side-title::before,
.ext-nav a div .side-title::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.ext-nav a div .side-title::before {
  width: 20px;
  text-align: right;
  margin-right: 5px;
  margin-left: -25px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.ext-nav a div .side-title::after {
  width: 20px;
  text-align: left;
  margin-left: 5px;
  margin-right: -25px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
[dir="rtl"] .ext-nav a div .side-title:before,
[dir="rtl"] .ext-nav a div .side-title:after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
[dir="rtl"] .ext-nav a div .side-title:before {
  margin-right: 5px;
  margin-left: -30px;
}
[dir="rtl"] .ext-nav a div .side-title:after {
  margin-left: 10px;
  margin-right: -25px;
}
.ext-nav a:hover div .side-title:before,
.ext-nav a:hover div .side-title:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.page-is-gated .ext-nav a:hover div .side-title:before,
.page-is-gated .ext-nav a:hover div .side-title:after {
  opacity: 0;
}
[dir="rtl"] .ext-nav a:hover div .side-title:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
[dir="rtl"] .ext-nav a:hover div .side-title:after {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.android-browser-4_3minus .ext-nav {
  transition: none;
  -webkit-transition: none;
}
@media (max-width: 767px) {
  .ext-nav {
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .ext-nav .full-height {
    height: auto;
  }
  .ext-nav .half-height {
    height: auto;
  }
  .ext-nav a {
    height: 250px !important;
  }
}
.ext-nav-toggle,
.responsive-nav {
  display: block;
  background: 0 0;
  width: 22px;
  height: 20px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ext-nav-toggle span,
.responsive-nav span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .ext-nav-toggle span,
.android-browser-4_3minus .responsive-nav span {
  transition: none;
  -webkit-transition: none;
}
.ext-nav-toggle span:before,
.responsive-nav span:before,
.ext-nav-toggle span:after,
.responsive-nav span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .ext-nav-toggle span:before,
.android-browser-4_3minus .responsive-nav span:before,
.android-browser-4_3minus .ext-nav-toggle span:after,
.android-browser-4_3minus .responsive-nav span:after {
  transition: none;
  -webkit-transition: none;
}
.ext-nav-toggle span:after,
.responsive-nav span:after {
  transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
}
.ext-nav-toggle span:before,
.responsive-nav span:before {
  transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
}
.ext-nav-toggle:hover span:after,
.responsive-nav:hover span:after {
  transform: translateY(8px) rotate(0deg);
  -webkit-transform: translateY(8px) rotate(0deg);
  -moz-transform: translateY(8px) rotate(0deg);
  -ms-transform: translateY(8px) rotate(0deg);
  -o-transform: translateY(8px) rotate(0deg);
}
.ext-nav-toggle:hover span:before,
.responsive-nav:hover span:before {
  transform: translateY(-8px) rotate(0deg);
  -webkit-transform: translateY(-8px) rotate(0deg);
  -moz-transform: translateY(-8px) rotate(0deg);
  -ms-transform: translateY(-8px) rotate(0deg);
  -o-transform: translateY(-8px) rotate(0deg);
}
.ext-nav-toggle.show span:after,
.responsive-nav.show span:after {
  transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
}
.ext-nav-toggle.show span:before,
.responsive-nav.show span:before {
  transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
}
.responsive-nav {
  border: none;
  margin: 0;
}
@media (min-width: 769px) {
  .responsive-nav {
    display: none;
  }
}
.ext-nav-toggle.show span,
.responsive-nav.show span {
  background-color: transparent !important;
}
.main-navigation *:not(span) {
  color: inherit;
}
.main-navigation *:not(span):hover {
  color: inherit;
}
/*==================================================================
4. Gallery / .gallery, .gallery-grd, .gallery-overlay
==================================================================*/
.gallery-link {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-link img {
  width: 100%;
  height: auto;
}
.hover-overlay .overlay > div {
  padding: 0 25%;
}
.gallery-item-content {
  display: none;
}
.fg ul.filter {
  text-align: center;
  padding: 0 20px 15px 20px;
  margin: 0;
  list-style: none;
}
.fg ul.filter > li {
  display: inline-block;
  float: none;
  position: relative;
  text-indent: 0;
}
.fg ul.filter > li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0px 15px;
  letter-spacing: 2px;
  display: block;
  position: relative;
  cursor: pointer;
}
.fg ul.filter > li:before {
  content: "";
  position: relative;
  left: 0;
}
.gallery-grd .item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.android-browser-4_3minus .gallery-grd .item {
  transition: none;
  -webkit-transition: none;
}
.gallery-grd .item.hidden-item {
  opacity: 0;
  visibility: hidden;
}
.overlay-window.gallery-overlay .overlay-view {
  padding-top: 15px;
}
.overlay-window.gallery-overlay .heading-subsection-title {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left !important;
  font-size: 70px;
  line-height: 90px;
  letter-spacing: 45px;
}
@media (max-width: 1023px) {
  .overlay-window.gallery-overlay .heading-subsection-title {
    letter-spacing: normal;
    font-size: 40px;
  }
}
.overlay-window.gallery-overlay .heading-col-title {
  letter-spacing: 5px;
}
/*==================================================================
5. Overlays / .page-overlay, .overlay-window
==================================================================*/
.page-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 1030;
  visibility: hidden;
}
.android-browser-4_3minus .page-overlay {
  transition: none;
  -webkit-transition: none;
}
.page-overlay.show {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.overlay-window {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.android-browser-4_3minus .overlay-window {
  transition: none;
  -webkit-transition: none;
}
.overlay-window.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}
.overlay-window .loaded-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.android-browser-4_3minus .overlay-window .loaded-content {
  transition: none;
  -webkit-transition: none;
}
.overlay-window .loaded-content.show {
  opacity: 1;
}
.overlay-window .content-container {
  overflow: auto;
  position: absolute;
  top: 90px;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.overlay-window .content-container .field {
  text-transform: uppercase;
  font-weight: 600;
}
.overlay-window .overlay-content {
  opacity: 0;
}
.overlay-window .overlay-content.show {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.android-browser-4_3minus .overlay-window .overlay-content.show {
  transition: none;
  -webkit-transition: none;
}
.overlay-window .overlay-view {
  overflow: auto;
  position: absolute;
  top: 90px;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.overlay-window iframe {
  visibility: hidden;
}
.overlay-window iframe.show {
  visibility: visible;
}
.overlay-zoom {
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
}
.ie9 .overlay-zoom,
.ie10 .overlay-zoom,
.ie11 .overlay-zoom,
.edge .overlay-zoom {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.cross {
  display: block;
  float: right;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 25px;
}
.android-browser-4_3minus .cross {
  transition: none;
  -webkit-transition: none;
}
.android-browser-4_3minus .cross {
  transition: none;
  -webkit-transition: none;
}
.cross:before,
.cross:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  backface-visibility: hidden;
  left: 0%;
  top: 50%;
  margin-top: -1px;
  bottom: auto;
  right: auto;
  height: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .cross:before,
.android-browser-4_3minus .cross:after {
  transition: none;
  -webkit-transition: none;
}
.cross:after {
  transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
}
.cross:before {
  transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
}
.overlay-window .next {
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 20px;
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 25px;
}
.android-browser-4_3minus .overlay-window .next {
  transition: none;
  -webkit-transition: none;
}
.android-browser-4_3minus .overlay-window .next {
  transition: none;
  -webkit-transition: none;
}
.overlay-window .next:before,
.overlay-window .next:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  backface-visibility: hidden;
  left: 0%;
  bottom: auto;
  right: auto;
  height: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .overlay-window .next:before,
.android-browser-4_3minus .overlay-window .next:after {
  transition: none;
  -webkit-transition: none;
}
.overlay-window .next:before {
  top: 12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.overlay-window .next:after {
  top: 26px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.previos {
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 20px;
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 25px;
}
.android-browser-4_3minus .previos {
  transition: none;
  -webkit-transition: none;
}
.android-browser-4_3minus .previos {
  transition: none;
  -webkit-transition: none;
}
.previos:before,
.previos:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  backface-visibility: hidden;
  left: 0%;
  bottom: auto;
  right: auto;
  height: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .previos:before,
.android-browser-4_3minus .previos:after {
  transition: none;
  -webkit-transition: none;
}
.previos:before {
  top: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.previos:after {
  top: 26px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.overlay-control {
  height: 90px;
}
#fancybox-close {
  display: inline-block !important;
  font: normal normal normal 17px/1 FontAwesome !important;
  top: -18px !important;
  right: -18px !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent none repeat scroll 0% 0% !important;
  width: auto !important;
}
#fancybox-close:before {
  content: "\f057" !important;
  color: #fff !important;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.android-browser-4_3minus #fancybox-close:before {
  transition: none;
  -webkit-transition: none;
}
#fancybox-close:hover:before {
  color: #f3f3f3 !important;
}
#fancybox-content {
  -webkit-box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0.09);
  -moz-box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0.09);
  box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0.09);
}
.play-button {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.play-button.style-big {
  font-size: 100px;
}
.play-button.style-dark {
  color: rgba(4, 0, 0, 0.7);
  text-shadow: 2px 2px 2px rgba(105, 105, 105, 0.8);
}
.play-button.style-light {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.8);
}
.preview-cell {
  display: block;
  position: relative;
  margin-bottom: 0px;
  font-size: 0px;
}
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.image-overlay.pattern-1-dark {
  background: url(../overlays/pattern-1-dark.png);
}
.image-overlay.pattern-1-light {
  background: url(../overlays/pattern-1-light.png);
}
.image-overlay.pattern-2-dark {
  background: url(../overlays/pattern-2-dark.png);
}
.image-overlay.pattern-2-light {
  background: url(../overlays/pattern-2-light.png);
}
.image-overlay.pattern-3-dark {
  background: url(../overlays/pattern-3-dark.png);
}
.image-overlay.pattern-3-light {
  background: url(../overlays/pattern-3-light.png);
}
.image-overlay.pattern-4-dark {
  background: url(../overlays/pattern-4-dark.png) center left;
  background-size: 1.25%;
  opacity: 0.7;
}
.image-overlay.pattern-4-light {
  background: url(../overlays/pattern-4-light.png) center left;
  background-size: 1.25%;
  opacity: 0.7;
}
.image-overlay.overlay-2-dark {
  background: url(../overlays/overlay-2-dark.svg);
  background-size: cover;
  background-position: center center;
}
.image-overlay.overlay-2-light {
  background: url(../overlays/overlay-2-light.svg);
  background-size: cover;
  background-position: center center;
}
#svg-1-dark .stroke {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 0.5px;
}
#svg-1-dark .shape-1 {
  fill: rgba(105, 100, 92, 0.05);
}
#svg-1-dark .shape-2 {
  fill: rgba(105, 100, 92, 0.1);
}
#svg-1-dark .shape-3 {
  fill: rgba(105, 100, 92, 0.05);
}
#svg-1-light .stroke {
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 0.5px;
}
#svg-1-light .shape-1 {
  fill: rgba(255, 255, 255, 0.05);
}
#svg-1-light .shape-2 {
  fill: rgba(255, 255, 255, 0.1);
}
#svg-1-light .shape-3 {
  fill: rgba(255, 255, 255, 0.05);
}
#svg-2-dark .stroke {
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 0.5px;
}
#svg-2-dark .shape-1 {
  fill: rgba(105, 100, 92, 0.22);
}
#svg-2-dark .shape-2 {
  fill: rgba(105, 100, 92, 0.15);
}
#svg-2-light .stroke {
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 0.5px;
}
#svg-2-light .shape-1 {
  fill: rgba(255, 255, 255, 0.2);
}
#svg-2-light .shape-2 {
  fill: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1400px) {
  .flask-scene-visibility {
    display: none;
  }
}
@media (max-height: 715px) {
  .flask-scene-visibility {
    display: none;
  }
}
.flask.bubles-only {
  margin: 0 0 20px 120px;
}
@media (max-width: 1023px) {
  .lamp-scene-visibility {
    display: none;
  }
}
.item-table-center {
  margin-left: -100px;
}
.item-table-left {
  margin-left: 50px;
}
/*==================================================================
6. Sliders / .swiper-container, .swiper-wrapper, .swiper-slide...
==================================================================*/
.view.widget .fg,
.overlay-window .overlay-view {
  /**
 * Swiper 3.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: January 10, 2016
 */
  /* Auto Height */
  /* a11y */
  /* IE10 Windows Phone 8 Fixes */
  /* Arrows */
  /* Pagination Styles */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* 3D Container */
  /* Coverflow */
  /* Cube + Flip */
  /* Cube */
  /* Fade */
  /* Scrollbar */
  /* Preloader */
}
.view.widget .fg .swiper-container,
.overlay-window .overlay-view .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.view.widget .fg .swiper-container-no-flexbox .swiper-slide,
.overlay-window .overlay-view .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.view.widget .fg .swiper-container-vertical > .swiper-wrapper,
.overlay-window .overlay-view .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.view.widget .fg .swiper-wrapper,
.overlay-window .overlay-view .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.view.widget .fg .swiper-container-android .swiper-slide,
.overlay-window .overlay-view .swiper-container-android .swiper-slide,
.view.widget .fg .swiper-wrapper,
.overlay-window .overlay-view .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.view.widget .fg .swiper-container-multirow > .swiper-wrapper,
.overlay-window .overlay-view .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.view.widget .fg .swiper-container-free-mode > .swiper-wrapper,
.overlay-window .overlay-view .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.view.widget .fg .swiper-slide,
.overlay-window .overlay-view .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.view.widget .fg .swiper-container-autoheight,
.overlay-window .overlay-view .swiper-container-autoheight,
.view.widget .fg .swiper-container-autoheight .swiper-slide,
.overlay-window .overlay-view .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.view.widget .fg .swiper-container-autoheight .swiper-wrapper,
.overlay-window .overlay-view .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.view.widget .fg .swiper-container .swiper-notification,
.overlay-window .overlay-view .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.view.widget .fg .swiper-wp8-horizontal,
.overlay-window .overlay-view .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.view.widget .fg .swiper-wp8-vertical,
.overlay-window .overlay-view .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.view.widget .fg .swiper-button-prev,
.overlay-window .overlay-view .swiper-button-prev,
.view.widget .fg .swiper-button-next,
.overlay-window .overlay-view .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.view.widget .fg .swiper-button-prev.swiper-button-disabled,
.overlay-window .overlay-view .swiper-button-prev.swiper-button-disabled,
.view.widget .fg .swiper-button-next.swiper-button-disabled,
.overlay-window .overlay-view .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.view.widget .fg .swiper-button-prev,
.overlay-window .overlay-view .swiper-button-prev,
.view.widget .fg .swiper-container-rtl .swiper-button-next,
.overlay-window .overlay-view .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.view.widget .fg .swiper-button-prev.swiper-button-black,
.overlay-window .overlay-view .swiper-button-prev.swiper-button-black,
.view.widget .fg .swiper-container-rtl .swiper-button-next.swiper-button-black,
.overlay-window .overlay-view .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.view.widget .fg .swiper-button-prev.swiper-button-white,
.overlay-window .overlay-view .swiper-button-prev.swiper-button-white,
.view.widget .fg .swiper-container-rtl .swiper-button-next.swiper-button-white,
.overlay-window .overlay-view .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.view.widget .fg .swiper-button-next,
.overlay-window .overlay-view .swiper-button-next,
.view.widget .fg .swiper-container-rtl .swiper-button-prev,
.overlay-window .overlay-view .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.view.widget .fg .swiper-button-next.swiper-button-black,
.overlay-window .overlay-view .swiper-button-next.swiper-button-black,
.view.widget .fg .swiper-container-rtl .swiper-button-prev.swiper-button-black,
.overlay-window .overlay-view .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.view.widget .fg .swiper-button-next.swiper-button-white,
.overlay-window .overlay-view .swiper-button-next.swiper-button-white,
.view.widget .fg .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.overlay-window .overlay-view .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.view.widget .fg .swiper-pagination,
.overlay-window .overlay-view .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.view.widget .fg .swiper-pagination.swiper-pagination-hidden,
.overlay-window .overlay-view .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.view.widget .fg .swiper-pagination-fraction,
.overlay-window .overlay-view .swiper-pagination-fraction,
.view.widget .fg .swiper-pagination-custom,
.overlay-window .overlay-view .swiper-pagination-custom,
.view.widget .fg .swiper-container-horizontal > .swiper-pagination-bullets,
.overlay-window .overlay-view .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.view.widget .fg .swiper-pagination-bullet,
.overlay-window .overlay-view .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.view.widget .fg button.swiper-pagination-bullet,
.overlay-window .overlay-view button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.view.widget .fg .swiper-pagination-clickable .swiper-pagination-bullet,
.overlay-window .overlay-view .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.view.widget .fg .swiper-pagination-white .swiper-pagination-bullet,
.overlay-window .overlay-view .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.view.widget .fg .swiper-pagination-bullet-active,
.overlay-window .overlay-view .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.view.widget .fg .swiper-pagination-white .swiper-pagination-bullet-active,
.overlay-window .overlay-view .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.view.widget .fg .swiper-pagination-black .swiper-pagination-bullet-active,
.overlay-window .overlay-view .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.view.widget .fg .swiper-container-vertical > .swiper-pagination-bullets,
.overlay-window .overlay-view .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.view.widget .fg .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.overlay-window .overlay-view .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.view.widget .fg .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.overlay-window .overlay-view .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.view.widget .fg .swiper-pagination-progress,
.overlay-window .overlay-view .swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.view.widget .fg .swiper-pagination-progress .swiper-pagination-progressbar,
.overlay-window .overlay-view .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.view.widget .fg .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar,
.overlay-window .overlay-view .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.view.widget .fg .swiper-container-horizontal > .swiper-pagination-progress,
.overlay-window .overlay-view .swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.view.widget .fg .swiper-container-vertical > .swiper-pagination-progress,
.overlay-window .overlay-view .swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.view.widget .fg .swiper-pagination-progress.swiper-pagination-white,
.overlay-window .overlay-view .swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.view.widget .fg .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar,
.overlay-window .overlay-view .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.view.widget .fg .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar,
.overlay-window .overlay-view .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.view.widget .fg .swiper-container-3d,
.overlay-window .overlay-view .swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.view.widget .fg .swiper-container-3d .swiper-wrapper,
.overlay-window .overlay-view .swiper-container-3d .swiper-wrapper,
.view.widget .fg .swiper-container-3d .swiper-slide,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide,
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-left,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-left,
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-right,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-right,
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-top,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-top,
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-bottom,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-bottom,
.view.widget .fg .swiper-container-3d .swiper-cube-shadow,
.overlay-window .overlay-view .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-left,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-left,
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-right,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-right,
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-top,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-top,
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-bottom,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-left,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-right,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-top,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.view.widget .fg .swiper-container-3d .swiper-slide-shadow-bottom,
.overlay-window .overlay-view .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.view.widget .fg .swiper-container-coverflow .swiper-wrapper,
.overlay-window .overlay-view .swiper-container-coverflow .swiper-wrapper,
.view.widget .fg .swiper-container-flip .swiper-wrapper,
.overlay-window .overlay-view .swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.view.widget .fg .swiper-container-cube,
.overlay-window .overlay-view .swiper-container-cube,
.view.widget .fg .swiper-container-flip,
.overlay-window .overlay-view .swiper-container-flip {
  overflow: visible;
}
.view.widget .fg .swiper-container-cube .swiper-slide,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide,
.view.widget .fg .swiper-container-flip .swiper-slide,
.overlay-window .overlay-view .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.view.widget .fg .swiper-container-cube .swiper-slide .swiper-slide,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide .swiper-slide,
.view.widget .fg .swiper-container-flip .swiper-slide .swiper-slide,
.overlay-window .overlay-view .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.view.widget .fg .swiper-container-cube .swiper-slide-active,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-active,
.view.widget .fg .swiper-container-flip .swiper-slide-active,
.overlay-window .overlay-view .swiper-container-flip .swiper-slide-active,
.view.widget .fg .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.view.widget .fg .swiper-container-flip .swiper-slide-active .swiper-slide-active,
.overlay-window .overlay-view .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.view.widget .fg .swiper-container-cube .swiper-slide-shadow-top,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-shadow-top,
.view.widget .fg .swiper-container-flip .swiper-slide-shadow-top,
.overlay-window .overlay-view .swiper-container-flip .swiper-slide-shadow-top,
.view.widget .fg .swiper-container-cube .swiper-slide-shadow-bottom,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-shadow-bottom,
.view.widget .fg .swiper-container-flip .swiper-slide-shadow-bottom,
.overlay-window .overlay-view .swiper-container-flip .swiper-slide-shadow-bottom,
.view.widget .fg .swiper-container-cube .swiper-slide-shadow-left,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-shadow-left,
.view.widget .fg .swiper-container-flip .swiper-slide-shadow-left,
.overlay-window .overlay-view .swiper-container-flip .swiper-slide-shadow-left,
.view.widget .fg .swiper-container-cube .swiper-slide-shadow-right,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-shadow-right,
.view.widget .fg .swiper-container-flip .swiper-slide-shadow-right,
.overlay-window .overlay-view .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.view.widget .fg .swiper-container-cube .swiper-slide,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.view.widget .fg .swiper-container-cube.swiper-container-rtl .swiper-slide,
.overlay-window .overlay-view .swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.view.widget .fg .swiper-container-cube .swiper-slide-active,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-active,
.view.widget .fg .swiper-container-cube .swiper-slide-next,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-next,
.view.widget .fg .swiper-container-cube .swiper-slide-prev,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-prev,
.view.widget .fg .swiper-container-cube .swiper-slide-next + .swiper-slide,
.overlay-window .overlay-view .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.view.widget .fg .swiper-container-cube .swiper-cube-shadow,
.overlay-window .overlay-view .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.view.widget .fg .swiper-container-fade.swiper-container-free-mode .swiper-slide,
.overlay-window .overlay-view .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.view.widget .fg .swiper-container-fade .swiper-slide,
.overlay-window .overlay-view .swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.view.widget .fg .swiper-container-fade .swiper-slide .swiper-slide,
.overlay-window .overlay-view .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.view.widget .fg .swiper-container-fade .swiper-slide-active,
.overlay-window .overlay-view .swiper-container-fade .swiper-slide-active,
.view.widget .fg .swiper-container-fade .swiper-slide-active .swiper-slide-active,
.overlay-window .overlay-view .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.view.widget .fg .swiper-scrollbar,
.overlay-window .overlay-view .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.view.widget .fg .swiper-container-horizontal > .swiper-scrollbar,
.overlay-window .overlay-view .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.view.widget .fg .swiper-container-vertical > .swiper-scrollbar,
.overlay-window .overlay-view .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.view.widget .fg .swiper-scrollbar-drag,
.overlay-window .overlay-view .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.view.widget .fg .swiper-scrollbar-cursor-drag,
.overlay-window .overlay-view .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.view.widget .fg .swiper-lazy-preloader,
.overlay-window .overlay-view .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.view.widget .fg .swiper-lazy-preloader:after,
.overlay-window .overlay-view .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.view.widget .fg .swiper-lazy-preloader-white:after,
.overlay-window .overlay-view .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.view.widget .fg .swiper-pagination-bullet,
.overlay-window .overlay-view .swiper-pagination-bullet {
  opacity: 0.5;
}
.view.widget .fg .swiper-pagination-bullet-active,
.overlay-window .overlay-view .swiper-pagination-bullet-active {
  opacity: 1;
}
.view.widget .fg .swiper-button-next,
.overlay-window .overlay-view .swiper-button-next,
.view.widget .fg .swiper-button-prev,
.overlay-window .overlay-view .swiper-button-prev {
  opacity: 0.9;
}
/*==================================================================
7. Counters / .counter, .count
==================================================================*/
.counter {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.counter .count {
  font-size: 45px;
  line-height: 78px;
  font-weight: 600;
}
/*==================================================================
8. CSS Animations / .scroll-in-animation, .scroll-animation
==================================================================*/
.scroll-in-animation,
.scroll-animation {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.android-browser-4_3minus .scroll-in-animation,
.android-browser-4_3minus .scroll-animation {
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}
.scroll-in-animation.flipInY,
.scroll-animation.flipInY,
.scroll-in-animation.flipInX,
.scroll-animation.flipInX {
  -webkit-animation-duration: 2.6s;
  -moz-animation-duration: 2.6s;
  -o-animation-duration: 2.6s;
  animation-duration: 2.6s;
}
.android-browser-4_3minus .scroll-in-animation.flipInY,
.android-browser-4_3minus .scroll-animation.flipInY,
.android-browser-4_3minus .scroll-in-animation.flipInX,
.android-browser-4_3minus .scroll-animation.flipInX {
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}
.scroll-in-animation.zoomInLeft,
.scroll-animation.zoomInLeft,
.scroll-in-animation.zoomInRight,
.scroll-animation.zoomInRight {
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
.android-browser-4_3minus .scroll-in-animation.zoomInLeft,
.android-browser-4_3minus .scroll-animation.zoomInLeft,
.android-browser-4_3minus .scroll-in-animation.zoomInRight,
.android-browser-4_3minus .scroll-animation.zoomInRight {
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}
.scroll-in-animation.fadeInLeft,
.scroll-animation.fadeInLeft,
.scroll-in-animation.fadeInRight,
.scroll-animation.fadeInRight {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.android-browser-4_3minus .scroll-in-animation.fadeInLeft,
.android-browser-4_3minus .scroll-animation.fadeInLeft,
.android-browser-4_3minus .scroll-in-animation.fadeInRight,
.android-browser-4_3minus .scroll-animation.fadeInRight {
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}
.scroll-in-animation {
  opacity: 0;
}
.scroll-in-animation.css-animation-show {
  opacity: 1;
}
@-webkit-keyframes zoomInSmall {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInSmall {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomInSmall {
  -webkit-animation-name: zoomInSmall;
  animation-name: zoomInSmall;
}
/*==================================================================
9. Dot Scroll / #dot-scroll
==================================================================*/
#dot-scroll {
  list-style: none;
  position: fixed;
  z-index: 1050;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 5px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.6s, opacity 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -moz-transition: background-color 0.6s, opacity 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -ms-transition: background-color 0.6s, opacity 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  -o-transition: background-color 0.6s, opacity 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
  transition: background-color 0.6s, opacity 0.5s, top 0.5s, right 0.5s, left 0.5s, bottom 0.5s;
}
.android-browser-4_3minus #dot-scroll {
  transition: none;
  -webkit-transition: none;
}
.page-is-gated #dot-scroll {
  opacity: 0;
}
.page-loading #dot-scroll {
  opacity: 1;
}
#dot-scroll li {
  display: block;
  padding: 8px 0;
  width: 5px;
  height: 21px;
}
#dot-scroll li a {
  display: block;
  width: 100%;
  height: 100%;
}
#dot-scroll li a span {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -ms-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.android-browser-4_3minus #dot-scroll li a span {
  transition: none;
  -webkit-transition: none;
}
#dot-scroll li a.active span {
  border: 1px solid;
  width: 10px;
  height: 10px;
  margin-top: -2.5px;
  margin-left: -2.5px;
}
#dot-scroll li a.target span {
  border: 0px solid;
  width: 8px;
  height: 8px;
  margin-top: -1.5px;
  margin-left: -1.5px;
}
@media (max-width: 1249px) {
  #dot-scroll {
    display: none;
  }
}
/*==================================================================
10. Fluid Blocks / .fluid, .fluid-width, .fluid-height
==================================================================*/
.fluid {
  width: 100%;
  position: relative;
}
.fluid > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.fluid-width {
  width: 100%;
  height: auto;
}
.fluid-height {
  width: auto;
  height: 100%;
}
/*==================================================================
11. Google Map / .map-open, .map-canvas, .map-view
==================================================================*/
.map-open {
  font-size: 13px;
}
.map-canvas {
  display: block;
  height: 100%;
}
.map-view {
  padding: 0 25px 0 25px;
}
.map-overlay .overlay-view {
  padding-top: 0px;
  padding-bottom: 0px;
}
/*==================================================================
12. Animated Text / .show-list, .textillate
==================================================================*/
.show-list {
  position: relative;
  pointer-events: none;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.show-list .show-item {
  text-align: center;
  position: absolute;
  width: 100%;
  opacity: 0;
  padding: 0px 5px;
  pointer-events: none;
  white-space: nowrap;
}
@-webkit-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-moz-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-ms-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-o-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
.show-animation {
  -webkit-animation-name: show-animation;
  -moz-animation-name: show-animation;
  -ms-animation-name: show-animation;
  -o-animation-name: show-animation;
  animation-name: show-animation;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .show-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-moz-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-ms-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-o-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
.hide-animation {
  -webkit-animation-name: hide-animation;
  -moz-animation-name: hide-animation;
  -ms-animation-name: hide-animation;
  -o-animation-name: hide-animation;
  animation-name: hide-animation;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .hide-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
.mode-2 .show-animation {
  -webkit-animation-name: show-animation-2;
  -moz-animation-name: show-animation-2;
  -ms-animation-name: show-animation-2;
  -o-animation-name: show-animation-2;
  animation-name: show-animation-2;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .mode-2 .show-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-moz-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-ms-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-o-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
.mode-2 .hide-animation {
  -webkit-animation-name: hide-animation-2;
  -moz-animation-name: hide-animation-2;
  -ms-animation-name: hide-animation-2;
  -o-animation-name: hide-animation-2;
  animation-name: hide-animation-2;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .mode-2 .hide-animation {
  animation: none;
  -webkit-animation: none;
}
.textillate .texts {
  display: none;
}
/*==================================================================
13. Text Backgrounds / .text-bg-element
==================================================================*/
.text-bg-svg {
  letter-spacing: normal !important;
  color: transparent !important;
}
h1.text-bg-svg,
h2.text-bg-svg,
h3.text-bg-svg,
h4.text-bg-svg,
h5.text-bg-svg,
h6.text-bg-svg {
  margint-top: 0;
}
.text-bg-svg .text-bg-animate {
  animation: text-bg-animate 30s ease-in-out infinite;
}
@keyframes text-bg-animate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.17);
  }
  100% {
    transform: scaleX(1);
  }
}
/*==================================================================
14. Text Overlay / .text-fullscreen
==================================================================*/
.text-fullscreen-svg {
  letter-spacing: normal !important;
}
.text-fullscreen-svg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: '100%';
  height: '100%';
  z-index: 0;
}
/*==================================================================
15. Text Masks / .text-mask-svg
==================================================================*/
.text-mask-svg {
  letter-spacing: normal !important;
}
a.text-mask-svg {
  overflow: visible;
}
a.text-mask-svg svg {
  overflow: visible;
}
a.text-mask-svg .text-box {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transform-origin: 50% 50% 0;
}
.android-browser-4_3minus a.text-mask-svg .text-box {
  transition: none;
  -webkit-transition: none;
}
a.text-mask-svg:hover .text-box {
  transform: translateY(-7px);
}
/*==================================================================
16. Icons / .icon-set, .circle, .circle-flat
==================================================================*/
.icon-set {
  margin-top: 40px;
}
.icon-set .title {
  margin-top: 28px;
  margin-bottom: 10px;
}
.circle {
  display: inline-block;
  text-align: center;
  width: 145px;
  height: 145px;
  line-height: 145px;
  margin-top: 20px;
  border-radius: 50%;
  font-size: 32px;
  position: relative;
  text-decoration: none;
}
.circle:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 567px) {
  .circle {
    display: inline-block;
    text-align: center;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-top: 20px;
    border-radius: 50%;
    font-size: 25px;
    position: relative;
    text-decoration: none;
  }
  .circle:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    border: 1px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.circle.big {
  display: inline-block;
  text-align: center;
  width: 170px;
  height: 170px;
  line-height: 170px;
  margin-top: 20px;
  border-radius: 50%;
  font-size: 40px;
  position: relative;
  text-decoration: none;
}
.circle.big:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.circle.small {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}
.circle.small:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.circle-flat {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 130px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
}
/*==================================================================
17. Skill Bars / .skillbars
==================================================================*/
.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 22px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: 700;
  font-size: 13px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-title .skillbar-label {
  display: block;
  padding: 0 20px;
  height: 22px;
  line-height: 22px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-bar {
  height: 22px;
  width: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  font-weight: 700;
}
/*==================================================================
18. Video Backgrounds / .youtube-bg, .vimeo-bg, .video-bg
==================================================================*/
.wrapper-content > iframe.youtube-bg,
.wrapper-content > iframe.vimeo-bg,
.wrapper-content > video.video-bg {
  position: fixed;
  pointer-events: none;
}
html.mobile .video-bg,
html.mobile .youtube-bg,
html.mobile .vimeo-bg {
  display: none;
}
/*==================================================================
19. Our Process / .process
==================================================================*/
.process {
  position: relative;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .process .process-row:before {
    top: 75px;
    left: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px dashed;
    z-index: 0;
  }
}
.process .process-row .process-step {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.process .process-row .process-step p {
  margin-top: 10px;
}
.process .process-row .process-step .title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.process .process-row .process-step .process-box {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 0;
  font-size: 36px;
  line-height: 150px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .process .process-row .process-step .process-box {
    width: 100px;
    height: 100px;
    font-size: 24px;
    line-height: 100px;
  }
}
.process .process-row .process-step .process-box:before {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
}
.process .process-row .process-step .process-box i {
  position: relative;
  z-index: 10;
  font-size: 0px;
}
.process .process-row .process-step .process-box i:before {
  font-size: 36px;
}
@media (max-width: 567px) {
  .process .process-row .process-step .process-box i:before {
    font-size: 24px;
  }
}
/*==================================================================
20. Box Blocks / .box
==================================================================*/
.box {
  padding: 20px !important;
}
/*==================================================================
21. Hover Effect / .hover-effect
==================================================================*/
.hover-effect,
#top-nav nav li:not(.menu-item-has-children) a,
.wrapper[class*=' off-canvas-'] nav li a {
  position: relative;
}
.hover-effect:before,
#top-nav nav li:not(.menu-item-has-children) a:before,
.wrapper[class*=' off-canvas-'] nav li a:before,
.hover-effect:after,
#top-nav nav li:not(.menu-item-has-children) a:after,
.wrapper[class*=' off-canvas-'] nav li a:after {
  pointer-events: none;
}
.hover-effect::before,
#top-nav nav li:not(.menu-item-has-children) a::before,
.wrapper[class*=' off-canvas-'] nav li a::before,
.hover-effect::after,
#top-nav nav li:not(.menu-item-has-children) a::after,
.wrapper[class*=' off-canvas-'] nav li a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.hover-effect::before,
#top-nav nav li:not(.menu-item-has-children) a::before,
.wrapper[class*=' off-canvas-'] nav li a::before {
  width: 20px;
  text-align: right;
  margin-right: 5px;
  margin-left: -25px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.hover-effect::after,
#top-nav nav li:not(.menu-item-has-children) a::after,
.wrapper[class*=' off-canvas-'] nav li a::after {
  width: 20px;
  text-align: left;
  margin-left: 5px;
  margin-right: -25px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
[dir="rtl"] .hover-effect:before,
[dir="rtl"] #top-nav nav li:not(.menu-item-has-children) a:before,
[dir="rtl"] .wrapper[class*=' off-canvas-'] nav li a:before,
[dir="rtl"] .hover-effect:after,
[dir="rtl"] #top-nav nav li:not(.menu-item-has-children) a:after,
[dir="rtl"] .wrapper[class*=' off-canvas-'] nav li a:after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
[dir="rtl"] .hover-effect:before,
[dir="rtl"] #top-nav nav li:not(.menu-item-has-children) a:before,
[dir="rtl"] .wrapper[class*=' off-canvas-'] nav li a:before {
  margin-right: 5px;
  margin-left: -30px;
}
[dir="rtl"] .hover-effect:after,
[dir="rtl"] #top-nav nav li:not(.menu-item-has-children) a:after,
[dir="rtl"] .wrapper[class*=' off-canvas-'] nav li a:after {
  margin-left: 10px;
  margin-right: -25px;
}
.hover-effect:not(.active):hover:before,
#top-nav nav li:not(.menu-item-has-children) a:not(.active):hover:before,
.wrapper[class*=' off-canvas-'] nav li a:not(.active):hover:before,
.hover-effect:not(.active):hover:after,
#top-nav nav li:not(.menu-item-has-children) a:not(.active):hover:after,
.wrapper[class*=' off-canvas-'] nav li a:not(.active):hover:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.page-is-gated .hover-effect:not(.active):hover:before,
.page-is-gated #top-nav nav li:not(.menu-item-has-children) a:not(.active):hover:before,
.page-is-gated .wrapper[class*=' off-canvas-'] nav li a:not(.active):hover:before,
.page-is-gated .hover-effect:not(.active):hover:after,
.page-is-gated #top-nav nav li:not(.menu-item-has-children) a:not(.active):hover:after,
.page-is-gated .wrapper[class*=' off-canvas-'] nav li a:not(.active):hover:after {
  opacity: 0;
}
[dir="rtl"] .hover-effect:not(.active):hover:before,
[dir="rtl"] #top-nav nav li:not(.menu-item-has-children) a:not(.active):hover:before,
[dir="rtl"] .wrapper[class*=' off-canvas-'] nav li a:not(.active):hover:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
[dir="rtl"] .hover-effect:not(.active):hover:after,
[dir="rtl"] #top-nav nav li:not(.menu-item-has-children) a:not(.active):hover:after,
[dir="rtl"] .wrapper[class*=' off-canvas-'] nav li a:not(.active):hover:after {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.hover-effect:focus:before,
#top-nav nav li:not(.menu-item-has-children) a:focus:before,
.wrapper[class*=' off-canvas-'] nav li a:focus:before,
.hover-effect:focus:after,
#top-nav nav li:not(.menu-item-has-children) a:focus:after,
.wrapper[class*=' off-canvas-'] nav li a:focus:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.page-is-gated .hover-effect:focus:before,
.page-is-gated #top-nav nav li:not(.menu-item-has-children) a:focus:before,
.page-is-gated .wrapper[class*=' off-canvas-'] nav li a:focus:before,
.page-is-gated .hover-effect:focus:after,
.page-is-gated #top-nav nav li:not(.menu-item-has-children) a:focus:after,
.page-is-gated .wrapper[class*=' off-canvas-'] nav li a:focus:after {
  opacity: 0;
}
[dir="rtl"] .hover-effect:focus:before,
[dir="rtl"] #top-nav nav li:not(.menu-item-has-children) a:focus:before,
[dir="rtl"] .wrapper[class*=' off-canvas-'] nav li a:focus:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
[dir="rtl"] .hover-effect:focus:after,
[dir="rtl"] #top-nav nav li:not(.menu-item-has-children) a:focus:after,
[dir="rtl"] .wrapper[class*=' off-canvas-'] nav li a:focus:after {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.non-mobile .button {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.android-browser-4_3minus .non-mobile .button {
  transition: none;
  -webkit-transition: none;
}
.non-mobile .button:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.android-browser-4_3minus .non-mobile .button:before {
  transition: none;
  -webkit-transition: none;
}
.non-mobile .button:hover:before {
  height: 75%;
  opacity: 1;
}
.non-mobile .button:active:before {
  height: 130%;
  opacity: 1;
}
.hover-overlay {
  position: relative;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.hover-overlay img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.android-browser-4_3minus .hover-overlay img {
  transition: none;
  -webkit-transition: none;
}
.hover-overlay:hover img {
  transform: scale(1.55, 1.55) rotate(-20deg);
  -webkit-transform: scale(1.55, 1.55) rotate(-20deg);
  -moz-transform: scale(1.55, 1.55) rotate(-20deg);
  -ms-transform: scale(1.55, 1.55) rotate(-20deg);
  -o-transform: scale(1.55, 1.55) rotate(-20deg);
}
.mobile .hover-overlay:hover img,
.ie9 .hover-overlay:hover img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.hover-overlay:hover .overlay > div {
  transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -o-transform: translateY(-50%) scale(1, 1);
}
.mobile .hover-overlay:hover .overlay > div,
.ie9 .hover-overlay:hover .overlay > div {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hover-overlay .overlay {
  font-size: 13px;
  line-height: 22px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.android-browser-4_3minus .hover-overlay .overlay {
  transition: none;
  -webkit-transition: none;
}
.hover-overlay .overlay * {
  color: inherit !important;
}
.hover-overlay .overlay:hover {
  opacity: 1;
}
.hover-overlay .overlay > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: translateY(-50%) scale(0.5, 0.5);
  -webkit-transform: translateY(-50%) scale(0.5, 0.5);
  -moz-transform: translateY(-50%) scale(0.5, 0.5);
  -ms-transform: translateY(-50%) scale(0.5, 0.5);
  -o-transform: translateY(-50%) scale(0.5, 0.5);
}
.android-browser-4_3minus .hover-overlay .overlay > div {
  transition: none;
  -webkit-transition: none;
}
.mobile .hover-overlay .overlay > div,
.ie9 .hover-overlay .overlay > div {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hover-overlay .overlay > div .title {
  font-size: 17px;
}
.hover-overlay .overlay > div i {
  font-size: 32px;
}
.hover-overlay .overlay > div a i {
  font-size: 25px;
}
@media (max-width: 1023px) {
  .hover-overlay .overlay > div {
    font-size: 9px;
    line-height: 11px;
  }
  .hover-overlay .overlay > div p {
    font-size: 9px;
    line-height: 11px;
  }
  .hover-overlay .overlay > div .title {
    font-size: 12px;
    line-height: 14px;
  }
  .hover-overlay .overlay > div i {
    font-size: 13px;
  }
  .hover-overlay .overlay > div a i {
    font-size: 13px;
  }
}
/*==================================================================
22. Decorations / .button, .line, .half-height, .full-height, .uppercase, .border, ...
==================================================================*/
.lead {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .lead {
    margin-top: 26px;
  }
}
@media (max-width: 1023px) {
  .lead {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .lead {
    margin-top: 14px;
  }
}
@media (max-width: 480px) {
  .lead {
    margin-top: 10px;
  }
}
@media (max-width: 1279px) {
  .lead {
    margin-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  .lead {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .lead {
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .lead {
    margin-bottom: 13px;
  }
}
.heading-page-title {
  font-size: 90px;
  line-height: 108px;
  font-weight: 800;
}
@media (max-width: 1279px) {
  .heading-page-title {
    font-size: 81px;
    line-height: 97px;
  }
}
@media (max-width: 1023px) {
  .heading-page-title {
    font-size: 71px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .heading-page-title {
    font-size: 57px;
    line-height: 68px;
  }
}
@media (max-width: 480px) {
  .heading-page-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.heading-section-title {
  font-size: 80px;
  line-height: 96px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .heading-section-title {
    font-size: 72px;
    line-height: 86px;
  }
}
@media (max-width: 1023px) {
  .heading-section-title {
    font-size: 62px;
    line-height: 74px;
  }
}
@media (max-width: 767px) {
  .heading-section-title {
    font-size: 49px;
    line-height: 59px;
  }
}
@media (max-width: 480px) {
  .heading-section-title {
    font-size: 42px;
    line-height: 50px;
  }
}
.heading-col-title,
.hover-overlay .overlay h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .heading-col-title,
  .hover-overlay .overlay h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .heading-col-title,
  .hover-overlay .overlay h4 {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .heading-col-title,
  .hover-overlay .overlay h4 {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .heading-col-title,
  .hover-overlay .overlay h4 {
    font-size: 13px;
    line-height: 16px;
  }
}
.heading-subsection-title,
.heading-subsection-col-title,
.heading-subsection-title text-center {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .heading-subsection-title,
  .heading-subsection-col-title,
  .heading-subsection-title text-center {
    font-size: 29px;
    line-height: 35px;
  }
}
@media (max-width: 1023px) {
  .heading-subsection-title,
  .heading-subsection-col-title,
  .heading-subsection-title text-center {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .heading-subsection-title,
  .heading-subsection-col-title,
  .heading-subsection-title text-center {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (max-width: 480px) {
  .heading-subsection-title,
  .heading-subsection-col-title,
  .heading-subsection-title text-center {
    font-size: 25px;
    line-height: 30px;
  }
}
.heading-block-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .heading-block-title {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .heading-block-title {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .heading-block-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .heading-block-title {
    font-size: 13px;
    line-height: 16px;
  }
}
.photo-stream {
  line-height: 0;
}
.header-details,
.subsection-details {
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
@media (max-width: 1279px) {
  .header-details,
  .subsection-details {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .header-details,
  .subsection-details {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .header-details,
  .subsection-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .header-details,
  .subsection-details {
    font-size: 11px;
    line-height: 19px;
  }
}
.col-details {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1.2px;
}
.header-caption {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1.2px;
}
.circle-icon {
  margin-top: 20px;
}
.circle-caption {
  margin-top: 28px;
}
.circle-caption:after {
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  margin: 11px auto 11px;
}
.button,
.list-group-item,
.icon-bar,
input[type=submit],
.form-submit input[type=submit] {
  -webkit-transition: color .3s, background-color .3s;
  -moz-transition: color .3s, background-color .3s;
  -ms-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}
.android-browser-4_3minus .button,
.android-browser-4_3minus .list-group-item,
.android-browser-4_3minus .icon-bar,
.android-browser-4_3minus input[type=submit],
.android-browser-4_3minus .form-submit input[type=submit] {
  transition: none;
  -webkit-transition: none;
}
.button {
  border-color: transparent;
}
.line-through {
  text-decoration: line-through;
}
.col-left-marginalia {
  float: left;
  margin-right: 10px;
}
.col-right-marginalia {
  float: right;
  margin-left: 10px;
}
.col-left-marginalia,
.col-right-marginalia {
  font-size: 24px;
  -webkit-text-stroke: 1px;
}
.col-content {
  overflow: hidden;
}
a.button,
input.button,
input[type=submit],
.form-submit input[type=submit] {
  padding: 13px 24px;
  font-size: 13px;
}
.position-relative {
  position: relative;
}
.position-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.position-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.position-middle-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.uppercase {
  text-transform: uppercase;
}
.help-block {
  margin-top: 0;
}
.scale-width {
  width: 100%;
  height: auto;
}
.scale-height {
  width: auto;
  height: 100%;
}
.col-icon {
  font-size: 48px;
  float: left;
  padding: 0 10px;
  text-align: left;
  line-height: 1;
  margin-top: 20px;
}
.col-content {
  padding: 0 15px;
}
.border {
  border: 1px solid;
}
.border-no {
  border: none !important;
}
.border-top {
  border-top: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-left {
  border-left: 1px solid;
}
.no-border {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-width: 0px !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
}
.button,
input[type=submit],
.form-submit input[type=submit] {
  margin: 2px;
}
a.button,
.btn,
input.button,
input[type=submit],
.form-submit input[type=submit] {
  border-style: solid;
  border-width: 1px;
  line-height: 22px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.image-hover .col-body .col-details {
  font-size: 13px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-top: 7px;
}
.underline-text,
.underline-highlight,
.underline-link,
.underline-heading {
  display: inline-block;
  border-bottom-width: 3px;
  padding-bottom: 7px;
}
.underline-text,
.underline-highlight,
.underline-link,
.underline-heading {
  border-bottom-style: solid;
}
.col-style-decorated:before {
  width: 100%;
  height: 2px;
  display: block;
  content: '';
  margin-top: 18px;
}
.uppercase {
  text-transform: uppercase;
}
.non-uppercase {
  text-transform: none !important;
}
.slogan {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 68px;
}
@media (max-width: 1279px) {
  .slogan {
    font-size: 35px;
    line-height: 59px;
  }
}
@media (max-width: 1023px) {
  .slogan {
    font-size: 29px;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  .slogan {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .slogan {
    font-size: 16px;
    line-height: 27px;
  }
}
.half-height {
  height: 50%;
}
.full-height {
  height: 100%;
}
.map-overlay {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}
@media (max-width: 767px) {
  .hide-on-small-device {
    display: none;
  }
}
.mobile .hide-on-mobile {
  display: none;
}
.alt-placeholder {
  display: none;
}
.ie9 .alt-placeholder {
  display: block;
}
.banner-box {
  text-align: center;
}
.banner-box * {
  text-align: inherit;
}
.banner-box .banner-cell {
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 1.2px;
}
.banner-box .banner-cell .banner-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 28px;
  text-transform: uppercase;
}
.banner-box .banner-cell .banner-subtitle {
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pane {
  padding: 0 !important;
}
.incut {
  height: 400px;
}
.incut > div {
  width: 50%;
}
.incut > div h3 {
  margin-top: 0px;
}
@media (max-width: 1023px) {
  .incut > div {
    width: 90%;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.label {
  margin: 2px;
}
.control-group.success,
.control-group.warning,
.control-group.info,
.control-group.error,
.control-group.primary,
.control-group.danger {
  background-color: transparent;
}
.col-link {
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 481px) {
  .narrow {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.height-100 {
  min-height: 100px;
}
.height-200 {
  min-height: 200px;
}
.height-300 {
  min-height: 300px;
}
.height-400 {
  min-height: 400px;
}
.height-500 {
  min-height: 500px;
}
.height-600 {
  min-height: 600px;
}
.height-700 {
  min-height: 700px;
}
.height-800 {
  min-height: 800px;
}
.height-900 {
  min-height: 900px;
}
.height-1000 {
  min-height: 1000px;
}
@media (max-width: 1023px) {
  .hide-on-small-devices {
    display: none;
  }
}
.font-big {
  font-size: 130%;
}
.float-text-left,
.float-text-right {
  font-size: 35px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 15px;
}
@media (max-width: 1023px) {
  .float-text-left,
  .float-text-right {
    font-size: 20px;
    line-height: 22px;
  }
}
.float-text-top,
.float-text-bottom {
  text-align: center;
}
.float-text-left {
  top: 50%;
  left: 60px;
  transform-origin: 50% 0 0;
  transform: translate(-50%, 0) rotate(-90deg);
  -webkit-transform: translate(-50%, 0) rotate(-90deg);
  -moz-transform: translate(-50%, 0) rotate(-90deg);
  -ms-transform: translate(-50%, 0) rotate(-90deg);
  -o-transform: translate(-50%, 0) rotate(-90deg);
}
@media (max-width: 1460px) {
  .float-text-left {
    left: 50px;
  }
}
@media (max-width: 1367px) {
  .float-text-left {
    display: none;
  }
}
.float-text-right {
  top: 50%;
  right: 60px;
  transform-origin: 50% 100% 0;
  transform: translate(50%, -100%) rotate(-90deg);
  -webkit-transform: translate(50%, -100%) rotate(-90deg);
  -moz-transform: translate(50%, -100%) rotate(-90deg);
  -ms-transform: translate(50%, -100%) rotate(-90deg);
  -o-transform: translate(50%, -100%) rotate(-90deg);
}
@media (max-width: 1460px) {
  .float-text-right {
    right: 50px;
  }
}
@media (max-width: 1367px) {
  .float-text-right {
    display: none;
  }
}
.float-text-top {
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@media (max-width: 769px) {
  .float-text-top {
    top: 70px;
  }
}
.float-text-bottom {
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@media (max-width: 1460px) {
  .float-text-bottom {
    bottom: 50px;
  }
}
@media (max-width: 1249px) {
  .float-text-bottom {
    bottom: 25px;
  }
}
@media (max-width: 769px) {
  .float-text-bottom {
    bottom: 10px;
  }
}
.float-text-left-top {
  left: 70px;
  top: 90px;
  text-align: left;
}
@media (max-width: 1460px) {
  .float-text-left-top {
    left: 50px;
  }
}
@media (max-width: 1249px) {
  .float-text-left-top {
    left: 25px;
  }
}
@media (max-width: 769px) {
  .float-text-left-top {
    left: 10px;
    top: 70px;
  }
}
.float-text-left-bottom {
  left: 70px;
  bottom: 70px;
  text-align: left;
}
@media (max-width: 1460px) {
  .float-text-left-bottom {
    left: 50px;
    bottom: 50px;
  }
}
@media (max-width: 1249px) {
  .float-text-left-bottom {
    left: 25px;
    bottom: 25px;
  }
}
@media (max-width: 769px) {
  .float-text-left-bottom {
    left: 10px;
    bottom: 10px;
  }
}
.float-text-right-top {
  right: 70px;
  top: 90px;
  text-align: right;
}
@media (max-width: 1460px) {
  .float-text-right-top {
    right: 50px;
  }
}
@media (max-width: 1249px) {
  .float-text-right-top {
    right: 25px;
  }
}
@media (max-width: 769px) {
  .float-text-right-top {
    right: 10px;
    top: 70px;
  }
}
.float-text-right-bottom {
  right: 70px;
  bottom: 70px;
  text-align: right;
}
@media (max-width: 1460px) {
  .float-text-right-bottom {
    right: 50px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .float-text-right-bottom {
    right: 10px;
    bottom: 10px;
  }
}
.float-text-left,
.float-text-right,
.float-text-top,
.float-text-bottom,
.float-text-left-top,
.float-text-left-bottom,
.float-text-right-top,
.float-text-right-bottom {
  z-index: 0;
  position: fixed;
  margin-bottom: 0;
}
.float-text-left .button,
.float-text-right .button,
.float-text-top .button,
.float-text-bottom .button,
.float-text-left-top .button,
.float-text-left-bottom .button,
.float-text-right-top .button,
.float-text-right-bottom .button {
  margin-top: 11px;
}
@media (max-width: 1023px) {
  .float-text-left,
  .float-text-right,
  .float-text-left-top,
  .float-text-left-bottom,
  .float-text-right-top,
  .float-text-right-bottom {
    display: none;
  }
}
@media (max-height: 600px) {
  .float-text-top,
  .float-text-bottom,
  .float-text-left-top,
  .float-text-left-bottom,
  .float-text-right-top,
  .float-text-right-bottom {
    display: none;
  }
}
.normal-letter-spacing {
  letter-spacing: normal !important;
}
.color-link-inherit a {
  color: inherit !important;
}
[id*=svg-overlay-lamp-mask-light] {
  fill: rgba(255, 255, 255, 0.3);
}
/*==================================================================
23. Layout / .view, .bg, .fg
==================================================================*/
.view {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.view > .fg {
  position: relative;
  overflow: hidden;
  z-index: 400;
  padding-top: 75px;
  padding-bottom: 64px;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.25s;
  -moz-transition: -moz-transform 0.5s, opacity 0.25s;
  -o-transition: -o-transform 0.5s, opacity 0.25s;
  transition: transform 0.5s, opacity 0.25s;
}
.view > .fg.border-bottom {
  border-bottom: 4px solid;
}
.view > .fg.border-top {
  border-top: 4px solid;
}
.view > .fg.small-top-padding {
  padding-top: 40px;
}
.view > .fg.small-bottom-padding {
  padding-bottom: 50px;
}
.view > .fg .section-top,
.view > .fg .section-cols {
  position: relative;
}
.view > .fg h1.svg-effect,
.view > .fg h2.svg-effect,
.view > .fg h3.svg-effect {
  margin: 0;
}
.view > .fg .svg-effect a {
  display: block;
}
.view.section-header .fg {
  padding-top: 60px;
  padding-bottom: 20px;
}
.wrapper-content > .view:first-of-type > .fg {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .wrapper-content > .view:first-of-type > .fg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.no-top-padding,
.view > .fg.no-top-padding,
.wrapper-content > .view:first-of-type > .fg.no-top-padding {
  padding-top: 0;
}
.no-bottom-padding,
.view > .fg.no-bottom-padding,
.wrapper-content > .view:first-of-type > .fg.no-bottom-padding {
  padding-bottom: 0;
}
#footer {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
#footer .section-cols {
  padding-bottom: 30px;
}
#footer .bottom {
  padding: 25px 0;
  margin-top: 30px;
}
#footer .social-links {
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
@media (max-width: 480px) {
  #footer .social-links {
    font-size: 1.6rem;
  }
}
#footer.border-bottom {
  border-bottom: 4px solid;
}
#footer.border-top {
  border-top: 4px solid;
}
#footer ul.simple > li {
  line-height: 29px;
}
#footer .footer-description {
  padding: 10px 0;
}
#footer .photo {
  margin: 10px -3px;
}
#footer .photo > div {
  padding: 3px;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
  max-height: none !important;
  max-width: none !important;
  height: auto !important;
  width: auto !important;
}
.wrapper-content > .bg {
  position: fixed;
}
.wrapper-content > .bg,
.wrapper-content > .video-bg,
.wrapper-content > .vimeo-bg,
.wrapper-content > .youtube-bg,
.wrapper-content > img,
.wrapper-content > iframe {
  z-index: 10;
}
div.view.widget,
footer {
  z-index: 100;
  position: relative;
}
.footer-bottom {
  position: relative;
  padding: 22px 0 22px 0;
}
.wrapper-content > .paper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 57px;
}
.mobile-only {
  display: none !important;
}
.mobile .mobile-only {
  display: block !important;
}
.mobile .mobile-hide {
  display: none !important;
}
.poor-browser .view > .bg,
.poor-browser .wrapper-content > .bg {
  display: none;
}
.poor-browser .view > .bg:last-of-type,
.poor-browser .wrapper-content > .bg:last-of-type {
  display: block;
}
.bg-holder {
  display: none;
}
.col-image-top {
  width: 100%;
  height: auto;
  display: block;
}
.layout-boxed {
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .layout-boxed {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.layout-boxed > .pure-g {
  margin-left: -15px;
  margin-right: -15px;
}
body.page-template-builder .wrapper-content > .view:first-of-type > .fg .layout-boxed,
#top-nav .top-nav-inner.layout-boxed {
  max-width: 1250px;
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 767px) {
  body.page-template-builder .wrapper-content > .view:first-of-type > .fg .layout-boxed,
  #top-nav .top-nav-inner.layout-boxed {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.wpcf7-form-control-wrap {
  margin: 5px;
}
.content-box {
  padding: 15px;
}
.svg-overlay.fixed {
  pointer-events: none;
}
a.svg-overlay.fixed {
  pointer-events: auto;
}
.view.widget .fg .x40-embed-container,
.overlay-view .x40-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.view.widget .fg .x40-embed-container iframe,
.overlay-view .x40-embed-container iframe,
.view.widget .fg .x40-embed-container object,
.overlay-view .x40-embed-container object,
.view.widget .fg .x40-embed-container embed,
.overlay-view .x40-embed-container embed,
.view.widget .fg .x40-embed-container .fluid-vids,
.overlay-view .x40-embed-container .fluid-vids {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**************************************************************************
* Patterns 
**************************************************************************/
.pattern:before,
.pattern-dark-1:before,
.pattern-dark-2:before,
.pattern-dark-3:before,
.pattern-light-1:before,
.pattern-light-2:before,
.pattern-light-3:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  opacity: .8;
}
.pattern:before {
  background: url('../images/pattern.png');
}
.pattern-dark-1:before {
  background: url('../images/pattern-dark-1.png');
}
.pattern-dark-2:before {
  background: url('../images/pattern-dark-2.png');
}
.pattern-dark-3:before {
  background: url('../images/pattern-dark-3.png');
}
.pattern-light-1:before {
  background: url('../images/pattern-light-1.png');
}
.pattern-light-2:before {
  background: url('../images/pattern-light-2.png');
}
.pattern-light-3:before {
  background: url('../images/pattern-light-3.png');
}
/*==================================================================
24. Blog / .blog-page-wrapper, .post-title, .post-meta, .post-body, ...
==================================================================*/
.default-page-wrapper {
  padding-top: 40px;
  z-index: 100;
  position: relative;
}
.header-page-title-container {
  z-index: 100;
  position: relative;
}
.post-page-wrapper {
  position: relative;
  z-index: 100;
}
.content-blog {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .content-blog {
    padding-top: 40px;
  }
}
.pagination {
  padding-bottom: 50px;
  margin: 30px 0 0 0;
  display: block;
  text-align: center;
}
.pagination .page-numbers,
.pagination .next a,
.pagination .previos a,
.pagination a {
  border: 1px solid;
}
.pagination > div {
  display: inline;
}
.pagination > div.nav-links {
  display: block;
}
.post-title {
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.post-body {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.post-body > article > .post-image,
.post-body > .post-image {
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
}
.post-read-more {
  text-transform: uppercase;
}
.post-meta {
  font-size: 11px;
  padding: 0 20px 20px 20px;
}
.post-meta .post-day {
  margin-top: 20px;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}
.post-meta .post-month {
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.post-meta .post-year {
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .post-meta {
    padding: 10px 25px 0 25spx;
    margin: 0;
  }
  .post-meta,
  .post-meta.text-right {
    text-align: left !important;
  }
  .post-meta .post-day,
  .post-meta .post-month,
  .post-meta .post-year,
  .post-meta .post-author,
  .post-meta .post-comments,
  .post-meta .post-categories,
  .post-meta .post-permalink {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px 10px 0;
    margin: 0;
    line-height: 1;
  }
  .post-meta .post-day,
  .post-meta .post-month {
    padding-right: 3px;
  }
  .post-meta .post-year {
    border-bottom: none;
  }
}
.post-meta.post-meta-top {
  margin-bottom: 11px;
}
.comment-list .comment-respond {
  background-color: transparent;
}
.copy a {
  border-bottom: none;
}
/*==================================================================
25. Help Pages / .theme-help, .help-example-result, ...
==================================================================*/
.theme-help .help-example-result {
  margin-bottom: 22px;
}
.theme-help .video-preview-caption {
  text-align: center;
  font-weight: 500;
}
.theme-help h1 {
  letter-spacing: 1.5px;
}
.theme-help h2 {
  letter-spacing: 1.2px;
}
.theme-help h3 {
  letter-spacing: 1.2px;
}
.theme-help h3 {
  font-size: 15px;
}
.offline-doc {
  padding-bottom: 30px;
}
.offline-doc h1 {
  font-size: 60px;
  line-height: 70px;
}
/*==================================================================
26. Demo Site / .theme-select
==================================================================*/
.select-theme h1.heading-page-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 90px;
  line-height: 108px;
  font-weight: 800;
  margin-top: -5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media (max-width: 1279px) {
  .select-theme h1.heading-page-title {
    font-size: 80px;
    line-height: 96px;
  }
}
@media (max-width: 1023px) {
  .select-theme h1.heading-page-title {
    font-size: 67px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .select-theme h1.heading-page-title {
    font-size: 51px;
    line-height: 61px;
  }
}
@media (max-width: 480px) {
  .select-theme h1.heading-page-title {
    font-size: 42px;
    line-height: 50px;
  }
}
.select-theme h4.heading-subsection-title {
  font-size: 37px;
  line-height: 44px;
}
@media (max-width: 1279px) {
  .select-theme h4.heading-subsection-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 1023px) {
  .select-theme h4.heading-subsection-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .select-theme h4.heading-subsection-title {
    font-size: 29px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .select-theme h4.heading-subsection-title {
    font-size: 27px;
    line-height: 32px;
  }
}
.select-theme .subsection-details {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .select-theme .subsection-details {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1023px) {
  .select-theme .subsection-details {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .select-theme .subsection-details {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 480px) {
  .select-theme .subsection-details {
    font-size: 13px;
    line-height: 16px;
  }
}
.select-theme .last-buttons {
  padding-top: 30px;
  padding-bottom: 30px;
}
.select-theme .header-details {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
}
.select-theme .caption {
  font-size: 16px;
  line-height: 22px;
  margin-top: 11px;
}
.select-theme .subcaption {
  margin-bottom: 22px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.select-theme .page-border,
.select-theme #top-nav {
  display: none;
}
.select-theme #wrapper-content,
.select-theme #footer {
  padding: 0;
}
.select-theme .gate .gate-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.select-theme #dot-scroll {
  display: none;
}
.select-theme a.button {
  min-width: 170px;
  font-weight: 500;
}
.select-theme img {
  width: 100%;
  height: auto;
}
.select-theme #fancybox-wrap {
  background-color: rgba(238, 238, 238, 0.6) !important;
  padding: 26px !important;
}
.select-theme #fancybox-overlay {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.select-theme #fancybox-content {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.select-theme .fancybox-bg {
  opacity: 0;
}
.select-theme #fancybox-close:before {
  color: #999 !important;
}
.select-theme #fancybox-close:hover:before {
  color: #434343 !important;
}
.select-theme ul.filter {
  padding: 0 0 30px 0;
  margin-top: -40px;
}
/*==================================================================
27. Hardware Optimizations / .force3d
==================================================================*/
.force3d .bg {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/*==================================================================
28. Letter Spacing
==================================================================*/
#top-nav li {
  letter-spacing: 3px;
}
#top-nav .navbar-brand {
  letter-spacing: 0.9px;
}
.button,
input.button,
.btn,
input[type=submit],
.form-submit input[type=submit] {
  letter-spacing: 2px;
}
#upper {
  letter-spacing: 0.7px;
}
.counter .caption {
  letter-spacing: 1px;
}
.site-caption {
  letter-spacing: 1px;
}
.site-title-small {
  letter-spacing: 5px;
}
#footer .social-links {
  letter-spacing: 3px;
}
.select-demo h4 {
  letter-spacing: 2px;
}
.select-demo .caption {
  letter-spacing: 1px;
}
/*==================================================================
29. Skroll Bars / .skroll-bar
==================================================================*/
.scroll-bar {
  -ms-overflow-style: scrollbar;
}
.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
.scroll-bar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scroll-bar::-webkit-scrollbar-thumb {
  border: 1px solid;
}
.hide-skroll-bar .scroll-bar::-webkit-scrollbar,
.scroll-bar.hide-skroll-bar::-webkit-scrollbar {
  width: 0px;
}
textarea,
.navbar-collapse,
.non-mobile #top-nav {
  -ms-overflow-style: scrollbar;
}
textarea::-webkit-scrollbar-thumb,
.navbar-collapse::-webkit-scrollbar-thumb,
.non-mobile #top-nav::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
textarea::-webkit-scrollbar,
.navbar-collapse::-webkit-scrollbar,
.non-mobile #top-nav::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
textarea::-webkit-scrollbar-thumb,
.navbar-collapse::-webkit-scrollbar-thumb,
.non-mobile #top-nav::-webkit-scrollbar-thumb {
  border: 1px solid;
}
.hide-skroll-bar textarea::-webkit-scrollbar,
.hide-skroll-bar .navbar-collapse::-webkit-scrollbar,
.hide-skroll-bar .non-mobile #top-nav::-webkit-scrollbar,
textarea.hide-skroll-bar::-webkit-scrollbar,
.navbar-collapse.hide-skroll-bar::-webkit-scrollbar,
.non-mobile #top-nav.hide-skroll-bar::-webkit-scrollbar {
  width: 0px;
}
/*==================================================================
30. Loading / .gate, .loader
==================================================================*/
.gate {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus .gate {
  transition: none;
  -webkit-transition: none;
}
.gate .gate-content {
  position: absolute;
  top: 48px;
  left: 25px;
  right: 25px;
  bottom: 25px;
}
@media (max-width: 1249px) {
  .gate .gate-content {
    left: 0;
    right: 0;
  }
}
.gate .loader {
  display: none;
}
.gate .gate-bar {
  position: absolute;
  height: 7px;
  width: 0%;
}
.gate .gate-count {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: right;
  width: 100px;
  margin-left: -50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-weight: 600;
}
.gate .gate-water {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
}
.gate .gate-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.android-browser-4_3minus .gate .gate-overlay {
  transition: none;
  -webkit-transition: none;
}
.gate img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -20px;
  padding: 0;
  width: 60px;
  height: 60px;
  list-style: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.android-browser-4_3minus .loader {
  transition: none;
  -webkit-transition: none;
}
.loader li {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 5px;
  box-shadow: 0px 80px 20px rgba(0, 0, 0, 0.2);
}
.loader.show {
  opacity: 1;
  visibility: visible;
}
.loader.hided {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.android-browser-4_3minus .loader.hided {
  transition: none;
  -webkit-transition: none;
}
@-webkit-keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@-moz-keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@-ms-keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@-o-keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
.loader li:nth-child(1) {
  -webkit-animation: loading-animation 0.6s ease-in-out infinite 0s;
  -moz-animation: loading-animation 0.6s ease-in-out infinite 0s;
  -ms-animation: loading-animation 0.6s ease-in-out infinite 0s;
  animation: loading-animation 0.6s ease-in-out infinite 0s;
}
.android-browser-4_3minus .loader li:nth-child(1) {
  animation: none;
  -webkit-animation: none;
}
.loader li:nth-child(2) {
  -webkit-animation: loading-animation 0.6s ease-in-out infinite -0.2s;
  -moz-animation: loading-animation 0.6s ease-in-out infinite -0.2s;
  -ms-animation: loading-animation 0.6s ease-in-out infinite -0.2s;
  animation: loading-animation 0.6s ease-in-out infinite -0.2s;
}
.android-browser-4_3minus .loader li:nth-child(2) {
  animation: none;
  -webkit-animation: none;
}
.loader li:nth-child(3) {
  -webkit-animation: loading-animation 0.6s ease-in-out infinite -0.4s;
  -moz-animation: loading-animation 0.6s ease-in-out infinite -0.4s;
  -ms-animation: loading-animation 0.6s ease-in-out infinite -0.4s;
  animation: loading-animation 0.6s ease-in-out infinite -0.4s;
}
.android-browser-4_3minus .loader li:nth-child(3) {
  animation: none;
  -webkit-animation: none;
}
/*==================================================================
31. Home Variants / .home-a-title, .home-a-uptitle,  .home-a-details, ...
==================================================================*/
.page .home-a-title {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: right;
  padding-left: 20px;
  text-transform: none;
  font-weight: 800;
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 1279px) {
  .page .home-a-title {
    font-size: 81px;
    line-height: 81px;
  }
}
@media (max-width: 1023px) {
  .page .home-a-title {
    font-size: 71px;
    line-height: 71px;
  }
}
@media (max-width: 767px) {
  .page .home-a-title {
    font-size: 57px;
    line-height: 57px;
  }
}
@media (max-width: 480px) {
  .page .home-a-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .page .home-a-title {
    text-align: center;
    padding-right: 20px;
  }
}
.page .home-a-uptitle {
  text-align: right;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 1279px) {
  .page .home-a-uptitle {
    font-size: 31px;
    line-height: 31px;
  }
}
@media (max-width: 1023px) {
  .page .home-a-uptitle {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .page .home-a-uptitle {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  .page .home-a-uptitle {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .page .home-a-uptitle {
    text-align: center;
    padding-right: 20px;
  }
}
.page .home-a-details {
  letter-spacing: 1.3px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  padding-left: 20px;
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 1279px) {
  .page .home-a-details {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .page .home-a-details {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-a-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-a-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .page .home-a-details {
    text-align: center;
    padding-right: 20px;
  }
}
.page .home-a-buttons {
  text-align: right;
  padding-left: 15px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .page .home-a-buttons {
    text-align: center;
    padding-right: 20px;
  }
}
.page .home-a-buttons .button {
  font-size: 13px;
  line-height: 22px;
  padding: 12px;
}
@media (max-width: 1279px) {
  .page .home-a-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .page .home-a-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-a-buttons .button {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-a-buttons .button {
    font-size: 10px;
    line-height: 17px;
  }
}
@media (max-width: 1279px) {
  .page .home-a-buttons .button {
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .page .home-a-buttons .button {
    padding: 11px;
  }
}
@media (max-width: 767px) {
  .page .home-a-buttons .button {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .page .home-a-buttons .button {
    padding: 10px;
  }
}
.page .home-b-title {
  margin-top: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 100;
  text-transform: none;
  letter-spacing: 20px;
  font-size: 100px;
  line-height: 100px;
}
@media (max-width: 1279px) {
  .page .home-b-title {
    font-size: 89px;
    line-height: 89px;
  }
}
@media (max-width: 1023px) {
  .page .home-b-title {
    font-size: 76px;
    line-height: 76px;
  }
}
@media (max-width: 767px) {
  .page .home-b-title {
    font-size: 59px;
    line-height: 59px;
  }
}
@media (max-width: 480px) {
  .page .home-b-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .page .home-b-title {
    letter-spacing: normal;
  }
}
.page .home-b-title strong {
  font-weight: 800;
}
.page .home-b-title.text-mask-svg {
  font-weight: 800;
}
.page .home-b-uptitle {
  font-weight: 100;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 20px;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1279px) {
  .page .home-b-uptitle {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1023px) {
  .page .home-b-uptitle {
    font-size: 29px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .page .home-b-uptitle {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .page .home-b-uptitle {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .page .home-b-uptitle {
    letter-spacing: normal;
  }
}
.page .home-b-details {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 1279px) {
  .page .home-b-details {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .page .home-b-details {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-b-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-b-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (min-width: 481px) {
  .page .home-b-details {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .page .home-b-details {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page .home-b-buttons {
  text-align: center;
  margin-bottom: 11px;
}
.page .home-b-buttons .button {
  font-size: 13px;
  line-height: 22px;
  padding: 12px;
}
@media (max-width: 1279px) {
  .page .home-b-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .page .home-b-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-b-buttons .button {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-b-buttons .button {
    font-size: 10px;
    line-height: 17px;
  }
}
@media (max-width: 1279px) {
  .page .home-b-buttons .button {
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .page .home-b-buttons .button {
    padding: 11px;
  }
}
@media (max-width: 767px) {
  .page .home-b-buttons .button {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .page .home-b-buttons .button {
    padding: 10px;
  }
}
.page .home-c-title {
  margin-top: 0px;
  margin-bottom: 11px;
  text-align: left;
  padding-left: 20px;
  text-transform: none;
  font-weight: 800;
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 1279px) {
  .page .home-c-title {
    font-size: 79px;
    line-height: 79px;
  }
}
@media (max-width: 1023px) {
  .page .home-c-title {
    font-size: 66px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .page .home-c-title {
    font-size: 49px;
    line-height: 49px;
  }
}
@media (max-width: 480px) {
  .page .home-c-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.page .home-c-uptitle {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 1279px) {
  .page .home-c-uptitle {
    font-size: 31px;
    line-height: 31px;
  }
}
@media (max-width: 1023px) {
  .page .home-c-uptitle {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .page .home-c-uptitle {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  .page .home-c-uptitle {
    font-size: 18px;
    line-height: 18px;
  }
}
.page .home-c-details {
  letter-spacing: 1.2px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  border: 1px solid;
  padding: 20px;
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .page .home-c-details {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .page .home-c-details {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-c-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-c-details {
    font-size: 11px;
    line-height: 19px;
  }
}
.page .home-c-buttons {
  text-align: left;
  padding-left: 15px;
  padding-left: 20px;
}
.page .home-c-buttons .button {
  font-size: 13px;
  line-height: 22px;
  padding: 12px;
}
@media (max-width: 1279px) {
  .page .home-c-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .page .home-c-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-c-buttons .button {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-c-buttons .button {
    font-size: 10px;
    line-height: 17px;
  }
}
@media (max-width: 1279px) {
  .page .home-c-buttons .button {
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .page .home-c-buttons .button {
    padding: 11px;
  }
}
@media (max-width: 767px) {
  .page .home-c-buttons .button {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .page .home-c-buttons .button {
    padding: 10px;
  }
}
.page .home-d-title {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 11px;
  text-align: left;
  padding-left: 20px;
  text-transform: none;
  font-size: 110px;
  line-height: 110px;
}
@media (max-width: 1279px) {
  .page .home-d-title {
    font-size: 97px;
    line-height: 97px;
  }
}
@media (max-width: 1023px) {
  .page .home-d-title {
    font-size: 81px;
    line-height: 81px;
  }
}
@media (max-width: 767px) {
  .page .home-d-title {
    font-size: 61px;
    line-height: 61px;
  }
}
@media (max-width: 480px) {
  .page .home-d-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.page .home-d-uptitle {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 1279px) {
  .page .home-d-uptitle {
    font-size: 31px;
    line-height: 31px;
  }
}
@media (max-width: 1023px) {
  .page .home-d-uptitle {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .page .home-d-uptitle {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  .page .home-d-uptitle {
    font-size: 18px;
    line-height: 18px;
  }
}
.page .home-d-details {
  letter-spacing: 1.2px;
  text-transform: none;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  border: 1px solid;
  padding: 20px;
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .page .home-d-details {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .page .home-d-details {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-d-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-d-details {
    font-size: 11px;
    line-height: 19px;
  }
}
.page .home-d-details > span {
  font-weight: 600;
}
.page .home-d-buttons {
  text-align: left;
  padding-left: 15px;
  padding-left: 20px;
}
.page .home-d-buttons .button {
  font-size: 13px;
  line-height: 22px;
  padding: 12px;
}
@media (max-width: 1279px) {
  .page .home-d-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .page .home-d-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-d-buttons .button {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-d-buttons .button {
    font-size: 10px;
    line-height: 17px;
  }
}
@media (max-width: 1279px) {
  .page .home-d-buttons .button {
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .page .home-d-buttons .button {
    padding: 11px;
  }
}
@media (max-width: 767px) {
  .page .home-d-buttons .button {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .page .home-d-buttons .button {
    padding: 10px;
  }
}
.page .home-e-title {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
}
@media (max-width: 1279px) {
  .page .home-e-title {
    font-size: 53px;
    line-height: 64px;
  }
}
@media (max-width: 1023px) {
  .page .home-e-title {
    font-size: 46px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .page .home-e-title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 480px) {
  .page .home-e-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.page .home-e-uptitle {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 1279px) {
  .page .home-e-uptitle {
    font-size: 31px;
    line-height: 31px;
  }
}
@media (max-width: 1023px) {
  .page .home-e-uptitle {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .page .home-e-uptitle {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  .page .home-e-uptitle {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .page .home-e-uptitle {
    text-align: center;
    padding-right: 20px;
  }
}
.page .home-e-details {
  letter-spacing: 1.3px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  padding-left: 20px;
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 1279px) {
  .page .home-e-details {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .page .home-e-details {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-e-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-e-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .page .home-e-details {
    text-align: center;
    padding-right: 20px;
  }
}
.page .home-e-buttons {
  text-align: right;
  padding-left: 15px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .page .home-e-buttons {
    text-align: center;
    padding-right: 20px;
  }
}
.page .home-e-buttons .button {
  font-size: 13px;
  line-height: 22px;
  padding: 12px;
}
@media (max-width: 1279px) {
  .page .home-e-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .page .home-e-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-e-buttons .button {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-e-buttons .button {
    font-size: 10px;
    line-height: 17px;
  }
}
@media (max-width: 1279px) {
  .page .home-e-buttons .button {
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .page .home-e-buttons .button {
    padding: 11px;
  }
}
@media (max-width: 767px) {
  .page .home-e-buttons .button {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .page .home-e-buttons .button {
    padding: 10px;
  }
}
.page .home-f-title {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 11px;
  text-align: left;
  text-transform: none;
  font-size: 110px;
  line-height: 110px;
}
@media (max-width: 1279px) {
  .page .home-f-title {
    font-size: 97px;
    line-height: 97px;
  }
}
@media (max-width: 1023px) {
  .page .home-f-title {
    font-size: 81px;
    line-height: 81px;
  }
}
@media (max-width: 767px) {
  .page .home-f-title {
    font-size: 61px;
    line-height: 61px;
  }
}
@media (max-width: 480px) {
  .page .home-f-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.page .home-f-uptitle {
  text-align: left;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 1279px) {
  .page .home-f-uptitle {
    font-size: 31px;
    line-height: 31px;
  }
}
@media (max-width: 1023px) {
  .page .home-f-uptitle {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .page .home-f-uptitle {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  .page .home-f-uptitle {
    font-size: 18px;
    line-height: 18px;
  }
}
.page .home-f-details {
  letter-spacing: 1.2px;
  text-transform: none;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 1279px) {
  .page .home-f-details {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .page .home-f-details {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-f-details {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-f-details {
    font-size: 11px;
    line-height: 19px;
  }
}
.page .home-f-details > span {
  font-weight: 600;
}
.page .home-f-buttons {
  text-align: left;
}
.page .home-f-buttons .button {
  font-size: 13px;
  line-height: 22px;
  padding: 12px;
}
@media (max-width: 1279px) {
  .page .home-f-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .page .home-f-buttons .button {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page .home-f-buttons .button {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .page .home-f-buttons .button {
    font-size: 10px;
    line-height: 17px;
  }
}
@media (max-width: 1279px) {
  .page .home-f-buttons .button {
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .page .home-f-buttons .button {
    padding: 11px;
  }
}
@media (max-width: 767px) {
  .page .home-f-buttons .button {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .page .home-f-buttons .button {
    padding: 10px;
  }
}
/*==================================================================
32. Customize Panel / #customize-panel
==================================================================*/
#customize-panel {
  position: fixed;
  top: 60px;
  z-index: 2000000;
  left: -1200px;
  font-size: 10px;
  pointer-events: none;
  -webkit-transition: left .5s;
  -moz-transition: left .5s;
  -ms-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
}
.android-browser-4_3minus #customize-panel {
  transition: none;
  -webkit-transition: none;
}
#customize-panel .customize-panel-row {
  margin: 0 10px;
}
#customize-panel .customize-panel-cell {
  width: 50%;
  float: left;
  padding-bottom: 20px;
}
#customize-panel label,
#customize-panel input {
  font-weight: 400;
  margin-bottom: 4px;
}
#customize-panel input {
  outline-style: none;
}
#customize-panel .customize-panel-title {
  width: 340px;
  padding: 15px;
  border-top-right-radius: 3px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
[dir="rtl"] #customize-panel .customize-panel-title {
  margin: 0 auto 0 0;
}
#customize-panel .options {
  pointer-events: auto;
  width: 340px;
  height: 630px;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom-right-radius: 3px;
}
#customize-panel .options input,
#customize-panel .options .button {
  border: 1px solid;
}
#customize-panel .options .options-gate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  -ms-transition: opacity 1s, visibility 1s;
  -o-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  z-index: 1050;
}
.android-browser-4_3minus #customize-panel .options .options-gate {
  transition: none;
  -webkit-transition: none;
}
#customize-panel .options a.button {
  border: 1px solid;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-transform: none;
  min-width: 110px;
}
#customize-panel .options a.button span {
  text-transform: none;
}
#customize-panel .options .top-pane {
  margin: 10px;
}
#customize-panel .options .top-pane .customize-panel-cell {
  padding-left: 10px;
  padding-right: 10px;
}
#customize-panel .options .top-pane .customize-panel-cell a.button {
  text-align: center;
  width: 100%;
  margin: 0px;
}
#customize-panel .options .statuses {
  padding-top: 10px;
}
#customize-panel .toggle-button {
  margin-top: 40px;
  pointer-events: auto;
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus #customize-panel .toggle-button {
  transition: none;
  -webkit-transition: none;
}
#customize-panel .custom-css {
  z-index: 1060;
  position: fixed;
  width: 750px;
  margin-left: -375px;
  top: 110px;
  left: 50%;
  visibility: hidden;
  padding-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.android-browser-4_3minus #customize-panel .custom-css {
  transition: none;
  -webkit-transition: none;
}
#customize-panel .custom-css > p {
  padding: 5px 10px;
  margin: 0 0 10px 0;
  font-size: 13px;
}
#customize-panel .custom-css h4 {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
  line-height: normal;
  text-transform: none;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
#customize-panel .custom-css .css-content-wrapper {
  padding: 0 15px;
}
#customize-panel .custom-css textarea {
  border: 1px solid;
  width: 100%;
  max-width: 100%;
  height: 300px;
}
#customize-panel .controls {
  clear: both;
  text-align: center;
  margin: 0 10px 0px 10px;
  padding: 10px 0 5px 0;
}
#customize-panel .element-name {
  font-size: 14px;
  font-weight: 700;
}
#customize-panel textarea {
  font-size: 13px;
}
.factory-flag {
  display: none;
}
.colors-label {
  position: absolute;
  white-space: nowrap;
  line-height: 1;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 200;
}
.android-browser-4_3minus .colors-label {
  transition: none;
  -webkit-transition: none;
}
.colors-label.show {
  opacity: 1;
}
#top-nav > .colors-label {
  right: 5% !important;
}
.skillbar-bar > .colors-label {
  right: auto !important;
  left: 150px !important;
}
.light-colors-block:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#customize-panel .options,
#customize-panel .options textarea {
  -ms-overflow-style: scrollbar;
}
#customize-panel .options::-webkit-scrollbar-track,
#customize-panel .options textarea::-webkit-scrollbar-track {
  background-color: #393939;
  border-left: 1px solid rgba(118, 118, 118, 0.6);
}
#customize-panel .options::-webkit-scrollbar-thumb,
#customize-panel .options textarea::-webkit-scrollbar-thumb {
  border-color: rgba(118, 118, 118, 0.6) !important;
  background-color: #303030;
}
#customize-panel .options::-webkit-scrollbar-track,
#customize-panel .options textarea::-webkit-scrollbar-track,
#customize-panel .options::-webkit-resizer,
#customize-panel .options textarea::-webkit-resizer,
#customize-panel .options::-webkit-scrollbar-button,
#customize-panel .options textarea::-webkit-scrollbar-button {
  border-radius: 3px;
}
#customize-panel .options::-webkit-scrollbar-thumb,
#customize-panel .options textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
#customize-panel .options::-webkit-scrollbar,
#customize-panel .options textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#customize-panel .options::-webkit-scrollbar-thumb,
#customize-panel .options textarea::-webkit-scrollbar-thumb {
  border: 1px solid;
}
.hide-skroll-bar #customize-panel .options::-webkit-scrollbar,
.hide-skroll-bar #customize-panel .options textarea::-webkit-scrollbar,
#customize-panel .options.hide-skroll-bar::-webkit-scrollbar,
#customize-panel .options textarea.hide-skroll-bar::-webkit-scrollbar {
  width: 0px;
}
#save-custom-css {
  display: none;
}
/*==================================================================
33. Colors
==================================================================*/
#top-nav a:hover {
  background-color: transparent;
}
.button:before,
.button.light-hover:before {
  background-color: rgba(255, 255, 255, 0.13);
}
.button.hover-dark:before {
  background-color: rgba(0, 0, 10, 0.13);
}
.button.active:before {
  opacity: 0;
}
#gate.light {
  background-color: #fff;
  color: #222;
}
#gate.light #gate-bar {
  background-color: #222;
}
#gate.dark {
  background-color: #1c1c1c;
  color: #fff;
}
#gate.dark #gate-bar {
  background-color: #fff;
}
.loading i {
  color: #fff;
  opacity: 0.5;
}
.loading i.fa-inverse {
  color: #222;
  opacity: 1;
}
body,
html,
.wrapper-site {
  background-color: #fff;
  color: #222;
}
.highlight {
  color: #aaa;
}
.background-5-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.background-10-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.background-15-light {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.background-20-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.background-25-light {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.background-30-light {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.background-35-light {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
.background-40-light {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.background-45-light {
  background-color: rgba(255, 255, 255, 0.45) !important;
}
.background-50-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.background-55-light {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.background-60-light {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.background-65-light {
  background-color: rgba(255, 255, 255, 0.65) !important;
}
.background-70-light {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.background-75-light {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.background-80-light {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.background-85-light {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.background-90-light {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.background-95-light {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.background-100-light {
  background-color: #fff !important;
}
.background-5-dark {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.background-10-dark {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.background-15-dark {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.background-20-dark {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.background-25-dark {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.background-30-dark {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.background-35-dark {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.background-40-dark {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.background-45-dark {
  background-color: rgba(0, 0, 0, 0.45) !important;
}
.background-50-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.background-55-dark {
  background-color: rgba(0, 0, 0, 0.55) !important;
}
.background-60-dark {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.background-65-dark {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
.background-70-dark {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.background-75-dark {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.background-80-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.background-85-dark {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.background-90-dark {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.background-95-dark {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.background-100-dark {
  background-color: #000 !important;
}
#customize-panel .customize-panel-title {
  color: #ffffff;
  background-color: #333333;
}
#customize-panel .options {
  color: #ffffff;
  background-color: #222222;
  border-color: rgba(255, 255, 255, 0.1);
}
#customize-panel .options input[type] {
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  background-color: #222222;
}
#customize-panel .options .button {
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: #ffffff;
  background-color: #333333;
}
#customize-panel .options .options-gate {
  color: #ffffff;
  background-color: rgba(34, 34, 34, 0.9);
}
#customize-panel .options .options-gate h5 {
  color: #ffffff;
}
#customize-panel .options .custom-css {
  color: #ffffff;
  background-color: #222222;
}
#customize-panel .options .custom-css h4 {
  color: #ffffff;
  background-color: #333333;
}
#customize-panel .options .custom-css textarea {
  color: #efefef;
  background-color: #222222;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
#customize-panel.on .toggle-button {
  color: #ffffff;
  background-color: #333333;
}
.minicolors-panel {
  background-color: #000;
  border-color: #333;
}
span.colors-label.show {
  background-color: #333 !important;
  color: #fff !important;
}
.light-colors-block > .colors-label {
  background-color: #000 !important;
}
.light-colors-block:after {
  background-color: rgba(243, 243, 243, 0.3);
}
/*==================================================================
34. LayersWP changes / .container, .header-page-title-container, .nav-tabs
==================================================================*/
.container,
.header-page-title-container .title,
.wrapper-site.container {
  max-width: 1180px;
}
.container.list-masonry,
.nav-tabs ul {
  max-width: 1140px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
form input[type] {
  padding: 10px;
  height: 44px;
}
.well {
  background-color: transparent !important;
}
input[type],
textarea {
  max-width: none;
}
.container.list-masonry > *:not(.masonry-loading) {
  opacity: 1;
}
.sub-menu {
  border: 1px solid;
}
.wrapper[class*=' off-canvas-'] {
  top: 48px;
  bottom: 0;
  height: auto;
}
.wrapper[class*=' off-canvas-'] .close-canvas {
  display: none;
}
textarea,
input,
select,
button {
  background-color: transparent;
}
div[class*=' off-canvas-'] {
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}
div[class*=' off-canvas-'].open {
  visibility: visible;
  pointer-events: auto;
}
.open + .wrapper-site {
  opacity: 1;
}
.wrapper-content > iframe,
.view.widget iframe,
.wrapper-content > video,
.view.widget video,
.wrapper-content > img,
.view.widget img {
  max-width: none;
}
.view.widget .fg .hover-overlay img,
.view.widget .fg iframe,
.view.widget .fg video {
  width: 100%;
  height: auto;
}
.post-image img,
.post-image iframe,
.post-image video {
  width: 100%;
  height: auto;
}
textarea:focus,
input:focus,
select:focus {
  outline: 1px solid;
}
small {
  color: inherit !important;
}
.open[class*=' off-canvas-'] {
  overflow-y: auto;
}
html {
  -webkit-overflow-scrolling: auto;
}
html[class*='column'],
.x40-widget [class*='column'],
.fg [class*='column'],
.content-editor [class*='column'],
.overlay-content [class*='column'],
.post-body [class*='column'],
.offline-doc [class*='column'],
.sidebar [class*='column'] {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  position: static;
  max-width: none;
}
.wrapper-content > .widget:not(.x40-widget) {
  margin-left: 55px;
  margin-right: 55px;
}
.wrapper-content > .widget {
  position: relative;
  z-index: 100;
}
.wrapper-site {
  background-color: transparent;
}
div[class*=' off-canvas-'] .nav-mobile {
  padding-top: 15px;
}
/*==================================================================
35. WordPress Elements / .widget, .search-form, ...
==================================================================*/
.widget .section-nav-title {
  font-size: 16px;
}
.widget .tagcloud a {
  border: 1px solid;
  margin-top: 5px;
  display: inline-block;
  padding: 2px 8px;
  text-transform: uppercase;
}
.widget .search-form .search-field {
  width: 100%;
}
.widget .search-form .search-submit {
  display: none;
}
.widget.widget_calendar a,
.widget.widget_calendar th {
  font-weight: 800;
}
.widget.widget_calendar td {
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: none;
}
.widget.widget_calendar th {
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: none;
}
.widget.widget_calendar table {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.widget.widget_calendar thead,
.widget.widget_calendar tfoot {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.widget.widget_calendar #wp-calendar caption {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}
.header-page-title-container {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 10px;
}
.header-page-title-container .title {
  padding: 3% 20px;
  margin: auto;
}
.header-page-title-container .heading {
  font-size: 39px;
  line-height: 44px;
  margin-top: 5px;
}
.header-page-title-container .bread-crumbs {
  margin-bottom: 5px;
}
.header-page-title-container .excerpt {
  text-align: center;
  max-width: none;
}
.content-main {
  padding-top: 15px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.article-page:after {
  clear: both;
  content: "";
  display: table;
}
.comment.content {
  padding: 20px 30px;
}
.wp-caption {
  background: rgba(0, 0, 0, 0);
}
.sticky .post-title {
  font-style: italic;
}
ul.simple,
.fg ul,
.content-editor ul,
.overlay-content ul,
.post-body ul:not([class]),
.offline-doc ul {
  padding: 0 0 0 10px;
  margin-left: 0;
}
ul.simple ul.simple,
.fg ul ul.simple,
.content-editor ul ul.simple,
.overlay-content ul ul.simple,
.post-body ul:not([class]) ul.simple,
.offline-doc ul ul.simple,
ul.simple ul:not([class]),
.fg ul ul:not([class]),
.content-editor ul ul:not([class]),
.overlay-content ul ul:not([class]),
.post-body ul:not([class]) ul:not([class]),
.offline-doc ul ul:not([class]) {
  padding: 0 0 0 25px;
}
ul.simple > li,
.fg ul > li,
.content-editor ul > li,
.overlay-content ul > li,
.post-body ul:not([class]) > li,
.offline-doc ul > li {
  text-indent: -5px;
  list-style: none;
  display: list-item;
  text-align: -webkit-match-parent;
}
ul.simple > li:before,
.fg ul > li:before,
.content-editor ul > li:before,
.overlay-content ul > li:before,
.post-body ul:not([class]) > li:before,
.offline-doc ul > li:before {
  content: "-";
  position: relative;
  left: -5px;
}
ul.no-mark ul:not([class]) {
  padding: 0 0 0 25px;
}
.x40-widget ul:not([class]),
.content-editor ul:not([class]),
.overlay-content ul:not([class]),
.post-body ul:not([class]),
.offline-doc ul:not([class]),
.x40-widget ul.simple,
.content-editor ul.simple,
.overlay-content ul.simple,
.post-body ul.simple,
.offline-doc ul.simple,
.x40-widget ul.no-mark,
.content-editor ul.no-mark,
.overlay-content ul.no-mark,
.post-body ul.no-mark,
.offline-doc ul.no-mark,
.x40-widget ol:not([class]),
.content-editor ol:not([class]),
.overlay-content ol:not([class]),
.post-body ol:not([class]),
.offline-doc ol:not([class]) {
  margin-bottom: 11px;
}
.x40-widget ul:not([class]) ul:not([class]),
.content-editor ul:not([class]) ul:not([class]),
.overlay-content ul:not([class]) ul:not([class]),
.post-body ul:not([class]) ul:not([class]),
.offline-doc ul:not([class]) ul:not([class]),
.x40-widget ul.simple ul:not([class]),
.content-editor ul.simple ul:not([class]),
.overlay-content ul.simple ul:not([class]),
.post-body ul.simple ul:not([class]),
.offline-doc ul.simple ul:not([class]),
.x40-widget ul.no-mark ul:not([class]),
.content-editor ul.no-mark ul:not([class]),
.overlay-content ul.no-mark ul:not([class]),
.post-body ul.no-mark ul:not([class]),
.offline-doc ul.no-mark ul:not([class]),
.x40-widget ol:not([class]) ul:not([class]),
.content-editor ol:not([class]) ul:not([class]),
.overlay-content ol:not([class]) ul:not([class]),
.post-body ol:not([class]) ul:not([class]),
.offline-doc ol:not([class]) ul:not([class]),
.x40-widget ul:not([class]) ol:not([class]),
.content-editor ul:not([class]) ol:not([class]),
.overlay-content ul:not([class]) ol:not([class]),
.post-body ul:not([class]) ol:not([class]),
.offline-doc ul:not([class]) ol:not([class]),
.x40-widget ul.simple ol:not([class]),
.content-editor ul.simple ol:not([class]),
.overlay-content ul.simple ol:not([class]),
.post-body ul.simple ol:not([class]),
.offline-doc ul.simple ol:not([class]),
.x40-widget ul.no-mark ol:not([class]),
.content-editor ul.no-mark ol:not([class]),
.overlay-content ul.no-mark ol:not([class]),
.post-body ul.no-mark ol:not([class]),
.offline-doc ul.no-mark ol:not([class]),
.x40-widget ol:not([class]) ol:not([class]),
.content-editor ol:not([class]) ol:not([class]),
.overlay-content ol:not([class]) ol:not([class]),
.post-body ol:not([class]) ol:not([class]),
.offline-doc ol:not([class]) ol:not([class]) {
  margin-bottom: 0;
}
.x40-widget ul.no-mark li:before,
.content-editor ul.no-mark li:before,
.overlay-content ul.no-mark li:before,
.post-body ul.no-mark li:before,
.offline-doc ul.no-mark li:before,
.x40-widget .no-mark ul li:before,
.content-editor .no-mark ul li:before,
.overlay-content .no-mark ul li:before,
.post-body .no-mark ul li:before,
.offline-doc .no-mark ul li:before {
  content: "" !important;
}
.theme-help ul,
.offline-doc ul {
  letter-spacing: normal;
}
.marked {
  display: inline-block;
  border-bottom-width: 3px;
  padding-bottom: 7px;
}
.marked {
  border-bottom-style: solid;
}
.caption {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 11px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 1279px) {
  .caption {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .caption {
    font-size: 11px;
    line-height: 19px;
  }
}
.circle-caption {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#customize-controls .content-editor .heading-section-title,
.wrapper-site .heading-section-title,
#customize-controls .content-editor .heading-subsection-title,
.wrapper-site .heading-subsection-title,
#customize-controls .content-editor .header-details,
.wrapper-site .header-details,
#customize-controls .content-editor .subsection-details,
.wrapper-site .subsection-details,
#customize-controls .content-editor .lead,
.wrapper-site .lead,
#customize-controls .content-editor .narrow,
.wrapper-site .narrow,
#customize-controls .content-editor .circle-caption,
.wrapper-site .circle-caption,
#customize-controls .content-editor .caption,
.wrapper-site .caption,
#customize-controls .content-editor .slogan,
.wrapper-site .slogan,
#customize-controls .content-editor .header-caption,
.wrapper-site .header-caption {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-big {
  font-size: 15px !important;
  line-height: 22px;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
/*==================================================================
36. Appearances (alternative decorations) / .site-decoration-a, .site-decoration-b
==================================================================*/
.site-decoration-a .arrow-scroll {
  margin-bottom: 45px;
}
.site-decoration-b #top-nav {
  background-color: transparent;
}
.site-decoration-b #top-nav .top-nav-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.state1.site-decoration-b #top-nav {
  top: 40px;
  line-height: 45px;
}
.state1.site-decoration-b #top-nav .sub-menu li {
  line-height: 20px;
}
.state1.site-decoration-b #top-nav .ext-nav-toggle,
.state1.site-decoration-b #top-nav .responsive-nav {
  height: 45px;
}
@media (max-width: 767px) {
  .state1.site-decoration-b #top-nav {
    top: 0;
  }
}
.state2.site-decoration-b #top-nav {
  line-height: 40px;
}
.state2.site-decoration-b #top-nav .sub-menu li {
  line-height: 20px;
}
.state2.site-decoration-b #top-nav .ext-nav-toggle,
.state2.site-decoration-b #top-nav .responsive-nav {
  height: 40px;
}
.site-decoration-b .page-border.left {
  top: 40px;
  bottom: 75px;
}
.state1.site-decoration-b .page-border.left {
  left: 15px;
  top: 40px;
  bottom: 90px;
}
.state1.site-decoration-b .page-border.left ul {
  left: 15px;
}
.site-decoration-b .page-border.right {
  top: 40px;
  bottom: 75px;
}
.state1.site-decoration-b .page-border.right {
  right: 15px;
  top: 40px;
  bottom: 90px;
}
.state1.site-decoration-b .page-border.bottom {
  bottom: 15px;
  right: 15px;
  left: 15px;
}
.site-decoration-b .page-border.top {
  display: block;
}
.state1.site-decoration-b .page-border.top {
  top: 15px;
  left: 15px;
  right: 15px;
  height: 25px;
}
.state2.site-decoration-b .page-border.top {
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
}
@media (max-width: 767px) {
  .state1.site-decoration-b .page-border.top {
    left: 0;
    right: 0;
    top: -25px;
  }
}
.site-decoration-b .page-border.border-pad {
  height: 200px;
  top: auto;
  bottom: 15px;
}
.state1.site-decoration-b .page-border.border-pad {
  top: auto;
  bottom: 30px;
}
.site-decoration-b .wrapper-content {
  padding: 0;
}
.site-decoration-b #footer {
  padding: 0;
}
.ie10.site-decoration-b #footer {
  padding: 0;
}
.site-decoration-b .footer-bottom {
  padding-bottom: 47px;
}
.site-decoration-b .ext-nav {
  top: 40px;
}
.state1.site-decoration-b #dot-scroll {
  right: 25px;
}
.site-decoration-b .wrapper-content > .view:first-of-type > .fg {
  padding-top: 95px;
  padding-bottom: 75px;
}
.site-decoration-b .blog .wrapper-content > .view:first-of-type > .fg {
  padding-top: 95px;
  padding-bottom: 55px;
}
.site-decoration-b .gate-content {
  top: 40px;
}
.state1.site-decoration-b .admin-bar #top-nav {
  top: 72px;
}
.state1.site-decoration-b .admin-bar .page-border.top {
  top: 47px;
}
.state1.site-decoration-b .admin-bar .page-border.left,
.state1.site-decoration-b .admin-bar .page-border.right {
  top: 72px;
}
.state1.site-decoration-b #customize-panel .toggle-button {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .state1.site-decoration-b #customize-panel .toggle-button {
    margin-left: 0;
  }
}
.state1.site-decoration-b #customize-panel.on .toggle-button {
  margin-left: 0px;
}
.state2.site-decoration-b .admin-bar #top-nav {
  top: 32px;
}
.state2.site-decoration-b .admin-bar .page-border.top {
  top: 32px;
}
.state2.site-decoration-b .admin-bar .page-border.left,
.state2.site-decoration-b .admin-bar .page-border.right {
  top: 72px;
}
.site-decoration-b .layout-fullwidth {
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .site-decoration-b .layout-fullwidth {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-decoration-b .header-page-title-container {
  padding-top: 40px;
}
input[type] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-g,
.pure-g [class*="pure-u"] {
  font-family: inherit;
}

































































