.logo_large {
    width: 100%;
    margin-top: -200px;
}

#menu.navbar-default .navbar-nav > li > a{
    margin:9px 8px 0px 8px;
}

#about, #certifications, #portfolio, #team{
    background-color:#F8F8F8;
}

.logo_banner {
    width: 80px;
    margin-top: -10px;
}

#about li {
    padding: 0 0 0 20px;
}

#about li::before{
    margin-left:15px;
}

#features li, #supply li, .services li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0 0 0 20px;
    text-align:left;
}

#features li:before, #supply li:before, .services li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #5ca9fb;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}

#services {
    padding: 100px 0;
    background: rgb(230, 230, 230);
    color: #555;
}

.services, #software {
    padding: 100px 0;
    background-color:#F8F8F8;
    color: #555;
}

#products {
	padding: 100px 0;
}
#software .service-desc {
	margin: 10px 10px 20px;
}
#software h2, #supply h2, #process h2, #capacity h2 {
    text-align:center;
}

#software h2 {
    color: #fff;
}

#software .section-title h2::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.3);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
#services i.fa, #software i.fa {
	font-size: 42px;
	width: 120px;
	height: 120px;
	padding: 15px;
	background: linear-gradient(to right, #09a7e8 0%, #37c3fd 100%);
	border-radius: 50%;
	color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
}
#software h3 {
	font-weight: 500;
	padding: 5px 0;
	color: #fff;
}
#software p {
	color: rgba(255,255,255,.75);
}
#software .service-desc {
	margin-bottom: 40px;
}

#menu.navbar-default {
    background-color: rgb(60, 60, 59);
    max-height: 80px;
}

.whiteBackgrounds #menu.navbar-default {
    color:rgb(60, 60, 59);
    background-color: rgb(230, 230, 230);
    max-height: 80px;
}


#menu.navbar-default .navbar-nav > li > a {
    color:white;
}

.whiteBackgrounds #menu.navbar-default .navbar-nav > li > a {
    color:#555;
}

#menu.navbar-default .navbar-nav > li > a:after, .currentLang:after {
    background: linear-gradient(to right, #09a7e8 0%, #37c3fd 100%);
}

.intro .overlay {
    background: rgba(255,255,255,0.5);
}

#about h2, #features h2, #supply h2{
    color:rgb(21, 148, 201);
}

#features, #supply {
    color:white;
    background-color:rgb(60, 60, 59);
}

.whiteBackgrounds #features, .whiteBackgrounds #supply {
    color:rgb(60, 60, 59);
    background-color:rgb(230, 230, 230);
}

#features h3, #supply h3{
    color: rgb(200, 200, 200);
}

.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after, .section-title h2::after, #about h2::after, .currentLang::after {
    background: linear-gradient(to right, #09a7e8 0%, #37c3fd 100%); /*linear-gradient(to right, #6372ff 0%, #6372ff 100%) !important;*/
}

#supply {
    padding: 100px 0;
}

#contact {
    background: rgb(60, 60, 59);
}

.whiteBackgrounds #contact {
    color: rgb(60, 60, 59);
    background: rgb(230, 230, 230);
}

#footer {
    background: rgb(60, 60, 59);
    padding: 10px 0;
}

.plastic {
    content: url(../img/services/plastic.png);
    object-fit:contain;
}

.molding {
    content: url(../img/services/molding.png);
    object-fit:contain;
}

.machinery {
    content: url(../img/services/machinery.png);
    object-fit:contain;
}

.autocad {
    content: url(../img/software/autocad.png);
    object-fit:contain;
}

.solidworks {
    content: url(../img/software/solidworks.png);
    object-fit:contain;
}

.mim {
    content: url(../img/logowhite.png);
    object-fit:contain;
}

.tsc {
    content: url(../img/software/tsc.png);
    object-fit:contain;
}

.zerotier {
    content: url(../img/software/zerotier.png);
    object-fit:contain;
}

.aspnet {
    content: url(../img/software/aspnet.png);
    object-fit:contain;
}

.hover-bg {
    height:100%;
}

.portfolio-item {
    height: 250px;
}

.portfolio-item img {
    height:100%;
    width:100%;
    object-fit:cover;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #333;
    background: rgba(0,0,0,0.75);
}

#about img, #supply img {
    max-height:300px;
    width:100%;
    object-fit:contain;
    box-shadow: none;
    text-shadow: none;
}

.subitem::before {
    content: none!important;
    padding-right: 8px;
}

.mapouter {
    padding-top:20px;
    position: relative;
    text-align: right;
    height:100%;
    width:100%;
    max-height: 400px;
}

#gmap_canvas {
    overflow: hidden;
    background: none !important;
    min-height:250px;
    height: 100%;
    width: 100%;
}

