#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
}

#loading::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 50%;
    background: #222;
}

#loading::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #222;
}

#loading.active::before,
#loading.active::after {
    height: 0;
    transition: .6s;
}

#loading .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

#loading .inner .logo {
    position: relative;
}

#loading .title {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
}

#loading .title b {
    color: #54ac56;
    font-weight: 700;
}


/* Header */

header {
	background: #222;
	border-bottom: 1px solid rgba(221, 221, 221, 0.35);
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
}

header .top-bar {
	background: #111;
	position: relative;
    font-size: 15px;
}

header ul li {
	display: inline-block;
}

header .top-bar ul li a {
	color: #fff;
}

.top-bar .info-contact,
.top-bar .lang-desktop,
.top-bar .lang-desktop i,
.top-bar .lang-desktop ul {
	display: inline-block;
}

.solcial-content > div {
    position: absolute;
    margin-left: 0;
}

.solcial-content ul li {
    margin-right: 10px;
}

.solcial-content ul li a {
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
}

ul.info-contact i,
.lang-desktop i {
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 2px;
    position: relative;
    top: 2px;
    color: #54ac56;
}

ul.info-contact li {
	margin-right: 15px;
}

.lang-desktop ul li {
    margin-left: 5px;
}

.lang-desktop ul li:first-child {
    margin-left: 0;
}

ul.info-contact li a,
.lang-desktop ul li a {
    display: inline-block;
    line-height: 30px;
}

.bottom-bar a.logo {
    max-width: 135px;
    display: block;
}

.bottom-bar a.logo img {
    width: 100%;
}

nav.nav-desktop ul {
	display: inline-block;
}

nav.nav-desktop ul li a {
    display: block;
    padding: 0 15px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
    font-style: 15px;
}

nav.nav-desktop ul li a:hover {
    color: #54ac56;
    text-decoration: none;
}

nav.nav-desktop a.btn i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.bt-open-nav {
	display: none;
}


/* Heading content */

.heading-content {
    position: relative;
	height: 100vh;
   /* background: url(img/interlaced.png); */
   background: url(img/banner.jpg);

    background-size: cover;
}

.heading-top {
	height: 80vh;
	padding-top: 120px;
    position: relative;
}

.heading-top .container,
.heading-top .container .row,
.heading-top .col {
	height: 100%;
}

.heading-top .caption {
    position: relative;
	margin-top: -25%;
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
}

.heading-top .caption h1 {
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-left: -3px;
}

.heading-top .caption h1 b {
    font-weight: 900;
    color: #222;
}

.heading-top .caption p {
    margin-top: 10px;
}

.heading-top .caption .btn {
    margin-top: 30px;
}

.heading-top .pic-content {
	height: 100%;
	position: relative;
	overflow: hidden;
    padding-left: 40px;
}

.heading-top .pic-content .pattern {
	position: absolute;
	width: 130%;
	height: 100%;
	top: 50%;
	left: 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%);
  	transform: translateX(-50%) translateY(-50%);
	background: url(img/bg-col-banner.png) no-repeat;
	background-position: center;
    background-size: cover;
	z-index: 0;
}

.heading-top .pic-content img {
	position: relative;
	z-index: 2;
	width: 90%;
	margin: auto;
    -webkit-animation: 1s zoom infinite alternate;
    -moz-animation: 1s zoom infinite alternate;
    -o-animation: 1s zoom infinite alternate;
    -ms-animation: 1s zoom infinite alternate;
    animation: 1s zoom infinite alternate;
}

@keyframes zoom {
    0% {top:-20px;}
    100% {top:20px;}
}

@-webkit-keyframes zoom {
    0% {top:-20px;}
    100% {top:20px;}
}

@-moz-keyframes zoom {
    0% {top:-20px;}
    100% {top:20px;}
}

@-o-keyframes zoom {
    0% {top:-20px;}
    100% {top:20px;}
}

@-ms-keyframes zoom {
    0% {top:-20px;}
    100% {top:20px;}
}

.heading-top a.btn {
    color: #fff;
    background: #222;
    border-radius: 3px;
    padding: 0;
    border: 2px solid #222;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 36px;
    transition: .2s;
}

.heading-top a.btn:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.heading-top .bg-bottom {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 240px;
    background: url(img/bg-bottom.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.heading-top .onde-content {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 500px;
    height: 470px;
}

.heading-top .onde-content .onde-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: url(img/bg-col-banner.png) no-repeat;
    background-size: cover;
    opacity: 0;
}

.heading-top .onde-content .onde-2 {
    position: absolute;
    top: 132px;
    right: 290px;
    width: 250px;
    height: 250px;
    background: url(img/bg-col-banner.png) no-repeat;
    background-size: cover;
    opacity: 0;
}

.heading-top .onde-content .onde-3 {
    position: absolute;
    top: 235px;
    right: 490px;
    width: 150px;
    height: 150px;
    background: url(img/bg-col-banner.png) no-repeat;
    background-size: cover;
    opacity: 0;
}

.heading-bottom {
    height: 20vh;
    background: #222;
    color: #fff;
}

.heading-bottom .container,
.heading-bottom .row,
.heading-bottom .col {
    height: 100%;
}

.heading-bottom .container {
    position: relative;
    background: url(img/.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
}

.heading-bottom .phone {
    width: 90%;
    position: absolute;
    top: 65%;
    left: 5px;
    -webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.heading-bottom .phone img {
    width: 100%;
    position: relative;
    left: -1000px;
}

.heading-bottom:hover .phone img {
    margin-top: -20px;
}

.heading-bottom h3 {
    color: #54ac56;
}

.heading-bottom p {
	font-size: 20px;
    font-style: italic;
}

.heading-bottom a.btn {
    position: relative;
}

.heading-bottom a.btn::before {
    background-color: #666;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 8px;
    left: -8px;
    top: -8px;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    -o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

#sub-page .heading-top .container, #sub-page .heading-top .container .row, #sub-page .heading-top .col {
    height: inherit !important;
}


.nav-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: #333;
    text-align: center;
    right: -100%;
    display: none;
}

.nav-mobile .inner {
    position: relative;
    top: 50%;
    left: 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%);
    transform: translateX(-50%) translateY(-50%);
}

.nav-mobile ul {
    margin-left: 0 !important;
}

.nav-mobile .inner > ul:first-child > li {
    border-bottom: 1px solid;
}

.nav-mobile ul li a {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    background: transparent;
    padding: 0;
    border: none;
    text-transform: inherit;
}

.nav-mobile ul li a i {
    display: none;
}

.nav-mobile ul li a:hover {
    color: #54ac56;
    text-decoration: none;
}

.nav-mobile ul li.menuactive a {
    color: #54ac56;
}

.bt-close-nav {
    color: #fff;
    font-size: 33px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.box-warranty {
    position: absolute;
    top: -125px;
    right: 0;
    width: 200px;
}