*, *:before, *:after { box-sizing: border-box; padding: 0; margin: 0; outline:0; }

#preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #fff;z-index: 99999999999999999999999999999999999999999999;}
#loader {display: block;position: relative;left: 50%;top: 50%;width: 150px;height: 150px;margin: -75px 0 0 -75px;border-radius: 50%;border: 3px solid transparent;border-top-color: #575757;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
#loader:before {content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f07d00;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
#loader:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #000;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}

@-webkit-keyframes spin { 0%   {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }
@keyframes spin { 0%   {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} }



html, body { background: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #000; overflow-x: hidden; }
body.content { padding-top:170px; }
.slick-slide:focus, a:focus, .btn:focus { outline:0!important; box-shadow:0 0 0 0; }
.noborder { border:0!important; }
h2.product-heading { float:left; width:100%; font-size:30px; line-height:60px; font-weight:400; color:#000; margin-bottom:100px; }
h3.gallery-heading { float:left; width:100%; font-size:30px; line-height:60px; font-weight:400; color:#000; padding:60px 0; margin-bottom:0;}
h6.product-slogan { float:left; width:100%; font-size:12px; line-height:48px; font-weight:700; color:#575757; letter-spacing:3px; margin-top:10px; margin-bottom:0; text-transform: uppercase;}
p.product-description { float:left; width:100%; font-size:16px; line-height:32px; color:#575757; margin-top:60px; }
a{text-decoration:none;}
a:hover{text-decoration:none;}

a.calltoaction { float:left; padding:12px 20px; font-size:14px; font-weight:600; background:#575757; border:2px solid #575757; color:#fff; border-radius:0; margin-right:50px; transition-duration: .3s;}
a.calltoaction:hover { text-decoration:none; color:#fff; background:#f07d00; border:2px solid #f07d00; }

a.btn-product-card { float:left; padding:12px 20px; font-size:14px; font-weight:600; background:#575757; border:2px solid #575757; color:#fff; border-radius:0; margin-right:-15px !important; transition-duration: .3s;}
a.btn-product-card:hover { text-decoration:none; color:#fff; background:#f07d00; border:2px solid #f07d00; }

a.check { float:left; font-size:14px; font-weight:600; color:#000; margin-top:10px; padding-bottom:5px; border-bottom:2px solid #000; transition-duration: .3s; }
a.check:hover { text-decoration:none; border-color:#f07d00; color:#f07d00; }

header { float:left;width:100%; position: fixed; top: 0px; background: #fff; transition-duration: .3s; z-index:2500; padding:40px 0; }
header a { float:left; z-index:1; transition-duration: .3s;}
header a.white { display:none; }
header a.orange { display:block; }

header.top { background:transparent;}
header.top a.white { display:block; }
header.top a.orange { display:none; }

header a.menu, header a.search, header a.close-menu { position:absolute; color:#000; font-size:20px; top:50px; display:none; }
header a.menu, header a.close-menu { right:15px; }
header a.close-menu { top:45px; font-size:25px; }
header a.search { right:60px; }

header.subpage { background: #f7f7f7; }

header ul.breadcrumbs { float:right;width:auto; display:inline; padding:0; margin:0; list-style-type: none; position:absolute; top:50%; transform: translateY(-50%); right:15px; }
header ul.breadcrumbs li { float:left; display:inline;  font-size:14px; line-height:26px; }
header ul.breadcrumbs li a { color:#000; }
header ul.breadcrumbs li:not(:first-child):before { float:left; content:"/"; margin-left:5px; margin-right:5px; color:#000; }


#search { position: fixed; top: 0px; left: 0px; z-index: 9998; width: 100vw; height: 100vh; background: #fff; display: none; }
/* nav ul{padding: 0px; margin: 0px;position: absolute; top: 50%; width:80%; margin:0 10%; transform: translateY(-50%); text-align: center;}
nav ul li{list-style-type: none; padding: 0px; margin: 0px; text-align: left; font-size: 55px; line-height: 100px; text-transform: uppercase; letter-spacing: 15px; text-align: center;}
nav ul li a{color: #000; padding: 0px; margin: 0px; transition-duration: .3s; padding: 0 30px;}
nav ul li a:hover, nav ul li.active a{background: #f07d00; color: #fff; text-decoration: none;}
nav a.close-menu, #search a.close-search{font-size: 28px; position: absolute; top: 50px; right: 55px; color: #fff; padding: 0 20px; z-index:9999; transition-duration: .3s;}
nav a.close-menu i, #search a.close-search i { color: #000; }
nav a.close-menu:hover, #search a.close-search:hover { cursor: pointer; }
nav a.close-menu:hover i, #search a.close-search:hover i{ color: #000; } */

nav { display:none;position:fixed;height:100vh; width:100vw; right:0; top:0; border:0; z-index:99999; }
nav .overlay { background:rgba(0,0,0,0.5); height:100vh; width:100vw; left:0; top:0; display:none; }
/* nav .btn-toggle { display:block; position:fixed; right:-50vw; width:50vw; height:50px; border-radius:0; background:#0095da; text-align:right; font-size:12px; color:#fff; font-weight:700; text-transform: uppercase; z-index:11;}
nav .btn-toggle i { margin-left:20px; } */



nav ul { width:20vw; height:100vh; position:absolute; right:-100vw; background:#575757; overflow:hidden; padding-top:30px; }
nav ul li { position:relative; float:left; width:100%; font-size:18px; letter-spacing:1px; transition-duration: .3s;}
nav ul li a { float:left; width:100%; padding:25px !important; color:#fff; transition-duration: .3s;}
nav ul li.active a, nav ul li a:hover { background:#1f1f1f; color:#f07d00; text-decoration: none;}
nav ul li.has-children::after { position: absolute; font-size: 18px; font-family: "Font Awesome 5 Pro"; font-weight:700; color: #fff; content: "\f0d7"; top:25px; right: 35px; transition-duration:.3s;}
nav ul li.has-children.active::after { content: "\f0d8"; }
nav ul li.has-children ul.dropdown { display:none; background:#1f1f1f; }
nav ul li.has-children ul.dropdown:before,nav ul li.has-children ul.dropdown:after { display:none; }
nav ul li.has-children ul.dropdown { position:relative; top:0; left:0; right:0; border:0; height:auto; width:100%; padding:0; overflow:hidden;}
nav ul li.has-children ul.dropdown li a::before { top:20px; }
nav ul li.has-children ul.dropdown li a { padding-left:55px!important; color:#fff; }
nav ul li.has-children ul.dropdown li.active a, nav ul li.has-children ul.dropdown li a:hover { background:#575757; color:#f07d00; }
nav ul li.has-children:hover::after { color:#f07d00; }


#search form { position:absolute; top:50%; width:80%; margin:0 10%; transform: translateY(-50%); text-align:center; }
#search form input.form-control { float:left; width:80%; border:0; padding:20px; height:auto; color:#000; font-size: 35px; line-height: 40px; height:auto; text-align: left; transition-duration:.3s; margin-bottom:50px; }
#search form input.form-control::-webkit-input-placeholder { color:#b5b5b5;  }
#search form input.form-control::-moz-placeholder { color:#b5b5b5;  }
#search form input.form-control:-ms-input-placeholder { color:#b5b5b5;  }
#search form input.form-control:-moz-placeholder { color:#b5b5b5; }
#search form input.form-control:focus { outline:0; box-shadow:0 0 0 0; }
#search form button { float:left; width:20%; padding:15px; font-size:28px; font-weight:600; background:#fff; border:2px solid #000; color:#000; border-radius:0; transition-duration: .3s; cursor: pointer;  }
#search form button:hover { text-decoration:none; color:#fff; background:#f07d00; border:2px solid #f07d00; }

#fullpage-controls { position:fixed; height:100vh; top:0; background:#fff; right:0; z-index:99999;}
#fullpage-controls a i { transition-duration:.3s; }
#fullpage-controls a:hover i { color:#ff9000; }
#fullpage-controls a.menu, #fullpage-controls a.search { position:absolute; color:#000; font-size:24px; left:50%; transform:translateX(-50%); }
#fullpage-controls a.close-menu { position:absolute; color:#000; font-size:25px; left:50%; transform:translateX(-50%); display:none; }
#fullpage-controls a.menu, #fullpage-controls a.close-menu { top:50px; }
#fullpage-controls a.search { top: 150px; }
#fullpage-controls a.up, #fullpage-controls a.down { color:#000; font-size:24px; margin-left:0; position:absolute; left:50%; transform: translateX(-50%); }
#fullpage-controls a.up { bottom:145px;}
#fullpage-controls a.down { bottom:45px; }
#fullpage-controls ul { margin:0; padding:0; list-style-type: none; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
#fullpage-controls ul li a { color:#000; font-size:4px; display:block; margin-bottom:20px;padding:0 10px;width:20px;height:20px;text-align:center;line-height:20px;}
#fullpage-controls ul li:last-child a { margin-bottom:0; }
#fullpage-controls ul li.active a { color:#ff9000; }

#fullpage{float: left; width: 100%; height: 100%; }
#fullpage .section { float:left; width:100vw; height:100vh; margin-top:40px;}
#fullpage .section .container-fluid { padding:0; }
#fullpage .section h3.section-heading { float:left; width:100%; font-size:36px; line-height:32px; font-weight:900; color:#575757; margin-bottom:100px;}
#fullpage h3.product-heading {font-size:1.25rem;}
#fullpage h2.news-heading {font-size: 26px; line-height: 40px; margin-bottom: 50px;}
#fullpage h2.contact-heading {font-size: 1.25rem; margin-bottom: .5rem; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit;}

.homepage { position:relative; margin-top:0!important;}

.homepage .main-slider, .homepage .main-slider .slick-slide { position:relative; width:100%; height:100vh; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important;}
.homepage .main-slider .slick-slide .description { position:absolute; top:50%; left:170px; transform: translateY(-50%); width:40%; }
.homepage .main-slider .slick-slide .description h3, .homepage .main-slider .slick-slide .description h1 { float:left; width:100%; font-size:48px; line-height:60px; color:#fff; }
.homepage .main-slider .slick-slide .description a { float:left; margin-top:70px; padding:22px; border:2px solid #fff; color:#fff;  transition-duration:.3s; }
.homepage .main-slider .slick-slide .description a:hover { text-decoration: none; border-color:#fff; background:#fff; color:#000;}
.homepage .main-slider .slick-slide .description a i { margin-left:50px; }
/*
.homepage ul.slick-controls { position:absolute; bottom:120px; left:175px; color:#fff; margin:0; padding:0;}
.homepage ul.slick-controls li { float:left; display:inline; font-size:12px; font-size:600; line-height:48px; text-transform: uppercase; letter-spacing:2px; padding-bottom:20px; margin-right:40px; transition-duration: .3s; }
.homepage ul.slick-controls li a { color:inherit; display:block;}
.homepage ul.slick-controls li.active, #fullpage .homepage ul.slick-controls li:hover { border-bottom:2px solid #fff; }
.homepage ul.slick-controls li.active a, #fullpage .homepage ul.slick-controls li:hover a { font-weight:700; text-decoration: none; } */

.product { float:left; position:relative; width:100%; background:#fff; }
.product ul.breadcrumbs { float:left; width:100%; margin-bottom:0; list-style-type:none; }
.product ul.breadcrumbs li { display:inline; font-size:12px; line-height:48px; font-weight:600; color:#bebebe; text-transform: uppercase; letter-spacing:2px;}
.product ul.breadcrumbs li:not(:first-child):before { content:"/"; margin-left:20px; margin-right:25px; }
.product ul.breadcrumbs li a { color:inherit; }

.product p, .news p { float:left; width:100%; font-size:14px; line-height:26px; color:#000; margin-bottom:60px; }

.product.page { padding-top:150px; padding-bottom:90px;  background:#f9f9f9!important; }
.product-features { float:left; width:100%; margin-top:130px; }
.product-features .single .photo { float:left; width:100%; height:320px; overflow:hidden; margin-bottom:50px; }
.product-features .single h6, .product-features .single p { font-size:16px; line-height:32px; color:#575757;}
.product-features .single h6 { font-weight:600; }
.product-features .single p { margin-top:0; margin-bottom:60px; }

.additionals { float:left; width:100%; padding:160px 0; }
.additionals p { margin-bottom:90px; }
.additionals .icon img { margin-bottom:30px; }
.additionals .icon p { margin:0; }

.parts { float:left; width:100%; }
.parts ul { float:left; width:100%; margin:0; padding:0; list-style-type: none; columns: 2; -webkit-columns: 2; -moz-columns: 2; margin-top:50px;}
.parts ul li { float:left;  width:100%;  counter-increment: step-counter; font-size:16px; line-height:32px; }
.parts ul li::before { content: "0" counter(step-counter) "."; font-weight:bold; color:#000; margin-right:5px; }
.parts ul li:nth-child(n+10)::before{ content: counter(step-counter) "."; }

.product-dimensions, .product-gallery { margin:100px 0; }


#fullpage .news, #fullpage .news-container, #fullpage .news-container .single-news, #fullpage .news-container .single-news .news-photo { float:left; width:100%; position:relative; }
#fullpage .news-container .single-news .news-photo a { position:absolute; bottom:100px; color:#fff; font-size:24px; transition-duration:.3s; }
#fullpage .news-container .single-news .news-photo a:hover { color:#f07d00; }
#fullpage .news-container .single-news .news-photo a.prev { left:100px; }
#fullpage .news-container .single-news .news-photo a.next { left:220px; }
.footer-contact a { color: #000;}

.map #contact_map { float:left; width:100%; height:75vh; }
.map p { float:left; width:100%; font-size:14px; line-height:26px; color:#000; margin-bottom:30px; }
.map p:last-of-type { margin-bottom:60px; }

#product-page { background:#f7f7f7; margin-top:110px; }
#product-page .homepage .main-slider, #product-page .homepage .main-slider .slick-slide { height:50vh; }
#product-page .product-content { background:#fff; }
#product-page .product-content #accordion { margin-top:70px; }
#product-page .product-content #accordion .card, #product-page .product-content #accordion .card .card-body { border:0; padding:0;}
#product-page .product-content #accordion .card .card-header { padding:0; border:0; border-radius:0; background:#fff; margin-top:50px; }
#product-page .product-content #accordion .card:last-child { margin-bottom:80px; }
#product-page .product-content #accordion .card .card-header .btn-link { float:left; width:100%; font-size:30px; line-height:60px; color:#000; text-align:left; border:0; padding:0; background:#fff; margin-bottom:15px; position:relative; }
#product-page .product-content #accordion .card .card-header .btn-link:hover { text-decoration: none; }
#product-page .product-content #accordion .card .card-header .btn-link:after { position: absolute; font-size: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 700; color: #000; content: "\f0d8"; top: 0; right:0; transition-duration: .3s; }
#product-page .product-content #accordion .card .card-header .btn-link.collapsed:after { content: "\f0d7"; }
#product-page .product-content #accordion .card .card-body p { float:left; width:100%; font-size:14px; line-height:26px; color:#000; }

#product-page .product-content #accordion .card .card-body { padding-top: 20px; }
#product-page .product-content #accordion .card .card-body .dim { margin-bottom:60px;}
#product-page .product-content #accordion .card .card-body .dim .photo { position:relative; margin-bottom:20px; }
/*#product-page .product-content #accordion .card .card-body .dim .photo img { position: absolute; bottom:0; left:50%; transform: translateX(-50%); }*/
#product-page .product-content #accordion .card .card-body .dim ul { float:left; width:100%; list-style-type: none; padding:0; margin:0; }
#product-page .product-content #accordion .card .card-body .dim ul li { float:left; width:100%; font-size:14px; line-height:26px; }
#product-page .product-content #accordion .card .card-body .dim ul li:first-child { font-weight:bold; }

#product-page .product-content #accordion .card .card-body .fill { padding-top:80px; padding-bottom:20px;}
#product-page .product-content #accordion .card .card-body .fill:first-child { border-bottom:2px solid #efefef;}
#product-page .product-content #accordion .card .card-body .fill:last-child { border-top:2px solid #efefef;}

#product-page .single-product { position:relative; float:left; width:100%; height:570px; margin-top:30px; background:#fff; overflow:hidden; }
#product-page .single-product h3 { font-size:30px; line-height:60px; color:#000; }
#product-page .single-product .lead { float:left; width:100%; height:100%; background:#fff; opacity:1; transition: opacity 0.1s linear;}
#product-page .single-product .lead img { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
#product-page .single-product .lead h3 { position:absolute; bottom:70px; left: 10%; font-size:30px; line-height:60px; color:#000; }
#product-page .single-product .description { position:absolute; top:50%; transform:translateY(-50%); width:100%; padding:0 120px; transition: opacity 0.2s linear; opacity:0;}
#product-page .single-product .description h3 { margin-bottom:40px; }
#product-page .single-product .description p { float:left; width:100%; font-size:14px; line-height:26px; color:#000; }
#product-page .single-product .description a.btn-show { float:left; font-size:14px; color:#fff; padding:13px 18px; background:#3a3a3a; margin-top:40px; transition-duration:.2s; border:2px solid #3a3a3a; }
#product-page .single-product .description a:hover { text-decoration: none; background:#fff; color:#3a3a3a; }
#product-page .single-product:hover .lead { opacity:0; }
#product-page .single-product:hover .description { transition: opacity 0.2s linear; opacity:1; }

.pagination { margin:40px 0; }
.pagination li a { border:0; background:transparent; color:#3a3a3a;  border-radius:0 !important; }
.pagination li a:hover, .pagination li.active a { background:#3a3a3a !important; color:#fff !important; border:0;}

.gallery { margin-bottom:60px; }
.gallery .gallery-photo { margin-bottom:30px; transition: all 0.3s; position: relative; background:transparent; overflow: hidden;}
.gallery .gallery-photo a { display:block; }
.gallery .gallery-photo:hover { background:#000; }
.gallery .gallery-photo:hover img { opacity:0.65; filter: grayscale(100%);}
.gallery .gallery-photo:hover:after { content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMyRkYxMjM1MUUzRjExRTg5QjY5OTE1Rjc1MEY1QjMxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMyRkYxMjM2MUUzRjExRTg5QjY5OTE1Rjc1MEY1QjMxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzJGRjEyMzMxRTNGMTFFODlCNjk5MTVGNzUwRjVCMzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzJGRjEyMzQxRTNGMTFFODlCNjk5MTVGNzUwRjVCMzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6yBBuCAAACF0lEQVR42rTWT0gUYRjH8d2tRDGsQ4ZWeClKiIgQFUUP0TlCOiVd7FAgaiJe6iR01YOgdFLw4F0PIhQUJehBCEOxUChDO0ih5p/NP+n2feBZeXiZ2ZndwQc+MK/zvu/PfWfmnYmnUqmYT51DNe6hEiVIYA2zeIdJLMfClAR5eIgPqeCaRyfyfeY55v7hNLpxYCb7iyW8x1t8xZYTOI4rYYPOYMAMTmIQdUg4A6/jFVZM/ymUhgl6YQbJBPeDlgO3MWHGjeiq+AbdwW/tvIb6ECFpxZg2YU1+QXH0aie5Nu1ZhKRVYVPn+IQCr6BLmNNOszifQ1BCr6fUNu66feS5KMNNvds/YiOWfR3hjTwtKESF20GCik17LpZ7/cC6Hl/2Ciow7e0IQbtKKs8r6I9pX4gQVISzerzjFbSKpLYrIwSVa5jUd68gWdsZbdfiag4hslQP9Fiu05TfpvrSPHD9Odzejc6+57szyB61qB330JxFSA1Wzf5YH7TXNeBQB+yjC0UZAvLw2IRIDYd9Tcgv2TUDP6NN/8sbuIZqDRjzeD9t6LnAIPEIP50J5J30TZd33Tm3g1GzGkmvjdVvWcrQp6+Lfz5v118aUKXL2IEjPSdjntk54xm+GaQu6jfDLX2Y49jEgu6LX5z+z9GDUzhEK15n+maIot386uM7+CSC0jfVvglsOakg8cTcwfNB1yhqNeIphv4LMACgu4cVPw2fNgAAAABJRU5ErkJggg=='); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}

#content-page{margin-top:110px;float:left;width:100%;}
#content-page .content-page-bg{background:#f7f7f7;}
#content-page .bg-white{margin-bottom:80px;padding:130px;}
#content-page h1{font-size: 30px;line-height: 60px;color: #000;text-align: left;border: 0;padding: 0;background: #fff;margin-bottom: 15px;position: relative;}
#content-page .header p{font-weight: 600;}
#content-page ol {padding-left:15px;}
#content-page ol li p{margin-left:35px;}
#content-page a {color:#000;font-weight:600;}

#about-page{margin-top:133px;float:left;width:100%;}
#about-page h1{font-size: 30px;line-height: 60px;color: #000;text-align: left;border: 0;padding: 0;background: #fff;margin-bottom: 15px;position: relative;}
#about-page .about-page-bg{background:#f7f7f7;padding-bottom:150px;}
#about-page .team-tabs{justify-content: space-between;border-bottom:3px solid #d9d9d9;margin-bottom:90px;}
#about-page .team-tabs li a{font-size:30px;color:#d4d4d4;border:none;padding:30px 25px;}
#about-page .team-tabs li a.active{color:#000;border-bottom:3px solid #000;background:none;margin-bottom:-2px;}
#about-page .about-movie {position:relative;z-index:2000;}
#about-page .about-movie a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5000;transition:0.3s;}
#about-page .about-movie a:hover + .overlay{opacity:0;}
#about-page .about-movie a:hover ~ .play{display: block;}
#about-page .about-movie a:hover h5{display: none;}
#about-page .about-movie a:hover span{display: none;}
#about-page .about-movie a h3{position: absolute;left:4%;bottom:4%;background: transparent;color:#fff;transition:0.3s; font-size: 1.25rem}
#about-page .about-movie a span{position: absolute;right:4%;bottom:9%;background: transparent;color:#fff;transition:0.3s;}
#about-page .about-movie a h3 i{margin-right:25px;}
#about-page .about-movie a .icon-mobile{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;}
#about-page .about-movie .movie-img{height:645px;}
#about-page .about-movie .overlay{transition:0.3s;width:100%;height:100%;background:#323232;position:absolute;left:0;top:0;opacity:0.7;}
#about-page .about-movie .play{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;display:none;transition:0.3s;}
#about-page .about-movie .movie-iframe{position:absolute;left:0;top:0;height:100%;width:100%;z-index:-123123;}

#download-page{margin-top:133px;float:left;width:100%}
#download-page .download-page-bg{background:#f7f7f7;padding-bottom:80px;}
#download-page h2{font-size: 30px;line-height: 60px;color: #000;text-align: left;border: 0;padding: 0;background: #fff;margin-bottom: 15px;position: relative;}
#download-page h1{font-size: 30px;line-height: 60px;color: #000;text-align: left;border: 0;padding: 0;background: #fff;margin-bottom: 15px;position: relative;}
#download-page button{font-size: 30px;line-height: 60px;color: #000;text-align: left;border: 0;padding: 0;background: #fff;margin-bottom: 15px;position: relative;}
#download-page .img-info{position:absolute;bottom:0;left:0;background:#3a3a3a;color:#fff;padding:10px 15px;}
#download-page .pagination li a{padding:15px;}
#download-page .pagination li a:focus{outline:none;box-shadow:none;}
#download-page .download-product-link a {color: #000 !important;}
#download-page .download-product-link a:hover {color: #f07d00 !important;}

#map-page {margin-top:133px;float:left;width:100%;}
#map-page .map-page-bg{background:#f7f7f7;padding-bottom:80px;}
#map-page #shops-map{height:600px;}
#map-page #shops-map a {color: #000;}
#map-page #shops-map a:hover {color: #f07d00;}
#map-page #shops-map h3 {font-size: 1rem;}
#map-page #table_id thead h3 {font-size: 1rem; font-weight: bold;}
#map-page #table_id tbody td a {color: #000;}
#map-page #table_id tbody td a:hover {color: #f07d00;}
#map-page .search-form h5{font-size:30px;}
#map-page .search-form .location-header {font-size:30px !important;}
#map-page .search-form .form-group label {margin-bottom:15px;font-weight:600;}
#map-page .search-form .form-group input {padding:25px;border-radius:0;border:2px solid #e1e1e1;}
#map-page .search-form .form-group input:focus {box-shadow:none;}
#map-page .search-form .form-group .select2 .select2-selection{height:73px;border-radius:0;border:2px solid #e1e1e1;}
#map-page .search-form .form-group .select2 .select2-selection .select2-selection__rendered{padding:25px;line-height:inherit;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%!important;right:4%!important;transform:translateY(-50%);}
#map-page .search-form  button { height:72.5px;width:100%;float: left;padding: 12px 10px;font-size: 14px;font-weight: 600;background: #575757;border: 2px solid #575757;color: #fff;border-radius: 0;transition-duration: .3s;}
#map-page .search-form  button:hover {text-decoration:none; color:#fff; background:#f07d00; border:2px solid #f07d00;}
#map-page .search-form textarea {padding:10px 10px;}
#map-page .search-form span {color:#747474;}
#map-page .search-form .results-table th {border:none;padding:30px;}
#map-page .search-form .results-table td {border-top:none;padding:30px;}
#map-page .search-form .results-table thead th{ background-color: rgba(0,0,0,.05);}
#map-page .search-form .results-table tbody tr:nth-of-type(even) {background-color: rgba(0,0,0,.05)!important;}
#map-page .search-form .dataTables_length{margin-bottom:25px;color:#747474;}
#map-page .search-form .dataTables_length select{margin-left:15px;margin-right:15px;padding:5px 10px;border:2px solid #e1e1e1 }
#map-page .search-form .dataTables_filter{color:#747474;}
#map-page .search-form .dataTables_filter input{padding:5px 10px;border:2px solid #e1e1e1;margin-left:25px;}
#map-page .search-form .dataTables_info {color:#747474;}
#map-page .search-form .dataTables_paginate .paginate_button.previous.disabled {color:#cfcfcf!important;}
#map-page .search-form .dataTables_paginate .paginate_button.previous.disabled:hover {border:none!important;color:#cfcfcf!important;background:transparent!important;}
#map-page .search-form .dataTables_paginate .paginate_button.next.disabled {color:#cfcfcf!important;}
#map-page .search-form .dataTables_paginate .paginate_button.next.disabled:hover {border:none!important;color:#cfcfcf!important;background:transparent!important;}
#map-page .search-form table.dataTable.no-footer {border-bottom:none;}

#map-page .search-form .dataTables_paginate span .paginate_button {border:none!important;background:transparent!important;color:#747474!important;border-radius:0!important;}
#map-page .search-form .dataTables_paginate span .paginate_button.current {background:#3a3a3a!important;color:#fff!important;}
#map-page .search-form .dataTables_paginate span .paginate_button:hover {background:#3a3a3a!important;color:#fff!important;}
#map-page .search-form .dataTables_paginate .paginate_button.previous{border:none!important;}
#map-page .search-form .dataTables_paginate .paginate_button.previous:hover{background:#3a3a3a!important;color:#fff!important;border-radius:0!important;border:none!important;}
#map-page .search-form .dataTables_paginate .paginate_button.next{border:none!important;}
#map-page .search-form .dataTables_paginate .paginate_button.next:hover{background:#3a3a3a!important;color:#fff!important;border-radius:0!important;border:none!important;}


#contact-page{margin-top:133px;float:left;width:100%;}
#contact-page #contact_map{height:600px;}
#contact-page .contact-page-bg{background:#f7f7f7;padding-bottom:150px;}
#contact-page .map-box{position:absolute;left:75px;bottom:75px;padding:80px;width:500px;}
#contact-page .contact-form{padding-top:125px;padding-bottom:125px;}
#contact-page .contact-form h5{font-size:30px;}
#contact-page .contact-form .form-group label {margin-bottom:15px;font-weight:600;}
#contact-page .contact-form .form-group input {padding:25px;border-radius:0;border:2px solid #e1e1e1;}
#contact-page .contact-form .form-group input:focus {box-shadow:none;}
#contact-page .contact-form .form-group .select2 .select2-selection{height:73px;border-radius:0;border:2px solid #e1e1e1;}
#contact-page .contact-form .form-group .select2 .select2-selection .select2-selection__rendered{padding:25px;line-height:inherit;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%!important;right:4%!important;transform:translateY(-50%);}

#contact-page .contact-form .form-group select:focus {box-shadow:none;}
#contact-page .contact-form .form-group textarea {padding:25px;border-radius:0;border:2px solid #e1e1e1;}
#contact-page .contact-form .form-group button { float: left;padding: 12px 20px;font-size: 14px;font-weight: 600;background: #575757;border: 2px solid #575757;color: #fff;border-radius: 0;transition-duration: .3s;}
#contact-page .contact-form .form-group button:hover {text-decoration:none; color:#fff; background:#f07d00; border:2px solid #f07d00;}
#contact-page .contact-form .form-group .rodo-label {color:#535353;font-weight:500;}
#contact-page .contact-form .form-group .rodo-label a{color:#535353;text-decoration: underline;}
#contact-page .contact-form .form-group #required-form{display:none;}
#contact-page .contact-form .form-group .rodo-label:before {content: "\f0c8";font-family: "Font Awesome 5 Pro";font-weight: 300;font-size: 15px;position: relative;float: left;margin-right: 15px;cursor: pointer!important;color:#575757}
#contact-page .contact-form .form-group input[type=checkbox]:checked + label:before {content: "\f14a";color: #575757;font-weight: 700;}
#contact-page .contact-form .contact-heading {font-size: 30px;}

.footer { padding-top:140px;float:left; }
.footer p { float:left; width:100%; font-size:14px; line-height:26px; color:#000; margin-bottom:0;}
.footer p.info { margin-top:30px;}
.footer p.info a { color: #000; }
.footer ul.links { float:left; width:100%; margin:0; padding:0; margin-top:30px; list-style-type: none; }
.footer ul.links li { float:left; width:50%; font-size:14px; line-height:26px; }
.footer ul.links li a { color:#000; }

.bottom { border-top:2px solid #ebebeb; padding:70px 0; margin-top:100px; margin-left:0; margin-right:0; }
.bottom ul { float:left;width:auto; display:inline; padding:0; margin:0; margin-left:-15px; list-style-type: none;}
.bottom ul li { float:left; display:inline;  font-size:14px; line-height:26px; }
.bottom ul li a { color:#9e9e9e; }
.bottom ul li:not(:first-child):before { content:"/"; margin-left:5px; margin-right:5px; color:#9e9e9e; }
.bottom p { float:right; width:auto; display:inline; margin:0; margin-right:-15px; color:#9e9e9e; font-size:14px; line-height:26px;}
.bottom p a{ font-weight:bold; color:#9e9e9e; }

.sl-wrapper { position:relative;z-index:9999999; }
.sl-overlay {background:#d3d3d3;z-index: 999999;}

/* Blog page */
#blog-page{margin-top:133px;float:left;width:100%;}
#blog-page h2 a{font-size: 1.5rem !important;}
#blog-page h2 a:hover{color:#f07d00;}
#blog-page a{color:#000;}
#blog-page img{transition:0.3s;}
#blog-page img:hover{transform:scale(1.01);}
#blog-page .bg-white{margin-bottom:80px;}
#blog-page .content-page-bg{background:#f7f7f7;padding-bottom:150px;}
#blog-page .data {font-style:italic;}
#blog-page .btn-readmore {font-weight:600;float: left;font-size: 14px;color: #fff;padding: 13px 18px;background: #3a3a3a;transition-duration: .2s;border: 2px solid #3a3a3a;border-radius:0;}
#blog-page .btn-readmore:hover{color: #fff;background: #f07d00;border: 2px solid #f07d00;}
#blog-page h1{font-size: 30px;line-height: 60px;color: #000;text-align: left;border: 0;padding: 0;background: #fff;margin-bottom: 15px;position: relative;}
#blog-page h5{font-size: 30px;line-height: 60px;color: #000;text-align: left;border: 0;padding: 0;background: #fff;margin-bottom: 15px;position: relative;}
#blog-page .news-column { padding-bottom: 70px;position: relative; }
#blog-page .news-column .btn.btn-readmore { position:absolute; bottom: 0; }
#blog-page .work-header {font-size: 1.5rem;}


.tooltip {z-index: 9999999;}

.categories-list .category-item { height: 200px; position: relative; background: no-repeat center center; background-size: cover; }
.categories-list .category-item:before { content: ""; z-index: 1; background: rgba(0,0,0, .25); position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.categories-list .category-item:hover:before {
    opacity: 0;
}
.categories-list .category-item h2 { position: relative; z-index: 2; font-size: 20px; color: #fff; text-align:center; line-height: 200px; color: #fff; }
/*.categories-list .category-item img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }*/


.cookies{padding:50px 0;background:#fff; border-bottom: 1px solid #f7f7f7;opacity:1;height:auto;transition:.25s;float: left;width: 100%;}
.cookies.homepage{background: #fff; border-top: 1px solid #f7f7f7; width: 100%; left: 0;bottom: 0;position: fixed; z-index: 5;}
.cookies .closealert{cursor:pointer}
.cookies .closealert svg{transition:.25s}
.cookies .closealert:hover svg{opacity:.5}
.cookies .closed{display:none}
.cookies .text-black{color:#000;font-weight:700}
