/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. parallax IMG BACKGROUND
  2. reset
  3. layout
  4. upper page
  5. center container
  6. preloader
  7. vertical lines
  8. scroll indicator
  9. the line
  10. to top arrow
  11. main navigation
  12. hero container
  13. overlay
  14. intro
  15. button more
  16. divider
  17. section
  18. heading
  19. intro years
  20. facts counter
  21. spacer
  22. works hover
  23. preview
  24. three step method
  25. parallax
  26. footer
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../intro-images/img/background/SINGLE-bg.jpg);
}


/* 1.2. parallax IMG BACKGROUND */
.parallax-purchase {
background-image: url(../intro-images/img/parallax/parallax-purchase.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
line-height: 170%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}


/* remove dotted outline from links,
button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
color: #b2b2b2;
background: #151515;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
color: #b2b2b2;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

p {
font-size: 15px;
line-height: 2;
letter-spacing: normal;
font-weight: 600;
color: #b2b2b2;
padding-bottom: 30px;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

p a,
p a:hover {
color: #b2b2b2;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #b2b2b2;
color: #fff;
}

::selection {
background: #b2b2b2;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. upper page */
.upper-page {
position: relative;
display: table;
width: 100%;
height: 100%;
min-height: 586px;
}


/* 5. center container */
.center-container {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 6. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #151515;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #151515;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(255, 255, 255, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(255, 255, 255, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 7. vertical lines */
.vertical-lines-wrapper {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 2;
}

.vertical-lines {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.vertical-effect {
position: relative;
width: 25%;
height: 100%;
float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border-right: 1px solid rgba(119, 119, 119, .2);
}

.vertical-effect::before {
content: "";
position: absolute;
display: block;
width: 1px!important;
-webkit-animation-direction: normal;
   -moz-animation-direction: normal;
    -ms-animation-direction: normal;
     -o-animation-direction: normal;
        animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
content: "";
position: absolute;
right: -1px;
}

.vertical-effect:first-child::before {
top: 0;
-webkit-animation: raindrop 6s ease-out infinite;
   -moz-animation: raindrop 6s ease-out infinite;
    -ms-animation: raindrop 6s ease-out infinite;
     -o-animation: raindrop 6s ease-out infinite;
        animation: raindrop 6s ease-out infinite;
background: #fff;
}

.vertical-effect:last-child::before {
bottom: 0;
-webkit-animation: raindrop-reverse 6s ease-out infinite;
   -moz-animation: raindrop-reverse 6s ease-out infinite;
    -ms-animation: raindrop-reverse 6s ease-out infinite;
     -o-animation: raindrop-reverse 6s ease-out infinite;
        animation: raindrop-reverse 6s ease-out infinite;
background: #fff;
}

@-webkit-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}
@keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 80px;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
     height: 80px;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 80px;
  }
}

@media all and (min-width: 1920px) {
@-webkit-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 90px;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 90px;
  }
}
@keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 90px;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 90px;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
     height: 90px;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 90px;
  }
}
}

@media (max-width: 991px) {
@-webkit-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}
@keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 70px;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
     height: 70px;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 70px;
  }
}
}


