/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

html,
body {
    background-color: #fff;
    color: #2c3e50;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----------------------------------------------- */
/* HEADINGS */
/* ----------------------------------------------- */

h1 {
    font-size: 100%;
    color: #fff;
    font-weight: 300;
    text-align: left;
    margin-bottom: 10px;
}

.slogan-span {
    background-color: #f6921e;
    border-radius: 10px;
    padding: 1px 10px;
    font-size: 100%;
}

h2 {
    font-size: 180%;
    color: #2c3e50;
    text-align: center;
    font-weight: 300;
}

h3 {
    font-size: 130%;
    text-align: center;
    margin: 5px 0 10px 0;
    font-weight: 400;

}
/* Items */
h4 {
    font-size: 130%;
    text-align: left;
    margin: 5px 0 10px 0;
    font-weight: 400;

}
/* Machines */
h5 {
    font-size: 100%;
    font-weight: 400;
    text-align: left;
}
/* Wohlenberg Machine */
h6 {
    font-size: 90%;
    font-weight: 400;
    text-align: left;
}

h2:after {
    display: block;
    content: " ";
    height: 2px;
    width: 100px;
    background-color: #2980b9;
    margin: 0 auto;
    margin-top: 30px;

}
p {
    line-height: 30px;
}
/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */


.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}


/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */
header {
    background-image: url(img/hero-background.png);
    background-attachment: fixed;
    height: 100vh;
    background-position: center;
    background-size: cover;
}


.logo {
    height: 70px;
    float: left;
    margin: 10px 0 10px 30px;
}
/* 
.site-title {
    height: 40px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 25px;    
    background-color: #fff;
    color: #2c3e50;
} */