.contact-info {
    
    vertical-align:top;
}

.contact-info i{
    float:left;
    margin-left:-20px;
    margin-top:3px;
}

#about .slick-next{
    right:30px;
}

#about .slick-prev{
    left:30px;
}

.slick-prev, .slick-next{
    z-index:100;
}

.slick-prev::before, .slick-next::before{
    font-size:30px;
}

.round {
    border-radius:50%;
}

.contact-info .row {
    margin-top: -60px;
    padding-left: 20px;
}

#certifications {
    padding: 100px 0;
    background: #f6f6f6;
}

.certification {
    position: relative;
    padding: 20px;
}

.certification-meta {
    margin-top: 10px;
    font-size: 45px;
    font-weight: 600;
    color: #666;
}

.certification-content p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}

.certification-image {
    float: left;
    margin-right: 15px;
}

.certification-image, .certification-image img {
    display: block;
    width: 120px;
    height: 120px;
}

#about img {
    background-color: #F8F8F8;
}

#team .team-img {
    width: 280px;
    height: 280px;
    min-width:280px;
    border-radius:140px;
    object-fit: cover;
}

#process, #capacity {
    padding: 100px 0;
}

#process img {
    width:100%;
}

#capacityFrames img {
    width:100%;
}

#capacityThumbs img{
    width:120px;
    height:120px;
    object-fit:cover;
    padding-left:30px;
    padding-right:30px;
}

#capacity p {
    text-align:center;
    padding-top:50px;
}

#capacityFrames .row {
    width:100%;
}

.marioFix {
    margin-top:-50px;
    float:none!important;
    text-align: center;
    display: inline-block;
}

@media (max-width: 1200px){
    .navbar-right {
        width:80%;
        margin-right: 0;
    }

    #menu.navbar-default {
        max-height: 100px;
    }

    .navbar-right a.page-scroll {
        font-size: 15px!important;
        margin-top: 4px!important;
        padding: 4px 6px 0 4px!important;
    }
}

@media (max-width:995px){
    .navbar-right a.page-scroll {
        font-size: 14px !important;
    }
    .navbar-right {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .marioFix {
        margin-top:0;
    }
    .navbar-right a.page-scroll {
        font-size: 20px !important;
    }
    #menu.navbar-default {
        max-height: unset;
    }

    .navbar-right a.page-scroll {
        font-size: 15px!important;
        margin-top: 4px!important;
        padding: 9px 12px 0 12px!important;
    }

}

.langOptions > * {
    padding: 9px 8px 0px 8px;
    height: 54px!important;
    color: white;
    overflow:hidden;
}

.whiteBackgrounds .langOptions > * {
    color:#555;
}

.langOptions > a {
    background-color:rgb(63,92,160);
    display:block;
}

.langOptions > a:hover{
    background-color:#6372ff;
}

.langOptions > a:visited {
    text-decoration:none;
    color:white;
}

.langOptions {
    float: right;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    margin: 4px 0 4px 15px;
    text-align: center;
    height: 54px;
    overflow: hidden;
    transition: height 0.5s;
    z-index:10;
}

.langOptions.extended{
    height:162px;
}

.langOptions .fa-angle-down{
    font-family: "FontAwesome";
    font-size:20px;
}

.fa-angle-down:before {
    content: "\f107";
    font-size:20px;
    margin-left: 3px;
    font-style: normal;
}


.banner{
    margin-top:30px;
    margin-bottom:30px;
    text-align:center;
}

.banner img{
    width: 90%;
}
.langOptions {
    float:right;
}

.whiteBackgrounds #contact h2, .whiteBackgrounds #contact h3, .whiteBackgrounds #features h3, .whiteBackgrounds #features h2, #services h2 {
    color:#555;
}

#services .img-responsive {
    height: 250px;
    width:100%;
}

.left-align {
    text-align:left;
}

.serviceImages, .slick-slide {
    max-height: 300px;
}

.serviceImages .row{
    height:100%;
    overflow:hidden;
}

.serviceImages img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.productList {
    padding-top:30px;
}

.serviceOptions .background {
    position:absolute;
    height:100%;
    width:100%;
    opacity:0.7;
}


#services .col-md-6 {
    height: 300px;
    padding: 0;
    cursor: pointer;
}

#services .col-md-6 *:not(.background) {
    z-index: 2;
    position:relative;
}

#services .background {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

#services .logo {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-top: 20px;
    opacity: 1;
    z-index: 2;
    position: relative;
}

#services .col-md-6 h3 {
    background-color: rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
}

#services .col-md-6 p {
    background-color: rgba(0, 0, 0, 0.75);
}

#services .selected h3 {
    background-color: rgba(09,167,232, 0.75);
}

#services .selected p {
    background-color: rgba(09,167,232, 0.75);
}