/* 8. scroll indicator */
.scroll-indicator-wrapper {
position: absolute;
width: 1px!important;
height: 100%;
left: -1px;
right: 0;
margin-left: auto;
margin-right: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
/*
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
*/		
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.scroll-indicator {
position: absolute;
bottom: 120px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
z-index: 10;
}

@media all and (min-width: 1920px) {
  .scroll-indicator {
    bottom: 130px;
  }
}

@media (max-width: 991px) {
  .scroll-indicator {
	bottom: 90px;
  } 
}

.scroll-line {
display: block;
width: 1px;
height: 80px;
background: none;
}

@media all and (min-width: 1920px) {
  .scroll-line {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .scroll-line {
    height: 70px;
  }
}

.scroll-line::before {
content: "";
display: block;
width: 1px;
height: 50%;
top: 0;
background-color: #fff;
-webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
	    animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}


/* 9. the line */
.the-line {
position: relative;
width: 1px;
height: 80px;
background: #b2b2b2;
margin: 1px auto;
}

@media all and (min-width: 1920px) {
  .the-line {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .the-line {
    height: 70px;
  }
}


/* 10. to top arrow */
.to-top-arrow {
position: fixed;
right: 40px;
bottom: 0;
width: 50px;
height: 50px;
line-height: 50px;
cursor: pointer;
font-size: 16px;
text-align: center;
color: #fff;
background: #db0018;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
		
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
z-index: 105;
}

@media (max-width: 991px) {
  .to-top-arrow {
    right: 20px;
  }
}

.to-top-arrow.show {
bottom: 20px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (max-width: 991px) {
  .to-top-arrow.show {
   bottom: 0;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 11. main navigation */
.logo .logo-light {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.logo .logo-dark {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.main-navigation-bg .logo .logo-light {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.main-navigation-bg .logo .logo-dark {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.navbar-bg-switch {
position: fixed;
width: 100%;
top: 0;
left: 0;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
z-index: 999;
}

.logo {
padding-top: 17px;
margin: 0 0 0 40px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media (max-width: 991px) {
  .logo {
	padding-top: 2px;
	margin: 14px 0 0 20px;
  }
}

@media (max-width: 767px) {
  .logo {
    padding-top: 4px;
    margin: 12px 0 0 10px;
  }
}

.main-navigation .navbar-nav li a {
/*
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
text-decoration: none;
text-align: center;
*/
margin: 0 auto;
padding: 41px 15px 35px 15px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
color: #fff;


font-family: 'Oswald', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.main-navigation .navbar-nav li:last-child a {
margin: 0 40px 0 0;
}

@media (max-width: 991px) {
  .main-navigation .navbar-nav li:last-child a {
	margin: 0;
  }
}

@media (max-width: 991px) {
  .main-navigation .navbar-nav li a {
	color: #5f5f5f;
	padding: 10px 15px;
	right: auto;
  }
}

.main-navigation .navbar-nav li a:hover {
color: #fff;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media (max-width: 991px) {
 .main-navigation .navbar-nav li a:hover {
    color: #fff;
  }
}

.nav li a:focus,
.nav li a:hover {
color: #fff;
background: none;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media (max-width: 991px) {
  .nav li a:focus,
  .nav li a:hover {
	color: #5f5f5f;
  }
}

.main-navigation-bg {
height: 81px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
        box-shadow: 0 0 5px rgba(0, 0, 0, .35);
background: #111;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media (max-width: 991px) {
  .main-navigation-bg {
	height: auto;
	min-height: 81px;
  }
}

.main-navigation-bg .logo {
padding-top: 12px;
margin: 0 0 0 40px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media (max-width: 991px) and (min-width: 768px) {
  .main-navigation-bg .logo {
    margin: 1px 0 0 20px;
  }
}

@media (max-width: 767px) {
  .main-navigation-bg .logo {
    margin: 1px 0 0 10px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
color: #5f5f5f;
padding: 31px 15px 0 15px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media (max-width: 991px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 10px 15px;
	right: auto;
  }
  
  .main-navigation .navbar-nav li:first-child {
    padding-top: 7px;
  }
  
  .main-navigation .navbar-nav li:last-child {
    padding-bottom: 8px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
color: #fff;
}

@media (max-width: 991px) {
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .main-navigation-bg .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .navbar-toggle {
	margin-top: -48px;
    margin-right: 9px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
	
  .main-navigation-bg .navbar-toggle {
    margin-top: -38px;
    margin-right: 9px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
  
  .navbar-collapse {
    background: #111;
	margin-top: 18px!important;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-toggle {
    margin-top: -46px;
  }
  
  .navbar-collapse {
	margin-top: 20px!important;
  }
}

.navbar-nav .active a {
color: #fff!important;
background: none;
text-decoration: none;
}


/* dropdown */
.navbar .navbar-nav > li {
height: 110px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media (max-width: 991px) {
  .navbar .navbar-nav > li {
    height: auto;
  }
}

.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus {
background-color: #fff;
}

.main-navigation-bg.navbar .navbar-nav > li {
height: 80px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media (max-width: 991px) {
  .main-navigation-bg.navbar .navbar-nav > li {
    height: auto;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a {
font-size: 11px;
color: #5f5f5f;
padding: 25px 15px 0 15px;
}

@media (max-width: 991px) {
  .main-navigation .navbar-nav li .dropdown-menu a {
	font-size: 10px;
	padding: 5px 15px 5px 15px;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a:hover {
color: #5f5f5f;
}

.main-navigation .navbar-nav li .dropdown-menu:last-child a {
margin: 0;
}

.dropdown:hover .dropdown-menu {
right: auto;
left: 50%;
-webkit-transform: translate(-50%, 0);
     -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}

@media (max-width: 991px) {
  .dropdown:hover .dropdown-menu {
    left: auto;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 991px) {
  .dropdown-menu > li:first-child {
    margin-top: -7px;
  }
}

.dropdown-menu > li:last-child {
padding-bottom: 25px!important;
}

@media (max-width: 991px) {
  .dropdown-menu > li:last-child {
    padding-bottom: 0!important;
  }
}

.dropdown-menu {
border: none;
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
    -ms-border-radius: 10px;
     -o-border-radius: 10px;
        border-radius: 10px;
-webkit-box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
   -moz-box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
        box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
}


/* navbar dropdown BG color */
.navbar .navbar-nav>.open>a, 
.navbar .navbar-nav>.open>a:focus, 
.navbar .navbar-nav>.open>a:hover {
background: rgba(255, 255, 255, 1);
}


/* dropdown disabled */
.dropdown a.disabled-custom {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

@media (max-width: 991px) {
  .dropdown a.disabled-custom {
    -webkit-pointer-events: auto;
       -moz-pointer-events: auto;
            pointer-events: auto;
  }
}

a.dropdown-toggle,
a.dropdown-toggle:focus,
a.dropdown-toggle:hover {
background-color: transparent!important;
background-image: none!important;
}

@media (max-width: 991px) {
  .navbar-collapse-md .navbar-header {
    float: none;
  }

  .navbar-collapse-md .navbar-toggle {
    display: block;
  }

  .navbar-collapse-md .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: none;
  }
  
  .navbar-collapse-md .navbar-collapse.collapse {
    display: none;
	display: none!important;
  }

  .navbar-collapse-md .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }

  .navbar-collapse-md .navbar-nav > li {
    float: none;
  }
  
  .navbar-collapse-md .navbar-collapse.in {
    display: block;
	display: block!important;
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
    position: static!important;
    float: none!important;
    width: 100%!important;
    background: rgba(255, 255, 255, 1);
    border-radius: 0!important;
    box-shadow: none!important;
  }

  .navbar-nav > li {
    float: none!important;
  }

  .navbar-nav .open .dropdown-menu {
    display: block;
  }

  .navbar-collapse {
    float: none!important;
  }

  .navbar-collapse-md .navbar-collapse.in {
    display: block!important;
    height: auto!important;
    min-height: 200px!important;
    overflow-x: hidden!important;
    overflow-y: auto!important;
  }
}


/* DT dropdown FIX */
.dropdown a.disabled-custom {
pointer-events: auto;
}

@media (min-width: 992px) {
  .navbar-nav > li.dropdown {
    position: relative;
  }

  .navbar-nav > li.dropdown > .dropdown-menu {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    transition: none;
  }
}


/* mobile dropdown FIX */
@media (max-width: 991px) {
  .navbar-collapse,
  .navbar-collapse * {
    overflow-x: hidden;
  }
}


/* 12. hero container */ 
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.hero-bg {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 13. overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-top-bottom-dark-15:before,
.overlay-dark-70:before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-top-bottom-dark-15:before {
background: -moz-linear-gradient(top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .1) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .1) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-dark-70:before {
background: rgba(0, 0, 0, .7);
}


/* 14. intro */
h1.home-page-title {
position: relative;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 115px;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
margin: -14px auto -5px auto;
width: 100%;
line-height: 100%;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  h1.home-page-title {
    font-size: 85px;
    margin: -10px auto -4px auto;
  }
}

@media only screen and (max-width: 640px) {
  h1.home-page-title {
    font-size: 65px;
	margin: -9px auto -2px auto;
  }
}

h2.home-page-title {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
margin: 0 auto -4px auto;
padding: 0;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  h2.home-page-title {
	display: block;
	visibility: visible;
  } 
}


/* 15. button more */
.more-wraper-center {
position: relative;
width: 120px!important;
max-width: 120px;
height: 120px;
left: 0;
right: 0; 
margin: 0 auto;
text-align: center;
z-index: 1;
}

.more-wraper-center.more-wraper-center-demos {
top: -23px!important;
}

.more-button-bg-center {
background: none;
border: 2px dashed #fff;
}

.more-button-circle {
display: block;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background-clip: content-box;
padding: 2.5px;
cursor: pointer;
}

.more-wraper-center:hover .more-button-circle {
-webkit-animation: spin 5s linear infinite;
   -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
     -o-animation: spin 5s linear infinite;
        animation: spin 5s linear infinite;
}

.more-button-txt-center {
position: absolute;
top: 60px;
left: 60px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-family: 'Oswald', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
cursor: pointer;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* 16. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 100px;
}

@media all and (min-width: 1920px) {
  .inner-divider {
	height: 150px;
  }
}

@media only screen and (max-width: 980px) {
  .inner-divider {
    height: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .inner-divider {
    height: 80px;
  }
}

.inner-divider-half {
height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider-half {
	height: 75px;
  }
}

.inner-divider-ultra-half {
height: 25px;
}

h2.hide-me {
display: none;
visibility: hidden;
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media (max-width: 991px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}


/* 17. section */
.sections {
position: relative;
z-index: 5;
}

section {
position: relative;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

section#three-step-method {
margin: 0 auto 60px auto;
}

section.section-parallax {
margin: 0;
padding: 0;
}


/* 18. heading */
h2.section-heading {
position: relative;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 75px;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
margin: 0 auto -3px auto;
width: 100%;
line-height: 100%;
z-index: 1;
}

@media all and (min-width: 1920px) {
  h2.section-heading {
    font-size: 85px;
	margin: -9px auto -3px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h2.section-heading {
    font-size: 65px;
	margin: -8px auto -1px auto;
  }
}

@media only screen and (max-width: 640px) {
  h2.section-heading {
    font-size: 55px;
	margin: -6px auto -1px auto;
  }
}

h2.section-heading.light {
color: #fff;
}

h2.section-heading span {
color: #db0018;
}

h2.section-heading.section-heading-small {
font-size: 55px;
margin: -13px auto -7px auto;
line-height: 1.25;
}

@media (max-width: 991px) {
  h2.section-heading.section-heading-small {
    font-size: 35px;
    margin: -6px auto -4px auto;
  }
}

h2.section-subheading {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
margin: -4px auto -2px auto;
}

h2.section-subheading span {
position: relative;
display: inline-block;
padding-right: 40px;
line-height: 1;
}

h2.section-subheading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 20px;
height: 0;
margin-top: 0;
border-top: 1px solid #b2b2b2;
}

h2.section-subheading.light {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
}

h2.section-subheading.light span:before {
border-top: 1px solid #fff;
}

.intro-txt p {
margin: -7px auto -5px auto;
}


/* 19. intro years */
.intro-years {
position: relative;
width: auto;
height: auto;
margin: -32px auto 0 auto;
}

.intro-years h2,
.intro-years h4 {
font-family: 'Montserrat', Arial, sans-serif;
font-style: normal;
font-weight: 800!important;
font-size: 11px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.65em;
color: #b2b2b2;
}

.intro-years h2 {
margin: -3px auto;
}

.intro-years h4 {
margin: -3px auto;
}

.intro-years h3 {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 155px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #fff;
width: 100%;
line-height: 100%;
margin: -20px auto;
z-index: 0;
}


/* 20. facts counter */
.facts-counter-number {
font-family: 'Montserrat', Arial, sans-serif;
font-size: 35px;
font-weight: 700;
line-height: 100%;
text-align: center;
color: #b2b2b2;
margin: -4px auto;
}


/* 21. spacer */
.move-up {
margin-top: -30px;
}

@media only screen and (max-width: 768px) {
  .move-up {
    margin-top: -15px;
  }
}

.section-intro {
position: relative;
height: 100%;
margin-left: 0;
margin-right: 0;
}

@media (max-width: 991px) {
  .section-intro {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media only screen and (max-width: 880px) {
  .section-intro {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.section-demos {
position: relative;
height: auto;
margin-left: 25px;
margin-right: 25px;
}

@media (max-width: 991px) {
  .section-demos {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.section-three-step {
position: relative;
height: 100%;
margin-left: 0;
margin-right: 0;
}

@media (max-width: 991px) {
  .section-three-step {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media only screen and (max-width: 880px) {
  .section-three-step {
    margin-left: -10px;
    margin-right: -10px;
  } 
}


/* 22. works hover */
.icon-works {
position: absolute;
width: 100%;
top: 50%;
text-align: center;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/*
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
*/		
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
z-index: 1;
}

.icon-works a {	
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.icon-works a:hover {
}

.icon-works a:hover:after {
}

.image-works:hover .icon-works {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
position: relative;
z-index: 1;
}

.icon-works a i {
position: relative;
z-index: 1;
}

.image-works {
position: relative;
z-index: 5!important;
padding: 5px;
margin-top: 30px;
background: #111;
border: 1px solid #2d2d2d;
}

@media only screen and (max-width: 768px) {
  .image-works {
    margin-top: 15px;
  }
}

.image-works>.hover-effect {
position: absolute;
width: -webkit-calc(100% - 10px);
width: -moz-calc(100% - 10px);
width: calc(100% - 10px);
height: -webkit-calc(100% - 10px, 10px, 102px, 10px);
height: -moz-calc(100% - 10px, 10px, 102px, 10px);
height: calc(100% - 10px, 10px, 102px, 10px);
top: 5px;
left: 5px;
bottom: 51px;
right: 5px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
background: #111;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.image-works:hover .hover-effect {
        opacity: 0.75;
   -moz-opacity: 0.75;
-webkit-opacity: 0.75;
filter: alpha(opacity=75);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.zoom-item {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.04em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
line-height: 40px!important;
}


/* 23. preview */
.image-works,
.image-works img,
.image-works>.hover-effect {
-webkit-border-radius: 25px;
   -moz-border-radius: 25px;
    -ms-border-radius: 25px;
     -o-border-radius: 25px;
        border-radius: 25px;
}

img {
vertical-align: middle;
max-width: 100%;
}

.preview-img-info {
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
padding: 19px 0 14px 0;
}

.preview-corner {
position: absolute;
display: block;
width: 40px;
height: 40px;
top: -10px;
right: -10px;
background: #db0018;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.preview-corner-txt {
position: absolute;
top: 12px;
right: 9px;
font-family: 'Oswald', sans-serif;
font-size: 12px;
letter-spacing: 0.05em;
font-weight: 700;
color: #fff;
text-transform: uppercase;
}


/* 24. three step method */
.three-step-method-heading {
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
text-align: left;
margin: 3px 0 15px 0;
}

.three-step-method-number {
position: absolute;
top: 0;
font-family: "Montserrat", sans-serif;
font-size: 140px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
z-index: -1;
}

@media only screen and (max-width: 880px) {
  .three-step-method-number {
    font-size: 100px;
  }
}

#three-step-method p {
padding-left: 100px;
text-align: left;
}

.three-step-method-block {
top: -8px;
margin-bottom: 0;
}
  
@media all and (min-width: 1920px) {
  .three-step-method-block {
	margin-bottom: -35px;
  }
}

@media (max-width: 991px) {
  .three-step-method-block {
	margin-bottom: 55px;
  }
}

@media only screen and (max-width: 880px) {
  .three-step-method-block {
	margin-bottom: -5px;
  }
}

@media (max-width: 991px) {
  .three-step-method-block:last-child {
    margin-bottom: -5px;
  }
}

@media only screen and (max-width: 880px) {
  .three-step-method-block:last-child {
    margin-bottom: -75px;
  }
}


/* 25. parallax */
.parallax-overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, .8);
z-index: 0;
}

.parallax {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
padding: 100px 40px;
}

@media all and (min-width: 1920px) {
  .parallax {
    padding: 200px 40px;
  }
}

@media (max-width: 991px) {
  .parallax {
    padding: 100px 20px;
  } 
}

.parallax-purchase {
position: relative;
background-repeat: no-repeat;
background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: 90px solid #111;
z-index: 1;
}

@media all and (min-width: 1920px) {
  .parallax-purchase {
    border: 130px solid #111;
  }
}

@media (max-width: 991px) {
  .parallax-purchase {
    border: 20px solid #111;
  } 
}


/* 26. footer */
#footer {
padding: 0;
text-align: center;
}

.footer-credits {
margin: 0 auto -27px auto;
}

.footer-credits-logo {
margin: -3px auto -2px auto;
}

.footer-credits-copyright-wrapper {
height: 40px;
}

.footer-credits-copyright {
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
text-align: center;
letter-spacing: normal;
z-index: 100;
}