nav {
    background-color: #fff;
    height: 95px;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

/* .navigation-bar-white {
    background-color: #fff;
    width: auto;
} */

.main-nav {
    float: right;
    list-style: none;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding-bottom: 10px;
    text-decoration: none;
    color: #2c3e50;
}

/* .nav-ani::after {
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    transition: width 0.3s;
    background-color: #2980b9;
    margin-top: 7px;
    

}

.nav-ani:hover::after {
    width: 100%;

} */

.main-nav li {
    display: inline-block;
    margin-right: 30px;
    margin-top: 35px;
}

.main-nav li:last-child {
    margin-right: 30px;
}

.hero-text-box {
    font-size: 130%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.hero-text-box-p {
    color: #fff;
    text-align: left;
    line-height: 45px;
    font-size: 100%;
}

/*-------------------------------------*/
/* ----Navigation-After----*/
/*-------------------------------------*/

.nav-ani::after {
    position: absolute;
    margin: auto;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    content: '.';
    height: 2px;
    width: 0%;
    color: transparent;
    background-color: #2980b9;
    transition: all 0.5s;

}

.nav-ani:hover::after {
    width: 100%;
}


.nav-ani {
    position: relative;
}

/*-------------------------------------*/
/* ----Sticky-Navigation----*/
/*-------------------------------------*/

.sticky {
    background-color: rgba(255, 255, 255, 0.959);
    position: fixed;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
    z-index: 9998;
}

.sticky .logo {
    height: 50px;
}

.sticky li {
    margin-top: 20px;
}
/*-------------------------------------*/
/* -----Navigation-Mobile----*/
/*-------------------------------------*/

.mobile-nav-icon {
    cursor: pointer;
    visibility: hidden;
}

nav ul {
    visibility: visible;
}


/* ----------------------------------------------- */
/* Buttons */
/* ----------------------------------------------- */

.btns {
    text-align: left;
    margin-top: 15px;
}

.btn:link,
.btn:visited {
    font-size: 90%;
    text-decoration: none;
    border: 1px solid #f6921e;
    border-radius: 50px;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    transition: border 0.2s, color 0.2s, background-color 0.2s;
}


.btn-full:link,
.btn-full:visited{
    color: #fff;
    background-color: #f6921e;
    margin-right: 15px;
}

.btn-full:hover,
.btn-full:active,
input[type=submit] {
    background-color: #e98109;
}

input[type=submit] {
    color: white;
    background-color: #f6921e;
    font-size: 90%;
    margin-right: 15px;
    text-decoration: none;
    border: 1px solid #f6921e;
    border-radius: 50px;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    transition: border 0.2s, color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

input[type=submit]:hover {
    background-color: #e98109;
    box-shadow: 0 0 4px #838383;
}

.btn-outline:link,
.btn-outline:visited {
    color: #f6921e;
}

.btn-outline:hover,
.btn-outline:active {
    background-color: #f6921e;
    border-bottom: 1px solid #f6921e;
    color: #fff;
}


/* ----------------------------------------------- */
/* Section-About */
/* ----------------------------------------------- */

.section-about {
    background-color: #f4f4f4;
}

.paragraph-about {
    margin-top: 30px;
    text-align: justify;
}

.license {
    width: 48%;
    height: auto;
    border: 2px solid #2980b9;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 50px;
}


/* ----------------------------------------------- */
/* Section-Services */
/* ----------------------------------------------- */

.section-services {
    background-color: #fcfcfc;
}


.service-icons {
    margin-top: 110px;
    width: 100px;
    height: auto;
    margin-left: 140px;
}

.service-paragraph {
    text-align: center;
}

/* ----------------------------------------------- */
/* Section-Items */
/* ----------------------------------------------- */

.itm-print-h3 {
    text-align: left;
}

.section-items ul li {
    margin-bottom: 15px;
}

.items-list {
    margin-left: 25px;
}

.items-list-group {
    margin-left: 25px;

}

.items-list {
    list-style: none;
}

.items-list li::before {
    content: "\2022";
    display: inline-block;
    margin-right: 5px;
    color: #2980b9;

}

/* ----------------------------------------------- */
/* section-items-pictures */
/* ----------------------------------------------- */

.section-items-pictures {
    padding: 0;
}

.items-pictures {
    list-style: none;
    width: 100%;
    height: auto;
}

.items-pictures li {
    display: block;
    float: left;
    width: 25%;

}

.item-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;

}

.item-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.3s, opacity 0.5s;
}

.item-photo img:hover {
    opacity: 1;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}


/* ----------------------------------------------- */
/* Section-machinery */
/* ----------------------------------------------- */
.section-machinery {
    background-color: #fcfcfc;
}
.machinery-images {
    width: 100%;
    height: 204px;
    border: 2px solid #2980b9;
    border-radius: 3px;
    margin-bottom: 10px;
}

.machinery-showcase {
    margin-top: 30px;
}

.andmore {
    text-align: center;
}
/* ----------------------------------------------- */
/* Section-machinery-ex */
/* ----------------------------------------------- */

.machinery-list-ul {
    list-style: none;
}

.machinery-images-ex {
    width: 100%;
    height: 204px;
    border: 2px solid #2980b9;
    border-radius: 3px;
    margin-bottom: 10px;
    
}








/* ----------------------------------------------- */
/* Section-clients */
/* ----------------------------------------------- */


.section-clients img {
    width: 50%;
}

.customers-showcase {
    margin: 30px auto 0;
    text-align: center;
}

/* ----------------------------------------------- */
/* FORM */
/* ----------------------------------------------- */
.section-form-qt {
    background-color: #f4f4f4;
}

.contact-form {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

.section-n-a {
    text-align: center;
    font-size: 70%;
    color: brown;
}

.form-asterisk {
    color: brown;
}

/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */

footer {
    padding: 10px 0;
    background-color: #2c3e50;
}

footer p {
    color: #b5c6d6;
    font-size: 80%;
    text-align: center;
}

.icon {
    color: #b5c6d6;
    font-size: 120%;
}

/* ----------------------------------------------- */
/* SECTION ADDRESS               */
/* ----------------------------------------------- */

.section-address {
    background-color: #2980b9;
    color: #b5c6d6;
    padding: 20px 0;
}


/*------------------------------------------------*/
/* js-wp */
/*------------------------------------------------*/

.js--wp-1 {
    opacity: 0;
}

.js--wp-2 {
    opacity: 0;
}

.js--wp-3 {
    opacity: 0;
}

.js--wp-4 {
    opacity: 1;
}

/*
.js--wp-5 {
    opacity: 0;
}

.js--wp-6 {
    opacity: 0;
}

.js--wp-7 {
    opacity: 0;
}

.js--wp-8 {
    opacity: 0;
}

.js--wp-9 {
    opacity: 0;
}

.js--wp-10 {
    opacity: 0;
}

.js--wp-11{
    opacity: 0;
}

.js--wp-12 {
    opacity: 0;
}

*/

/*-----Scroll-Bar-Maybe-Later-Used-----*//*

.scrollbar
{
	margin-left: 22px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: center;
	margin: auto;
}

#style-6::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
        rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent)
}

---*/