@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,600,700&subset=latin-ext);

body, html {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif
}

* {
    box-sizing: border-box;
    outline: 0
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin: 0
}

.clear {
    clear: both
}

img {
    max-width: 100%;
    display: block
}

.hidden {
    display: none
}

.container {
    width: 1400px;
    margin: auto
}

h1.title, h2.title {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #777;
    position: relative;
    padding-bottom: 10px
}

h1.title:after, h2.title:after {
    content: "";
    background: #d06100;
    height: 2px;
    width: 80px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px)
}

section {
    padding: 75px 0 25px
}

.btn {
    line-height: 40px;
    border: 1px solid #000;
    display: inline-block;
    padding: 0 40px;
    border-radius: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn:hover {
    border: 1px solid #d06100
}

.btn i {
    padding-left: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn:hover i {
    margin: 0 -5px 0 5px
}

#msgError, #msgSubmit {
    float: left;
    width: 100%;
    margin: 0 10px;
    color: red
}

header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(62, 60, 60, .1);
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header.fixed, header.inner {
    border-bottom: 1px solid #ccc;
    background: #fff
}

.logo {
    display: inline-block;
    height: 60px;
    margin: 5px 0;
    border: 0;
    float: left
}

.sn {
    margin-left: 10px
}

.sn .fa {
    padding: 0 10px;
    text-shadow: 1px 1px 2px #312e2e
}

.sn a {
    color: #fff
}

.fixed .sn a, .inner .sn a {
    color: #000;
    text-shadow: none
}

.fixed .sn .fa {
    text-shadow: none
}

.sn a:hover {
    color: #d06100
}

.menu {
    position: relative;
    float: right;
    display: flex;
    align-items: center;
    margin-top: 9px
}

#cssmenu, #cssmenu #menu-button, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border-right: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    width: auto;
    line-height: 1
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #d06100;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: none
}

#cssmenu > ul > li {
    float: left
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right > ul > li {
    float: right
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu > ul > li > a {
    padding: 20px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    font-weight: 600;
    text-shadow: 1px 1px 2px #312e2e
}

.fixed #cssmenu > ul > li > a, .inner #cssmenu > ul > li > a {
    color: #000;
    text-shadow: none
}

#cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a {
    color: #d06100
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .5s ease;
    -moz-transition: border-color .5s ease;
    -ms-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    transition: border-color .5s ease
}

.fixed #cssmenu > ul > li.has-sub > a::after, .inner #cssmenu > ul > li.has-sub > a::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #d06100
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu.align-right li:hover > ul {
    right: 0
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -ms-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease
}

#cssmenu ul li:hover > ul > li {
    height: 32px
}

#cssmenu ul ul li a {
    padding: 10px 0;
    width: 55px;
    text-align: center;
    font-size: 12px;
    background: #333;
    text-decoration: none;
    color: #ddd;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

#cssmenu ul ul li a:hover, #cssmenu ul ul li:hover > a {
    color: #fff
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .5s ease;
    -moz-transition: border-color .5s ease;
    -ms-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    transition: border-color .5s ease
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff
}

#cssmenu > ul > li:last-child:after {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: -1px;
    top: calc(50% - 8px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#cssmenu .chose-lang {
    display: none
}

.fixed #cssmenu > ul > li:last-child:after, .inner #cssmenu > ul > li:last-child:after {
    background: #000
}

#main-slider {
    padding: 0
}

#main-slider .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

#main-slider .slick-dots {
    bottom: 25px
}

#main-slider .slick-dots li, #main-slider .slick-dots li button {
    width: 40px;
    height: 3px
}

#main-slider .slick-dots li button:before, #main-slider .slick-dots li.slick-active button:before {
    content: "";
    display: block;
    opacity: 1;
    background: #ccc;
    width: 40px;
    height: 3px
}

#main-slider .slick-dots li.slick-active button:before {
    background: #d06100
}

#main-slider .slick-arrow {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
    z-index: 2;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#main-slider .item {
    position: relative;
    height: 100vh
}

#main-slider .item .text-wrapper {
    position: absolute;
    bottom: -200px;
    left: 50vw;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    max-width: calc(100% - 100px);
    transform: translateY(-50%);
    -webkit-transition: all 0.8s;
    -moz-transition: 	all 0.8s;
    -ms-transition: 	all 0.8s;
    -o-transition: 		all 0.8s;
    transition: 		all 0.8s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#main-slider .item.slick-current .text-wrapper {
    bottom: 30px;
    opacity: 1;
}

#main-slider .item .title,
#main-slider .item .subtitle {
    display: inline-block;
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
    letter-spacing: 5px;
    padding: 0px;
    margin: 0;
}

#main-slider .item .title {
    font-weight: 700;
}

#main-slider .slick-arrow:hover {
    color: #d06100
}

#main-slider .fa-chevron-right.slick-arrow {
    left: auto;
    right: 10px
}

#about-us {
    text-align: center;
    padding-bottom: 50px
}

#about-us .container {
    max-width: 860px;
    margin: auto
}

#other-services {
    text-align: center;
    background: #f9f9ff
}

#other-services .subtitle {
    max-width: 920px;
    font-size: 20px;
    color: #777;
    line-height: 28px;
    margin: auto
}

#other-services .about-us-wrapper {
    padding-top: 30px;
    display: flex
}

#other-services .about-us-item {
    width: calc(100% / 3);
    display: inline-block;
    float: left;
    margin: 0 15px
}

#other-services .description {
    padding: 40px 20px
}

#other-services .about-us-item p {
    margin-bottom: 40px
}

#reference {
    text-align: center
}

#reference p {
    max-width: 920px;
    margin: auto
}

#reference .item {
    width: 25%;
    position: relative;
    float: left;
    color: #fff
}

#reference .item img {
    width: 100%
}

#reference .overlayer {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, .6);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#reference .overlayer:hover {
    opacity: 1
}

#reference .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    width: 100%
}

#reference .text img {
    max-width: 40%;
    margin: auto
}

#reference .subtitle {
    margin-bottom: 30px
}

#reference .wrap p {
    display: inline-block;
    margin: 50px 20px 25px;
    font-size: 20px;
    color: #777;
    line-height: 42px
}

#reference .wrap .btn {
    margin: 50px 20px 25px
}

#reference .item h3.name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    padding-top: 25px;
    position: relative
}

#reference .item h3.name:before {
    content: "";
    position: absolute;
    top: 14px;
    left: calc(50% - 40px);
    width: 80px;
    height: 2px;
    display: block;
    background: #d06100
}

#reference .item .address {
    font-size: 14px;
    font-style: italic
}

#pergole {
    padding-top: 0;
    display: flex
}

#pergole > div {
    display: inline-block;
    width: 50%;
    background: #f9f9ff;
    position: relative
}

#pergole .left .text-wrapper {
    width: 700px;
    max-width: 100%;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#pergole .left .text-wrapper .btn {
    margin-top: 30px
}

#pergole .left .text-wrapper h2.title:after {
    left: 0
}

#pergole .right img {
    max-width: 100%
}

#inquiry .subtitle, #inquiry .title {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 30px auto
}

#inquiry .subtitle {
    margin-bottom: 30px
}

#inquiry form {
    max-width: 920px;
    margin: auto
}

#contact input, #contact textarea, #inquiry input, #inquiry textarea {
    display: block;
    float: left;
    line-height: 20px;
    margin: 8px;
    padding: 12px;
    width: calc(50% - 16px);
    border: 0;
    font-size: 14px;
    font-weight: 400;
    background: #f9f9ff;
    font-family: Poppins, sans-serif
}

#contact input:focus, #contact textarea:focus, #inquiry input:focus, #inquiry textarea:focus {
    outline: 1px solid #d06100
}

#contact textarea, #inquiry textarea {
    width: calc(100% - 16px);
    font-family: Poppins, sans-serif;
    height: 102px
}

#contact button, #inquiry button {
    float: right;
    margin: 15px 8px 30px;
    background: #fff;
    font-family: Poppins, sans-serif
}

footer {
    display: flex;
    background: #222;
    padding: 75px 0 25px;
    color: #777
}

footer .info, footer .instafeed, footer .quicknavi {
    width: calc(100% / 3);
    display: inline-block;
    float: left;
    padding: 0 20px
}

footer h5 {
    position: relative;
    color: #fff;
    margin-bottom: 16px
}

footer .title:after {
    content: "";
    background: #d06100;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 0
}

footer .info a, footer .quicknavi a {
    color: #777
}

footer .info a:hover, footer .quicknavi a:hover {
    color: #d06100
}

footer .imgwrapper {
    display: inline-block
}

footer .instafeed .instapic {
    width: 25%;
    float: left;
    padding: 5px
}

footer .instafeed #googleMap {
    width: 100%;
    height: 170px
}

footer .copyright {
    border-top: 1px solid #fff;
    margin: 50px 20px
}

footer .copyright a, footer .copyright p {
    font-size: 14px;
    font-weight: 300;
    color: #777
}

footer .copyright a:hover {
    color: #d06100
}

#products {
    padding: 120px 0 75px
}

#products .product {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: auto
}

#products .title:after {
    left: 0
}

#products .page-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#products .page-gallery a {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0
}

#products .page-gallery a:nth-child(2n) {
    width: calc(50% - 10px);
    margin: 0 0 10px 10px
}

#products #inquiry .subtitle, #products #inquiry .title {
    text-align: left
}

#products .download-wrapper {
    margin-top: 50px
}

#products .download-wrapper .item {
    width: 25%;
    text-align: center;
    padding: 10px 10px 20px;
    float: left
}

#products .download-wrapper .item .title {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#products .download-wrapper .item img {
    width: 140px;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: 100%
}

#products .download-wrapper .item:hover img {
    -webkit-transform: translate(-3px, -3px);
    -moz-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    -o-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px)
}

#products .download-wrapper .item:hover .title {
    color: #d06100
}

#all-reference {
    padding: 120px 0 75px;
    text-align: center
}

#all-reference .container p.subtitle {
    max-width: 860px;
    margin: auto
}

#all-reference .reference-wrapper {
    display: flex;
    flex-wrap: wrap
}

#all-reference .reference-item {
    width: 20%;
    margin-top: 20px
}

#all-reference .reference-item img {
    margin: auto
}

#all-reference .reference-item .img-wrapper {
    position: relative;
}

#all-reference .reference-item .img-wrapper img.hover-image {
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    width: 200px;
    height: 150px;
    object-fit: cover;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#all-reference .reference-item:hover .img-wrapper img.hover-image {
    opacity: 1;
}

#all-reference .reference-item h3 {
    line-height: 25px;
    min-height: 50px
}

#all-reference .reference-item .description p {
    margin-top: 5px;
    font-style: italic;
    font-size: 13px;
    line-height: 15px
}

#gallery.gallery-page .container {
    width: 1075px;
    max-width: 100vw;
}

#gallery {
    text-align: center;
    padding: 120px 0 75px
}

#gallery h2.title {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    margin-top: 20px
}

#gallery h2.title:after {
    left: 0
}

#gallery .container p.subtitle {
    max-width: 860px;
    margin: auto
}

#gallery.gallery-page img.logo-gallery {
    margin: 30px auto 50px;
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid #d06100;
    padding: 10px;
}

#gallery.gallery-page .container p.subtitle {
    font-size: 24px;
    text-transform: uppercase;
    margin: -20px auto 20px;
}

#gallery .wrap .gallery-wrapper {
    display: flex;
    flex-wrap: wrap
}

#gallery .wrap .gallery-wrapper a {
    width: calc(100% / 3);
    padding: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    position: relative
}

#gallery .wrap .gallery-wrapper a .overlayer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .6);
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#gallery .wrap .gallery-wrapper a:hover .overlayer {
    opacity: 1
}

#gallery .wrap .gallery-wrapper a .overlayer span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#gallery .wrap .gallery-wrapper a:nth-child(n+9) { /*max-height:0*/
}

#gallery .wrap.active .gallery-wrapper a:nth-child(n+9) {
    max-height: 300px
}

#gallery a.btn {
    float: right;
    margin-top: 30px
}

#gallery .wrap.active a.btn-toggle span.more, #gallery .wrap:not(.active) a.btn-toggle span.less {
    display: none
}

#gallery .wrap a.btn-toggle i {
    padding: 0 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#gallery .wrap.active a.btn-toggle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#gallery .btn:hover i {
    margin: 0
}

#contact {
    padding: 120px 0 75px
}

#contact .left, #contact .right {
    display: inline-block;
    width: 50%;
    float: left
}

#contact .infolist .item {
    float: left;
    width: 50%;
    list-style-type: none
}

#contact h1.title {
    text-align: center
}

#contact h2.title {
    font-size: 20px;
    line-height: 20px;
    text-align: center
}

#contact p.anitspam-title, #pegoleForm p.anitspam-title {
    float: left;
    margin: 5px auto;
    padding: 0 10px;
    width: 100px
}

#contact #antispamRes, #pegoleForm #antispamRes {
    width: calc(50% - 120px)
}

#stats .counter-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 4rem 0
}

#stats .counter-wrapper .item-wrapper {
    width: 230px;
    height: 230px;
    text-align: center;
    position: relative
}

#stats .counter-wrapper .item-wrapper .arc {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor
}

#stats .counter-wrapper .item-wrapper .arc_start {
    border-color: transparent transparent #d06100 #d06100;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg)
}

#stats .counter-wrapper .item-wrapper .arc_end {
    border-color: #d06100 #d06100 transparent transparent;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#stats .counter-wrapper .item {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    padding-top: 4.6rem;
    float: none;
    position: relative;
    width: auto
}

#stats .counter-wrapper .item span {
    font-size: 2rem;
    font-weight: 700
}